diff --git a/SECURITY.md b/SECURITY.md index 823dc6e856..07eee44c68 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,10 +2,10 @@ ## Supported Versions -| Version | Supported | -| ------------------- | ------------------ | -| release-8.2 | :white_check_mark: | -| master a.k.a. 8.2z | :white_check_mark: | +| Version | Supported | +| -----------------| ------------------ | +| release-9 | :white_check_mark: | +| master a.k.a. 10 | :white_check_mark: | ## Reporting a Vulnerability diff --git a/migration/i8.2z/oracle/202112231510_IDEMPIERE-5109_FillADTreeNodeMMUU.sql b/migration/i8.2z/oracle/202112231510_IDEMPIERE-5109_FillADTreeNodeMMUU.sql new file mode 100644 index 0000000000..4ca0ed095c --- /dev/null +++ b/migration/i8.2z/oracle/202112231510_IDEMPIERE-5109_FillADTreeNodeMMUU.sql @@ -0,0 +1,42 @@ +UPDATE ad_treenodemm SET ad_treenodemm_uu='cd4d5683-75dc-4a64-9a08-408af11cb030' WHERE ad_tree_id=10 AND node_id=200178 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='01018cf7-d98a-463b-811c-10792bc59a1b' WHERE ad_tree_id=10 AND node_id=200179 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='ffcf07ce-2753-429e-8fcb-aee2d7c1d22d' WHERE ad_tree_id=10 AND node_id=200180 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='a90806bb-5956-450d-bcb6-a15b84e25c07' WHERE ad_tree_id=10 AND node_id=200182 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='e8e3d5f5-ef4b-497b-b42a-3b45acdf1ba4' WHERE ad_tree_id=10 AND node_id=200184 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='1808ab8d-4c91-4ee7-b2d8-f708c0f5ceda' WHERE ad_tree_id=10 AND node_id=200185 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='53b32c2d-9195-4301-aa6f-f5dc570936a2' WHERE ad_tree_id=10 AND node_id=200186 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='a10dcc3e-f5d4-4a2e-946a-646756774dea' WHERE ad_tree_id=10 AND node_id=200187 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='29c090ab-6c5f-4d86-9a00-b6355ba29ed2' WHERE ad_tree_id=10 AND node_id=200188 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='149259b2-30f6-4e37-b147-c4d60d2024dc' WHERE ad_tree_id=10 AND node_id=200189 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='f0b44a4b-92be-4025-aad4-be507bd0d9f3' WHERE ad_tree_id=10 AND node_id=200190 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='3455abf1-cf4b-425d-b028-e483a26532c2' WHERE ad_tree_id=10 AND node_id=200191 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='041f2711-e5d4-48d6-a053-ca291cdb776a' WHERE ad_tree_id=10 AND node_id=200192 +; + +SELECT register_migration_script('202112231510_IDEMPIERE-5109_FillADTreeNodeMMUU.sql') FROM dual +; + diff --git a/migration/i8.2z/oracle/202112231523_IDEMPIERE-5109_HighVolume.sql b/migration/i8.2z/oracle/202112231523_IDEMPIERE-5109_HighVolume.sql new file mode 100644 index 0000000000..96358bfb70 --- /dev/null +++ b/migration/i8.2z/oracle/202112231523_IDEMPIERE-5109_HighVolume.sql @@ -0,0 +1,27 @@ +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=213515 /*AD_PrintHeaderFooter.CreatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=213519 /*AD_PrintHeaderFooter.UpdatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=214549 /*AD_SMTP.CreatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=214553 /*AD_SMTP.UpdatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=213052 /*AD_Tree_Favorite.CreatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=213055 /*AD_Tree_Favorite.UpdatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=213063 /*AD_Tree_Favorite_Node.CreatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=213066 /*AD_Tree_Favorite_Node.UpdatedBy*/ and ad_reference_id=18/*Table*/ +; + +SELECT register_migration_script('202112231523_IDEMPIERE-5109_HighVolume.sql') FROM dual +; + diff --git a/migration/i8.2z/oracle/202112231543_IDEMPIERE-5109_Version.sql b/migration/i8.2z/oracle/202112231543_IDEMPIERE-5109_Version.sql new file mode 100644 index 0000000000..ce47d3963d --- /dev/null +++ b/migration/i8.2z/oracle/202112231543_IDEMPIERE-5109_Version.sql @@ -0,0 +1,13 @@ +-- Set Version +UPDATE AD_SYSTEM + SET releaseno = '9', + VERSION = '2021-12-24' + WHERE ad_system_id = 0 AND ad_client_id = 0 +; + +COMMIT +; + +SELECT register_migration_script('202112231543_IDEMPIERE-5109_Version.sql') FROM dual +; + diff --git a/migration/i8.2z/oracle/202112231814_IDEMPIERE-5109_CleanTrailingSpace.sql b/migration/i8.2z/oracle/202112231814_IDEMPIERE-5109_CleanTrailingSpace.sql new file mode 100644 index 0000000000..ec8f3e0973 --- /dev/null +++ b/migration/i8.2z/oracle/202112231814_IDEMPIERE-5109_CleanTrailingSpace.sql @@ -0,0 +1,147 @@ +SET SQLBLANKLINES ON +SET DEFINE OFF + +-- IDEMPIERE-5109 Release 9 Horizon +-- Dec 23, 2021, 6:12:35 PM CET +UPDATE AD_Element SET Name='Business Partner', PrintName='Business Partner',Updated=TO_DATE('2021-12-23 18:12:35','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=187 +; + +-- Dec 23, 2021, 6:12:35 PM CET +UPDATE AD_Column SET ColumnName='C_BPartner_ID', Name='Business Partner', Description='Identifies a Business Partner', Help='A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson', Placeholder=NULL WHERE AD_Element_ID=187 +; + +-- Dec 23, 2021, 6:12:35 PM CET +UPDATE AD_Process_Para SET ColumnName='C_BPartner_ID', Name='Business Partner', Description='Identifies a Business Partner', Help='A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson', AD_Element_ID=187 WHERE UPPER(ColumnName)='C_BPARTNER_ID' AND IsCentrallyMaintained='Y' AND AD_Element_ID IS NULL +; + +-- Dec 23, 2021, 6:12:35 PM CET +UPDATE AD_Process_Para SET ColumnName='C_BPartner_ID', Name='Business Partner', Description='Identifies a Business Partner', Help='A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson', Placeholder=NULL WHERE AD_Element_ID=187 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:12:35 PM CET +UPDATE AD_InfoColumn SET ColumnName='C_BPartner_ID', Name='Business Partner', Description='Identifies a Business Partner', Help='A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson', Placeholder=NULL WHERE AD_Element_ID=187 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:12:35 PM CET +UPDATE AD_Field SET Name='Business Partner', Description='Identifies a Business Partner', Help='A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson', Placeholder=NULL WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE AD_Element_ID=187) AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:12:36 PM CET +UPDATE AD_PrintFormatItem SET PrintName='Business Partner', Name='Business Partner' WHERE IsCentrallyMaintained='Y' AND EXISTS (SELECT * FROM AD_Column c WHERE c.AD_Column_ID=AD_PrintFormatItem.AD_Column_ID AND c.AD_Element_ID=187) +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_Element SET Name='Access Advanced', PrintName='Access Advanced',Updated=TO_DATE('2021-12-23 18:12:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=202575 +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_Column SET ColumnName='IsAccessAdvanced', Name='Access Advanced', Description=NULL, Help=NULL, Placeholder=NULL WHERE AD_Element_ID=202575 +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_Process_Para SET ColumnName='IsAccessAdvanced', Name='Access Advanced', Description=NULL, Help=NULL, AD_Element_ID=202575 WHERE UPPER(ColumnName)='ISACCESSADVANCED' AND IsCentrallyMaintained='Y' AND AD_Element_ID IS NULL +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_Process_Para SET ColumnName='IsAccessAdvanced', Name='Access Advanced', Description=NULL, Help=NULL, Placeholder=NULL WHERE AD_Element_ID=202575 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_InfoColumn SET ColumnName='IsAccessAdvanced', Name='Access Advanced', Description=NULL, Help=NULL, Placeholder=NULL WHERE AD_Element_ID=202575 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_Field SET Name='Access Advanced', Description=NULL, Help=NULL, Placeholder=NULL WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE AD_Element_ID=202575) AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_PrintFormatItem SET PrintName='Access Advanced', Name='Access Advanced' WHERE IsCentrallyMaintained='Y' AND EXISTS (SELECT * FROM AD_Column c WHERE c.AD_Column_ID=AD_PrintFormatItem.AD_Column_ID AND c.AD_Element_ID=202575) +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_Element SET Name='Image Alpha',Updated=TO_DATE('2021-12-23 18:13:01','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=1719 +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_Column SET ColumnName='ImageAlpha', Name='Image Alpha', Description='Image Texture Composite Alpha', Help='Composite Alpha factor for taint color.', Placeholder=NULL WHERE AD_Element_ID=1719 +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_Process_Para SET ColumnName='ImageAlpha', Name='Image Alpha', Description='Image Texture Composite Alpha', Help='Composite Alpha factor for taint color.', AD_Element_ID=1719 WHERE UPPER(ColumnName)='IMAGEALPHA' AND IsCentrallyMaintained='Y' AND AD_Element_ID IS NULL +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_Process_Para SET ColumnName='ImageAlpha', Name='Image Alpha', Description='Image Texture Composite Alpha', Help='Composite Alpha factor for taint color.', Placeholder=NULL WHERE AD_Element_ID=1719 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_InfoColumn SET ColumnName='ImageAlpha', Name='Image Alpha', Description='Image Texture Composite Alpha', Help='Composite Alpha factor for taint color.', Placeholder=NULL WHERE AD_Element_ID=1719 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_Field SET Name='Image Alpha', Description='Image Texture Composite Alpha', Help='Composite Alpha factor for taint color.', Placeholder=NULL WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE AD_Element_ID=1719) AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_PrintFormatItem SET PrintName='Image Alpha', Name='Image Alpha' WHERE IsCentrallyMaintained='Y' AND EXISTS (SELECT * FROM AD_Column c WHERE c.AD_Column_ID=AD_PrintFormatItem.AD_Column_ID AND c.AD_Element_ID=1719) +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_Element SET Name='Quantity Invoiced',Updated=TO_DATE('2021-12-23 18:13:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=2045 +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_Column SET ColumnName='InvoicedQty', Name='Quantity Invoiced', Description='The quantity invoiced', Help=NULL, Placeholder=NULL WHERE AD_Element_ID=2045 +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_Process_Para SET ColumnName='InvoicedQty', Name='Quantity Invoiced', Description='The quantity invoiced', Help=NULL, AD_Element_ID=2045 WHERE UPPER(ColumnName)='INVOICEDQTY' AND IsCentrallyMaintained='Y' AND AD_Element_ID IS NULL +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_Process_Para SET ColumnName='InvoicedQty', Name='Quantity Invoiced', Description='The quantity invoiced', Help=NULL, Placeholder=NULL WHERE AD_Element_ID=2045 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_InfoColumn SET ColumnName='InvoicedQty', Name='Quantity Invoiced', Description='The quantity invoiced', Help=NULL, Placeholder=NULL WHERE AD_Element_ID=2045 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_Field SET Name='Quantity Invoiced', Description='The quantity invoiced', Help=NULL, Placeholder=NULL WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE AD_Element_ID=2045) AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_PrintFormatItem SET PrintName='Quantity Invoiced', Name='Quantity Invoiced' WHERE IsCentrallyMaintained='Y' AND EXISTS (SELECT * FROM AD_Column c WHERE c.AD_Column_ID=AD_PrintFormatItem.AD_Column_ID AND c.AD_Element_ID=2045) +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_Element SET Name='Print detail records on invoice',Updated=TO_DATE('2021-12-23 18:13:27','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=1175 +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_Column SET ColumnName='IsInvoicePrintDetails', Name='Print detail records on invoice', Description='Print detail BOM elements on the invoice', Help='The Print Details on Invoice indicates that the BOM element products will print on the Invoice as opposed to this product.', Placeholder=NULL WHERE AD_Element_ID=1175 +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_Process_Para SET ColumnName='IsInvoicePrintDetails', Name='Print detail records on invoice', Description='Print detail BOM elements on the invoice', Help='The Print Details on Invoice indicates that the BOM element products will print on the Invoice as opposed to this product.', AD_Element_ID=1175 WHERE UPPER(ColumnName)='ISINVOICEPRINTDETAILS' AND IsCentrallyMaintained='Y' AND AD_Element_ID IS NULL +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_Process_Para SET ColumnName='IsInvoicePrintDetails', Name='Print detail records on invoice', Description='Print detail BOM elements on the invoice', Help='The Print Details on Invoice indicates that the BOM element products will print on the Invoice as opposed to this product.', Placeholder=NULL WHERE AD_Element_ID=1175 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_InfoColumn SET ColumnName='IsInvoicePrintDetails', Name='Print detail records on invoice', Description='Print detail BOM elements on the invoice', Help='The Print Details on Invoice indicates that the BOM element products will print on the Invoice as opposed to this product.', Placeholder=NULL WHERE AD_Element_ID=1175 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_Field SET Name='Print detail records on invoice', Description='Print detail BOM elements on the invoice', Help='The Print Details on Invoice indicates that the BOM element products will print on the Invoice as opposed to this product.', Placeholder=NULL WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE AD_Element_ID=1175) AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_PrintFormatItem SET PrintName='Print detail on invoice', Name='Print detail records on invoice' WHERE IsCentrallyMaintained='Y' AND EXISTS (SELECT * FROM AD_Column c WHERE c.AD_Column_ID=AD_PrintFormatItem.AD_Column_ID AND c.AD_Element_ID=1175) +; + +SELECT register_migration_script('202112231814_IDEMPIERE-5109_CleanTrailingSpace.sql') FROM dual +; + diff --git a/migration/i8.2z/oracle/202112231844_IDEMPIERE-5109_EntityTypeWS.sql b/migration/i8.2z/oracle/202112231844_IDEMPIERE-5109_EntityTypeWS.sql new file mode 100644 index 0000000000..3d207b5351 --- /dev/null +++ b/migration/i8.2z/oracle/202112231844_IDEMPIERE-5109_EntityTypeWS.sql @@ -0,0 +1,15 @@ +-- Set Entity Type for Web Services Tables +UPDATE ad_table SET entitytype='EXT' WHERE tablename IN ( +'WS_WebService', +'WS_WebServiceFieldInput', +'WS_WebServiceFieldOutput', +'WS_WebServiceMethod', +'WS_WebServiceType', +'WS_WebServiceTypeAccess', +'WS_WebService_Para' +) +; + +SELECT register_migration_script('202112231844_IDEMPIERE-5109_EntityTypeWS.sql') FROM dual +; + diff --git a/migration/i8.2z/postgresql/202112231510_IDEMPIERE-5109_FillADTreeNodeMMUU.sql b/migration/i8.2z/postgresql/202112231510_IDEMPIERE-5109_FillADTreeNodeMMUU.sql new file mode 100644 index 0000000000..4ca0ed095c --- /dev/null +++ b/migration/i8.2z/postgresql/202112231510_IDEMPIERE-5109_FillADTreeNodeMMUU.sql @@ -0,0 +1,42 @@ +UPDATE ad_treenodemm SET ad_treenodemm_uu='cd4d5683-75dc-4a64-9a08-408af11cb030' WHERE ad_tree_id=10 AND node_id=200178 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='01018cf7-d98a-463b-811c-10792bc59a1b' WHERE ad_tree_id=10 AND node_id=200179 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='ffcf07ce-2753-429e-8fcb-aee2d7c1d22d' WHERE ad_tree_id=10 AND node_id=200180 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='a90806bb-5956-450d-bcb6-a15b84e25c07' WHERE ad_tree_id=10 AND node_id=200182 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='e8e3d5f5-ef4b-497b-b42a-3b45acdf1ba4' WHERE ad_tree_id=10 AND node_id=200184 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='1808ab8d-4c91-4ee7-b2d8-f708c0f5ceda' WHERE ad_tree_id=10 AND node_id=200185 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='53b32c2d-9195-4301-aa6f-f5dc570936a2' WHERE ad_tree_id=10 AND node_id=200186 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='a10dcc3e-f5d4-4a2e-946a-646756774dea' WHERE ad_tree_id=10 AND node_id=200187 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='29c090ab-6c5f-4d86-9a00-b6355ba29ed2' WHERE ad_tree_id=10 AND node_id=200188 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='149259b2-30f6-4e37-b147-c4d60d2024dc' WHERE ad_tree_id=10 AND node_id=200189 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='f0b44a4b-92be-4025-aad4-be507bd0d9f3' WHERE ad_tree_id=10 AND node_id=200190 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='3455abf1-cf4b-425d-b028-e483a26532c2' WHERE ad_tree_id=10 AND node_id=200191 +; + +UPDATE ad_treenodemm SET ad_treenodemm_uu='041f2711-e5d4-48d6-a053-ca291cdb776a' WHERE ad_tree_id=10 AND node_id=200192 +; + +SELECT register_migration_script('202112231510_IDEMPIERE-5109_FillADTreeNodeMMUU.sql') FROM dual +; + diff --git a/migration/i8.2z/postgresql/202112231523_IDEMPIERE-5109_HighVolume.sql b/migration/i8.2z/postgresql/202112231523_IDEMPIERE-5109_HighVolume.sql new file mode 100644 index 0000000000..96358bfb70 --- /dev/null +++ b/migration/i8.2z/postgresql/202112231523_IDEMPIERE-5109_HighVolume.sql @@ -0,0 +1,27 @@ +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=213515 /*AD_PrintHeaderFooter.CreatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=213519 /*AD_PrintHeaderFooter.UpdatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=214549 /*AD_SMTP.CreatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=214553 /*AD_SMTP.UpdatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=213052 /*AD_Tree_Favorite.CreatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=213055 /*AD_Tree_Favorite.UpdatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=213063 /*AD_Tree_Favorite_Node.CreatedBy*/ and ad_reference_id=18/*Table*/ +; + +UPDATE ad_column SET ad_reference_id=30/*Search*/ WHERE ad_column_id=213066 /*AD_Tree_Favorite_Node.UpdatedBy*/ and ad_reference_id=18/*Table*/ +; + +SELECT register_migration_script('202112231523_IDEMPIERE-5109_HighVolume.sql') FROM dual +; + diff --git a/migration/i8.2z/postgresql/202112231543_IDEMPIERE-5109_Version.sql b/migration/i8.2z/postgresql/202112231543_IDEMPIERE-5109_Version.sql new file mode 100644 index 0000000000..26c580ba95 --- /dev/null +++ b/migration/i8.2z/postgresql/202112231543_IDEMPIERE-5109_Version.sql @@ -0,0 +1,10 @@ +-- Set Version +UPDATE AD_SYSTEM + SET releaseno = '9', + VERSION = '2021-12-24' + WHERE ad_system_id = 0 AND ad_client_id = 0 +; + +SELECT register_migration_script('202112231543_IDEMPIERE-5109_Version.sql') FROM dual +; + diff --git a/migration/i8.2z/postgresql/202112231814_IDEMPIERE-5109_CleanTrailingSpace.sql b/migration/i8.2z/postgresql/202112231814_IDEMPIERE-5109_CleanTrailingSpace.sql new file mode 100644 index 0000000000..a56f5cfba8 --- /dev/null +++ b/migration/i8.2z/postgresql/202112231814_IDEMPIERE-5109_CleanTrailingSpace.sql @@ -0,0 +1,144 @@ +-- IDEMPIERE-5109 Release 9 Horizon +-- Dec 23, 2021, 6:12:35 PM CET +UPDATE AD_Element SET Name='Business Partner', PrintName='Business Partner',Updated=TO_TIMESTAMP('2021-12-23 18:12:35','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=187 +; + +-- Dec 23, 2021, 6:12:35 PM CET +UPDATE AD_Column SET ColumnName='C_BPartner_ID', Name='Business Partner', Description='Identifies a Business Partner', Help='A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson', Placeholder=NULL WHERE AD_Element_ID=187 +; + +-- Dec 23, 2021, 6:12:35 PM CET +UPDATE AD_Process_Para SET ColumnName='C_BPartner_ID', Name='Business Partner', Description='Identifies a Business Partner', Help='A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson', AD_Element_ID=187 WHERE UPPER(ColumnName)='C_BPARTNER_ID' AND IsCentrallyMaintained='Y' AND AD_Element_ID IS NULL +; + +-- Dec 23, 2021, 6:12:35 PM CET +UPDATE AD_Process_Para SET ColumnName='C_BPartner_ID', Name='Business Partner', Description='Identifies a Business Partner', Help='A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson', Placeholder=NULL WHERE AD_Element_ID=187 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:12:35 PM CET +UPDATE AD_InfoColumn SET ColumnName='C_BPartner_ID', Name='Business Partner', Description='Identifies a Business Partner', Help='A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson', Placeholder=NULL WHERE AD_Element_ID=187 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:12:35 PM CET +UPDATE AD_Field SET Name='Business Partner', Description='Identifies a Business Partner', Help='A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson', Placeholder=NULL WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE AD_Element_ID=187) AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:12:36 PM CET +UPDATE AD_PrintFormatItem SET PrintName='Business Partner', Name='Business Partner' WHERE IsCentrallyMaintained='Y' AND EXISTS (SELECT * FROM AD_Column c WHERE c.AD_Column_ID=AD_PrintFormatItem.AD_Column_ID AND c.AD_Element_ID=187) +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_Element SET Name='Access Advanced', PrintName='Access Advanced',Updated=TO_TIMESTAMP('2021-12-23 18:12:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=202575 +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_Column SET ColumnName='IsAccessAdvanced', Name='Access Advanced', Description=NULL, Help=NULL, Placeholder=NULL WHERE AD_Element_ID=202575 +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_Process_Para SET ColumnName='IsAccessAdvanced', Name='Access Advanced', Description=NULL, Help=NULL, AD_Element_ID=202575 WHERE UPPER(ColumnName)='ISACCESSADVANCED' AND IsCentrallyMaintained='Y' AND AD_Element_ID IS NULL +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_Process_Para SET ColumnName='IsAccessAdvanced', Name='Access Advanced', Description=NULL, Help=NULL, Placeholder=NULL WHERE AD_Element_ID=202575 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_InfoColumn SET ColumnName='IsAccessAdvanced', Name='Access Advanced', Description=NULL, Help=NULL, Placeholder=NULL WHERE AD_Element_ID=202575 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_Field SET Name='Access Advanced', Description=NULL, Help=NULL, Placeholder=NULL WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE AD_Element_ID=202575) AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:12:50 PM CET +UPDATE AD_PrintFormatItem SET PrintName='Access Advanced', Name='Access Advanced' WHERE IsCentrallyMaintained='Y' AND EXISTS (SELECT * FROM AD_Column c WHERE c.AD_Column_ID=AD_PrintFormatItem.AD_Column_ID AND c.AD_Element_ID=202575) +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_Element SET Name='Image Alpha',Updated=TO_TIMESTAMP('2021-12-23 18:13:01','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=1719 +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_Column SET ColumnName='ImageAlpha', Name='Image Alpha', Description='Image Texture Composite Alpha', Help='Composite Alpha factor for taint color.', Placeholder=NULL WHERE AD_Element_ID=1719 +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_Process_Para SET ColumnName='ImageAlpha', Name='Image Alpha', Description='Image Texture Composite Alpha', Help='Composite Alpha factor for taint color.', AD_Element_ID=1719 WHERE UPPER(ColumnName)='IMAGEALPHA' AND IsCentrallyMaintained='Y' AND AD_Element_ID IS NULL +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_Process_Para SET ColumnName='ImageAlpha', Name='Image Alpha', Description='Image Texture Composite Alpha', Help='Composite Alpha factor for taint color.', Placeholder=NULL WHERE AD_Element_ID=1719 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_InfoColumn SET ColumnName='ImageAlpha', Name='Image Alpha', Description='Image Texture Composite Alpha', Help='Composite Alpha factor for taint color.', Placeholder=NULL WHERE AD_Element_ID=1719 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_Field SET Name='Image Alpha', Description='Image Texture Composite Alpha', Help='Composite Alpha factor for taint color.', Placeholder=NULL WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE AD_Element_ID=1719) AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:01 PM CET +UPDATE AD_PrintFormatItem SET PrintName='Image Alpha', Name='Image Alpha' WHERE IsCentrallyMaintained='Y' AND EXISTS (SELECT * FROM AD_Column c WHERE c.AD_Column_ID=AD_PrintFormatItem.AD_Column_ID AND c.AD_Element_ID=1719) +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_Element SET Name='Quantity Invoiced',Updated=TO_TIMESTAMP('2021-12-23 18:13:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=2045 +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_Column SET ColumnName='InvoicedQty', Name='Quantity Invoiced', Description='The quantity invoiced', Help=NULL, Placeholder=NULL WHERE AD_Element_ID=2045 +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_Process_Para SET ColumnName='InvoicedQty', Name='Quantity Invoiced', Description='The quantity invoiced', Help=NULL, AD_Element_ID=2045 WHERE UPPER(ColumnName)='INVOICEDQTY' AND IsCentrallyMaintained='Y' AND AD_Element_ID IS NULL +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_Process_Para SET ColumnName='InvoicedQty', Name='Quantity Invoiced', Description='The quantity invoiced', Help=NULL, Placeholder=NULL WHERE AD_Element_ID=2045 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_InfoColumn SET ColumnName='InvoicedQty', Name='Quantity Invoiced', Description='The quantity invoiced', Help=NULL, Placeholder=NULL WHERE AD_Element_ID=2045 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_Field SET Name='Quantity Invoiced', Description='The quantity invoiced', Help=NULL, Placeholder=NULL WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE AD_Element_ID=2045) AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:18 PM CET +UPDATE AD_PrintFormatItem SET PrintName='Quantity Invoiced', Name='Quantity Invoiced' WHERE IsCentrallyMaintained='Y' AND EXISTS (SELECT * FROM AD_Column c WHERE c.AD_Column_ID=AD_PrintFormatItem.AD_Column_ID AND c.AD_Element_ID=2045) +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_Element SET Name='Print detail records on invoice',Updated=TO_TIMESTAMP('2021-12-23 18:13:27','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Element_ID=1175 +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_Column SET ColumnName='IsInvoicePrintDetails', Name='Print detail records on invoice', Description='Print detail BOM elements on the invoice', Help='The Print Details on Invoice indicates that the BOM element products will print on the Invoice as opposed to this product.', Placeholder=NULL WHERE AD_Element_ID=1175 +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_Process_Para SET ColumnName='IsInvoicePrintDetails', Name='Print detail records on invoice', Description='Print detail BOM elements on the invoice', Help='The Print Details on Invoice indicates that the BOM element products will print on the Invoice as opposed to this product.', AD_Element_ID=1175 WHERE UPPER(ColumnName)='ISINVOICEPRINTDETAILS' AND IsCentrallyMaintained='Y' AND AD_Element_ID IS NULL +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_Process_Para SET ColumnName='IsInvoicePrintDetails', Name='Print detail records on invoice', Description='Print detail BOM elements on the invoice', Help='The Print Details on Invoice indicates that the BOM element products will print on the Invoice as opposed to this product.', Placeholder=NULL WHERE AD_Element_ID=1175 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_InfoColumn SET ColumnName='IsInvoicePrintDetails', Name='Print detail records on invoice', Description='Print detail BOM elements on the invoice', Help='The Print Details on Invoice indicates that the BOM element products will print on the Invoice as opposed to this product.', Placeholder=NULL WHERE AD_Element_ID=1175 AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_Field SET Name='Print detail records on invoice', Description='Print detail BOM elements on the invoice', Help='The Print Details on Invoice indicates that the BOM element products will print on the Invoice as opposed to this product.', Placeholder=NULL WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE AD_Element_ID=1175) AND IsCentrallyMaintained='Y' +; + +-- Dec 23, 2021, 6:13:27 PM CET +UPDATE AD_PrintFormatItem SET PrintName='Print detail on invoice', Name='Print detail records on invoice' WHERE IsCentrallyMaintained='Y' AND EXISTS (SELECT * FROM AD_Column c WHERE c.AD_Column_ID=AD_PrintFormatItem.AD_Column_ID AND c.AD_Element_ID=1175) +; + +SELECT register_migration_script('202112231814_IDEMPIERE-5109_CleanTrailingSpace.sql') FROM dual +; + diff --git a/migration/i8.2z/postgresql/202112231844_IDEMPIERE-5109_EntityTypeWS.sql b/migration/i8.2z/postgresql/202112231844_IDEMPIERE-5109_EntityTypeWS.sql new file mode 100644 index 0000000000..3d207b5351 --- /dev/null +++ b/migration/i8.2z/postgresql/202112231844_IDEMPIERE-5109_EntityTypeWS.sql @@ -0,0 +1,15 @@ +-- Set Entity Type for Web Services Tables +UPDATE ad_table SET entitytype='EXT' WHERE tablename IN ( +'WS_WebService', +'WS_WebServiceFieldInput', +'WS_WebServiceFieldOutput', +'WS_WebServiceMethod', +'WS_WebServiceType', +'WS_WebServiceTypeAccess', +'WS_WebService_Para' +) +; + +SELECT register_migration_script('202112231844_IDEMPIERE-5109_EntityTypeWS.sql') FROM dual +; + diff --git a/migration/i8.2/oracle/build.xml b/migration/i9/oracle/build.xml similarity index 100% rename from migration/i8.2/oracle/build.xml rename to migration/i9/oracle/build.xml diff --git a/migration/i8.2/postgresql/build.xml b/migration/i9/postgresql/build.xml similarity index 100% rename from migration/i8.2/postgresql/build.xml rename to migration/i9/postgresql/build.xml diff --git a/org.adempiere.base/src/org/adempiere/util/ModelClassGenerator.java b/org.adempiere.base/src/org/adempiere/util/ModelClassGenerator.java index 0a5a656e05..64849a5034 100644 --- a/org.adempiere.base/src/org/adempiere/util/ModelClassGenerator.java +++ b/org.adempiere.base/src/org/adempiere/util/ModelClassGenerator.java @@ -446,9 +446,9 @@ public class ModelClassGenerator || columnName.equals("M_AttributeSet_ID") || columnName.equals("M_AttributeSetInstance_ID")) firstOK = 0; // set _ID to null if < 0 for special column or < 1 for others - sb.append("\t\tif (").append (columnName).append (" < ").append(firstOK).append(") ").append(NL) + sb.append("\t\tif (").append (columnName).append (" < ").append(firstOK).append(")").append(NL) .append("\t").append(setValue).append(" (").append ("COLUMNNAME_").append(columnName).append(", null);").append(NL) - .append("\t\telse ").append(NL).append("\t"); + .append("\t\telse").append(NL).append("\t"); } sb.append(setValue).append(" (").append ("COLUMNNAME_").append(columnName).append(", Integer.valueOf(").append(columnName).append("));").append(NL); } @@ -506,7 +506,7 @@ public class ModelClassGenerator } else { sb.append(" get").append(columnName); } - sb.append(" () ").append(NL) + sb.append("()").append(NL) .append("\t{").append(NL) .append("\t\t"); if (clazz.equals(Integer.class)) { @@ -552,28 +552,27 @@ public class ModelClassGenerator public void generateJavaSetComment(String columnName, String propertyName, String description, StringBuilder result) { result.append(NL) - .append("\t/** Set ").append(propertyName).append(".").append(NL) - .append("\t\t@param ").append(columnName).append(" ") + .append("\t/** Set ").append(Util.maskHTML(propertyName)).append(".").append(NL) + .append("\t\t@param ").append(columnName) ; if (description != null && description.length() > 0) { - result.append(NL) - .append("\t\t").append(description).append(NL); + result.append(" ").append(Util.maskHTML(description)); } else { - result.append(propertyName); + result.append(" ").append(Util.maskHTML(propertyName)); } - result.append("\t */").append(NL); + result.append(NL).append("\t*/").append(NL); } // ****** Get Comment ****** public void generateJavaGetComment(String propertyName, String description, StringBuilder result) { result.append(NL) - .append("\t/** Get ").append(propertyName); + .append("\t/** Get ").append(Util.maskHTML(propertyName)); if (description != null && description.length() > 0) { result.append(".").append(NL) - .append("\t\t@return ").append(description).append(NL); + .append("\t\t@return ").append(Util.maskHTML(description)).append(NL); } else { - result.append(".\n\t\t@return ").append(propertyName); + result.append(".\n\t\t@return ").append(Util.maskHTML(propertyName)); } result.append("\t */").append(NL); } @@ -607,7 +606,7 @@ public class ModelClassGenerator .append(AD_Reference_ID); StringBuilder statement = new StringBuilder(); // - String sql = "SELECT Value, Name FROM AD_Ref_List WHERE AD_Reference_ID=? AND IsActive='Y' ORDER BY Value"; + String sql = "SELECT Value, Name FROM AD_Ref_List WHERE AD_Reference_ID=? ORDER BY Value"; // even inactive, see IDEMPIERE-4979 PreparedStatement pstmt = null; ResultSet rs = null; try @@ -673,7 +672,7 @@ public class ModelClassGenerator initCap = true; } } - retValue.append("\n\t/** ").append(name).append(" = ").append(value).append(" */"); + retValue.append("\n\t/** ").append(Util.maskHTML(name)).append(" = ").append(Util.maskHTML(value)).append(" */"); retValue.append("\n\tpublic static final String ").append(columnName.toUpperCase()) .append("_").append(nameClean) .append(" = \"").append(value).append("\";"); diff --git a/org.adempiere.base/src/org/adempiere/util/ModelInterfaceGenerator.java b/org.adempiere.base/src/org/adempiere/util/ModelInterfaceGenerator.java index 4cc0bef518..056ba3a2d0 100644 --- a/org.adempiere.base/src/org/adempiere/util/ModelInterfaceGenerator.java +++ b/org.adempiere.base/src/org/adempiere/util/ModelInterfaceGenerator.java @@ -381,10 +381,10 @@ public class ModelInterfaceGenerator public void generateJavaComment(String startOfComment, String propertyName, String description, StringBuilder result) { result.append("\n") .append("\t/** ").append(startOfComment).append(" ") - .append(propertyName); + .append(Util.maskHTML(propertyName)); if (description != null && description.length() > 0) - result.append(".\n\t * ").append(description).append(NL); + result.append(".\n\t * ").append(Util.maskHTML(description)).append(NL); result.append("\t */\n"); } diff --git a/org.adempiere.base/src/org/compiere/Adempiere.java b/org.adempiere.base/src/org/compiere/Adempiere.java index 9c860f382a..11db35b205 100644 --- a/org.adempiere.base/src/org/compiere/Adempiere.java +++ b/org.adempiere.base/src/org/compiere/Adempiere.java @@ -64,11 +64,11 @@ public final class Adempiere /** Timestamp */ static public final String ID = "$Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $"; /** Main Version String */ - static public String MAIN_VERSION = "Development 9.0"; + static public String MAIN_VERSION = "Release 9"; /** Detail Version as date Used for Client/Server */ - static public String DATE_VERSION = "2021-09-01"; + static public String DATE_VERSION = "2021-12-24"; /** Database Version as date Compared with AD_System */ - static public String DB_VERSION = "2020-12-20"; + static public String DB_VERSION = "2021-12-24"; /** Product Name */ static public final String NAME = "iDempiere\u00AE"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AccessLog.java b/org.adempiere.base/src/org/compiere/model/I_AD_AccessLog.java index a69dba0cad..c7c49effa8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AccessLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AccessLog.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AccessLog * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_AccessLog { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Alert.java b/org.adempiere.base/src/org/compiere/model/I_AD_Alert.java index 133cdff311..5471b3e33f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Alert.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Alert.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Alert * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Alert { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessor.java b/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessor.java index dbd4e95429..2c89a8ce31 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessor.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AlertProcessor * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_AlertProcessor { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessorLog.java b/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessorLog.java index aecde1116a..d9a97570cf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessorLog.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AlertProcessorLog * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_AlertProcessorLog { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AlertRecipient.java b/org.adempiere.base/src/org/compiere/model/I_AD_AlertRecipient.java index 393a5788b7..adcff9582f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AlertRecipient.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AlertRecipient.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AlertRecipient * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_AlertRecipient { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AlertRule.java b/org.adempiere.base/src/org/compiere/model/I_AD_AlertRule.java index 07cd4fdfe3..0609349300 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AlertRule.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AlertRule.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AlertRule * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_AlertRule { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AllClients_V.java b/org.adempiere.base/src/org/compiere/model/I_AD_AllClients_V.java index 5dc63391df..792e761dd8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AllClients_V.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AllClients_V.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AllClients_V * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_AllClients_V { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AllUsers_V.java b/org.adempiere.base/src/org/compiere/model/I_AD_AllUsers_V.java index da22be8dc3..db3c7d166d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AllUsers_V.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AllUsers_V.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AllUsers_V * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_AllUsers_V { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Archive.java b/org.adempiere.base/src/org/compiere/model/I_AD_Archive.java index 14fb9f94e2..9d665815df 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Archive.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Archive.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Archive * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Archive { @@ -141,12 +141,12 @@ public interface I_AD_Archive /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Attachment.java b/org.adempiere.base/src/org/compiere/model/I_AD_Attachment.java index 7bda69464f..6d7b606599 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Attachment.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Attachment.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Attachment * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Attachment { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AttachmentNote.java b/org.adempiere.base/src/org/compiere/model/I_AD_AttachmentNote.java index 7c06bddb60..08f2fdb393 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AttachmentNote.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AttachmentNote.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AttachmentNote * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_AttachmentNote { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Attribute.java b/org.adempiere.base/src/org/compiere/model/I_AD_Attribute.java index 1c896e2235..8f7e29503d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Attribute.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Attribute.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Attribute * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Attribute { @@ -428,13 +428,17 @@ public interface I_AD_Attribute /** Set Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public void setVFormat (String VFormat); /** Get Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public String getVFormat(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Attribute_Value.java b/org.adempiere.base/src/org/compiere/model/I_AD_Attribute_Value.java index 20e0369df5..58220800d7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Attribute_Value.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Attribute_Value.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Attribute_Value * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Attribute_Value { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationAccount.java b/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationAccount.java index eb5f64ed3e..5da0059ffa 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationAccount.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationAccount.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AuthorizationAccount * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_AuthorizationAccount { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationCredential.java b/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationCredential.java index 7bd82351a9..dfefd1bc88 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationCredential.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationCredential.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AuthorizationCredential * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_AuthorizationCredential { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationProvider.java b/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationProvider.java index 83ec740a4b..217506ce8c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationProvider.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationProvider.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AuthorizationProvider * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_AuthorizationProvider { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationScopeProv.java b/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationScopeProv.java index 3ff2460959..6975e944f7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationScopeProv.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AuthorizationScopeProv.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AuthorizationScopeProv * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_AuthorizationScopeProv { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_BroadcastMessage.java b/org.adempiere.base/src/org/compiere/model/I_AD_BroadcastMessage.java index 14711b8447..0a8672415b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_BroadcastMessage.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_BroadcastMessage.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_BroadcastMessage * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_BroadcastMessage { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ChangeLog.java b/org.adempiere.base/src/org/compiere/model/I_AD_ChangeLog.java index 2973be8b8d..49e8308c22 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ChangeLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ChangeLog.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ChangeLog * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ChangeLog { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Chart.java b/org.adempiere.base/src/org/compiere/model/I_AD_Chart.java index 237cc498ad..0949c5a84a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Chart.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Chart.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Chart * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Chart { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ChartDatasource.java b/org.adempiere.base/src/org/compiere/model/I_AD_ChartDatasource.java index 434ead611f..c4487338f8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ChartDatasource.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ChartDatasource.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ChartDatasource * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ChartDatasource { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Client.java b/org.adempiere.base/src/org/compiere/model/I_AD_Client.java index 7132a339b1..d33df27637 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Client.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Client.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Client * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Client { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ClientInfo.java b/org.adempiere.base/src/org/compiere/model/I_AD_ClientInfo.java index dec17e8e7e..5d616b94ac 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ClientInfo.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ClientInfo.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ClientInfo * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ClientInfo { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ClientShare.java b/org.adempiere.base/src/org/compiere/model/I_AD_ClientShare.java index 5e1eee3249..6de73138a0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ClientShare.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ClientShare.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ClientShare * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ClientShare { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Color.java b/org.adempiere.base/src/org/compiere/model/I_AD_Color.java index df2dbc0c66..3394e9a14f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Color.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Color.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Color * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Color { @@ -209,12 +209,12 @@ public interface I_AD_Color /** Column name ImageAlpha */ public static final String COLUMNNAME_ImageAlpha = "ImageAlpha"; - /** Set Image Alpha . + /** Set Image Alpha. * Image Texture Composite Alpha */ public void setImageAlpha (BigDecimal ImageAlpha); - /** Get Image Alpha . + /** Get Image Alpha. * Image Texture Composite Alpha */ public BigDecimal getImageAlpha(); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Column.java b/org.adempiere.base/src/org/compiere/model/I_AD_Column.java index ad2be21063..ef84b0eacf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Column.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Column.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Column * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Column { @@ -719,13 +719,17 @@ public interface I_AD_Column /** Set Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public void setVFormat (String VFormat); /** Get Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public String getVFormat(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Column_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Column_Access.java index a250ded1fb..a6d681d2d2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Column_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Column_Access.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Column_Access * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Column_Access { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_CtxHelp.java b/org.adempiere.base/src/org/compiere/model/I_AD_CtxHelp.java index da39cb4a06..5d69a27452 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_CtxHelp.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_CtxHelp.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_CtxHelp * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_CtxHelp { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_CtxHelpMsg.java b/org.adempiere.base/src/org/compiere/model/I_AD_CtxHelpMsg.java index 7694c7446c..7df2039ce0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_CtxHelpMsg.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_CtxHelpMsg.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_CtxHelpMsg * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_CtxHelpMsg { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_CtxHelpSuggestion.java b/org.adempiere.base/src/org/compiere/model/I_AD_CtxHelpSuggestion.java index d9c63ebbdd..98ec364d8d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_CtxHelpSuggestion.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_CtxHelpSuggestion.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_CtxHelpSuggestion * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_CtxHelpSuggestion { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Document_Action_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Document_Action_Access.java index 001025e532..acfb6f3e74 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Document_Action_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Document_Action_Access.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Document_Action_Access * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Document_Action_Access { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Element.java b/org.adempiere.base/src/org/compiere/model/I_AD_Element.java index 6f96707815..89ab173b26 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Element.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Element.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Element * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Element { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_EntityType.java b/org.adempiere.base/src/org/compiere/model/I_AD_EntityType.java index 74ed6c726e..a85d5bb2d1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_EntityType.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_EntityType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_EntityType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_EntityType { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Error.java b/org.adempiere.base/src/org/compiere/model/I_AD_Error.java index a41e4e682b..903a87f0dc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Error.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Error.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Error * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Error { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Field.java b/org.adempiere.base/src/org/compiere/model/I_AD_Field.java index 7a5abd2faa..29c8ae27b7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Field.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Field.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Field * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Field { @@ -717,13 +717,17 @@ public interface I_AD_Field /** Set Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public void setVFormat (String VFormat); /** Get Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public String getVFormat(); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_FieldGroup.java b/org.adempiere.base/src/org/compiere/model/I_AD_FieldGroup.java index 73aa21ab4d..053e7d9d02 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_FieldGroup.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_FieldGroup.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_FieldGroup * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_FieldGroup { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_FieldSuggestion.java b/org.adempiere.base/src/org/compiere/model/I_AD_FieldSuggestion.java index 56da9c77fa..6ee9bc8506 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_FieldSuggestion.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_FieldSuggestion.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_FieldSuggestion * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_FieldSuggestion { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Find.java b/org.adempiere.base/src/org/compiere/model/I_AD_Find.java index 4cb2be67ec..1210b15bdf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Find.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Find.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Find * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Find { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Form.java b/org.adempiere.base/src/org/compiere/model/I_AD_Form.java index e70b2bb5e4..5fd87886ee 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Form.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Form.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Form * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Form { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Form_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Form_Access.java index 56aeeb8804..f66a971ae3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Form_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Form_Access.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Form_Access * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Form_Access { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_HouseKeeping.java b/org.adempiere.base/src/org/compiere/model/I_AD_HouseKeeping.java index 15f795a912..495ce8a783 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_HouseKeeping.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_HouseKeeping.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_HouseKeeping * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_HouseKeeping { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Image.java b/org.adempiere.base/src/org/compiere/model/I_AD_Image.java index d94447bf36..be20389f64 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Image.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Image.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Image * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Image { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat.java b/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat.java index 8fa1020a0d..89c48c7965 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ImpFormat * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ImpFormat { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat_Row.java b/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat_Row.java index 9f6ac392a1..e4d2bac3ff 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat_Row.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat_Row.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ImpFormat_Row * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ImpFormat_Row { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ImportTemplate.java b/org.adempiere.base/src/org/compiere/model/I_AD_ImportTemplate.java index 973902dab9..7c876918f1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ImportTemplate.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ImportTemplate.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ImportTemplate * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ImportTemplate { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ImportTemplateAccess.java b/org.adempiere.base/src/org/compiere/model/I_AD_ImportTemplateAccess.java index 4ab1edffd2..4a3b509a01 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ImportTemplateAccess.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ImportTemplateAccess.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ImportTemplateAccess * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ImportTemplateAccess { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_IndexColumn.java b/org.adempiere.base/src/org/compiere/model/I_AD_IndexColumn.java index bad45917fb..3a422cd357 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_IndexColumn.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_IndexColumn.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_IndexColumn * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_IndexColumn { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_InfoColumn.java b/org.adempiere.base/src/org/compiere/model/I_AD_InfoColumn.java index 7df4576b8c..0aa1203f14 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_InfoColumn.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_InfoColumn.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_InfoColumn * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_InfoColumn { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_InfoProcess.java b/org.adempiere.base/src/org/compiere/model/I_AD_InfoProcess.java index 5f38767dfb..eb9c82a65d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_InfoProcess.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_InfoProcess.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_InfoProcess * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_InfoProcess { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_InfoRelated.java b/org.adempiere.base/src/org/compiere/model/I_AD_InfoRelated.java index 250e533146..745b232ab3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_InfoRelated.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_InfoRelated.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_InfoRelated * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_InfoRelated { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_InfoWindow.java b/org.adempiere.base/src/org/compiere/model/I_AD_InfoWindow.java index 65de8609f9..b93c427bba 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_InfoWindow.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_InfoWindow.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_InfoWindow * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_InfoWindow { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_InfoWindow_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_InfoWindow_Access.java index cc38ab0469..14a925a2d1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_InfoWindow_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_InfoWindow_Access.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_InfoWindow_Access * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_InfoWindow_Access { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Issue.java b/org.adempiere.base/src/org/compiere/model/I_AD_Issue.java index 0a091d4c4d..15146a91e2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Issue.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Issue.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Issue * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Issue { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinter.java b/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinter.java index 4bdcd895bf..49ad73549e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinter.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinter.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_LabelPrinter * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_LabelPrinter { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinterFunction.java b/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinterFunction.java index c7db8d04b9..86b3d3f329 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinterFunction.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinterFunction.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_LabelPrinterFunction * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_LabelPrinterFunction { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Language.java b/org.adempiere.base/src/org/compiere/model/I_AD_Language.java index efd81952c8..75eb0dad91 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Language.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Language.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Language * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Language { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_LdapAccess.java b/org.adempiere.base/src/org/compiere/model/I_AD_LdapAccess.java index 0e32584a27..e415e47c1f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_LdapAccess.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_LdapAccess.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_LdapAccess * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_LdapAccess { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessor.java b/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessor.java index 80c5dc1e45..b9a93ab490 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessor.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_LdapProcessor * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_LdapProcessor { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessorLog.java b/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessorLog.java index dc5d27687e..429e81c735 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessorLog.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_LdapProcessorLog * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_LdapProcessorLog { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Menu.java b/org.adempiere.base/src/org/compiere/model/I_AD_Menu.java index fb48004ed2..2ecb322537 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Menu.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Menu.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Menu * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Menu { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Message.java b/org.adempiere.base/src/org/compiere/model/I_AD_Message.java index 763f7fb472..30d32db316 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Message.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Message.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Message * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Message { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_MigrationScript.java b/org.adempiere.base/src/org/compiere/model/I_AD_MigrationScript.java index 6fd93938c2..a7f3303a24 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_MigrationScript.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_MigrationScript.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_MigrationScript * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_MigrationScript { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ModelValidator.java b/org.adempiere.base/src/org/compiere/model/I_AD_ModelValidator.java index f09eeba36f..48f67f1303 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ModelValidator.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ModelValidator.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ModelValidator * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ModelValidator { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Modification.java b/org.adempiere.base/src/org/compiere/model/I_AD_Modification.java index 115b006f32..4ad5117f25 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Modification.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Modification.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Modification * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Modification { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Note.java b/org.adempiere.base/src/org/compiere/model/I_AD_Note.java index 49487aeba3..24ef9f7c9c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Note.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Note.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Note * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Note { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Org.java b/org.adempiere.base/src/org/compiere/model/I_AD_Org.java index 704dc209bb..0aec7315b3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Org.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Org.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Org * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Org { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_OrgInfo.java b/org.adempiere.base/src/org/compiere/model/I_AD_OrgInfo.java index 54353e7071..734efe5411 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_OrgInfo.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_OrgInfo.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_OrgInfo * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_OrgInfo { @@ -151,12 +151,14 @@ public interface I_AD_OrgInfo public static final String COLUMNNAME_DUNS = "DUNS"; /** Set D-U-N-S. - * Dun & Bradstreet Number + * Dun & + Bradstreet Number */ public void setDUNS (String DUNS); /** Get D-U-N-S. - * Dun & Bradstreet Number + * Dun & + Bradstreet Number */ public String getDUNS(); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_OrgType.java b/org.adempiere.base/src/org/compiere/model/I_AD_OrgType.java index a972b31443..1aa5e7ad8d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_OrgType.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_OrgType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_OrgType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_OrgType { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PInstance.java b/org.adempiere.base/src/org/compiere/model/I_AD_PInstance.java index 5713ec6706..2f2cfd0575 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PInstance.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PInstance.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PInstance * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PInstance { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Log.java b/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Log.java index 6354bd23a9..1269f7eef8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Log.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Log.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PInstance_Log * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PInstance_Log { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Para.java b/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Para.java index 8484d542d0..33e93f43fc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Para.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Para.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PInstance_Para * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PInstance_Para { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp.java index cd736784ac..e8ccfe1cb6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Exp * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Package_Exp { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp_Detail.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp_Detail.java index f53804406a..5074912400 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp_Detail.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp_Detail.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Exp_Detail * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Package_Exp_Detail { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp.java index 45ae31d9af..a14a8876d5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Imp * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Package_Imp { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Backup.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Backup.java index 62948c2a7a..6df4ecfaf9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Backup.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Backup.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Imp_Backup * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Package_Imp_Backup { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Detail.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Detail.java index c7d22cd7d3..3b3b228802 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Detail.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Detail.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Imp_Detail * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Package_Imp_Detail { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Inst.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Inst.java index 6565d9f1f6..5a7da0560d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Inst.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Inst.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Imp_Inst * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Package_Imp_Inst { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Proc.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Proc.java index c0d1636a0c..bc64bbf75d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Proc.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Proc.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Imp_Proc * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Package_Imp_Proc { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_UUID_Map.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_UUID_Map.java index 13af45e44f..12937c4360 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_UUID_Map.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_UUID_Map.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_UUID_Map * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Package_UUID_Map { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PasswordRule.java b/org.adempiere.base/src/org/compiere/model/I_AD_PasswordRule.java index dc3d45966d..e8f9ea94b3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PasswordRule.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PasswordRule.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PasswordRule * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PasswordRule { @@ -178,12 +178,14 @@ public interface I_AD_PasswordRule public static final String COLUMNNAME_IsUserNameRule = "IsUserNameRule"; /** Set User Name Rule. - * Validate the password doesn't contain user name (ignore case and match backwards) + * Validate the password doesn' +t contain user name (ignore case and match backwards) */ public void setIsUserNameRule (boolean IsUserNameRule); /** Get User Name Rule. - * Validate the password doesn't contain user name (ignore case and match backwards) + * Validate the password doesn' +t contain user name (ignore case and match backwards) */ public boolean isUserNameRule(); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Password_History.java b/org.adempiere.base/src/org/compiere/model/I_AD_Password_History.java index 17a02cd092..b17b2e1c35 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Password_History.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Password_History.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Password_History * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Password_History { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PostIt.java b/org.adempiere.base/src/org/compiere/model/I_AD_PostIt.java index d102fe16d3..f75034a824 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PostIt.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PostIt.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PostIt * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PostIt { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Preference.java b/org.adempiere.base/src/org/compiere/model/I_AD_Preference.java index 5cca952167..5cccbb20bc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Preference.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Preference.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Preference * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Preference { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintColor.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintColor.java index d8656639ce..4f3fc3a7c5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintColor.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintColor.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintColor * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PrintColor { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintFont.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintFont.java index 3d27881afc..c6ef950e1f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintFont.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintFont.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintFont * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PrintFont { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintForm.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintForm.java index fdb2ebc66d..4e1f0af6ce 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintForm.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintForm.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintForm * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PrintForm { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormat.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormat.java index 68568c2284..ebaf2cd01c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormat.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormat.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintFormat * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PrintFormat { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormatItem.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormatItem.java index 0f10b30d1d..1770063848 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormatItem.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormatItem.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintFormatItem * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PrintFormatItem { @@ -310,12 +310,14 @@ public interface I_AD_PrintFormatItem /** Column name IsAveraged */ public static final String COLUMNNAME_IsAveraged = "IsAveraged"; - /** Set Calculate Mean (μ). + /** Set Calculate Mean (μ +). * Calculate Average of numeric content or length */ public void setIsAveraged (boolean IsAveraged); - /** Get Calculate Mean (μ). + /** Get Calculate Mean (μ +). * Calculate Average of numeric content or length */ public boolean isAveraged(); @@ -336,12 +338,14 @@ public interface I_AD_PrintFormatItem /** Column name IsCounted */ public static final String COLUMNNAME_IsCounted = "IsCounted"; - /** Set Calculate Count (â„–). + /** Set Calculate Count (№ +). * Count number of not empty elements */ public void setIsCounted (boolean IsCounted); - /** Get Calculate Count (â„–). + /** Get Calculate Count (№ +). * Count number of not empty elements */ public boolean isCounted(); @@ -362,12 +366,14 @@ public interface I_AD_PrintFormatItem /** Column name IsDeviationCalc */ public static final String COLUMNNAME_IsDeviationCalc = "IsDeviationCalc"; - /** Set Calculate Deviation (σ). + /** Set Calculate Deviation (σ +). * Calculate Standard Deviation */ public void setIsDeviationCalc (boolean IsDeviationCalc); - /** Get Calculate Deviation (σ). + /** Get Calculate Deviation (σ +). * Calculate Standard Deviation */ public boolean isDeviationCalc(); @@ -440,12 +446,14 @@ public interface I_AD_PrintFormatItem /** Column name IsMaxCalc */ public static final String COLUMNNAME_IsMaxCalc = "IsMaxCalc"; - /** Set Calculate Maximum (↑). + /** Set Calculate Maximum (↑ +). * Calculate the maximum amount */ public void setIsMaxCalc (boolean IsMaxCalc); - /** Get Calculate Maximum (↑). + /** Get Calculate Maximum (↑ +). * Calculate the maximum amount */ public boolean isMaxCalc(); @@ -453,12 +461,14 @@ public interface I_AD_PrintFormatItem /** Column name IsMinCalc */ public static final String COLUMNNAME_IsMinCalc = "IsMinCalc"; - /** Set Calculate Minimum (↓). + /** Set Calculate Minimum (↓ +). * Calculate the minimum amount */ public void setIsMinCalc (boolean IsMinCalc); - /** Get Calculate Minimum (↓). + /** Get Calculate Minimum (↓ +). * Calculate the minimum amount */ public boolean isMinCalc(); @@ -596,12 +606,14 @@ public interface I_AD_PrintFormatItem /** Column name IsSummarized */ public static final String COLUMNNAME_IsSummarized = "IsSummarized"; - /** Set Calculate Sum (Σ). + /** Set Calculate Sum (Σ +). * Calculate the Sum of numeric content or length */ public void setIsSummarized (boolean IsSummarized); - /** Get Calculate Sum (Σ). + /** Get Calculate Sum (Σ +). * Calculate the Sum of numeric content or length */ public boolean isSummarized(); @@ -635,12 +647,14 @@ public interface I_AD_PrintFormatItem /** Column name IsVarianceCalc */ public static final String COLUMNNAME_IsVarianceCalc = "IsVarianceCalc"; - /** Set Calculate Variance (σ²). + /** Set Calculate Variance (σ +²). * Calculate Variance */ public void setIsVarianceCalc (boolean IsVarianceCalc); - /** Get Calculate Variance (σ²). + /** Get Calculate Variance (σ +²). * Calculate Variance */ public boolean isVarianceCalc(); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintGraph.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintGraph.java index bb0680c27b..b30f95e69c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintGraph.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintGraph.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintGraph * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PrintGraph { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintHeaderFooter.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintHeaderFooter.java index 066e75d02f..26a5afa3fb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintHeaderFooter.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintHeaderFooter.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintHeaderFooter * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PrintHeaderFooter { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabel.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabel.java index 623065b9bd..7903d8db14 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabel.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabel.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintLabel * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PrintLabel { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabelLine.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabelLine.java index fc728dcd75..3c8c4e5d1f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabelLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabelLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintLabelLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PrintLabelLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintPaper.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintPaper.java index 63db6d74fa..b0ad82e204 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintPaper.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintPaper.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintPaper * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PrintPaper { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintTableFormat.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintTableFormat.java index ef6ddbe586..5bd2d4537a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintTableFormat.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintTableFormat.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintTableFormat * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_PrintTableFormat { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Private_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Private_Access.java index b87b773b99..377dd9f24a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Private_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Private_Access.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Private_Access * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Private_Access { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Process.java b/org.adempiere.base/src/org/compiere/model/I_AD_Process.java index 830155edfb..51dc69c698 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Process.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Process.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Process * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Process { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Process_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Process_Access.java index a390f32b41..75066761a2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Process_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Process_Access.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Process_Access * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Process_Access { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Process_Para.java b/org.adempiere.base/src/org/compiere/model/I_AD_Process_Para.java index 6ddd9ae658..ad55459dd5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Process_Para.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Process_Para.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Process_Para * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Process_Para { @@ -502,13 +502,17 @@ public interface I_AD_Process_Para /** Set Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public void setVFormat (String VFormat); /** Get Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public String getVFormat(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_RecentItem.java b/org.adempiere.base/src/org/compiere/model/I_AD_RecentItem.java index fd1602beb3..5a293f5b44 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_RecentItem.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_RecentItem.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_RecentItem * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_RecentItem { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Record_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Record_Access.java index 20737a0eeb..f499aaa881 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Record_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Record_Access.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Record_Access * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Record_Access { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Ref_List.java b/org.adempiere.base/src/org/compiere/model/I_AD_Ref_List.java index 58091ecefe..4282637bb4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Ref_List.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Ref_List.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Ref_List * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Ref_List { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Ref_Table.java b/org.adempiere.base/src/org/compiere/model/I_AD_Ref_Table.java index 1edb908195..b355e6ceed 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Ref_Table.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Ref_Table.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Ref_Table * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Ref_Table { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Reference.java b/org.adempiere.base/src/org/compiere/model/I_AD_Reference.java index cea3173302..e9f176cf69 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Reference.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Reference.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Reference * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Reference { @@ -229,13 +229,17 @@ public interface I_AD_Reference /** Set Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public void setVFormat (String VFormat); /** Get Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public String getVFormat(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Registration.java b/org.adempiere.base/src/org/compiere/model/I_AD_Registration.java index eff39da716..c1a40c0ddf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Registration.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Registration.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Registration * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Registration { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_RelationType.java b/org.adempiere.base/src/org/compiere/model/I_AD_RelationType.java index 2902ce5446..ddfe91febf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_RelationType.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_RelationType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_RelationType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_RelationType { @@ -163,12 +163,16 @@ public interface I_AD_RelationType public static final String COLUMNNAME_IsDirected = "IsDirected"; /** Set Directed. - * Tells whether one "sees" the other end of the relation from each end or just from the source + * Tells whether one " +sees" + the other end of the relation from each end or just from the source */ public void setIsDirected (boolean IsDirected); /** Get Directed. - * Tells whether one "sees" the other end of the relation from each end or just from the source + * Tells whether one " +sees" + the other end of the relation from each end or just from the source */ public boolean isDirected(); @@ -189,12 +193,14 @@ public interface I_AD_RelationType public static final String COLUMNNAME_Role_Source = "Role_Source"; /** Set Source Role. - * If set, this role will be used as label for the zoom destination instead of the destinations's window name + * If set, this role will be used as label for the zoom destination instead of the destinations' +s window name */ public void setRole_Source (String Role_Source); /** Get Source Role. - * If set, this role will be used as label for the zoom destination instead of the destinations's window name + * If set, this role will be used as label for the zoom destination instead of the destinations' +s window name */ public String getRole_Source(); @@ -202,12 +208,14 @@ public interface I_AD_RelationType public static final String COLUMNNAME_Role_Target = "Role_Target"; /** Set Target Role. - * If set, this role will be used as label for the zoom destination instead of the destinations's window name + * If set, this role will be used as label for the zoom destination instead of the destinations' +s window name */ public void setRole_Target (String Role_Target); /** Get Target Role. - * If set, this role will be used as label for the zoom destination instead of the destinations's window name + * If set, this role will be used as label for the zoom destination instead of the destinations' +s window name */ public String getRole_Target(); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Replication.java b/org.adempiere.base/src/org/compiere/model/I_AD_Replication.java index 537262ab3c..f871bd9608 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Replication.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Replication.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Replication * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Replication { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationDocument.java b/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationDocument.java index 3efcea3a3c..623025a781 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationDocument.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationDocument.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ReplicationDocument * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ReplicationDocument { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationStrategy.java b/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationStrategy.java index 5520675763..f33943770a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationStrategy.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationStrategy.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ReplicationStrategy * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ReplicationStrategy { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationTable.java b/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationTable.java index 6c564fc438..432c4d49b5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationTable.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationTable.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ReplicationTable * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ReplicationTable { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Log.java b/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Log.java index 94e279e40e..6819a58f31 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Log.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Log.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Replication_Log * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Replication_Log { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Run.java b/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Run.java index 35e8094ef9..67719ca27d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Run.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Run.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Replication_Run * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Replication_Run { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ReportView.java b/org.adempiere.base/src/org/compiere/model/I_AD_ReportView.java index 6dff177771..d615c2738a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ReportView.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ReportView.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ReportView * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ReportView { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ReportView_Col.java b/org.adempiere.base/src/org/compiere/model/I_AD_ReportView_Col.java index 69674e0d19..3ea6c01736 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ReportView_Col.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ReportView_Col.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ReportView_Col * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ReportView_Col { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ReportView_Column.java b/org.adempiere.base/src/org/compiere/model/I_AD_ReportView_Column.java index 939638487c..bcd903e7bd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ReportView_Column.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ReportView_Column.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ReportView_Column * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ReportView_Column { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Role.java b/org.adempiere.base/src/org/compiere/model/I_AD_Role.java index 51ad0578cb..ac59a9826d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Role.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Role.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Role * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Role { @@ -303,10 +303,10 @@ public interface I_AD_Role /** Column name IsAccessAdvanced */ public static final String COLUMNNAME_IsAccessAdvanced = "IsAccessAdvanced"; - /** Set Access Advanced */ + /** Set Access Advanced */ public void setIsAccessAdvanced (boolean IsAccessAdvanced); - /** Get Access Advanced */ + /** Get Access Advanced */ public boolean isAccessAdvanced(); /** Column name IsAccessAllOrgs */ diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Role_Included.java b/org.adempiere.base/src/org/compiere/model/I_AD_Role_Included.java index 644439b82d..ed44086d89 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Role_Included.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Role_Included.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Role_Included * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Role_Included { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Role_OrgAccess.java b/org.adempiere.base/src/org/compiere/model/I_AD_Role_OrgAccess.java index 001ca88156..44742c5559 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Role_OrgAccess.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Role_OrgAccess.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Role_OrgAccess * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Role_OrgAccess { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Rule.java b/org.adempiere.base/src/org/compiere/model/I_AD_Rule.java index 2b182febe0..930e3eb166 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Rule.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Rule.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Rule * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Rule { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_SMTP.java b/org.adempiere.base/src/org/compiere/model/I_AD_SMTP.java index 898b164ec3..7e43020da1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_SMTP.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_SMTP.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_SMTP * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_SMTP { @@ -35,9 +35,9 @@ public interface I_AD_SMTP KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = 3 - Client - Org + /** AccessLevel = 7 - System - Client - Org */ - BigDecimal accessLevel = BigDecimal.valueOf(3); + BigDecimal accessLevel = BigDecimal.valueOf(7); /** Load Meta Data */ diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Schedule.java b/org.adempiere.base/src/org/compiere/model/I_AD_Schedule.java index d535b7e360..3300bab827 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Schedule.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Schedule.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Schedule * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Schedule { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler.java b/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler.java index 2c99f7d094..6b1bf6cc5c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Scheduler * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Scheduler { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerLog.java b/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerLog.java index 71c9c433c1..151f703746 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerLog.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_SchedulerLog * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_SchedulerLog { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerRecipient.java b/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerRecipient.java index 4f40709981..cb842a0d4a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerRecipient.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerRecipient.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_SchedulerRecipient * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_SchedulerRecipient { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler_Para.java b/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler_Para.java index 58ddc4cfcb..fbf9769c14 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler_Para.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler_Para.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Scheduler_Para * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Scheduler_Para { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_SearchDefinition.java b/org.adempiere.base/src/org/compiere/model/I_AD_SearchDefinition.java index 09a370a519..976e064e5d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_SearchDefinition.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_SearchDefinition.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_SearchDefinition * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_SearchDefinition { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Sequence.java b/org.adempiere.base/src/org/compiere/model/I_AD_Sequence.java index 34b34c292d..a35c2550b9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Sequence.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Sequence.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Sequence * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Sequence { @@ -351,13 +351,17 @@ public interface I_AD_Sequence /** Set Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public void setVFormat (String VFormat); /** Get Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public String getVFormat(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_Audit.java b/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_Audit.java index 252c89a4dc..0b3f84d0a6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_Audit.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_Audit.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Sequence_Audit * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Sequence_Audit { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_No.java b/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_No.java index e30a77bfc2..f25d1b2866 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_No.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_No.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Sequence_No * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Sequence_No { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Session.java b/org.adempiere.base/src/org/compiere/model/I_AD_Session.java index 05bcce297f..35cde6eaaa 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Session.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Session.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Session * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Session { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_StatusLine.java b/org.adempiere.base/src/org/compiere/model/I_AD_StatusLine.java index 19680704da..f49ed1ae2c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_StatusLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_StatusLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_StatusLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_StatusLine { @@ -155,10 +155,10 @@ public interface I_AD_StatusLine /** Column name SQLStatement */ public static final String COLUMNNAME_SQLStatement = "SQLStatement"; - /** Set SQLStatement */ + /** Set SQL Expression/Statement */ public void setSQLStatement (String SQLStatement); - /** Get SQLStatement */ + /** Get SQL Expression/Statement */ public String getSQLStatement(); /** Column name Updated */ diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_StatusLineUsedIn.java b/org.adempiere.base/src/org/compiere/model/I_AD_StatusLineUsedIn.java index 082c6bbdf6..ef137c5495 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_StatusLineUsedIn.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_StatusLineUsedIn.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_StatusLineUsedIn * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_StatusLineUsedIn { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_StorageProvider.java b/org.adempiere.base/src/org/compiere/model/I_AD_StorageProvider.java index 2b8316e863..83e25fbc3e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_StorageProvider.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_StorageProvider.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_StorageProvider * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_StorageProvider { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Style.java b/org.adempiere.base/src/org/compiere/model/I_AD_Style.java index 4e9a3459b1..08b4f2e5b7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Style.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Style.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Style * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Style { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_StyleLine.java b/org.adempiere.base/src/org/compiere/model/I_AD_StyleLine.java index d9243bcdb6..a59da8cf58 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_StyleLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_StyleLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_StyleLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_StyleLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_SysConfig.java b/org.adempiere.base/src/org/compiere/model/I_AD_SysConfig.java index 3a1fa4640b..d8c176b86f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_SysConfig.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_SysConfig.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_SysConfig * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_SysConfig { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_System.java b/org.adempiere.base/src/org/compiere/model/I_AD_System.java index 26c2baa187..b824965f19 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_System.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_System.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_System * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_System { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Tab.java b/org.adempiere.base/src/org/compiere/model/I_AD_Tab.java index 4582b4df49..4db778949f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Tab.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Tab.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Tab * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Tab { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Tab_Customization.java b/org.adempiere.base/src/org/compiere/model/I_AD_Tab_Customization.java index 773878563d..e14fb85de2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Tab_Customization.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Tab_Customization.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Tab_Customization * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Tab_Customization { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Table.java b/org.adempiere.base/src/org/compiere/model/I_AD_Table.java index 75b29c5c81..a029cc42d2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Table.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Table.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Table * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Table { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TableIndex.java b/org.adempiere.base/src/org/compiere/model/I_AD_TableIndex.java index 9919c2ccc4..9587d349fe 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TableIndex.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TableIndex.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TableIndex * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TableIndex { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Table_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Table_Access.java index 108fa82e91..e19c33fbaa 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Table_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Table_Access.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Table_Access * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Table_Access { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Table_ScriptValidator.java b/org.adempiere.base/src/org/compiere/model/I_AD_Table_ScriptValidator.java index 56f5b8f8bd..a82e4f84cc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Table_ScriptValidator.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Table_ScriptValidator.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Table_ScriptValidator * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Table_ScriptValidator { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Task.java b/org.adempiere.base/src/org/compiere/model/I_AD_Task.java index 1b59ff9943..3b04c4e40d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Task.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Task.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Task * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Task { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TaskInstance.java b/org.adempiere.base/src/org/compiere/model/I_AD_TaskInstance.java index 15c23300ad..aa2493e35a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TaskInstance.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TaskInstance.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TaskInstance * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TaskInstance { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Task_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Task_Access.java index 5a8400a5aa..06771f234e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Task_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Task_Access.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Task_Access * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Task_Access { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButton.java b/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButton.java index 86058224cc..baa3ff69f9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButton.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButton.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ToolBarButton * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ToolBarButton { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButtonRestrict.java b/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButtonRestrict.java index 6b79d219bf..28238008aa 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButtonRestrict.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButtonRestrict.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ToolBarButtonRestrict * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ToolBarButtonRestrict { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Tree.java b/org.adempiere.base/src/org/compiere/model/I_AD_Tree.java index 8584ee49f9..4a19991862 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Tree.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Tree.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Tree * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Tree { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNode.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNode.java index 228cbb3392..2e84d53537 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNode.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNode.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNode * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TreeNode { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeBP.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeBP.java index e7a2ec1d73..2c101eca93 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeBP.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeBP.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeBP * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TreeNodeBP { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMC.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMC.java index 732aec42a4..2bca789ab5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMC.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMC.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeCMC * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TreeNodeCMC { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMM.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMM.java index 37be820dd2..769b9dcda4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMM.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMM.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeCMM * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TreeNodeCMM { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMS.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMS.java index 1fd499ca41..b31d896f7a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMS.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMS.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeCMS * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TreeNodeCMS { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMT.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMT.java index 5b346b5c60..7bb07e0884 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMT.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMT.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeCMT * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TreeNodeCMT { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeMM.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeMM.java index b793662561..d7984eb309 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeMM.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeMM.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeMM * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TreeNodeMM { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodePR.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodePR.java index 170b805c31..22d94fe2f2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodePR.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodePR.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodePR * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TreeNodePR { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU1.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU1.java index 3d3501983f..ca794c51eb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU1.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU1.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeU1 * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TreeNodeU1 { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU2.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU2.java index 2cf45930ef..29b102c794 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU2.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU2.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeU2 * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TreeNodeU2 { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU3.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU3.java index 5c651c6bd2..4914fd4935 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU3.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU3.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeU3 * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TreeNodeU3 { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU4.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU4.java index f489008acb..48811ed818 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU4.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU4.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeU4 * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_TreeNodeU4 { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Tree_Favorite.java b/org.adempiere.base/src/org/compiere/model/I_AD_Tree_Favorite.java index 6f92e46c67..8add1c1670 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Tree_Favorite.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Tree_Favorite.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Tree_Favorite * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Tree_Favorite { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Tree_Favorite_Node.java b/org.adempiere.base/src/org/compiere/model/I_AD_Tree_Favorite_Node.java index a15afd7d30..b3eb1bd105 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Tree_Favorite_Node.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Tree_Favorite_Node.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Tree_Favorite_Node * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Tree_Favorite_Node { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_User.java b/org.adempiere.base/src/org/compiere/model/I_AD_User.java index 1ea108e5fe..aeea06f61b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_User.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_User.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_User * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_User { @@ -159,12 +159,12 @@ public interface I_AD_User /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserBPAccess.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserBPAccess.java index f1feeff2e7..5ec8b245f5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserBPAccess.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserBPAccess.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserBPAccess * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_UserBPAccess { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Field.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Field.java index d2b1467ba6..74be08e170 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Field.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Field.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserDef_Field * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_UserDef_Field { @@ -559,13 +559,17 @@ public interface I_AD_UserDef_Field /** Set Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public void setVFormat (String VFormat); /** Get Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public String getVFormat(); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Info.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Info.java index e7eb324616..e615706b27 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Info.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Info.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserDef_Info * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_UserDef_Info { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Info_Column.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Info_Column.java index 52d677d5c4..8c2f803f2d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Info_Column.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Info_Column.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserDef_Info_Column * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_UserDef_Info_Column { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Info_Related.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Info_Related.java index 933794bdba..eed37ccf9e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Info_Related.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Info_Related.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserDef_Info_Related * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_UserDef_Info_Related { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Proc.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Proc.java index 7094d3332f..6e6ad57854 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Proc.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Proc.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserDef_Proc * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_UserDef_Proc { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Proc_Parameter.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Proc_Parameter.java index b4d23a6d20..fce52760f5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Proc_Parameter.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Proc_Parameter.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserDef_Proc_Parameter * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_UserDef_Proc_Parameter { @@ -422,13 +422,17 @@ public interface I_AD_UserDef_Proc_Parameter /** Set Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public void setVFormat (String VFormat); /** Get Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public String getVFormat(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Tab.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Tab.java index b63534f599..e424da698d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Tab.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Tab.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserDef_Tab * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_UserDef_Tab { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Win.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Win.java index c3d5d10b95..df21edc641 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Win.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Win.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserDef_Win * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_UserDef_Win { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserMail.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserMail.java index 5d67065e52..befdaf3ebc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserMail.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserMail.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserMail * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_UserMail { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserPreference.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserPreference.java index 0982802c5e..262085f06c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserPreference.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserPreference.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserPreference * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_UserPreference { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserQuery.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserQuery.java index fc36f5dc3d..429935524c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserQuery.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserQuery.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserQuery * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_UserQuery { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_User_OrgAccess.java b/org.adempiere.base/src/org/compiere/model/I_AD_User_OrgAccess.java index 51204aff97..21aec73d22 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_User_OrgAccess.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_User_OrgAccess.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_User_OrgAccess * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_User_OrgAccess { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_User_Roles.java b/org.adempiere.base/src/org/compiere/model/I_AD_User_Roles.java index c3b90415b6..b9f0cd4ee0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_User_Roles.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_User_Roles.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_User_Roles * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_User_Roles { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_User_Substitute.java b/org.adempiere.base/src/org/compiere/model/I_AD_User_Substitute.java index b712405a0f..0e41938e17 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_User_Substitute.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_User_Substitute.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_User_Substitute * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_User_Substitute { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Val_Rule.java b/org.adempiere.base/src/org/compiere/model/I_AD_Val_Rule.java index b5a4b14a20..315354b943 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Val_Rule.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Val_Rule.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Val_Rule * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Val_Rule { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ViewColumn.java b/org.adempiere.base/src/org/compiere/model/I_AD_ViewColumn.java index 4d38c0bb2a..312cd9371f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ViewColumn.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ViewColumn.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ViewColumn * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ViewColumn { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ViewComponent.java b/org.adempiere.base/src/org/compiere/model/I_AD_ViewComponent.java index 5114b554a6..802d464600 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ViewComponent.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ViewComponent.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ViewComponent * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ViewComponent { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Activity.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Activity.java index 73cc727a35..0f0e23bf8f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Activity.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Activity.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_Activity * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WF_Activity { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_ActivityApprover.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_ActivityApprover.java index 61c344694c..29550f976d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_ActivityApprover.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_ActivityApprover.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_ActivityApprover * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WF_ActivityApprover { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_ActivityResult.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_ActivityResult.java index a5ceedf543..109db0d33f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_ActivityResult.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_ActivityResult.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_ActivityResult * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WF_ActivityResult { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Block.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Block.java index 16714cde1c..46cab7e66c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Block.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Block.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_Block * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WF_Block { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_EventAudit.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_EventAudit.java index 8a47e1f936..7daff1db56 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_EventAudit.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_EventAudit.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_EventAudit * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WF_EventAudit { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_NextCondition.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_NextCondition.java index 9e624eac34..850ec512e5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_NextCondition.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_NextCondition.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_NextCondition * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WF_NextCondition { @@ -202,10 +202,10 @@ public interface I_AD_WF_NextCondition /** Column name SQLStatement */ public static final String COLUMNNAME_SQLStatement = "SQLStatement"; - /** Set SQLStatement */ + /** Set SQL Expression/Statement */ public void setSQLStatement (String SQLStatement); - /** Get SQLStatement */ + /** Get SQL Expression/Statement */ public String getSQLStatement(); /** Column name Updated */ diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node.java index 129f824c90..dcd473b22d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_Node * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WF_Node { @@ -287,12 +287,12 @@ public interface I_AD_WF_Node /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_NodeNext.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_NodeNext.java index 8b1e231d2c..fd98d9a3b8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_NodeNext.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_NodeNext.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_NodeNext * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WF_NodeNext { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node_Para.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node_Para.java index 78ef45cd02..5e9720b6d5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node_Para.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node_Para.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_Node_Para * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WF_Node_Para { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Process.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Process.java index 69ee985c16..ca9dff4e89 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Process.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Process.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_Process * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WF_Process { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_ProcessData.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_ProcessData.java index a3ee2aab4b..6cfca1afbe 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_ProcessData.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_ProcessData.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_ProcessData * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WF_ProcessData { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Responsible.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Responsible.java index a2d24cb347..638dfc2a8e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Responsible.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Responsible.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_Responsible * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WF_Responsible { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Window.java b/org.adempiere.base/src/org/compiere/model/I_AD_Window.java index fda07374d9..830e089737 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Window.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Window.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Window * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Window { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Window_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Window_Access.java index c186c617ef..71cef756c2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Window_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Window_Access.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Window_Access * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Window_Access { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WizardProcess.java b/org.adempiere.base/src/org/compiere/model/I_AD_WizardProcess.java index 2d38719a39..22368ed8a4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WizardProcess.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WizardProcess.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WizardProcess * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WizardProcess { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Wlistbox_Customization.java b/org.adempiere.base/src/org/compiere/model/I_AD_Wlistbox_Customization.java index 4869ad98ac..2289f7aa4f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Wlistbox_Customization.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Wlistbox_Customization.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Wlistbox_Customization * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Wlistbox_Customization { @@ -35,9 +35,9 @@ public interface I_AD_Wlistbox_Customization KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = 4 - System + /** AccessLevel = 6 - System - Client */ - BigDecimal accessLevel = BigDecimal.valueOf(4); + BigDecimal accessLevel = BigDecimal.valueOf(6); /** Load Meta Data */ diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Workflow.java b/org.adempiere.base/src/org/compiere/model/I_AD_Workflow.java index 59f771b9a9..0757c6b751 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Workflow.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Workflow.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Workflow * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Workflow { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessor.java b/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessor.java index 9fe017d950..4630e6eb7d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessor.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WorkflowProcessor * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WorkflowProcessor { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessorLog.java b/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessorLog.java index 9626d45133..68008f7b0d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessorLog.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WorkflowProcessorLog * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_WorkflowProcessorLog { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Workflow_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Workflow_Access.java index 4afc463693..0aec566f99 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Workflow_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Workflow_Access.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Workflow_Access * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_Workflow_Access { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ZoomCondition.java b/org.adempiere.base/src/org/compiere/model/I_AD_ZoomCondition.java index 13b0acbd67..e5b99c92b6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ZoomCondition.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ZoomCondition.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ZoomCondition * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_AD_ZoomCondition { diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_ClientException.java b/org.adempiere.base/src/org/compiere/model/I_ASP_ClientException.java index b21959e0f6..18fa0371ca 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_ClientException.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_ClientException.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_ClientException * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_ASP_ClientException { diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_ClientLevel.java b/org.adempiere.base/src/org/compiere/model/I_ASP_ClientLevel.java index 54507eef88..25922872ee 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_ClientLevel.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_ClientLevel.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_ClientLevel * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_ASP_ClientLevel { diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Field.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Field.java index e6162193b0..5ebc693fee 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Field.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Field.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Field * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_ASP_Field { diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Form.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Form.java index 76b3624a94..2bd2bd8cf5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Form.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Form.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Form * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_ASP_Form { diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Level.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Level.java index e0c3b83051..73a38d22d2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Level.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Level.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Level * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_ASP_Level { diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Module.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Module.java index f3d3b90ed8..514d96418b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Module.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Module.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Module * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_ASP_Module { diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Process.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Process.java index d4cbb11932..74b4030477 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Process.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Process.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Process * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_ASP_Process { diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Process_Para.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Process_Para.java index 915b57100d..a19cd0eea6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Process_Para.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Process_Para.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Process_Para * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_ASP_Process_Para { diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Ref_List.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Ref_List.java index 5f4226be6d..ae08d4bdb0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Ref_List.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Ref_List.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Ref_List * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_ASP_Ref_List { diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Tab.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Tab.java index 9980687f20..db12a83284 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Tab.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Tab.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Tab * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_ASP_Tab { diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Task.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Task.java index 05933b6d32..f8b6bfc354 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Task.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Task.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Task * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_ASP_Task { diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Window.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Window.java index f453f05ecf..93de85d52a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Window.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Window.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Window * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_ASP_Window { diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Workflow.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Workflow.java index 20d46cc283..c748a49778 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Workflow.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Workflow.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Workflow * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_ASP_Workflow { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset.java index adb159f830..d7e87149e9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset { @@ -276,12 +276,12 @@ public interface I_A_Asset /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Acct.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Acct.java index 4cd065bebb..f3fed3431a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Addition.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Addition.java index 7e0ac27b68..ca5c117fdb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Addition.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Addition.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Addition * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Addition { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Change.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Change.java index 45840ed096..18d8031dc9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Change.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Change.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Change * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Change { @@ -517,12 +517,12 @@ public interface I_A_Asset_Change /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Class.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Class.java index ec2a5cd158..428c21a0f7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Class.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Class.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Class * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Class { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Delivery.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Delivery.java index 61e05b9659..1d7bf132e1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Delivery.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Delivery.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Delivery * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Delivery { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Disposed.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Disposed.java index 1d8c860cf6..feba4afe51 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Disposed.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Disposed.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Disposed * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Disposed { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group.java index ee97b68728..36b88b0274 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Group * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Group { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group_Acct.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group_Acct.java index 0e7a1c5cb2..fa0382a199 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Group_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Group_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Fin.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Fin.java index 0526362f4a..bf1f37182d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Fin.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Fin.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Info_Fin * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Info_Fin { @@ -179,12 +179,12 @@ public interface I_A_Asset_Info_Fin /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Ins.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Ins.java index 106c4f397c..f6556bccae 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Ins.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Ins.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Info_Ins * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Info_Ins { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Lic.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Lic.java index f347eb2dbd..e1d17c5c5a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Lic.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Lic.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Info_Lic * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Info_Lic { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Oth.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Oth.java index dedcc24830..8bee97780d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Oth.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Oth.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Info_Oth * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Info_Oth { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Tax.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Tax.java index 43f5036c88..a58622b424 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Tax.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Tax.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Info_Tax * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Info_Tax { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Product.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Product.java index 0158415ebb..743f913a5d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Product.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Product.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Product * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Product { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Retirement.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Retirement.java index d85c79cd1c..afda17c867 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Retirement.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Retirement.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Retirement * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Retirement { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval.java index 73f1a365d8..8e3347c840 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Reval * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Reval { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Entry.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Entry.java index 5bbb3a6c92..917fe969f9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Entry.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Entry.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Reval_Entry * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Reval_Entry { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Index.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Index.java index 20ddd613e6..cbc664fc8e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Index.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Index.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Reval_Index * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Reval_Index { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Split.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Split.java index 04bc279c5a..6f4f7c9cbd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Split.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Split.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Split * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Split { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Transfer.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Transfer.java index e5810da770..1d1dc830f2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Transfer.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Transfer.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Transfer * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Transfer { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Type.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Type.java index 535662ac70..3e76daec28 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Type.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Type.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Type * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Type { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Use.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Use.java index 6bfd27cfd5..c859a81b42 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Use.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Use.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Use * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Asset_Use { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation.java index 07bad01451..d7ced747f1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Depreciation { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Build.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Build.java index 84349a692e..c2135b1eee 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Build.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Build.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Build * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Depreciation_Build { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Convention.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Convention.java index 1f2dc5d9b0..cb6784ca90 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Convention.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Convention.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Convention * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Depreciation_Convention { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Entry.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Entry.java index ffa8d92661..3e254d0fea 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Entry.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Entry.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Entry * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Depreciation_Entry { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Exp.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Exp.java index 81777e5a30..fa994cb941 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Exp.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Exp.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Exp * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Depreciation_Exp { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Forecast.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Forecast.java index 2987752745..944cbb66d7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Forecast.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Forecast.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Forecast * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Depreciation_Forecast { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Method.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Method.java index dbc76b49e3..9d90980057 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Method.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Method.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Method * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Depreciation_Method { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Detail.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Detail.java index afd38b4610..d6770c703f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Detail.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Detail.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Table_Detail * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Depreciation_Table_Detail { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Header.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Header.java index bff284a42c..ba25d25359 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Header.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Header.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Table_Header * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Depreciation_Table_Header { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Workfile.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Workfile.java index 0ca9ac40ff..cbab487d77 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Workfile.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Workfile.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Workfile * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Depreciation_Workfile { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_FundingMode.java b/org.adempiere.base/src/org/compiere/model/I_A_FundingMode.java index 6e5bfc61fd..b3b0312b4c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_FundingMode.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_FundingMode.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_FundingMode * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_FundingMode { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_FundingMode_Acct.java b/org.adempiere.base/src/org/compiere/model/I_A_FundingMode_Acct.java index 35bdee2033..c5a7e4d445 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_FundingMode_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_FundingMode_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_FundingMode_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_FundingMode_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Registration.java b/org.adempiere.base/src/org/compiere/model/I_A_Registration.java index e9c7606fe6..9f897a6f49 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Registration.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Registration.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_Registration * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_Registration { @@ -130,12 +130,12 @@ public interface I_A_Registration /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_A_RegistrationAttribute.java b/org.adempiere.base/src/org/compiere/model/I_A_RegistrationAttribute.java index 963505c51c..8f03cd99c7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_RegistrationAttribute.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_RegistrationAttribute.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_RegistrationAttribute * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_RegistrationAttribute { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_RegistrationProduct.java b/org.adempiere.base/src/org/compiere/model/I_A_RegistrationProduct.java index bbbb28828d..51c34d8bff 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_RegistrationProduct.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_RegistrationProduct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_RegistrationProduct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_RegistrationProduct { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_RegistrationValue.java b/org.adempiere.base/src/org/compiere/model/I_A_RegistrationValue.java index b165108735..ffcf76653b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_RegistrationValue.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_RegistrationValue.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for A_RegistrationValue * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_A_RegistrationValue { diff --git a/org.adempiere.base/src/org/compiere/model/I_B_Bid.java b/org.adempiere.base/src/org/compiere/model/I_B_Bid.java index 65a4bebe36..c496be4ef1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_Bid.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_Bid.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for B_Bid * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_B_Bid { diff --git a/org.adempiere.base/src/org/compiere/model/I_B_BidComment.java b/org.adempiere.base/src/org/compiere/model/I_B_BidComment.java index 2074b343d3..b50895056d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_BidComment.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_BidComment.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for B_BidComment * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_B_BidComment { diff --git a/org.adempiere.base/src/org/compiere/model/I_B_Buyer.java b/org.adempiere.base/src/org/compiere/model/I_B_Buyer.java index c097b659e2..f52986c31f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_Buyer.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_Buyer.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for B_Buyer * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_B_Buyer { diff --git a/org.adempiere.base/src/org/compiere/model/I_B_BuyerFunds.java b/org.adempiere.base/src/org/compiere/model/I_B_BuyerFunds.java index a5809cef26..4b96568076 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_BuyerFunds.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_BuyerFunds.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for B_BuyerFunds * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_B_BuyerFunds { diff --git a/org.adempiere.base/src/org/compiere/model/I_B_Offer.java b/org.adempiere.base/src/org/compiere/model/I_B_Offer.java index aea3c2ae49..9ccc3b2d9a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_Offer.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_Offer.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for B_Offer * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_B_Offer { diff --git a/org.adempiere.base/src/org/compiere/model/I_B_Seller.java b/org.adempiere.base/src/org/compiere/model/I_B_Seller.java index ed3e7f052f..774d18d8a9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_Seller.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_Seller.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for B_Seller * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_B_Seller { diff --git a/org.adempiere.base/src/org/compiere/model/I_B_SellerFunds.java b/org.adempiere.base/src/org/compiere/model/I_B_SellerFunds.java index db88c22f90..509e1226ae 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_SellerFunds.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_SellerFunds.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for B_SellerFunds * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_B_SellerFunds { diff --git a/org.adempiere.base/src/org/compiere/model/I_B_Topic.java b/org.adempiere.base/src/org/compiere/model/I_B_Topic.java index a1544d4b7b..203ca77659 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_Topic.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_Topic.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for B_Topic * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_B_Topic { diff --git a/org.adempiere.base/src/org/compiere/model/I_B_TopicCategory.java b/org.adempiere.base/src/org/compiere/model/I_B_TopicCategory.java index 349715f538..d00eb33ec5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_TopicCategory.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_TopicCategory.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for B_TopicCategory * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_B_TopicCategory { diff --git a/org.adempiere.base/src/org/compiere/model/I_B_TopicType.java b/org.adempiere.base/src/org/compiere/model/I_B_TopicType.java index 5cec2d18c6..f861422d77 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_TopicType.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_TopicType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for B_TopicType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_B_TopicType { diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_Chat.java b/org.adempiere.base/src/org/compiere/model/I_CM_Chat.java index 2deb75911f..b3d06aeeed 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_Chat.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_Chat.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for CM_Chat * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_CM_Chat { diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_ChatEntry.java b/org.adempiere.base/src/org/compiere/model/I_CM_ChatEntry.java index 13622fb625..9ddb5d2f5e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_ChatEntry.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_ChatEntry.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for CM_ChatEntry * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_CM_ChatEntry { diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_ChatType.java b/org.adempiere.base/src/org/compiere/model/I_CM_ChatType.java index 4fab323707..df037be063 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_ChatType.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_ChatType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for CM_ChatType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_CM_ChatType { diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_ChatTypeUpdate.java b/org.adempiere.base/src/org/compiere/model/I_CM_ChatTypeUpdate.java index f89ab35a60..28b2e60711 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_ChatTypeUpdate.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_ChatTypeUpdate.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for CM_ChatTypeUpdate * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_CM_ChatTypeUpdate { diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_ChatUpdate.java b/org.adempiere.base/src/org/compiere/model/I_CM_ChatUpdate.java index 5b45a10786..fee5ec7dd6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_ChatUpdate.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_ChatUpdate.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for CM_ChatUpdate * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_CM_ChatUpdate { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_1099Box.java b/org.adempiere.base/src/org/compiere/model/I_C_1099Box.java index 0be7fa4c19..1d2c68caf4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_1099Box.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_1099Box.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_1099Box * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_1099Box { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessor.java b/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessor.java index eeda75691f..c5613f1136 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessor.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_AcctProcessor * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_AcctProcessor { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessorLog.java b/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessorLog.java index 6182b3bfa9..ae4f71fb35 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessorLog.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_AcctProcessorLog * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_AcctProcessorLog { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema.java b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema.java index 012abe12cd..cbe0bfe6a3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_AcctSchema * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_AcctSchema { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Default.java b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Default.java index afc6ed2bde..e77c040234 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Default.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Default.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_AcctSchema_Default * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_AcctSchema_Default { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Element.java b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Element.java index 2e66905cce..8cba9686eb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Element.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Element.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_AcctSchema_Element * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_AcctSchema_Element { @@ -128,12 +128,12 @@ public interface I_C_AcctSchema_Element /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_GL.java b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_GL.java index ede487d253..9b716dbe4c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_GL.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_GL.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_AcctSchema_GL * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_AcctSchema_GL { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Activity.java b/org.adempiere.base/src/org/compiere/model/I_C_Activity.java index 6727361c22..eb4e86475e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Activity.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Activity.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Activity * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Activity { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AddressTransaction.java b/org.adempiere.base/src/org/compiere/model/I_C_AddressTransaction.java index c71425b748..73cd5f9843 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AddressTransaction.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AddressTransaction.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_AddressTransaction * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_AddressTransaction { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AddressValidation.java b/org.adempiere.base/src/org/compiere/model/I_C_AddressValidation.java index 141b697a95..57b95ff4d1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AddressValidation.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AddressValidation.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_AddressValidation * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_AddressValidation { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AddressValidationCfg.java b/org.adempiere.base/src/org/compiere/model/I_C_AddressValidationCfg.java index eea63f04e3..92a3bb9f05 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AddressValidationCfg.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AddressValidationCfg.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_AddressValidationCfg * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_AddressValidationCfg { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AllocationHdr.java b/org.adempiere.base/src/org/compiere/model/I_C_AllocationHdr.java index f049b98454..7ec10dd691 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AllocationHdr.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AllocationHdr.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_AllocationHdr * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_AllocationHdr { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AllocationLine.java b/org.adempiere.base/src/org/compiere/model/I_C_AllocationLine.java index dc8117c952..fa11ac5f22 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AllocationLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AllocationLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_AllocationLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_AllocationLine { @@ -115,12 +115,12 @@ public interface I_C_AllocationLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_BankAccount.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_BankAccount.java index 34c29fb48c..880291aa3b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_BankAccount.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_BankAccount.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_BankAccount * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BP_BankAccount { @@ -251,12 +251,12 @@ public interface I_C_BP_BankAccount /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Customer_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Customer_Acct.java index 926476e8e3..d25ffb936e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Customer_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Customer_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Customer_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BP_Customer_Acct { @@ -80,12 +80,12 @@ public interface I_C_BP_Customer_Acct /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_EDI.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_EDI.java index 69672988be..de8812931c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_EDI.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_EDI.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_EDI * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BP_EDI { @@ -80,12 +80,12 @@ public interface I_C_BP_EDI /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Employee_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Employee_Acct.java index 265488871e..7244ad3fcc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Employee_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Employee_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Employee_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BP_Employee_Acct { @@ -80,12 +80,12 @@ public interface I_C_BP_Employee_Acct /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Group.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Group.java index 94b2bbe722..d88ec68658 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Group.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Group.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Group * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BP_Group { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Group_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Group_Acct.java index 8fa7fc2a1a..cf89f8bd36 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Group_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Group_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Group_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BP_Group_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Relation.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Relation.java index d691b5998e..85583ee73e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Relation.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Relation.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Relation * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BP_Relation { @@ -65,12 +65,12 @@ public interface I_C_BP_Relation /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -203,12 +203,14 @@ public interface I_C_BP_Relation public static final String COLUMNNAME_IsPayFrom = "IsPayFrom"; /** Set Pay-From Address. - * Business Partner pays from that address and we'll send dunning letters there + * Business Partner pays from that address and we' +ll send dunning letters there */ public void setIsPayFrom (boolean IsPayFrom); /** Get Pay-From Address. - * Business Partner pays from that address and we'll send dunning letters there + * Business Partner pays from that address and we' +ll send dunning letters there */ public boolean isPayFrom(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_ShippingAcct.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_ShippingAcct.java index 3c3ac16235..6b2792602c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_ShippingAcct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_ShippingAcct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_ShippingAcct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BP_ShippingAcct { @@ -65,12 +65,12 @@ public interface I_C_BP_ShippingAcct /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Vendor_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Vendor_Acct.java index 430fb998a1..8824838247 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Vendor_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Vendor_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Vendor_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BP_Vendor_Acct { @@ -80,12 +80,12 @@ public interface I_C_BP_Vendor_Acct /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Withholding.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Withholding.java index d4a0fb6b82..31e5a4fb7a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Withholding.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Withholding.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Withholding * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BP_Withholding { @@ -65,12 +65,12 @@ public interface I_C_BP_Withholding /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BPartner.java b/org.adempiere.base/src/org/compiere/model/I_C_BPartner.java index 06fb2445d3..858541bb2d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BPartner.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BPartner.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BPartner * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BPartner { @@ -130,12 +130,12 @@ public interface I_C_BPartner /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -336,12 +336,14 @@ public interface I_C_BPartner public static final String COLUMNNAME_DUNS = "DUNS"; /** Set D-U-N-S. - * Dun & Bradstreet Number + * Dun & + Bradstreet Number */ public void setDUNS (String DUNS); /** Get D-U-N-S. - * Dun & Bradstreet Number + * Dun & + Bradstreet Number */ public String getDUNS(); @@ -778,12 +780,14 @@ public interface I_C_BPartner public static final String COLUMNNAME_ReferenceNo = "ReferenceNo"; /** Set Reference No. - * Your customer or vendor number at the Business Partner's site + * Your customer or vendor number at the Business Partner' +s site */ public void setReferenceNo (String ReferenceNo); /** Get Reference No. - * Your customer or vendor number at the Business Partner's site + * Your customer or vendor number at the Business Partner' +s site */ public String getReferenceNo(); @@ -832,12 +836,14 @@ public interface I_C_BPartner public static final String COLUMNNAME_ShareOfCustomer = "ShareOfCustomer"; /** Set Share. - * Share of Customer's business as a percentage + * Share of Customer' +s business as a percentage */ public void setShareOfCustomer (int ShareOfCustomer); /** Get Share. - * Share of Customer's business as a percentage + * Share of Customer' +s business as a percentage */ public int getShareOfCustomer(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Location.java b/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Location.java index 163f998c86..bc05d37b05 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Location.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Location.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BPartner_Location * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BPartner_Location { @@ -65,12 +65,12 @@ public interface I_C_BPartner_Location /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -210,12 +210,14 @@ public interface I_C_BPartner_Location public static final String COLUMNNAME_IsPayFrom = "IsPayFrom"; /** Set Pay-From Address. - * Business Partner pays from that address and we'll send dunning letters there + * Business Partner pays from that address and we' +ll send dunning letters there */ public void setIsPayFrom (boolean IsPayFrom); /** Get Pay-From Address. - * Business Partner pays from that address and we'll send dunning letters there + * Business Partner pays from that address and we' +ll send dunning letters there */ public boolean isPayFrom(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Product.java b/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Product.java index 7b24a0ff80..e01b67c94c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Product.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Product.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BPartner_Product * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BPartner_Product { @@ -65,12 +65,12 @@ public interface I_C_BPartner_Product /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Bank.java b/org.adempiere.base/src/org/compiere/model/I_C_Bank.java index 63bc66bfb6..94fd231c88 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Bank.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Bank.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Bank * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Bank { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankAccount.java b/org.adempiere.base/src/org/compiere/model/I_C_BankAccount.java index 0c60f96c14..61efe9b025 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankAccount.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankAccount.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankAccount * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BankAccount { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankAccountDoc.java b/org.adempiere.base/src/org/compiere/model/I_C_BankAccountDoc.java index 0724fb455e..089aa460f8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankAccountDoc.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankAccountDoc.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankAccountDoc * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BankAccountDoc { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Acct.java index 01a81e048f..f0c34e6cfc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankAccount_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BankAccount_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Processor.java b/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Processor.java index 3ced1ae968..af3e6d8797 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Processor.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Processor.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankAccount_Processor * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BankAccount_Processor { @@ -97,12 +97,14 @@ public interface I_C_BankAccount_Processor public static final String COLUMNNAME_AcceptDiners = "AcceptDiners"; /** Set Accept Diners. - * Accept Diner's Club + * Accept Diner' +s Club */ public void setAcceptDiners (boolean AcceptDiners); /** Get Accept Diners. - * Accept Diner's Club + * Accept Diner' +s Club */ public boolean isAcceptDiners(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankStatement.java b/org.adempiere.base/src/org/compiere/model/I_C_BankStatement.java index 93d3daebb1..7e51e7ab40 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankStatement.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankStatement.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankStatement * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BankStatement { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLine.java b/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLine.java index 981855d39b..ed5e6f338d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankStatementLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BankStatementLine { @@ -102,12 +102,12 @@ public interface I_C_BankStatementLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -485,12 +485,14 @@ public interface I_C_BankStatementLine public static final String COLUMNNAME_ReferenceNo = "ReferenceNo"; /** Set Reference No. - * Your customer or vendor number at the Business Partner's site + * Your customer or vendor number at the Business Partner' +s site */ public void setReferenceNo (String ReferenceNo); /** Get Reference No. - * Your customer or vendor number at the Business Partner's site + * Your customer or vendor number at the Business Partner' +s site */ public String getReferenceNo(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLoader.java b/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLoader.java index f1ab391c0c..3286e0285f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLoader.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLoader.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankStatementLoader * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BankStatementLoader { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankStatementMatcher.java b/org.adempiere.base/src/org/compiere/model/I_C_BankStatementMatcher.java index a666529ccd..62dab2f632 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankStatementMatcher.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankStatementMatcher.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankStatementMatcher * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_BankStatementMatcher { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Calendar.java b/org.adempiere.base/src/org/compiere/model/I_C_Calendar.java index c1c8fc1d7f..1d2a6f9c0e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Calendar.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Calendar.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Calendar * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Calendar { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Campaign.java b/org.adempiere.base/src/org/compiere/model/I_C_Campaign.java index 019ad6f7e4..76e859c268 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Campaign.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Campaign.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Campaign * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Campaign { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Cash.java b/org.adempiere.base/src/org/compiere/model/I_C_Cash.java index 25546f70ce..03f13cd51c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Cash.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Cash.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Cash * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Cash { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CashBook.java b/org.adempiere.base/src/org/compiere/model/I_C_CashBook.java index 1d738dc32c..2c68fa00d1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CashBook.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CashBook.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_CashBook * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_CashBook { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CashBook_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_CashBook_Acct.java index 4b6121f907..fd9453db38 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CashBook_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CashBook_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_CashBook_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_CashBook_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CashLine.java b/org.adempiere.base/src/org/compiere/model/I_C_CashLine.java index a52093f7f0..28e59c8962 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CashLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CashLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_CashLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_CashLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CashPlan.java b/org.adempiere.base/src/org/compiere/model/I_C_CashPlan.java index 1694a5014e..1dcef2e422 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CashPlan.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CashPlan.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_CashPlan * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_CashPlan { @@ -102,12 +102,12 @@ public interface I_C_CashPlan /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CashPlanLine.java b/org.adempiere.base/src/org/compiere/model/I_C_CashPlanLine.java index 87ce6504b2..510918d4da 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CashPlanLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CashPlanLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_CashPlanLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_CashPlanLine { @@ -93,12 +93,12 @@ public interface I_C_CashPlanLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Channel.java b/org.adempiere.base/src/org/compiere/model/I_C_Channel.java index 1273263767..3e8f49943e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Channel.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Channel.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Channel * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Channel { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Charge.java b/org.adempiere.base/src/org/compiere/model/I_C_Charge.java index 70ebe42dcb..032de0343d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Charge.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Charge.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Charge * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Charge { @@ -65,12 +65,12 @@ public interface I_C_Charge /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ChargeType.java b/org.adempiere.base/src/org/compiere/model/I_C_ChargeType.java index 678dff723f..224de02433 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ChargeType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ChargeType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ChargeType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ChargeType { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ChargeType_DocType.java b/org.adempiere.base/src/org/compiere/model/I_C_ChargeType_DocType.java index cc3b20cd57..8bfd9db48d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ChargeType_DocType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ChargeType_DocType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ChargeType_DocType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ChargeType_DocType { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Charge_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_Charge_Acct.java index 8546592bdf..349bd0017d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Charge_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Charge_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Charge_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Charge_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_City.java b/org.adempiere.base/src/org/compiere/model/I_C_City.java index 8853f42176..80a4b8f736 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_City.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_City.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_City * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_City { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Commission.java b/org.adempiere.base/src/org/compiere/model/I_C_Commission.java index 5234281672..d20bab2c29 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Commission.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Commission.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Commission * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Commission { @@ -65,12 +65,12 @@ public interface I_C_Commission /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CommissionAmt.java b/org.adempiere.base/src/org/compiere/model/I_C_CommissionAmt.java index b5da78dbf2..2b9234eb01 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CommissionAmt.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CommissionAmt.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_CommissionAmt * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_CommissionAmt { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CommissionDetail.java b/org.adempiere.base/src/org/compiere/model/I_C_CommissionDetail.java index 104cbe14f5..649583d441 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CommissionDetail.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CommissionDetail.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_CommissionDetail * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_CommissionDetail { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CommissionLine.java b/org.adempiere.base/src/org/compiere/model/I_C_CommissionLine.java index f9f827c34c..0148abff89 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CommissionLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CommissionLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_CommissionLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_CommissionLine { @@ -91,12 +91,12 @@ public interface I_C_CommissionLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CommissionRun.java b/org.adempiere.base/src/org/compiere/model/I_C_CommissionRun.java index 39340c5325..21ed698215 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CommissionRun.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CommissionRun.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_CommissionRun * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_CommissionRun { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ContactActivity.java b/org.adempiere.base/src/org/compiere/model/I_C_ContactActivity.java index d88ee69a67..ad1971d596 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ContactActivity.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ContactActivity.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ContactActivity * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ContactActivity { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ConversionType.java b/org.adempiere.base/src/org/compiere/model/I_C_ConversionType.java index 7878cb9271..b9a913ebf4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ConversionType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ConversionType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ConversionType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ConversionType { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Conversion_Rate.java b/org.adempiere.base/src/org/compiere/model/I_C_Conversion_Rate.java index 1c6e05ddda..603ce3f792 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Conversion_Rate.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Conversion_Rate.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Conversion_Rate * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Conversion_Rate { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Country.java b/org.adempiere.base/src/org/compiere/model/I_C_Country.java index 1061bb729e..e7a4c6a44a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Country.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Country.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Country * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Country { @@ -233,13 +233,17 @@ public interface I_C_Country /** Set Phone Format. * Format of the phone; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public void setExpressionPhone (String ExpressionPhone); /** Get Phone Format. * Format of the phone; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public String getExpressionPhone(); @@ -248,13 +252,17 @@ public interface I_C_Country /** Set Postal Code Format. * Format of the postal code; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public void setExpressionPostal (String ExpressionPostal); /** Get Postal Code Format. * Format of the postal code; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public String getExpressionPostal(); @@ -263,13 +271,17 @@ public interface I_C_Country /** Set Additional Postal Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public void setExpressionPostal_Add (String ExpressionPostal_Add); /** Get Additional Postal Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public String getExpressionPostal_Add(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CountryGroup.java b/org.adempiere.base/src/org/compiere/model/I_C_CountryGroup.java index 4f735012d9..22acd81fa2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CountryGroup.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CountryGroup.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_CountryGroup * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_CountryGroup { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CountryGroupCountry.java b/org.adempiere.base/src/org/compiere/model/I_C_CountryGroupCountry.java index c694b51058..159c036200 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CountryGroupCountry.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CountryGroupCountry.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_CountryGroupCountry * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_CountryGroupCountry { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Currency.java b/org.adempiere.base/src/org/compiere/model/I_C_Currency.java index bcf813319d..c4a54a1ddd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Currency.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Currency.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Currency * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Currency { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Currency_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_Currency_Acct.java index 691bab2fc6..db2f803692 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Currency_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Currency_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Currency_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Currency_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Cycle.java b/org.adempiere.base/src/org/compiere/model/I_C_Cycle.java index 0f4ff5bda4..639586a1a1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Cycle.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Cycle.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Cycle * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Cycle { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CyclePhase.java b/org.adempiere.base/src/org/compiere/model/I_C_CyclePhase.java index 30a6740b39..224b15f257 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CyclePhase.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CyclePhase.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_CyclePhase * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_CyclePhase { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CycleStep.java b/org.adempiere.base/src/org/compiere/model/I_C_CycleStep.java index 41435c5c2a..fa39030872 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CycleStep.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CycleStep.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_CycleStep * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_CycleStep { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DepositBatch.java b/org.adempiere.base/src/org/compiere/model/I_C_DepositBatch.java index fd42c06c2d..bd72618a51 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DepositBatch.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DepositBatch.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_DepositBatch * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_DepositBatch { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DepositBatchLine.java b/org.adempiere.base/src/org/compiere/model/I_C_DepositBatchLine.java index 01a37d2aeb..1a85295dd0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DepositBatchLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DepositBatchLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_DepositBatchLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_DepositBatchLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DocType.java b/org.adempiere.base/src/org/compiere/model/I_C_DocType.java index 826080c8af..a29eb9c879 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DocType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DocType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_DocType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_DocType { @@ -420,14 +420,14 @@ public interface I_C_DocType */ public boolean isInTransit(); - /** Column name isNoPriceListCheck */ + /** Column name IsNoPriceListCheck */ public static final String COLUMNNAME_IsNoPriceListCheck = "IsNoPriceListCheck"; /** Set Allow Product Without Pricelist */ public void setIsNoPriceListCheck (boolean IsNoPriceListCheck); /** Get Allow Product Without Pricelist */ - public boolean IsNoPriceListCheck(); + public boolean isNoPriceListCheck(); /** Column name IsOverwriteDateOnComplete */ public static final String COLUMNNAME_IsOverwriteDateOnComplete = "IsOverwriteDateOnComplete"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DocTypeCounter.java b/org.adempiere.base/src/org/compiere/model/I_C_DocTypeCounter.java index 2caaa51d53..6137714bb2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DocTypeCounter.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DocTypeCounter.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_DocTypeCounter * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_DocTypeCounter { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Dunning.java b/org.adempiere.base/src/org/compiere/model/I_C_Dunning.java index a793509a18..66471e293a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Dunning.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Dunning.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Dunning * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Dunning { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DunningLevel.java b/org.adempiere.base/src/org/compiere/model/I_C_DunningLevel.java index 971c38049a..34b8b6853c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DunningLevel.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DunningLevel.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_DunningLevel * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_DunningLevel { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DunningRun.java b/org.adempiere.base/src/org/compiere/model/I_C_DunningRun.java index 88f29735a6..96e5b75612 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DunningRun.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DunningRun.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_DunningRun * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_DunningRun { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DunningRunEntry.java b/org.adempiere.base/src/org/compiere/model/I_C_DunningRunEntry.java index 2cad4fa13e..907e1ea929 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DunningRunEntry.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DunningRunEntry.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_DunningRunEntry * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_DunningRunEntry { @@ -93,12 +93,12 @@ public interface I_C_DunningRunEntry /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DunningRunLine.java b/org.adempiere.base/src/org/compiere/model/I_C_DunningRunLine.java index e90516c33e..74976ad011 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DunningRunLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DunningRunLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_DunningRunLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_DunningRunLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Element.java b/org.adempiere.base/src/org/compiere/model/I_C_Element.java index e7ee219e9f..3f32fcd723 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Element.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Element.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Element * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Element { @@ -214,13 +214,17 @@ public interface I_C_Element /** Set Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public void setVFormat (String VFormat); /** Get Value Format. * Format of the value; - Can contain fixed format elements, Variables: "_lLoOaAcCa09" + Can contain fixed format elements, Variables: " +_lLoOaAcCa09" + */ public String getVFormat(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ElementValue.java b/org.adempiere.base/src/org/compiere/model/I_C_ElementValue.java index 202076d04b..e95803b325 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ElementValue.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ElementValue.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ElementValue * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ElementValue { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Greeting.java b/org.adempiere.base/src/org/compiere/model/I_C_Greeting.java index 36caac4ff9..759d26add2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Greeting.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Greeting.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Greeting * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Greeting { @@ -104,30 +104,42 @@ public interface I_C_Greeting public static final String COLUMNNAME_Greeting = "Greeting"; /** Set Greeting. - * For letters, e.g. "Dear + * For letters, e.g. " +Dear { 0} -" or "Dear Mr. +" + or " +Dear Mr. { 0} -" - At runtime, " +" + - At runtime, " + { 0} -" is replaced by the name +" + is replaced by the name */ public void setGreeting (String Greeting); /** Get Greeting. - * For letters, e.g. "Dear + * For letters, e.g. " +Dear { 0} -" or "Dear Mr. +" + or " +Dear Mr. { 0} -" - At runtime, " +" + - At runtime, " + { 0} -" is replaced by the name +" + is replaced by the name */ public String getGreeting(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InterOrg_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_InterOrg_Acct.java index b3158079a5..947e9bafa8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InterOrg_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InterOrg_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_InterOrg_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_InterOrg_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Invoice.java b/org.adempiere.base/src/org/compiere/model/I_C_Invoice.java index 22e5036607..e02ff8ed83 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Invoice.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Invoice.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Invoice * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Invoice { @@ -108,12 +108,12 @@ public interface I_C_Invoice /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatch.java b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatch.java index 37e64acafc..80fa79a5d3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatch.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatch.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_InvoiceBatch * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_InvoiceBatch { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatchLine.java b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatchLine.java index 1ed171649f..93c8073831 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatchLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatchLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_InvoiceBatchLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_InvoiceBatchLine { @@ -108,12 +108,12 @@ public interface I_C_InvoiceBatchLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceLine.java b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceLine.java index c9a5b89f0a..d8c46945d2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_InvoiceLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_InvoiceLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InvoicePaySchedule.java b/org.adempiere.base/src/org/compiere/model/I_C_InvoicePaySchedule.java index ed28ec7fd8..5bf8ff813d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InvoicePaySchedule.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InvoicePaySchedule.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_InvoicePaySchedule * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_InvoicePaySchedule { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceSchedule.java b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceSchedule.java index 18caa46266..727640a0c8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceSchedule.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceSchedule.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_InvoiceSchedule * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_InvoiceSchedule { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceTax.java b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceTax.java index c1f930a1ad..2d03ba0f98 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceTax.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceTax.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_InvoiceTax * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_InvoiceTax { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Job.java b/org.adempiere.base/src/org/compiere/model/I_C_Job.java index fdb95b599a..2d5854c34f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Job.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Job.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Job * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Job { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_JobAssignment.java b/org.adempiere.base/src/org/compiere/model/I_C_JobAssignment.java index 134ff200f9..935b8f2770 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_JobAssignment.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_JobAssignment.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_JobAssignment * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_JobAssignment { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_JobCategory.java b/org.adempiere.base/src/org/compiere/model/I_C_JobCategory.java index 21c4bcb442..648e180e2d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_JobCategory.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_JobCategory.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_JobCategory * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_JobCategory { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_JobRemuneration.java b/org.adempiere.base/src/org/compiere/model/I_C_JobRemuneration.java index 80af3f6d32..184b4c53c1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_JobRemuneration.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_JobRemuneration.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_JobRemuneration * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_JobRemuneration { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_LandedCost.java b/org.adempiere.base/src/org/compiere/model/I_C_LandedCost.java index 88afe2b28b..ba8b87d0dc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_LandedCost.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_LandedCost.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_LandedCost * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_LandedCost { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_LandedCostAllocation.java b/org.adempiere.base/src/org/compiere/model/I_C_LandedCostAllocation.java index fa7cd5ed9b..0c76f9020e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_LandedCostAllocation.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_LandedCostAllocation.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_LandedCostAllocation * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_LandedCostAllocation { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Location.java b/org.adempiere.base/src/org/compiere/model/I_C_Location.java index 1961d10c18..96926813bb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Location.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Location.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Location * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Location { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_NonBusinessDay.java b/org.adempiere.base/src/org/compiere/model/I_C_NonBusinessDay.java index 7fb5f0f942..283e0faae1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_NonBusinessDay.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_NonBusinessDay.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_NonBusinessDay * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_NonBusinessDay { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_OnlineTrxHistory.java b/org.adempiere.base/src/org/compiere/model/I_C_OnlineTrxHistory.java index edb666d66e..24900a24c2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_OnlineTrxHistory.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_OnlineTrxHistory.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_OnlineTrxHistory * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_OnlineTrxHistory { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Opportunity.java b/org.adempiere.base/src/org/compiere/model/I_C_Opportunity.java index 21f6612443..947d398274 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Opportunity.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Opportunity.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Opportunity * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Opportunity { @@ -80,12 +80,12 @@ public interface I_C_Opportunity /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Order.java b/org.adempiere.base/src/org/compiere/model/I_C_Order.java index 3cb308eceb..94a38b3b17 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Order.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Order.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Order * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Order { @@ -171,12 +171,12 @@ public interface I_C_Order /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -752,12 +752,12 @@ public interface I_C_Order public static final String COLUMNNAME_IsDropShip = "IsDropShip"; /** Set Drop Shipment. - * Drop Shipments are sent from the Vendor directly to the Customer + * Drop Shipments are sent directly to the Drop Shipment Location */ public void setIsDropShip (boolean IsDropShip); /** Get Drop Shipment. - * Drop Shipments are sent from the Vendor directly to the Customer + * Drop Shipments are sent directly to the Drop Shipment Location */ public boolean isDropShip(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_OrderLandedCost.java b/org.adempiere.base/src/org/compiere/model/I_C_OrderLandedCost.java index a2f397132d..b7e87855bb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_OrderLandedCost.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_OrderLandedCost.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_OrderLandedCost * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_OrderLandedCost { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_OrderLandedCostAllocation.java b/org.adempiere.base/src/org/compiere/model/I_C_OrderLandedCostAllocation.java index 2dcde7acf7..3a8142a04d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_OrderLandedCostAllocation.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_OrderLandedCostAllocation.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_OrderLandedCostAllocation * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_OrderLandedCostAllocation { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_OrderLine.java b/org.adempiere.base/src/org/compiere/model/I_C_OrderLine.java index 51e75126da..e2d79f1bbd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_OrderLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_OrderLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_OrderLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_OrderLine { @@ -93,12 +93,12 @@ public interface I_C_OrderLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_OrderPaySchedule.java b/org.adempiere.base/src/org/compiere/model/I_C_OrderPaySchedule.java index 1104913fb2..c8c76f3830 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_OrderPaySchedule.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_OrderPaySchedule.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_OrderPaySchedule * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_OrderPaySchedule { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_OrderSource.java b/org.adempiere.base/src/org/compiere/model/I_C_OrderSource.java index 52d18382a6..672e2521d3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_OrderSource.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_OrderSource.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_OrderSource * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_OrderSource { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_OrderTax.java b/org.adempiere.base/src/org/compiere/model/I_C_OrderTax.java index b73c44a4ec..7baf5f306c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_OrderTax.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_OrderTax.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_OrderTax * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_OrderTax { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_OrgAssignment.java b/org.adempiere.base/src/org/compiere/model/I_C_OrgAssignment.java index 6e0b7fced6..aca68a7cc2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_OrgAssignment.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_OrgAssignment.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_OrgAssignment * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_OrgAssignment { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_POS.java b/org.adempiere.base/src/org/compiere/model/I_C_POS.java index db0bf46247..4d7ce905e0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_POS.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_POS.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_POS * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_POS { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_POSKey.java b/org.adempiere.base/src/org/compiere/model/I_C_POSKey.java index 352fd48226..696ed83200 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_POSKey.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_POSKey.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_POSKey * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_POSKey { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_POSKeyLayout.java b/org.adempiere.base/src/org/compiere/model/I_C_POSKeyLayout.java index 413f03636b..1ee5b2503e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_POSKeyLayout.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_POSKeyLayout.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_POSKeyLayout * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_POSKeyLayout { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_POSPayment.java b/org.adempiere.base/src/org/compiere/model/I_C_POSPayment.java index 1bb07c688e..ce6057afc0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_POSPayment.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_POSPayment.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_POSPayment * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_POSPayment { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_POSTenderType.java b/org.adempiere.base/src/org/compiere/model/I_C_POSTenderType.java index 398f2f128f..dcc90afeaf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_POSTenderType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_POSTenderType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_POSTenderType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_POSTenderType { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaySchedule.java b/org.adempiere.base/src/org/compiere/model/I_C_PaySchedule.java index e687be1896..91a6f5d7c4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaySchedule.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaySchedule.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaySchedule * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_PaySchedule { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaySelection.java b/org.adempiere.base/src/org/compiere/model/I_C_PaySelection.java index 0c8ed95e07..d8357004ae 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaySelection.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaySelection.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaySelection * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_PaySelection { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionCheck.java b/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionCheck.java index 7d769af24c..747b48d612 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionCheck.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionCheck.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaySelectionCheck * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_PaySelectionCheck { @@ -65,12 +65,12 @@ public interface I_C_PaySelectionCheck /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionLine.java b/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionLine.java index 0e3ce0ce13..7794ab8dca 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaySelectionLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_PaySelectionLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Payment.java b/org.adempiere.base/src/org/compiere/model/I_C_Payment.java index 6e06f2733b..7701cd14af 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Payment.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Payment.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Payment * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Payment { @@ -238,12 +238,12 @@ public interface I_C_Payment /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaymentAllocate.java b/org.adempiere.base/src/org/compiere/model/I_C_PaymentAllocate.java index d3cb034a5d..24a52ed58d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaymentAllocate.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaymentAllocate.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaymentAllocate * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_PaymentAllocate { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaymentBatch.java b/org.adempiere.base/src/org/compiere/model/I_C_PaymentBatch.java index 3fb0c9d1e7..824a90f692 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaymentBatch.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaymentBatch.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaymentBatch * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_PaymentBatch { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaymentProcessor.java b/org.adempiere.base/src/org/compiere/model/I_C_PaymentProcessor.java index a76dbfb73c..33a1ee2283 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaymentProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaymentProcessor.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaymentProcessor * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_PaymentProcessor { @@ -97,12 +97,14 @@ public interface I_C_PaymentProcessor public static final String COLUMNNAME_AcceptDiners = "AcceptDiners"; /** Set Accept Diners. - * Accept Diner's Club + * Accept Diner' +s Club */ public void setAcceptDiners (boolean AcceptDiners); /** Get Accept Diners. - * Accept Diner's Club + * Accept Diner' +s Club */ public boolean isAcceptDiners(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaymentTerm.java b/org.adempiere.base/src/org/compiere/model/I_C_PaymentTerm.java index 642c477bd6..70d405e783 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaymentTerm.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaymentTerm.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaymentTerm * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_PaymentTerm { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaymentTransaction.java b/org.adempiere.base/src/org/compiere/model/I_C_PaymentTransaction.java index 6455a0c892..b9dfcf4d2f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaymentTransaction.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaymentTransaction.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaymentTransaction * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_PaymentTransaction { @@ -238,12 +238,12 @@ public interface I_C_PaymentTransaction /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Period.java b/org.adempiere.base/src/org/compiere/model/I_C_Period.java index a9fe38e719..343de01b67 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Period.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Period.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Period * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Period { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PeriodControl.java b/org.adempiere.base/src/org/compiere/model/I_C_PeriodControl.java index fc0fabe240..d601a3e5b0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PeriodControl.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PeriodControl.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_PeriodControl * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_PeriodControl { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Phase.java b/org.adempiere.base/src/org/compiere/model/I_C_Phase.java index 22719d91c4..203ae765fb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Phase.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Phase.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Phase * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Phase { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Project.java b/org.adempiere.base/src/org/compiere/model/I_C_Project.java index 1da7f2e053..c12c1c4d61 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Project.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Project.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Project * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Project { @@ -108,12 +108,12 @@ public interface I_C_Project /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -368,12 +368,12 @@ public interface I_C_Project /** Column name InvoicedQty */ public static final String COLUMNNAME_InvoicedQty = "InvoicedQty"; - /** Set Quantity Invoiced . + /** Set Quantity Invoiced. * The quantity invoiced */ public void setInvoicedQty (BigDecimal InvoicedQty); - /** Get Quantity Invoiced . + /** Get Quantity Invoiced. * The quantity invoiced */ public BigDecimal getInvoicedQty(); @@ -503,12 +503,14 @@ public interface I_C_Project public static final String COLUMNNAME_PlannedMarginAmt = "PlannedMarginAmt"; /** Set Planned Margin. - * Project's planned margin amount + * Project' +s planned margin amount */ public void setPlannedMarginAmt (BigDecimal PlannedMarginAmt); /** Get Planned Margin. - * Project's planned margin amount + * Project' +s planned margin amount */ public BigDecimal getPlannedMarginAmt(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssue.java b/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssue.java index 22f0b80c7c..48dfd9ad30 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssue.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssue.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ProjectIssue * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ProjectIssue { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssueMA.java b/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssueMA.java index 00a0884945..290b7faeed 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssueMA.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssueMA.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ProjectIssueMA * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ProjectIssueMA { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ProjectLine.java b/org.adempiere.base/src/org/compiere/model/I_C_ProjectLine.java index 9f84613408..619a1848d4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ProjectLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ProjectLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ProjectLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ProjectLine { @@ -254,12 +254,12 @@ public interface I_C_ProjectLine /** Column name InvoicedQty */ public static final String COLUMNNAME_InvoicedQty = "InvoicedQty"; - /** Set Quantity Invoiced . + /** Set Quantity Invoiced. * The quantity invoiced */ public void setInvoicedQty (BigDecimal InvoicedQty); - /** Get Quantity Invoiced . + /** Get Quantity Invoiced. * The quantity invoiced */ public BigDecimal getInvoicedQty(); @@ -365,12 +365,14 @@ public interface I_C_ProjectLine public static final String COLUMNNAME_PlannedMarginAmt = "PlannedMarginAmt"; /** Set Planned Margin. - * Project's planned margin amount + * Project' +s planned margin amount */ public void setPlannedMarginAmt (BigDecimal PlannedMarginAmt); /** Get Planned Margin. - * Project's planned margin amount + * Project' +s planned margin amount */ public BigDecimal getPlannedMarginAmt(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ProjectPhase.java b/org.adempiere.base/src/org/compiere/model/I_C_ProjectPhase.java index 5960bbbadc..4592180a9f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ProjectPhase.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ProjectPhase.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ProjectPhase * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ProjectPhase { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ProjectTask.java b/org.adempiere.base/src/org/compiere/model/I_C_ProjectTask.java index eed2cda75c..86fcc8740b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ProjectTask.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ProjectTask.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ProjectTask * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ProjectTask { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ProjectType.java b/org.adempiere.base/src/org/compiere/model/I_C_ProjectType.java index 5019253a81..d692242733 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ProjectType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ProjectType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ProjectType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ProjectType { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Project_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_Project_Acct.java index 4c9d17c2f0..a79d1a4304 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Project_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Project_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Project_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Project_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Recurring.java b/org.adempiere.base/src/org/compiere/model/I_C_Recurring.java index d6d9320452..a848398af3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Recurring.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Recurring.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Recurring * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Recurring { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RecurringGroup.java b/org.adempiere.base/src/org/compiere/model/I_C_RecurringGroup.java index 154ddc135e..97510b80aa 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RecurringGroup.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RecurringGroup.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RecurringGroup * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RecurringGroup { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Recurring_Run.java b/org.adempiere.base/src/org/compiere/model/I_C_Recurring_Run.java index cabea72ac7..9737fe7914 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Recurring_Run.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Recurring_Run.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Recurring_Run * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Recurring_Run { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Region.java b/org.adempiere.base/src/org/compiere/model/I_C_Region.java index cfb61b0f8d..7e51c94cb4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Region.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Region.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Region * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Region { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Remuneration.java b/org.adempiere.base/src/org/compiere/model/I_C_Remuneration.java index cf9c128b5f..4c16fa4f97 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Remuneration.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Remuneration.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Remuneration * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Remuneration { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecog_Service.java b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecog_Service.java index 912abbae47..596064d8cb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecog_Service.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecog_Service.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RevenueRecog_Service * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RevenueRecog_Service { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition.java b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition.java index d748c4b334..c1064b4dbb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RevenueRecognition * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RevenueRecognition { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Plan.java b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Plan.java index ee6dea9f73..06b3999e1d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Plan.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Plan.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RevenueRecognition_Plan * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RevenueRecognition_Plan { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Run.java b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Run.java index 1e752dad85..3c487808cf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Run.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Run.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RevenueRecognition_Run * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RevenueRecognition_Run { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQ.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQ.java index c626095d3e..df78fbfea2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQ.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQ.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQ * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RfQ { @@ -80,12 +80,12 @@ public interface I_C_RfQ /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQLine.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQLine.java index 52b8e8e38a..6838b0f729 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RfQLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQLineQty.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQLineQty.java index 92971967b5..6ea68bcbce 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQLineQty.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQLineQty.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQLineQty * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RfQLineQty { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQResponse.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQResponse.java index 080aeb5992..a562077f38 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQResponse.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQResponse.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQResponse * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RfQResponse { @@ -80,12 +80,12 @@ public interface I_C_RfQResponse /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLine.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLine.java index 9c567ed07f..c3422368c7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQResponseLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RfQResponseLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLineQty.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLineQty.java index 0552ea2303..49e74a6868 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLineQty.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLineQty.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQResponseLineQty * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RfQResponseLineQty { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQ_Topic.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQ_Topic.java index c08db7073e..7bd57de2ee 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQ_Topic.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQ_Topic.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQ_Topic * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RfQ_Topic { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriber.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriber.java index 211ee360ce..e1385b1868 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriber.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriber.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQ_TopicSubscriber * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RfQ_TopicSubscriber { @@ -80,12 +80,12 @@ public interface I_C_RfQ_TopicSubscriber /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriberOnly.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriberOnly.java index a7a5dfce27..a9af24144c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriberOnly.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriberOnly.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQ_TopicSubscriberOnly * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_RfQ_TopicSubscriberOnly { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_SalesRegion.java b/org.adempiere.base/src/org/compiere/model/I_C_SalesRegion.java index 1013504049..43bf874573 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_SalesRegion.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_SalesRegion.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_SalesRegion * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_SalesRegion { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_SalesStage.java b/org.adempiere.base/src/org/compiere/model/I_C_SalesStage.java index 1c01c30624..ad0397c5c6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_SalesStage.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_SalesStage.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_SalesStage * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_SalesStage { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevel.java b/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevel.java index 7b018dccc4..71593bc7fb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevel.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevel.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ServiceLevel * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ServiceLevel { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevelLine.java b/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevelLine.java index bf504e9506..bc978132ad 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevelLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevelLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ServiceLevelLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ServiceLevelLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_SubAcct.java b/org.adempiere.base/src/org/compiere/model/I_C_SubAcct.java index d9ae9a1dab..1fb98237a8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_SubAcct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_SubAcct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_SubAcct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_SubAcct { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Subscription.java b/org.adempiere.base/src/org/compiere/model/I_C_Subscription.java index 6af24cb875..b4390d9077 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Subscription.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Subscription.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Subscription * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Subscription { @@ -65,12 +65,12 @@ public interface I_C_Subscription /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_SubscriptionType.java b/org.adempiere.base/src/org/compiere/model/I_C_SubscriptionType.java index d1c7221a7d..6c11f41601 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_SubscriptionType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_SubscriptionType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_SubscriptionType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_SubscriptionType { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Subscription_Delivery.java b/org.adempiere.base/src/org/compiere/model/I_C_Subscription_Delivery.java index 7f0f1e8917..722fbfe51e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Subscription_Delivery.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Subscription_Delivery.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Subscription_Delivery * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Subscription_Delivery { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Task.java b/org.adempiere.base/src/org/compiere/model/I_C_Task.java index 6698ceacab..da9c3d319e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Task.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Task.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Task * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Task { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Tax.java b/org.adempiere.base/src/org/compiere/model/I_C_Tax.java index 795e9f0303..51337c7ead 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Tax.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Tax.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Tax * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Tax { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_TaxCategory.java b/org.adempiere.base/src/org/compiere/model/I_C_TaxCategory.java index 255003767c..a1169406ae 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_TaxCategory.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_TaxCategory.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxCategory * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_TaxCategory { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclaration.java b/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclaration.java index 6312270423..dabe745708 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclaration.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclaration.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxDeclaration * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_TaxDeclaration { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationAcct.java b/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationAcct.java index 8706eb24d8..922f6b9efa 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationAcct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationAcct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxDeclarationAcct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_TaxDeclarationAcct { @@ -147,12 +147,12 @@ public interface I_C_TaxDeclarationAcct /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationLine.java b/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationLine.java index bbc3ae9997..8a058ff8b5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxDeclarationLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_TaxDeclarationLine { @@ -80,12 +80,12 @@ public interface I_C_TaxDeclarationLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_TaxPostal.java b/org.adempiere.base/src/org/compiere/model/I_C_TaxPostal.java index 7d9c9f2427..ee78a5e6db 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_TaxPostal.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_TaxPostal.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxPostal * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_TaxPostal { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_TaxProvider.java b/org.adempiere.base/src/org/compiere/model/I_C_TaxProvider.java index 68d095eb98..3795973f09 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_TaxProvider.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_TaxProvider.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxProvider * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_TaxProvider { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_TaxProviderCfg.java b/org.adempiere.base/src/org/compiere/model/I_C_TaxProviderCfg.java index fc6c2da521..5b1bb65aa2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_TaxProviderCfg.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_TaxProviderCfg.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxProviderCfg * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_TaxProviderCfg { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Tax_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_Tax_Acct.java index 54669c5c82..f6d0f35aed 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Tax_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Tax_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Tax_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Tax_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_UOM.java b/org.adempiere.base/src/org/compiere/model/I_C_UOM.java index ff05909492..67a0358c2a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_UOM.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_UOM.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_UOM * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_UOM { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_UOM_Conversion.java b/org.adempiere.base/src/org/compiere/model/I_C_UOM_Conversion.java index ecb554e573..9b1d07c44d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_UOM_Conversion.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_UOM_Conversion.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_UOM_Conversion * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_UOM_Conversion { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_UserRemuneration.java b/org.adempiere.base/src/org/compiere/model/I_C_UserRemuneration.java index d7e7316179..b41148d07d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_UserRemuneration.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_UserRemuneration.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_UserRemuneration * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_UserRemuneration { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ValidCombination.java b/org.adempiere.base/src/org/compiere/model/I_C_ValidCombination.java index 88660d6bde..02966566ea 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ValidCombination.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ValidCombination.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_ValidCombination * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_ValidCombination { @@ -136,12 +136,12 @@ public interface I_C_ValidCombination /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Withholding.java b/org.adempiere.base/src/org/compiere/model/I_C_Withholding.java index 79ec9978af..82c249f996 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Withholding.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Withholding.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Withholding * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Withholding { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Withholding_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_Withholding_Acct.java index 8f18d3b507..2ad202630b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Withholding_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Withholding_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Withholding_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Withholding_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Year.java b/org.adempiere.base/src/org/compiere/model/I_C_Year.java index d67a5807d8..b11e7fffc3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Year.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Year.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_Year * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_C_Year { diff --git a/org.adempiere.base/src/org/compiere/model/I_EXP_Format.java b/org.adempiere.base/src/org/compiere/model/I_EXP_Format.java index 6f27e64b2f..7ee15db5bd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_EXP_Format.java +++ b/org.adempiere.base/src/org/compiere/model/I_EXP_Format.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_Format * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_EXP_Format { diff --git a/org.adempiere.base/src/org/compiere/model/I_EXP_FormatLine.java b/org.adempiere.base/src/org/compiere/model/I_EXP_FormatLine.java index a2c02a9fd0..81ba109394 100644 --- a/org.adempiere.base/src/org/compiere/model/I_EXP_FormatLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_EXP_FormatLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_FormatLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_EXP_FormatLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_EXP_Processor.java b/org.adempiere.base/src/org/compiere/model/I_EXP_Processor.java index a8ea873f6c..48c7580232 100644 --- a/org.adempiere.base/src/org/compiere/model/I_EXP_Processor.java +++ b/org.adempiere.base/src/org/compiere/model/I_EXP_Processor.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_Processor * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_EXP_Processor { diff --git a/org.adempiere.base/src/org/compiere/model/I_EXP_ProcessorParameter.java b/org.adempiere.base/src/org/compiere/model/I_EXP_ProcessorParameter.java index 6db2b53b4d..c370c9606d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_EXP_ProcessorParameter.java +++ b/org.adempiere.base/src/org/compiere/model/I_EXP_ProcessorParameter.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_ProcessorParameter * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_EXP_ProcessorParameter { diff --git a/org.adempiere.base/src/org/compiere/model/I_EXP_Processor_Type.java b/org.adempiere.base/src/org/compiere/model/I_EXP_Processor_Type.java index 7de8e5a346..ba9227a59b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_EXP_Processor_Type.java +++ b/org.adempiere.base/src/org/compiere/model/I_EXP_Processor_Type.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_Processor_Type * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_EXP_Processor_Type { diff --git a/org.adempiere.base/src/org/compiere/model/I_Fact_Acct.java b/org.adempiere.base/src/org/compiere/model/I_Fact_Acct.java index f63fc1b020..2360f04a65 100644 --- a/org.adempiere.base/src/org/compiere/model/I_Fact_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_Fact_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for Fact_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_Fact_Acct { @@ -201,12 +201,12 @@ public interface I_Fact_Acct /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_Fact_Acct_Summary.java b/org.adempiere.base/src/org/compiere/model/I_Fact_Acct_Summary.java index d425c4bd4d..f6d4e77638 100644 --- a/org.adempiere.base/src/org/compiere/model/I_Fact_Acct_Summary.java +++ b/org.adempiere.base/src/org/compiere/model/I_Fact_Acct_Summary.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for Fact_Acct_Summary * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_Fact_Acct_Summary { @@ -149,12 +149,12 @@ public interface I_Fact_Acct_Summary /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_Fact_Reconciliation.java b/org.adempiere.base/src/org/compiere/model/I_Fact_Reconciliation.java index e0efc890d0..43f3c22931 100644 --- a/org.adempiere.base/src/org/compiere/model/I_Fact_Reconciliation.java +++ b/org.adempiere.base/src/org/compiere/model/I_Fact_Reconciliation.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for Fact_Reconciliation * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_Fact_Reconciliation { @@ -93,12 +93,12 @@ public interface I_Fact_Reconciliation /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_Budget.java b/org.adempiere.base/src/org/compiere/model/I_GL_Budget.java index 86ee9a626b..e165efdb13 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_Budget.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_Budget.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for GL_Budget * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_GL_Budget { diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_BudgetControl.java b/org.adempiere.base/src/org/compiere/model/I_GL_BudgetControl.java index bb2089876e..450e846dba 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_BudgetControl.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_BudgetControl.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for GL_BudgetControl * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_GL_BudgetControl { diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_Category.java b/org.adempiere.base/src/org/compiere/model/I_GL_Category.java index 2063746ba8..311f92b515 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_Category.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_Category.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for GL_Category * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_GL_Category { diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_Distribution.java b/org.adempiere.base/src/org/compiere/model/I_GL_Distribution.java index e7e0fb2e6b..e15a38e40c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_Distribution.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_Distribution.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for GL_Distribution * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_GL_Distribution { @@ -292,12 +292,12 @@ public interface I_GL_Distribution /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_DistributionLine.java b/org.adempiere.base/src/org/compiere/model/I_GL_DistributionLine.java index 5cd281dc98..3ee81fc38b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_DistributionLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_DistributionLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for GL_DistributionLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_GL_DistributionLine { @@ -106,12 +106,12 @@ public interface I_GL_DistributionLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_Fund.java b/org.adempiere.base/src/org/compiere/model/I_GL_Fund.java index 84a01c04e6..4643459698 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_Fund.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_Fund.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for GL_Fund * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_GL_Fund { diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_FundRestriction.java b/org.adempiere.base/src/org/compiere/model/I_GL_FundRestriction.java index 85178a6d57..18bd80be15 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_FundRestriction.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_FundRestriction.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for GL_FundRestriction * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_GL_FundRestriction { diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_Journal.java b/org.adempiere.base/src/org/compiere/model/I_GL_Journal.java index 28bc4e7f2e..24615a69eb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_Journal.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_Journal.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for GL_Journal * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_GL_Journal { diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_JournalBatch.java b/org.adempiere.base/src/org/compiere/model/I_GL_JournalBatch.java index 9476e0b3bd..b527e127bc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_JournalBatch.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_JournalBatch.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for GL_JournalBatch * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_GL_JournalBatch { diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_JournalGenerator.java b/org.adempiere.base/src/org/compiere/model/I_GL_JournalGenerator.java index 01e4d01f6d..0f7dd96cd0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_JournalGenerator.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_JournalGenerator.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for GL_JournalGenerator * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_GL_JournalGenerator { diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorLine.java b/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorLine.java index 2e3a544664..df6a5bf236 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for GL_JournalGeneratorLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_GL_JournalGeneratorLine { @@ -96,12 +96,12 @@ public interface I_GL_JournalGeneratorLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorSource.java b/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorSource.java index b375de8401..332a3c4d17 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorSource.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorSource.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for GL_JournalGeneratorSource * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_GL_JournalGeneratorSource { diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_JournalLine.java b/org.adempiere.base/src/org/compiere/model/I_GL_JournalLine.java index 3f9cc8ad11..2010eb60ac 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_JournalLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_JournalLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for GL_JournalLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_GL_JournalLine { @@ -223,12 +223,12 @@ public interface I_GL_JournalLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_IMP_Processor.java b/org.adempiere.base/src/org/compiere/model/I_IMP_Processor.java index f96c0b931c..1e05fb60a2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_IMP_Processor.java +++ b/org.adempiere.base/src/org/compiere/model/I_IMP_Processor.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for IMP_Processor * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_IMP_Processor { diff --git a/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorLog.java b/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorLog.java index 9fca6e6c98..515e3fef95 100644 --- a/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorLog.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for IMP_ProcessorLog * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_IMP_ProcessorLog { diff --git a/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorParameter.java b/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorParameter.java index 491afe5b42..bd7ca648d1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorParameter.java +++ b/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorParameter.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for IMP_ProcessorParameter * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_IMP_ProcessorParameter { diff --git a/org.adempiere.base/src/org/compiere/model/I_IMP_Processor_Type.java b/org.adempiere.base/src/org/compiere/model/I_IMP_Processor_Type.java index 4ab84711b3..736eeb3b91 100644 --- a/org.adempiere.base/src/org/compiere/model/I_IMP_Processor_Type.java +++ b/org.adempiere.base/src/org/compiere/model/I_IMP_Processor_Type.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for IMP_Processor_Type * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_IMP_Processor_Type { diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Asset.java b/org.adempiere.base/src/org/compiere/model/I_I_Asset.java index 0f4d4609d3..dd7c2b289d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Asset.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Asset.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Asset * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_Asset { @@ -415,12 +415,12 @@ public interface I_I_Asset /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_I_BPartner.java b/org.adempiere.base/src/org/compiere/model/I_I_BPartner.java index 94ce43fcaa..014407eeac 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_BPartner.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_BPartner.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_BPartner * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_BPartner { @@ -132,12 +132,12 @@ public interface I_I_BPartner /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -317,12 +317,14 @@ public interface I_I_BPartner public static final String COLUMNNAME_DUNS = "DUNS"; /** Set D-U-N-S. - * Dun & Bradstreet Number + * Dun & + Bradstreet Number */ public void setDUNS (String DUNS); /** Get D-U-N-S. - * Dun & Bradstreet Number + * Dun & + Bradstreet Number */ public String getDUNS(); diff --git a/org.adempiere.base/src/org/compiere/model/I_I_BankStatement.java b/org.adempiere.base/src/org/compiere/model/I_I_BankStatement.java index df290bead2..4f0120ad26 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_BankStatement.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_BankStatement.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_BankStatement * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_BankStatement { @@ -136,12 +136,12 @@ public interface I_I_BankStatement /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -680,12 +680,14 @@ public interface I_I_BankStatement public static final String COLUMNNAME_ReferenceNo = "ReferenceNo"; /** Set Reference No. - * Your customer or vendor number at the Business Partner's site + * Your customer or vendor number at the Business Partner' +s site */ public void setReferenceNo (String ReferenceNo); /** Get Reference No. - * Your customer or vendor number at the Business Partner's site + * Your customer or vendor number at the Business Partner' +s site */ public String getReferenceNo(); diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Conversion_Rate.java b/org.adempiere.base/src/org/compiere/model/I_I_Conversion_Rate.java index 69112d608f..ef5cdc4272 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Conversion_Rate.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Conversion_Rate.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Conversion_Rate * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_Conversion_Rate { diff --git a/org.adempiere.base/src/org/compiere/model/I_I_ElementValue.java b/org.adempiere.base/src/org/compiere/model/I_I_ElementValue.java index 8e3b8b1f65..2e727d9ef4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_ElementValue.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_ElementValue.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_ElementValue * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_ElementValue { diff --git a/org.adempiere.base/src/org/compiere/model/I_I_FAJournal.java b/org.adempiere.base/src/org/compiere/model/I_I_FAJournal.java index cf956079a1..90cf50bcc0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_FAJournal.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_FAJournal.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_FAJournal * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_FAJournal { @@ -288,12 +288,12 @@ public interface I_I_FAJournal /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_I_FixedAsset.java b/org.adempiere.base/src/org/compiere/model/I_I_FixedAsset.java index 0e707cfbb3..7fd464da8e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_FixedAsset.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_FixedAsset.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_FixedAsset * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_FixedAsset { diff --git a/org.adempiere.base/src/org/compiere/model/I_I_GLJournal.java b/org.adempiere.base/src/org/compiere/model/I_I_GLJournal.java index 1ea6eeeee1..b4cd1c342a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_GLJournal.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_GLJournal.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_GLJournal * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_GLJournal { @@ -292,12 +292,12 @@ public interface I_I_GLJournal /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_I_InOutLineConfirm.java b/org.adempiere.base/src/org/compiere/model/I_I_InOutLineConfirm.java index e5c1744d66..747d996683 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_InOutLineConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_InOutLineConfirm.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_InOutLineConfirm * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_InOutLineConfirm { diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Inventory.java b/org.adempiere.base/src/org/compiere/model/I_I_Inventory.java index 53dd297905..aad1742811 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Inventory.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Inventory.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Inventory * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_Inventory { diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Invoice.java b/org.adempiere.base/src/org/compiere/model/I_I_Invoice.java index 4f7415bf62..5721171f83 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Invoice.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Invoice.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Invoice * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_Invoice { @@ -180,12 +180,12 @@ public interface I_I_Invoice /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Order.java b/org.adempiere.base/src/org/compiere/model/I_I_Order.java index 6d08a5bdb3..ae07e22e17 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Order.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Order.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Order * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_Order { @@ -162,12 +162,12 @@ public interface I_I_Order /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Payment.java b/org.adempiere.base/src/org/compiere/model/I_I_Payment.java index 521afd64d5..43b8e30fde 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Payment.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Payment.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Payment * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_Payment { @@ -236,12 +236,12 @@ public interface I_I_Payment /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_I_PriceList.java b/org.adempiere.base/src/org/compiere/model/I_I_PriceList.java index 37c861ac18..786b77aafc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_PriceList.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_PriceList.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_PriceList * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_PriceList { @@ -91,12 +91,12 @@ public interface I_I_PriceList /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Product.java b/org.adempiere.base/src/org/compiere/model/I_I_Product.java index 00710e298e..7de27e8593 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Product.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Product.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Product * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_Product { @@ -78,12 +78,12 @@ public interface I_I_Product /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_I_ReportLine.java b/org.adempiere.base/src/org/compiere/model/I_I_ReportLine.java index 9609e1be21..b55d9a33bd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_ReportLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_ReportLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_ReportLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_I_ReportLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_MFA_Method.java b/org.adempiere.base/src/org/compiere/model/I_MFA_Method.java index bce637d5e0..bd4c225175 100644 --- a/org.adempiere.base/src/org/compiere/model/I_MFA_Method.java +++ b/org.adempiere.base/src/org/compiere/model/I_MFA_Method.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for MFA_Method * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_MFA_Method { diff --git a/org.adempiere.base/src/org/compiere/model/I_MFA_RegisteredDevice.java b/org.adempiere.base/src/org/compiere/model/I_MFA_RegisteredDevice.java index 164e09cd03..f071df7704 100644 --- a/org.adempiere.base/src/org/compiere/model/I_MFA_RegisteredDevice.java +++ b/org.adempiere.base/src/org/compiere/model/I_MFA_RegisteredDevice.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for MFA_RegisteredDevice * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_MFA_RegisteredDevice { diff --git a/org.adempiere.base/src/org/compiere/model/I_MFA_Registration.java b/org.adempiere.base/src/org/compiere/model/I_MFA_Registration.java index 4b510e298b..e9825a6643 100644 --- a/org.adempiere.base/src/org/compiere/model/I_MFA_Registration.java +++ b/org.adempiere.base/src/org/compiere/model/I_MFA_Registration.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for MFA_Registration * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_MFA_Registration { diff --git a/org.adempiere.base/src/org/compiere/model/I_MFA_Rule.java b/org.adempiere.base/src/org/compiere/model/I_MFA_Rule.java index 2243039fd9..cc72cf25b8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_MFA_Rule.java +++ b/org.adempiere.base/src/org/compiere/model/I_MFA_Rule.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for MFA_Rule * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_MFA_Rule { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Attribute.java b/org.adempiere.base/src/org/compiere/model/I_M_Attribute.java index 94a9ad80a9..4990912403 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Attribute.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Attribute.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Attribute * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Attribute { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeInstance.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeInstance.java index 03f330679e..14410965ca 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeInstance.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeInstance.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeInstance * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_AttributeInstance { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSearch.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSearch.java index dd1bfb0e9a..50645de1ed 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSearch.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSearch.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeSearch * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_AttributeSearch { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSet.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSet.java index bd84afb9e7..9b211e75aa 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSet.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSet.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeSet * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_AttributeSet { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetExclude.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetExclude.java index 4647311b2f..9ed7cc31a6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetExclude.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetExclude.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeSetExclude * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_AttributeSetExclude { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetInstance.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetInstance.java index b156f44318..7ab2ab222d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetInstance.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetInstance.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeSetInstance * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_AttributeSetInstance { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeUse.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeUse.java index f9ca0c9cba..a598ad8e66 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeUse.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeUse.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeUse * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_AttributeUse { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeValue.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeValue.java index 1673244a15..1df557ab5a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeValue.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeValue.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeValue * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_AttributeValue { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_BOM.java b/org.adempiere.base/src/org/compiere/model/I_M_BOM.java index e1d72ccc42..61a6b68e0f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_BOM.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_BOM.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_BOM * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_BOM { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_BOMAlternative.java b/org.adempiere.base/src/org/compiere/model/I_M_BOMAlternative.java index 2843b41a6d..80d43033d8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_BOMAlternative.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_BOMAlternative.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_BOMAlternative * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_BOMAlternative { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_BOMProduct.java b/org.adempiere.base/src/org/compiere/model/I_M_BOMProduct.java index f7d3604c0c..4755db244e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_BOMProduct.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_BOMProduct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_BOMProduct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_BOMProduct { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_BP_Price.java b/org.adempiere.base/src/org/compiere/model/I_M_BP_Price.java index 72e1a674f3..b5fd84c6b4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_BP_Price.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_BP_Price.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_BP_Price * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_BP_Price { @@ -78,12 +78,12 @@ public interface I_M_BP_Price /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ChangeNotice.java b/org.adempiere.base/src/org/compiere/model/I_M_ChangeNotice.java index c98c9ff022..c0e3ae0760 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ChangeNotice.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ChangeNotice.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ChangeNotice * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ChangeNotice { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ChangeRequest.java b/org.adempiere.base/src/org/compiere/model/I_M_ChangeRequest.java index 5270f6d840..5ccfa54a63 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ChangeRequest.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ChangeRequest.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ChangeRequest * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ChangeRequest { @@ -224,13 +224,17 @@ public interface I_M_ChangeRequest /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; - /** Set BOM & Formula. - * BOM & Formula + /** Set BOM & + Formula. + * BOM & + Formula */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID); - /** Get BOM & Formula. - * BOM & Formula + /** Get BOM & + Formula. + * BOM & + Formula */ public int getPP_Product_BOM_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_CommodityShipment.java b/org.adempiere.base/src/org/compiere/model/I_M_CommodityShipment.java index 10dce35855..efcc0c1e1d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_CommodityShipment.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_CommodityShipment.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_CommodityShipment * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_CommodityShipment { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Cost.java b/org.adempiere.base/src/org/compiere/model/I_M_Cost.java index 213f0ac4f3..2aaabe3051 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Cost.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Cost.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Cost * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Cost { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_CostDetail.java b/org.adempiere.base/src/org/compiere/model/I_M_CostDetail.java index ebde0ad94f..d3a0507f1d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_CostDetail.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_CostDetail.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostDetail * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_CostDetail { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_CostElement.java b/org.adempiere.base/src/org/compiere/model/I_M_CostElement.java index 966aa6dea2..5f178d7ace 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_CostElement.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_CostElement.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostElement * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_CostElement { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_CostHistory.java b/org.adempiere.base/src/org/compiere/model/I_M_CostHistory.java index ea759363bf..df7fd46fcc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_CostHistory.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_CostHistory.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostHistory * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_CostHistory { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_CostQueue.java b/org.adempiere.base/src/org/compiere/model/I_M_CostQueue.java index 878a90eea7..0418efe83c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_CostQueue.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_CostQueue.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostQueue * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_CostQueue { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_CostType.java b/org.adempiere.base/src/org/compiere/model/I_M_CostType.java index 8231a10818..b6204838f0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_CostType.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_CostType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_CostType { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Demand.java b/org.adempiere.base/src/org/compiere/model/I_M_Demand.java index c3cff3e5dd..7a43698c8b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Demand.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Demand.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Demand * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Demand { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DemandDetail.java b/org.adempiere.base/src/org/compiere/model/I_M_DemandDetail.java index 5d0e65d660..a169b92f96 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DemandDetail.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DemandDetail.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DemandDetail * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_DemandDetail { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DemandLine.java b/org.adempiere.base/src/org/compiere/model/I_M_DemandLine.java index ceea756e8c..cbdd0a64ff 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DemandLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DemandLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DemandLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_DemandLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchema.java b/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchema.java index 6d43d51ebe..b3096f6c14 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchema.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchema.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DiscountSchema * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_DiscountSchema { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaBreak.java b/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaBreak.java index 472ff768cb..42387dec1c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaBreak.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaBreak.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DiscountSchemaBreak * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_DiscountSchemaBreak { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaLine.java b/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaLine.java index 32f0f32970..e74359102a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DiscountSchemaLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_DiscountSchemaLine { @@ -65,12 +65,12 @@ public interface I_M_DiscountSchemaLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DistributionList.java b/org.adempiere.base/src/org/compiere/model/I_M_DistributionList.java index a308f40d00..d6c2ff63cb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DistributionList.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DistributionList.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DistributionList * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_DistributionList { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DistributionListLine.java b/org.adempiere.base/src/org/compiere/model/I_M_DistributionListLine.java index 19d806e797..1908b16801 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DistributionListLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DistributionListLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DistributionListLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_DistributionListLine { @@ -65,12 +65,12 @@ public interface I_M_DistributionListLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DistributionRun.java b/org.adempiere.base/src/org/compiere/model/I_M_DistributionRun.java index 4b739a89a8..75e74ba908 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DistributionRun.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DistributionRun.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DistributionRun * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_DistributionRun { @@ -65,12 +65,12 @@ public interface I_M_DistributionRun /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DistributionRunLine.java b/org.adempiere.base/src/org/compiere/model/I_M_DistributionRunLine.java index 192ac0d2e1..af043602d7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DistributionRunLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DistributionRunLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_DistributionRunLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_DistributionRunLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Forecast.java b/org.adempiere.base/src/org/compiere/model/I_M_Forecast.java index cea8af1f1b..80f050980d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Forecast.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Forecast.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Forecast * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Forecast { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ForecastLine.java b/org.adempiere.base/src/org/compiere/model/I_M_ForecastLine.java index d26fcc4d74..286e659d9a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ForecastLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ForecastLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ForecastLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ForecastLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Freight.java b/org.adempiere.base/src/org/compiere/model/I_M_Freight.java index 47effe90ff..0d2bfe56a4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Freight.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Freight.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Freight * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Freight { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_FreightCategory.java b/org.adempiere.base/src/org/compiere/model/I_M_FreightCategory.java index 6d74026454..23dd4ee42c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_FreightCategory.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_FreightCategory.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_FreightCategory * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_FreightCategory { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InOut.java b/org.adempiere.base/src/org/compiere/model/I_M_InOut.java index bcdbf33f70..7c31627958 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InOut.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InOut.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOut * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_InOut { @@ -108,12 +108,12 @@ public interface I_M_InOut /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -565,12 +565,12 @@ public interface I_M_InOut public static final String COLUMNNAME_IsDropShip = "IsDropShip"; /** Set Drop Shipment. - * Drop Shipments are sent from the Vendor directly to the Customer + * Drop Shipments are sent directly to the Drop Shipment Location */ public void setIsDropShip (boolean IsDropShip); /** Get Drop Shipment. - * Drop Shipments are sent from the Vendor directly to the Customer + * Drop Shipments are sent directly to the Drop Shipment Location */ public boolean isDropShip(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InOutConfirm.java b/org.adempiere.base/src/org/compiere/model/I_M_InOutConfirm.java index 8694787366..c27b6c78c2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InOutConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InOutConfirm.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOutConfirm * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_InOutConfirm { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InOutLine.java b/org.adempiere.base/src/org/compiere/model/I_M_InOutLine.java index f9cf876ba1..2f749f423b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InOutLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InOutLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOutLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_InOutLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InOutLineConfirm.java b/org.adempiere.base/src/org/compiere/model/I_M_InOutLineConfirm.java index ef511765ae..9676f7b982 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InOutLineConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InOutLineConfirm.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOutLineConfirm * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_InOutLineConfirm { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InOutLineMA.java b/org.adempiere.base/src/org/compiere/model/I_M_InOutLineMA.java index 2e8c740aa5..d11c3d2b8a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InOutLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InOutLineMA.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOutLineMA * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_InOutLineMA { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Inventory.java b/org.adempiere.base/src/org/compiere/model/I_M_Inventory.java index 48a02a05a5..5cb06959b9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Inventory.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Inventory.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Inventory * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Inventory { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InventoryLine.java b/org.adempiere.base/src/org/compiere/model/I_M_InventoryLine.java index 520b120f15..f438940a38 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InventoryLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InventoryLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InventoryLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_InventoryLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InventoryLineMA.java b/org.adempiere.base/src/org/compiere/model/I_M_InventoryLineMA.java index 047cc526c5..c0f2b79799 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InventoryLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InventoryLineMA.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_InventoryLineMA * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_InventoryLineMA { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Locator.java b/org.adempiere.base/src/org/compiere/model/I_M_Locator.java index 28eec4a4c4..8681cc4e8f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Locator.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Locator.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Locator * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Locator { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_LocatorType.java b/org.adempiere.base/src/org/compiere/model/I_M_LocatorType.java index 36d631f7f4..48c8c585cf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_LocatorType.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_LocatorType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_LocatorType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_LocatorType { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Lot.java b/org.adempiere.base/src/org/compiere/model/I_M_Lot.java index ed4ebab678..4a47e8f3f2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Lot.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Lot.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Lot * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Lot { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_LotCtl.java b/org.adempiere.base/src/org/compiere/model/I_M_LotCtl.java index 116e81357e..0e67ad6d0b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_LotCtl.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_LotCtl.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_LotCtl * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_LotCtl { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_LotCtlExclude.java b/org.adempiere.base/src/org/compiere/model/I_M_LotCtlExclude.java index af9d8878e0..e24adf3246 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_LotCtlExclude.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_LotCtlExclude.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_LotCtlExclude * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_LotCtlExclude { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_MatchInv.java b/org.adempiere.base/src/org/compiere/model/I_M_MatchInv.java index 603a78841f..92c0fe9968 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_MatchInv.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_MatchInv.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_MatchInv * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_MatchInv { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_MatchPO.java b/org.adempiere.base/src/org/compiere/model/I_M_MatchPO.java index d1a34b06fa..ee2bcde3be 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_MatchPO.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_MatchPO.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_MatchPO * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_MatchPO { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Movement.java b/org.adempiere.base/src/org/compiere/model/I_M_Movement.java index a2a3ba6d5f..df778b7709 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Movement.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Movement.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Movement * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Movement { @@ -121,12 +121,12 @@ public interface I_M_Movement /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_MovementConfirm.java b/org.adempiere.base/src/org/compiere/model/I_M_MovementConfirm.java index c03c3a7d3b..badda8513f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_MovementConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_MovementConfirm.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_MovementConfirm * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_MovementConfirm { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_MovementLine.java b/org.adempiere.base/src/org/compiere/model/I_M_MovementLine.java index 36cb08bd65..323d5c9598 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_MovementLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_MovementLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_MovementLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_MovementLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_MovementLineConfirm.java b/org.adempiere.base/src/org/compiere/model/I_M_MovementLineConfirm.java index 7901b8d45e..7b4f854dd1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_MovementLineConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_MovementLineConfirm.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_MovementLineConfirm * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_MovementLineConfirm { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_MovementLineMA.java b/org.adempiere.base/src/org/compiere/model/I_M_MovementLineMA.java index 371513485a..552d319c64 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_MovementLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_MovementLineMA.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_MovementLineMA * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_MovementLineMA { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_OperationResource.java b/org.adempiere.base/src/org/compiere/model/I_M_OperationResource.java index 69729eb964..b065d2a216 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_OperationResource.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_OperationResource.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_OperationResource * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_OperationResource { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Package.java b/org.adempiere.base/src/org/compiere/model/I_M_Package.java index f7b5f7aa05..f5a3aa3689 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Package.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Package.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Package * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Package { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PackageLine.java b/org.adempiere.base/src/org/compiere/model/I_M_PackageLine.java index 77e373a0e2..d1b6d2042c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PackageLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PackageLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PackageLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_PackageLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PackageMPS.java b/org.adempiere.base/src/org/compiere/model/I_M_PackageMPS.java index debb09b60f..7a9fcc3af2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PackageMPS.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PackageMPS.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PackageMPS * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_PackageMPS { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PartType.java b/org.adempiere.base/src/org/compiere/model/I_M_PartType.java index 3b18d26ad6..997bd7546d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PartType.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PartType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PartType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_PartType { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PerpetualInv.java b/org.adempiere.base/src/org/compiere/model/I_M_PerpetualInv.java index 6566cab3a6..71e63b38a7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PerpetualInv.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PerpetualInv.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PerpetualInv * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_PerpetualInv { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PriceList.java b/org.adempiere.base/src/org/compiere/model/I_M_PriceList.java index 751d1ddae4..6216ebfb42 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PriceList.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PriceList.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PriceList * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_PriceList { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PriceList_Version.java b/org.adempiere.base/src/org/compiere/model/I_M_PriceList_Version.java index 4193629ec0..281d044a4f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PriceList_Version.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PriceList_Version.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PriceList_Version * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_PriceList_Version { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Product.java b/org.adempiere.base/src/org/compiere/model/I_M_Product.java index 535e1bf88f..071b6e94f1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Product.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Product.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Product { @@ -355,12 +355,12 @@ public interface I_M_Product public static final String COLUMNNAME_IsDropShip = "IsDropShip"; /** Set Drop Shipment. - * Drop Shipments are sent from the Vendor directly to the Customer + * Drop Shipments are sent directly to the Drop Shipment Location */ public void setIsDropShip (boolean IsDropShip); /** Get Drop Shipment. - * Drop Shipments are sent from the Vendor directly to the Customer + * Drop Shipments are sent directly to the Drop Shipment Location */ public boolean isDropShip(); @@ -380,12 +380,12 @@ public interface I_M_Product /** Column name IsInvoicePrintDetails */ public static final String COLUMNNAME_IsInvoicePrintDetails = "IsInvoicePrintDetails"; - /** Set Print detail records on invoice . + /** Set Print detail records on invoice. * Print detail BOM elements on the invoice */ public void setIsInvoicePrintDetails (boolean IsInvoicePrintDetails); - /** Get Print detail records on invoice . + /** Get Print detail records on invoice. * Print detail BOM elements on the invoice */ public boolean isInvoicePrintDetails(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductDownload.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductDownload.java index 342b9525d1..d6dd5b0f48 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductDownload.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductDownload.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductDownload * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ProductDownload { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductOperation.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductOperation.java index 70221d9c48..154509b407 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductOperation.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductOperation.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductOperation * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ProductOperation { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductPrice.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductPrice.java index 54928e64f2..f74013d0eb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductPrice.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductPrice.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductPrice * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ProductPrice { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductPriceVendorBreak.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductPriceVendorBreak.java index b402268236..03fde54701 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductPriceVendorBreak.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductPriceVendorBreak.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductPriceVendorBreak * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ProductPriceVendorBreak { @@ -78,12 +78,12 @@ public interface I_M_ProductPriceVendorBreak /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Product_Acct.java b/org.adempiere.base/src/org/compiere/model/I_M_Product_Acct.java index 7ec63ee4c0..aa0a96377d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Product_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Product_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Product_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Product_Category.java b/org.adempiere.base/src/org/compiere/model/I_M_Product_Category.java index e40f0b7a1c..182a8a1f5f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Product_Category.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Product_Category.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_Category * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Product_Category { @@ -223,12 +223,14 @@ public interface I_M_Product_Category public static final String COLUMNNAME_PlannedMargin = "PlannedMargin"; /** Set Planned Margin %. - * Project's planned margin as a percentage + * Project' +s planned margin as a percentage */ public void setPlannedMargin (BigDecimal PlannedMargin); /** Get Planned Margin %. - * Project's planned margin as a percentage + * Project' +s planned margin as a percentage */ public BigDecimal getPlannedMargin(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Product_Category_Acct.java b/org.adempiere.base/src/org/compiere/model/I_M_Product_Category_Acct.java index 49651396ea..830a8c7716 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Product_Category_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Product_Category_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_Category_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Product_Category_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Product_PO.java b/org.adempiere.base/src/org/compiere/model/I_M_Product_PO.java index c49d4bbb65..aa2a39e021 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Product_PO.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Product_PO.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_PO * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Product_PO { @@ -65,12 +65,12 @@ public interface I_M_Product_PO /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Product_QualityTest.java b/org.adempiere.base/src/org/compiere/model/I_M_Product_QualityTest.java index 240b0029fd..738ca18167 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Product_QualityTest.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Product_QualityTest.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_QualityTest * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Product_QualityTest { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Production.java b/org.adempiere.base/src/org/compiere/model/I_M_Production.java index c16051dcd0..6c3d0e438c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Production.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Production.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Production * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Production { @@ -93,12 +93,12 @@ public interface I_M_Production /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -427,13 +427,17 @@ public interface I_M_Production /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; - /** Set BOM & Formula. - * BOM & Formula + /** Set BOM & + Formula. + * BOM & + Formula */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID); - /** Get BOM & Formula. - * BOM & Formula + /** Get BOM & + Formula. + * BOM & + Formula */ public int getPP_Product_BOM_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductionLine.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductionLine.java index c856a4648a..08132a121a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductionLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductionLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductionLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ProductionLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductionLineMA.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductionLineMA.java index cb5488b87f..939dc50a0b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductionLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductionLineMA.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductionLineMA * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ProductionLineMA { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductionPlan.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductionPlan.java index e3bfd55017..87a240b83f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductionPlan.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductionPlan.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductionPlan * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ProductionPlan { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Promotion.java b/org.adempiere.base/src/org/compiere/model/I_M_Promotion.java index 954b6e47f6..7c3113aa9e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Promotion.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Promotion.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Promotion * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Promotion { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PromotionDistribution.java b/org.adempiere.base/src/org/compiere/model/I_M_PromotionDistribution.java index 052f1d7300..4d250e062a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PromotionDistribution.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PromotionDistribution.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PromotionDistribution * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_PromotionDistribution { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroup.java b/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroup.java index 2f6ba4f1a3..343b273896 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroup.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroup.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PromotionGroup * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_PromotionGroup { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroupLine.java b/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroupLine.java index ed265d7b60..7be84a0611 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroupLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroupLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PromotionGroupLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_PromotionGroupLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PromotionLine.java b/org.adempiere.base/src/org/compiere/model/I_M_PromotionLine.java index a59e3ffc51..1a3115a085 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PromotionLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PromotionLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PromotionLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_PromotionLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PromotionPreCondition.java b/org.adempiere.base/src/org/compiere/model/I_M_PromotionPreCondition.java index fa96e80b94..4c8a7f03ef 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PromotionPreCondition.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PromotionPreCondition.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PromotionPreCondition * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_PromotionPreCondition { @@ -80,12 +80,12 @@ public interface I_M_PromotionPreCondition /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PromotionReward.java b/org.adempiere.base/src/org/compiere/model/I_M_PromotionReward.java index 11c7adea8c..748e6ecfec 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PromotionReward.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PromotionReward.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_PromotionReward * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_PromotionReward { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_QualityTest.java b/org.adempiere.base/src/org/compiere/model/I_M_QualityTest.java index 161cce5255..21fc58728a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_QualityTest.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_QualityTest.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_QualityTest * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_QualityTest { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_QualityTestResult.java b/org.adempiere.base/src/org/compiere/model/I_M_QualityTestResult.java index 4a0c494972..916db1c4de 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_QualityTestResult.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_QualityTestResult.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_QualityTestResult * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_QualityTestResult { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_RMA.java b/org.adempiere.base/src/org/compiere/model/I_M_RMA.java index 46d536515a..4facba1482 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_RMA.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_RMA.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_RMA * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_RMA { @@ -78,12 +78,12 @@ public interface I_M_RMA /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_RMALine.java b/org.adempiere.base/src/org/compiere/model/I_M_RMALine.java index a809a58045..0b37b7f15f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_RMALine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_RMALine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_RMALine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_RMALine { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_RMATax.java b/org.adempiere.base/src/org/compiere/model/I_M_RMATax.java index a36ba3fad0..193c5e9765 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_RMATax.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_RMATax.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_RMATax * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_RMATax { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_RMAType.java b/org.adempiere.base/src/org/compiere/model/I_M_RMAType.java index 0c55e30f7a..bea5b74889 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_RMAType.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_RMAType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_RMAType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_RMAType { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_RelatedProduct.java b/org.adempiere.base/src/org/compiere/model/I_M_RelatedProduct.java index 2bc47c4cea..9de158aaed 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_RelatedProduct.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_RelatedProduct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_RelatedProduct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_RelatedProduct { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Replenish.java b/org.adempiere.base/src/org/compiere/model/I_M_Replenish.java index b3567b2fd0..4d0179fa70 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Replenish.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Replenish.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Replenish * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Replenish { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Requisition.java b/org.adempiere.base/src/org/compiere/model/I_M_Requisition.java index 2e509e8b8e..07f41a710e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Requisition.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Requisition.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Requisition * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Requisition { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_RequisitionLine.java b/org.adempiere.base/src/org/compiere/model/I_M_RequisitionLine.java index 670e721f42..8b8334ba08 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_RequisitionLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_RequisitionLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_RequisitionLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_RequisitionLine { @@ -65,12 +65,12 @@ public interface I_M_RequisitionLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtl.java b/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtl.java index a3c837d830..f24c57d3b0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtl.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtl.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_SerNoCtl * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_SerNoCtl { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtlExclude.java b/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtlExclude.java index 183094866e..245bf7bcac 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtlExclude.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtlExclude.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_SerNoCtlExclude * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_SerNoCtlExclude { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Shipper.java b/org.adempiere.base/src/org/compiere/model/I_M_Shipper.java index 35b5c02322..17760c09e9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Shipper.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Shipper.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Shipper * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Shipper { @@ -65,12 +65,12 @@ public interface I_M_Shipper /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ShipperCfg.java b/org.adempiere.base/src/org/compiere/model/I_M_ShipperCfg.java index 7b8fa28239..b172aa2977 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ShipperCfg.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ShipperCfg.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ShipperCfg * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ShipperCfg { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ShipperLabels.java b/org.adempiere.base/src/org/compiere/model/I_M_ShipperLabels.java index a834a18ced..d020745e1e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ShipperLabels.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ShipperLabels.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ShipperLabels * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ShipperLabels { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ShipperLabelsCfg.java b/org.adempiere.base/src/org/compiere/model/I_M_ShipperLabelsCfg.java index ed7476daf0..63eb9930fa 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ShipperLabelsCfg.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ShipperLabelsCfg.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ShipperLabelsCfg * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ShipperLabelsCfg { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ShipperPackaging.java b/org.adempiere.base/src/org/compiere/model/I_M_ShipperPackaging.java index 70c932eb45..c0ad58fe0c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ShipperPackaging.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ShipperPackaging.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ShipperPackaging * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ShipperPackaging { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ShipperPackagingCfg.java b/org.adempiere.base/src/org/compiere/model/I_M_ShipperPackagingCfg.java index 984addbbe8..0d9ce8a611 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ShipperPackagingCfg.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ShipperPackagingCfg.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ShipperPackagingCfg * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ShipperPackagingCfg { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ShipperPickupTypes.java b/org.adempiere.base/src/org/compiere/model/I_M_ShipperPickupTypes.java index 9f141a091c..45c932339f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ShipperPickupTypes.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ShipperPickupTypes.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ShipperPickupTypes * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ShipperPickupTypes { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ShipperPickupTypesCfg.java b/org.adempiere.base/src/org/compiere/model/I_M_ShipperPickupTypesCfg.java index f4f6d5c595..797f3d1807 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ShipperPickupTypesCfg.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ShipperPickupTypesCfg.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ShipperPickupTypesCfg * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ShipperPickupTypesCfg { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ShippingProcessor.java b/org.adempiere.base/src/org/compiere/model/I_M_ShippingProcessor.java index 48aea44c0e..f1738a7658 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ShippingProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ShippingProcessor.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ShippingProcessor * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ShippingProcessor { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ShippingProcessorCfg.java b/org.adempiere.base/src/org/compiere/model/I_M_ShippingProcessorCfg.java index 46723fee4b..a20fd3d848 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ShippingProcessorCfg.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ShippingProcessorCfg.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ShippingProcessorCfg * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ShippingProcessorCfg { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ShippingTransaction.java b/org.adempiere.base/src/org/compiere/model/I_M_ShippingTransaction.java index 067a9a7d9d..f2038752e3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ShippingTransaction.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ShippingTransaction.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ShippingTransaction * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ShippingTransaction { @@ -126,12 +126,12 @@ public interface I_M_ShippingTransaction /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ShippingTransactionLine.java b/org.adempiere.base/src/org/compiere/model/I_M_ShippingTransactionLine.java index e208ef1f78..ab68a734d1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ShippingTransactionLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ShippingTransactionLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_ShippingTransactionLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_ShippingTransactionLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_StorageOnHand.java b/org.adempiere.base/src/org/compiere/model/I_M_StorageOnHand.java index c64c5b5a38..0c3c587803 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_StorageOnHand.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_StorageOnHand.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_StorageOnHand * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_StorageOnHand { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_StorageReservation.java b/org.adempiere.base/src/org/compiere/model/I_M_StorageReservation.java index d24ad5d3ad..9ae0e35dff 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_StorageReservation.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_StorageReservation.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_StorageReservation * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_StorageReservation { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_StorageReservationLog.java b/org.adempiere.base/src/org/compiere/model/I_M_StorageReservationLog.java index 222c3b34bf..2fcc23d3ef 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_StorageReservationLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_StorageReservationLog.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_StorageReservationLog * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_StorageReservationLog { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Substitute.java b/org.adempiere.base/src/org/compiere/model/I_M_Substitute.java index 12d282ac0c..079f1fdb12 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Substitute.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Substitute.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Substitute * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Substitute { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Transaction.java b/org.adempiere.base/src/org/compiere/model/I_M_Transaction.java index 2e6f5377f9..c1cfe26d8a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Transaction.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Transaction.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Transaction * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Transaction { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_TransactionAllocation.java b/org.adempiere.base/src/org/compiere/model/I_M_TransactionAllocation.java index 9c4700d83d..db9ae4bc89 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_TransactionAllocation.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_TransactionAllocation.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_TransactionAllocation * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_TransactionAllocation { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Warehouse.java b/org.adempiere.base/src/org/compiere/model/I_M_Warehouse.java index 16b9e15c1e..078fc9a108 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Warehouse.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Warehouse.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Warehouse * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Warehouse { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Warehouse_Acct.java b/org.adempiere.base/src/org/compiere/model/I_M_Warehouse_Acct.java index d3c7d34adf..8ec2661b73 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Warehouse_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Warehouse_Acct.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for M_Warehouse_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_M_Warehouse_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Achievement.java b/org.adempiere.base/src/org/compiere/model/I_PA_Achievement.java index fcb5d1add5..d13d02a2f3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Achievement.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Achievement.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Achievement * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_Achievement { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Benchmark.java b/org.adempiere.base/src/org/compiere/model/I_PA_Benchmark.java index f421447498..8d2fb11e36 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Benchmark.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Benchmark.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Benchmark * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_Benchmark { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_BenchmarkData.java b/org.adempiere.base/src/org/compiere/model/I_PA_BenchmarkData.java index 7deed45ad6..1f0b9d59f4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_BenchmarkData.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_BenchmarkData.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_BenchmarkData * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_BenchmarkData { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ColorSchema.java b/org.adempiere.base/src/org/compiere/model/I_PA_ColorSchema.java index a0cd52e056..6b8713e32c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ColorSchema.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ColorSchema.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ColorSchema * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_ColorSchema { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_DashboardContent.java b/org.adempiere.base/src/org/compiere/model/I_PA_DashboardContent.java index e345ef08b5..88a3934ebf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_DashboardContent.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_DashboardContent.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_DashboardContent * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_DashboardContent { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_DashboardContent_Access.java b/org.adempiere.base/src/org/compiere/model/I_PA_DashboardContent_Access.java index 96459eebc5..47fc79c924 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_DashboardContent_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_DashboardContent_Access.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_DashboardContent_Access * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_DashboardContent_Access { @@ -35,9 +35,9 @@ public interface I_PA_DashboardContent_Access KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = 3 - Client - Org + /** AccessLevel = 7 - System - Client - Org */ - BigDecimal accessLevel = BigDecimal.valueOf(3); + BigDecimal accessLevel = BigDecimal.valueOf(7); /** Load Meta Data */ diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_DashboardPreference.java b/org.adempiere.base/src/org/compiere/model/I_PA_DashboardPreference.java index f2b0ba723e..dc6b9030d0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_DashboardPreference.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_DashboardPreference.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_DashboardPreference * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_DashboardPreference { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_DocumentStatus.java b/org.adempiere.base/src/org/compiere/model/I_PA_DocumentStatus.java index ae1b5c94b4..14b3deef74 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_DocumentStatus.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_DocumentStatus.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_DocumentStatus * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_DocumentStatus { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_DocumentStatusAccess.java b/org.adempiere.base/src/org/compiere/model/I_PA_DocumentStatusAccess.java index e8866d40bb..62a015eaac 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_DocumentStatusAccess.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_DocumentStatusAccess.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_DocumentStatusAccess * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_DocumentStatusAccess { @@ -121,17 +121,6 @@ public interface I_PA_DocumentStatusAccess */ public boolean isActive(); - /** Column name PA_DocumentStatus_ID */ - public static final String COLUMNNAME_PA_DocumentStatus_ID = "PA_DocumentStatus_ID"; - - /** Set Document Status */ - public void setPA_DocumentStatus_ID (int PA_DocumentStatus_ID); - - /** Get Document Status */ - public int getPA_DocumentStatus_ID(); - - public org.compiere.model.I_PA_DocumentStatus getPA_DocumentStatus() throws RuntimeException; - /** Column name PA_DocumentStatusAccess_ID */ public static final String COLUMNNAME_PA_DocumentStatusAccess_ID = "PA_DocumentStatusAccess_ID"; @@ -150,6 +139,17 @@ public interface I_PA_DocumentStatusAccess /** Get PA_DocumentStatusAccess_UU */ public String getPA_DocumentStatusAccess_UU(); + /** Column name PA_DocumentStatus_ID */ + public static final String COLUMNNAME_PA_DocumentStatus_ID = "PA_DocumentStatus_ID"; + + /** Set Document Status */ + public void setPA_DocumentStatus_ID (int PA_DocumentStatus_ID); + + /** Get Document Status */ + public int getPA_DocumentStatus_ID(); + + public org.compiere.model.I_PA_DocumentStatus getPA_DocumentStatus() throws RuntimeException; + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Goal.java b/org.adempiere.base/src/org/compiere/model/I_PA_Goal.java index b766fbe893..9a5c4b45db 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Goal.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Goal.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Goal * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_Goal { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_GoalRestriction.java b/org.adempiere.base/src/org/compiere/model/I_PA_GoalRestriction.java index fa98164644..73e9ff8905 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_GoalRestriction.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_GoalRestriction.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_GoalRestriction * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_GoalRestriction { @@ -65,12 +65,12 @@ public interface I_PA_GoalRestriction /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Hierarchy.java b/org.adempiere.base/src/org/compiere/model/I_PA_Hierarchy.java index 66c99886f8..cc02a8d6de 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Hierarchy.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Hierarchy.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Hierarchy * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_Hierarchy { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Measure.java b/org.adempiere.base/src/org/compiere/model/I_PA_Measure.java index c1443103f6..ca59ea0bee 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Measure.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Measure.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Measure * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_Measure { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_MeasureCalc.java b/org.adempiere.base/src/org/compiere/model/I_PA_MeasureCalc.java index 56fb2572f6..3b31971f39 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_MeasureCalc.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_MeasureCalc.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_MeasureCalc * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_MeasureCalc { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Ratio.java b/org.adempiere.base/src/org/compiere/model/I_PA_Ratio.java index f3a1fd2f28..8b8ea9069f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Ratio.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Ratio.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Ratio * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_Ratio { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_RatioElement.java b/org.adempiere.base/src/org/compiere/model/I_PA_RatioElement.java index 722981a4e7..3e79e1990c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_RatioElement.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_RatioElement.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_RatioElement * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_RatioElement { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Report.java b/org.adempiere.base/src/org/compiere/model/I_PA_Report.java index a9d41e8998..ba020d3d4b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Report.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Report.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Report * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_Report { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumn.java b/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumn.java index ec294d82ec..70258bcc82 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumn.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumn.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportColumn * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_ReportColumn { @@ -102,12 +102,12 @@ public interface I_PA_ReportColumn /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumnSet.java b/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumnSet.java index 75b9fa6048..5449d3ca12 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumnSet.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumnSet.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportColumnSet * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_ReportColumnSet { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ReportCube.java b/org.adempiere.base/src/org/compiere/model/I_PA_ReportCube.java index 7f71f3adbe..c967317df6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ReportCube.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ReportCube.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportCube * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_ReportCube { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ReportLine.java b/org.adempiere.base/src/org/compiere/model/I_PA_ReportLine.java index d20e277889..056517a434 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ReportLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ReportLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_ReportLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ReportLineSet.java b/org.adempiere.base/src/org/compiere/model/I_PA_ReportLineSet.java index a296c99192..ffe8b13472 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ReportLineSet.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ReportLineSet.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportLineSet * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_ReportLineSet { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ReportSource.java b/org.adempiere.base/src/org/compiere/model/I_PA_ReportSource.java index be90134214..e526ac13f3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ReportSource.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ReportSource.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportSource * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_ReportSource { @@ -93,12 +93,12 @@ public interface I_PA_ReportSource /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Criteria.java b/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Criteria.java index 7df9b2e7fe..fe17976a86 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Criteria.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Criteria.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_SLA_Criteria * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_SLA_Criteria { diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Goal.java b/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Goal.java index 44c469145a..de716120c4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Goal.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Goal.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_SLA_Goal * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_SLA_Goal { @@ -65,12 +65,12 @@ public interface I_PA_SLA_Goal /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Measure.java b/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Measure.java index 329e0ce284..d918e8d0b1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Measure.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Measure.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PA_SLA_Measure * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_PA_SLA_Measure { diff --git a/org.adempiere.base/src/org/compiere/model/I_RV_BPartner.java b/org.adempiere.base/src/org/compiere/model/I_RV_BPartner.java index 58b9c1ec4a..a2f0112a07 100644 --- a/org.adempiere.base/src/org/compiere/model/I_RV_BPartner.java +++ b/org.adempiere.base/src/org/compiere/model/I_RV_BPartner.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for RV_BPartner * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_RV_BPartner { @@ -329,12 +329,12 @@ public interface I_RV_BPartner /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -990,12 +990,14 @@ public interface I_RV_BPartner public static final String COLUMNNAME_DUNS = "DUNS"; /** Set D-U-N-S. - * Dun & Bradstreet Number + * Dun & + Bradstreet Number */ public void setDUNS (String DUNS); /** Get D-U-N-S. - * Dun & Bradstreet Number + * Dun & + Bradstreet Number */ public String getDUNS(); @@ -1570,12 +1572,14 @@ public interface I_RV_BPartner public static final String COLUMNNAME_ReferenceNo = "ReferenceNo"; /** Set Reference No. - * Your customer or vendor number at the Business Partner's site + * Your customer or vendor number at the Business Partner' +s site */ public void setReferenceNo (String ReferenceNo); /** Get Reference No. - * Your customer or vendor number at the Business Partner's site + * Your customer or vendor number at the Business Partner' +s site */ public String getReferenceNo(); @@ -1637,12 +1641,14 @@ public interface I_RV_BPartner public static final String COLUMNNAME_ShareOfCustomer = "ShareOfCustomer"; /** Set Share. - * Share of Customer's business as a percentage + * Share of Customer' +s business as a percentage */ public void setShareOfCustomer (int ShareOfCustomer); /** Get Share. - * Share of Customer's business as a percentage + * Share of Customer' +s business as a percentage */ public int getShareOfCustomer(); diff --git a/org.adempiere.base/src/org/compiere/model/I_RV_WarehousePrice.java b/org.adempiere.base/src/org/compiere/model/I_RV_WarehousePrice.java index 75203be304..ed0765dbd4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_RV_WarehousePrice.java +++ b/org.adempiere.base/src/org/compiere/model/I_RV_WarehousePrice.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for RV_WarehousePrice * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_RV_WarehousePrice { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_Category.java b/org.adempiere.base/src/org/compiere/model/I_R_Category.java index 240d10941d..fbb5dd7cde 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_Category.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_Category.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_Category * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_Category { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_CategoryUpdates.java b/org.adempiere.base/src/org/compiere/model/I_R_CategoryUpdates.java index efbe4d8139..91c92fd5d2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_CategoryUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_CategoryUpdates.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_CategoryUpdates * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_CategoryUpdates { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_ContactInterest.java b/org.adempiere.base/src/org/compiere/model/I_R_ContactInterest.java index a6fd33d236..3804d3d315 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_ContactInterest.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_ContactInterest.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_ContactInterest * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_ContactInterest { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_Group.java b/org.adempiere.base/src/org/compiere/model/I_R_Group.java index 7fe5818bbb..2250e51006 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_Group.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_Group.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_Group * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_Group { @@ -148,13 +148,17 @@ public interface I_R_Group /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; - /** Set BOM & Formula. - * BOM & Formula + /** Set BOM & + Formula. + * BOM & + Formula */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID); - /** Get BOM & Formula. - * BOM & Formula + /** Get BOM & + Formula. + * BOM & + Formula */ public int getPP_Product_BOM_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_R_GroupUpdates.java b/org.adempiere.base/src/org/compiere/model/I_R_GroupUpdates.java index c0f620e423..630700e592 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_GroupUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_GroupUpdates.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_GroupUpdates * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_GroupUpdates { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_InterestArea.java b/org.adempiere.base/src/org/compiere/model/I_R_InterestArea.java index 7057bc9fd5..5446a3dccb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_InterestArea.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_InterestArea.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_InterestArea * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_InterestArea { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_IssueKnown.java b/org.adempiere.base/src/org/compiere/model/I_R_IssueKnown.java index 4173634e93..5c837289cb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_IssueKnown.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_IssueKnown.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueKnown * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_IssueKnown { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_IssueProject.java b/org.adempiere.base/src/org/compiere/model/I_R_IssueProject.java index b5b2221d7d..8d4b892211 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_IssueProject.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_IssueProject.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueProject * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_IssueProject { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_IssueRecommendation.java b/org.adempiere.base/src/org/compiere/model/I_R_IssueRecommendation.java index 3c52f4086f..dc88d9f202 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_IssueRecommendation.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_IssueRecommendation.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueRecommendation * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_IssueRecommendation { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_IssueStatus.java b/org.adempiere.base/src/org/compiere/model/I_R_IssueStatus.java index fcf189b5dc..da74f592f6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_IssueStatus.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_IssueStatus.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueStatus * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_IssueStatus { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_IssueSystem.java b/org.adempiere.base/src/org/compiere/model/I_R_IssueSystem.java index 568d339db8..22fa81eb8e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_IssueSystem.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_IssueSystem.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueSystem * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_IssueSystem { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_IssueUser.java b/org.adempiere.base/src/org/compiere/model/I_R_IssueUser.java index eb9f1326a5..16d5d1e53c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_IssueUser.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_IssueUser.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueUser * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_IssueUser { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_MailText.java b/org.adempiere.base/src/org/compiere/model/I_R_MailText.java index 42a28a94cd..bc693c6d89 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_MailText.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_MailText.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_MailText * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_MailText { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_Request.java b/org.adempiere.base/src/org/compiere/model/I_R_Request.java index 7452b7893f..dc1b57efc1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_Request.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_Request.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_Request * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_Request { @@ -140,12 +140,12 @@ public interface I_R_Request /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestAction.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestAction.java index 33278a5ac0..0c22044f85 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestAction.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestAction.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestAction * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_RequestAction { @@ -125,12 +125,12 @@ public interface I_R_RequestAction /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor.java index 1f1311ef77..f2da72572c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestProcessor * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_RequestProcessor { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessorLog.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessorLog.java index f44c338327..41a76631e6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessorLog.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestProcessorLog * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_RequestProcessorLog { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor_Route.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor_Route.java index bfa83765b3..048ab6aaf1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor_Route.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor_Route.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestProcessor_Route * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_RequestProcessor_Route { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestType.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestType.java index bc41358546..48cea6588b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestType.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_RequestType { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestTypeUpdates.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestTypeUpdates.java index e4dce4eef0..89fb13937e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestTypeUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestTypeUpdates.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestTypeUpdates * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_RequestTypeUpdates { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdate.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdate.java index b7a89ec4a7..ab6d97cda3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdate.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdate.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestUpdate * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_RequestUpdate { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdates.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdates.java index b8bcf6c0a3..c958088201 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdates.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestUpdates * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_RequestUpdates { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_Resolution.java b/org.adempiere.base/src/org/compiere/model/I_R_Resolution.java index c5c256e60a..be0a6cc168 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_Resolution.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_Resolution.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_Resolution * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_Resolution { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_StandardResponse.java b/org.adempiere.base/src/org/compiere/model/I_R_StandardResponse.java index ed33bdc324..581784ab62 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_StandardResponse.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_StandardResponse.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_StandardResponse * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_StandardResponse { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_Status.java b/org.adempiere.base/src/org/compiere/model/I_R_Status.java index c7f87e08bb..d30976d45f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_Status.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_Status.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_Status * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_Status { diff --git a/org.adempiere.base/src/org/compiere/model/I_R_StatusCategory.java b/org.adempiere.base/src/org/compiere/model/I_R_StatusCategory.java index ae5651b397..a498f7a1a9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_StatusCategory.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_StatusCategory.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for R_StatusCategory * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_R_StatusCategory { diff --git a/org.adempiere.base/src/org/compiere/model/I_S_ExpenseType.java b/org.adempiere.base/src/org/compiere/model/I_S_ExpenseType.java index 1bb2c21acb..2995b4fde8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_ExpenseType.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_ExpenseType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_ExpenseType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_S_ExpenseType { diff --git a/org.adempiere.base/src/org/compiere/model/I_S_Resource.java b/org.adempiere.base/src/org/compiere/model/I_S_Resource.java index 4880ffb83b..49045cb192 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_Resource.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_Resource.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_Resource * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_S_Resource { diff --git a/org.adempiere.base/src/org/compiere/model/I_S_ResourceAssignment.java b/org.adempiere.base/src/org/compiere/model/I_S_ResourceAssignment.java index 2dd3ff0228..15d177786d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_ResourceAssignment.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_ResourceAssignment.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_ResourceAssignment * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_S_ResourceAssignment { diff --git a/org.adempiere.base/src/org/compiere/model/I_S_ResourceType.java b/org.adempiere.base/src/org/compiere/model/I_S_ResourceType.java index 90d0df2add..c9ae698f66 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_ResourceType.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_ResourceType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_ResourceType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_S_ResourceType { diff --git a/org.adempiere.base/src/org/compiere/model/I_S_ResourceUnAvailable.java b/org.adempiere.base/src/org/compiere/model/I_S_ResourceUnAvailable.java index 90968ed585..5c8ea75fff 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_ResourceUnAvailable.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_ResourceUnAvailable.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_ResourceUnAvailable * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_S_ResourceUnAvailable { diff --git a/org.adempiere.base/src/org/compiere/model/I_S_TimeExpense.java b/org.adempiere.base/src/org/compiere/model/I_S_TimeExpense.java index 364b44a0af..94fb32813f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_TimeExpense.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_TimeExpense.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_TimeExpense * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_S_TimeExpense { @@ -78,12 +78,12 @@ public interface I_S_TimeExpense /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_S_TimeExpenseLine.java b/org.adempiere.base/src/org/compiere/model/I_S_TimeExpenseLine.java index 87ed61ce2d..01c10e03cc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_TimeExpenseLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_TimeExpenseLine.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_TimeExpenseLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_S_TimeExpenseLine { @@ -80,12 +80,12 @@ public interface I_S_TimeExpenseLine /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -377,12 +377,14 @@ public interface I_S_TimeExpenseLine public static final String COLUMNNAME_PriceInvoiced = "PriceInvoiced"; /** Set Price Invoiced. - * The priced invoiced to the customer (in the currency of the customer's AR price list) - 0 for default price + * The priced invoiced to the customer (in the currency of the customer' +s AR price list) - 0 for default price */ public void setPriceInvoiced (BigDecimal PriceInvoiced); /** Get Price Invoiced. - * The priced invoiced to the customer (in the currency of the customer's AR price list) - 0 for default price + * The priced invoiced to the customer (in the currency of the customer' +s AR price list) - 0 for default price */ public BigDecimal getPriceInvoiced(); @@ -390,12 +392,14 @@ public interface I_S_TimeExpenseLine public static final String COLUMNNAME_PriceReimbursed = "PriceReimbursed"; /** Set Price Reimbursed. - * The reimbursed price (in currency of the employee's AP price list) + * The reimbursed price (in currency of the employee' +s AP price list) */ public void setPriceReimbursed (BigDecimal PriceReimbursed); /** Get Price Reimbursed. - * The reimbursed price (in currency of the employee's AP price list) + * The reimbursed price (in currency of the employee' +s AP price list) */ public BigDecimal getPriceReimbursed(); diff --git a/org.adempiere.base/src/org/compiere/model/I_S_TimeType.java b/org.adempiere.base/src/org/compiere/model/I_S_TimeType.java index ca50cdd657..1e94982b8d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_TimeType.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_TimeType.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_TimeType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_S_TimeType { diff --git a/org.adempiere.base/src/org/compiere/model/I_S_Training.java b/org.adempiere.base/src/org/compiere/model/I_S_Training.java index fdfd7a8b9f..12f9afb0ad 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_Training.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_Training.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_Training * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_S_Training { diff --git a/org.adempiere.base/src/org/compiere/model/I_S_Training_Class.java b/org.adempiere.base/src/org/compiere/model/I_S_Training_Class.java index 29004f3de0..439b654896 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_Training_Class.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_Training_Class.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for S_Training_Class * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_S_Training_Class { diff --git a/org.adempiere.base/src/org/compiere/model/I_T_1099Extract.java b/org.adempiere.base/src/org/compiere/model/I_T_1099Extract.java index 06e5a9cb4f..2bd4af2da7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_1099Extract.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_1099Extract.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_1099Extract * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_T_1099Extract { @@ -224,12 +224,12 @@ public interface I_T_1099Extract /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_T_Aging.java b/org.adempiere.base/src/org/compiere/model/I_T_Aging.java index 0fc60222fd..6183b70760 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_Aging.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_Aging.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_Aging * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_T_Aging { @@ -95,12 +95,12 @@ public interface I_T_Aging /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -298,10 +298,12 @@ public interface I_T_Aging /** Column name Due31_Plus */ public static final String COLUMNNAME_Due31_Plus = "Due31_Plus"; - /** Set Due > 31 */ + /** Set Due > + 31 */ public void setDue31_Plus (BigDecimal Due31_Plus); - /** Get Due > 31 */ + /** Get Due > + 31 */ public BigDecimal getDue31_Plus(); /** Column name Due61_90 */ @@ -316,10 +318,12 @@ public interface I_T_Aging /** Column name Due61_Plus */ public static final String COLUMNNAME_Due61_Plus = "Due61_Plus"; - /** Set Due > 61 */ + /** Set Due > + 61 */ public void setDue61_Plus (BigDecimal Due61_Plus); - /** Get Due > 61 */ + /** Get Due > + 61 */ public BigDecimal getDue61_Plus(); /** Column name Due8_30 */ @@ -334,10 +338,12 @@ public interface I_T_Aging /** Column name Due91_Plus */ public static final String COLUMNNAME_Due91_Plus = "Due91_Plus"; - /** Set Due > 91 */ + /** Set Due > + 91 */ public void setDue91_Plus (BigDecimal Due91_Plus); - /** Get Due > 91 */ + /** Get Due > + 91 */ public BigDecimal getDue91_Plus(); /** Column name DueAmt */ @@ -461,10 +467,12 @@ public interface I_T_Aging /** Column name PastDue31_Plus */ public static final String COLUMNNAME_PastDue31_Plus = "PastDue31_Plus"; - /** Set Past Due > 31 */ + /** Set Past Due > + 31 */ public void setPastDue31_Plus (BigDecimal PastDue31_Plus); - /** Get Past Due > 31 */ + /** Get Past Due > + 31 */ public BigDecimal getPastDue31_Plus(); /** Column name PastDue61_90 */ @@ -479,10 +487,12 @@ public interface I_T_Aging /** Column name PastDue61_Plus */ public static final String COLUMNNAME_PastDue61_Plus = "PastDue61_Plus"; - /** Set Past Due > 61 */ + /** Set Past Due > + 61 */ public void setPastDue61_Plus (BigDecimal PastDue61_Plus); - /** Get Past Due > 61 */ + /** Get Past Due > + 61 */ public BigDecimal getPastDue61_Plus(); /** Column name PastDue8_30 */ @@ -497,10 +507,12 @@ public interface I_T_Aging /** Column name PastDue91_Plus */ public static final String COLUMNNAME_PastDue91_Plus = "PastDue91_Plus"; - /** Set Past Due > 91 */ + /** Set Past Due > + 91 */ public void setPastDue91_Plus (BigDecimal PastDue91_Plus); - /** Get Past Due > 91 */ + /** Get Past Due > + 91 */ public BigDecimal getPastDue91_Plus(); /** Column name PastDueAmt */ diff --git a/org.adempiere.base/src/org/compiere/model/I_T_BOM_Indented.java b/org.adempiere.base/src/org/compiere/model/I_T_BOM_Indented.java index 40a44fca5b..70202bdde8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_BOM_Indented.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_BOM_Indented.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_BOM_Indented * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_T_BOM_Indented { diff --git a/org.adempiere.base/src/org/compiere/model/I_T_BankRegister.java b/org.adempiere.base/src/org/compiere/model/I_T_BankRegister.java index 8ab5d63e22..73394c05d9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_BankRegister.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_BankRegister.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_BankRegister * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_T_BankRegister { @@ -157,12 +157,12 @@ public interface I_T_BankRegister /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_T_CashFlow.java b/org.adempiere.base/src/org/compiere/model/I_T_CashFlow.java index 4cf6acf173..37d75c609c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_CashFlow.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_CashFlow.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_CashFlow * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_T_CashFlow { @@ -128,12 +128,12 @@ public interface I_T_CashFlow /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_T_DistributionRunDetail.java b/org.adempiere.base/src/org/compiere/model/I_T_DistributionRunDetail.java index 04e4f44b7e..4a17134f68 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_DistributionRunDetail.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_DistributionRunDetail.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_DistributionRunDetail * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_T_DistributionRunDetail { @@ -65,12 +65,12 @@ public interface I_T_DistributionRunDetail /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_T_InventoryValue.java b/org.adempiere.base/src/org/compiere/model/I_T_InventoryValue.java index 740cbfe238..60a5e8a155 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_InventoryValue.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_InventoryValue.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_InventoryValue * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_T_InventoryValue { diff --git a/org.adempiere.base/src/org/compiere/model/I_T_InvoiceGL.java b/org.adempiere.base/src/org/compiere/model/I_T_InvoiceGL.java index c31ab586f1..24009f443d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_InvoiceGL.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_InvoiceGL.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_InvoiceGL * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_T_InvoiceGL { diff --git a/org.adempiere.base/src/org/compiere/model/I_T_Reconciliation.java b/org.adempiere.base/src/org/compiere/model/I_T_Reconciliation.java index 9a5404635c..4240146a4c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_Reconciliation.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_Reconciliation.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_Reconciliation * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_T_Reconciliation { diff --git a/org.adempiere.base/src/org/compiere/model/I_T_Replenish.java b/org.adempiere.base/src/org/compiere/model/I_T_Replenish.java index a48bea88f4..370a50eaef 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_Replenish.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_Replenish.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_Replenish * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_T_Replenish { @@ -80,12 +80,12 @@ public interface I_T_Replenish /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_T_Report.java b/org.adempiere.base/src/org/compiere/model/I_T_Report.java index 1b528326a7..32231a0369 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_Report.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_Report.java @@ -21,7 +21,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_Report * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_T_Report { diff --git a/org.adempiere.base/src/org/compiere/model/I_T_ReportStatement.java b/org.adempiere.base/src/org/compiere/model/I_T_ReportStatement.java index 3fb08a3c64..e6a8eb801c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_ReportStatement.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_ReportStatement.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_ReportStatement * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_T_ReportStatement { diff --git a/org.adempiere.base/src/org/compiere/model/I_T_Transaction.java b/org.adempiere.base/src/org/compiere/model/I_T_Transaction.java index 12f1ad12a9..92c7074a47 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_Transaction.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_Transaction.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_Transaction * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_T_Transaction { diff --git a/org.adempiere.base/src/org/compiere/model/I_Test.java b/org.adempiere.base/src/org/compiere/model/I_Test.java index dd9f1d520d..d39487c35d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_Test.java +++ b/org.adempiere.base/src/org/compiere/model/I_Test.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for Test * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_Test { @@ -89,12 +89,12 @@ public interface I_Test /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_U_BlackListCheque.java b/org.adempiere.base/src/org/compiere/model/I_U_BlackListCheque.java index bfebcc4cdf..76f856746f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_U_BlackListCheque.java +++ b/org.adempiere.base/src/org/compiere/model/I_U_BlackListCheque.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for U_BlackListCheque * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_U_BlackListCheque { diff --git a/org.adempiere.base/src/org/compiere/model/I_U_POSTerminal.java b/org.adempiere.base/src/org/compiere/model/I_U_POSTerminal.java index 6afe846f53..370dd42ff9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_U_POSTerminal.java +++ b/org.adempiere.base/src/org/compiere/model/I_U_POSTerminal.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for U_POSTerminal * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_U_POSTerminal { diff --git a/org.adempiere.base/src/org/compiere/model/I_U_RoleMenu.java b/org.adempiere.base/src/org/compiere/model/I_U_RoleMenu.java index 91074a5bb3..a5e2ec7dba 100644 --- a/org.adempiere.base/src/org/compiere/model/I_U_RoleMenu.java +++ b/org.adempiere.base/src/org/compiere/model/I_U_RoleMenu.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for U_RoleMenu * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_U_RoleMenu { diff --git a/org.adempiere.base/src/org/compiere/model/I_U_WebMenu.java b/org.adempiere.base/src/org/compiere/model/I_U_WebMenu.java index cb33eba530..e322994973 100644 --- a/org.adempiere.base/src/org/compiere/model/I_U_WebMenu.java +++ b/org.adempiere.base/src/org/compiere/model/I_U_WebMenu.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for U_WebMenu * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_U_WebMenu { diff --git a/org.adempiere.base/src/org/compiere/model/I_U_Web_Properties.java b/org.adempiere.base/src/org/compiere/model/I_U_Web_Properties.java index b643656fac..c384b13980 100644 --- a/org.adempiere.base/src/org/compiere/model/I_U_Web_Properties.java +++ b/org.adempiere.base/src/org/compiere/model/I_U_Web_Properties.java @@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for U_Web_Properties * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ public interface I_U_Web_Properties { diff --git a/org.adempiere.base/src/org/compiere/model/MOrderLine.java b/org.adempiere.base/src/org/compiere/model/MOrderLine.java index 9c91211728..d29f9ab5ee 100644 --- a/org.adempiere.base/src/org/compiere/model/MOrderLine.java +++ b/org.adempiere.base/src/org/compiere/model/MOrderLine.java @@ -829,7 +829,7 @@ public class MOrderLine extends X_C_OrderLine int C_DocType_ID = getParent().getDocTypeID(); MDocType docType = MDocType.get(getCtx(), C_DocType_ID); // - if (!docType.IsNoPriceListCheck() && !m_productPrice.isCalculated()) + if (!docType.isNoPriceListCheck() && !m_productPrice.isCalculated()) { throw new ProductNotOnPriceListException(m_productPrice, getLine()); } diff --git a/org.adempiere.base/src/org/compiere/model/MRevenueRecognitionRun.java b/org.adempiere.base/src/org/compiere/model/MRevenueRecognitionRun.java index fa965df313..7b853fcbd8 100644 --- a/org.adempiere.base/src/org/compiere/model/MRevenueRecognitionRun.java +++ b/org.adempiere.base/src/org/compiere/model/MRevenueRecognitionRun.java @@ -36,7 +36,7 @@ public class MRevenueRecognitionRun extends X_C_RevenueRecognition_Run /** * Standard Constructor * @param ctx context - * @param C_RevenueRecognition_ID id + * @param C_RevenueRecognition_Run_ID id * @param trxName */ public MRevenueRecognitionRun (Properties ctx, int C_RevenueRecognition_Run_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/MStorageOnHand.java b/org.adempiere.base/src/org/compiere/model/MStorageOnHand.java index a3022fdbe5..21d58ddb2e 100644 --- a/org.adempiere.base/src/org/compiere/model/MStorageOnHand.java +++ b/org.adempiere.base/src/org/compiere/model/MStorageOnHand.java @@ -176,7 +176,7 @@ public class MStorageOnHand extends X_M_StorageOnHand } /** - * Get all Storages for Product where QtyOnHand <> 0 + * Get all Storages for Product where QtyOnHand <> 0 * @param ctx context * @param M_Product_ID product * @param M_Locator_ID locator, 0 to match all locator @@ -749,7 +749,6 @@ public class MStorageOnHand extends X_M_StorageOnHand * @param M_Locator_ID locator * @param M_Product_ID product * @param M_AttributeSetInstance_ID AS Instance - * @param reservationAttributeSetInstance_ID reservation AS Instance * @param diffQtyOnHand add on hand * @param dateMPolicy * @param trxName transaction diff --git a/org.adempiere.base/src/org/compiere/model/MUOMConversion.java b/org.adempiere.base/src/org/compiere/model/MUOMConversion.java index 5a50d95ebc..2e8fec24ba 100644 --- a/org.adempiere.base/src/org/compiere/model/MUOMConversion.java +++ b/org.adempiere.base/src/org/compiere/model/MUOMConversion.java @@ -453,8 +453,8 @@ public class MUOMConversion extends X_C_UOM_Conversion implements ImmutablePOSup * Convert PRICE expressed in entered UoM to equivalent price in product UoM and round.
* OR Convert QTY in product UOM to qty in entered UoM and round.
* - * eg: $6/6pk => $1/ea
- * OR 6 X ea => 1 X 6pk + * eg: $6/6pk => $1/ea
+ * OR 6 X ea => 1 X 6pk * * @param ctx context * @param M_Product_ID product @@ -571,8 +571,8 @@ public class MUOMConversion extends X_C_UOM_Conversion implements ImmutablePOSup * Convert PRICE expressed in product UoM to equivalent price in entered UoM and round.
* OR Convert QTY in entered UOM to qty in product UoM and round.
* - * eg: $1/ea => $6/6pk
- * OR 1 X 6pk => 6 X ea + * eg: $1/ea => $6/6pk
+ * OR 1 X 6pk => 6 X ea * * @param ctx context * @param M_Product_ID product diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AccessLog.java b/org.adempiere.base/src/org/compiere/model/X_AD_AccessLog.java index 2e5a6a1b38..e956612606 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AccessLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AccessLog.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_AccessLog * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_AccessLog") public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_AccessLog (Properties ctx, int AD_AccessLog_ID, String trxName) @@ -72,21 +72,20 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent } /** Set Access Log. - @param AD_AccessLog_ID - Log of Access to the System - */ + @param AD_AccessLog_ID Log of Access to the System + */ public void setAD_AccessLog_ID (int AD_AccessLog_ID) { - if (AD_AccessLog_ID < 1) + if (AD_AccessLog_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AccessLog_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AccessLog_ID, Integer.valueOf(AD_AccessLog_ID)); } /** Get Access Log. @return Log of Access to the System */ - public int getAD_AccessLog_ID () + public int getAD_AccessLog_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AccessLog_ID); if (ii == null) @@ -103,7 +102,8 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent } /** Set AD_AccessLog_UU. - @param AD_AccessLog_UU AD_AccessLog_UU */ + @param AD_AccessLog_UU AD_AccessLog_UU + */ public void setAD_AccessLog_UU (String AD_AccessLog_UU) { set_Value (COLUMNNAME_AD_AccessLog_UU, AD_AccessLog_UU); @@ -111,7 +111,7 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent /** Get AD_AccessLog_UU. @return AD_AccessLog_UU */ - public String getAD_AccessLog_UU () + public String getAD_AccessLog_UU() { return (String)get_Value(COLUMNNAME_AD_AccessLog_UU); } @@ -123,21 +123,20 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -152,21 +151,20 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -175,9 +173,8 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -186,27 +183,26 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_Value (COLUMNNAME_Record_ID, null); - else + else set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -215,9 +211,8 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent } /** Set Remote Addr. - @param Remote_Addr - Remote Address - */ + @param Remote_Addr Remote Address + */ public void setRemote_Addr (String Remote_Addr) { set_Value (COLUMNNAME_Remote_Addr, Remote_Addr); @@ -226,15 +221,14 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent /** Get Remote Addr. @return Remote Address */ - public String getRemote_Addr () + public String getRemote_Addr() { return (String)get_Value(COLUMNNAME_Remote_Addr); } /** Set Remote Host. - @param Remote_Host - Remote host Info - */ + @param Remote_Host Remote host Info + */ public void setRemote_Host (String Remote_Host) { set_Value (COLUMNNAME_Remote_Host, Remote_Host); @@ -243,15 +237,14 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent /** Get Remote Host. @return Remote host Info */ - public String getRemote_Host () + public String getRemote_Host() { return (String)get_Value(COLUMNNAME_Remote_Host); } /** Set Reply. - @param Reply - Reply or Answer - */ + @param Reply Reply or Answer + */ public void setReply (String Reply) { set_Value (COLUMNNAME_Reply, Reply); @@ -260,15 +253,14 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent /** Get Reply. @return Reply or Answer */ - public String getReply () + public String getReply() { return (String)get_Value(COLUMNNAME_Reply); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -277,7 +269,7 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Alert.java b/org.adempiere.base/src/org/compiere/model/X_AD_Alert.java index 85a35931ae..8dd3b30422 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Alert.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Alert.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Alert * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Alert") public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Alert (Properties ctx, int AD_Alert_ID, String trxName) @@ -82,21 +82,20 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent } /** Set Alert. - @param AD_Alert_ID - iDempiere Alert - */ + @param AD_Alert_ID iDempiere Alert + */ public void setAD_Alert_ID (int AD_Alert_ID) { - if (AD_Alert_ID < 1) + if (AD_Alert_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Alert_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Alert_ID, Integer.valueOf(AD_Alert_ID)); } /** Get Alert. @return iDempiere Alert */ - public int getAD_Alert_ID () + public int getAD_Alert_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Alert_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent } /** Set Alert Processor. - @param AD_AlertProcessor_ID - Alert Processor/Server Parameter - */ + @param AD_AlertProcessor_ID Alert Processor/Server Parameter + */ public void setAD_AlertProcessor_ID (int AD_AlertProcessor_ID) { - if (AD_AlertProcessor_ID < 1) + if (AD_AlertProcessor_ID < 1) set_Value (COLUMNNAME_AD_AlertProcessor_ID, null); - else + else set_Value (COLUMNNAME_AD_AlertProcessor_ID, Integer.valueOf(AD_AlertProcessor_ID)); } /** Get Alert Processor. @return Alert Processor/Server Parameter */ - public int getAD_AlertProcessor_ID () + public int getAD_AlertProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AlertProcessor_ID); if (ii == null) @@ -134,7 +132,8 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent } /** Set AD_Alert_UU. - @param AD_Alert_UU AD_Alert_UU */ + @param AD_Alert_UU AD_Alert_UU + */ public void setAD_Alert_UU (String AD_Alert_UU) { set_Value (COLUMNNAME_AD_Alert_UU, AD_Alert_UU); @@ -142,15 +141,14 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent /** Get AD_Alert_UU. @return AD_Alert_UU */ - public String getAD_Alert_UU () + public String getAD_Alert_UU() { return (String)get_Value(COLUMNNAME_AD_Alert_UU); } /** Set Alert Message. - @param AlertMessage - Message of the Alert - */ + @param AlertMessage Message of the Alert + */ public void setAlertMessage (String AlertMessage) { set_Value (COLUMNNAME_AlertMessage, AlertMessage); @@ -159,15 +157,14 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent /** Get Alert Message. @return Message of the Alert */ - public String getAlertMessage () + public String getAlertMessage() { return (String)get_Value(COLUMNNAME_AlertMessage); } /** Set Alert Subject. - @param AlertSubject - Subject of the Alert - */ + @param AlertSubject Subject of the Alert + */ public void setAlertSubject (String AlertSubject) { set_Value (COLUMNNAME_AlertSubject, AlertSubject); @@ -176,15 +173,14 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent /** Get Alert Subject. @return Subject of the Alert */ - public String getAlertSubject () + public String getAlertSubject() { return (String)get_Value(COLUMNNAME_AlertSubject); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -193,15 +189,14 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Enforce Client Security. - @param EnforceClientSecurity - Send alerts to recipient only if the client security rules of the role allows - */ + @param EnforceClientSecurity Send alerts to recipient only if the client security rules of the role allows + */ public void setEnforceClientSecurity (boolean EnforceClientSecurity) { set_Value (COLUMNNAME_EnforceClientSecurity, Boolean.valueOf(EnforceClientSecurity)); @@ -210,7 +205,7 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent /** Get Enforce Client Security. @return Send alerts to recipient only if the client security rules of the role allows */ - public boolean isEnforceClientSecurity () + public boolean isEnforceClientSecurity() { Object oo = get_Value(COLUMNNAME_EnforceClientSecurity); if (oo != null) @@ -223,9 +218,8 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent } /** Set Enforce Role Security. - @param EnforceRoleSecurity - Send alerts to recipient only if the data security rules of the role allows - */ + @param EnforceRoleSecurity Send alerts to recipient only if the data security rules of the role allows + */ public void setEnforceRoleSecurity (boolean EnforceRoleSecurity) { set_Value (COLUMNNAME_EnforceRoleSecurity, Boolean.valueOf(EnforceRoleSecurity)); @@ -234,7 +228,7 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent /** Get Enforce Role Security. @return Send alerts to recipient only if the data security rules of the role allows */ - public boolean isEnforceRoleSecurity () + public boolean isEnforceRoleSecurity() { Object oo = get_Value(COLUMNNAME_EnforceRoleSecurity); if (oo != null) @@ -247,9 +241,8 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -258,15 +251,14 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Valid. - @param IsValid - Element is valid - */ + @param IsValid Element is valid + */ public void setIsValid (boolean IsValid) { set_Value (COLUMNNAME_IsValid, Boolean.valueOf(IsValid)); @@ -275,7 +267,7 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent /** Get Valid. @return Element is valid */ - public boolean isValid () + public boolean isValid() { Object oo = get_Value(COLUMNNAME_IsValid); if (oo != null) @@ -288,9 +280,8 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -299,7 +290,7 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessor.java b/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessor.java index 397ff7bcf9..896a472279 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessor.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_AlertProcessor * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_AlertProcessor") public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Persistent { @@ -32,7 +32,7 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_AlertProcessor (Properties ctx, int AD_AlertProcessor_ID, String trxName) @@ -78,21 +78,20 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe } /** Set Alert Processor. - @param AD_AlertProcessor_ID - Alert Processor/Server Parameter - */ + @param AD_AlertProcessor_ID Alert Processor/Server Parameter + */ public void setAD_AlertProcessor_ID (int AD_AlertProcessor_ID) { - if (AD_AlertProcessor_ID < 1) + if (AD_AlertProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AlertProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AlertProcessor_ID, Integer.valueOf(AD_AlertProcessor_ID)); } /** Get Alert Processor. @return Alert Processor/Server Parameter */ - public int getAD_AlertProcessor_ID () + public int getAD_AlertProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AlertProcessor_ID); if (ii == null) @@ -101,7 +100,8 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe } /** Set AD_AlertProcessor_UU. - @param AD_AlertProcessor_UU AD_AlertProcessor_UU */ + @param AD_AlertProcessor_UU AD_AlertProcessor_UU + */ public void setAD_AlertProcessor_UU (String AD_AlertProcessor_UU) { set_Value (COLUMNNAME_AD_AlertProcessor_UU, AD_AlertProcessor_UU); @@ -109,7 +109,7 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe /** Get AD_AlertProcessor_UU. @return AD_AlertProcessor_UU */ - public String getAD_AlertProcessor_UU () + public String getAD_AlertProcessor_UU() { return (String)get_Value(COLUMNNAME_AD_AlertProcessor_UU); } @@ -121,18 +121,19 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe } /** Set Schedule. - @param AD_Schedule_ID Schedule */ + @param AD_Schedule_ID Schedule + */ public void setAD_Schedule_ID (int AD_Schedule_ID) { - if (AD_Schedule_ID < 1) + if (AD_Schedule_ID < 1) set_Value (COLUMNNAME_AD_Schedule_ID, null); - else + else set_Value (COLUMNNAME_AD_Schedule_ID, Integer.valueOf(AD_Schedule_ID)); } /** Get Schedule. @return Schedule */ - public int getAD_Schedule_ID () + public int getAD_Schedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Schedule_ID); if (ii == null) @@ -141,9 +142,8 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_Value (COLUMNNAME_DateLastRun, DateLastRun); @@ -152,15 +152,14 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Date next run. - @param DateNextRun - Date the process will run next - */ + @param DateNextRun Date the process will run next + */ public void setDateNextRun (Timestamp DateNextRun) { set_Value (COLUMNNAME_DateNextRun, DateNextRun); @@ -169,15 +168,14 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe /** Get Date next run. @return Date the process will run next */ - public Timestamp getDateNextRun () + public Timestamp getDateNextRun() { return (Timestamp)get_Value(COLUMNNAME_DateNextRun); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -186,15 +184,14 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Days to keep Log. - @param KeepLogDays - Number of days to keep the log entries - */ + @param KeepLogDays Number of days to keep the log entries + */ public void setKeepLogDays (int KeepLogDays) { set_Value (COLUMNNAME_KeepLogDays, Integer.valueOf(KeepLogDays)); @@ -203,7 +200,7 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe /** Get Days to keep Log. @return Number of days to keep the log entries */ - public int getKeepLogDays () + public int getKeepLogDays() { Integer ii = (Integer)get_Value(COLUMNNAME_KeepLogDays); if (ii == null) @@ -212,9 +209,8 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -223,7 +219,7 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -237,7 +233,8 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -245,7 +242,7 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -264,21 +261,20 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe } /** Set Supervisor. - @param Supervisor_ID - Supervisor for this user/organization - used for escalation and approval - */ + @param Supervisor_ID Supervisor for this user/organization - used for escalation and approval + */ public void setSupervisor_ID (int Supervisor_ID) { - if (Supervisor_ID < 1) + if (Supervisor_ID < 1) set_Value (COLUMNNAME_Supervisor_ID, null); - else + else set_Value (COLUMNNAME_Supervisor_ID, Integer.valueOf(Supervisor_ID)); } /** Get Supervisor. @return Supervisor for this user/organization - used for escalation and approval */ - public int getSupervisor_ID () + public int getSupervisor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Supervisor_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessorLog.java b/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessorLog.java index 21ad096c47..8707935d0e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessorLog.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_AlertProcessorLog * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_AlertProcessorLog") public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_AlertProcessorLog (Properties ctx, int AD_AlertProcessorLog_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog } /** Set Alert Processor. - @param AD_AlertProcessor_ID - Alert Processor/Server Parameter - */ + @param AD_AlertProcessor_ID Alert Processor/Server Parameter + */ public void setAD_AlertProcessor_ID (int AD_AlertProcessor_ID) { - if (AD_AlertProcessor_ID < 1) + if (AD_AlertProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AlertProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AlertProcessor_ID, Integer.valueOf(AD_AlertProcessor_ID)); } /** Get Alert Processor. @return Alert Processor/Server Parameter */ - public int getAD_AlertProcessor_ID () + public int getAD_AlertProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AlertProcessor_ID); if (ii == null) @@ -102,21 +101,20 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog } /** Set Alert Processor Log. - @param AD_AlertProcessorLog_ID - Result of the execution of the Alert Processor - */ + @param AD_AlertProcessorLog_ID Result of the execution of the Alert Processor + */ public void setAD_AlertProcessorLog_ID (int AD_AlertProcessorLog_ID) { - if (AD_AlertProcessorLog_ID < 1) + if (AD_AlertProcessorLog_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AlertProcessorLog_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AlertProcessorLog_ID, Integer.valueOf(AD_AlertProcessorLog_ID)); } /** Get Alert Processor Log. @return Result of the execution of the Alert Processor */ - public int getAD_AlertProcessorLog_ID () + public int getAD_AlertProcessorLog_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AlertProcessorLog_ID); if (ii == null) @@ -125,7 +123,8 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog } /** Set AD_AlertProcessorLog_UU. - @param AD_AlertProcessorLog_UU AD_AlertProcessorLog_UU */ + @param AD_AlertProcessorLog_UU AD_AlertProcessorLog_UU + */ public void setAD_AlertProcessorLog_UU (String AD_AlertProcessorLog_UU) { set_Value (COLUMNNAME_AD_AlertProcessorLog_UU, AD_AlertProcessorLog_UU); @@ -133,15 +132,14 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog /** Get AD_AlertProcessorLog_UU. @return AD_AlertProcessorLog_UU */ - public String getAD_AlertProcessorLog_UU () + public String getAD_AlertProcessorLog_UU() { return (String)get_Value(COLUMNNAME_AD_AlertProcessorLog_UU); } /** Set Binary Data. - @param BinaryData - Binary Data - */ + @param BinaryData Binary Data + */ public void setBinaryData (byte[] BinaryData) { set_Value (COLUMNNAME_BinaryData, BinaryData); @@ -150,15 +148,14 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog /** Get Binary Data. @return Binary Data */ - public byte[] getBinaryData () + public byte[] getBinaryData() { return (byte[])get_Value(COLUMNNAME_BinaryData); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -167,15 +164,14 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Error. - @param IsError - An Error occurred in the execution - */ + @param IsError An Error occurred in the execution + */ public void setIsError (boolean IsError) { set_Value (COLUMNNAME_IsError, Boolean.valueOf(IsError)); @@ -184,7 +180,7 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog /** Get Error. @return An Error occurred in the execution */ - public boolean isError () + public boolean isError() { Object oo = get_Value(COLUMNNAME_IsError); if (oo != null) @@ -197,9 +193,8 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog } /** Set Reference. - @param Reference - Reference for this record - */ + @param Reference Reference for this record + */ public void setReference (String Reference) { set_Value (COLUMNNAME_Reference, Reference); @@ -208,15 +203,14 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog /** Get Reference. @return Reference for this record */ - public String getReference () + public String getReference() { return (String)get_Value(COLUMNNAME_Reference); } /** Set Summary. - @param Summary - Textual summary of this request - */ + @param Summary Textual summary of this request + */ public void setSummary (String Summary) { set_Value (COLUMNNAME_Summary, Summary); @@ -225,15 +219,14 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog /** Get Summary. @return Textual summary of this request */ - public String getSummary () + public String getSummary() { return (String)get_Value(COLUMNNAME_Summary); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -242,7 +235,7 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AlertRecipient.java b/org.adempiere.base/src/org/compiere/model/X_AD_AlertRecipient.java index 9f3b43d548..ae462684c2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AlertRecipient.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AlertRecipient.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_AlertRecipient * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_AlertRecipient") public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_AlertRecipient (Properties ctx, int AD_AlertRecipient_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Pe } /** Set Alert. - @param AD_Alert_ID - iDempiere Alert - */ + @param AD_Alert_ID iDempiere Alert + */ public void setAD_Alert_ID (int AD_Alert_ID) { - if (AD_Alert_ID < 1) + if (AD_Alert_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Alert_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Alert_ID, Integer.valueOf(AD_Alert_ID)); } /** Get Alert. @return iDempiere Alert */ - public int getAD_Alert_ID () + public int getAD_Alert_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Alert_ID); if (ii == null) @@ -102,21 +101,20 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Pe } /** Set Alert Recipient. - @param AD_AlertRecipient_ID - Recipient of the Alert Notification - */ + @param AD_AlertRecipient_ID Recipient of the Alert Notification + */ public void setAD_AlertRecipient_ID (int AD_AlertRecipient_ID) { - if (AD_AlertRecipient_ID < 1) + if (AD_AlertRecipient_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AlertRecipient_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AlertRecipient_ID, Integer.valueOf(AD_AlertRecipient_ID)); } /** Get Alert Recipient. @return Recipient of the Alert Notification */ - public int getAD_AlertRecipient_ID () + public int getAD_AlertRecipient_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AlertRecipient_ID); if (ii == null) @@ -125,7 +123,8 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Pe } /** Set AD_AlertRecipient_UU. - @param AD_AlertRecipient_UU AD_AlertRecipient_UU */ + @param AD_AlertRecipient_UU AD_AlertRecipient_UU + */ public void setAD_AlertRecipient_UU (String AD_AlertRecipient_UU) { set_Value (COLUMNNAME_AD_AlertRecipient_UU, AD_AlertRecipient_UU); @@ -133,7 +132,7 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Pe /** Get AD_AlertRecipient_UU. @return AD_AlertRecipient_UU */ - public String getAD_AlertRecipient_UU () + public String getAD_AlertRecipient_UU() { return (String)get_Value(COLUMNNAME_AD_AlertRecipient_UU); } @@ -145,21 +144,20 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Pe } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -174,21 +172,20 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Pe } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AlertRule.java b/org.adempiere.base/src/org/compiere/model/X_AD_AlertRule.java index f2b866a253..29968fe1a0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AlertRule.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AlertRule.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_AlertRule * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_AlertRule") public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_AlertRule (Properties ctx, int AD_AlertRule_ID, String trxName) @@ -84,21 +84,20 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent } /** Set Alert. - @param AD_Alert_ID - iDempiere Alert - */ + @param AD_Alert_ID iDempiere Alert + */ public void setAD_Alert_ID (int AD_Alert_ID) { - if (AD_Alert_ID < 1) + if (AD_Alert_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Alert_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Alert_ID, Integer.valueOf(AD_Alert_ID)); } /** Get Alert. @return iDempiere Alert */ - public int getAD_Alert_ID () + public int getAD_Alert_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Alert_ID); if (ii == null) @@ -107,21 +106,20 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent } /** Set Alert Rule. - @param AD_AlertRule_ID - Definition of the alert element - */ + @param AD_AlertRule_ID Definition of the alert element + */ public void setAD_AlertRule_ID (int AD_AlertRule_ID) { - if (AD_AlertRule_ID < 1) + if (AD_AlertRule_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AlertRule_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AlertRule_ID, Integer.valueOf(AD_AlertRule_ID)); } /** Get Alert Rule. @return Definition of the alert element */ - public int getAD_AlertRule_ID () + public int getAD_AlertRule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AlertRule_ID); if (ii == null) @@ -130,7 +128,8 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent } /** Set AD_AlertRule_UU. - @param AD_AlertRule_UU AD_AlertRule_UU */ + @param AD_AlertRule_UU AD_AlertRule_UU + */ public void setAD_AlertRule_UU (String AD_AlertRule_UU) { set_Value (COLUMNNAME_AD_AlertRule_UU, AD_AlertRule_UU); @@ -138,7 +137,7 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent /** Get AD_AlertRule_UU. @return AD_AlertRule_UU */ - public String getAD_AlertRule_UU () + public String getAD_AlertRule_UU() { return (String)get_Value(COLUMNNAME_AD_AlertRule_UU); } @@ -150,21 +149,20 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -173,7 +171,8 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent } /** Set Error Msg. - @param ErrorMsg Error Msg */ + @param ErrorMsg Error Msg + */ public void setErrorMsg (String ErrorMsg) { set_Value (COLUMNNAME_ErrorMsg, ErrorMsg); @@ -181,15 +180,14 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent /** Get Error Msg. @return Error Msg */ - public String getErrorMsg () + public String getErrorMsg() { return (String)get_Value(COLUMNNAME_ErrorMsg); } /** Set Sql FROM. - @param FromClause - SQL FROM clause - */ + @param FromClause SQL FROM clause + */ public void setFromClause (String FromClause) { set_Value (COLUMNNAME_FromClause, FromClause); @@ -198,15 +196,14 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent /** Get Sql FROM. @return SQL FROM clause */ - public String getFromClause () + public String getFromClause() { return (String)get_Value(COLUMNNAME_FromClause); } /** Set Valid. - @param IsValid - Element is valid - */ + @param IsValid Element is valid + */ public void setIsValid (boolean IsValid) { set_Value (COLUMNNAME_IsValid, Boolean.valueOf(IsValid)); @@ -215,7 +212,7 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent /** Get Valid. @return Element is valid */ - public boolean isValid () + public boolean isValid() { Object oo = get_Value(COLUMNNAME_IsValid); if (oo != null) @@ -228,9 +225,8 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -239,7 +235,7 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -253,9 +249,8 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent } /** Set Other SQL Clause. - @param OtherClause - Other SQL Clause - */ + @param OtherClause Other SQL Clause + */ public void setOtherClause (String OtherClause) { set_Value (COLUMNNAME_OtherClause, OtherClause); @@ -264,15 +259,14 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent /** Get Other SQL Clause. @return Other SQL Clause */ - public String getOtherClause () + public String getOtherClause() { return (String)get_Value(COLUMNNAME_OtherClause); } /** Set Post Processing. - @param PostProcessing - Process SQL after executing the query - */ + @param PostProcessing Process SQL after executing the query + */ public void setPostProcessing (String PostProcessing) { set_Value (COLUMNNAME_PostProcessing, PostProcessing); @@ -281,15 +275,14 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent /** Get Post Processing. @return Process SQL after executing the query */ - public String getPostProcessing () + public String getPostProcessing() { return (String)get_Value(COLUMNNAME_PostProcessing); } /** Set Pre Processing. - @param PreProcessing - Process SQL before executing the query - */ + @param PreProcessing Process SQL before executing the query + */ public void setPreProcessing (String PreProcessing) { set_Value (COLUMNNAME_PreProcessing, PreProcessing); @@ -298,15 +291,14 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent /** Get Pre Processing. @return Process SQL before executing the query */ - public String getPreProcessing () + public String getPreProcessing() { return (String)get_Value(COLUMNNAME_PreProcessing); } /** Set Sql SELECT. - @param SelectClause - SQL SELECT clause - */ + @param SelectClause SQL SELECT clause + */ public void setSelectClause (String SelectClause) { set_Value (COLUMNNAME_SelectClause, SelectClause); @@ -315,15 +307,14 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent /** Get Sql SELECT. @return SQL SELECT clause */ - public String getSelectClause () + public String getSelectClause() { return (String)get_Value(COLUMNNAME_SelectClause); } /** Set Sql WHERE. - @param WhereClause - Fully qualified SQL WHERE clause - */ + @param WhereClause Fully qualified SQL WHERE clause + */ public void setWhereClause (String WhereClause) { set_Value (COLUMNNAME_WhereClause, WhereClause); @@ -332,7 +323,7 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent /** Get Sql WHERE. @return Fully qualified SQL WHERE clause */ - public String getWhereClause () + public String getWhereClause() { return (String)get_Value(COLUMNNAME_WhereClause); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AllClients_V.java b/org.adempiere.base/src/org/compiere/model/X_AD_AllClients_V.java index 0e12477ebf..dfbe861af7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AllClients_V.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AllClients_V.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_AllClients_V * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_AllClients_V") public class X_AD_AllClients_V extends PO implements I_AD_AllClients_V, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_AllClients_V extends PO implements I_AD_AllClients_V, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_AllClients_V (Properties ctx, int AD_AllClients_V_ID, String trxName) @@ -70,18 +70,19 @@ public class X_AD_AllClients_V extends PO implements I_AD_AllClients_V, I_Persis } /** Set Client (All). - @param AD_AllClients_V_ID Client (All) */ + @param AD_AllClients_V_ID Client (All) + */ public void setAD_AllClients_V_ID (int AD_AllClients_V_ID) { - if (AD_AllClients_V_ID < 1) + if (AD_AllClients_V_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AllClients_V_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AllClients_V_ID, Integer.valueOf(AD_AllClients_V_ID)); } /** Get Client (All). @return Client (All) */ - public int getAD_AllClients_V_ID () + public int getAD_AllClients_V_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AllClients_V_ID); if (ii == null) @@ -90,7 +91,8 @@ public class X_AD_AllClients_V extends PO implements I_AD_AllClients_V, I_Persis } /** Set AD_AllClients_V_UU. - @param AD_AllClients_V_UU AD_AllClients_V_UU */ + @param AD_AllClients_V_UU AD_AllClients_V_UU + */ public void setAD_AllClients_V_UU (String AD_AllClients_V_UU) { set_ValueNoCheck (COLUMNNAME_AD_AllClients_V_UU, AD_AllClients_V_UU); @@ -98,7 +100,7 @@ public class X_AD_AllClients_V extends PO implements I_AD_AllClients_V, I_Persis /** Get AD_AllClients_V_UU. @return AD_AllClients_V_UU */ - public String getAD_AllClients_V_UU () + public String getAD_AllClients_V_UU() { return (String)get_Value(COLUMNNAME_AD_AllClients_V_UU); } @@ -106,9 +108,8 @@ public class X_AD_AllClients_V extends PO implements I_AD_AllClients_V, I_Persis /** AD_Language AD_Reference_ID=106 */ public static final int AD_LANGUAGE_AD_Reference_ID=106; /** Set Language. - @param AD_Language - Language for this entity - */ + @param AD_Language Language for this entity + */ public void setAD_Language (String AD_Language) { @@ -118,15 +119,14 @@ public class X_AD_AllClients_V extends PO implements I_AD_AllClients_V, I_Persis /** Get Language. @return Language for this entity */ - public String getAD_Language () + public String getAD_Language() { return (String)get_Value(COLUMNNAME_AD_Language); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_ValueNoCheck (COLUMNNAME_Description, Description); @@ -135,15 +135,14 @@ public class X_AD_AllClients_V extends PO implements I_AD_AllClients_V, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_ValueNoCheck (COLUMNNAME_Name, Name); @@ -152,15 +151,14 @@ public class X_AD_AllClients_V extends PO implements I_AD_AllClients_V, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_ValueNoCheck (COLUMNNAME_Value, Value); @@ -169,7 +167,7 @@ public class X_AD_AllClients_V extends PO implements I_AD_AllClients_V, I_Persis /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AllUsers_V.java b/org.adempiere.base/src/org/compiere/model/X_AD_AllUsers_V.java index 9a3d8da439..d8742fb3d7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AllUsers_V.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AllUsers_V.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for AD_AllUsers_V * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_AllUsers_V") public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_AllUsers_V (Properties ctx, int AD_AllUsers_V_ID, String trxName) @@ -77,18 +77,19 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent } /** Set Client (All). - @param AD_AllClients_V_ID Client (All) */ + @param AD_AllClients_V_ID Client (All) + */ public void setAD_AllClients_V_ID (int AD_AllClients_V_ID) { - if (AD_AllClients_V_ID < 1) + if (AD_AllClients_V_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AllClients_V_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AllClients_V_ID, Integer.valueOf(AD_AllClients_V_ID)); } /** Get Client (All). @return Client (All) */ - public int getAD_AllClients_V_ID () + public int getAD_AllClients_V_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AllClients_V_ID); if (ii == null) @@ -97,18 +98,19 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent } /** Set User (All). - @param AD_AllUsers_V_ID User (All) */ + @param AD_AllUsers_V_ID User (All) + */ public void setAD_AllUsers_V_ID (int AD_AllUsers_V_ID) { - if (AD_AllUsers_V_ID < 1) + if (AD_AllUsers_V_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AllUsers_V_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AllUsers_V_ID, Integer.valueOf(AD_AllUsers_V_ID)); } /** Get User (All). @return User (All) */ - public int getAD_AllUsers_V_ID () + public int getAD_AllUsers_V_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AllUsers_V_ID); if (ii == null) @@ -117,7 +119,8 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent } /** Set AD_AllUsers_V_UU. - @param AD_AllUsers_V_UU AD_AllUsers_V_UU */ + @param AD_AllUsers_V_UU AD_AllUsers_V_UU + */ public void setAD_AllUsers_V_UU (String AD_AllUsers_V_UU) { set_ValueNoCheck (COLUMNNAME_AD_AllUsers_V_UU, AD_AllUsers_V_UU); @@ -125,13 +128,14 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get AD_AllUsers_V_UU. @return AD_AllUsers_V_UU */ - public String getAD_AllUsers_V_UU () + public String getAD_AllUsers_V_UU() { return (String)get_Value(COLUMNNAME_AD_AllUsers_V_UU); } /** Set Date Account Locked. - @param DateAccountLocked Date Account Locked */ + @param DateAccountLocked Date Account Locked + */ public void setDateAccountLocked (Timestamp DateAccountLocked) { set_Value (COLUMNNAME_DateAccountLocked, DateAccountLocked); @@ -139,13 +143,14 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get Date Account Locked. @return Date Account Locked */ - public Timestamp getDateAccountLocked () + public Timestamp getDateAccountLocked() { return (Timestamp)get_Value(COLUMNNAME_DateAccountLocked); } /** Set Date Last Login. - @param DateLastLogin Date Last Login */ + @param DateLastLogin Date Last Login + */ public void setDateLastLogin (Timestamp DateLastLogin) { set_ValueNoCheck (COLUMNNAME_DateLastLogin, DateLastLogin); @@ -153,13 +158,14 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get Date Last Login. @return Date Last Login */ - public Timestamp getDateLastLogin () + public Timestamp getDateLastLogin() { return (Timestamp)get_Value(COLUMNNAME_DateLastLogin); } /** Set Date Password Changed. - @param DatePasswordChanged Date Password Changed */ + @param DatePasswordChanged Date Password Changed + */ public void setDatePasswordChanged (Timestamp DatePasswordChanged) { set_ValueNoCheck (COLUMNNAME_DatePasswordChanged, DatePasswordChanged); @@ -167,15 +173,14 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get Date Password Changed. @return Date Password Changed */ - public Timestamp getDatePasswordChanged () + public Timestamp getDatePasswordChanged() { return (Timestamp)get_Value(COLUMNNAME_DatePasswordChanged); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_ValueNoCheck (COLUMNNAME_Description, Description); @@ -184,15 +189,14 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set EMail Address. - @param EMail - Electronic Mail Address - */ + @param EMail Electronic Mail Address + */ public void setEMail (String EMail) { set_ValueNoCheck (COLUMNNAME_EMail, EMail); @@ -201,13 +205,14 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get EMail Address. @return Electronic Mail Address */ - public String getEMail () + public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } /** Set Failed Login Count. - @param FailedLoginCount Failed Login Count */ + @param FailedLoginCount Failed Login Count + */ public void setFailedLoginCount (int FailedLoginCount) { set_ValueNoCheck (COLUMNNAME_FailedLoginCount, Integer.valueOf(FailedLoginCount)); @@ -215,7 +220,7 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get Failed Login Count. @return Failed Login Count */ - public int getFailedLoginCount () + public int getFailedLoginCount() { Integer ii = (Integer)get_Value(COLUMNNAME_FailedLoginCount); if (ii == null) @@ -224,7 +229,8 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent } /** Set Expired. - @param IsExpired Expired */ + @param IsExpired Expired + */ public void setIsExpired (boolean IsExpired) { set_ValueNoCheck (COLUMNNAME_IsExpired, Boolean.valueOf(IsExpired)); @@ -232,7 +238,7 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get Expired. @return Expired */ - public boolean isExpired () + public boolean isExpired() { Object oo = get_Value(COLUMNNAME_IsExpired); if (oo != null) @@ -245,7 +251,8 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent } /** Set Locked. - @param IsLocked Locked */ + @param IsLocked Locked + */ public void setIsLocked (boolean IsLocked) { set_ValueNoCheck (COLUMNNAME_IsLocked, Boolean.valueOf(IsLocked)); @@ -253,7 +260,7 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get Locked. @return Locked */ - public boolean isLocked () + public boolean isLocked() { Object oo = get_Value(COLUMNNAME_IsLocked); if (oo != null) @@ -266,7 +273,8 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent } /** Set No Expire. - @param IsNoExpire No Expire */ + @param IsNoExpire No Expire + */ public void setIsNoExpire (boolean IsNoExpire) { set_Value (COLUMNNAME_IsNoExpire, Boolean.valueOf(IsNoExpire)); @@ -274,7 +282,7 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get No Expire. @return No Expire */ - public boolean isNoExpire () + public boolean isNoExpire() { Object oo = get_Value(COLUMNNAME_IsNoExpire); if (oo != null) @@ -287,7 +295,8 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent } /** Set No Password Reset. - @param IsNoPasswordReset No Password Reset */ + @param IsNoPasswordReset No Password Reset + */ public void setIsNoPasswordReset (boolean IsNoPasswordReset) { set_ValueNoCheck (COLUMNNAME_IsNoPasswordReset, Boolean.valueOf(IsNoPasswordReset)); @@ -295,7 +304,7 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get No Password Reset. @return No Password Reset */ - public boolean isNoPasswordReset () + public boolean isNoPasswordReset() { Object oo = get_Value(COLUMNNAME_IsNoPasswordReset); if (oo != null) @@ -308,7 +317,8 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent } /** Set Support User. - @param IsSupportUser Support User */ + @param IsSupportUser Support User + */ public void setIsSupportUser (boolean IsSupportUser) { set_Value (COLUMNNAME_IsSupportUser, Boolean.valueOf(IsSupportUser)); @@ -316,7 +326,7 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get Support User. @return Support User */ - public boolean isSupportUser () + public boolean isSupportUser() { Object oo = get_Value(COLUMNNAME_IsSupportUser); if (oo != null) @@ -329,9 +339,8 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent } /** Set LDAP User Name. - @param LDAPUser - User Name used for authorization via LDAP (directory) services - */ + @param LDAPUser User Name used for authorization via LDAP (directory) services + */ public void setLDAPUser (String LDAPUser) { set_ValueNoCheck (COLUMNNAME_LDAPUser, LDAPUser); @@ -340,15 +349,14 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get LDAP User Name. @return User Name used for authorization via LDAP (directory) services */ - public String getLDAPUser () + public String getLDAPUser() { return (String)get_Value(COLUMNNAME_LDAPUser); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_ValueNoCheck (COLUMNNAME_Name, Name); @@ -357,15 +365,14 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Password. - @param Password - Password of any length (case sensitive) - */ + @param Password Password of any length (case sensitive) + */ public void setPassword (String Password) { set_ValueNoCheck (COLUMNNAME_Password, Password); @@ -374,15 +381,14 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get Password. @return Password of any length (case sensitive) */ - public String getPassword () + public String getPassword() { return (String)get_Value(COLUMNNAME_Password); } /** Set Salt. - @param Salt - Random data added to improve password hash effectiveness - */ + @param Salt Random data added to improve password hash effectiveness + */ public void setSalt (String Salt) { set_ValueNoCheck (COLUMNNAME_Salt, Salt); @@ -391,13 +397,14 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get Salt. @return Random data added to improve password hash effectiveness */ - public String getSalt () + public String getSalt() { return (String)get_Value(COLUMNNAME_Salt); } /** Set User PIN. - @param UserPIN User PIN */ + @param UserPIN User PIN + */ public void setUserPIN (String UserPIN) { set_ValueNoCheck (COLUMNNAME_UserPIN, UserPIN); @@ -405,15 +412,14 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get User PIN. @return User PIN */ - public String getUserPIN () + public String getUserPIN() { return (String)get_Value(COLUMNNAME_UserPIN); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_ValueNoCheck (COLUMNNAME_Value, Value); @@ -422,7 +428,7 @@ public class X_AD_AllUsers_V extends PO implements I_AD_AllUsers_V, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Archive.java b/org.adempiere.base/src/org/compiere/model/X_AD_Archive.java index ed54c2e650..fb7ee45003 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Archive.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Archive.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Archive * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Archive") public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Archive (Properties ctx, int AD_Archive_ID, String trxName) @@ -75,21 +75,20 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent } /** Set Archive. - @param AD_Archive_ID - Document and Report Archive - */ + @param AD_Archive_ID Document and Report Archive + */ public void setAD_Archive_ID (int AD_Archive_ID) { - if (AD_Archive_ID < 1) + if (AD_Archive_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Archive_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Archive_ID, Integer.valueOf(AD_Archive_ID)); } /** Get Archive. @return Document and Report Archive */ - public int getAD_Archive_ID () + public int getAD_Archive_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Archive_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent } /** Set AD_Archive_UU. - @param AD_Archive_UU AD_Archive_UU */ + @param AD_Archive_UU AD_Archive_UU + */ public void setAD_Archive_UU (String AD_Archive_UU) { set_Value (COLUMNNAME_AD_Archive_UU, AD_Archive_UU); @@ -106,7 +106,7 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent /** Get AD_Archive_UU. @return AD_Archive_UU */ - public String getAD_Archive_UU () + public String getAD_Archive_UU() { return (String)get_Value(COLUMNNAME_AD_Archive_UU); } @@ -118,21 +118,20 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -147,18 +146,19 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent } /** Set Storage Provider. - @param AD_StorageProvider_ID Storage Provider */ + @param AD_StorageProvider_ID Storage Provider + */ public void setAD_StorageProvider_ID (int AD_StorageProvider_ID) { - if (AD_StorageProvider_ID < 1) + if (AD_StorageProvider_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_StorageProvider_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_StorageProvider_ID, Integer.valueOf(AD_StorageProvider_ID)); } /** Get Storage Provider. @return Storage Provider */ - public int getAD_StorageProvider_ID () + public int getAD_StorageProvider_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_StorageProvider_ID); if (ii == null) @@ -173,21 +173,20 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -196,9 +195,8 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent } /** Set Binary Data. - @param BinaryData - Binary Data - */ + @param BinaryData Binary Data + */ public void setBinaryData (byte[] BinaryData) { set_Value (COLUMNNAME_BinaryData, BinaryData); @@ -207,7 +205,7 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent /** Get Binary Data. @return Binary Data */ - public byte[] getBinaryData () + public byte[] getBinaryData() { return (byte[])get_Value(COLUMNNAME_BinaryData); } @@ -218,22 +216,21 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -242,9 +239,8 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -253,15 +249,14 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -270,15 +265,14 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Report. - @param IsReport - Indicates a Report record - */ + @param IsReport Indicates a Report record + */ public void setIsReport (boolean IsReport) { set_Value (COLUMNNAME_IsReport, Boolean.valueOf(IsReport)); @@ -287,7 +281,7 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent /** Get Report. @return Indicates a Report record */ - public boolean isReport () + public boolean isReport() { Object oo = get_Value(COLUMNNAME_IsReport); if (oo != null) @@ -300,9 +294,8 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -311,7 +304,7 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -325,21 +318,20 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_Value (COLUMNNAME_Record_ID, null); - else + else set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Attachment.java b/org.adempiere.base/src/org/compiere/model/X_AD_Attachment.java index b6d7dee395..e6b37f96f0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Attachment.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Attachment.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Attachment * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Attachment") public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Attachment (Properties ctx, int AD_Attachment_ID, String trxName) @@ -75,21 +75,20 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent } /** Set Attachment. - @param AD_Attachment_ID - Attachment for the document - */ + @param AD_Attachment_ID Attachment for the document + */ public void setAD_Attachment_ID (int AD_Attachment_ID) { - if (AD_Attachment_ID < 1) + if (AD_Attachment_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Attachment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Attachment_ID, Integer.valueOf(AD_Attachment_ID)); } /** Get Attachment. @return Attachment for the document */ - public int getAD_Attachment_ID () + public int getAD_Attachment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Attachment_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent } /** Set AD_Attachment_UU. - @param AD_Attachment_UU AD_Attachment_UU */ + @param AD_Attachment_UU AD_Attachment_UU + */ public void setAD_Attachment_UU (String AD_Attachment_UU) { set_Value (COLUMNNAME_AD_Attachment_UU, AD_Attachment_UU); @@ -106,7 +106,7 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent /** Get AD_Attachment_UU. @return AD_Attachment_UU */ - public String getAD_Attachment_UU () + public String getAD_Attachment_UU() { return (String)get_Value(COLUMNNAME_AD_Attachment_UU); } @@ -118,18 +118,19 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent } /** Set Storage Provider. - @param AD_StorageProvider_ID Storage Provider */ + @param AD_StorageProvider_ID Storage Provider + */ public void setAD_StorageProvider_ID (int AD_StorageProvider_ID) { - if (AD_StorageProvider_ID < 1) + if (AD_StorageProvider_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_StorageProvider_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_StorageProvider_ID, Integer.valueOf(AD_StorageProvider_ID)); } /** Get Storage Provider. @return Storage Provider */ - public int getAD_StorageProvider_ID () + public int getAD_StorageProvider_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_StorageProvider_ID); if (ii == null) @@ -144,21 +145,20 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -167,9 +167,8 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent } /** Set Binary Data. - @param BinaryData - Binary Data - */ + @param BinaryData Binary Data + */ public void setBinaryData (byte[] BinaryData) { set_ValueNoCheck (COLUMNNAME_BinaryData, BinaryData); @@ -178,27 +177,26 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent /** Get Binary Data. @return Binary Data */ - public byte[] getBinaryData () + public byte[] getBinaryData() { return (byte[])get_Value(COLUMNNAME_BinaryData); } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -207,9 +205,8 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -218,15 +215,14 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } /** Set Title. - @param Title - Name this entity is referred to as - */ + @param Title Name this entity is referred to as + */ public void setTitle (String Title) { set_Value (COLUMNNAME_Title, Title); @@ -235,7 +231,7 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent /** Get Title. @return Name this entity is referred to as */ - public String getTitle () + public String getTitle() { return (String)get_Value(COLUMNNAME_Title); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AttachmentNote.java b/org.adempiere.base/src/org/compiere/model/X_AD_AttachmentNote.java index 3542288dd1..9c62d61608 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AttachmentNote.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AttachmentNote.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_AttachmentNote * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_AttachmentNote") public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_AttachmentNote (Properties ctx, int AD_AttachmentNote_ID, String trxName) @@ -82,21 +82,20 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Pe } /** Set Attachment. - @param AD_Attachment_ID - Attachment for the document - */ + @param AD_Attachment_ID Attachment for the document + */ public void setAD_Attachment_ID (int AD_Attachment_ID) { - if (AD_Attachment_ID < 1) + if (AD_Attachment_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Attachment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Attachment_ID, Integer.valueOf(AD_Attachment_ID)); } /** Get Attachment. @return Attachment for the document */ - public int getAD_Attachment_ID () + public int getAD_Attachment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Attachment_ID); if (ii == null) @@ -105,21 +104,20 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Pe } /** Set Attachment Note. - @param AD_AttachmentNote_ID - Personal Attachment Note - */ + @param AD_AttachmentNote_ID Personal Attachment Note + */ public void setAD_AttachmentNote_ID (int AD_AttachmentNote_ID) { - if (AD_AttachmentNote_ID < 1) + if (AD_AttachmentNote_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AttachmentNote_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AttachmentNote_ID, Integer.valueOf(AD_AttachmentNote_ID)); } /** Get Attachment Note. @return Personal Attachment Note */ - public int getAD_AttachmentNote_ID () + public int getAD_AttachmentNote_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AttachmentNote_ID); if (ii == null) @@ -128,7 +126,8 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Pe } /** Set AD_AttachmentNote_UU. - @param AD_AttachmentNote_UU AD_AttachmentNote_UU */ + @param AD_AttachmentNote_UU AD_AttachmentNote_UU + */ public void setAD_AttachmentNote_UU (String AD_AttachmentNote_UU) { set_Value (COLUMNNAME_AD_AttachmentNote_UU, AD_AttachmentNote_UU); @@ -136,7 +135,7 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Pe /** Get AD_AttachmentNote_UU. @return AD_AttachmentNote_UU */ - public String getAD_AttachmentNote_UU () + public String getAD_AttachmentNote_UU() { return (String)get_Value(COLUMNNAME_AD_AttachmentNote_UU); } @@ -148,21 +147,20 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Pe } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -171,9 +169,8 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Pe } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -182,15 +179,14 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Pe /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } /** Set Title. - @param Title - Name this entity is referred to as - */ + @param Title Name this entity is referred to as + */ public void setTitle (String Title) { set_Value (COLUMNNAME_Title, Title); @@ -199,7 +195,7 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Pe /** Get Title. @return Name this entity is referred to as */ - public String getTitle () + public String getTitle() { return (String)get_Value(COLUMNNAME_Title); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Attribute.java b/org.adempiere.base/src/org/compiere/model/X_AD_Attribute.java index b380c162d7..72aa40a0d9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Attribute.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Attribute.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Attribute * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Attribute") public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Attribute (Properties ctx, int AD_Attribute_ID, String trxName) @@ -82,18 +82,19 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set System Attribute. - @param AD_Attribute_ID System Attribute */ + @param AD_Attribute_ID System Attribute + */ public void setAD_Attribute_ID (int AD_Attribute_ID) { - if (AD_Attribute_ID < 1) + if (AD_Attribute_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Attribute_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Attribute_ID, Integer.valueOf(AD_Attribute_ID)); } /** Get System Attribute. @return System Attribute */ - public int getAD_Attribute_ID () + public int getAD_Attribute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Attribute_ID); if (ii == null) @@ -102,7 +103,8 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set AD_Attribute_UU. - @param AD_Attribute_UU AD_Attribute_UU */ + @param AD_Attribute_UU AD_Attribute_UU + */ public void setAD_Attribute_UU (String AD_Attribute_UU) { set_Value (COLUMNNAME_AD_Attribute_UU, AD_Attribute_UU); @@ -110,7 +112,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get AD_Attribute_UU. @return AD_Attribute_UU */ - public String getAD_Attribute_UU () + public String getAD_Attribute_UU() { return (String)get_Value(COLUMNNAME_AD_Attribute_UU); } @@ -122,21 +124,20 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -151,21 +152,20 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Reference Key. - @param AD_Reference_Value_ID - Required to specify, if data type is Table or List - */ + @param AD_Reference_Value_ID Required to specify, if data type is Table or List + */ public void setAD_Reference_Value_ID (int AD_Reference_Value_ID) { - if (AD_Reference_Value_ID < 1) + if (AD_Reference_Value_ID < 1) set_Value (COLUMNNAME_AD_Reference_Value_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_Value_ID, Integer.valueOf(AD_Reference_Value_ID)); } /** Get Reference Key. @return Required to specify, if data type is Table or List */ - public int getAD_Reference_Value_ID () + public int getAD_Reference_Value_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_Value_ID); if (ii == null) @@ -180,21 +180,20 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -209,21 +208,20 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Dynamic Validation. - @param AD_Val_Rule_ID - Dynamic Validation Rule - */ + @param AD_Val_Rule_ID Dynamic Validation Rule + */ public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) { - if (AD_Val_Rule_ID < 1) + if (AD_Val_Rule_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_ID, Integer.valueOf(AD_Val_Rule_ID)); } /** Get Dynamic Validation. @return Dynamic Validation Rule */ - public int getAD_Val_Rule_ID () + public int getAD_Val_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_ID); if (ii == null) @@ -232,9 +230,8 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Callout. - @param Callout - Fully qualified class names and method - separated by semicolons - */ + @param Callout Fully qualified class names and method - separated by semicolons + */ public void setCallout (String Callout) { set_Value (COLUMNNAME_Callout, Callout); @@ -243,15 +240,14 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Callout. @return Fully qualified class names and method - separated by semicolons */ - public String getCallout () + public String getCallout() { return (String)get_Value(COLUMNNAME_Callout); } /** Set Default Logic. - @param DefaultValue - Default value hierarchy, separated by ; - */ + @param DefaultValue Default value hierarchy, separated by ; + */ public void setDefaultValue (String DefaultValue) { set_Value (COLUMNNAME_DefaultValue, DefaultValue); @@ -260,15 +256,14 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Default Logic. @return Default value hierarchy, separated by ; */ - public String getDefaultValue () + public String getDefaultValue() { return (String)get_Value(COLUMNNAME_DefaultValue); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -277,15 +272,14 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Display Length. - @param DisplayLength - Length of the display in characters - */ + @param DisplayLength Length of the display in characters + */ public void setDisplayLength (int DisplayLength) { set_Value (COLUMNNAME_DisplayLength, Integer.valueOf(DisplayLength)); @@ -294,7 +288,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Display Length. @return Length of the display in characters */ - public int getDisplayLength () + public int getDisplayLength() { Integer ii = (Integer)get_Value(COLUMNNAME_DisplayLength); if (ii == null) @@ -303,9 +297,8 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -314,15 +307,14 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } /** Set Length. - @param FieldLength - Length of the column in the database - */ + @param FieldLength Length of the column in the database + */ public void setFieldLength (int FieldLength) { set_Value (COLUMNNAME_FieldLength, Integer.valueOf(FieldLength)); @@ -331,7 +323,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Length. @return Length of the column in the database */ - public int getFieldLength () + public int getFieldLength() { Integer ii = (Integer)get_Value(COLUMNNAME_FieldLength); if (ii == null) @@ -340,9 +332,8 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -351,15 +342,14 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Encrypted. - @param IsEncrypted - Display or Storage is encrypted - */ + @param IsEncrypted Display or Storage is encrypted + */ public void setIsEncrypted (boolean IsEncrypted) { set_Value (COLUMNNAME_IsEncrypted, Boolean.valueOf(IsEncrypted)); @@ -368,7 +358,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Encrypted. @return Display or Storage is encrypted */ - public boolean isEncrypted () + public boolean isEncrypted() { Object oo = get_Value(COLUMNNAME_IsEncrypted); if (oo != null) @@ -381,9 +371,8 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Field Only. - @param IsFieldOnly - Label is not displayed - */ + @param IsFieldOnly Label is not displayed + */ public void setIsFieldOnly (boolean IsFieldOnly) { set_Value (COLUMNNAME_IsFieldOnly, Boolean.valueOf(IsFieldOnly)); @@ -392,7 +381,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Field Only. @return Label is not displayed */ - public boolean isFieldOnly () + public boolean isFieldOnly() { Object oo = get_Value(COLUMNNAME_IsFieldOnly); if (oo != null) @@ -405,9 +394,8 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Heading only. - @param IsHeading - Field without Column - Only label is displayed - */ + @param IsHeading Field without Column - Only label is displayed + */ public void setIsHeading (boolean IsHeading) { set_Value (COLUMNNAME_IsHeading, Boolean.valueOf(IsHeading)); @@ -416,7 +404,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Heading only. @return Field without Column - Only label is displayed */ - public boolean isHeading () + public boolean isHeading() { Object oo = get_Value(COLUMNNAME_IsHeading); if (oo != null) @@ -429,9 +417,8 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Mandatory. - @param IsMandatory - Data entry is required in this column - */ + @param IsMandatory Data entry is required in this column + */ public void setIsMandatory (boolean IsMandatory) { set_Value (COLUMNNAME_IsMandatory, Boolean.valueOf(IsMandatory)); @@ -440,7 +427,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Mandatory. @return Data entry is required in this column */ - public boolean isMandatory () + public boolean isMandatory() { Object oo = get_Value(COLUMNNAME_IsMandatory); if (oo != null) @@ -453,9 +440,8 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (boolean IsReadOnly) { set_Value (COLUMNNAME_IsReadOnly, Boolean.valueOf(IsReadOnly)); @@ -464,7 +450,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Read Only. @return Field is read only */ - public boolean isReadOnly () + public boolean isReadOnly() { Object oo = get_Value(COLUMNNAME_IsReadOnly); if (oo != null) @@ -477,9 +463,8 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Same Line. - @param IsSameLine - Displayed on same line as previous field - */ + @param IsSameLine Displayed on same line as previous field + */ public void setIsSameLine (boolean IsSameLine) { set_Value (COLUMNNAME_IsSameLine, Boolean.valueOf(IsSameLine)); @@ -488,7 +473,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Same Line. @return Displayed on same line as previous field */ - public boolean isSameLine () + public boolean isSameLine() { Object oo = get_Value(COLUMNNAME_IsSameLine); if (oo != null) @@ -501,9 +486,8 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Updatable. - @param IsUpdateable - Determines, if the field can be updated - */ + @param IsUpdateable Determines, if the field can be updated + */ public void setIsUpdateable (boolean IsUpdateable) { set_Value (COLUMNNAME_IsUpdateable, Boolean.valueOf(IsUpdateable)); @@ -512,7 +496,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Updatable. @return Determines, if the field can be updated */ - public boolean isUpdateable () + public boolean isUpdateable() { Object oo = get_Value(COLUMNNAME_IsUpdateable); if (oo != null) @@ -525,9 +509,8 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -536,7 +519,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -550,9 +533,8 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -561,7 +543,7 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -570,9 +552,8 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent } /** Set Max. Value. - @param ValueMax - Maximum Value for a field - */ + @param ValueMax Maximum Value for a field + */ public void setValueMax (String ValueMax) { set_Value (COLUMNNAME_ValueMax, ValueMax); @@ -581,15 +562,14 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Max. Value. @return Maximum Value for a field */ - public String getValueMax () + public String getValueMax() { return (String)get_Value(COLUMNNAME_ValueMax); } /** Set Min. Value. - @param ValueMin - Minimum Value for a field - */ + @param ValueMin Minimum Value for a field + */ public void setValueMin (String ValueMin) { set_Value (COLUMNNAME_ValueMin, ValueMin); @@ -598,24 +578,23 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent /** Get Min. Value. @return Minimum Value for a field */ - public String getValueMin () + public String getValueMin() { return (String)get_Value(COLUMNNAME_ValueMin); } /** Set Value Format. - @param VFormat - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" - */ + @param VFormat Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + */ public void setVFormat (String VFormat) { set_Value (COLUMNNAME_VFormat, VFormat); } /** Get Value Format. - @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ - public String getVFormat () + public String getVFormat() { return (String)get_Value(COLUMNNAME_VFormat); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Attribute_Value.java b/org.adempiere.base/src/org/compiere/model/X_AD_Attribute_Value.java index 17fed7fc8c..0a12511b78 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Attribute_Value.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Attribute_Value.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for AD_Attribute_Value * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Attribute_Value") public class X_AD_Attribute_Value extends PO implements I_AD_Attribute_Value, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Attribute_Value extends PO implements I_AD_Attribute_Value, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Attribute_Value (Properties ctx, int AD_Attribute_Value_ID, String trxName) @@ -73,18 +73,19 @@ public class X_AD_Attribute_Value extends PO implements I_AD_Attribute_Value, I_ } /** Set System Attribute. - @param AD_Attribute_ID System Attribute */ + @param AD_Attribute_ID System Attribute + */ public void setAD_Attribute_ID (int AD_Attribute_ID) { - if (AD_Attribute_ID < 1) + if (AD_Attribute_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Attribute_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Attribute_ID, Integer.valueOf(AD_Attribute_ID)); } /** Get System Attribute. @return System Attribute */ - public int getAD_Attribute_ID () + public int getAD_Attribute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Attribute_ID); if (ii == null) @@ -93,7 +94,8 @@ public class X_AD_Attribute_Value extends PO implements I_AD_Attribute_Value, I_ } /** Set AD_Attribute_Value_UU. - @param AD_Attribute_Value_UU AD_Attribute_Value_UU */ + @param AD_Attribute_Value_UU AD_Attribute_Value_UU + */ public void setAD_Attribute_Value_UU (String AD_Attribute_Value_UU) { set_Value (COLUMNNAME_AD_Attribute_Value_UU, AD_Attribute_Value_UU); @@ -101,27 +103,26 @@ public class X_AD_Attribute_Value extends PO implements I_AD_Attribute_Value, I_ /** Get AD_Attribute_Value_UU. @return AD_Attribute_Value_UU */ - public String getAD_Attribute_Value_UU () + public String getAD_Attribute_Value_UU() { return (String)get_Value(COLUMNNAME_AD_Attribute_Value_UU); } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -130,7 +131,8 @@ public class X_AD_Attribute_Value extends PO implements I_AD_Attribute_Value, I_ } /** Set Date. - @param V_Date Date */ + @param V_Date Date + */ public void setV_Date (Timestamp V_Date) { set_Value (COLUMNNAME_V_Date, V_Date); @@ -138,13 +140,14 @@ public class X_AD_Attribute_Value extends PO implements I_AD_Attribute_Value, I_ /** Get Date. @return Date */ - public Timestamp getV_Date () + public Timestamp getV_Date() { return (Timestamp)get_Value(COLUMNNAME_V_Date); } /** Set Number. - @param V_Number Number */ + @param V_Number Number + */ public void setV_Number (String V_Number) { set_Value (COLUMNNAME_V_Number, V_Number); @@ -152,13 +155,14 @@ public class X_AD_Attribute_Value extends PO implements I_AD_Attribute_Value, I_ /** Get Number. @return Number */ - public String getV_Number () + public String getV_Number() { return (String)get_Value(COLUMNNAME_V_Number); } /** Set String. - @param V_String String */ + @param V_String String + */ public void setV_String (String V_String) { set_Value (COLUMNNAME_V_String, V_String); @@ -166,7 +170,7 @@ public class X_AD_Attribute_Value extends PO implements I_AD_Attribute_Value, I_ /** Get String. @return String */ - public String getV_String () + public String getV_String() { return (String)get_Value(COLUMNNAME_V_String); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationAccount.java b/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationAccount.java index 3e35846273..caae4f93a2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationAccount.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationAccount.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for AD_AuthorizationAccount * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_AuthorizationAccount") public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationAccount, I_Persistent { @@ -33,7 +33,7 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_AuthorizationAccount (Properties ctx, int AD_AuthorizationAccount_ID, String trxName) @@ -78,7 +78,8 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA } /** Set Access Token. - @param AccessToken Access Token */ + @param AccessToken Access Token + */ public void setAccessToken (String AccessToken) { set_Value (COLUMNNAME_AccessToken, AccessToken); @@ -86,13 +87,14 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA /** Get Access Token. @return Access Token */ - public String getAccessToken () + public String getAccessToken() { return (String)get_Value(COLUMNNAME_AccessToken); } /** Set Access Token Timestamp. - @param AccessTokenTimestamp Access Token Timestamp */ + @param AccessTokenTimestamp Access Token Timestamp + */ public void setAccessTokenTimestamp (Timestamp AccessTokenTimestamp) { set_Value (COLUMNNAME_AccessTokenTimestamp, AccessTokenTimestamp); @@ -100,24 +102,25 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA /** Get Access Token Timestamp. @return Access Token Timestamp */ - public Timestamp getAccessTokenTimestamp () + public Timestamp getAccessTokenTimestamp() { return (Timestamp)get_Value(COLUMNNAME_AccessTokenTimestamp); } /** Set Authorization Account. - @param AD_AuthorizationAccount_ID Authorization Account */ + @param AD_AuthorizationAccount_ID Authorization Account + */ public void setAD_AuthorizationAccount_ID (int AD_AuthorizationAccount_ID) { - if (AD_AuthorizationAccount_ID < 1) + if (AD_AuthorizationAccount_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AuthorizationAccount_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AuthorizationAccount_ID, Integer.valueOf(AD_AuthorizationAccount_ID)); } /** Get Authorization Account. @return Authorization Account */ - public int getAD_AuthorizationAccount_ID () + public int getAD_AuthorizationAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AuthorizationAccount_ID); if (ii == null) @@ -126,7 +129,8 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA } /** Set AD_AuthorizationAccount_UU. - @param AD_AuthorizationAccount_UU AD_AuthorizationAccount_UU */ + @param AD_AuthorizationAccount_UU AD_AuthorizationAccount_UU + */ public void setAD_AuthorizationAccount_UU (String AD_AuthorizationAccount_UU) { set_Value (COLUMNNAME_AD_AuthorizationAccount_UU, AD_AuthorizationAccount_UU); @@ -134,7 +138,7 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA /** Get AD_AuthorizationAccount_UU. @return AD_AuthorizationAccount_UU */ - public String getAD_AuthorizationAccount_UU () + public String getAD_AuthorizationAccount_UU() { return (String)get_Value(COLUMNNAME_AD_AuthorizationAccount_UU); } @@ -146,18 +150,19 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA } /** Set Authorization Credential. - @param AD_AuthorizationCredential_ID Authorization Credential */ + @param AD_AuthorizationCredential_ID Authorization Credential + */ public void setAD_AuthorizationCredential_ID (int AD_AuthorizationCredential_ID) { - if (AD_AuthorizationCredential_ID < 1) + if (AD_AuthorizationCredential_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AuthorizationCredential_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AuthorizationCredential_ID, Integer.valueOf(AD_AuthorizationCredential_ID)); } /** Get Authorization Credential. @return Authorization Credential */ - public int getAD_AuthorizationCredential_ID () + public int getAD_AuthorizationCredential_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AuthorizationCredential_ID); if (ii == null) @@ -178,7 +183,8 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA /** Storage = Storage */ public static final String AD_AUTHORIZATIONSCOPES_Storage = "Storage"; /** Set Authorization Scopes. - @param AD_AuthorizationScopes Authorization Scopes */ + @param AD_AuthorizationScopes Authorization Scopes + */ public void setAD_AuthorizationScopes (String AD_AuthorizationScopes) { @@ -187,7 +193,7 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA /** Get Authorization Scopes. @return Authorization Scopes */ - public String getAD_AuthorizationScopes () + public String getAD_AuthorizationScopes() { return (String)get_Value(COLUMNNAME_AD_AuthorizationScopes); } @@ -199,21 +205,20 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -222,9 +227,8 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA } /** Set EMail Address. - @param EMail - Electronic Mail Address - */ + @param EMail Electronic Mail Address + */ public void setEMail (String EMail) { set_Value (COLUMNNAME_EMail, EMail); @@ -233,13 +237,14 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA /** Get EMail Address. @return Electronic Mail Address */ - public String getEMail () + public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } /** Set Expire in Seconds. - @param ExpireInSeconds Expire in Seconds */ + @param ExpireInSeconds Expire in Seconds + */ public void setExpireInSeconds (BigDecimal ExpireInSeconds) { set_Value (COLUMNNAME_ExpireInSeconds, ExpireInSeconds); @@ -247,7 +252,7 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA /** Get Expire in Seconds. @return Expire in Seconds */ - public BigDecimal getExpireInSeconds () + public BigDecimal getExpireInSeconds() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ExpireInSeconds); if (bd == null) @@ -256,9 +261,8 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -267,13 +271,14 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Access Revoked. - @param IsAccessRevoked Access Revoked */ + @param IsAccessRevoked Access Revoked + */ public void setIsAccessRevoked (boolean IsAccessRevoked) { set_Value (COLUMNNAME_IsAccessRevoked, Boolean.valueOf(IsAccessRevoked)); @@ -281,7 +286,7 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA /** Get Access Revoked. @return Access Revoked */ - public boolean isAccessRevoked () + public boolean isAccessRevoked() { Object oo = get_Value(COLUMNNAME_IsAccessRevoked); if (oo != null) @@ -294,7 +299,8 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA } /** Set Authorized. - @param IsAuthorized Authorized */ + @param IsAuthorized Authorized + */ public void setIsAuthorized (boolean IsAuthorized) { set_Value (COLUMNNAME_IsAuthorized, Boolean.valueOf(IsAuthorized)); @@ -302,7 +308,7 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA /** Get Authorized. @return Authorized */ - public boolean isAuthorized () + public boolean isAuthorized() { Object oo = get_Value(COLUMNNAME_IsAuthorized); if (oo != null) @@ -315,7 +321,8 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA } /** Set Refresh Token. - @param RefreshToken Refresh Token */ + @param RefreshToken Refresh Token + */ public void setRefreshToken (String RefreshToken) { set_Value (COLUMNNAME_RefreshToken, RefreshToken); @@ -323,7 +330,7 @@ public class X_AD_AuthorizationAccount extends PO implements I_AD_AuthorizationA /** Get Refresh Token. @return Refresh Token */ - public String getRefreshToken () + public String getRefreshToken() { return (String)get_Value(COLUMNNAME_RefreshToken); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationCredential.java b/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationCredential.java index 7212571283..265d97658b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationCredential.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationCredential.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_AuthorizationCredential * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_AuthorizationCredential") public class X_AD_AuthorizationCredential extends PO implements I_AD_AuthorizationCredential, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_AuthorizationCredential extends PO implements I_AD_Authorizati /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_AuthorizationCredential (Properties ctx, int AD_AuthorizationCredential_ID, String trxName) @@ -78,18 +78,19 @@ public class X_AD_AuthorizationCredential extends PO implements I_AD_Authorizati } /** Set Authorization Credential. - @param AD_AuthorizationCredential_ID Authorization Credential */ + @param AD_AuthorizationCredential_ID Authorization Credential + */ public void setAD_AuthorizationCredential_ID (int AD_AuthorizationCredential_ID) { - if (AD_AuthorizationCredential_ID < 1) + if (AD_AuthorizationCredential_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AuthorizationCredential_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AuthorizationCredential_ID, Integer.valueOf(AD_AuthorizationCredential_ID)); } /** Get Authorization Credential. @return Authorization Credential */ - public int getAD_AuthorizationCredential_ID () + public int getAD_AuthorizationCredential_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AuthorizationCredential_ID); if (ii == null) @@ -98,7 +99,8 @@ public class X_AD_AuthorizationCredential extends PO implements I_AD_Authorizati } /** Set AD_AuthorizationCredential_UU. - @param AD_AuthorizationCredential_UU AD_AuthorizationCredential_UU */ + @param AD_AuthorizationCredential_UU AD_AuthorizationCredential_UU + */ public void setAD_AuthorizationCredential_UU (String AD_AuthorizationCredential_UU) { set_Value (COLUMNNAME_AD_AuthorizationCredential_UU, AD_AuthorizationCredential_UU); @@ -106,7 +108,7 @@ public class X_AD_AuthorizationCredential extends PO implements I_AD_Authorizati /** Get AD_AuthorizationCredential_UU. @return AD_AuthorizationCredential_UU */ - public String getAD_AuthorizationCredential_UU () + public String getAD_AuthorizationCredential_UU() { return (String)get_Value(COLUMNNAME_AD_AuthorizationCredential_UU); } @@ -118,18 +120,19 @@ public class X_AD_AuthorizationCredential extends PO implements I_AD_Authorizati } /** Set Authorization Provider. - @param AD_AuthorizationProvider_ID Authorization Provider */ + @param AD_AuthorizationProvider_ID Authorization Provider + */ public void setAD_AuthorizationProvider_ID (int AD_AuthorizationProvider_ID) { - if (AD_AuthorizationProvider_ID < 1) + if (AD_AuthorizationProvider_ID < 1) set_Value (COLUMNNAME_AD_AuthorizationProvider_ID, null); - else + else set_Value (COLUMNNAME_AD_AuthorizationProvider_ID, Integer.valueOf(AD_AuthorizationProvider_ID)); } /** Get Authorization Provider. @return Authorization Provider */ - public int getAD_AuthorizationProvider_ID () + public int getAD_AuthorizationProvider_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AuthorizationProvider_ID); if (ii == null) @@ -150,7 +153,8 @@ public class X_AD_AuthorizationCredential extends PO implements I_AD_Authorizati /** Storage = Storage */ public static final String AD_AUTHORIZATIONSCOPELIST_Storage = "Storage"; /** Set Scope List. - @param AD_AuthorizationScopeList Scope List */ + @param AD_AuthorizationScopeList Scope List + */ public void setAD_AuthorizationScopeList (String AD_AuthorizationScopeList) { @@ -159,13 +163,14 @@ public class X_AD_AuthorizationCredential extends PO implements I_AD_Authorizati /** Get Scope List. @return Scope List */ - public String getAD_AuthorizationScopeList () + public String getAD_AuthorizationScopeList() { return (String)get_Value(COLUMNNAME_AD_AuthorizationScopeList); } /** Set Authorization client-id. - @param AuthorizationClientId Authorization client-id */ + @param AuthorizationClientId Authorization client-id + */ public void setAuthorizationClientId (String AuthorizationClientId) { set_Value (COLUMNNAME_AuthorizationClientId, AuthorizationClientId); @@ -173,13 +178,14 @@ public class X_AD_AuthorizationCredential extends PO implements I_AD_Authorizati /** Get Authorization client-id. @return Authorization client-id */ - public String getAuthorizationClientId () + public String getAuthorizationClientId() { return (String)get_Value(COLUMNNAME_AuthorizationClientId); } /** Set Authorization client-secret. - @param AuthorizationClientSecret Authorization client-secret */ + @param AuthorizationClientSecret Authorization client-secret + */ public void setAuthorizationClientSecret (String AuthorizationClientSecret) { set_Value (COLUMNNAME_AuthorizationClientSecret, AuthorizationClientSecret); @@ -187,13 +193,14 @@ public class X_AD_AuthorizationCredential extends PO implements I_AD_Authorizati /** Get Authorization client-secret. @return Authorization client-secret */ - public String getAuthorizationClientSecret () + public String getAuthorizationClientSecret() { return (String)get_Value(COLUMNNAME_AuthorizationClientSecret); } /** Set Authorization Redirect URL. - @param AuthorizationRedirectURL Authorization Redirect URL */ + @param AuthorizationRedirectURL Authorization Redirect URL + */ public void setAuthorizationRedirectURL (String AuthorizationRedirectURL) { set_Value (COLUMNNAME_AuthorizationRedirectURL, AuthorizationRedirectURL); @@ -201,15 +208,14 @@ public class X_AD_AuthorizationCredential extends PO implements I_AD_Authorizati /** Get Authorization Redirect URL. @return Authorization Redirect URL */ - public String getAuthorizationRedirectURL () + public String getAuthorizationRedirectURL() { return (String)get_Value(COLUMNNAME_AuthorizationRedirectURL); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -218,15 +224,14 @@ public class X_AD_AuthorizationCredential extends PO implements I_AD_Authorizati /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -235,7 +240,7 @@ public class X_AD_AuthorizationCredential extends PO implements I_AD_Authorizati /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationProvider.java b/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationProvider.java index b47259d412..e9ba2cbb84 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationProvider.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationProvider.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_AuthorizationProvider * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_AuthorizationProvider") public class X_AD_AuthorizationProvider extends PO implements I_AD_AuthorizationProvider, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_AuthorizationProvider extends PO implements I_AD_Authorization /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_AuthorizationProvider (Properties ctx, int AD_AuthorizationProvider_ID, String trxName) @@ -76,18 +76,19 @@ public class X_AD_AuthorizationProvider extends PO implements I_AD_Authorization } /** Set Authorization Provider. - @param AD_AuthorizationProvider_ID Authorization Provider */ + @param AD_AuthorizationProvider_ID Authorization Provider + */ public void setAD_AuthorizationProvider_ID (int AD_AuthorizationProvider_ID) { - if (AD_AuthorizationProvider_ID < 1) + if (AD_AuthorizationProvider_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AuthorizationProvider_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AuthorizationProvider_ID, Integer.valueOf(AD_AuthorizationProvider_ID)); } /** Get Authorization Provider. @return Authorization Provider */ - public int getAD_AuthorizationProvider_ID () + public int getAD_AuthorizationProvider_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AuthorizationProvider_ID); if (ii == null) @@ -96,7 +97,8 @@ public class X_AD_AuthorizationProvider extends PO implements I_AD_Authorization } /** Set AD_AuthorizationProvider_UU. - @param AD_AuthorizationProvider_UU AD_AuthorizationProvider_UU */ + @param AD_AuthorizationProvider_UU AD_AuthorizationProvider_UU + */ public void setAD_AuthorizationProvider_UU (String AD_AuthorizationProvider_UU) { set_Value (COLUMNNAME_AD_AuthorizationProvider_UU, AD_AuthorizationProvider_UU); @@ -104,7 +106,7 @@ public class X_AD_AuthorizationProvider extends PO implements I_AD_Authorization /** Get AD_AuthorizationProvider_UU. @return AD_AuthorizationProvider_UU */ - public String getAD_AuthorizationProvider_UU () + public String getAD_AuthorizationProvider_UU() { return (String)get_Value(COLUMNNAME_AD_AuthorizationProvider_UU); } @@ -116,7 +118,8 @@ public class X_AD_AuthorizationProvider extends PO implements I_AD_Authorization /** SAML (not implemented yet) = SAML */ public static final String AD_AUTHORIZATIONTYPE_SAMLNotImplementedYet = "SAML"; /** Set Authorization Type. - @param AD_AuthorizationType Authorization Type */ + @param AD_AuthorizationType Authorization Type + */ public void setAD_AuthorizationType (String AD_AuthorizationType) { @@ -125,13 +128,14 @@ public class X_AD_AuthorizationProvider extends PO implements I_AD_Authorization /** Get Authorization Type. @return Authorization Type */ - public String getAD_AuthorizationType () + public String getAD_AuthorizationType() { return (String)get_Value(COLUMNNAME_AD_AuthorizationType); } /** Set Authorization Endpoint. - @param AuthorizationEndpoint Authorization Endpoint */ + @param AuthorizationEndpoint Authorization Endpoint + */ public void setAuthorizationEndpoint (String AuthorizationEndpoint) { set_Value (COLUMNNAME_AuthorizationEndpoint, AuthorizationEndpoint); @@ -139,15 +143,14 @@ public class X_AD_AuthorizationProvider extends PO implements I_AD_Authorization /** Get Authorization Endpoint. @return Authorization Endpoint */ - public String getAuthorizationEndpoint () + public String getAuthorizationEndpoint() { return (String)get_Value(COLUMNNAME_AuthorizationEndpoint); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -156,15 +159,14 @@ public class X_AD_AuthorizationProvider extends PO implements I_AD_Authorization /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -173,15 +175,14 @@ public class X_AD_AuthorizationProvider extends PO implements I_AD_Authorization /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -190,7 +191,7 @@ public class X_AD_AuthorizationProvider extends PO implements I_AD_Authorization /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -204,7 +205,8 @@ public class X_AD_AuthorizationProvider extends PO implements I_AD_Authorization } /** Set Revoke Endpoint. - @param RevokeEndpoint Revoke Endpoint */ + @param RevokeEndpoint Revoke Endpoint + */ public void setRevokeEndpoint (String RevokeEndpoint) { set_Value (COLUMNNAME_RevokeEndpoint, RevokeEndpoint); @@ -212,13 +214,14 @@ public class X_AD_AuthorizationProvider extends PO implements I_AD_Authorization /** Get Revoke Endpoint. @return Revoke Endpoint */ - public String getRevokeEndpoint () + public String getRevokeEndpoint() { return (String)get_Value(COLUMNNAME_RevokeEndpoint); } /** Set Token Endpoint. - @param TokenEndpoint Token Endpoint */ + @param TokenEndpoint Token Endpoint + */ public void setTokenEndpoint (String TokenEndpoint) { set_Value (COLUMNNAME_TokenEndpoint, TokenEndpoint); @@ -226,7 +229,7 @@ public class X_AD_AuthorizationProvider extends PO implements I_AD_Authorization /** Get Token Endpoint. @return Token Endpoint */ - public String getTokenEndpoint () + public String getTokenEndpoint() { return (String)get_Value(COLUMNNAME_TokenEndpoint); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationScopeProv.java b/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationScopeProv.java index 88d2b4a6f0..4b5d85ef0f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationScopeProv.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AuthorizationScopeProv.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_AuthorizationScopeProv * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_AuthorizationScopeProv") public class X_AD_AuthorizationScopeProv extends PO implements I_AD_AuthorizationScopeProv, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_AuthorizationScopeProv extends PO implements I_AD_Authorizatio /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_AuthorizationScopeProv (Properties ctx, int AD_AuthorizationScopeProv_ID, String trxName) @@ -79,18 +79,19 @@ public class X_AD_AuthorizationScopeProv extends PO implements I_AD_Authorizatio } /** Set Authorization Provider. - @param AD_AuthorizationProvider_ID Authorization Provider */ + @param AD_AuthorizationProvider_ID Authorization Provider + */ public void setAD_AuthorizationProvider_ID (int AD_AuthorizationProvider_ID) { - if (AD_AuthorizationProvider_ID < 1) + if (AD_AuthorizationProvider_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AuthorizationProvider_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AuthorizationProvider_ID, Integer.valueOf(AD_AuthorizationProvider_ID)); } /** Get Authorization Provider. @return Authorization Provider */ - public int getAD_AuthorizationProvider_ID () + public int getAD_AuthorizationProvider_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AuthorizationProvider_ID); if (ii == null) @@ -111,7 +112,8 @@ public class X_AD_AuthorizationScopeProv extends PO implements I_AD_Authorizatio /** Storage = Storage */ public static final String AD_AUTHORIZATIONSCOPE_Storage = "Storage"; /** Set Authorization Scope. - @param AD_AuthorizationScope Authorization Scope */ + @param AD_AuthorizationScope Authorization Scope + */ public void setAD_AuthorizationScope (String AD_AuthorizationScope) { @@ -120,24 +122,25 @@ public class X_AD_AuthorizationScopeProv extends PO implements I_AD_Authorizatio /** Get Authorization Scope. @return Authorization Scope */ - public String getAD_AuthorizationScope () + public String getAD_AuthorizationScope() { return (String)get_Value(COLUMNNAME_AD_AuthorizationScope); } /** Set Authorization Scope Provider. - @param AD_AuthorizationScopeProv_ID Authorization Scope Provider */ + @param AD_AuthorizationScopeProv_ID Authorization Scope Provider + */ public void setAD_AuthorizationScopeProv_ID (int AD_AuthorizationScopeProv_ID) { - if (AD_AuthorizationScopeProv_ID < 1) + if (AD_AuthorizationScopeProv_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AuthorizationScopeProv_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AuthorizationScopeProv_ID, Integer.valueOf(AD_AuthorizationScopeProv_ID)); } /** Get Authorization Scope Provider. @return Authorization Scope Provider */ - public int getAD_AuthorizationScopeProv_ID () + public int getAD_AuthorizationScopeProv_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AuthorizationScopeProv_ID); if (ii == null) @@ -146,7 +149,8 @@ public class X_AD_AuthorizationScopeProv extends PO implements I_AD_Authorizatio } /** Set AD_AuthorizationScopeProv_UU. - @param AD_AuthorizationScopeProv_UU AD_AuthorizationScopeProv_UU */ + @param AD_AuthorizationScopeProv_UU AD_AuthorizationScopeProv_UU + */ public void setAD_AuthorizationScopeProv_UU (String AD_AuthorizationScopeProv_UU) { set_Value (COLUMNNAME_AD_AuthorizationScopeProv_UU, AD_AuthorizationScopeProv_UU); @@ -154,13 +158,14 @@ public class X_AD_AuthorizationScopeProv extends PO implements I_AD_Authorizatio /** Get AD_AuthorizationScopeProv_UU. @return AD_AuthorizationScopeProv_UU */ - public String getAD_AuthorizationScopeProv_UU () + public String getAD_AuthorizationScopeProv_UU() { return (String)get_Value(COLUMNNAME_AD_AuthorizationScopeProv_UU); } /** Set Scope URL. - @param ScopeURL Scope URL */ + @param ScopeURL Scope URL + */ public void setScopeURL (String ScopeURL) { set_Value (COLUMNNAME_ScopeURL, ScopeURL); @@ -168,7 +173,7 @@ public class X_AD_AuthorizationScopeProv extends PO implements I_AD_Authorizatio /** Get Scope URL. @return Scope URL */ - public String getScopeURL () + public String getScopeURL() { return (String)get_Value(COLUMNNAME_ScopeURL); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_BroadcastMessage.java b/org.adempiere.base/src/org/compiere/model/X_AD_BroadcastMessage.java index fc4f9a60b6..650200c8d2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_BroadcastMessage.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_BroadcastMessage.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for AD_BroadcastMessage * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_BroadcastMessage") public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_BroadcastMessage (Properties ctx, int AD_BroadcastMessage_ID, String trxName) @@ -76,21 +76,20 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, } /** Set Broadcast Message. - @param AD_BroadcastMessage_ID - Broadcast Message - */ + @param AD_BroadcastMessage_ID Broadcast Message + */ public void setAD_BroadcastMessage_ID (int AD_BroadcastMessage_ID) { - if (AD_BroadcastMessage_ID < 1) + if (AD_BroadcastMessage_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_BroadcastMessage_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_BroadcastMessage_ID, Integer.valueOf(AD_BroadcastMessage_ID)); } /** Get Broadcast Message. @return Broadcast Message */ - public int getAD_BroadcastMessage_ID () + public int getAD_BroadcastMessage_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_BroadcastMessage_ID); if (ii == null) @@ -99,7 +98,8 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, } /** Set AD_BroadcastMessage_UU. - @param AD_BroadcastMessage_UU AD_BroadcastMessage_UU */ + @param AD_BroadcastMessage_UU AD_BroadcastMessage_UU + */ public void setAD_BroadcastMessage_UU (String AD_BroadcastMessage_UU) { set_Value (COLUMNNAME_AD_BroadcastMessage_UU, AD_BroadcastMessage_UU); @@ -107,7 +107,7 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Get AD_BroadcastMessage_UU. @return AD_BroadcastMessage_UU */ - public String getAD_BroadcastMessage_UU () + public String getAD_BroadcastMessage_UU() { return (String)get_Value(COLUMNNAME_AD_BroadcastMessage_UU); } @@ -119,21 +119,20 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -148,21 +147,20 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -181,9 +179,8 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Until Expiration or Acknowledge = O */ public static final String BROADCASTFREQUENCY_UntilExpirationOrAcknowledge = "O"; /** Set Broadcast Frequency. - @param BroadcastFrequency - How Many Times Message Should be Broadcasted - */ + @param BroadcastFrequency How Many Times Message Should be Broadcasted + */ public void setBroadcastFrequency (String BroadcastFrequency) { @@ -193,15 +190,14 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Get Broadcast Frequency. @return How Many Times Message Should be Broadcasted */ - public String getBroadcastFrequency () + public String getBroadcastFrequency() { return (String)get_Value(COLUMNNAME_BroadcastFrequency); } /** Set Broadcast Message. - @param BroadcastMessage - Broadcast Message - */ + @param BroadcastMessage Broadcast Message + */ public void setBroadcastMessage (String BroadcastMessage) { set_Value (COLUMNNAME_BroadcastMessage, BroadcastMessage); @@ -210,7 +206,7 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Get Broadcast Message. @return Broadcast Message */ - public String getBroadcastMessage () + public String getBroadcastMessage() { return (String)get_Value(COLUMNNAME_BroadcastMessage); } @@ -224,9 +220,8 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Login = L */ public static final String BROADCASTTYPE_Login = "L"; /** Set Broadcast Type. - @param BroadcastType - Type of Broadcast - */ + @param BroadcastType Type of Broadcast + */ public void setBroadcastType (String BroadcastType) { @@ -236,15 +231,14 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Get Broadcast Type. @return Type of Broadcast */ - public String getBroadcastType () + public String getBroadcastType() { return (String)get_Value(COLUMNNAME_BroadcastType); } /** Set Expire On. - @param Expiration - Expire On - */ + @param Expiration Expire On + */ public void setExpiration (Timestamp Expiration) { set_Value (COLUMNNAME_Expiration, Expiration); @@ -253,13 +247,14 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Get Expire On. @return Expire On */ - public Timestamp getExpiration () + public Timestamp getExpiration() { return (Timestamp)get_Value(COLUMNNAME_Expiration); } /** Set Expired. - @param Expired Expired */ + @param Expired Expired + */ public void setExpired (boolean Expired) { set_Value (COLUMNNAME_Expired, Boolean.valueOf(Expired)); @@ -267,7 +262,7 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Get Expired. @return Expired */ - public boolean isExpired () + public boolean isExpired() { Object oo = get_Value(COLUMNNAME_Expired); if (oo != null) @@ -280,9 +275,8 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, } /** Set Expire Now. - @param ExpireNow - Expire the broadcast message - */ + @param ExpireNow Expire the broadcast message + */ public void setExpireNow (String ExpireNow) { set_Value (COLUMNNAME_ExpireNow, ExpireNow); @@ -291,15 +285,14 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Get Expire Now. @return Expire the broadcast message */ - public String getExpireNow () + public String getExpireNow() { return (String)get_Value(COLUMNNAME_ExpireNow); } /** Set Published. - @param IsPublished - The Topic is published and can be viewed - */ + @param IsPublished The Topic is published and can be viewed + */ public void setIsPublished (boolean IsPublished) { set_Value (COLUMNNAME_IsPublished, Boolean.valueOf(IsPublished)); @@ -308,7 +301,7 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Get Published. @return The Topic is published and can be viewed */ - public boolean isPublished () + public boolean isPublished() { Object oo = get_Value(COLUMNNAME_IsPublished); if (oo != null) @@ -321,9 +314,8 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, } /** Set Log Acknowledge. - @param LogAcknowledge - Want to Log the Acknowledgement of Message? - */ + @param LogAcknowledge Want to Log the Acknowledgement of Message? + */ public void setLogAcknowledge (boolean LogAcknowledge) { set_Value (COLUMNNAME_LogAcknowledge, Boolean.valueOf(LogAcknowledge)); @@ -332,7 +324,7 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Get Log Acknowledge. @return Want to Log the Acknowledgement of Message? */ - public boolean isLogAcknowledge () + public boolean isLogAcknowledge() { Object oo = get_Value(COLUMNNAME_LogAcknowledge); if (oo != null) @@ -345,21 +337,20 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, } /** Set Notification Client. - @param Notification_Client_ID - Notification Client - */ + @param Notification_Client_ID Notification Client + */ public void setNotification_Client_ID (int Notification_Client_ID) { - if (Notification_Client_ID < 1) + if (Notification_Client_ID < 1) set_Value (COLUMNNAME_Notification_Client_ID, null); - else + else set_Value (COLUMNNAME_Notification_Client_ID, Integer.valueOf(Notification_Client_ID)); } /** Get Notification Client. @return Notification Client */ - public int getNotification_Client_ID () + public int getNotification_Client_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Notification_Client_ID); if (ii == null) @@ -368,9 +359,8 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -379,7 +369,7 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -392,9 +382,8 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, } /** Set Publish. - @param Publish - Publish Broadcast Message - */ + @param Publish Publish Broadcast Message + */ public void setPublish (String Publish) { set_Value (COLUMNNAME_Publish, Publish); @@ -403,7 +392,7 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Get Publish. @return Publish Broadcast Message */ - public String getPublish () + public String getPublish() { return (String)get_Value(COLUMNNAME_Publish); } @@ -419,9 +408,8 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** User = U */ public static final String TARGET_User = "U"; /** Set Target. - @param Target - Target client - */ + @param Target Target client + */ public void setTarget (String Target) { @@ -431,15 +419,14 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Get Target. @return Target client */ - public String getTarget () + public String getTarget() { return (String)get_Value(COLUMNNAME_Target); } /** Set Test Message. - @param TestMessage - Test broadcast message - */ + @param TestMessage Test broadcast message + */ public void setTestMessage (String TestMessage) { set_Value (COLUMNNAME_TestMessage, TestMessage); @@ -448,7 +435,7 @@ public class X_AD_BroadcastMessage extends PO implements I_AD_BroadcastMessage, /** Get Test Message. @return Test broadcast message */ - public String getTestMessage () + public String getTestMessage() { return (String)get_Value(COLUMNNAME_TestMessage); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ChangeLog.java b/org.adempiere.base/src/org/compiere/model/X_AD_ChangeLog.java index d444541ebd..92cca778e9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ChangeLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ChangeLog.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_ChangeLog * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ChangeLog") public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ChangeLog (Properties ctx, int AD_ChangeLog_ID, String trxName) @@ -77,21 +77,20 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent } /** Set Change Log. - @param AD_ChangeLog_ID - Log of data changes - */ + @param AD_ChangeLog_ID Log of data changes + */ public void setAD_ChangeLog_ID (int AD_ChangeLog_ID) { - if (AD_ChangeLog_ID < 1) + if (AD_ChangeLog_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ChangeLog_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ChangeLog_ID, Integer.valueOf(AD_ChangeLog_ID)); } /** Get Change Log. @return Log of data changes */ - public int getAD_ChangeLog_ID () + public int getAD_ChangeLog_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ChangeLog_ID); if (ii == null) @@ -100,7 +99,8 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent } /** Set AD_ChangeLog_UU. - @param AD_ChangeLog_UU AD_ChangeLog_UU */ + @param AD_ChangeLog_UU AD_ChangeLog_UU + */ public void setAD_ChangeLog_UU (String AD_ChangeLog_UU) { set_Value (COLUMNNAME_AD_ChangeLog_UU, AD_ChangeLog_UU); @@ -108,7 +108,7 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent /** Get AD_ChangeLog_UU. @return AD_ChangeLog_UU */ - public String getAD_ChangeLog_UU () + public String getAD_ChangeLog_UU() { return (String)get_Value(COLUMNNAME_AD_ChangeLog_UU); } @@ -120,21 +120,20 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Column_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -149,21 +148,20 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent } /** Set Session. - @param AD_Session_ID - User Session Online or Web - */ + @param AD_Session_ID User Session Online or Web + */ public void setAD_Session_ID (int AD_Session_ID) { - if (AD_Session_ID < 1) + if (AD_Session_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Session_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Session_ID, Integer.valueOf(AD_Session_ID)); } /** Get Session. @return User Session Online or Web */ - public int getAD_Session_ID () + public int getAD_Session_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Session_ID); if (ii == null) @@ -186,21 +184,20 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -209,9 +206,8 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -220,7 +216,7 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -234,9 +230,8 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent /** Update = U */ public static final String EVENTCHANGELOG_Update = "U"; /** Set Event Change Log. - @param EventChangeLog - Type of Event in Change Log - */ + @param EventChangeLog Type of Event in Change Log + */ public void setEventChangeLog (String EventChangeLog) { @@ -246,15 +241,14 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent /** Get Event Change Log. @return Type of Event in Change Log */ - public String getEventChangeLog () + public String getEventChangeLog() { return (String)get_Value(COLUMNNAME_EventChangeLog); } /** Set Customization. - @param IsCustomization - The change is a customization of the data dictionary and can be applied after Migration - */ + @param IsCustomization The change is a customization of the data dictionary and can be applied after Migration + */ public void setIsCustomization (boolean IsCustomization) { set_Value (COLUMNNAME_IsCustomization, Boolean.valueOf(IsCustomization)); @@ -263,7 +257,7 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent /** Get Customization. @return The change is a customization of the data dictionary and can be applied after Migration */ - public boolean isCustomization () + public boolean isCustomization() { Object oo = get_Value(COLUMNNAME_IsCustomization); if (oo != null) @@ -276,9 +270,8 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent } /** Set New Value. - @param NewValue - New field value - */ + @param NewValue New field value + */ public void setNewValue (String NewValue) { set_ValueNoCheck (COLUMNNAME_NewValue, NewValue); @@ -287,15 +280,14 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent /** Get New Value. @return New field value */ - public String getNewValue () + public String getNewValue() { return (String)get_Value(COLUMNNAME_NewValue); } /** Set Old Value. - @param OldValue - The old file data - */ + @param OldValue The old file data + */ public void setOldValue (String OldValue) { set_ValueNoCheck (COLUMNNAME_OldValue, OldValue); @@ -304,27 +296,26 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent /** Get Old Value. @return The old file data */ - public String getOldValue () + public String getOldValue() { return (String)get_Value(COLUMNNAME_OldValue); } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -333,7 +324,8 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent } /** Set Redo. - @param Redo Redo */ + @param Redo Redo + */ public void setRedo (String Redo) { set_Value (COLUMNNAME_Redo, Redo); @@ -341,15 +333,14 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent /** Get Redo. @return Redo */ - public String getRedo () + public String getRedo() { return (String)get_Value(COLUMNNAME_Redo); } /** Set Transaction. - @param TrxName - Name of the transaction - */ + @param TrxName Name of the transaction + */ public void setTrxName (String TrxName) { set_ValueNoCheck (COLUMNNAME_TrxName, TrxName); @@ -358,13 +349,14 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent /** Get Transaction. @return Name of the transaction */ - public String getTrxName () + public String getTrxName() { return (String)get_Value(COLUMNNAME_TrxName); } /** Set Undo. - @param Undo Undo */ + @param Undo Undo + */ public void setUndo (String Undo) { set_Value (COLUMNNAME_Undo, Undo); @@ -372,7 +364,7 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent /** Get Undo. @return Undo */ - public String getUndo () + public String getUndo() { return (String)get_Value(COLUMNNAME_Undo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Chart.java b/org.adempiere.base/src/org/compiere/model/X_AD_Chart.java index c39a795a62..a43014d2e4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Chart.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Chart.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Chart * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Chart") public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Chart (Properties ctx, int AD_Chart_ID, String trxName) @@ -81,18 +81,19 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent } /** Set Chart. - @param AD_Chart_ID Chart */ + @param AD_Chart_ID Chart + */ public void setAD_Chart_ID (int AD_Chart_ID) { - if (AD_Chart_ID < 1) + if (AD_Chart_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Chart_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Chart_ID, Integer.valueOf(AD_Chart_ID)); } /** Get Chart. @return Chart */ - public int getAD_Chart_ID () + public int getAD_Chart_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Chart_ID); if (ii == null) @@ -101,7 +102,8 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent } /** Set AD_Chart_UU. - @param AD_Chart_UU AD_Chart_UU */ + @param AD_Chart_UU AD_Chart_UU + */ public void setAD_Chart_UU (String AD_Chart_UU) { set_ValueNoCheck (COLUMNNAME_AD_Chart_UU, AD_Chart_UU); @@ -109,7 +111,7 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Get AD_Chart_UU. @return AD_Chart_UU */ - public String getAD_Chart_UU () + public String getAD_Chart_UU() { return (String)get_Value(COLUMNNAME_AD_Chart_UU); } @@ -121,9 +123,8 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Vertical = V */ public static final String CHARTORIENTATION_Vertical = "V"; /** Set Orientation. - @param ChartOrientation - The orientation of the chart. - */ + @param ChartOrientation The orientation of the chart. + */ public void setChartOrientation (String ChartOrientation) { @@ -133,7 +134,7 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Get Orientation. @return The orientation of the chart. */ - public String getChartOrientation () + public String getChartOrientation() { return (String)get_Value(COLUMNNAME_ChartOrientation); } @@ -165,9 +166,8 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Waterfall Chart = WC */ public static final String CHARTTYPE_WaterfallChart = "WC"; /** Set Chart Type. - @param ChartType - Type of chart to render - */ + @param ChartType Type of chart to render + */ public void setChartType (String ChartType) { @@ -177,15 +177,14 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Get Chart Type. @return Type of chart to render */ - public String getChartType () + public String getChartType() { return (String)get_Value(COLUMNNAME_ChartType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -194,15 +193,14 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Domain Label. - @param DomainLabel - Label for the domain axis. - */ + @param DomainLabel Label for the domain axis. + */ public void setDomainLabel (String DomainLabel) { set_Value (COLUMNNAME_DomainLabel, DomainLabel); @@ -211,7 +209,7 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Get Domain Label. @return Label for the domain axis. */ - public String getDomainLabel () + public String getDomainLabel() { return (String)get_Value(COLUMNNAME_DomainLabel); } @@ -219,9 +217,8 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -231,15 +228,14 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Display Legend. - @param IsDisplayLegend - Display chart legend - */ + @param IsDisplayLegend Display chart legend + */ public void setIsDisplayLegend (boolean IsDisplayLegend) { set_Value (COLUMNNAME_IsDisplayLegend, Boolean.valueOf(IsDisplayLegend)); @@ -248,7 +244,7 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Get Display Legend. @return Display chart legend */ - public boolean isDisplayLegend () + public boolean isDisplayLegend() { Object oo = get_Value(COLUMNNAME_IsDisplayLegend); if (oo != null) @@ -261,9 +257,8 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent } /** Set Time Series. - @param IsTimeSeries - The domain data for the chart is organised by time. - */ + @param IsTimeSeries The domain data for the chart is organised by time. + */ public void setIsTimeSeries (boolean IsTimeSeries) { set_Value (COLUMNNAME_IsTimeSeries, Boolean.valueOf(IsTimeSeries)); @@ -272,7 +267,7 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Get Time Series. @return The domain data for the chart is organised by time. */ - public boolean isTimeSeries () + public boolean isTimeSeries() { Object oo = get_Value(COLUMNNAME_IsTimeSeries); if (oo != null) @@ -285,9 +280,8 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -296,15 +290,14 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Range Label. - @param RangeLabel - Label for the range axis. - */ + @param RangeLabel Label for the range axis. + */ public void setRangeLabel (String RangeLabel) { set_Value (COLUMNNAME_RangeLabel, RangeLabel); @@ -313,15 +306,14 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Get Range Label. @return Label for the range axis. */ - public String getRangeLabel () + public String getRangeLabel() { return (String)get_Value(COLUMNNAME_RangeLabel); } /** Set Time Scope. - @param TimeScope - The number of time units to include the chart result. - */ + @param TimeScope The number of time units to include the chart result. + */ public void setTimeScope (int TimeScope) { set_Value (COLUMNNAME_TimeScope, Integer.valueOf(TimeScope)); @@ -330,7 +322,7 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Get Time Scope. @return The number of time units to include the chart result. */ - public int getTimeScope () + public int getTimeScope() { Integer ii = (Integer)get_Value(COLUMNNAME_TimeScope); if (ii == null) @@ -351,9 +343,8 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Year = Y */ public static final String TIMEUNIT_Year = "Y"; /** Set Time Unit. - @param TimeUnit - The unit of time for grouping chart data. - */ + @param TimeUnit The unit of time for grouping chart data. + */ public void setTimeUnit (String TimeUnit) { @@ -363,13 +354,14 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Get Time Unit. @return The unit of time for grouping chart data. */ - public String getTimeUnit () + public String getTimeUnit() { return (String)get_Value(COLUMNNAME_TimeUnit); } /** Set Window Height. - @param WinHeight Window Height */ + @param WinHeight Window Height + */ public void setWinHeight (int WinHeight) { set_Value (COLUMNNAME_WinHeight, Integer.valueOf(WinHeight)); @@ -377,7 +369,7 @@ public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent /** Get Window Height. @return Window Height */ - public int getWinHeight () + public int getWinHeight() { Integer ii = (Integer)get_Value(COLUMNNAME_WinHeight); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ChartDatasource.java b/org.adempiere.base/src/org/compiere/model/X_AD_ChartDatasource.java index d485749ca2..9e897c7c1f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ChartDatasource.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ChartDatasource.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_ChartDatasource * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ChartDatasource") public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ChartDatasource (Properties ctx, int AD_ChartDatasource_ID, String trxName) @@ -80,18 +80,19 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ } /** Set Chart Datasource. - @param AD_ChartDatasource_ID Chart Datasource */ + @param AD_ChartDatasource_ID Chart Datasource + */ public void setAD_ChartDatasource_ID (int AD_ChartDatasource_ID) { - if (AD_ChartDatasource_ID < 1) + if (AD_ChartDatasource_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ChartDatasource_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ChartDatasource_ID, Integer.valueOf(AD_ChartDatasource_ID)); } /** Get Chart Datasource. @return Chart Datasource */ - public int getAD_ChartDatasource_ID () + public int getAD_ChartDatasource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ChartDatasource_ID); if (ii == null) @@ -100,7 +101,8 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ } /** Set AD_ChartDatasource_UU. - @param AD_ChartDatasource_UU AD_ChartDatasource_UU */ + @param AD_ChartDatasource_UU AD_ChartDatasource_UU + */ public void setAD_ChartDatasource_UU (String AD_ChartDatasource_UU) { set_ValueNoCheck (COLUMNNAME_AD_ChartDatasource_UU, AD_ChartDatasource_UU); @@ -108,7 +110,7 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** Get AD_ChartDatasource_UU. @return AD_ChartDatasource_UU */ - public String getAD_ChartDatasource_UU () + public String getAD_ChartDatasource_UU() { return (String)get_Value(COLUMNNAME_AD_ChartDatasource_UU); } @@ -120,18 +122,19 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ } /** Set Chart. - @param AD_Chart_ID Chart */ + @param AD_Chart_ID Chart + */ public void setAD_Chart_ID (int AD_Chart_ID) { - if (AD_Chart_ID < 1) + if (AD_Chart_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Chart_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Chart_ID, Integer.valueOf(AD_Chart_ID)); } /** Get Chart. @return Chart */ - public int getAD_Chart_ID () + public int getAD_Chart_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Chart_ID); if (ii == null) @@ -146,21 +149,20 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -169,9 +171,8 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ } /** Set Category Column. - @param CategoryColumn - Fully qualified data category column - */ + @param CategoryColumn Fully qualified data category column + */ public void setCategoryColumn (String CategoryColumn) { set_Value (COLUMNNAME_CategoryColumn, CategoryColumn); @@ -180,15 +181,14 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** Get Category Column. @return Fully qualified data category column */ - public String getCategoryColumn () + public String getCategoryColumn() { return (String)get_Value(COLUMNNAME_CategoryColumn); } /** Set Date Column. - @param DateColumn - Fully qualified date column - */ + @param DateColumn Fully qualified date column + */ public void setDateColumn (String DateColumn) { set_Value (COLUMNNAME_DateColumn, DateColumn); @@ -197,15 +197,14 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** Get Date Column. @return Fully qualified date column */ - public String getDateColumn () + public String getDateColumn() { return (String)get_Value(COLUMNNAME_DateColumn); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -214,7 +213,7 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -222,9 +221,8 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -234,15 +232,14 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Sql FROM. - @param FromClause - SQL FROM clause - */ + @param FromClause SQL FROM clause + */ public void setFromClause (String FromClause) { set_Value (COLUMNNAME_FromClause, FromClause); @@ -251,15 +248,14 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** Get Sql FROM. @return SQL FROM clause */ - public String getFromClause () + public String getFromClause() { return (String)get_Value(COLUMNNAME_FromClause); } /** Set Key Column. - @param KeyColumn - Key Column for Table - */ + @param KeyColumn Key Column for Table + */ public void setKeyColumn (String KeyColumn) { set_Value (COLUMNNAME_KeyColumn, KeyColumn); @@ -268,15 +264,14 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** Get Key Column. @return Key Column for Table */ - public String getKeyColumn () + public String getKeyColumn() { return (String)get_Value(COLUMNNAME_KeyColumn); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -285,7 +280,7 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -299,7 +294,8 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ } /** Set Series Column. - @param SeriesColumn Series Column */ + @param SeriesColumn Series Column + */ public void setSeriesColumn (String SeriesColumn) { set_Value (COLUMNNAME_SeriesColumn, SeriesColumn); @@ -307,15 +303,14 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** Get Series Column. @return Series Column */ - public String getSeriesColumn () + public String getSeriesColumn() { return (String)get_Value(COLUMNNAME_SeriesColumn); } /** Set Time Offset. - @param TimeOffset - Number of time units to offset displayed chart data from the current date. - */ + @param TimeOffset Number of time units to offset displayed chart data from the current date. + */ public void setTimeOffset (int TimeOffset) { set_Value (COLUMNNAME_TimeOffset, Integer.valueOf(TimeOffset)); @@ -324,7 +319,7 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** Get Time Offset. @return Number of time units to offset displayed chart data from the current date. */ - public int getTimeOffset () + public int getTimeOffset() { Integer ii = (Integer)get_Value(COLUMNNAME_TimeOffset); if (ii == null) @@ -333,9 +328,8 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ } /** Set Value Column. - @param ValueColumn - Fully qualified data value column - */ + @param ValueColumn Fully qualified data value column + */ public void setValueColumn (String ValueColumn) { set_Value (COLUMNNAME_ValueColumn, ValueColumn); @@ -344,15 +338,14 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** Get Value Column. @return Fully qualified data value column */ - public String getValueColumn () + public String getValueColumn() { return (String)get_Value(COLUMNNAME_ValueColumn); } /** Set Sql WHERE. - @param WhereClause - Fully qualified SQL WHERE clause - */ + @param WhereClause Fully qualified SQL WHERE clause + */ public void setWhereClause (String WhereClause) { set_Value (COLUMNNAME_WhereClause, WhereClause); @@ -361,7 +354,7 @@ public class X_AD_ChartDatasource extends PO implements I_AD_ChartDatasource, I_ /** Get Sql WHERE. @return Fully qualified SQL WHERE clause */ - public String getWhereClause () + public String getWhereClause() { return (String)get_Value(COLUMNNAME_WhereClause); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Client.java b/org.adempiere.base/src/org/compiere/model/X_AD_Client.java index d92a2189a5..dda55cdfe1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Client.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Client.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Client * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Client") public class X_AD_Client extends PO implements I_AD_Client, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Client (Properties ctx, int AD_Client_ID, String trxName) @@ -88,7 +88,8 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent } /** Set AD_Client_UU. - @param AD_Client_UU AD_Client_UU */ + @param AD_Client_UU AD_Client_UU + */ public void setAD_Client_UU (String AD_Client_UU) { set_Value (COLUMNNAME_AD_Client_UU, AD_Client_UU); @@ -96,7 +97,7 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get AD_Client_UU. @return AD_Client_UU */ - public String getAD_Client_UU () + public String getAD_Client_UU() { return (String)get_Value(COLUMNNAME_AD_Client_UU); } @@ -104,9 +105,8 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** AD_Language AD_Reference_ID=327 */ public static final int AD_LANGUAGE_AD_Reference_ID=327; /** Set Language. - @param AD_Language - Language for this entity - */ + @param AD_Language Language for this entity + */ public void setAD_Language (String AD_Language) { @@ -116,7 +116,7 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Language. @return Language for this entity */ - public String getAD_Language () + public String getAD_Language() { return (String)get_Value(COLUMNNAME_AD_Language); } @@ -128,18 +128,19 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent } /** Set Password Policies. - @param AD_PasswordRule_ID Password Policies */ + @param AD_PasswordRule_ID Password Policies + */ public void setAD_PasswordRule_ID (int AD_PasswordRule_ID) { - if (AD_PasswordRule_ID < 1) + if (AD_PasswordRule_ID < 1) set_Value (COLUMNNAME_AD_PasswordRule_ID, null); - else + else set_Value (COLUMNNAME_AD_PasswordRule_ID, Integer.valueOf(AD_PasswordRule_ID)); } /** Get Password Policies. @return Password Policies */ - public int getAD_PasswordRule_ID () + public int getAD_PasswordRule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PasswordRule_ID); if (ii == null) @@ -154,21 +155,20 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent } /** Set Replication Strategy. - @param AD_ReplicationStrategy_ID - Data Replication Strategy - */ + @param AD_ReplicationStrategy_ID Data Replication Strategy + */ public void setAD_ReplicationStrategy_ID (int AD_ReplicationStrategy_ID) { - if (AD_ReplicationStrategy_ID < 1) + if (AD_ReplicationStrategy_ID < 1) set_Value (COLUMNNAME_AD_ReplicationStrategy_ID, null); - else + else set_Value (COLUMNNAME_AD_ReplicationStrategy_ID, Integer.valueOf(AD_ReplicationStrategy_ID)); } /** Get Replication Strategy. @return Data Replication Strategy */ - public int getAD_ReplicationStrategy_ID () + public int getAD_ReplicationStrategy_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReplicationStrategy_ID); if (ii == null) @@ -187,9 +187,8 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** None = N */ public static final String AUTOARCHIVE_None = "N"; /** Set Auto Archive. - @param AutoArchive - Enable and level of automatic Archive of documents - */ + @param AutoArchive Enable and level of automatic Archive of documents + */ public void setAutoArchive (String AutoArchive) { @@ -199,15 +198,14 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Auto Archive. @return Enable and level of automatic Archive of documents */ - public String getAutoArchive () + public String getAutoArchive() { return (String)get_Value(COLUMNNAME_AutoArchive); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -216,15 +214,14 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document Directory. - @param DocumentDir - Directory for documents from the application server - */ + @param DocumentDir Directory for documents from the application server + */ public void setDocumentDir (String DocumentDir) { set_Value (COLUMNNAME_DocumentDir, DocumentDir); @@ -233,15 +230,14 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Document Directory. @return Directory for documents from the application server */ - public String getDocumentDir () + public String getDocumentDir() { return (String)get_Value(COLUMNNAME_DocumentDir); } /** Set EMail Test. - @param EMailTest - Test EMail - */ + @param EMailTest Test EMail + */ public void setEMailTest (String EMailTest) { set_Value (COLUMNNAME_EMailTest, EMailTest); @@ -250,15 +246,14 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get EMail Test. @return Test EMail */ - public String getEMailTest () + public String getEMailTest() { return (String)get_Value(COLUMNNAME_EMailTest); } /** Set Multi Lingual Documents. - @param IsMultiLingualDocument - Documents are Multi Lingual - */ + @param IsMultiLingualDocument Documents are Multi Lingual + */ public void setIsMultiLingualDocument (boolean IsMultiLingualDocument) { set_Value (COLUMNNAME_IsMultiLingualDocument, Boolean.valueOf(IsMultiLingualDocument)); @@ -267,7 +262,7 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Multi Lingual Documents. @return Documents are Multi Lingual */ - public boolean isMultiLingualDocument () + public boolean isMultiLingualDocument() { Object oo = get_Value(COLUMNNAME_IsMultiLingualDocument); if (oo != null) @@ -280,9 +275,8 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent } /** Set Post Immediately (Deprecated). - @param IsPostImmediate - Post the accounting immediately for testing (Deprecated) - */ + @param IsPostImmediate Post the accounting immediately for testing (Deprecated) + */ public void setIsPostImmediate (boolean IsPostImmediate) { set_Value (COLUMNNAME_IsPostImmediate, Boolean.valueOf(IsPostImmediate)); @@ -291,7 +285,7 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Post Immediately (Deprecated). @return Post the accounting immediately for testing (Deprecated) */ - public boolean isPostImmediate () + public boolean isPostImmediate() { Object oo = get_Value(COLUMNNAME_IsPostImmediate); if (oo != null) @@ -304,9 +298,8 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent } /** Set SMTP SSL/TLS. - @param IsSecureSMTP - Use SSL/TLS for SMTP - */ + @param IsSecureSMTP Use SSL/TLS for SMTP + */ public void setIsSecureSMTP (boolean IsSecureSMTP) { set_Value (COLUMNNAME_IsSecureSMTP, Boolean.valueOf(IsSecureSMTP)); @@ -315,7 +308,7 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get SMTP SSL/TLS. @return Use SSL/TLS for SMTP */ - public boolean isSecureSMTP () + public boolean isSecureSMTP() { Object oo = get_Value(COLUMNNAME_IsSecureSMTP); if (oo != null) @@ -328,9 +321,8 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent } /** Set SMTP Authentication. - @param IsSmtpAuthorization - Your mail server requires Authentication - */ + @param IsSmtpAuthorization Your mail server requires Authentication + */ public void setIsSmtpAuthorization (boolean IsSmtpAuthorization) { set_Value (COLUMNNAME_IsSmtpAuthorization, Boolean.valueOf(IsSmtpAuthorization)); @@ -339,7 +331,7 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get SMTP Authentication. @return Your mail server requires Authentication */ - public boolean isSmtpAuthorization () + public boolean isSmtpAuthorization() { Object oo = get_Value(COLUMNNAME_IsSmtpAuthorization); if (oo != null) @@ -352,7 +344,8 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent } /** Set IsUseASP. - @param IsUseASP IsUseASP */ + @param IsUseASP IsUseASP + */ public void setIsUseASP (boolean IsUseASP) { set_Value (COLUMNNAME_IsUseASP, Boolean.valueOf(IsUseASP)); @@ -360,7 +353,7 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get IsUseASP. @return IsUseASP */ - public boolean isUseASP () + public boolean isUseASP() { Object oo = get_Value(COLUMNNAME_IsUseASP); if (oo != null) @@ -373,9 +366,8 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent } /** Set Use Beta Functions. - @param IsUseBetaFunctions - Enable the use of Beta Functionality - */ + @param IsUseBetaFunctions Enable the use of Beta Functionality + */ public void setIsUseBetaFunctions (boolean IsUseBetaFunctions) { set_Value (COLUMNNAME_IsUseBetaFunctions, Boolean.valueOf(IsUseBetaFunctions)); @@ -384,7 +376,7 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Use Beta Functions. @return Enable the use of Beta Functionality */ - public boolean isUseBetaFunctions () + public boolean isUseBetaFunctions() { Object oo = get_Value(COLUMNNAME_IsUseBetaFunctions); if (oo != null) @@ -403,9 +395,8 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** LiFo = L */ public static final String MMPOLICY_LiFo = "L"; /** Set Material Policy. - @param MMPolicy - Material Movement Policy - */ + @param MMPolicy Material Movement Policy + */ public void setMMPolicy (String MMPolicy) { @@ -415,15 +406,14 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Material Policy. @return Material Movement Policy */ - public String getMMPolicy () + public String getMMPolicy() { return (String)get_Value(COLUMNNAME_MMPolicy); } /** Set Model Validation Classes. - @param ModelValidationClasses - List of data model validation classes separated by ; - */ + @param ModelValidationClasses List of data model validation classes separated by ; + */ public void setModelValidationClasses (String ModelValidationClasses) { set_Value (COLUMNNAME_ModelValidationClasses, ModelValidationClasses); @@ -432,15 +422,14 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Model Validation Classes. @return List of data model validation classes separated by ; */ - public String getModelValidationClasses () + public String getModelValidationClasses() { return (String)get_Value(COLUMNNAME_ModelValidationClasses); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -449,7 +438,7 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -463,9 +452,8 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent } /** Set Request EMail. - @param RequestEMail - EMail address to send automated mails from or receive mails for automated processing (fully qualified) - */ + @param RequestEMail EMail address to send automated mails from or receive mails for automated processing (fully qualified) + */ public void setRequestEMail (String RequestEMail) { set_Value (COLUMNNAME_RequestEMail, RequestEMail); @@ -474,15 +462,14 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Request EMail. @return EMail address to send automated mails from or receive mails for automated processing (fully qualified) */ - public String getRequestEMail () + public String getRequestEMail() { return (String)get_Value(COLUMNNAME_RequestEMail); } /** Set Request Folder. - @param RequestFolder - EMail folder to process incoming emails; if empty INBOX is used - */ + @param RequestFolder EMail folder to process incoming emails; if empty INBOX is used + */ public void setRequestFolder (String RequestFolder) { set_Value (COLUMNNAME_RequestFolder, RequestFolder); @@ -491,15 +478,14 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Request Folder. @return EMail folder to process incoming emails; if empty INBOX is used */ - public String getRequestFolder () + public String getRequestFolder() { return (String)get_Value(COLUMNNAME_RequestFolder); } /** Set Request User. - @param RequestUser - User Name (ID) of the email owner - */ + @param RequestUser User Name (ID) of the email owner + */ public void setRequestUser (String RequestUser) { set_Value (COLUMNNAME_RequestUser, RequestUser); @@ -508,15 +494,14 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Request User. @return User Name (ID) of the email owner */ - public String getRequestUser () + public String getRequestUser() { return (String)get_Value(COLUMNNAME_RequestUser); } /** Set Request User Password. - @param RequestUserPW - Password of the user name (ID) for mail processing - */ + @param RequestUserPW Password of the user name (ID) for mail processing + */ public void setRequestUserPW (String RequestUserPW) { set_Value (COLUMNNAME_RequestUserPW, RequestUserPW); @@ -525,15 +510,14 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Request User Password. @return Password of the user name (ID) for mail processing */ - public String getRequestUserPW () + public String getRequestUserPW() { return (String)get_Value(COLUMNNAME_RequestUserPW); } /** Set Mail Host. - @param SMTPHost - Hostname of Mail Server for SMTP and IMAP - */ + @param SMTPHost Hostname of Mail Server for SMTP and IMAP + */ public void setSMTPHost (String SMTPHost) { set_Value (COLUMNNAME_SMTPHost, SMTPHost); @@ -542,15 +526,14 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Mail Host. @return Hostname of Mail Server for SMTP and IMAP */ - public String getSMTPHost () + public String getSMTPHost() { return (String)get_Value(COLUMNNAME_SMTPHost); } /** Set SMTP Port. - @param SMTPPort - SMTP Port Number - */ + @param SMTPPort SMTP Port Number + */ public void setSMTPPort (int SMTPPort) { set_Value (COLUMNNAME_SMTPPort, Integer.valueOf(SMTPPort)); @@ -559,7 +542,7 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get SMTP Port. @return SMTP Port Number */ - public int getSMTPPort () + public int getSMTPPort() { Integer ii = (Integer)get_Value(COLUMNNAME_SMTPPort); if (ii == null) @@ -568,9 +551,8 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -579,7 +561,7 @@ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ClientInfo.java b/org.adempiere.base/src/org/compiere/model/X_AD_ClientInfo.java index f464d485c4..cf3fefffed 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ClientInfo.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ClientInfo.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for AD_ClientInfo * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ClientInfo") public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ClientInfo (Properties ctx, int AD_ClientInfo_ID, String trxName) @@ -76,7 +76,8 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set AD_ClientInfo_UU. - @param AD_ClientInfo_UU AD_ClientInfo_UU */ + @param AD_ClientInfo_UU AD_ClientInfo_UU + */ public void setAD_ClientInfo_UU (String AD_ClientInfo_UU) { set_Value (COLUMNNAME_AD_ClientInfo_UU, AD_ClientInfo_UU); @@ -84,7 +85,7 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent /** Get AD_ClientInfo_UU. @return AD_ClientInfo_UU */ - public String getAD_ClientInfo_UU () + public String getAD_ClientInfo_UU() { return (String)get_Value(COLUMNNAME_AD_ClientInfo_UU); } @@ -96,18 +97,19 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Storage Provider. - @param AD_StorageProvider_ID Storage Provider */ + @param AD_StorageProvider_ID Storage Provider + */ public void setAD_StorageProvider_ID (int AD_StorageProvider_ID) { - if (AD_StorageProvider_ID < 1) + if (AD_StorageProvider_ID < 1) set_Value (COLUMNNAME_AD_StorageProvider_ID, null); - else + else set_Value (COLUMNNAME_AD_StorageProvider_ID, Integer.valueOf(AD_StorageProvider_ID)); } /** Get Storage Provider. @return Storage Provider */ - public int getAD_StorageProvider_ID () + public int getAD_StorageProvider_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_StorageProvider_ID); if (ii == null) @@ -122,21 +124,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Activity Tree. - @param AD_Tree_Activity_ID - Trees are used for (financial) reporting - */ + @param AD_Tree_Activity_ID Trees are used for (financial) reporting + */ public void setAD_Tree_Activity_ID (int AD_Tree_Activity_ID) { - if (AD_Tree_Activity_ID < 1) + if (AD_Tree_Activity_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_Activity_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_Activity_ID, Integer.valueOf(AD_Tree_Activity_ID)); } /** Get Activity Tree. @return Trees are used for (financial) reporting */ - public int getAD_Tree_Activity_ID () + public int getAD_Tree_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Activity_ID); if (ii == null) @@ -151,21 +152,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set BPartner Tree. - @param AD_Tree_BPartner_ID - Trees are used for (financial) reporting - */ + @param AD_Tree_BPartner_ID Trees are used for (financial) reporting + */ public void setAD_Tree_BPartner_ID (int AD_Tree_BPartner_ID) { - if (AD_Tree_BPartner_ID < 1) + if (AD_Tree_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_BPartner_ID, Integer.valueOf(AD_Tree_BPartner_ID)); } /** Get BPartner Tree. @return Trees are used for (financial) reporting */ - public int getAD_Tree_BPartner_ID () + public int getAD_Tree_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_BPartner_ID); if (ii == null) @@ -180,21 +180,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Campaign Tree. - @param AD_Tree_Campaign_ID - Trees are used for (financial) reporting - */ + @param AD_Tree_Campaign_ID Trees are used for (financial) reporting + */ public void setAD_Tree_Campaign_ID (int AD_Tree_Campaign_ID) { - if (AD_Tree_Campaign_ID < 1) + if (AD_Tree_Campaign_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_Campaign_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_Campaign_ID, Integer.valueOf(AD_Tree_Campaign_ID)); } /** Get Campaign Tree. @return Trees are used for (financial) reporting */ - public int getAD_Tree_Campaign_ID () + public int getAD_Tree_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Campaign_ID); if (ii == null) @@ -209,21 +208,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Menu Tree. - @param AD_Tree_Menu_ID - Tree of the menu - */ + @param AD_Tree_Menu_ID Tree of the menu + */ public void setAD_Tree_Menu_ID (int AD_Tree_Menu_ID) { - if (AD_Tree_Menu_ID < 1) + if (AD_Tree_Menu_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_Menu_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_Menu_ID, Integer.valueOf(AD_Tree_Menu_ID)); } /** Get Menu Tree. @return Tree of the menu */ - public int getAD_Tree_Menu_ID () + public int getAD_Tree_Menu_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Menu_ID); if (ii == null) @@ -238,21 +236,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Organization Tree. - @param AD_Tree_Org_ID - Trees are used for (financial) reporting and security access (via role) - */ + @param AD_Tree_Org_ID Trees are used for (financial) reporting and security access (via role) + */ public void setAD_Tree_Org_ID (int AD_Tree_Org_ID) { - if (AD_Tree_Org_ID < 1) + if (AD_Tree_Org_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_Org_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_Org_ID, Integer.valueOf(AD_Tree_Org_ID)); } /** Get Organization Tree. @return Trees are used for (financial) reporting and security access (via role) */ - public int getAD_Tree_Org_ID () + public int getAD_Tree_Org_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Org_ID); if (ii == null) @@ -267,21 +264,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Product Tree. - @param AD_Tree_Product_ID - Trees are used for (financial) reporting - */ + @param AD_Tree_Product_ID Trees are used for (financial) reporting + */ public void setAD_Tree_Product_ID (int AD_Tree_Product_ID) { - if (AD_Tree_Product_ID < 1) + if (AD_Tree_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_Product_ID, Integer.valueOf(AD_Tree_Product_ID)); } /** Get Product Tree. @return Trees are used for (financial) reporting */ - public int getAD_Tree_Product_ID () + public int getAD_Tree_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Product_ID); if (ii == null) @@ -296,21 +292,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Project Tree. - @param AD_Tree_Project_ID - Trees are used for (financial) reporting - */ + @param AD_Tree_Project_ID Trees are used for (financial) reporting + */ public void setAD_Tree_Project_ID (int AD_Tree_Project_ID) { - if (AD_Tree_Project_ID < 1) + if (AD_Tree_Project_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_Project_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_Project_ID, Integer.valueOf(AD_Tree_Project_ID)); } /** Get Project Tree. @return Trees are used for (financial) reporting */ - public int getAD_Tree_Project_ID () + public int getAD_Tree_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Project_ID); if (ii == null) @@ -325,21 +320,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Sales Region Tree. - @param AD_Tree_SalesRegion_ID - Trees are used for (financial) reporting - */ + @param AD_Tree_SalesRegion_ID Trees are used for (financial) reporting + */ public void setAD_Tree_SalesRegion_ID (int AD_Tree_SalesRegion_ID) { - if (AD_Tree_SalesRegion_ID < 1) + if (AD_Tree_SalesRegion_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_SalesRegion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_SalesRegion_ID, Integer.valueOf(AD_Tree_SalesRegion_ID)); } /** Get Sales Region Tree. @return Trees are used for (financial) reporting */ - public int getAD_Tree_SalesRegion_ID () + public int getAD_Tree_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_SalesRegion_ID); if (ii == null) @@ -354,21 +348,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Primary Accounting Schema. - @param C_AcctSchema1_ID - Primary rules for accounting - */ + @param C_AcctSchema1_ID Primary rules for accounting + */ public void setC_AcctSchema1_ID (int C_AcctSchema1_ID) { - if (C_AcctSchema1_ID < 1) + if (C_AcctSchema1_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema1_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema1_ID, Integer.valueOf(C_AcctSchema1_ID)); } /** Get Primary Accounting Schema. @return Primary rules for accounting */ - public int getC_AcctSchema1_ID () + public int getC_AcctSchema1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema1_ID); if (ii == null) @@ -383,21 +376,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Template B.Partner. - @param C_BPartnerCashTrx_ID - Business Partner used for creating new Business Partners on the fly - */ + @param C_BPartnerCashTrx_ID Business Partner used for creating new Business Partners on the fly + */ public void setC_BPartnerCashTrx_ID (int C_BPartnerCashTrx_ID) { - if (C_BPartnerCashTrx_ID < 1) + if (C_BPartnerCashTrx_ID < 1) set_Value (COLUMNNAME_C_BPartnerCashTrx_ID, null); - else + else set_Value (COLUMNNAME_C_BPartnerCashTrx_ID, Integer.valueOf(C_BPartnerCashTrx_ID)); } /** Get Template B.Partner. @return Business Partner used for creating new Business Partners on the fly */ - public int getC_BPartnerCashTrx_ID () + public int getC_BPartnerCashTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartnerCashTrx_ID); if (ii == null) @@ -412,21 +404,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Calendar. - @param C_Calendar_ID - Accounting Calendar Name - */ + @param C_Calendar_ID Accounting Calendar Name + */ public void setC_Calendar_ID (int C_Calendar_ID) { - if (C_Calendar_ID < 1) + if (C_Calendar_ID < 1) set_Value (COLUMNNAME_C_Calendar_ID, null); - else + else set_Value (COLUMNNAME_C_Calendar_ID, Integer.valueOf(C_Calendar_ID)); } /** Get Calendar. @return Accounting Calendar Name */ - public int getC_Calendar_ID () + public int getC_Calendar_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Calendar_ID); if (ii == null) @@ -441,18 +432,19 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Charge for Freight. - @param C_ChargeFreight_ID Charge for Freight */ + @param C_ChargeFreight_ID Charge for Freight + */ public void setC_ChargeFreight_ID (int C_ChargeFreight_ID) { - if (C_ChargeFreight_ID < 1) + if (C_ChargeFreight_ID < 1) set_Value (COLUMNNAME_C_ChargeFreight_ID, null); - else + else set_Value (COLUMNNAME_C_ChargeFreight_ID, Integer.valueOf(C_ChargeFreight_ID)); } /** Get Charge for Freight. @return Charge for Freight */ - public int getC_ChargeFreight_ID () + public int getC_ChargeFreight_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ChargeFreight_ID); if (ii == null) @@ -467,21 +459,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set UOM for Length. - @param C_UOM_Length_ID - Standard Unit of Measure for Length - */ + @param C_UOM_Length_ID Standard Unit of Measure for Length + */ public void setC_UOM_Length_ID (int C_UOM_Length_ID) { - if (C_UOM_Length_ID < 1) + if (C_UOM_Length_ID < 1) set_Value (COLUMNNAME_C_UOM_Length_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_Length_ID, Integer.valueOf(C_UOM_Length_ID)); } /** Get UOM for Length. @return Standard Unit of Measure for Length */ - public int getC_UOM_Length_ID () + public int getC_UOM_Length_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_Length_ID); if (ii == null) @@ -496,21 +487,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set UOM for Time. - @param C_UOM_Time_ID - Standard Unit of Measure for Time - */ + @param C_UOM_Time_ID Standard Unit of Measure for Time + */ public void setC_UOM_Time_ID (int C_UOM_Time_ID) { - if (C_UOM_Time_ID < 1) + if (C_UOM_Time_ID < 1) set_Value (COLUMNNAME_C_UOM_Time_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_Time_ID, Integer.valueOf(C_UOM_Time_ID)); } /** Get UOM for Time. @return Standard Unit of Measure for Time */ - public int getC_UOM_Time_ID () + public int getC_UOM_Time_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_Time_ID); if (ii == null) @@ -525,21 +515,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set UOM for Volume. - @param C_UOM_Volume_ID - Standard Unit of Measure for Volume - */ + @param C_UOM_Volume_ID Standard Unit of Measure for Volume + */ public void setC_UOM_Volume_ID (int C_UOM_Volume_ID) { - if (C_UOM_Volume_ID < 1) + if (C_UOM_Volume_ID < 1) set_Value (COLUMNNAME_C_UOM_Volume_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_Volume_ID, Integer.valueOf(C_UOM_Volume_ID)); } /** Get UOM for Volume. @return Standard Unit of Measure for Volume */ - public int getC_UOM_Volume_ID () + public int getC_UOM_Volume_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_Volume_ID); if (ii == null) @@ -554,21 +543,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set UOM for Weight. - @param C_UOM_Weight_ID - Standard Unit of Measure for Weight - */ + @param C_UOM_Weight_ID Standard Unit of Measure for Weight + */ public void setC_UOM_Weight_ID (int C_UOM_Weight_ID) { - if (C_UOM_Weight_ID < 1) + if (C_UOM_Weight_ID < 1) set_Value (COLUMNNAME_C_UOM_Weight_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_Weight_ID, Integer.valueOf(C_UOM_Weight_ID)); } /** Get UOM for Weight. @return Standard Unit of Measure for Weight */ - public int getC_UOM_Weight_ID () + public int getC_UOM_Weight_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_Weight_ID); if (ii == null) @@ -577,7 +565,8 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Financial Year Start Date. - @param FY_StartDate Financial Year Start Date */ + @param FY_StartDate Financial Year Start Date + */ public void setFY_StartDate (Timestamp FY_StartDate) { set_Value (COLUMNNAME_FY_StartDate, FY_StartDate); @@ -585,13 +574,14 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent /** Get Financial Year Start Date. @return Financial Year Start Date */ - public Timestamp getFY_StartDate () + public Timestamp getFY_StartDate() { return (Timestamp)get_Value(COLUMNNAME_FY_StartDate); } /** Set Show Confirmation On Document Action Close. - @param IsConfirmOnDocClose Show Confirmation On Document Action Close */ + @param IsConfirmOnDocClose Show Confirmation On Document Action Close + */ public void setIsConfirmOnDocClose (boolean IsConfirmOnDocClose) { set_Value (COLUMNNAME_IsConfirmOnDocClose, Boolean.valueOf(IsConfirmOnDocClose)); @@ -599,7 +589,7 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent /** Get Show Confirmation On Document Action Close. @return Show Confirmation On Document Action Close */ - public boolean isConfirmOnDocClose () + public boolean isConfirmOnDocClose() { Object oo = get_Value(COLUMNNAME_IsConfirmOnDocClose); if (oo != null) @@ -612,7 +602,8 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Show Confirmation On Document Action Void. - @param IsConfirmOnDocVoid Show Confirmation On Document Action Void */ + @param IsConfirmOnDocVoid Show Confirmation On Document Action Void + */ public void setIsConfirmOnDocVoid (boolean IsConfirmOnDocVoid) { set_Value (COLUMNNAME_IsConfirmOnDocVoid, Boolean.valueOf(IsConfirmOnDocVoid)); @@ -620,7 +611,7 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent /** Get Show Confirmation On Document Action Void. @return Show Confirmation On Document Action Void */ - public boolean isConfirmOnDocVoid () + public boolean isConfirmOnDocVoid() { Object oo = get_Value(COLUMNNAME_IsConfirmOnDocVoid); if (oo != null) @@ -633,9 +624,8 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Discount calculated from Line Amounts. - @param IsDiscountLineAmt - Payment Discount calculation does not include Taxes and Charges - */ + @param IsDiscountLineAmt Payment Discount calculation does not include Taxes and Charges + */ public void setIsDiscountLineAmt (boolean IsDiscountLineAmt) { set_Value (COLUMNNAME_IsDiscountLineAmt, Boolean.valueOf(IsDiscountLineAmt)); @@ -644,7 +634,7 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent /** Get Discount calculated from Line Amounts. @return Payment Discount calculation does not include Taxes and Charges */ - public boolean isDiscountLineAmt () + public boolean isDiscountLineAmt() { Object oo = get_Value(COLUMNNAME_IsDiscountLineAmt); if (oo != null) @@ -657,9 +647,8 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Days to keep Log. - @param KeepLogDays - Number of days to keep the log entries - */ + @param KeepLogDays Number of days to keep the log entries + */ public void setKeepLogDays (int KeepLogDays) { set_Value (COLUMNNAME_KeepLogDays, Integer.valueOf(KeepLogDays)); @@ -668,7 +657,7 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent /** Get Days to keep Log. @return Number of days to keep the log entries */ - public int getKeepLogDays () + public int getKeepLogDays() { Integer ii = (Integer)get_Value(COLUMNNAME_KeepLogDays); if (ii == null) @@ -677,18 +666,19 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Logo. - @param Logo_ID Logo */ + @param Logo_ID Logo + */ public void setLogo_ID (int Logo_ID) { - if (Logo_ID < 1) + if (Logo_ID < 1) set_Value (COLUMNNAME_Logo_ID, null); - else + else set_Value (COLUMNNAME_Logo_ID, Integer.valueOf(Logo_ID)); } /** Get Logo. @return Logo */ - public int getLogo_ID () + public int getLogo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Logo_ID); if (ii == null) @@ -697,18 +687,19 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Logo Report. - @param LogoReport_ID Logo Report */ + @param LogoReport_ID Logo Report + */ public void setLogoReport_ID (int LogoReport_ID) { - if (LogoReport_ID < 1) + if (LogoReport_ID < 1) set_Value (COLUMNNAME_LogoReport_ID, null); - else + else set_Value (COLUMNNAME_LogoReport_ID, Integer.valueOf(LogoReport_ID)); } /** Get Logo Report. @return Logo Report */ - public int getLogoReport_ID () + public int getLogoReport_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_LogoReport_ID); if (ii == null) @@ -717,18 +708,19 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Logo Web. - @param LogoWeb_ID Logo Web */ + @param LogoWeb_ID Logo Web + */ public void setLogoWeb_ID (int LogoWeb_ID) { - if (LogoWeb_ID < 1) + if (LogoWeb_ID < 1) set_Value (COLUMNNAME_LogoWeb_ID, null); - else + else set_Value (COLUMNNAME_LogoWeb_ID, Integer.valueOf(LogoWeb_ID)); } /** Get Logo Web. @return Logo Web */ - public int getLogoWeb_ID () + public int getLogoWeb_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_LogoWeb_ID); if (ii == null) @@ -743,18 +735,19 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Product for Freight. - @param M_ProductFreight_ID Product for Freight */ + @param M_ProductFreight_ID Product for Freight + */ public void setM_ProductFreight_ID (int M_ProductFreight_ID) { - if (M_ProductFreight_ID < 1) + if (M_ProductFreight_ID < 1) set_Value (COLUMNNAME_M_ProductFreight_ID, null); - else + else set_Value (COLUMNNAME_M_ProductFreight_ID, Integer.valueOf(M_ProductFreight_ID)); } /** Get Product for Freight. @return Product for Freight */ - public int getM_ProductFreight_ID () + public int getM_ProductFreight_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductFreight_ID); if (ii == null) @@ -769,18 +762,19 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Archive Store. - @param StorageArchive_ID Archive Store */ + @param StorageArchive_ID Archive Store + */ public void setStorageArchive_ID (int StorageArchive_ID) { - if (StorageArchive_ID < 1) + if (StorageArchive_ID < 1) set_Value (COLUMNNAME_StorageArchive_ID, null); - else + else set_Value (COLUMNNAME_StorageArchive_ID, Integer.valueOf(StorageArchive_ID)); } /** Get Archive Store. @return Archive Store */ - public int getStorageArchive_ID () + public int getStorageArchive_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_StorageArchive_ID); if (ii == null) @@ -795,21 +789,20 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent } /** Set Image Store. - @param StorageImage_ID - Storage provider for Image - */ + @param StorageImage_ID Storage provider for Image + */ public void setStorageImage_ID (int StorageImage_ID) { - if (StorageImage_ID < 1) + if (StorageImage_ID < 1) set_Value (COLUMNNAME_StorageImage_ID, null); - else + else set_Value (COLUMNNAME_StorageImage_ID, Integer.valueOf(StorageImage_ID)); } /** Get Image Store. @return Storage provider for Image */ - public int getStorageImage_ID () + public int getStorageImage_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_StorageImage_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ClientShare.java b/org.adempiere.base/src/org/compiere/model/X_AD_ClientShare.java index 00fc1a59d9..4bdea34cbd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ClientShare.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ClientShare.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_ClientShare * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ClientShare") public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ClientShare (Properties ctx, int AD_ClientShare_ID, String trxName) @@ -75,21 +75,20 @@ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persiste } /** Set Client Share. - @param AD_ClientShare_ID - Force (not) sharing of client/org entities - */ + @param AD_ClientShare_ID Force (not) sharing of client/org entities + */ public void setAD_ClientShare_ID (int AD_ClientShare_ID) { - if (AD_ClientShare_ID < 1) + if (AD_ClientShare_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ClientShare_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ClientShare_ID, Integer.valueOf(AD_ClientShare_ID)); } /** Get Client Share. @return Force (not) sharing of client/org entities */ - public int getAD_ClientShare_ID () + public int getAD_ClientShare_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ClientShare_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persiste } /** Set AD_ClientShare_UU. - @param AD_ClientShare_UU AD_ClientShare_UU */ + @param AD_ClientShare_UU AD_ClientShare_UU + */ public void setAD_ClientShare_UU (String AD_ClientShare_UU) { set_Value (COLUMNNAME_AD_ClientShare_UU, AD_ClientShare_UU); @@ -106,7 +106,7 @@ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persiste /** Get AD_ClientShare_UU. @return AD_ClientShare_UU */ - public String getAD_ClientShare_UU () + public String getAD_ClientShare_UU() { return (String)get_Value(COLUMNNAME_AD_ClientShare_UU); } @@ -118,21 +118,20 @@ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persiste } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -141,9 +140,8 @@ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -152,15 +150,14 @@ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -169,7 +166,7 @@ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -191,9 +188,8 @@ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persiste /** Client or Org = x */ public static final String SHARETYPE_ClientOrOrg = "x"; /** Set Share Type. - @param ShareType - Type of sharing - */ + @param ShareType Type of sharing + */ public void setShareType (String ShareType) { @@ -203,7 +199,7 @@ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persiste /** Get Share Type. @return Type of sharing */ - public String getShareType () + public String getShareType() { return (String)get_Value(COLUMNNAME_ShareType); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Color.java b/org.adempiere.base/src/org/compiere/model/X_AD_Color.java index 03ec0ba419..0713d29b95 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Color.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Color.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Color * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Color") public class X_AD_Color extends PO implements I_AD_Color, I_Persistent { @@ -33,7 +33,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Color (Properties ctx, int AD_Color_ID, String trxName) @@ -82,21 +82,20 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set System Color. - @param AD_Color_ID - Color for backgrounds or indicators - */ + @param AD_Color_ID Color for backgrounds or indicators + */ public void setAD_Color_ID (int AD_Color_ID) { - if (AD_Color_ID < 1) + if (AD_Color_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Color_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Color_ID, Integer.valueOf(AD_Color_ID)); } /** Get System Color. @return Color for backgrounds or indicators */ - public int getAD_Color_ID () + public int getAD_Color_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Color_ID); if (ii == null) @@ -105,7 +104,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set AD_Color_UU. - @param AD_Color_UU AD_Color_UU */ + @param AD_Color_UU AD_Color_UU + */ public void setAD_Color_UU (String AD_Color_UU) { set_Value (COLUMNNAME_AD_Color_UU, AD_Color_UU); @@ -113,7 +113,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get AD_Color_UU. @return AD_Color_UU */ - public String getAD_Color_UU () + public String getAD_Color_UU() { return (String)get_Value(COLUMNNAME_AD_Color_UU); } @@ -125,21 +125,20 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set Image. - @param AD_Image_ID - Image or Icon - */ + @param AD_Image_ID Image or Icon + */ public void setAD_Image_ID (int AD_Image_ID) { - if (AD_Image_ID < 1) + if (AD_Image_ID < 1) set_Value (COLUMNNAME_AD_Image_ID, null); - else + else set_Value (COLUMNNAME_AD_Image_ID, Integer.valueOf(AD_Image_ID)); } /** Get Image. @return Image or Icon */ - public int getAD_Image_ID () + public int getAD_Image_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Image_ID); if (ii == null) @@ -148,9 +147,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set Alpha. - @param Alpha - Color Alpha value 0-255 - */ + @param Alpha Color Alpha value 0-255 + */ public void setAlpha (int Alpha) { set_Value (COLUMNNAME_Alpha, Integer.valueOf(Alpha)); @@ -159,7 +157,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get Alpha. @return Color Alpha value 0-255 */ - public int getAlpha () + public int getAlpha() { Integer ii = (Integer)get_Value(COLUMNNAME_Alpha); if (ii == null) @@ -168,9 +166,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set 2nd Alpha. - @param Alpha_1 - Alpha value for second color - */ + @param Alpha_1 Alpha value for second color + */ public void setAlpha_1 (int Alpha_1) { set_Value (COLUMNNAME_Alpha_1, Integer.valueOf(Alpha_1)); @@ -179,7 +176,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get 2nd Alpha. @return Alpha value for second color */ - public int getAlpha_1 () + public int getAlpha_1() { Integer ii = (Integer)get_Value(COLUMNNAME_Alpha_1); if (ii == null) @@ -188,9 +185,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set Blue. - @param Blue - Color RGB blue value - */ + @param Blue Color RGB blue value + */ public void setBlue (int Blue) { set_Value (COLUMNNAME_Blue, Integer.valueOf(Blue)); @@ -199,7 +195,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get Blue. @return Color RGB blue value */ - public int getBlue () + public int getBlue() { Integer ii = (Integer)get_Value(COLUMNNAME_Blue); if (ii == null) @@ -208,9 +204,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set 2nd Blue. - @param Blue_1 - RGB value for second color - */ + @param Blue_1 RGB value for second color + */ public void setBlue_1 (int Blue_1) { set_Value (COLUMNNAME_Blue_1, Integer.valueOf(Blue_1)); @@ -219,7 +214,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get 2nd Blue. @return RGB value for second color */ - public int getBlue_1 () + public int getBlue_1() { Integer ii = (Integer)get_Value(COLUMNNAME_Blue_1); if (ii == null) @@ -238,9 +233,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Texture (Picture) = T */ public static final String COLORTYPE_TexturePicture = "T"; /** Set Color Type. - @param ColorType - Color presentation for this color - */ + @param ColorType Color presentation for this color + */ public void setColorType (String ColorType) { @@ -250,15 +244,14 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get Color Type. @return Color presentation for this color */ - public String getColorType () + public String getColorType() { return (String)get_Value(COLUMNNAME_ColorType); } /** Set Green. - @param Green - RGB value - */ + @param Green RGB value + */ public void setGreen (int Green) { set_Value (COLUMNNAME_Green, Integer.valueOf(Green)); @@ -267,7 +260,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get Green. @return RGB value */ - public int getGreen () + public int getGreen() { Integer ii = (Integer)get_Value(COLUMNNAME_Green); if (ii == null) @@ -276,9 +269,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set 2nd Green. - @param Green_1 - RGB value for second color - */ + @param Green_1 RGB value for second color + */ public void setGreen_1 (int Green_1) { set_Value (COLUMNNAME_Green_1, Integer.valueOf(Green_1)); @@ -287,7 +279,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get 2nd Green. @return RGB value for second color */ - public int getGreen_1 () + public int getGreen_1() { Integer ii = (Integer)get_Value(COLUMNNAME_Green_1); if (ii == null) @@ -295,19 +287,18 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent return ii.intValue(); } - /** Set Image Alpha . - @param ImageAlpha - Image Texture Composite Alpha - */ + /** Set Image Alpha. + @param ImageAlpha Image Texture Composite Alpha + */ public void setImageAlpha (BigDecimal ImageAlpha) { set_Value (COLUMNNAME_ImageAlpha, ImageAlpha); } - /** Get Image Alpha . + /** Get Image Alpha. @return Image Texture Composite Alpha */ - public BigDecimal getImageAlpha () + public BigDecimal getImageAlpha() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ImageAlpha); if (bd == null) @@ -316,9 +307,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -327,7 +317,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -340,9 +330,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set Line Distance. - @param LineDistance - Distance between lines - */ + @param LineDistance Distance between lines + */ public void setLineDistance (int LineDistance) { set_Value (COLUMNNAME_LineDistance, Integer.valueOf(LineDistance)); @@ -351,7 +340,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get Line Distance. @return Distance between lines */ - public int getLineDistance () + public int getLineDistance() { Integer ii = (Integer)get_Value(COLUMNNAME_LineDistance); if (ii == null) @@ -360,9 +349,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set Line Width. - @param LineWidth - Width of the lines - */ + @param LineWidth Width of the lines + */ public void setLineWidth (int LineWidth) { set_Value (COLUMNNAME_LineWidth, Integer.valueOf(LineWidth)); @@ -371,7 +359,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get Line Width. @return Width of the lines */ - public int getLineWidth () + public int getLineWidth() { Integer ii = (Integer)get_Value(COLUMNNAME_LineWidth); if (ii == null) @@ -380,9 +368,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -391,7 +378,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -405,9 +392,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set Red. - @param Red - RGB value - */ + @param Red RGB value + */ public void setRed (int Red) { set_Value (COLUMNNAME_Red, Integer.valueOf(Red)); @@ -416,7 +402,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get Red. @return RGB value */ - public int getRed () + public int getRed() { Integer ii = (Integer)get_Value(COLUMNNAME_Red); if (ii == null) @@ -425,9 +411,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set 2nd Red. - @param Red_1 - RGB value for second color - */ + @param Red_1 RGB value for second color + */ public void setRed_1 (int Red_1) { set_Value (COLUMNNAME_Red_1, Integer.valueOf(Red_1)); @@ -436,7 +421,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get 2nd Red. @return RGB value for second color */ - public int getRed_1 () + public int getRed_1() { Integer ii = (Integer)get_Value(COLUMNNAME_Red_1); if (ii == null) @@ -445,9 +430,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent } /** Set Repeat Distance. - @param RepeatDistance - Distance in points to repeat gradient color - or zero - */ + @param RepeatDistance Distance in points to repeat gradient color - or zero + */ public void setRepeatDistance (int RepeatDistance) { set_Value (COLUMNNAME_RepeatDistance, Integer.valueOf(RepeatDistance)); @@ -456,7 +440,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get Repeat Distance. @return Distance in points to repeat gradient color - or zero */ - public int getRepeatDistance () + public int getRepeatDistance() { Integer ii = (Integer)get_Value(COLUMNNAME_RepeatDistance); if (ii == null) @@ -483,9 +467,8 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** North West = 8 */ public static final String STARTPOINT_NorthWest = "8"; /** Set Start Point. - @param StartPoint - Start point of the gradient colors - */ + @param StartPoint Start point of the gradient colors + */ public void setStartPoint (String StartPoint) { @@ -495,7 +478,7 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent /** Get Start Point. @return Start point of the gradient colors */ - public String getStartPoint () + public String getStartPoint() { return (String)get_Value(COLUMNNAME_StartPoint); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Column.java b/org.adempiere.base/src/org/compiere/model/X_AD_Column.java index 60a86847f3..4fca234a8e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Column.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Column.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Column * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Column") public class X_AD_Column extends PO implements I_AD_Column, I_Persistent { @@ -33,7 +33,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Column (Properties ctx, int AD_Column_ID, String trxName) @@ -108,18 +108,19 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Chart. - @param AD_Chart_ID Chart */ + @param AD_Chart_ID Chart + */ public void setAD_Chart_ID (int AD_Chart_ID) { - if (AD_Chart_ID < 1) + if (AD_Chart_ID < 1) set_Value (COLUMNNAME_AD_Chart_ID, null); - else + else set_Value (COLUMNNAME_AD_Chart_ID, Integer.valueOf(AD_Chart_ID)); } /** Get Chart. @return Chart */ - public int getAD_Chart_ID () + public int getAD_Chart_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Chart_ID); if (ii == null) @@ -128,21 +129,20 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Column_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -151,7 +151,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set AD_Column_UU. - @param AD_Column_UU AD_Column_UU */ + @param AD_Column_UU AD_Column_UU + */ public void setAD_Column_UU (String AD_Column_UU) { set_Value (COLUMNNAME_AD_Column_UU, AD_Column_UU); @@ -159,7 +160,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get AD_Column_UU. @return AD_Column_UU */ - public String getAD_Column_UU () + public String getAD_Column_UU() { return (String)get_Value(COLUMNNAME_AD_Column_UU); } @@ -171,21 +172,20 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set System Element. - @param AD_Element_ID - System Element enables the central maintenance of column description and help. - */ + @param AD_Element_ID System Element enables the central maintenance of column description and help. + */ public void setAD_Element_ID (int AD_Element_ID) { - if (AD_Element_ID < 1) + if (AD_Element_ID < 1) set_Value (COLUMNNAME_AD_Element_ID, null); - else + else set_Value (COLUMNNAME_AD_Element_ID, Integer.valueOf(AD_Element_ID)); } /** Get System Element. @return System Element enables the central maintenance of column description and help. */ - public int getAD_Element_ID () + public int getAD_Element_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Element_ID); if (ii == null) @@ -200,21 +200,20 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -229,21 +228,20 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -258,21 +256,20 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Reference Key. - @param AD_Reference_Value_ID - Required to specify, if data type is Table or List - */ + @param AD_Reference_Value_ID Required to specify, if data type is Table or List + */ public void setAD_Reference_Value_ID (int AD_Reference_Value_ID) { - if (AD_Reference_Value_ID < 1) + if (AD_Reference_Value_ID < 1) set_Value (COLUMNNAME_AD_Reference_Value_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_Value_ID, Integer.valueOf(AD_Reference_Value_ID)); } /** Get Reference Key. @return Required to specify, if data type is Table or List */ - public int getAD_Reference_Value_ID () + public int getAD_Reference_Value_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_Value_ID); if (ii == null) @@ -287,21 +284,20 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -316,21 +312,20 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Dynamic Validation. - @param AD_Val_Rule_ID - Dynamic Validation Rule - */ + @param AD_Val_Rule_ID Dynamic Validation Rule + */ public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) { - if (AD_Val_Rule_ID < 1) + if (AD_Val_Rule_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_ID, Integer.valueOf(AD_Val_Rule_ID)); } /** Get Dynamic Validation. @return Dynamic Validation Rule */ - public int getAD_Val_Rule_ID () + public int getAD_Val_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_ID); if (ii == null) @@ -345,21 +340,20 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Dynamic Validation (Lookup). - @param AD_Val_Rule_Lookup_ID - Override Dynamic Validation Rule for Lookup Window - */ + @param AD_Val_Rule_Lookup_ID Override Dynamic Validation Rule for Lookup Window + */ public void setAD_Val_Rule_Lookup_ID (int AD_Val_Rule_Lookup_ID) { - if (AD_Val_Rule_Lookup_ID < 1) + if (AD_Val_Rule_Lookup_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_Lookup_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_Lookup_ID, Integer.valueOf(AD_Val_Rule_Lookup_ID)); } /** Get Dynamic Validation (Lookup). @return Override Dynamic Validation Rule for Lookup Window */ - public int getAD_Val_Rule_Lookup_ID () + public int getAD_Val_Rule_Lookup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_Lookup_ID); if (ii == null) @@ -368,9 +362,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Callout. - @param Callout - Fully qualified class names and method - separated by semicolons - */ + @param Callout Fully qualified class names and method - separated by semicolons + */ public void setCallout (String Callout) { set_Value (COLUMNNAME_Callout, Callout); @@ -379,15 +372,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Callout. @return Fully qualified class names and method - separated by semicolons */ - public String getCallout () + public String getCallout() { return (String)get_Value(COLUMNNAME_Callout); } /** Set DB Column Name. - @param ColumnName - Name of the column in the database - */ + @param ColumnName Name of the column in the database + */ public void setColumnName (String ColumnName) { set_Value (COLUMNNAME_ColumnName, ColumnName); @@ -396,7 +388,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get DB Column Name. @return Name of the column in the database */ - public String getColumnName () + public String getColumnName() { return (String)get_Value(COLUMNNAME_ColumnName); } @@ -410,9 +402,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Column SQL. - @param ColumnSQL - Virtual Column (r/o) - */ + @param ColumnSQL Virtual Column (r/o) + */ public void setColumnSQL (String ColumnSQL) { set_Value (COLUMNNAME_ColumnSQL, ColumnSQL); @@ -421,15 +412,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Column SQL. @return Virtual Column (r/o) */ - public String getColumnSQL () + public String getColumnSQL() { return (String)get_Value(COLUMNNAME_ColumnSQL); } /** Set Default Logic. - @param DefaultValue - Default value hierarchy, separated by ; - */ + @param DefaultValue Default value hierarchy, separated by ; + */ public void setDefaultValue (String DefaultValue) { set_Value (COLUMNNAME_DefaultValue, DefaultValue); @@ -438,15 +428,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Default Logic. @return Default value hierarchy, separated by ; */ - public String getDefaultValue () + public String getDefaultValue() { return (String)get_Value(COLUMNNAME_DefaultValue); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -455,7 +444,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -463,9 +452,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -475,15 +463,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Length. - @param FieldLength - Length of the column in the database - */ + @param FieldLength Length of the column in the database + */ public void setFieldLength (int FieldLength) { set_Value (COLUMNNAME_FieldLength, Integer.valueOf(FieldLength)); @@ -492,7 +479,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Length. @return Length of the column in the database */ - public int getFieldLength () + public int getFieldLength() { Integer ii = (Integer)get_Value(COLUMNNAME_FieldLength); if (ii == null) @@ -501,7 +488,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Constraint Name. - @param FKConstraintName Constraint Name */ + @param FKConstraintName Constraint Name + */ public void setFKConstraintName (String FKConstraintName) { set_Value (COLUMNNAME_FKConstraintName, FKConstraintName); @@ -509,7 +497,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Constraint Name. @return Constraint Name */ - public String getFKConstraintName () + public String getFKConstraintName() { return (String)get_Value(COLUMNNAME_FKConstraintName); } @@ -527,7 +515,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Set Null = S */ public static final String FKCONSTRAINTTYPE_SetNull = "S"; /** Set Constraint Type. - @param FKConstraintType Constraint Type */ + @param FKConstraintType Constraint Type + */ public void setFKConstraintType (String FKConstraintType) { @@ -536,15 +525,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Constraint Type. @return Constraint Type */ - public String getFKConstraintType () + public String getFKConstraintType() { return (String)get_Value(COLUMNNAME_FKConstraintType); } /** Set Format Pattern. - @param FormatPattern - The pattern used to format a number or date. - */ + @param FormatPattern The pattern used to format a number or date. + */ public void setFormatPattern (String FormatPattern) { set_Value (COLUMNNAME_FormatPattern, FormatPattern); @@ -553,15 +541,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Format Pattern. @return The pattern used to format a number or date. */ - public String getFormatPattern () + public String getFormatPattern() { return (String)get_Value(COLUMNNAME_FormatPattern); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -570,15 +557,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Allow Copy. - @param IsAllowCopy - Determine if a column must be copied when pushing the button to copy record - */ + @param IsAllowCopy Determine if a column must be copied when pushing the button to copy record + */ public void setIsAllowCopy (boolean IsAllowCopy) { set_Value (COLUMNNAME_IsAllowCopy, Boolean.valueOf(IsAllowCopy)); @@ -587,7 +573,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Allow Copy. @return Determine if a column must be copied when pushing the button to copy record */ - public boolean isAllowCopy () + public boolean isAllowCopy() { Object oo = get_Value(COLUMNNAME_IsAllowCopy); if (oo != null) @@ -600,9 +586,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Allow Logging. - @param IsAllowLogging - Determine if a column must be recorded into the change log - */ + @param IsAllowLogging Determine if a column must be recorded into the change log + */ public void setIsAllowLogging (boolean IsAllowLogging) { set_Value (COLUMNNAME_IsAllowLogging, Boolean.valueOf(IsAllowLogging)); @@ -611,7 +596,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Allow Logging. @return Determine if a column must be recorded into the change log */ - public boolean isAllowLogging () + public boolean isAllowLogging() { Object oo = get_Value(COLUMNNAME_IsAllowLogging); if (oo != null) @@ -624,9 +609,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Always Updatable. - @param IsAlwaysUpdateable - The column is always updateable, even if the record is not active or processed - */ + @param IsAlwaysUpdateable The column is always updateable, even if the record is not active or processed + */ public void setIsAlwaysUpdateable (boolean IsAlwaysUpdateable) { set_Value (COLUMNNAME_IsAlwaysUpdateable, Boolean.valueOf(IsAlwaysUpdateable)); @@ -635,7 +619,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Always Updatable. @return The column is always updateable, even if the record is not active or processed */ - public boolean isAlwaysUpdateable () + public boolean isAlwaysUpdateable() { Object oo = get_Value(COLUMNNAME_IsAlwaysUpdateable); if (oo != null) @@ -648,9 +632,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Autocomplete. - @param IsAutocomplete - Automatic completion for textfields - */ + @param IsAutocomplete Automatic completion for textfields + */ public void setIsAutocomplete (boolean IsAutocomplete) { set_Value (COLUMNNAME_IsAutocomplete, Boolean.valueOf(IsAutocomplete)); @@ -659,7 +642,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Autocomplete. @return Automatic completion for textfields */ - public boolean isAutocomplete () + public boolean isAutocomplete() { Object oo = get_Value(COLUMNNAME_IsAutocomplete); if (oo != null) @@ -678,9 +661,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Encrypted = Y */ public static final String ISENCRYPTED_Encrypted = "Y"; /** Set Encrypted. - @param IsEncrypted - Display or Storage is encrypted - */ + @param IsEncrypted Display or Storage is encrypted + */ public void setIsEncrypted (String IsEncrypted) { @@ -690,15 +672,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Encrypted. @return Display or Storage is encrypted */ - public String getIsEncrypted () + public String getIsEncrypted() { return (String)get_Value(COLUMNNAME_IsEncrypted); } /** Set HTML. - @param IsHtml - Text has HTML tags - */ + @param IsHtml Text has HTML tags + */ public void setIsHtml (boolean IsHtml) { set_Value (COLUMNNAME_IsHtml, Boolean.valueOf(IsHtml)); @@ -707,7 +688,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get HTML. @return Text has HTML tags */ - public boolean isHtml () + public boolean isHtml() { Object oo = get_Value(COLUMNNAME_IsHtml); if (oo != null) @@ -720,9 +701,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Identifier. - @param IsIdentifier - This column is part of the record identifier - */ + @param IsIdentifier This column is part of the record identifier + */ public void setIsIdentifier (boolean IsIdentifier) { set_Value (COLUMNNAME_IsIdentifier, Boolean.valueOf(IsIdentifier)); @@ -731,7 +711,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Identifier. @return This column is part of the record identifier */ - public boolean isIdentifier () + public boolean isIdentifier() { Object oo = get_Value(COLUMNNAME_IsIdentifier); if (oo != null) @@ -744,9 +724,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Key column. - @param IsKey - This column is the key in this table - */ + @param IsKey This column is the key in this table + */ public void setIsKey (boolean IsKey) { set_Value (COLUMNNAME_IsKey, Boolean.valueOf(IsKey)); @@ -755,7 +734,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Key column. @return This column is the key in this table */ - public boolean isKey () + public boolean isKey() { Object oo = get_Value(COLUMNNAME_IsKey); if (oo != null) @@ -768,9 +747,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Mandatory. - @param IsMandatory - Data entry is required in this column - */ + @param IsMandatory Data entry is required in this column + */ public void setIsMandatory (boolean IsMandatory) { set_Value (COLUMNNAME_IsMandatory, Boolean.valueOf(IsMandatory)); @@ -779,7 +757,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Mandatory. @return Data entry is required in this column */ - public boolean isMandatory () + public boolean isMandatory() { Object oo = get_Value(COLUMNNAME_IsMandatory); if (oo != null) @@ -792,9 +770,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Parent link column. - @param IsParent - This column is a link to the parent table (e.g. header from lines) - incl. Association key columns - */ + @param IsParent This column is a link to the parent table (e.g. header from lines) - incl. Association key columns + */ public void setIsParent (boolean IsParent) { set_Value (COLUMNNAME_IsParent, Boolean.valueOf(IsParent)); @@ -803,7 +780,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Parent link column. @return This column is a link to the parent table (e.g. header from lines) - incl. Association key columns */ - public boolean isParent () + public boolean isParent() { Object oo = get_Value(COLUMNNAME_IsParent); if (oo != null) @@ -816,9 +793,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Secure content. - @param IsSecure - Defines whether content must be treated as secure - */ + @param IsSecure Defines whether content must be treated as secure + */ public void setIsSecure (boolean IsSecure) { set_Value (COLUMNNAME_IsSecure, Boolean.valueOf(IsSecure)); @@ -827,7 +803,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Secure content. @return Defines whether content must be treated as secure */ - public boolean isSecure () + public boolean isSecure() { Object oo = get_Value(COLUMNNAME_IsSecure); if (oo != null) @@ -840,9 +816,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Selection Column. - @param IsSelectionColumn - Is this column used for finding rows in windows - */ + @param IsSelectionColumn Is this column used for finding rows in windows + */ public void setIsSelectionColumn (boolean IsSelectionColumn) { set_Value (COLUMNNAME_IsSelectionColumn, Boolean.valueOf(IsSelectionColumn)); @@ -851,7 +826,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Selection Column. @return Is this column used for finding rows in windows */ - public boolean isSelectionColumn () + public boolean isSelectionColumn() { Object oo = get_Value(COLUMNNAME_IsSelectionColumn); if (oo != null) @@ -864,9 +839,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Synchronize Database. - @param IsSyncDatabase - Change database table definition when changing dictionary definition - */ + @param IsSyncDatabase Change database table definition when changing dictionary definition + */ public void setIsSyncDatabase (String IsSyncDatabase) { set_Value (COLUMNNAME_IsSyncDatabase, IsSyncDatabase); @@ -875,7 +849,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Synchronize Database. @return Change database table definition when changing dictionary definition */ - public String getIsSyncDatabase () + public String getIsSyncDatabase() { return (String)get_Value(COLUMNNAME_IsSyncDatabase); } @@ -889,9 +863,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Toolbar = Y */ public static final String ISTOOLBARBUTTON_Toolbar = "Y"; /** Set Toolbar Button. - @param IsToolbarButton - Show the button on the toolbar, the window, or both - */ + @param IsToolbarButton Show the button on the toolbar, the window, or both + */ public void setIsToolbarButton (String IsToolbarButton) { @@ -901,15 +874,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Toolbar Button. @return Show the button on the toolbar, the window, or both */ - public String getIsToolbarButton () + public String getIsToolbarButton() { return (String)get_Value(COLUMNNAME_IsToolbarButton); } /** Set Translated. - @param IsTranslated - This column is translated - */ + @param IsTranslated This column is translated + */ public void setIsTranslated (boolean IsTranslated) { set_Value (COLUMNNAME_IsTranslated, Boolean.valueOf(IsTranslated)); @@ -918,7 +890,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Translated. @return This column is translated */ - public boolean isTranslated () + public boolean isTranslated() { Object oo = get_Value(COLUMNNAME_IsTranslated); if (oo != null) @@ -931,9 +903,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Updatable. - @param IsUpdateable - Determines, if the field can be updated - */ + @param IsUpdateable Determines, if the field can be updated + */ public void setIsUpdateable (boolean IsUpdateable) { set_Value (COLUMNNAME_IsUpdateable, Boolean.valueOf(IsUpdateable)); @@ -942,7 +913,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Updatable. @return Determines, if the field can be updated */ - public boolean isUpdateable () + public boolean isUpdateable() { Object oo = get_Value(COLUMNNAME_IsUpdateable); if (oo != null) @@ -955,7 +926,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Mandatory Logic. - @param MandatoryLogic Mandatory Logic */ + @param MandatoryLogic Mandatory Logic + */ public void setMandatoryLogic (String MandatoryLogic) { set_Value (COLUMNNAME_MandatoryLogic, MandatoryLogic); @@ -963,15 +935,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Mandatory Logic. @return Mandatory Logic */ - public String getMandatoryLogic () + public String getMandatoryLogic() { return (String)get_Value(COLUMNNAME_MandatoryLogic); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -980,7 +951,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -992,18 +963,19 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Dashboard Content. - @param PA_DashboardContent_ID Dashboard Content */ + @param PA_DashboardContent_ID Dashboard Content + */ public void setPA_DashboardContent_ID (int PA_DashboardContent_ID) { - if (PA_DashboardContent_ID < 1) + if (PA_DashboardContent_ID < 1) set_Value (COLUMNNAME_PA_DashboardContent_ID, null); - else + else set_Value (COLUMNNAME_PA_DashboardContent_ID, Integer.valueOf(PA_DashboardContent_ID)); } /** Get Dashboard Content. @return Dashboard Content */ - public int getPA_DashboardContent_ID () + public int getPA_DashboardContent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_DashboardContent_ID); if (ii == null) @@ -1012,7 +984,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Placeholder. - @param Placeholder Placeholder */ + @param Placeholder Placeholder + */ public void setPlaceholder (String Placeholder) { set_Value (COLUMNNAME_Placeholder, Placeholder); @@ -1020,15 +993,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Placeholder. @return Placeholder */ - public String getPlaceholder () + public String getPlaceholder() { return (String)get_Value(COLUMNNAME_Placeholder); } /** Set Read Only Logic. - @param ReadOnlyLogic - Logic to determine if field is read only (applies only when field is read-write) - */ + @param ReadOnlyLogic Logic to determine if field is read only (applies only when field is read-write) + */ public void setReadOnlyLogic (String ReadOnlyLogic) { set_Value (COLUMNNAME_ReadOnlyLogic, ReadOnlyLogic); @@ -1037,15 +1009,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Read Only Logic. @return Logic to determine if field is read only (applies only when field is read-write) */ - public String getReadOnlyLogic () + public String getReadOnlyLogic() { return (String)get_Value(COLUMNNAME_ReadOnlyLogic); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -1054,7 +1025,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -1063,9 +1034,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Selection Column Sequence. - @param SeqNoSelection - Selection Column Sequence - */ + @param SeqNoSelection Selection Column Sequence + */ public void setSeqNoSelection (int SeqNoSelection) { set_Value (COLUMNNAME_SeqNoSelection, Integer.valueOf(SeqNoSelection)); @@ -1074,7 +1044,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Selection Column Sequence. @return Selection Column Sequence */ - public int getSeqNoSelection () + public int getSeqNoSelection() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNoSelection); if (ii == null) @@ -1083,9 +1053,8 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Max. Value. - @param ValueMax - Maximum Value for a field - */ + @param ValueMax Maximum Value for a field + */ public void setValueMax (String ValueMax) { set_Value (COLUMNNAME_ValueMax, ValueMax); @@ -1094,15 +1063,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Max. Value. @return Maximum Value for a field */ - public String getValueMax () + public String getValueMax() { return (String)get_Value(COLUMNNAME_ValueMax); } /** Set Min. Value. - @param ValueMin - Minimum Value for a field - */ + @param ValueMin Minimum Value for a field + */ public void setValueMin (String ValueMin) { set_Value (COLUMNNAME_ValueMin, ValueMin); @@ -1111,15 +1079,14 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Min. Value. @return Minimum Value for a field */ - public String getValueMin () + public String getValueMin() { return (String)get_Value(COLUMNNAME_ValueMin); } /** Set Version. - @param Version - Version of the table definition - */ + @param Version Version of the table definition + */ public void setVersion (BigDecimal Version) { set_Value (COLUMNNAME_Version, Version); @@ -1128,7 +1095,7 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent /** Get Version. @return Version of the table definition */ - public BigDecimal getVersion () + public BigDecimal getVersion() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Version); if (bd == null) @@ -1137,18 +1104,17 @@ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent } /** Set Value Format. - @param VFormat - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" - */ + @param VFormat Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + */ public void setVFormat (String VFormat) { set_Value (COLUMNNAME_VFormat, VFormat); } /** Get Value Format. - @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ - public String getVFormat () + public String getVFormat() { return (String)get_Value(COLUMNNAME_VFormat); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Column_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Column_Access.java index 1be6939567..2395ca4e5f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Column_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Column_Access.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Column_Access * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Column_Access") public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Column_Access (Properties ctx, int AD_Column_Access_ID, String trxName) @@ -76,7 +76,8 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers } /** Set AD_Column_Access_UU. - @param AD_Column_Access_UU AD_Column_Access_UU */ + @param AD_Column_Access_UU AD_Column_Access_UU + */ public void setAD_Column_Access_UU (String AD_Column_Access_UU) { set_Value (COLUMNNAME_AD_Column_Access_UU, AD_Column_Access_UU); @@ -84,7 +85,7 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers /** Get AD_Column_Access_UU. @return AD_Column_Access_UU */ - public String getAD_Column_Access_UU () + public String getAD_Column_Access_UU() { return (String)get_Value(COLUMNNAME_AD_Column_Access_UU); } @@ -96,21 +97,20 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Column_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -133,21 +133,20 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -162,21 +161,20 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -185,9 +183,8 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers } /** Set Exclude. - @param IsExclude - Exclude access to the data - if not selected Include access to the data - */ + @param IsExclude Exclude access to the data - if not selected Include access to the data + */ public void setIsExclude (boolean IsExclude) { set_Value (COLUMNNAME_IsExclude, Boolean.valueOf(IsExclude)); @@ -196,7 +193,7 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers /** Get Exclude. @return Exclude access to the data - if not selected Include access to the data */ - public boolean isExclude () + public boolean isExclude() { Object oo = get_Value(COLUMNNAME_IsExclude); if (oo != null) @@ -209,9 +206,8 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers } /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (boolean IsReadOnly) { set_Value (COLUMNNAME_IsReadOnly, Boolean.valueOf(IsReadOnly)); @@ -220,7 +216,7 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers /** Get Read Only. @return Field is read only */ - public boolean isReadOnly () + public boolean isReadOnly() { Object oo = get_Value(COLUMNNAME_IsReadOnly); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_CtxHelp.java b/org.adempiere.base/src/org/compiere/model/X_AD_CtxHelp.java index c5476c8382..a37c375ebb 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_CtxHelp.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_CtxHelp.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_CtxHelp * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_CtxHelp") public class X_AD_CtxHelp extends PO implements I_AD_CtxHelp, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_CtxHelp extends PO implements I_AD_CtxHelp, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_CtxHelp (Properties ctx, int AD_CtxHelp_ID, String trxName) @@ -72,18 +72,19 @@ public class X_AD_CtxHelp extends PO implements I_AD_CtxHelp, I_Persistent } /** Set Context Help. - @param AD_CtxHelp_ID Context Help */ + @param AD_CtxHelp_ID Context Help + */ public void setAD_CtxHelp_ID (int AD_CtxHelp_ID) { - if (AD_CtxHelp_ID < 1) + if (AD_CtxHelp_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_CtxHelp_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_CtxHelp_ID, Integer.valueOf(AD_CtxHelp_ID)); } /** Get Context Help. @return Context Help */ - public int getAD_CtxHelp_ID () + public int getAD_CtxHelp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_CtxHelp_ID); if (ii == null) @@ -92,7 +93,8 @@ public class X_AD_CtxHelp extends PO implements I_AD_CtxHelp, I_Persistent } /** Set AD_CtxHelp_UU. - @param AD_CtxHelp_UU AD_CtxHelp_UU */ + @param AD_CtxHelp_UU AD_CtxHelp_UU + */ public void setAD_CtxHelp_UU (String AD_CtxHelp_UU) { set_Value (COLUMNNAME_AD_CtxHelp_UU, AD_CtxHelp_UU); @@ -100,7 +102,7 @@ public class X_AD_CtxHelp extends PO implements I_AD_CtxHelp, I_Persistent /** Get AD_CtxHelp_UU. @return AD_CtxHelp_UU */ - public String getAD_CtxHelp_UU () + public String getAD_CtxHelp_UU() { return (String)get_Value(COLUMNNAME_AD_CtxHelp_UU); } @@ -126,9 +128,8 @@ public class X_AD_CtxHelp extends PO implements I_AD_CtxHelp, I_Persistent /** Workflow = W */ public static final String CTXTYPE_Workflow = "W"; /** Set Context Type. - @param CtxType - Type of Context Help - */ + @param CtxType Type of Context Help + */ public void setCtxType (String CtxType) { @@ -138,15 +139,14 @@ public class X_AD_CtxHelp extends PO implements I_AD_CtxHelp, I_Persistent /** Get Context Type. @return Type of Context Help */ - public String getCtxType () + public String getCtxType() { return (String)get_Value(COLUMNNAME_CtxType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -155,15 +155,14 @@ public class X_AD_CtxHelp extends PO implements I_AD_CtxHelp, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -172,7 +171,7 @@ public class X_AD_CtxHelp extends PO implements I_AD_CtxHelp, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_CtxHelpMsg.java b/org.adempiere.base/src/org/compiere/model/X_AD_CtxHelpMsg.java index 32cbeb7c5a..7f62226866 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_CtxHelpMsg.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_CtxHelpMsg.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_CtxHelpMsg * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_CtxHelpMsg") public class X_AD_CtxHelpMsg extends PO implements I_AD_CtxHelpMsg, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_CtxHelpMsg extends PO implements I_AD_CtxHelpMsg, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_CtxHelpMsg (Properties ctx, int AD_CtxHelpMsg_ID, String trxName) @@ -79,18 +79,19 @@ public class X_AD_CtxHelpMsg extends PO implements I_AD_CtxHelpMsg, I_Persistent } /** Set Context Help. - @param AD_CtxHelp_ID Context Help */ + @param AD_CtxHelp_ID Context Help + */ public void setAD_CtxHelp_ID (int AD_CtxHelp_ID) { - if (AD_CtxHelp_ID < 1) + if (AD_CtxHelp_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_CtxHelp_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_CtxHelp_ID, Integer.valueOf(AD_CtxHelp_ID)); } /** Get Context Help. @return Context Help */ - public int getAD_CtxHelp_ID () + public int getAD_CtxHelp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_CtxHelp_ID); if (ii == null) @@ -99,18 +100,19 @@ public class X_AD_CtxHelpMsg extends PO implements I_AD_CtxHelpMsg, I_Persistent } /** Set Context Help Message. - @param AD_CtxHelpMsg_ID Context Help Message */ + @param AD_CtxHelpMsg_ID Context Help Message + */ public void setAD_CtxHelpMsg_ID (int AD_CtxHelpMsg_ID) { - if (AD_CtxHelpMsg_ID < 1) + if (AD_CtxHelpMsg_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_CtxHelpMsg_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_CtxHelpMsg_ID, Integer.valueOf(AD_CtxHelpMsg_ID)); } /** Get Context Help Message. @return Context Help Message */ - public int getAD_CtxHelpMsg_ID () + public int getAD_CtxHelpMsg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_CtxHelpMsg_ID); if (ii == null) @@ -119,7 +121,8 @@ public class X_AD_CtxHelpMsg extends PO implements I_AD_CtxHelpMsg, I_Persistent } /** Set AD_CtxHelpMsg_UU. - @param AD_CtxHelpMsg_UU AD_CtxHelpMsg_UU */ + @param AD_CtxHelpMsg_UU AD_CtxHelpMsg_UU + */ public void setAD_CtxHelpMsg_UU (String AD_CtxHelpMsg_UU) { set_Value (COLUMNNAME_AD_CtxHelpMsg_UU, AD_CtxHelpMsg_UU); @@ -127,15 +130,14 @@ public class X_AD_CtxHelpMsg extends PO implements I_AD_CtxHelpMsg, I_Persistent /** Get AD_CtxHelpMsg_UU. @return AD_CtxHelpMsg_UU */ - public String getAD_CtxHelpMsg_UU () + public String getAD_CtxHelpMsg_UU() { return (String)get_Value(COLUMNNAME_AD_CtxHelpMsg_UU); } /** Set Message Text. - @param MsgText - Textual Informational, Menu or Error Message - */ + @param MsgText Textual Informational, Menu or Error Message + */ public void setMsgText (String MsgText) { set_Value (COLUMNNAME_MsgText, MsgText); @@ -144,7 +146,7 @@ public class X_AD_CtxHelpMsg extends PO implements I_AD_CtxHelpMsg, I_Persistent /** Get Message Text. @return Textual Informational, Menu or Error Message */ - public String getMsgText () + public String getMsgText() { return (String)get_Value(COLUMNNAME_MsgText); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_CtxHelpSuggestion.java b/org.adempiere.base/src/org/compiere/model/X_AD_CtxHelpSuggestion.java index ad8b369e63..4042fa3e21 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_CtxHelpSuggestion.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_CtxHelpSuggestion.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_CtxHelpSuggestion * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_CtxHelpSuggestion") public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_CtxHelpSuggestion (Properties ctx, int AD_CtxHelpSuggestion_ID, String trxName) @@ -84,9 +84,8 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion } /** Set Accept. - @param AcceptSuggestion - Accept suggested changes - */ + @param AcceptSuggestion Accept suggested changes + */ public void setAcceptSuggestion (String AcceptSuggestion) { set_Value (COLUMNNAME_AcceptSuggestion, AcceptSuggestion); @@ -95,7 +94,7 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion /** Get Accept. @return Accept suggested changes */ - public String getAcceptSuggestion () + public String getAcceptSuggestion() { return (String)get_Value(COLUMNNAME_AcceptSuggestion); } @@ -107,18 +106,19 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion } /** Set Context Help. - @param AD_CtxHelp_ID Context Help */ + @param AD_CtxHelp_ID Context Help + */ public void setAD_CtxHelp_ID (int AD_CtxHelp_ID) { - if (AD_CtxHelp_ID < 1) + if (AD_CtxHelp_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_CtxHelp_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_CtxHelp_ID, Integer.valueOf(AD_CtxHelp_ID)); } /** Get Context Help. @return Context Help */ - public int getAD_CtxHelp_ID () + public int getAD_CtxHelp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_CtxHelp_ID); if (ii == null) @@ -133,18 +133,19 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion } /** Set Context Help Message. - @param AD_CtxHelpMsg_ID Context Help Message */ + @param AD_CtxHelpMsg_ID Context Help Message + */ public void setAD_CtxHelpMsg_ID (int AD_CtxHelpMsg_ID) { - if (AD_CtxHelpMsg_ID < 1) + if (AD_CtxHelpMsg_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_CtxHelpMsg_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_CtxHelpMsg_ID, Integer.valueOf(AD_CtxHelpMsg_ID)); } /** Get Context Help Message. @return Context Help Message */ - public int getAD_CtxHelpMsg_ID () + public int getAD_CtxHelpMsg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_CtxHelpMsg_ID); if (ii == null) @@ -153,18 +154,19 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion } /** Set Context Help Suggestion. - @param AD_CtxHelpSuggestion_ID Context Help Suggestion */ + @param AD_CtxHelpSuggestion_ID Context Help Suggestion + */ public void setAD_CtxHelpSuggestion_ID (int AD_CtxHelpSuggestion_ID) { - if (AD_CtxHelpSuggestion_ID < 1) + if (AD_CtxHelpSuggestion_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_CtxHelpSuggestion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_CtxHelpSuggestion_ID, Integer.valueOf(AD_CtxHelpSuggestion_ID)); } /** Get Context Help Suggestion. @return Context Help Suggestion */ - public int getAD_CtxHelpSuggestion_ID () + public int getAD_CtxHelpSuggestion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_CtxHelpSuggestion_ID); if (ii == null) @@ -173,7 +175,8 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion } /** Set Context Help Suggestion UUID. - @param AD_CtxHelpSuggestion_UU Context Help Suggestion UUID */ + @param AD_CtxHelpSuggestion_UU Context Help Suggestion UUID + */ public void setAD_CtxHelpSuggestion_UU (String AD_CtxHelpSuggestion_UU) { set_ValueNoCheck (COLUMNNAME_AD_CtxHelpSuggestion_UU, AD_CtxHelpSuggestion_UU); @@ -181,7 +184,7 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion /** Get Context Help Suggestion UUID. @return Context Help Suggestion UUID */ - public String getAD_CtxHelpSuggestion_UU () + public String getAD_CtxHelpSuggestion_UU() { return (String)get_Value(COLUMNNAME_AD_CtxHelpSuggestion_UU); } @@ -189,9 +192,8 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion /** AD_Language AD_Reference_ID=106 */ public static final int AD_LANGUAGE_AD_Reference_ID=106; /** Set Language. - @param AD_Language - Language for this entity - */ + @param AD_Language Language for this entity + */ public void setAD_Language (String AD_Language) { @@ -201,7 +203,7 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion /** Get Language. @return Language for this entity */ - public String getAD_Language () + public String getAD_Language() { return (String)get_Value(COLUMNNAME_AD_Language); } @@ -213,18 +215,19 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion } /** Set Tenant of User. - @param AD_UserClient_ID Tenant of User */ + @param AD_UserClient_ID Tenant of User + */ public void setAD_UserClient_ID (int AD_UserClient_ID) { - if (AD_UserClient_ID < 1) + if (AD_UserClient_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserClient_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserClient_ID, Integer.valueOf(AD_UserClient_ID)); } /** Get Tenant of User. @return Tenant of User */ - public int getAD_UserClient_ID () + public int getAD_UserClient_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserClient_ID); if (ii == null) @@ -239,21 +242,20 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -262,9 +264,8 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion } /** Set Compare. - @param CompareSuggestion - Compare suggested text with original text - */ + @param CompareSuggestion Compare suggested text with original text + */ public void setCompareSuggestion (String CompareSuggestion) { set_Value (COLUMNNAME_CompareSuggestion, CompareSuggestion); @@ -273,15 +274,14 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion /** Get Compare. @return Compare suggested text with original text */ - public String getCompareSuggestion () + public String getCompareSuggestion() { return (String)get_Value(COLUMNNAME_CompareSuggestion); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -290,7 +290,7 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -303,9 +303,8 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion } /** Set Save As Tenant Customization. - @param IsSaveAsTenantCustomization - Apply changes as tenant customization - */ + @param IsSaveAsTenantCustomization Apply changes as tenant customization + */ public void setIsSaveAsTenantCustomization (boolean IsSaveAsTenantCustomization) { set_Value (COLUMNNAME_IsSaveAsTenantCustomization, Boolean.valueOf(IsSaveAsTenantCustomization)); @@ -314,7 +313,7 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion /** Get Save As Tenant Customization. @return Apply changes as tenant customization */ - public boolean isSaveAsTenantCustomization () + public boolean isSaveAsTenantCustomization() { Object oo = get_Value(COLUMNNAME_IsSaveAsTenantCustomization); if (oo != null) @@ -327,9 +326,8 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion } /** Set Message Text. - @param MsgText - Textual Informational, Menu or Error Message - */ + @param MsgText Textual Informational, Menu or Error Message + */ public void setMsgText (String MsgText) { set_Value (COLUMNNAME_MsgText, MsgText); @@ -338,15 +336,14 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion /** Get Message Text. @return Textual Informational, Menu or Error Message */ - public String getMsgText () + public String getMsgText() { return (String)get_Value(COLUMNNAME_MsgText); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -355,7 +352,7 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -368,9 +365,8 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion } /** Set Reject. - @param RejectSuggestion - Reject suggested changes - */ + @param RejectSuggestion Reject suggested changes + */ public void setRejectSuggestion (String RejectSuggestion) { set_Value (COLUMNNAME_RejectSuggestion, RejectSuggestion); @@ -379,7 +375,7 @@ public class X_AD_CtxHelpSuggestion extends PO implements I_AD_CtxHelpSuggestion /** Get Reject. @return Reject suggested changes */ - public String getRejectSuggestion () + public String getRejectSuggestion() { return (String)get_Value(COLUMNNAME_RejectSuggestion); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Document_Action_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Document_Action_Access.java index f81894ca01..185ec8f262 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Document_Action_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Document_Action_Access.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Document_Action_Access * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Document_Action_Access") public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Action_Access, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Document_Action_Access (Properties ctx, int AD_Document_Action_Access_ID, String trxName) @@ -73,7 +73,8 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act } /** Set AD_Document_Action_Access_UU. - @param AD_Document_Action_Access_UU AD_Document_Action_Access_UU */ + @param AD_Document_Action_Access_UU AD_Document_Action_Access_UU + */ public void setAD_Document_Action_Access_UU (String AD_Document_Action_Access_UU) { set_Value (COLUMNNAME_AD_Document_Action_Access_UU, AD_Document_Action_Access_UU); @@ -81,7 +82,7 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act /** Get AD_Document_Action_Access_UU. @return AD_Document_Action_Access_UU */ - public String getAD_Document_Action_Access_UU () + public String getAD_Document_Action_Access_UU() { return (String)get_Value(COLUMNNAME_AD_Document_Action_Access_UU); } @@ -93,21 +94,20 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act } /** Set Reference List. - @param AD_Ref_List_ID - Reference List based on Table - */ + @param AD_Ref_List_ID Reference List based on Table + */ public void setAD_Ref_List_ID (int AD_Ref_List_ID) { - if (AD_Ref_List_ID < 1) + if (AD_Ref_List_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Ref_List_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Ref_List_ID, Integer.valueOf(AD_Ref_List_ID)); } /** Get Reference List. @return Reference List based on Table */ - public int getAD_Ref_List_ID () + public int getAD_Ref_List_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Ref_List_ID); if (ii == null) @@ -122,21 +122,20 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -151,21 +150,20 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_ValueNoCheck (COLUMNNAME_C_DocType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Element.java b/org.adempiere.base/src/org/compiere/model/X_AD_Element.java index 3aa48ecdeb..693838911e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Element.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Element.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Element * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Element") public class X_AD_Element extends PO implements I_AD_Element, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Element (Properties ctx, int AD_Element_ID, String trxName) @@ -77,21 +77,20 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent } /** Set System Element. - @param AD_Element_ID - System Element enables the central maintenance of column description and help. - */ + @param AD_Element_ID System Element enables the central maintenance of column description and help. + */ public void setAD_Element_ID (int AD_Element_ID) { - if (AD_Element_ID < 1) + if (AD_Element_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Element_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Element_ID, Integer.valueOf(AD_Element_ID)); } /** Get System Element. @return System Element enables the central maintenance of column description and help. */ - public int getAD_Element_ID () + public int getAD_Element_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Element_ID); if (ii == null) @@ -100,7 +99,8 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent } /** Set AD_Element_UU. - @param AD_Element_UU AD_Element_UU */ + @param AD_Element_UU AD_Element_UU + */ public void setAD_Element_UU (String AD_Element_UU) { set_Value (COLUMNNAME_AD_Element_UU, AD_Element_UU); @@ -108,15 +108,14 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** Get AD_Element_UU. @return AD_Element_UU */ - public String getAD_Element_UU () + public String getAD_Element_UU() { return (String)get_Value(COLUMNNAME_AD_Element_UU); } /** Set DB Column Name. - @param ColumnName - Name of the column in the database - */ + @param ColumnName Name of the column in the database + */ public void setColumnName (String ColumnName) { set_Value (COLUMNNAME_ColumnName, ColumnName); @@ -125,7 +124,7 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** Get DB Column Name. @return Name of the column in the database */ - public String getColumnName () + public String getColumnName() { return (String)get_Value(COLUMNNAME_ColumnName); } @@ -139,9 +138,8 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -150,7 +148,7 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -158,9 +156,8 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -170,15 +167,14 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -187,15 +183,14 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -204,13 +199,14 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Placeholder. - @param Placeholder Placeholder */ + @param Placeholder Placeholder + */ public void setPlaceholder (String Placeholder) { set_Value (COLUMNNAME_Placeholder, Placeholder); @@ -218,15 +214,14 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** Get Placeholder. @return Placeholder */ - public String getPlaceholder () + public String getPlaceholder() { return (String)get_Value(COLUMNNAME_Placeholder); } /** Set PO Description. - @param PO_Description - Description in PO Screens - */ + @param PO_Description Description in PO Screens + */ public void setPO_Description (String PO_Description) { set_Value (COLUMNNAME_PO_Description, PO_Description); @@ -235,15 +230,14 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** Get PO Description. @return Description in PO Screens */ - public String getPO_Description () + public String getPO_Description() { return (String)get_Value(COLUMNNAME_PO_Description); } /** Set PO Help. - @param PO_Help - Help for PO Screens - */ + @param PO_Help Help for PO Screens + */ public void setPO_Help (String PO_Help) { set_Value (COLUMNNAME_PO_Help, PO_Help); @@ -252,15 +246,14 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** Get PO Help. @return Help for PO Screens */ - public String getPO_Help () + public String getPO_Help() { return (String)get_Value(COLUMNNAME_PO_Help); } /** Set PO Name. - @param PO_Name - Name on PO Screens - */ + @param PO_Name Name on PO Screens + */ public void setPO_Name (String PO_Name) { set_Value (COLUMNNAME_PO_Name, PO_Name); @@ -269,15 +262,14 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** Get PO Name. @return Name on PO Screens */ - public String getPO_Name () + public String getPO_Name() { return (String)get_Value(COLUMNNAME_PO_Name); } /** Set PO Print name. - @param PO_PrintName - Print name on PO Screens/Reports - */ + @param PO_PrintName Print name on PO Screens/Reports + */ public void setPO_PrintName (String PO_PrintName) { set_Value (COLUMNNAME_PO_PrintName, PO_PrintName); @@ -286,15 +278,14 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** Get PO Print name. @return Print name on PO Screens/Reports */ - public String getPO_PrintName () + public String getPO_PrintName() { return (String)get_Value(COLUMNNAME_PO_PrintName); } /** Set Print Text. - @param PrintName - The label text to be printed on a document or correspondence. - */ + @param PrintName The label text to be printed on a document or correspondence. + */ public void setPrintName (String PrintName) { set_Value (COLUMNNAME_PrintName, PrintName); @@ -303,7 +294,7 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent /** Get Print Text. @return The label text to be printed on a document or correspondence. */ - public String getPrintName () + public String getPrintName() { return (String)get_Value(COLUMNNAME_PrintName); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_EntityType.java b/org.adempiere.base/src/org/compiere/model/X_AD_EntityType.java index c1196fc4f3..5e0d8af4ac 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_EntityType.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_EntityType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_EntityType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_EntityType") public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_EntityType (Properties ctx, int AD_EntityType_ID, String trxName) @@ -75,21 +75,20 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent } /** Set Entity Type. - @param AD_EntityType_ID - System Entity Type - */ + @param AD_EntityType_ID System Entity Type + */ public void setAD_EntityType_ID (int AD_EntityType_ID) { - if (AD_EntityType_ID < 1) + if (AD_EntityType_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_EntityType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_EntityType_ID, Integer.valueOf(AD_EntityType_ID)); } /** Get Entity Type. @return System Entity Type */ - public int getAD_EntityType_ID () + public int getAD_EntityType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_EntityType_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent } /** Set AD_EntityType_UU. - @param AD_EntityType_UU AD_EntityType_UU */ + @param AD_EntityType_UU AD_EntityType_UU + */ public void setAD_EntityType_UU (String AD_EntityType_UU) { set_Value (COLUMNNAME_AD_EntityType_UU, AD_EntityType_UU); @@ -106,15 +106,14 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent /** Get AD_EntityType_UU. @return AD_EntityType_UU */ - public String getAD_EntityType_UU () + public String getAD_EntityType_UU() { return (String)get_Value(COLUMNNAME_AD_EntityType_UU); } /** Set Classpath. - @param Classpath - Extension Classpath - */ + @param Classpath Extension Classpath + */ public void setClasspath (String Classpath) { set_Value (COLUMNNAME_Classpath, Classpath); @@ -123,15 +122,14 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent /** Get Classpath. @return Extension Classpath */ - public String getClasspath () + public String getClasspath() { return (String)get_Value(COLUMNNAME_Classpath); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -140,15 +138,14 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { set_ValueNoCheck (COLUMNNAME_EntityType, EntityType); @@ -157,15 +154,14 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -174,15 +170,14 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set ModelPackage. - @param ModelPackage - Java Package of the model classes - */ + @param ModelPackage Java Package of the model classes + */ public void setModelPackage (String ModelPackage) { set_Value (COLUMNNAME_ModelPackage, ModelPackage); @@ -191,15 +186,14 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent /** Get ModelPackage. @return Java Package of the model classes */ - public String getModelPackage () + public String getModelPackage() { return (String)get_Value(COLUMNNAME_ModelPackage); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -208,7 +202,7 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -222,7 +216,8 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -230,7 +225,7 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -243,9 +238,8 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent } /** Set Version. - @param Version - Version of the table definition - */ + @param Version Version of the table definition + */ public void setVersion (String Version) { set_Value (COLUMNNAME_Version, Version); @@ -254,7 +248,7 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent /** Get Version. @return Version of the table definition */ - public String getVersion () + public String getVersion() { return (String)get_Value(COLUMNNAME_Version); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Error.java b/org.adempiere.base/src/org/compiere/model/X_AD_Error.java index ae74dc4357..a09f43c2e4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Error.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Error.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Error * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Error") public class X_AD_Error extends PO implements I_AD_Error, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Error extends PO implements I_AD_Error, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Error (Properties ctx, int AD_Error_ID, String trxName) @@ -73,18 +73,19 @@ public class X_AD_Error extends PO implements I_AD_Error, I_Persistent } /** Set Error. - @param AD_Error_ID Error */ + @param AD_Error_ID Error + */ public void setAD_Error_ID (int AD_Error_ID) { - if (AD_Error_ID < 1) + if (AD_Error_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Error_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Error_ID, Integer.valueOf(AD_Error_ID)); } /** Get Error. @return Error */ - public int getAD_Error_ID () + public int getAD_Error_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Error_ID); if (ii == null) @@ -93,7 +94,8 @@ public class X_AD_Error extends PO implements I_AD_Error, I_Persistent } /** Set AD_Error_UU. - @param AD_Error_UU AD_Error_UU */ + @param AD_Error_UU AD_Error_UU + */ public void setAD_Error_UU (String AD_Error_UU) { set_Value (COLUMNNAME_AD_Error_UU, AD_Error_UU); @@ -101,7 +103,7 @@ public class X_AD_Error extends PO implements I_AD_Error, I_Persistent /** Get AD_Error_UU. @return AD_Error_UU */ - public String getAD_Error_UU () + public String getAD_Error_UU() { return (String)get_Value(COLUMNNAME_AD_Error_UU); } @@ -109,9 +111,8 @@ public class X_AD_Error extends PO implements I_AD_Error, I_Persistent /** AD_Language AD_Reference_ID=106 */ public static final int AD_LANGUAGE_AD_Reference_ID=106; /** Set Language. - @param AD_Language - Language for this entity - */ + @param AD_Language Language for this entity + */ public void setAD_Language (String AD_Language) { @@ -121,15 +122,14 @@ public class X_AD_Error extends PO implements I_AD_Error, I_Persistent /** Get Language. @return Language for this entity */ - public String getAD_Language () + public String getAD_Language() { return (String)get_Value(COLUMNNAME_AD_Language); } /** Set Validation code. - @param Code - Validation Code - */ + @param Code Validation Code + */ public void setCode (String Code) { set_Value (COLUMNNAME_Code, Code); @@ -138,15 +138,14 @@ public class X_AD_Error extends PO implements I_AD_Error, I_Persistent /** Get Validation code. @return Validation Code */ - public String getCode () + public String getCode() { return (String)get_Value(COLUMNNAME_Code); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -155,7 +154,7 @@ public class X_AD_Error extends PO implements I_AD_Error, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Field.java b/org.adempiere.base/src/org/compiere/model/X_AD_Field.java index 1854dabf89..905f4069a4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Field.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Field.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Field * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Field") public class X_AD_Field extends PO implements I_AD_Field, I_Persistent { @@ -33,7 +33,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Field (Properties ctx, int AD_Field_ID, String trxName) @@ -100,21 +100,20 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -129,21 +128,20 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Field Group. - @param AD_FieldGroup_ID - Logical grouping of fields - */ + @param AD_FieldGroup_ID Logical grouping of fields + */ public void setAD_FieldGroup_ID (int AD_FieldGroup_ID) { - if (AD_FieldGroup_ID < 1) + if (AD_FieldGroup_ID < 1) set_Value (COLUMNNAME_AD_FieldGroup_ID, null); - else + else set_Value (COLUMNNAME_AD_FieldGroup_ID, Integer.valueOf(AD_FieldGroup_ID)); } /** Get Field Group. @return Logical grouping of fields */ - public int getAD_FieldGroup_ID () + public int getAD_FieldGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_FieldGroup_ID); if (ii == null) @@ -152,21 +150,20 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Field. - @param AD_Field_ID - Field on a database table - */ + @param AD_Field_ID Field on a database table + */ public void setAD_Field_ID (int AD_Field_ID) { - if (AD_Field_ID < 1) + if (AD_Field_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Field_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Field_ID, Integer.valueOf(AD_Field_ID)); } /** Get Field. @return Field on a database table */ - public int getAD_Field_ID () + public int getAD_Field_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Field_ID); if (ii == null) @@ -181,21 +178,20 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Field Style. - @param AD_FieldStyle_ID - Field CSS Style - */ + @param AD_FieldStyle_ID Field CSS Style + */ public void setAD_FieldStyle_ID (int AD_FieldStyle_ID) { - if (AD_FieldStyle_ID < 1) + if (AD_FieldStyle_ID < 1) set_Value (COLUMNNAME_AD_FieldStyle_ID, null); - else + else set_Value (COLUMNNAME_AD_FieldStyle_ID, Integer.valueOf(AD_FieldStyle_ID)); } /** Get Field Style. @return Field CSS Style */ - public int getAD_FieldStyle_ID () + public int getAD_FieldStyle_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_FieldStyle_ID); if (ii == null) @@ -204,7 +200,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set AD_Field_UU. - @param AD_Field_UU AD_Field_UU */ + @param AD_Field_UU AD_Field_UU + */ public void setAD_Field_UU (String AD_Field_UU) { set_Value (COLUMNNAME_AD_Field_UU, AD_Field_UU); @@ -212,7 +209,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get AD_Field_UU. @return AD_Field_UU */ - public String getAD_Field_UU () + public String getAD_Field_UU() { return (String)get_Value(COLUMNNAME_AD_Field_UU); } @@ -224,21 +221,20 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Label Style. - @param AD_LabelStyle_ID - Label CSS Style - */ + @param AD_LabelStyle_ID Label CSS Style + */ public void setAD_LabelStyle_ID (int AD_LabelStyle_ID) { - if (AD_LabelStyle_ID < 1) + if (AD_LabelStyle_ID < 1) set_Value (COLUMNNAME_AD_LabelStyle_ID, null); - else + else set_Value (COLUMNNAME_AD_LabelStyle_ID, Integer.valueOf(AD_LabelStyle_ID)); } /** Get Label Style. @return Label CSS Style */ - public int getAD_LabelStyle_ID () + public int getAD_LabelStyle_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_LabelStyle_ID); if (ii == null) @@ -253,21 +249,20 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -282,21 +277,20 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Reference Key. - @param AD_Reference_Value_ID - Required to specify, if data type is Table or List - */ + @param AD_Reference_Value_ID Required to specify, if data type is Table or List + */ public void setAD_Reference_Value_ID (int AD_Reference_Value_ID) { - if (AD_Reference_Value_ID < 1) + if (AD_Reference_Value_ID < 1) set_Value (COLUMNNAME_AD_Reference_Value_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_Value_ID, Integer.valueOf(AD_Reference_Value_ID)); } /** Get Reference Key. @return Required to specify, if data type is Table or List */ - public int getAD_Reference_Value_ID () + public int getAD_Reference_Value_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_Value_ID); if (ii == null) @@ -311,21 +305,20 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Tab. - @param AD_Tab_ID - Tab within a Window - */ + @param AD_Tab_ID Tab within a Window + */ public void setAD_Tab_ID (int AD_Tab_ID) { - if (AD_Tab_ID < 1) + if (AD_Tab_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tab_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tab_ID, Integer.valueOf(AD_Tab_ID)); } /** Get Tab. @return Tab within a Window */ - public int getAD_Tab_ID () + public int getAD_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_ID); if (ii == null) @@ -340,21 +333,20 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Dynamic Validation. - @param AD_Val_Rule_ID - Dynamic Validation Rule - */ + @param AD_Val_Rule_ID Dynamic Validation Rule + */ public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) { - if (AD_Val_Rule_ID < 1) + if (AD_Val_Rule_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_ID, Integer.valueOf(AD_Val_Rule_ID)); } /** Get Dynamic Validation. @return Dynamic Validation Rule */ - public int getAD_Val_Rule_ID () + public int getAD_Val_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_ID); if (ii == null) @@ -369,21 +361,20 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Dynamic Validation (Lookup). - @param AD_Val_Rule_Lookup_ID - Override Dynamic Validation Rule for Lookup Window - */ + @param AD_Val_Rule_Lookup_ID Override Dynamic Validation Rule for Lookup Window + */ public void setAD_Val_Rule_Lookup_ID (int AD_Val_Rule_Lookup_ID) { - if (AD_Val_Rule_Lookup_ID < 1) + if (AD_Val_Rule_Lookup_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_Lookup_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_Lookup_ID, Integer.valueOf(AD_Val_Rule_Lookup_ID)); } /** Get Dynamic Validation (Lookup). @return Override Dynamic Validation Rule for Lookup Window */ - public int getAD_Val_Rule_Lookup_ID () + public int getAD_Val_Rule_Lookup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_Lookup_ID); if (ii == null) @@ -392,9 +383,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Column Span. - @param ColumnSpan - Number of column for a box of field - */ + @param ColumnSpan Number of column for a box of field + */ public void setColumnSpan (int ColumnSpan) { set_Value (COLUMNNAME_ColumnSpan, Integer.valueOf(ColumnSpan)); @@ -403,7 +393,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Column Span. @return Number of column for a box of field */ - public int getColumnSpan () + public int getColumnSpan() { Integer ii = (Integer)get_Value(COLUMNNAME_ColumnSpan); if (ii == null) @@ -412,9 +402,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Column SQL. - @param ColumnSQL - Virtual Column (r/o) - */ + @param ColumnSQL Virtual Column (r/o) + */ public void setColumnSQL (String ColumnSQL) { set_Value (COLUMNNAME_ColumnSQL, ColumnSQL); @@ -423,15 +412,14 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Column SQL. @return Virtual Column (r/o) */ - public String getColumnSQL () + public String getColumnSQL() { return (String)get_Value(COLUMNNAME_ColumnSQL); } /** Set Default Logic. - @param DefaultValue - Default value hierarchy, separated by ; - */ + @param DefaultValue Default value hierarchy, separated by ; + */ public void setDefaultValue (String DefaultValue) { set_Value (COLUMNNAME_DefaultValue, DefaultValue); @@ -440,15 +428,14 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Default Logic. @return Default value hierarchy, separated by ; */ - public String getDefaultValue () + public String getDefaultValue() { return (String)get_Value(COLUMNNAME_DefaultValue); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -457,15 +444,14 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Display Length. - @param DisplayLength - Length of the display in characters - */ + @param DisplayLength Length of the display in characters + */ public void setDisplayLength (int DisplayLength) { set_Value (COLUMNNAME_DisplayLength, Integer.valueOf(DisplayLength)); @@ -474,7 +460,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Display Length. @return Length of the display in characters */ - public int getDisplayLength () + public int getDisplayLength() { Integer ii = (Integer)get_Value(COLUMNNAME_DisplayLength); if (ii == null) @@ -483,9 +469,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -494,7 +479,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } @@ -502,9 +487,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -514,15 +498,14 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -531,7 +514,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -543,21 +526,20 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Included Tab. - @param Included_Tab_ID - Included Tab in this Tab (Master Detail) - */ + @param Included_Tab_ID Included Tab in this Tab (Master Detail) + */ public void setIncluded_Tab_ID (int Included_Tab_ID) { - if (Included_Tab_ID < 1) + if (Included_Tab_ID < 1) set_Value (COLUMNNAME_Included_Tab_ID, null); - else + else set_Value (COLUMNNAME_Included_Tab_ID, Integer.valueOf(Included_Tab_ID)); } /** Get Included Tab. @return Included Tab in this Tab (Master Detail) */ - public int getIncluded_Tab_ID () + public int getIncluded_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Included_Tab_ID); if (ii == null) @@ -566,7 +548,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Advanced Field. - @param IsAdvancedField Advanced Field */ + @param IsAdvancedField Advanced Field + */ public void setIsAdvancedField (boolean IsAdvancedField) { set_Value (COLUMNNAME_IsAdvancedField, Boolean.valueOf(IsAdvancedField)); @@ -574,7 +557,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Advanced Field. @return Advanced Field */ - public boolean isAdvancedField () + public boolean isAdvancedField() { Object oo = get_Value(COLUMNNAME_IsAdvancedField); if (oo != null) @@ -593,9 +576,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Yes = Y */ public static final String ISALLOWCOPY_Yes = "Y"; /** Set Allow Copy. - @param IsAllowCopy - Determine if a column must be copied when pushing the button to copy record - */ + @param IsAllowCopy Determine if a column must be copied when pushing the button to copy record + */ public void setIsAllowCopy (String IsAllowCopy) { @@ -605,7 +587,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Allow Copy. @return Determine if a column must be copied when pushing the button to copy record */ - public String getIsAllowCopy () + public String getIsAllowCopy() { return (String)get_Value(COLUMNNAME_IsAllowCopy); } @@ -617,9 +599,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Yes = Y */ public static final String ISALWAYSUPDATEABLE_Yes = "Y"; /** Set Always Updatable. - @param IsAlwaysUpdateable - The column is always updateable, even if the record is not active or processed - */ + @param IsAlwaysUpdateable The column is always updateable, even if the record is not active or processed + */ public void setIsAlwaysUpdateable (String IsAlwaysUpdateable) { @@ -629,15 +610,14 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Always Updatable. @return The column is always updateable, even if the record is not active or processed */ - public String getIsAlwaysUpdateable () + public String getIsAlwaysUpdateable() { return (String)get_Value(COLUMNNAME_IsAlwaysUpdateable); } /** Set Centrally maintained. - @param IsCentrallyMaintained - Information maintained in System Element table - */ + @param IsCentrallyMaintained Information maintained in System Element table + */ public void setIsCentrallyMaintained (boolean IsCentrallyMaintained) { set_Value (COLUMNNAME_IsCentrallyMaintained, Boolean.valueOf(IsCentrallyMaintained)); @@ -646,7 +626,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Centrally maintained. @return Information maintained in System Element table */ - public boolean isCentrallyMaintained () + public boolean isCentrallyMaintained() { Object oo = get_Value(COLUMNNAME_IsCentrallyMaintained); if (oo != null) @@ -659,7 +639,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Default Focus. - @param IsDefaultFocus Default Focus */ + @param IsDefaultFocus Default Focus + */ public void setIsDefaultFocus (boolean IsDefaultFocus) { set_Value (COLUMNNAME_IsDefaultFocus, Boolean.valueOf(IsDefaultFocus)); @@ -667,7 +648,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Default Focus. @return Default Focus */ - public boolean isDefaultFocus () + public boolean isDefaultFocus() { Object oo = get_Value(COLUMNNAME_IsDefaultFocus); if (oo != null) @@ -680,9 +661,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Displayed. - @param IsDisplayed - Determines, if this field is displayed - */ + @param IsDisplayed Determines, if this field is displayed + */ public void setIsDisplayed (boolean IsDisplayed) { set_Value (COLUMNNAME_IsDisplayed, Boolean.valueOf(IsDisplayed)); @@ -691,7 +671,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Displayed. @return Determines, if this field is displayed */ - public boolean isDisplayed () + public boolean isDisplayed() { Object oo = get_Value(COLUMNNAME_IsDisplayed); if (oo != null) @@ -704,7 +684,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Show in Grid. - @param IsDisplayedGrid Show in Grid */ + @param IsDisplayedGrid Show in Grid + */ public void setIsDisplayedGrid (boolean IsDisplayedGrid) { set_Value (COLUMNNAME_IsDisplayedGrid, Boolean.valueOf(IsDisplayedGrid)); @@ -712,7 +693,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Show in Grid. @return Show in Grid */ - public boolean isDisplayedGrid () + public boolean isDisplayedGrid() { Object oo = get_Value(COLUMNNAME_IsDisplayedGrid); if (oo != null) @@ -725,9 +706,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Encrypted. - @param IsEncrypted - Display or Storage is encrypted - */ + @param IsEncrypted Display or Storage is encrypted + */ public void setIsEncrypted (boolean IsEncrypted) { set_Value (COLUMNNAME_IsEncrypted, Boolean.valueOf(IsEncrypted)); @@ -736,7 +716,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Encrypted. @return Display or Storage is encrypted */ - public boolean isEncrypted () + public boolean isEncrypted() { Object oo = get_Value(COLUMNNAME_IsEncrypted); if (oo != null) @@ -749,9 +729,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Field Only. - @param IsFieldOnly - Label is not displayed - */ + @param IsFieldOnly Label is not displayed + */ public void setIsFieldOnly (boolean IsFieldOnly) { set_Value (COLUMNNAME_IsFieldOnly, Boolean.valueOf(IsFieldOnly)); @@ -760,7 +739,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Field Only. @return Label is not displayed */ - public boolean isFieldOnly () + public boolean isFieldOnly() { Object oo = get_Value(COLUMNNAME_IsFieldOnly); if (oo != null) @@ -773,9 +752,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Heading only. - @param IsHeading - Field without Column - Only label is displayed - */ + @param IsHeading Field without Column - Only label is displayed + */ public void setIsHeading (boolean IsHeading) { set_Value (COLUMNNAME_IsHeading, Boolean.valueOf(IsHeading)); @@ -784,7 +762,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Heading only. @return Field without Column - Only label is displayed */ - public boolean isHeading () + public boolean isHeading() { Object oo = get_Value(COLUMNNAME_IsHeading); if (oo != null) @@ -803,9 +781,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Yes = Y */ public static final String ISMANDATORY_Yes = "Y"; /** Set Mandatory. - @param IsMandatory - Data entry is required in this column - */ + @param IsMandatory Data entry is required in this column + */ public void setIsMandatory (String IsMandatory) { @@ -815,13 +792,14 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Mandatory. @return Data entry is required in this column */ - public String getIsMandatory () + public String getIsMandatory() { return (String)get_Value(COLUMNNAME_IsMandatory); } /** Set Quick Entry. - @param IsQuickEntry Quick Entry */ + @param IsQuickEntry Quick Entry + */ public void setIsQuickEntry (boolean IsQuickEntry) { set_Value (COLUMNNAME_IsQuickEntry, Boolean.valueOf(IsQuickEntry)); @@ -829,7 +807,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Quick Entry. @return Quick Entry */ - public boolean isQuickEntry () + public boolean isQuickEntry() { Object oo = get_Value(COLUMNNAME_IsQuickEntry); if (oo != null) @@ -842,9 +820,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Quick Form. - @param IsQuickForm - Display in Quick Form - */ + @param IsQuickForm Display in Quick Form + */ public void setIsQuickForm (boolean IsQuickForm) { set_Value (COLUMNNAME_IsQuickForm, Boolean.valueOf(IsQuickForm)); @@ -853,7 +830,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Quick Form. @return Display in Quick Form */ - public boolean isQuickForm () + public boolean isQuickForm() { Object oo = get_Value(COLUMNNAME_IsQuickForm); if (oo != null) @@ -866,9 +843,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (boolean IsReadOnly) { set_Value (COLUMNNAME_IsReadOnly, Boolean.valueOf(IsReadOnly)); @@ -877,7 +853,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Read Only. @return Field is read only */ - public boolean isReadOnly () + public boolean isReadOnly() { Object oo = get_Value(COLUMNNAME_IsReadOnly); if (oo != null) @@ -890,9 +866,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Same Line. - @param IsSameLine - Displayed on same line as previous field - */ + @param IsSameLine Displayed on same line as previous field + */ public void setIsSameLine (boolean IsSameLine) { set_Value (COLUMNNAME_IsSameLine, Boolean.valueOf(IsSameLine)); @@ -901,7 +876,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Same Line. @return Displayed on same line as previous field */ - public boolean isSameLine () + public boolean isSameLine() { Object oo = get_Value(COLUMNNAME_IsSameLine); if (oo != null) @@ -920,9 +895,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Yes = Y */ public static final String ISSELECTIONCOLUMN_Yes = "Y"; /** Set Selection Column. - @param IsSelectionColumn - Is this column used for finding rows in windows - */ + @param IsSelectionColumn Is this column used for finding rows in windows + */ public void setIsSelectionColumn (String IsSelectionColumn) { @@ -932,7 +906,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Selection Column. @return Is this column used for finding rows in windows */ - public String getIsSelectionColumn () + public String getIsSelectionColumn() { return (String)get_Value(COLUMNNAME_IsSelectionColumn); } @@ -946,9 +920,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Toolbar = Y */ public static final String ISTOOLBARBUTTON_Toolbar = "Y"; /** Set Toolbar Button. - @param IsToolbarButton - Show the button on the toolbar, the window, or both - */ + @param IsToolbarButton Show the button on the toolbar, the window, or both + */ public void setIsToolbarButton (String IsToolbarButton) { @@ -958,7 +931,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Toolbar Button. @return Show the button on the toolbar, the window, or both */ - public String getIsToolbarButton () + public String getIsToolbarButton() { return (String)get_Value(COLUMNNAME_IsToolbarButton); } @@ -970,9 +943,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Yes = Y */ public static final String ISUPDATEABLE_Yes = "Y"; /** Set Updatable. - @param IsUpdateable - Determines, if the field can be updated - */ + @param IsUpdateable Determines, if the field can be updated + */ public void setIsUpdateable (String IsUpdateable) { @@ -982,13 +954,14 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Updatable. @return Determines, if the field can be updated */ - public String getIsUpdateable () + public String getIsUpdateable() { return (String)get_Value(COLUMNNAME_IsUpdateable); } /** Set Mandatory Logic. - @param MandatoryLogic Mandatory Logic */ + @param MandatoryLogic Mandatory Logic + */ public void setMandatoryLogic (String MandatoryLogic) { set_Value (COLUMNNAME_MandatoryLogic, MandatoryLogic); @@ -996,15 +969,14 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Mandatory Logic. @return Mandatory Logic */ - public String getMandatoryLogic () + public String getMandatoryLogic() { return (String)get_Value(COLUMNNAME_MandatoryLogic); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -1013,7 +985,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -1027,9 +999,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Number of Lines. - @param NumLines - Number of lines for a field - */ + @param NumLines Number of lines for a field + */ public void setNumLines (int NumLines) { set_Value (COLUMNNAME_NumLines, Integer.valueOf(NumLines)); @@ -1038,7 +1009,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Number of Lines. @return Number of lines for a field */ - public int getNumLines () + public int getNumLines() { Integer ii = (Integer)get_Value(COLUMNNAME_NumLines); if (ii == null) @@ -1057,9 +1028,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Obscure AlphaNumeric but first/last 4 = A44 */ public static final String OBSCURETYPE_ObscureAlphaNumericButFirstLast4 = "A44"; /** Set Obscure. - @param ObscureType - Type of obscuring the data (limiting the display) - */ + @param ObscureType Type of obscuring the data (limiting the display) + */ public void setObscureType (String ObscureType) { @@ -1069,13 +1039,14 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Obscure. @return Type of obscuring the data (limiting the display) */ - public String getObscureType () + public String getObscureType() { return (String)get_Value(COLUMNNAME_ObscureType); } /** Set Placeholder. - @param Placeholder Placeholder */ + @param Placeholder Placeholder + */ public void setPlaceholder (String Placeholder) { set_Value (COLUMNNAME_Placeholder, Placeholder); @@ -1083,15 +1054,14 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Placeholder. @return Placeholder */ - public String getPlaceholder () + public String getPlaceholder() { return (String)get_Value(COLUMNNAME_Placeholder); } /** Set Read Only Logic. - @param ReadOnlyLogic - Logic to determine if field is read only (applies only when field is read-write) - */ + @param ReadOnlyLogic Logic to determine if field is read only (applies only when field is read-write) + */ public void setReadOnlyLogic (String ReadOnlyLogic) { set_Value (COLUMNNAME_ReadOnlyLogic, ReadOnlyLogic); @@ -1100,15 +1070,14 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Read Only Logic. @return Logic to determine if field is read only (applies only when field is read-write) */ - public String getReadOnlyLogic () + public String getReadOnlyLogic() { return (String)get_Value(COLUMNNAME_ReadOnlyLogic); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -1117,7 +1086,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -1126,7 +1095,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Grid Sequence No. - @param SeqNoGrid Grid Sequence No */ + @param SeqNoGrid Grid Sequence No + */ public void setSeqNoGrid (int SeqNoGrid) { set_Value (COLUMNNAME_SeqNoGrid, Integer.valueOf(SeqNoGrid)); @@ -1134,7 +1104,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Grid Sequence No. @return Grid Sequence No */ - public int getSeqNoGrid () + public int getSeqNoGrid() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNoGrid); if (ii == null) @@ -1143,9 +1113,8 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Record Sort No. - @param SortNo - Determines in what order the records are displayed - */ + @param SortNo Determines in what order the records are displayed + */ public void setSortNo (BigDecimal SortNo) { set_Value (COLUMNNAME_SortNo, SortNo); @@ -1154,7 +1123,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get Record Sort No. @return Determines in what order the records are displayed */ - public BigDecimal getSortNo () + public BigDecimal getSortNo() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SortNo); if (bd == null) @@ -1163,26 +1132,24 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent } /** Set Value Format. - @param VFormat - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" - */ + @param VFormat Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + */ public void setVFormat (String VFormat) { set_Value (COLUMNNAME_VFormat, VFormat); } /** Get Value Format. - @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ - public String getVFormat () + public String getVFormat() { return (String)get_Value(COLUMNNAME_VFormat); } /** Set X Position. - @param XPosition - Absolute X (horizontal) position in 1/72 of an inch - */ + @param XPosition Absolute X (horizontal) position in 1/72 of an inch + */ public void setXPosition (int XPosition) { set_Value (COLUMNNAME_XPosition, Integer.valueOf(XPosition)); @@ -1191,7 +1158,7 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent /** Get X Position. @return Absolute X (horizontal) position in 1/72 of an inch */ - public int getXPosition () + public int getXPosition() { Integer ii = (Integer)get_Value(COLUMNNAME_XPosition); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_FieldGroup.java b/org.adempiere.base/src/org/compiere/model/X_AD_FieldGroup.java index 2cbacf8f36..6edc3f483f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_FieldGroup.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_FieldGroup.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_FieldGroup * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_FieldGroup") public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_FieldGroup (Properties ctx, int AD_FieldGroup_ID, String trxName) @@ -75,21 +75,20 @@ public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent } /** Set Field Group. - @param AD_FieldGroup_ID - Logical grouping of fields - */ + @param AD_FieldGroup_ID Logical grouping of fields + */ public void setAD_FieldGroup_ID (int AD_FieldGroup_ID) { - if (AD_FieldGroup_ID < 1) + if (AD_FieldGroup_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_FieldGroup_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_FieldGroup_ID, Integer.valueOf(AD_FieldGroup_ID)); } /** Get Field Group. @return Logical grouping of fields */ - public int getAD_FieldGroup_ID () + public int getAD_FieldGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_FieldGroup_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent } /** Set AD_FieldGroup_UU. - @param AD_FieldGroup_UU AD_FieldGroup_UU */ + @param AD_FieldGroup_UU AD_FieldGroup_UU + */ public void setAD_FieldGroup_UU (String AD_FieldGroup_UU) { set_Value (COLUMNNAME_AD_FieldGroup_UU, AD_FieldGroup_UU); @@ -106,7 +106,7 @@ public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent /** Get AD_FieldGroup_UU. @return AD_FieldGroup_UU */ - public String getAD_FieldGroup_UU () + public String getAD_FieldGroup_UU() { return (String)get_Value(COLUMNNAME_AD_FieldGroup_UU); } @@ -114,9 +114,8 @@ public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -126,7 +125,7 @@ public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } @@ -140,7 +139,8 @@ public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent /** Tab = T */ public static final String FIELDGROUPTYPE_Tab = "T"; /** Set Field Group Type. - @param FieldGroupType Field Group Type */ + @param FieldGroupType Field Group Type + */ public void setFieldGroupType (String FieldGroupType) { @@ -149,15 +149,14 @@ public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent /** Get Field Group Type. @return Field Group Type */ - public String getFieldGroupType () + public String getFieldGroupType() { return (String)get_Value(COLUMNNAME_FieldGroupType); } /** Set Collapsed By Default. - @param IsCollapsedByDefault - Flag to set the initial state of collapsible field group. - */ + @param IsCollapsedByDefault Flag to set the initial state of collapsible field group. + */ public void setIsCollapsedByDefault (boolean IsCollapsedByDefault) { set_Value (COLUMNNAME_IsCollapsedByDefault, Boolean.valueOf(IsCollapsedByDefault)); @@ -166,7 +165,7 @@ public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent /** Get Collapsed By Default. @return Flag to set the initial state of collapsible field group. */ - public boolean isCollapsedByDefault () + public boolean isCollapsedByDefault() { Object oo = get_Value(COLUMNNAME_IsCollapsedByDefault); if (oo != null) @@ -179,9 +178,8 @@ public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -190,7 +188,7 @@ public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_FieldSuggestion.java b/org.adempiere.base/src/org/compiere/model/X_AD_FieldSuggestion.java index 2232ddfd94..a8993b827e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_FieldSuggestion.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_FieldSuggestion.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_FieldSuggestion * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_FieldSuggestion") public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_FieldSuggestion (Properties ctx, int AD_FieldSuggestion_ID, String trxName) @@ -84,9 +84,8 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ } /** Set Accept. - @param AcceptSuggestion - Accept suggested changes - */ + @param AcceptSuggestion Accept suggested changes + */ public void setAcceptSuggestion (String AcceptSuggestion) { set_Value (COLUMNNAME_AcceptSuggestion, AcceptSuggestion); @@ -95,7 +94,7 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Accept. @return Accept suggested changes */ - public String getAcceptSuggestion () + public String getAcceptSuggestion() { return (String)get_Value(COLUMNNAME_AcceptSuggestion); } @@ -107,21 +106,20 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ } /** Set Field. - @param AD_Field_ID - Field on a database table - */ + @param AD_Field_ID Field on a database table + */ public void setAD_Field_ID (int AD_Field_ID) { - if (AD_Field_ID < 1) + if (AD_Field_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Field_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Field_ID, Integer.valueOf(AD_Field_ID)); } /** Get Field. @return Field on a database table */ - public int getAD_Field_ID () + public int getAD_Field_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Field_ID); if (ii == null) @@ -130,18 +128,19 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ } /** Set Field Suggestions. - @param AD_FieldSuggestion_ID Field Suggestions */ + @param AD_FieldSuggestion_ID Field Suggestions + */ public void setAD_FieldSuggestion_ID (int AD_FieldSuggestion_ID) { - if (AD_FieldSuggestion_ID < 1) + if (AD_FieldSuggestion_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_FieldSuggestion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_FieldSuggestion_ID, Integer.valueOf(AD_FieldSuggestion_ID)); } /** Get Field Suggestions. @return Field Suggestions */ - public int getAD_FieldSuggestion_ID () + public int getAD_FieldSuggestion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_FieldSuggestion_ID); if (ii == null) @@ -150,7 +149,8 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ } /** Set Field Suggestions UUID. - @param AD_FieldSuggestion_UU Field Suggestions UUID */ + @param AD_FieldSuggestion_UU Field Suggestions UUID + */ public void setAD_FieldSuggestion_UU (String AD_FieldSuggestion_UU) { set_ValueNoCheck (COLUMNNAME_AD_FieldSuggestion_UU, AD_FieldSuggestion_UU); @@ -158,7 +158,7 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Field Suggestions UUID. @return Field Suggestions UUID */ - public String getAD_FieldSuggestion_UU () + public String getAD_FieldSuggestion_UU() { return (String)get_Value(COLUMNNAME_AD_FieldSuggestion_UU); } @@ -166,9 +166,8 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** AD_Language AD_Reference_ID=106 */ public static final int AD_LANGUAGE_AD_Reference_ID=106; /** Set Language. - @param AD_Language - Language for this entity - */ + @param AD_Language Language for this entity + */ public void setAD_Language (String AD_Language) { @@ -178,7 +177,7 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Language. @return Language for this entity */ - public String getAD_Language () + public String getAD_Language() { return (String)get_Value(COLUMNNAME_AD_Language); } @@ -190,9 +189,8 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ } /** Set Tab. - @param AD_Tab_ID - Tab within a Window - */ + @param AD_Tab_ID Tab within a Window + */ public void setAD_Tab_ID (int AD_Tab_ID) { throw new IllegalArgumentException ("AD_Tab_ID is virtual column"); } @@ -200,7 +198,7 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Tab. @return Tab within a Window */ - public int getAD_Tab_ID () + public int getAD_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_ID); if (ii == null) @@ -215,18 +213,19 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ } /** Set Tenant of User. - @param AD_UserClient_ID Tenant of User */ + @param AD_UserClient_ID Tenant of User + */ public void setAD_UserClient_ID (int AD_UserClient_ID) { - if (AD_UserClient_ID < 1) + if (AD_UserClient_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserClient_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserClient_ID, Integer.valueOf(AD_UserClient_ID)); } /** Get Tenant of User. @return Tenant of User */ - public int getAD_UserClient_ID () + public int getAD_UserClient_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserClient_ID); if (ii == null) @@ -241,21 +240,20 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -270,9 +268,8 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { throw new IllegalArgumentException ("AD_Window_ID is virtual column"); } @@ -280,7 +277,7 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -289,9 +286,8 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ } /** Set Compare. - @param CompareSuggestion - Compare suggested text with original text - */ + @param CompareSuggestion Compare suggested text with original text + */ public void setCompareSuggestion (String CompareSuggestion) { set_Value (COLUMNNAME_CompareSuggestion, CompareSuggestion); @@ -300,15 +296,14 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Compare. @return Compare suggested text with original text */ - public String getCompareSuggestion () + public String getCompareSuggestion() { return (String)get_Value(COLUMNNAME_CompareSuggestion); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -317,7 +312,7 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -329,7 +324,8 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Field = F */ public static final String FIELDSUGGESTIONTARGET_Field = "F"; /** Set Apply Suggestion To. - @param FieldSuggestionTarget Apply Suggestion To */ + @param FieldSuggestionTarget Apply Suggestion To + */ public void setFieldSuggestionTarget (String FieldSuggestionTarget) { @@ -338,15 +334,14 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Apply Suggestion To. @return Apply Suggestion To */ - public String getFieldSuggestionTarget () + public String getFieldSuggestionTarget() { return (String)get_Value(COLUMNNAME_FieldSuggestionTarget); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -355,15 +350,14 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -372,7 +366,7 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -385,7 +379,8 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ } /** Set Update Base Language. - @param IsUpdateBaseLanguage Update Base Language */ + @param IsUpdateBaseLanguage Update Base Language + */ public void setIsUpdateBaseLanguage (boolean IsUpdateBaseLanguage) { set_Value (COLUMNNAME_IsUpdateBaseLanguage, Boolean.valueOf(IsUpdateBaseLanguage)); @@ -393,7 +388,7 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Update Base Language. @return Update Base Language */ - public boolean isUpdateBaseLanguage () + public boolean isUpdateBaseLanguage() { Object oo = get_Value(COLUMNNAME_IsUpdateBaseLanguage); if (oo != null) @@ -406,9 +401,8 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -417,15 +411,14 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -434,7 +427,7 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -447,9 +440,8 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ } /** Set Reject. - @param RejectSuggestion - Reject suggested changes - */ + @param RejectSuggestion Reject suggested changes + */ public void setRejectSuggestion (String RejectSuggestion) { set_Value (COLUMNNAME_RejectSuggestion, RejectSuggestion); @@ -458,7 +450,7 @@ public class X_AD_FieldSuggestion extends PO implements I_AD_FieldSuggestion, I_ /** Get Reject. @return Reject suggested changes */ - public String getRejectSuggestion () + public String getRejectSuggestion() { return (String)get_Value(COLUMNNAME_RejectSuggestion); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Find.java b/org.adempiere.base/src/org/compiere/model/X_AD_Find.java index d29d5b8548..62fa2b10b1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Find.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Find.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Find * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Find") public class X_AD_Find extends PO implements I_AD_Find, I_Persistent { @@ -33,7 +33,7 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Find (Properties ctx, int AD_Find_ID, String trxName) @@ -87,21 +87,20 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -110,18 +109,19 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent } /** Set Find. - @param AD_Find_ID Find */ + @param AD_Find_ID Find + */ public void setAD_Find_ID (int AD_Find_ID) { - if (AD_Find_ID < 1) + if (AD_Find_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Find_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Find_ID, Integer.valueOf(AD_Find_ID)); } /** Get Find. @return Find */ - public int getAD_Find_ID () + public int getAD_Find_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Find_ID); if (ii == null) @@ -138,7 +138,8 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent } /** Set AD_Find_UU. - @param AD_Find_UU AD_Find_UU */ + @param AD_Find_UU AD_Find_UU + */ public void setAD_Find_UU (String AD_Find_UU) { set_Value (COLUMNNAME_AD_Find_UU, AD_Find_UU); @@ -146,7 +147,7 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent /** Get AD_Find_UU. @return AD_Find_UU */ - public String getAD_Find_UU () + public String getAD_Find_UU() { return (String)get_Value(COLUMNNAME_AD_Find_UU); } @@ -158,9 +159,8 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent /** Or = O */ public static final String ANDOR_Or = "O"; /** Set And/Or. - @param AndOr - Logical operation: AND or OR - */ + @param AndOr Logical operation: AND or OR + */ public void setAndOr (String AndOr) { @@ -170,13 +170,14 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent /** Get And/Or. @return Logical operation: AND or OR */ - public String getAndOr () + public String getAndOr() { return (String)get_Value(COLUMNNAME_AndOr); } /** Set Find. - @param Find_ID Find */ + @param Find_ID Find + */ public void setFind_ID (BigDecimal Find_ID) { set_Value (COLUMNNAME_Find_ID, Find_ID); @@ -184,7 +185,7 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent /** Get Find. @return Find */ - public BigDecimal getFind_ID () + public BigDecimal getFind_ID() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Find_ID); if (bd == null) @@ -196,26 +197,25 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent public static final int OPERATION_AD_Reference_ID=205; /** != = != */ public static final String OPERATION_NotEq = "!="; - /** < = << */ + /** < = << */ public static final String OPERATION_Le = "<<"; - /** <= = <= */ + /** <= = <= */ public static final String OPERATION_LeEq = "<="; /** = = == */ public static final String OPERATION_Eq = "=="; - /** >= = >= */ + /** >= = >= */ public static final String OPERATION_GtEq = ">="; - /** > = >> */ + /** > = >> */ public static final String OPERATION_Gt = ">>"; /** ~ = ~~ */ public static final String OPERATION_Like = "~~"; - /** || = AB */ + /** |<x>| = AB */ public static final String OPERATION_X = "AB"; /** sql = SQ */ public static final String OPERATION_Sql = "SQ"; /** Set Operation. - @param Operation - Compare Operation - */ + @param Operation Compare Operation + */ public void setOperation (String Operation) { @@ -225,15 +225,14 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent /** Get Operation. @return Compare Operation */ - public String getOperation () + public String getOperation() { return (String)get_Value(COLUMNNAME_Operation); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -242,15 +241,14 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Value To. - @param Value2 - Value To - */ + @param Value2 Value To + */ public void setValue2 (String Value2) { set_Value (COLUMNNAME_Value2, Value2); @@ -259,7 +257,7 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent /** Get Value To. @return Value To */ - public String getValue2 () + public String getValue2() { return (String)get_Value(COLUMNNAME_Value2); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Form.java b/org.adempiere.base/src/org/compiere/model/X_AD_Form.java index fc0b56a2f6..afd9cf7e2e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Form.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Form.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Form * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Form") public class X_AD_Form extends PO implements I_AD_Form, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Form (Properties ctx, int AD_Form_ID, String trxName) @@ -91,9 +91,8 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent /** All = 7 */ public static final String ACCESSLEVEL_All = "7"; /** Set Data Access Level. - @param AccessLevel - Access Level required - */ + @param AccessLevel Access Level required + */ public void setAccessLevel (String AccessLevel) { @@ -103,7 +102,7 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent /** Get Data Access Level. @return Access Level required */ - public String getAccessLevel () + public String getAccessLevel() { return (String)get_Value(COLUMNNAME_AccessLevel); } @@ -115,18 +114,19 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent } /** Set Context Help. - @param AD_CtxHelp_ID Context Help */ + @param AD_CtxHelp_ID Context Help + */ public void setAD_CtxHelp_ID (int AD_CtxHelp_ID) { - if (AD_CtxHelp_ID < 1) + if (AD_CtxHelp_ID < 1) set_Value (COLUMNNAME_AD_CtxHelp_ID, null); - else + else set_Value (COLUMNNAME_AD_CtxHelp_ID, Integer.valueOf(AD_CtxHelp_ID)); } /** Get Context Help. @return Context Help */ - public int getAD_CtxHelp_ID () + public int getAD_CtxHelp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_CtxHelp_ID); if (ii == null) @@ -135,21 +135,20 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent } /** Set Special Form. - @param AD_Form_ID - Special Form - */ + @param AD_Form_ID Special Form + */ public void setAD_Form_ID (int AD_Form_ID) { - if (AD_Form_ID < 1) + if (AD_Form_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Form_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Form_ID, Integer.valueOf(AD_Form_ID)); } /** Get Special Form. @return Special Form */ - public int getAD_Form_ID () + public int getAD_Form_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Form_ID); if (ii == null) @@ -158,7 +157,8 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent } /** Set AD_Form_UU. - @param AD_Form_UU AD_Form_UU */ + @param AD_Form_UU AD_Form_UU + */ public void setAD_Form_UU (String AD_Form_UU) { set_Value (COLUMNNAME_AD_Form_UU, AD_Form_UU); @@ -166,15 +166,14 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent /** Get AD_Form_UU. @return AD_Form_UU */ - public String getAD_Form_UU () + public String getAD_Form_UU() { return (String)get_Value(COLUMNNAME_AD_Form_UU); } /** Set Classname. - @param Classname - Java Classname - */ + @param Classname Java Classname + */ public void setClassname (String Classname) { set_Value (COLUMNNAME_Classname, Classname); @@ -183,15 +182,14 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent /** Get Classname. @return Java Classname */ - public String getClassname () + public String getClassname() { return (String)get_Value(COLUMNNAME_Classname); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -200,7 +198,7 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -208,9 +206,8 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -220,15 +217,14 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -237,15 +233,14 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Beta Functionality. - @param IsBetaFunctionality - This functionality is considered Beta - */ + @param IsBetaFunctionality This functionality is considered Beta + */ public void setIsBetaFunctionality (boolean IsBetaFunctionality) { set_Value (COLUMNNAME_IsBetaFunctionality, Boolean.valueOf(IsBetaFunctionality)); @@ -254,7 +249,7 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent /** Get Beta Functionality. @return This functionality is considered Beta */ - public boolean isBetaFunctionality () + public boolean isBetaFunctionality() { Object oo = get_Value(COLUMNNAME_IsBetaFunctionality); if (oo != null) @@ -267,9 +262,8 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent } /** Set jsp URL. - @param JSPURL - Web URL of the jsp function - */ + @param JSPURL Web URL of the jsp function + */ public void setJSPURL (String JSPURL) { set_Value (COLUMNNAME_JSPURL, JSPURL); @@ -278,15 +272,14 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent /** Get jsp URL. @return Web URL of the jsp function */ - public String getJSPURL () + public String getJSPURL() { return (String)get_Value(COLUMNNAME_JSPURL); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -295,7 +288,7 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Form_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Form_Access.java index 7d74f7de0a..f0bd50df32 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Form_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Form_Access.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Form_Access * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Form_Access") public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Form_Access (Properties ctx, int AD_Form_Access_ID, String trxName) @@ -73,7 +73,8 @@ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persiste } /** Set AD_Form_Access_UU. - @param AD_Form_Access_UU AD_Form_Access_UU */ + @param AD_Form_Access_UU AD_Form_Access_UU + */ public void setAD_Form_Access_UU (String AD_Form_Access_UU) { set_Value (COLUMNNAME_AD_Form_Access_UU, AD_Form_Access_UU); @@ -81,7 +82,7 @@ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persiste /** Get AD_Form_Access_UU. @return AD_Form_Access_UU */ - public String getAD_Form_Access_UU () + public String getAD_Form_Access_UU() { return (String)get_Value(COLUMNNAME_AD_Form_Access_UU); } @@ -93,21 +94,20 @@ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persiste } /** Set Special Form. - @param AD_Form_ID - Special Form - */ + @param AD_Form_ID Special Form + */ public void setAD_Form_ID (int AD_Form_ID) { - if (AD_Form_ID < 1) + if (AD_Form_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Form_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Form_ID, Integer.valueOf(AD_Form_ID)); } /** Get Special Form. @return Special Form */ - public int getAD_Form_ID () + public int getAD_Form_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Form_ID); if (ii == null) @@ -122,21 +122,20 @@ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persiste } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -145,9 +144,8 @@ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persiste } /** Set Read Write. - @param IsReadWrite - Field is read / write - */ + @param IsReadWrite Field is read / write + */ public void setIsReadWrite (boolean IsReadWrite) { set_Value (COLUMNNAME_IsReadWrite, Boolean.valueOf(IsReadWrite)); @@ -156,7 +154,7 @@ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persiste /** Get Read Write. @return Field is read / write */ - public boolean isReadWrite () + public boolean isReadWrite() { Object oo = get_Value(COLUMNNAME_IsReadWrite); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_HouseKeeping.java b/org.adempiere.base/src/org/compiere/model/X_AD_HouseKeeping.java index 2827eb18d5..b89a485529 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_HouseKeeping.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_HouseKeeping.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_HouseKeeping * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_HouseKeeping") public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persistent { @@ -32,7 +32,7 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_HouseKeeping (Properties ctx, int AD_HouseKeeping_ID, String trxName) @@ -75,18 +75,19 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis } /** Set House Keeping Configuration. - @param AD_HouseKeeping_ID House Keeping Configuration */ + @param AD_HouseKeeping_ID House Keeping Configuration + */ public void setAD_HouseKeeping_ID (int AD_HouseKeeping_ID) { - if (AD_HouseKeeping_ID < 1) + if (AD_HouseKeeping_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_HouseKeeping_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_HouseKeeping_ID, Integer.valueOf(AD_HouseKeeping_ID)); } /** Get House Keeping Configuration. @return House Keeping Configuration */ - public int getAD_HouseKeeping_ID () + public int getAD_HouseKeeping_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_HouseKeeping_ID); if (ii == null) @@ -95,7 +96,8 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis } /** Set AD_HouseKeeping_UU. - @param AD_HouseKeeping_UU AD_HouseKeeping_UU */ + @param AD_HouseKeeping_UU AD_HouseKeeping_UU + */ public void setAD_HouseKeeping_UU (String AD_HouseKeeping_UU) { set_Value (COLUMNNAME_AD_HouseKeeping_UU, AD_HouseKeeping_UU); @@ -103,7 +105,7 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** Get AD_HouseKeeping_UU. @return AD_HouseKeeping_UU */ - public String getAD_HouseKeeping_UU () + public String getAD_HouseKeeping_UU() { return (String)get_Value(COLUMNNAME_AD_HouseKeeping_UU); } @@ -115,21 +117,20 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -138,9 +139,8 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis } /** Set Backup Folder. - @param BackupFolder - Backup Folder - */ + @param BackupFolder Backup Folder + */ public void setBackupFolder (String BackupFolder) { set_Value (COLUMNNAME_BackupFolder, BackupFolder); @@ -149,15 +149,14 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** Get Backup Folder. @return Backup Folder */ - public String getBackupFolder () + public String getBackupFolder() { return (String)get_Value(COLUMNNAME_BackupFolder); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -166,15 +165,14 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -183,13 +181,14 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Export XML Backup. - @param IsExportXMLBackup Export XML Backup */ + @param IsExportXMLBackup Export XML Backup + */ public void setIsExportXMLBackup (boolean IsExportXMLBackup) { set_Value (COLUMNNAME_IsExportXMLBackup, Boolean.valueOf(IsExportXMLBackup)); @@ -197,7 +196,7 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** Get Export XML Backup. @return Export XML Backup */ - public boolean isExportXMLBackup () + public boolean isExportXMLBackup() { Object oo = get_Value(COLUMNNAME_IsExportXMLBackup); if (oo != null) @@ -210,7 +209,8 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis } /** Set Save In Historic. - @param IsSaveInHistoric Save In Historic */ + @param IsSaveInHistoric Save In Historic + */ public void setIsSaveInHistoric (boolean IsSaveInHistoric) { set_Value (COLUMNNAME_IsSaveInHistoric, Boolean.valueOf(IsSaveInHistoric)); @@ -218,7 +218,7 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** Get Save In Historic. @return Save In Historic */ - public boolean isSaveInHistoric () + public boolean isSaveInHistoric() { Object oo = get_Value(COLUMNNAME_IsSaveInHistoric); if (oo != null) @@ -231,7 +231,8 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis } /** Set Last Deleted. - @param LastDeleted Last Deleted */ + @param LastDeleted Last Deleted + */ public void setLastDeleted (int LastDeleted) { set_Value (COLUMNNAME_LastDeleted, Integer.valueOf(LastDeleted)); @@ -239,7 +240,7 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** Get Last Deleted. @return Last Deleted */ - public int getLastDeleted () + public int getLastDeleted() { Integer ii = (Integer)get_Value(COLUMNNAME_LastDeleted); if (ii == null) @@ -248,7 +249,8 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis } /** Set Last Run. - @param LastRun Last Run */ + @param LastRun Last Run + */ public void setLastRun (Timestamp LastRun) { set_Value (COLUMNNAME_LastRun, LastRun); @@ -256,15 +258,14 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** Get Last Run. @return Last Run */ - public Timestamp getLastRun () + public Timestamp getLastRun() { return (Timestamp)get_Value(COLUMNNAME_LastRun); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -273,7 +274,7 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -287,7 +288,8 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -295,7 +297,7 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -308,9 +310,8 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis } /** Set DB Table Name. - @param TableName - Name of the table in the database - */ + @param TableName Name of the table in the database + */ public void setTableName (String TableName) { set_Value (COLUMNNAME_TableName, TableName); @@ -319,15 +320,14 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** Get DB Table Name. @return Name of the table in the database */ - public String getTableName () + public String getTableName() { return (String)get_Value(COLUMNNAME_TableName); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -336,15 +336,14 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Sql WHERE. - @param WhereClause - Fully qualified SQL WHERE clause - */ + @param WhereClause Fully qualified SQL WHERE clause + */ public void setWhereClause (String WhereClause) { set_Value (COLUMNNAME_WhereClause, WhereClause); @@ -353,7 +352,7 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis /** Get Sql WHERE. @return Fully qualified SQL WHERE clause */ - public String getWhereClause () + public String getWhereClause() { return (String)get_Value(COLUMNNAME_WhereClause); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Image.java b/org.adempiere.base/src/org/compiere/model/X_AD_Image.java index 3ef555e820..165cc27c37 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Image.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Image.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Image * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Image") public class X_AD_Image extends PO implements I_AD_Image, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Image (Properties ctx, int AD_Image_ID, String trxName) @@ -75,21 +75,20 @@ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent } /** Set Image. - @param AD_Image_ID - Image or Icon - */ + @param AD_Image_ID Image or Icon + */ public void setAD_Image_ID (int AD_Image_ID) { - if (AD_Image_ID < 1) + if (AD_Image_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Image_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Image_ID, Integer.valueOf(AD_Image_ID)); } /** Get Image. @return Image or Icon */ - public int getAD_Image_ID () + public int getAD_Image_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Image_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent } /** Set AD_Image_UU. - @param AD_Image_UU AD_Image_UU */ + @param AD_Image_UU AD_Image_UU + */ public void setAD_Image_UU (String AD_Image_UU) { set_Value (COLUMNNAME_AD_Image_UU, AD_Image_UU); @@ -106,7 +106,7 @@ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent /** Get AD_Image_UU. @return AD_Image_UU */ - public String getAD_Image_UU () + public String getAD_Image_UU() { return (String)get_Value(COLUMNNAME_AD_Image_UU); } @@ -118,18 +118,19 @@ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent } /** Set Storage Provider. - @param AD_StorageProvider_ID Storage Provider */ + @param AD_StorageProvider_ID Storage Provider + */ public void setAD_StorageProvider_ID (int AD_StorageProvider_ID) { - if (AD_StorageProvider_ID < 1) + if (AD_StorageProvider_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_StorageProvider_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_StorageProvider_ID, Integer.valueOf(AD_StorageProvider_ID)); } /** Get Storage Provider. @return Storage Provider */ - public int getAD_StorageProvider_ID () + public int getAD_StorageProvider_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_StorageProvider_ID); if (ii == null) @@ -138,9 +139,8 @@ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent } /** Set Binary Data. - @param BinaryData - Binary Data - */ + @param BinaryData Binary Data + */ public void setBinaryData (byte[] BinaryData) { set_Value (COLUMNNAME_BinaryData, BinaryData); @@ -149,15 +149,14 @@ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent /** Get Binary Data. @return Binary Data */ - public byte[] getBinaryData () + public byte[] getBinaryData() { return (byte[])get_Value(COLUMNNAME_BinaryData); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -166,7 +165,7 @@ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -174,9 +173,8 @@ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -186,15 +184,14 @@ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Image URL. - @param ImageURL - URL of image - */ + @param ImageURL URL of image + */ public void setImageURL (String ImageURL) { set_Value (COLUMNNAME_ImageURL, ImageURL); @@ -203,15 +200,14 @@ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent /** Get Image URL. @return URL of image */ - public String getImageURL () + public String getImageURL() { return (String)get_Value(COLUMNNAME_ImageURL); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -220,7 +216,7 @@ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat.java b/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat.java index 6798749eba..bf194083f5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_ImpFormat * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ImpFormat") public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ImpFormat (Properties ctx, int AD_ImpFormat_ID, String trxName) @@ -76,18 +76,19 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent } /** Set Import Format. - @param AD_ImpFormat_ID Import Format */ + @param AD_ImpFormat_ID Import Format + */ public void setAD_ImpFormat_ID (int AD_ImpFormat_ID) { - if (AD_ImpFormat_ID < 1) + if (AD_ImpFormat_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ImpFormat_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ImpFormat_ID, Integer.valueOf(AD_ImpFormat_ID)); } /** Get Import Format. @return Import Format */ - public int getAD_ImpFormat_ID () + public int getAD_ImpFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ImpFormat_ID); if (ii == null) @@ -96,7 +97,8 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent } /** Set AD_ImpFormat_UU. - @param AD_ImpFormat_UU AD_ImpFormat_UU */ + @param AD_ImpFormat_UU AD_ImpFormat_UU + */ public void setAD_ImpFormat_UU (String AD_ImpFormat_UU) { set_Value (COLUMNNAME_AD_ImpFormat_UU, AD_ImpFormat_UU); @@ -104,7 +106,7 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent /** Get AD_ImpFormat_UU. @return AD_ImpFormat_UU */ - public String getAD_ImpFormat_UU () + public String getAD_ImpFormat_UU() { return (String)get_Value(COLUMNNAME_AD_ImpFormat_UU); } @@ -116,21 +118,20 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -139,9 +140,8 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -150,7 +150,7 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -168,9 +168,8 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent /** XML = X */ public static final String FORMATTYPE_XML = "X"; /** Set Format. - @param FormatType - Format of the data - */ + @param FormatType Format of the data + */ public void setFormatType (String FormatType) { @@ -180,15 +179,14 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent /** Get Format. @return Format of the data */ - public String getFormatType () + public String getFormatType() { return (String)get_Value(COLUMNNAME_FormatType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -197,7 +195,7 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -211,7 +209,8 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -219,7 +218,7 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -232,7 +231,8 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent } /** Set Separator Character. - @param SeparatorChar Separator Character */ + @param SeparatorChar Separator Character + */ public void setSeparatorChar (String SeparatorChar) { set_Value (COLUMNNAME_SeparatorChar, SeparatorChar); @@ -240,7 +240,7 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent /** Get Separator Character. @return Separator Character */ - public String getSeparatorChar () + public String getSeparatorChar() { return (String)get_Value(COLUMNNAME_SeparatorChar); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat_Row.java b/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat_Row.java index 0397488cfc..82cdc41fcc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat_Row.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat_Row.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_ImpFormat_Row * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ImpFormat_Row") public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ImpFormat_Row (Properties ctx, int AD_ImpFormat_Row_ID, String trxName) @@ -87,21 +87,20 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -116,18 +115,19 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers } /** Set Import Format. - @param AD_ImpFormat_ID Import Format */ + @param AD_ImpFormat_ID Import Format + */ public void setAD_ImpFormat_ID (int AD_ImpFormat_ID) { - if (AD_ImpFormat_ID < 1) + if (AD_ImpFormat_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ImpFormat_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ImpFormat_ID, Integer.valueOf(AD_ImpFormat_ID)); } /** Get Import Format. @return Import Format */ - public int getAD_ImpFormat_ID () + public int getAD_ImpFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ImpFormat_ID); if (ii == null) @@ -136,18 +136,19 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers } /** Set Format Field. - @param AD_ImpFormat_Row_ID Format Field */ + @param AD_ImpFormat_Row_ID Format Field + */ public void setAD_ImpFormat_Row_ID (int AD_ImpFormat_Row_ID) { - if (AD_ImpFormat_Row_ID < 1) + if (AD_ImpFormat_Row_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ImpFormat_Row_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ImpFormat_Row_ID, Integer.valueOf(AD_ImpFormat_Row_ID)); } /** Get Format Field. @return Format Field */ - public int getAD_ImpFormat_Row_ID () + public int getAD_ImpFormat_Row_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ImpFormat_Row_ID); if (ii == null) @@ -156,7 +157,8 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers } /** Set AD_ImpFormat_Row_UU. - @param AD_ImpFormat_Row_UU AD_ImpFormat_Row_UU */ + @param AD_ImpFormat_Row_UU AD_ImpFormat_Row_UU + */ public void setAD_ImpFormat_Row_UU (String AD_ImpFormat_Row_UU) { set_Value (COLUMNNAME_AD_ImpFormat_Row_UU, AD_ImpFormat_Row_UU); @@ -164,15 +166,14 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** Get AD_ImpFormat_Row_UU. @return AD_ImpFormat_Row_UU */ - public String getAD_ImpFormat_Row_UU () + public String getAD_ImpFormat_Row_UU() { return (String)get_Value(COLUMNNAME_AD_ImpFormat_Row_UU); } /** Set Callout. - @param Callout - Fully qualified class names and method - separated by semicolons - */ + @param Callout Fully qualified class names and method - separated by semicolons + */ public void setCallout (String Callout) { set_Value (COLUMNNAME_Callout, Callout); @@ -181,15 +182,14 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** Get Callout. @return Fully qualified class names and method - separated by semicolons */ - public String getCallout () + public String getCallout() { return (String)get_Value(COLUMNNAME_Callout); } /** Set Constant Value. - @param ConstantValue - Constant value - */ + @param ConstantValue Constant value + */ public void setConstantValue (String ConstantValue) { set_Value (COLUMNNAME_ConstantValue, ConstantValue); @@ -198,15 +198,14 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** Get Constant Value. @return Constant value */ - public String getConstantValue () + public String getConstantValue() { return (String)get_Value(COLUMNNAME_ConstantValue); } /** Set Data Format. - @param DataFormat - Format String in Java Notation, e.g. ddMMyy - */ + @param DataFormat Format String in Java Notation, e.g. ddMMyy + */ public void setDataFormat (String DataFormat) { set_Value (COLUMNNAME_DataFormat, DataFormat); @@ -215,7 +214,7 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** Get Data Format. @return Format String in Java Notation, e.g. ddMMyy */ - public String getDataFormat () + public String getDataFormat() { return (String)get_Value(COLUMNNAME_DataFormat); } @@ -231,9 +230,8 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** String = S */ public static final String DATATYPE_String = "S"; /** Set Data Type. - @param DataType - Type of data - */ + @param DataType Type of data + */ public void setDataType (String DataType) { @@ -243,15 +241,14 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** Get Data Type. @return Type of data */ - public String getDataType () + public String getDataType() { return (String)get_Value(COLUMNNAME_DataType); } /** Set Decimal Point. - @param DecimalPoint - Decimal Point in the data file - if any - */ + @param DecimalPoint Decimal Point in the data file - if any + */ public void setDecimalPoint (String DecimalPoint) { set_Value (COLUMNNAME_DecimalPoint, DecimalPoint); @@ -260,15 +257,14 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** Get Decimal Point. @return Decimal Point in the data file - if any */ - public String getDecimalPoint () + public String getDecimalPoint() { return (String)get_Value(COLUMNNAME_DecimalPoint); } /** Set Divide by 100. - @param DivideBy100 - Divide number by 100 to get correct amount - */ + @param DivideBy100 Divide number by 100 to get correct amount + */ public void setDivideBy100 (boolean DivideBy100) { set_Value (COLUMNNAME_DivideBy100, Boolean.valueOf(DivideBy100)); @@ -277,7 +273,7 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** Get Divide by 100. @return Divide number by 100 to get correct amount */ - public boolean isDivideBy100 () + public boolean isDivideBy100() { Object oo = get_Value(COLUMNNAME_DivideBy100); if (oo != null) @@ -290,7 +286,8 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers } /** Set End No. - @param EndNo End No */ + @param EndNo End No + */ public void setEndNo (int EndNo) { set_Value (COLUMNNAME_EndNo, Integer.valueOf(EndNo)); @@ -298,7 +295,7 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** Get End No. @return End No */ - public int getEndNo () + public int getEndNo() { Integer ii = (Integer)get_Value(COLUMNNAME_EndNo); if (ii == null) @@ -307,9 +304,8 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers } /** Set Import prefix. - @param ImportPrefix - This prefix will be added in front of import string if they are not empty - */ + @param ImportPrefix This prefix will be added in front of import string if they are not empty + */ public void setImportPrefix (String ImportPrefix) { set_Value (COLUMNNAME_ImportPrefix, ImportPrefix); @@ -318,15 +314,14 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** Get Import prefix. @return This prefix will be added in front of import string if they are not empty */ - public String getImportPrefix () + public String getImportPrefix() { return (String)get_Value(COLUMNNAME_ImportPrefix); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -335,7 +330,7 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -349,9 +344,8 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers } /** Set Script. - @param Script - Dynamic Java Language Script to calculate result - */ + @param Script Dynamic Java Language Script to calculate result + */ public void setScript (String Script) { set_Value (COLUMNNAME_Script, Script); @@ -360,15 +354,14 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** Get Script. @return Dynamic Java Language Script to calculate result */ - public String getScript () + public String getScript() { return (String)get_Value(COLUMNNAME_Script); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -377,7 +370,7 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -386,9 +379,8 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers } /** Set Start No. - @param StartNo - Starting number/position - */ + @param StartNo Starting number/position + */ public void setStartNo (int StartNo) { set_Value (COLUMNNAME_StartNo, Integer.valueOf(StartNo)); @@ -397,7 +389,7 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers /** Get Start No. @return Starting number/position */ - public int getStartNo () + public int getStartNo() { Integer ii = (Integer)get_Value(COLUMNNAME_StartNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ImportTemplate.java b/org.adempiere.base/src/org/compiere/model/X_AD_ImportTemplate.java index 6ed491fdbb..f58cd008aa 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ImportTemplate.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ImportTemplate.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_ImportTemplate * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ImportTemplate") public class X_AD_ImportTemplate extends PO implements I_AD_ImportTemplate, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ImportTemplate extends PO implements I_AD_ImportTemplate, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ImportTemplate (Properties ctx, int AD_ImportTemplate_ID, String trxName) @@ -77,18 +77,19 @@ public class X_AD_ImportTemplate extends PO implements I_AD_ImportTemplate, I_Pe } /** Set Import Template. - @param AD_ImportTemplate_ID Import Template */ + @param AD_ImportTemplate_ID Import Template + */ public void setAD_ImportTemplate_ID (int AD_ImportTemplate_ID) { - if (AD_ImportTemplate_ID < 1) + if (AD_ImportTemplate_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ImportTemplate_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ImportTemplate_ID, Integer.valueOf(AD_ImportTemplate_ID)); } /** Get Import Template. @return Import Template */ - public int getAD_ImportTemplate_ID () + public int getAD_ImportTemplate_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ImportTemplate_ID); if (ii == null) @@ -97,7 +98,8 @@ public class X_AD_ImportTemplate extends PO implements I_AD_ImportTemplate, I_Pe } /** Set AD_ImportTemplate_UU. - @param AD_ImportTemplate_UU AD_ImportTemplate_UU */ + @param AD_ImportTemplate_UU AD_ImportTemplate_UU + */ public void setAD_ImportTemplate_UU (String AD_ImportTemplate_UU) { set_Value (COLUMNNAME_AD_ImportTemplate_UU, AD_ImportTemplate_UU); @@ -105,7 +107,7 @@ public class X_AD_ImportTemplate extends PO implements I_AD_ImportTemplate, I_Pe /** Get AD_ImportTemplate_UU. @return AD_ImportTemplate_UU */ - public String getAD_ImportTemplate_UU () + public String getAD_ImportTemplate_UU() { return (String)get_Value(COLUMNNAME_AD_ImportTemplate_UU); } @@ -117,21 +119,20 @@ public class X_AD_ImportTemplate extends PO implements I_AD_ImportTemplate, I_Pe } /** Set Tab. - @param AD_Tab_ID - Tab within a Window - */ + @param AD_Tab_ID Tab within a Window + */ public void setAD_Tab_ID (int AD_Tab_ID) { - if (AD_Tab_ID < 1) + if (AD_Tab_ID < 1) set_Value (COLUMNNAME_AD_Tab_ID, null); - else + else set_Value (COLUMNNAME_AD_Tab_ID, Integer.valueOf(AD_Tab_ID)); } /** Get Tab. @return Tab within a Window */ - public int getAD_Tab_ID () + public int getAD_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_ID); if (ii == null) @@ -146,21 +147,20 @@ public class X_AD_ImportTemplate extends PO implements I_AD_ImportTemplate, I_Pe } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -169,7 +169,8 @@ public class X_AD_ImportTemplate extends PO implements I_AD_ImportTemplate, I_Pe } /** Set Character Set. - @param CharacterSet Character Set */ + @param CharacterSet Character Set + */ public void setCharacterSet (String CharacterSet) { set_Value (COLUMNNAME_CharacterSet, CharacterSet); @@ -177,13 +178,14 @@ public class X_AD_ImportTemplate extends PO implements I_AD_ImportTemplate, I_Pe /** Get Character Set. @return Character Set */ - public String getCharacterSet () + public String getCharacterSet() { return (String)get_Value(COLUMNNAME_CharacterSet); } /** Set CSV Alias Header. - @param CSVAliasHeader CSV Alias Header */ + @param CSVAliasHeader CSV Alias Header + */ public void setCSVAliasHeader (String CSVAliasHeader) { set_Value (COLUMNNAME_CSVAliasHeader, CSVAliasHeader); @@ -191,13 +193,14 @@ public class X_AD_ImportTemplate extends PO implements I_AD_ImportTemplate, I_Pe /** Get CSV Alias Header. @return CSV Alias Header */ - public String getCSVAliasHeader () + public String getCSVAliasHeader() { return (String)get_Value(COLUMNNAME_CSVAliasHeader); } /** Set CSV Header. - @param CSVHeader CSV Header */ + @param CSVHeader CSV Header + */ public void setCSVHeader (String CSVHeader) { set_Value (COLUMNNAME_CSVHeader, CSVHeader); @@ -205,15 +208,14 @@ public class X_AD_ImportTemplate extends PO implements I_AD_ImportTemplate, I_Pe /** Get CSV Header. @return CSV Header */ - public String getCSVHeader () + public String getCSVHeader() { return (String)get_Value(COLUMNNAME_CSVHeader); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -222,15 +224,14 @@ public class X_AD_ImportTemplate extends PO implements I_AD_ImportTemplate, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -239,7 +240,7 @@ public class X_AD_ImportTemplate extends PO implements I_AD_ImportTemplate, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ImportTemplateAccess.java b/org.adempiere.base/src/org/compiere/model/X_AD_ImportTemplateAccess.java index ba7d282c46..98ed4292e6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ImportTemplateAccess.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ImportTemplateAccess.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_ImportTemplateAccess * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ImportTemplateAccess") public class X_AD_ImportTemplateAccess extends PO implements I_AD_ImportTemplateAccess, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_ImportTemplateAccess extends PO implements I_AD_ImportTemplate /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ImportTemplateAccess (Properties ctx, int AD_ImportTemplateAccess_ID, String trxName) @@ -71,18 +71,19 @@ public class X_AD_ImportTemplateAccess extends PO implements I_AD_ImportTemplate } /** Set Import Template Access. - @param AD_ImportTemplateAccess_ID Import Template Access */ + @param AD_ImportTemplateAccess_ID Import Template Access + */ public void setAD_ImportTemplateAccess_ID (int AD_ImportTemplateAccess_ID) { - if (AD_ImportTemplateAccess_ID < 1) + if (AD_ImportTemplateAccess_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ImportTemplateAccess_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ImportTemplateAccess_ID, Integer.valueOf(AD_ImportTemplateAccess_ID)); } /** Get Import Template Access. @return Import Template Access */ - public int getAD_ImportTemplateAccess_ID () + public int getAD_ImportTemplateAccess_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ImportTemplateAccess_ID); if (ii == null) @@ -91,7 +92,8 @@ public class X_AD_ImportTemplateAccess extends PO implements I_AD_ImportTemplate } /** Set AD_ImportTemplateAccess_UU. - @param AD_ImportTemplateAccess_UU AD_ImportTemplateAccess_UU */ + @param AD_ImportTemplateAccess_UU AD_ImportTemplateAccess_UU + */ public void setAD_ImportTemplateAccess_UU (String AD_ImportTemplateAccess_UU) { set_ValueNoCheck (COLUMNNAME_AD_ImportTemplateAccess_UU, AD_ImportTemplateAccess_UU); @@ -99,7 +101,7 @@ public class X_AD_ImportTemplateAccess extends PO implements I_AD_ImportTemplate /** Get AD_ImportTemplateAccess_UU. @return AD_ImportTemplateAccess_UU */ - public String getAD_ImportTemplateAccess_UU () + public String getAD_ImportTemplateAccess_UU() { return (String)get_Value(COLUMNNAME_AD_ImportTemplateAccess_UU); } @@ -111,18 +113,19 @@ public class X_AD_ImportTemplateAccess extends PO implements I_AD_ImportTemplate } /** Set Import Template. - @param AD_ImportTemplate_ID Import Template */ + @param AD_ImportTemplate_ID Import Template + */ public void setAD_ImportTemplate_ID (int AD_ImportTemplate_ID) { - if (AD_ImportTemplate_ID < 1) + if (AD_ImportTemplate_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ImportTemplate_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ImportTemplate_ID, Integer.valueOf(AD_ImportTemplate_ID)); } /** Get Import Template. @return Import Template */ - public int getAD_ImportTemplate_ID () + public int getAD_ImportTemplate_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ImportTemplate_ID); if (ii == null) @@ -137,21 +140,20 @@ public class X_AD_ImportTemplateAccess extends PO implements I_AD_ImportTemplate } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -160,7 +162,8 @@ public class X_AD_ImportTemplateAccess extends PO implements I_AD_ImportTemplate } /** Set Allow Insert. - @param IsAllowInsert Allow Insert */ + @param IsAllowInsert Allow Insert + */ public void setIsAllowInsert (boolean IsAllowInsert) { set_Value (COLUMNNAME_IsAllowInsert, Boolean.valueOf(IsAllowInsert)); @@ -168,7 +171,7 @@ public class X_AD_ImportTemplateAccess extends PO implements I_AD_ImportTemplate /** Get Allow Insert. @return Allow Insert */ - public boolean isAllowInsert () + public boolean isAllowInsert() { Object oo = get_Value(COLUMNNAME_IsAllowInsert); if (oo != null) @@ -181,7 +184,8 @@ public class X_AD_ImportTemplateAccess extends PO implements I_AD_ImportTemplate } /** Set Allow Merge. - @param IsAllowMerge Allow Merge */ + @param IsAllowMerge Allow Merge + */ public void setIsAllowMerge (boolean IsAllowMerge) { set_Value (COLUMNNAME_IsAllowMerge, Boolean.valueOf(IsAllowMerge)); @@ -189,7 +193,7 @@ public class X_AD_ImportTemplateAccess extends PO implements I_AD_ImportTemplate /** Get Allow Merge. @return Allow Merge */ - public boolean isAllowMerge () + public boolean isAllowMerge() { Object oo = get_Value(COLUMNNAME_IsAllowMerge); if (oo != null) @@ -202,7 +206,8 @@ public class X_AD_ImportTemplateAccess extends PO implements I_AD_ImportTemplate } /** Set Allow Update. - @param IsAllowUpdate Allow Update */ + @param IsAllowUpdate Allow Update + */ public void setIsAllowUpdate (boolean IsAllowUpdate) { set_Value (COLUMNNAME_IsAllowUpdate, Boolean.valueOf(IsAllowUpdate)); @@ -210,7 +215,7 @@ public class X_AD_ImportTemplateAccess extends PO implements I_AD_ImportTemplate /** Get Allow Update. @return Allow Update */ - public boolean isAllowUpdate () + public boolean isAllowUpdate() { Object oo = get_Value(COLUMNNAME_IsAllowUpdate); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_IndexColumn.java b/org.adempiere.base/src/org/compiere/model/X_AD_IndexColumn.java index 6301074b7f..2cf74ccdc5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_IndexColumn.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_IndexColumn.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_IndexColumn * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_IndexColumn") public class X_AD_IndexColumn extends PO implements I_AD_IndexColumn, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_IndexColumn extends PO implements I_AD_IndexColumn, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_IndexColumn (Properties ctx, int AD_IndexColumn_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_IndexColumn extends PO implements I_AD_IndexColumn, I_Persiste } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -103,18 +102,19 @@ public class X_AD_IndexColumn extends PO implements I_AD_IndexColumn, I_Persiste } /** Set Table Index Column. - @param AD_IndexColumn_ID Table Index Column */ + @param AD_IndexColumn_ID Table Index Column + */ public void setAD_IndexColumn_ID (int AD_IndexColumn_ID) { - if (AD_IndexColumn_ID < 1) + if (AD_IndexColumn_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_IndexColumn_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_IndexColumn_ID, Integer.valueOf(AD_IndexColumn_ID)); } /** Get Table Index Column. @return Table Index Column */ - public int getAD_IndexColumn_ID () + public int getAD_IndexColumn_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_IndexColumn_ID); if (ii == null) @@ -123,7 +123,8 @@ public class X_AD_IndexColumn extends PO implements I_AD_IndexColumn, I_Persiste } /** Set AD_IndexColumn_UU. - @param AD_IndexColumn_UU AD_IndexColumn_UU */ + @param AD_IndexColumn_UU AD_IndexColumn_UU + */ public void setAD_IndexColumn_UU (String AD_IndexColumn_UU) { set_Value (COLUMNNAME_AD_IndexColumn_UU, AD_IndexColumn_UU); @@ -131,7 +132,7 @@ public class X_AD_IndexColumn extends PO implements I_AD_IndexColumn, I_Persiste /** Get AD_IndexColumn_UU. @return AD_IndexColumn_UU */ - public String getAD_IndexColumn_UU () + public String getAD_IndexColumn_UU() { return (String)get_Value(COLUMNNAME_AD_IndexColumn_UU); } @@ -143,18 +144,19 @@ public class X_AD_IndexColumn extends PO implements I_AD_IndexColumn, I_Persiste } /** Set Table Index. - @param AD_TableIndex_ID Table Index */ + @param AD_TableIndex_ID Table Index + */ public void setAD_TableIndex_ID (int AD_TableIndex_ID) { - if (AD_TableIndex_ID < 1) + if (AD_TableIndex_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_TableIndex_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_TableIndex_ID, Integer.valueOf(AD_TableIndex_ID)); } /** Get Table Index. @return Table Index */ - public int getAD_TableIndex_ID () + public int getAD_TableIndex_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_TableIndex_ID); if (ii == null) @@ -163,9 +165,8 @@ public class X_AD_IndexColumn extends PO implements I_AD_IndexColumn, I_Persiste } /** Set Column SQL. - @param ColumnSQL - Virtual Column (r/o) - */ + @param ColumnSQL Virtual Column (r/o) + */ public void setColumnSQL (String ColumnSQL) { set_Value (COLUMNNAME_ColumnSQL, ColumnSQL); @@ -174,7 +175,7 @@ public class X_AD_IndexColumn extends PO implements I_AD_IndexColumn, I_Persiste /** Get Column SQL. @return Virtual Column (r/o) */ - public String getColumnSQL () + public String getColumnSQL() { return (String)get_Value(COLUMNNAME_ColumnSQL); } @@ -182,9 +183,8 @@ public class X_AD_IndexColumn extends PO implements I_AD_IndexColumn, I_Persiste /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -194,15 +194,14 @@ public class X_AD_IndexColumn extends PO implements I_AD_IndexColumn, I_Persiste /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -211,7 +210,7 @@ public class X_AD_IndexColumn extends PO implements I_AD_IndexColumn, I_Persiste /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_InfoColumn.java b/org.adempiere.base/src/org/compiere/model/X_AD_InfoColumn.java index a9503790a4..52de032283 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_InfoColumn.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_InfoColumn.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_InfoColumn * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_InfoColumn") public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_InfoColumn (Properties ctx, int AD_InfoColumn_ID, String trxName) @@ -100,21 +100,20 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set System Element. - @param AD_Element_ID - System Element enables the central maintenance of column description and help. - */ + @param AD_Element_ID System Element enables the central maintenance of column description and help. + */ public void setAD_Element_ID (int AD_Element_ID) { - if (AD_Element_ID < 1) + if (AD_Element_ID < 1) set_Value (COLUMNNAME_AD_Element_ID, null); - else + else set_Value (COLUMNNAME_AD_Element_ID, Integer.valueOf(AD_Element_ID)); } /** Get System Element. @return System Element enables the central maintenance of column description and help. */ - public int getAD_Element_ID () + public int getAD_Element_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Element_ID); if (ii == null) @@ -129,21 +128,20 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Field Style. - @param AD_FieldStyle_ID - Field CSS Style - */ + @param AD_FieldStyle_ID Field CSS Style + */ public void setAD_FieldStyle_ID (int AD_FieldStyle_ID) { - if (AD_FieldStyle_ID < 1) + if (AD_FieldStyle_ID < 1) set_Value (COLUMNNAME_AD_FieldStyle_ID, null); - else + else set_Value (COLUMNNAME_AD_FieldStyle_ID, Integer.valueOf(AD_FieldStyle_ID)); } /** Get Field Style. @return Field CSS Style */ - public int getAD_FieldStyle_ID () + public int getAD_FieldStyle_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_FieldStyle_ID); if (ii == null) @@ -152,21 +150,20 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Info Column. - @param AD_InfoColumn_ID - Info Window Column - */ + @param AD_InfoColumn_ID Info Window Column + */ public void setAD_InfoColumn_ID (int AD_InfoColumn_ID) { - if (AD_InfoColumn_ID < 1) + if (AD_InfoColumn_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_InfoColumn_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_InfoColumn_ID, Integer.valueOf(AD_InfoColumn_ID)); } /** Get Info Column. @return Info Window Column */ - public int getAD_InfoColumn_ID () + public int getAD_InfoColumn_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoColumn_ID); if (ii == null) @@ -175,7 +172,8 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set AD_InfoColumn_UU. - @param AD_InfoColumn_UU AD_InfoColumn_UU */ + @param AD_InfoColumn_UU AD_InfoColumn_UU + */ public void setAD_InfoColumn_UU (String AD_InfoColumn_UU) { set_Value (COLUMNNAME_AD_InfoColumn_UU, AD_InfoColumn_UU); @@ -183,7 +181,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get AD_InfoColumn_UU. @return AD_InfoColumn_UU */ - public String getAD_InfoColumn_UU () + public String getAD_InfoColumn_UU() { return (String)get_Value(COLUMNNAME_AD_InfoColumn_UU); } @@ -195,21 +193,20 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Info Window. - @param AD_InfoWindow_ID - Info and search/select Window - */ + @param AD_InfoWindow_ID Info and search/select Window + */ public void setAD_InfoWindow_ID (int AD_InfoWindow_ID) { - if (AD_InfoWindow_ID < 1) + if (AD_InfoWindow_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_InfoWindow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_InfoWindow_ID, Integer.valueOf(AD_InfoWindow_ID)); } /** Get Info Window. @return Info and search/select Window */ - public int getAD_InfoWindow_ID () + public int getAD_InfoWindow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoWindow_ID); if (ii == null) @@ -224,21 +221,20 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -253,21 +249,20 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Reference Key. - @param AD_Reference_Value_ID - Required to specify, if data type is Table or List - */ + @param AD_Reference_Value_ID Required to specify, if data type is Table or List + */ public void setAD_Reference_Value_ID (int AD_Reference_Value_ID) { - if (AD_Reference_Value_ID < 1) + if (AD_Reference_Value_ID < 1) set_Value (COLUMNNAME_AD_Reference_Value_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_Value_ID, Integer.valueOf(AD_Reference_Value_ID)); } /** Get Reference Key. @return Required to specify, if data type is Table or List */ - public int getAD_Reference_Value_ID () + public int getAD_Reference_Value_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_Value_ID); if (ii == null) @@ -282,21 +277,20 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Dynamic Validation. - @param AD_Val_Rule_ID - Dynamic Validation Rule - */ + @param AD_Val_Rule_ID Dynamic Validation Rule + */ public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) { - if (AD_Val_Rule_ID < 1) + if (AD_Val_Rule_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_ID, Integer.valueOf(AD_Val_Rule_ID)); } /** Get Dynamic Validation. @return Dynamic Validation Rule */ - public int getAD_Val_Rule_ID () + public int getAD_Val_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_ID); if (ii == null) @@ -305,9 +299,8 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set DB Column Name. - @param ColumnName - Name of the column in the database - */ + @param ColumnName Name of the column in the database + */ public void setColumnName (String ColumnName) { set_Value (COLUMNNAME_ColumnName, ColumnName); @@ -316,15 +309,14 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get DB Column Name. @return Name of the column in the database */ - public String getColumnName () + public String getColumnName() { return (String)get_Value(COLUMNNAME_ColumnName); } /** Set Default Logic. - @param DefaultValue - Default value hierarchy, separated by ; - */ + @param DefaultValue Default value hierarchy, separated by ; + */ public void setDefaultValue (String DefaultValue) { set_Value (COLUMNNAME_DefaultValue, DefaultValue); @@ -333,15 +325,14 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Default Logic. @return Default value hierarchy, separated by ; */ - public String getDefaultValue () + public String getDefaultValue() { return (String)get_Value(COLUMNNAME_DefaultValue); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -350,15 +341,14 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -367,7 +357,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } @@ -375,9 +365,8 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -387,15 +376,14 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -404,15 +392,14 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Input field validation. - @param InputFieldValidation - Input field validaton query - */ + @param InputFieldValidation Input field validaton query + */ public void setInputFieldValidation (String InputFieldValidation) { set_Value (COLUMNNAME_InputFieldValidation, InputFieldValidation); @@ -421,15 +408,14 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Input field validation. @return Input field validaton query */ - public String getInputFieldValidation () + public String getInputFieldValidation() { return (String)get_Value(COLUMNNAME_InputFieldValidation); } /** Set Autocomplete. - @param IsAutocomplete - Automatic completion for textfields - */ + @param IsAutocomplete Automatic completion for textfields + */ public void setIsAutocomplete (boolean IsAutocomplete) { set_Value (COLUMNNAME_IsAutocomplete, Boolean.valueOf(IsAutocomplete)); @@ -438,7 +424,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Autocomplete. @return Automatic completion for textfields */ - public boolean isAutocomplete () + public boolean isAutocomplete() { Object oo = get_Value(COLUMNNAME_IsAutocomplete); if (oo != null) @@ -451,9 +437,8 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Centrally maintained. - @param IsCentrallyMaintained - Information maintained in System Element table - */ + @param IsCentrallyMaintained Information maintained in System Element table + */ public void setIsCentrallyMaintained (boolean IsCentrallyMaintained) { set_Value (COLUMNNAME_IsCentrallyMaintained, Boolean.valueOf(IsCentrallyMaintained)); @@ -462,7 +447,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Centrally maintained. @return Information maintained in System Element table */ - public boolean isCentrallyMaintained () + public boolean isCentrallyMaintained() { Object oo = get_Value(COLUMNNAME_IsCentrallyMaintained); if (oo != null) @@ -475,9 +460,8 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Displayed. - @param IsDisplayed - Determines, if this field is displayed - */ + @param IsDisplayed Determines, if this field is displayed + */ public void setIsDisplayed (boolean IsDisplayed) { set_Value (COLUMNNAME_IsDisplayed, Boolean.valueOf(IsDisplayed)); @@ -486,7 +470,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Displayed. @return Determines, if this field is displayed */ - public boolean isDisplayed () + public boolean isDisplayed() { Object oo = get_Value(COLUMNNAME_IsDisplayed); if (oo != null) @@ -499,9 +483,8 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Identifier. - @param IsIdentifier - This column is part of the record identifier - */ + @param IsIdentifier This column is part of the record identifier + */ public void setIsIdentifier (boolean IsIdentifier) { set_Value (COLUMNNAME_IsIdentifier, Boolean.valueOf(IsIdentifier)); @@ -510,7 +493,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Identifier. @return This column is part of the record identifier */ - public boolean isIdentifier () + public boolean isIdentifier() { Object oo = get_Value(COLUMNNAME_IsIdentifier); if (oo != null) @@ -523,9 +506,8 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Key column. - @param IsKey - This column is the key in this table - */ + @param IsKey This column is the key in this table + */ public void setIsKey (boolean IsKey) { set_Value (COLUMNNAME_IsKey, Boolean.valueOf(IsKey)); @@ -534,7 +516,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Key column. @return This column is the key in this table */ - public boolean isKey () + public boolean isKey() { Object oo = get_Value(COLUMNNAME_IsKey); if (oo != null) @@ -547,9 +529,8 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Mandatory. - @param IsMandatory - Data entry is required in this column - */ + @param IsMandatory Data entry is required in this column + */ public void setIsMandatory (boolean IsMandatory) { set_Value (COLUMNNAME_IsMandatory, Boolean.valueOf(IsMandatory)); @@ -558,7 +539,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Mandatory. @return Data entry is required in this column */ - public boolean isMandatory () + public boolean isMandatory() { Object oo = get_Value(COLUMNNAME_IsMandatory); if (oo != null) @@ -571,9 +552,8 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Query Criteria. - @param IsQueryCriteria - The column is also used as a query criteria - */ + @param IsQueryCriteria The column is also used as a query criteria + */ public void setIsQueryCriteria (boolean IsQueryCriteria) { set_Value (COLUMNNAME_IsQueryCriteria, Boolean.valueOf(IsQueryCriteria)); @@ -582,7 +562,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Query Criteria. @return The column is also used as a query criteria */ - public boolean isQueryCriteria () + public boolean isQueryCriteria() { Object oo = get_Value(COLUMNNAME_IsQueryCriteria); if (oo != null) @@ -595,9 +575,8 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (boolean IsReadOnly) { set_Value (COLUMNNAME_IsReadOnly, Boolean.valueOf(IsReadOnly)); @@ -606,7 +585,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Read Only. @return Field is read only */ - public boolean isReadOnly () + public boolean isReadOnly() { Object oo = get_Value(COLUMNNAME_IsReadOnly); if (oo != null) @@ -619,9 +598,8 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -630,7 +608,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -644,7 +622,8 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Placeholder. - @param Placeholder Placeholder */ + @param Placeholder Placeholder + */ public void setPlaceholder (String Placeholder) { set_Value (COLUMNNAME_Placeholder, Placeholder); @@ -652,15 +631,14 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Placeholder. @return Placeholder */ - public String getPlaceholder () + public String getPlaceholder() { return (String)get_Value(COLUMNNAME_Placeholder); } /** Set Query Function. - @param QueryFunction - Database function for query - */ + @param QueryFunction Database function for query + */ public void setQueryFunction (String QueryFunction) { set_Value (COLUMNNAME_QueryFunction, QueryFunction); @@ -669,7 +647,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Query Function. @return Database function for query */ - public String getQueryFunction () + public String getQueryFunction() { return (String)get_Value(COLUMNNAME_QueryFunction); } @@ -678,24 +656,23 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent public static final int QUERYOPERATOR_AD_Reference_ID=200061; /** != = != */ public static final String QUERYOPERATOR_NotEq = "!="; - /** < = < */ + /** < = < */ public static final String QUERYOPERATOR_Le = "<"; - /** <= = <= */ + /** <= = <= */ public static final String QUERYOPERATOR_LeEq = "<="; /** = = = */ public static final String QUERYOPERATOR_Eq = "="; - /** > = > */ + /** > = > */ public static final String QUERYOPERATOR_Gt = ">"; - /** >= = >= */ + /** >= = >= */ public static final String QUERYOPERATOR_GtEq = ">="; /** Like = Like */ public static final String QUERYOPERATOR_Like = "Like"; /** Full Like = LIKE */ public static final String QUERYOPERATOR_FullLike = "LIKE"; /** Set Query Operator. - @param QueryOperator - Operator for database query - */ + @param QueryOperator Operator for database query + */ public void setQueryOperator (String QueryOperator) { @@ -705,15 +682,14 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Query Operator. @return Operator for database query */ - public String getQueryOperator () + public String getQueryOperator() { return (String)get_Value(COLUMNNAME_QueryOperator); } /** Set Sql SELECT. - @param SelectClause - SQL SELECT clause - */ + @param SelectClause SQL SELECT clause + */ public void setSelectClause (String SelectClause) { set_Value (COLUMNNAME_SelectClause, SelectClause); @@ -722,15 +698,14 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Sql SELECT. @return SQL SELECT clause */ - public String getSelectClause () + public String getSelectClause() { return (String)get_Value(COLUMNNAME_SelectClause); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -739,7 +714,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -748,9 +723,8 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent } /** Set Selection Column Sequence. - @param SeqNoSelection - Selection Column Sequence - */ + @param SeqNoSelection Selection Column Sequence + */ public void setSeqNoSelection (int SeqNoSelection) { set_Value (COLUMNNAME_SeqNoSelection, Integer.valueOf(SeqNoSelection)); @@ -759,7 +733,7 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent /** Get Selection Column Sequence. @return Selection Column Sequence */ - public int getSeqNoSelection () + public int getSeqNoSelection() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNoSelection); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_InfoProcess.java b/org.adempiere.base/src/org/compiere/model/X_AD_InfoProcess.java index 7b271bddb1..8b1c041b1d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_InfoProcess.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_InfoProcess.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_InfoProcess * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_InfoProcess") public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_InfoProcess (Properties ctx, int AD_InfoProcess_ID, String trxName) @@ -86,21 +86,20 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste } /** Set Info Column. - @param AD_InfoColumn_ID - Info Window Column - */ + @param AD_InfoColumn_ID Info Window Column + */ public void setAD_InfoColumn_ID (int AD_InfoColumn_ID) { - if (AD_InfoColumn_ID < 1) + if (AD_InfoColumn_ID < 1) set_Value (COLUMNNAME_AD_InfoColumn_ID, null); - else + else set_Value (COLUMNNAME_AD_InfoColumn_ID, Integer.valueOf(AD_InfoColumn_ID)); } /** Get Info Column. @return Info Window Column */ - public int getAD_InfoColumn_ID () + public int getAD_InfoColumn_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoColumn_ID); if (ii == null) @@ -109,18 +108,19 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste } /** Set Info Process. - @param AD_InfoProcess_ID Info Process */ + @param AD_InfoProcess_ID Info Process + */ public void setAD_InfoProcess_ID (int AD_InfoProcess_ID) { - if (AD_InfoProcess_ID < 1) + if (AD_InfoProcess_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_InfoProcess_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_InfoProcess_ID, Integer.valueOf(AD_InfoProcess_ID)); } /** Get Info Process. @return Info Process */ - public int getAD_InfoProcess_ID () + public int getAD_InfoProcess_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoProcess_ID); if (ii == null) @@ -129,7 +129,8 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste } /** Set AD_InfoProcess_UU. - @param AD_InfoProcess_UU AD_InfoProcess_UU */ + @param AD_InfoProcess_UU AD_InfoProcess_UU + */ public void setAD_InfoProcess_UU (String AD_InfoProcess_UU) { set_ValueNoCheck (COLUMNNAME_AD_InfoProcess_UU, AD_InfoProcess_UU); @@ -137,7 +138,7 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste /** Get AD_InfoProcess_UU. @return AD_InfoProcess_UU */ - public String getAD_InfoProcess_UU () + public String getAD_InfoProcess_UU() { return (String)get_Value(COLUMNNAME_AD_InfoProcess_UU); } @@ -149,21 +150,20 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste } /** Set Info Window. - @param AD_InfoWindow_ID - Info and search/select Window - */ + @param AD_InfoWindow_ID Info and search/select Window + */ public void setAD_InfoWindow_ID (int AD_InfoWindow_ID) { - if (AD_InfoWindow_ID < 1) + if (AD_InfoWindow_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_InfoWindow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_InfoWindow_ID, Integer.valueOf(AD_InfoWindow_ID)); } /** Get Info Window. @return Info and search/select Window */ - public int getAD_InfoWindow_ID () + public int getAD_InfoWindow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoWindow_ID); if (ii == null) @@ -178,21 +178,20 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -209,9 +208,8 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -220,7 +218,7 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } @@ -228,9 +226,8 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -240,15 +237,14 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Image URL. - @param ImageURL - URL of image - */ + @param ImageURL URL of image + */ public void setImageURL (String ImageURL) { set_Value (COLUMNNAME_ImageURL, ImageURL); @@ -257,7 +253,7 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste /** Get Image URL. @return URL of image */ - public String getImageURL () + public String getImageURL() { return (String)get_Value(COLUMNNAME_ImageURL); } @@ -271,9 +267,8 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste /** Menu = M */ public static final String LAYOUTTYPE_Menu = "M"; /** Set LayoutType. - @param LayoutType - Layout type of info process - */ + @param LayoutType Layout type of info process + */ public void setLayoutType (String LayoutType) { @@ -283,15 +278,14 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste /** Get LayoutType. @return Layout type of info process */ - public String getLayoutType () + public String getLayoutType() { return (String)get_Value(COLUMNNAME_LayoutType); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -300,7 +294,7 @@ public class X_AD_InfoProcess extends PO implements I_AD_InfoProcess, I_Persiste /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_InfoRelated.java b/org.adempiere.base/src/org/compiere/model/X_AD_InfoRelated.java index d1b7955385..aa1268fe1b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_InfoRelated.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_InfoRelated.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_InfoRelated * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_InfoRelated") public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_InfoRelated (Properties ctx, int AD_InfoRelated_ID, String trxName) @@ -81,18 +81,19 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste } /** Set InfoRelated. - @param AD_InfoRelated_ID InfoRelated */ + @param AD_InfoRelated_ID InfoRelated + */ public void setAD_InfoRelated_ID (int AD_InfoRelated_ID) { - if (AD_InfoRelated_ID < 1) + if (AD_InfoRelated_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_InfoRelated_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_InfoRelated_ID, Integer.valueOf(AD_InfoRelated_ID)); } /** Get InfoRelated. @return InfoRelated */ - public int getAD_InfoRelated_ID () + public int getAD_InfoRelated_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoRelated_ID); if (ii == null) @@ -101,7 +102,8 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste } /** Set AD_InfoRelated_UU. - @param AD_InfoRelated_UU AD_InfoRelated_UU */ + @param AD_InfoRelated_UU AD_InfoRelated_UU + */ public void setAD_InfoRelated_UU (String AD_InfoRelated_UU) { set_ValueNoCheck (COLUMNNAME_AD_InfoRelated_UU, AD_InfoRelated_UU); @@ -109,7 +111,7 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste /** Get AD_InfoRelated_UU. @return AD_InfoRelated_UU */ - public String getAD_InfoRelated_UU () + public String getAD_InfoRelated_UU() { return (String)get_Value(COLUMNNAME_AD_InfoRelated_UU); } @@ -121,21 +123,20 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste } /** Set Info Window. - @param AD_InfoWindow_ID - Info and search/select Window - */ + @param AD_InfoWindow_ID Info and search/select Window + */ public void setAD_InfoWindow_ID (int AD_InfoWindow_ID) { - if (AD_InfoWindow_ID < 1) + if (AD_InfoWindow_ID < 1) set_Value (COLUMNNAME_AD_InfoWindow_ID, null); - else + else set_Value (COLUMNNAME_AD_InfoWindow_ID, Integer.valueOf(AD_InfoWindow_ID)); } /** Get Info Window. @return Info and search/select Window */ - public int getAD_InfoWindow_ID () + public int getAD_InfoWindow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoWindow_ID); if (ii == null) @@ -144,9 +145,8 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -155,15 +155,14 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -172,7 +171,7 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } @@ -180,9 +179,8 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -192,15 +190,14 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -209,15 +206,14 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -226,7 +222,7 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -246,21 +242,20 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste } /** Set Parent Related Column. - @param ParentRelatedColumn_ID - column in parent info window, link with column in this relate info - */ + @param ParentRelatedColumn_ID column in parent info window, link with column in this relate info + */ public void setParentRelatedColumn_ID (int ParentRelatedColumn_ID) { - if (ParentRelatedColumn_ID < 1) + if (ParentRelatedColumn_ID < 1) set_Value (COLUMNNAME_ParentRelatedColumn_ID, null); - else + else set_Value (COLUMNNAME_ParentRelatedColumn_ID, Integer.valueOf(ParentRelatedColumn_ID)); } /** Get Parent Related Column. @return column in parent info window, link with column in this relate info */ - public int getParentRelatedColumn_ID () + public int getParentRelatedColumn_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ParentRelatedColumn_ID); if (ii == null) @@ -275,18 +270,19 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste } /** Set Related Info Column. - @param RelatedColumn_ID Related Info Column */ + @param RelatedColumn_ID Related Info Column + */ public void setRelatedColumn_ID (int RelatedColumn_ID) { - if (RelatedColumn_ID < 1) + if (RelatedColumn_ID < 1) set_Value (COLUMNNAME_RelatedColumn_ID, null); - else + else set_Value (COLUMNNAME_RelatedColumn_ID, Integer.valueOf(RelatedColumn_ID)); } /** Get Related Info Column. @return Related Info Column */ - public int getRelatedColumn_ID () + public int getRelatedColumn_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_RelatedColumn_ID); if (ii == null) @@ -301,18 +297,19 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste } /** Set Related Info Window. - @param RelatedInfo_ID Related Info Window */ + @param RelatedInfo_ID Related Info Window + */ public void setRelatedInfo_ID (int RelatedInfo_ID) { - if (RelatedInfo_ID < 1) + if (RelatedInfo_ID < 1) set_Value (COLUMNNAME_RelatedInfo_ID, null); - else + else set_Value (COLUMNNAME_RelatedInfo_ID, Integer.valueOf(RelatedInfo_ID)); } /** Get Related Info Window. @return Related Info Window */ - public int getRelatedInfo_ID () + public int getRelatedInfo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_RelatedInfo_ID); if (ii == null) @@ -321,9 +318,8 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -332,7 +328,7 @@ public class X_AD_InfoRelated extends PO implements I_AD_InfoRelated, I_Persiste /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_InfoWindow.java b/org.adempiere.base/src/org/compiere/model/X_AD_InfoWindow.java index 95ebbb502d..2ea51c1742 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_InfoWindow.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_InfoWindow.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_InfoWindow * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_InfoWindow") public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_InfoWindow (Properties ctx, int AD_InfoWindow_ID, String trxName) @@ -95,18 +95,19 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Context Help. - @param AD_CtxHelp_ID Context Help */ + @param AD_CtxHelp_ID Context Help + */ public void setAD_CtxHelp_ID (int AD_CtxHelp_ID) { - if (AD_CtxHelp_ID < 1) + if (AD_CtxHelp_ID < 1) set_Value (COLUMNNAME_AD_CtxHelp_ID, null); - else + else set_Value (COLUMNNAME_AD_CtxHelp_ID, Integer.valueOf(AD_CtxHelp_ID)); } /** Get Context Help. @return Context Help */ - public int getAD_CtxHelp_ID () + public int getAD_CtxHelp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_CtxHelp_ID); if (ii == null) @@ -115,21 +116,20 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Info Window. - @param AD_InfoWindow_ID - Info and search/select Window - */ + @param AD_InfoWindow_ID Info and search/select Window + */ public void setAD_InfoWindow_ID (int AD_InfoWindow_ID) { - if (AD_InfoWindow_ID < 1) + if (AD_InfoWindow_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_InfoWindow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_InfoWindow_ID, Integer.valueOf(AD_InfoWindow_ID)); } /** Get Info Window. @return Info and search/select Window */ - public int getAD_InfoWindow_ID () + public int getAD_InfoWindow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoWindow_ID); if (ii == null) @@ -138,7 +138,8 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set AD_InfoWindow_UU. - @param AD_InfoWindow_UU AD_InfoWindow_UU */ + @param AD_InfoWindow_UU AD_InfoWindow_UU + */ public void setAD_InfoWindow_UU (String AD_InfoWindow_UU) { set_Value (COLUMNNAME_AD_InfoWindow_UU, AD_InfoWindow_UU); @@ -146,7 +147,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get AD_InfoWindow_UU. @return AD_InfoWindow_UU */ - public String getAD_InfoWindow_UU () + public String getAD_InfoWindow_UU() { return (String)get_Value(COLUMNNAME_AD_InfoWindow_UU); } @@ -158,21 +159,20 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -181,9 +181,8 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -192,7 +191,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -200,9 +199,8 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -212,15 +210,14 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Sql FROM. - @param FromClause - SQL FROM clause - */ + @param FromClause SQL FROM clause + */ public void setFromClause (String FromClause) { set_Value (COLUMNNAME_FromClause, FromClause); @@ -229,15 +226,14 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Sql FROM. @return SQL FROM clause */ - public String getFromClause () + public String getFromClause() { return (String)get_Value(COLUMNNAME_FromClause); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -246,15 +242,14 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Image URL. - @param ImageURL - URL of image - */ + @param ImageURL URL of image + */ public void setImageURL (String ImageURL) { set_Value (COLUMNNAME_ImageURL, ImageURL); @@ -263,15 +258,14 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Image URL. @return URL of image */ - public String getImageURL () + public String getImageURL() { return (String)get_Value(COLUMNNAME_ImageURL); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -280,7 +274,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -293,9 +287,8 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Distinct. - @param IsDistinct - Select Distinct - */ + @param IsDistinct Select Distinct + */ public void setIsDistinct (boolean IsDistinct) { set_Value (COLUMNNAME_IsDistinct, Boolean.valueOf(IsDistinct)); @@ -304,7 +297,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Distinct. @return Select Distinct */ - public boolean isDistinct () + public boolean isDistinct() { Object oo = get_Value(COLUMNNAME_IsDistinct); if (oo != null) @@ -317,9 +310,8 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Load Page Num. - @param isLoadPageNum - When load data for info window, also load number of paging - */ + @param isLoadPageNum When load data for info window, also load number of paging + */ public void setisLoadPageNum (boolean isLoadPageNum) { set_Value (COLUMNNAME_isLoadPageNum, Boolean.valueOf(isLoadPageNum)); @@ -328,7 +320,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Load Page Num. @return When load data for info window, also load number of paging */ - public boolean isLoadPageNum () + public boolean isLoadPageNum() { Object oo = get_Value(COLUMNNAME_isLoadPageNum); if (oo != null) @@ -341,9 +333,8 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Show in Dashboard. - @param IsShowInDashboard - Show the dashlet in the dashboard - */ + @param IsShowInDashboard Show the dashlet in the dashboard + */ public void setIsShowInDashboard (boolean IsShowInDashboard) { set_Value (COLUMNNAME_IsShowInDashboard, Boolean.valueOf(IsShowInDashboard)); @@ -352,7 +343,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Show in Dashboard. @return Show the dashlet in the dashboard */ - public boolean isShowInDashboard () + public boolean isShowInDashboard() { Object oo = get_Value(COLUMNNAME_IsShowInDashboard); if (oo != null) @@ -365,9 +356,8 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Valid. - @param IsValid - Element is valid - */ + @param IsValid Element is valid + */ public void setIsValid (boolean IsValid) { set_Value (COLUMNNAME_IsValid, Boolean.valueOf(IsValid)); @@ -376,7 +366,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Valid. @return Element is valid */ - public boolean isValid () + public boolean isValid() { Object oo = get_Value(COLUMNNAME_IsValid); if (oo != null) @@ -389,9 +379,8 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Max Query Records. - @param MaxQueryRecords - If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records - */ + @param MaxQueryRecords If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records + */ public void setMaxQueryRecords (int MaxQueryRecords) { set_Value (COLUMNNAME_MaxQueryRecords, Integer.valueOf(MaxQueryRecords)); @@ -400,7 +389,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Max Query Records. @return If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records */ - public int getMaxQueryRecords () + public int getMaxQueryRecords() { Integer ii = (Integer)get_Value(COLUMNNAME_MaxQueryRecords); if (ii == null) @@ -409,9 +398,8 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -420,7 +408,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -434,9 +422,8 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Sql ORDER BY. - @param OrderByClause - Fully qualified ORDER BY clause - */ + @param OrderByClause Fully qualified ORDER BY clause + */ public void setOrderByClause (String OrderByClause) { set_Value (COLUMNNAME_OrderByClause, OrderByClause); @@ -445,15 +432,14 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Sql ORDER BY. @return Fully qualified ORDER BY clause */ - public String getOrderByClause () + public String getOrderByClause() { return (String)get_Value(COLUMNNAME_OrderByClause); } /** Set Other SQL Clause. - @param OtherClause - Other SQL Clause - */ + @param OtherClause Other SQL Clause + */ public void setOtherClause (String OtherClause) { set_Value (COLUMNNAME_OtherClause, OtherClause); @@ -462,13 +448,14 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Other SQL Clause. @return Other SQL Clause */ - public String getOtherClause () + public String getOtherClause() { return (String)get_Value(COLUMNNAME_OtherClause); } /** Set Paging Size. - @param PagingSize Paging Size */ + @param PagingSize Paging Size + */ public void setPagingSize (int PagingSize) { set_Value (COLUMNNAME_PagingSize, Integer.valueOf(PagingSize)); @@ -476,7 +463,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Paging Size. @return Paging Size */ - public int getPagingSize () + public int getPagingSize() { Integer ii = (Integer)get_Value(COLUMNNAME_PagingSize); if (ii == null) @@ -485,7 +472,8 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -493,7 +481,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -506,9 +494,8 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -517,7 +504,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -526,9 +513,8 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent } /** Set Sql WHERE. - @param WhereClause - Fully qualified SQL WHERE clause - */ + @param WhereClause Fully qualified SQL WHERE clause + */ public void setWhereClause (String WhereClause) { set_Value (COLUMNNAME_WhereClause, WhereClause); @@ -537,7 +523,7 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent /** Get Sql WHERE. @return Fully qualified SQL WHERE clause */ - public String getWhereClause () + public String getWhereClause() { return (String)get_Value(COLUMNNAME_WhereClause); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_InfoWindow_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_InfoWindow_Access.java index 1a4bda1850..f761a9f196 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_InfoWindow_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_InfoWindow_Access.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_InfoWindow_Access * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_InfoWindow_Access") public class X_AD_InfoWindow_Access extends PO implements I_AD_InfoWindow_Access, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_InfoWindow_Access extends PO implements I_AD_InfoWindow_Access /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_InfoWindow_Access (Properties ctx, int AD_InfoWindow_Access_ID, String trxName) @@ -72,7 +72,8 @@ public class X_AD_InfoWindow_Access extends PO implements I_AD_InfoWindow_Access } /** Set AD_InfoWindow_Access_UU. - @param AD_InfoWindow_Access_UU AD_InfoWindow_Access_UU */ + @param AD_InfoWindow_Access_UU AD_InfoWindow_Access_UU + */ public void setAD_InfoWindow_Access_UU (String AD_InfoWindow_Access_UU) { set_Value (COLUMNNAME_AD_InfoWindow_Access_UU, AD_InfoWindow_Access_UU); @@ -80,7 +81,7 @@ public class X_AD_InfoWindow_Access extends PO implements I_AD_InfoWindow_Access /** Get AD_InfoWindow_Access_UU. @return AD_InfoWindow_Access_UU */ - public String getAD_InfoWindow_Access_UU () + public String getAD_InfoWindow_Access_UU() { return (String)get_Value(COLUMNNAME_AD_InfoWindow_Access_UU); } @@ -92,21 +93,20 @@ public class X_AD_InfoWindow_Access extends PO implements I_AD_InfoWindow_Access } /** Set Info Window. - @param AD_InfoWindow_ID - Info and search/select Window - */ + @param AD_InfoWindow_ID Info and search/select Window + */ public void setAD_InfoWindow_ID (int AD_InfoWindow_ID) { - if (AD_InfoWindow_ID < 1) + if (AD_InfoWindow_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_InfoWindow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_InfoWindow_ID, Integer.valueOf(AD_InfoWindow_ID)); } /** Get Info Window. @return Info and search/select Window */ - public int getAD_InfoWindow_ID () + public int getAD_InfoWindow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoWindow_ID); if (ii == null) @@ -121,21 +121,20 @@ public class X_AD_InfoWindow_Access extends PO implements I_AD_InfoWindow_Access } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Issue.java b/org.adempiere.base/src/org/compiere/model/X_AD_Issue.java index d0058a2e36..067f3fd7d8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Issue.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Issue.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Issue * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Issue") public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Issue (Properties ctx, int AD_Issue_ID, String trxName) @@ -91,21 +91,20 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -120,21 +119,20 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Special Form. - @param AD_Form_ID - Special Form - */ + @param AD_Form_ID Special Form + */ public void setAD_Form_ID (int AD_Form_ID) { - if (AD_Form_ID < 1) + if (AD_Form_ID < 1) set_Value (COLUMNNAME_AD_Form_ID, null); - else + else set_Value (COLUMNNAME_AD_Form_ID, Integer.valueOf(AD_Form_ID)); } /** Get Special Form. @return Special Form */ - public int getAD_Form_ID () + public int getAD_Form_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Form_ID); if (ii == null) @@ -143,21 +141,20 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set System Issue. - @param AD_Issue_ID - Automatically created or manually entered System Issue - */ + @param AD_Issue_ID Automatically created or manually entered System Issue + */ public void setAD_Issue_ID (int AD_Issue_ID) { - if (AD_Issue_ID < 1) + if (AD_Issue_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Issue_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Issue_ID, Integer.valueOf(AD_Issue_ID)); } /** Get System Issue. @return Automatically created or manually entered System Issue */ - public int getAD_Issue_ID () + public int getAD_Issue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Issue_ID); if (ii == null) @@ -166,7 +163,8 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set AD_Issue_UU. - @param AD_Issue_UU AD_Issue_UU */ + @param AD_Issue_UU AD_Issue_UU + */ public void setAD_Issue_UU (String AD_Issue_UU) { set_Value (COLUMNNAME_AD_Issue_UU, AD_Issue_UU); @@ -174,7 +172,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get AD_Issue_UU. @return AD_Issue_UU */ - public String getAD_Issue_UU () + public String getAD_Issue_UU() { return (String)get_Value(COLUMNNAME_AD_Issue_UU); } @@ -186,21 +184,20 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -215,21 +212,20 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -238,9 +234,8 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Comments. - @param Comments - Comments or additional information - */ + @param Comments Comments or additional information + */ public void setComments (String Comments) { set_Value (COLUMNNAME_Comments, Comments); @@ -249,15 +244,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Comments. @return Comments or additional information */ - public String getComments () + public String getComments() { return (String)get_Value(COLUMNNAME_Comments); } /** Set Database. - @param DatabaseInfo - Database Information - */ + @param DatabaseInfo Database Information + */ public void setDatabaseInfo (String DatabaseInfo) { set_ValueNoCheck (COLUMNNAME_DatabaseInfo, DatabaseInfo); @@ -266,15 +260,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Database. @return Database Information */ - public String getDatabaseInfo () + public String getDatabaseInfo() { return (String)get_Value(COLUMNNAME_DatabaseInfo); } /** Set DB Address. - @param DBAddress - JDBC URL of the database server - */ + @param DBAddress JDBC URL of the database server + */ public void setDBAddress (String DBAddress) { set_ValueNoCheck (COLUMNNAME_DBAddress, DBAddress); @@ -283,15 +276,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get DB Address. @return JDBC URL of the database server */ - public String getDBAddress () + public String getDBAddress() { return (String)get_Value(COLUMNNAME_DBAddress); } /** Set Error Trace. - @param ErrorTrace - System Error Trace - */ + @param ErrorTrace System Error Trace + */ public void setErrorTrace (String ErrorTrace) { set_Value (COLUMNNAME_ErrorTrace, ErrorTrace); @@ -300,7 +292,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Error Trace. @return System Error Trace */ - public String getErrorTrace () + public String getErrorTrace() { return (String)get_Value(COLUMNNAME_ErrorTrace); } @@ -312,9 +304,8 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Yes = Y */ public static final String ISREPRODUCIBLE_Yes = "Y"; /** Set Reproducible. - @param IsReproducible - Problem can re reproduced in Gardenworld - */ + @param IsReproducible Problem can re reproduced in Gardenworld + */ public void setIsReproducible (String IsReproducible) { @@ -324,7 +315,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Reproducible. @return Problem can re reproduced in Gardenworld */ - public String getIsReproducible () + public String getIsReproducible() { return (String)get_Value(COLUMNNAME_IsReproducible); } @@ -350,9 +341,8 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Form = X */ public static final String ISSUESOURCE_Form = "X"; /** Set Source. - @param IssueSource - Issue Source - */ + @param IssueSource Issue Source + */ public void setIssueSource (String IssueSource) { @@ -362,15 +352,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Source. @return Issue Source */ - public String getIssueSource () + public String getIssueSource() { return (String)get_Value(COLUMNNAME_IssueSource); } /** Set Issue Summary. - @param IssueSummary - Issue Summary - */ + @param IssueSummary Issue Summary + */ public void setIssueSummary (String IssueSummary) { set_Value (COLUMNNAME_IssueSummary, IssueSummary); @@ -379,7 +368,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Issue Summary. @return Issue Summary */ - public String getIssueSummary () + public String getIssueSummary() { return (String)get_Value(COLUMNNAME_IssueSummary); } @@ -399,9 +388,8 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Yes = Y */ public static final String ISVANILLASYSTEM_Yes = "Y"; /** Set Vanilla System. - @param IsVanillaSystem - The system was NOT compiled from Source - i.e. standard distribution - */ + @param IsVanillaSystem The system was NOT compiled from Source - i.e. standard distribution + */ public void setIsVanillaSystem (String IsVanillaSystem) { @@ -411,15 +399,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Vanilla System. @return The system was NOT compiled from Source - i.e. standard distribution */ - public String getIsVanillaSystem () + public String getIsVanillaSystem() { return (String)get_Value(COLUMNNAME_IsVanillaSystem); } /** Set Java Info. - @param JavaInfo - Java Version Info - */ + @param JavaInfo Java Version Info + */ public void setJavaInfo (String JavaInfo) { set_ValueNoCheck (COLUMNNAME_JavaInfo, JavaInfo); @@ -428,15 +415,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Java Info. @return Java Version Info */ - public String getJavaInfo () + public String getJavaInfo() { return (String)get_Value(COLUMNNAME_JavaInfo); } /** Set Line. - @param LineNo - Line No - */ + @param LineNo Line No + */ public void setLineNo (int LineNo) { set_Value (COLUMNNAME_LineNo, Integer.valueOf(LineNo)); @@ -445,7 +431,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Line. @return Line No */ - public int getLineNo () + public int getLineNo() { Integer ii = (Integer)get_Value(COLUMNNAME_LineNo); if (ii == null) @@ -454,9 +440,8 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Local Host. - @param Local_Host - Local Host Info - */ + @param Local_Host Local Host Info + */ public void setLocal_Host (String Local_Host) { set_ValueNoCheck (COLUMNNAME_Local_Host, Local_Host); @@ -465,15 +450,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Local Host. @return Local Host Info */ - public String getLocal_Host () + public String getLocal_Host() { return (String)get_Value(COLUMNNAME_Local_Host); } /** Set Logger. - @param LoggerName - Logger Name - */ + @param LoggerName Logger Name + */ public void setLoggerName (String LoggerName) { set_Value (COLUMNNAME_LoggerName, LoggerName); @@ -482,15 +466,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Logger. @return Logger Name */ - public String getLoggerName () + public String getLoggerName() { return (String)get_Value(COLUMNNAME_LoggerName); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_ValueNoCheck (COLUMNNAME_Name, Name); @@ -499,15 +482,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Operating System. - @param OperatingSystemInfo - Operating System Info - */ + @param OperatingSystemInfo Operating System Info + */ public void setOperatingSystemInfo (String OperatingSystemInfo) { set_ValueNoCheck (COLUMNNAME_OperatingSystemInfo, OperatingSystemInfo); @@ -516,15 +498,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Operating System. @return Operating System Info */ - public String getOperatingSystemInfo () + public String getOperatingSystemInfo() { return (String)get_Value(COLUMNNAME_OperatingSystemInfo); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_ValueNoCheck (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -533,7 +514,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -546,7 +527,8 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -554,7 +536,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -567,9 +549,8 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Profile. - @param ProfileInfo - Information to help profiling the system for solving support issues - */ + @param ProfileInfo Information to help profiling the system for solving support issues + */ public void setProfileInfo (String ProfileInfo) { set_ValueNoCheck (COLUMNNAME_ProfileInfo, ProfileInfo); @@ -578,27 +559,26 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Profile. @return Information to help profiling the system for solving support issues */ - public String getProfileInfo () + public String getProfileInfo() { return (String)get_Value(COLUMNNAME_ProfileInfo); } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -607,9 +587,8 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Release No. - @param ReleaseNo - Internal Release Number - */ + @param ReleaseNo Internal Release Number + */ public void setReleaseNo (String ReleaseNo) { set_ValueNoCheck (COLUMNNAME_ReleaseNo, ReleaseNo); @@ -618,15 +597,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Release No. @return Internal Release Number */ - public String getReleaseNo () + public String getReleaseNo() { return (String)get_Value(COLUMNNAME_ReleaseNo); } /** Set Release Tag. - @param ReleaseTag - Release Tag - */ + @param ReleaseTag Release Tag + */ public void setReleaseTag (String ReleaseTag) { set_Value (COLUMNNAME_ReleaseTag, ReleaseTag); @@ -635,15 +613,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Release Tag. @return Release Tag */ - public String getReleaseTag () + public String getReleaseTag() { return (String)get_Value(COLUMNNAME_ReleaseTag); } /** Set Remote Addr. - @param Remote_Addr - Remote Address - */ + @param Remote_Addr Remote Address + */ public void setRemote_Addr (String Remote_Addr) { set_ValueNoCheck (COLUMNNAME_Remote_Addr, Remote_Addr); @@ -652,15 +629,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Remote Addr. @return Remote Address */ - public String getRemote_Addr () + public String getRemote_Addr() { return (String)get_Value(COLUMNNAME_Remote_Addr); } /** Set Remote Host. - @param Remote_Host - Remote host Info - */ + @param Remote_Host Remote host Info + */ public void setRemote_Host (String Remote_Host) { set_ValueNoCheck (COLUMNNAME_Remote_Host, Remote_Host); @@ -669,15 +645,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Remote Host. @return Remote host Info */ - public String getRemote_Host () + public String getRemote_Host() { return (String)get_Value(COLUMNNAME_Remote_Host); } /** Set Request Document No. - @param RequestDocumentNo - iDempiere Request Document No - */ + @param RequestDocumentNo iDempiere Request Document No + */ public void setRequestDocumentNo (String RequestDocumentNo) { set_ValueNoCheck (COLUMNNAME_RequestDocumentNo, RequestDocumentNo); @@ -686,15 +661,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Request Document No. @return iDempiere Request Document No */ - public String getRequestDocumentNo () + public String getRequestDocumentNo() { return (String)get_Value(COLUMNNAME_RequestDocumentNo); } /** Set Response Text. - @param ResponseText - Request Response Text - */ + @param ResponseText Request Response Text + */ public void setResponseText (String ResponseText) { set_ValueNoCheck (COLUMNNAME_ResponseText, ResponseText); @@ -703,7 +677,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Response Text. @return Request Response Text */ - public String getResponseText () + public String getResponseText() { return (String)get_Value(COLUMNNAME_ResponseText); } @@ -715,21 +689,20 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Known Issue. - @param R_IssueKnown_ID - Known Issue - */ + @param R_IssueKnown_ID Known Issue + */ public void setR_IssueKnown_ID (int R_IssueKnown_ID) { - if (R_IssueKnown_ID < 1) + if (R_IssueKnown_ID < 1) set_Value (COLUMNNAME_R_IssueKnown_ID, null); - else + else set_Value (COLUMNNAME_R_IssueKnown_ID, Integer.valueOf(R_IssueKnown_ID)); } /** Get Known Issue. @return Known Issue */ - public int getR_IssueKnown_ID () + public int getR_IssueKnown_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_IssueKnown_ID); if (ii == null) @@ -744,21 +717,20 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Issue Project. - @param R_IssueProject_ID - Implementation Projects - */ + @param R_IssueProject_ID Implementation Projects + */ public void setR_IssueProject_ID (int R_IssueProject_ID) { - if (R_IssueProject_ID < 1) + if (R_IssueProject_ID < 1) set_Value (COLUMNNAME_R_IssueProject_ID, null); - else + else set_Value (COLUMNNAME_R_IssueProject_ID, Integer.valueOf(R_IssueProject_ID)); } /** Get Issue Project. @return Implementation Projects */ - public int getR_IssueProject_ID () + public int getR_IssueProject_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_IssueProject_ID); if (ii == null) @@ -773,21 +745,20 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Issue System. - @param R_IssueSystem_ID - System creating the issue - */ + @param R_IssueSystem_ID System creating the issue + */ public void setR_IssueSystem_ID (int R_IssueSystem_ID) { - if (R_IssueSystem_ID < 1) + if (R_IssueSystem_ID < 1) set_Value (COLUMNNAME_R_IssueSystem_ID, null); - else + else set_Value (COLUMNNAME_R_IssueSystem_ID, Integer.valueOf(R_IssueSystem_ID)); } /** Get Issue System. @return System creating the issue */ - public int getR_IssueSystem_ID () + public int getR_IssueSystem_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_IssueSystem_ID); if (ii == null) @@ -802,21 +773,20 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set IssueUser. - @param R_IssueUser_ID - User who reported issues - */ + @param R_IssueUser_ID User who reported issues + */ public void setR_IssueUser_ID (int R_IssueUser_ID) { - if (R_IssueUser_ID < 1) + if (R_IssueUser_ID < 1) set_Value (COLUMNNAME_R_IssueUser_ID, null); - else + else set_Value (COLUMNNAME_R_IssueUser_ID, Integer.valueOf(R_IssueUser_ID)); } /** Get IssueUser. @return User who reported issues */ - public int getR_IssueUser_ID () + public int getR_IssueUser_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_IssueUser_ID); if (ii == null) @@ -831,21 +801,20 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Request. - @param R_Request_ID - Request from a Business Partner or Prospect - */ + @param R_Request_ID Request from a Business Partner or Prospect + */ public void setR_Request_ID (int R_Request_ID) { - if (R_Request_ID < 1) + if (R_Request_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Request_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Request_ID, Integer.valueOf(R_Request_ID)); } /** Get Request. @return Request from a Business Partner or Prospect */ - public int getR_Request_ID () + public int getR_Request_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Request_ID); if (ii == null) @@ -854,9 +823,8 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent } /** Set Source Class. - @param SourceClassName - Source Class Name - */ + @param SourceClassName Source Class Name + */ public void setSourceClassName (String SourceClassName) { set_Value (COLUMNNAME_SourceClassName, SourceClassName); @@ -865,15 +833,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Source Class. @return Source Class Name */ - public String getSourceClassName () + public String getSourceClassName() { return (String)get_Value(COLUMNNAME_SourceClassName); } /** Set Source Method. - @param SourceMethodName - Source Method Name - */ + @param SourceMethodName Source Method Name + */ public void setSourceMethodName (String SourceMethodName) { set_Value (COLUMNNAME_SourceMethodName, SourceMethodName); @@ -882,15 +849,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Source Method. @return Source Method Name */ - public String getSourceMethodName () + public String getSourceMethodName() { return (String)get_Value(COLUMNNAME_SourceMethodName); } /** Set Stack Trace. - @param StackTrace - System Log Trace - */ + @param StackTrace System Log Trace + */ public void setStackTrace (String StackTrace) { set_Value (COLUMNNAME_StackTrace, StackTrace); @@ -899,15 +865,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Stack Trace. @return System Log Trace */ - public String getStackTrace () + public String getStackTrace() { return (String)get_Value(COLUMNNAME_StackTrace); } /** Set Statistics. - @param StatisticsInfo - Information to help profiling the system for solving support issues - */ + @param StatisticsInfo Information to help profiling the system for solving support issues + */ public void setStatisticsInfo (String StatisticsInfo) { set_ValueNoCheck (COLUMNNAME_StatisticsInfo, StatisticsInfo); @@ -916,15 +881,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Statistics. @return Information to help profiling the system for solving support issues */ - public String getStatisticsInfo () + public String getStatisticsInfo() { return (String)get_Value(COLUMNNAME_StatisticsInfo); } /** Set Support EMail. - @param SupportEMail - EMail address to send support information and updates to - */ + @param SupportEMail EMail address to send support information and updates to + */ public void setSupportEMail (String SupportEMail) { set_Value (COLUMNNAME_SupportEMail, SupportEMail); @@ -933,7 +897,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Support EMail. @return EMail address to send support information and updates to */ - public String getSupportEMail () + public String getSupportEMail() { return (String)get_Value(COLUMNNAME_SupportEMail); } @@ -947,9 +911,8 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Production = P */ public static final String SYSTEMSTATUS_Production = "P"; /** Set System Status. - @param SystemStatus - Status of the system - Support priority depends on system status - */ + @param SystemStatus Status of the system - Support priority depends on system status + */ public void setSystemStatus (String SystemStatus) { @@ -959,13 +922,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get System Status. @return Status of the system - Support priority depends on system status */ - public String getSystemStatus () + public String getSystemStatus() { return (String)get_Value(COLUMNNAME_SystemStatus); } /** Set User Name. - @param UserName User Name */ + @param UserName User Name + */ public void setUserName (String UserName) { set_ValueNoCheck (COLUMNNAME_UserName, UserName); @@ -973,15 +937,14 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get User Name. @return User Name */ - public String getUserName () + public String getUserName() { return (String)get_Value(COLUMNNAME_UserName); } /** Set Version. - @param Version - Version of the table definition - */ + @param Version Version of the table definition + */ public void setVersion (String Version) { set_ValueNoCheck (COLUMNNAME_Version, Version); @@ -990,7 +953,7 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent /** Get Version. @return Version of the table definition */ - public String getVersion () + public String getVersion() { return (String)get_Value(COLUMNNAME_Version); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinter.java b/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinter.java index d393c278e7..6eea8e8d73 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinter.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinter.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_LabelPrinter * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_LabelPrinter") public class X_AD_LabelPrinter extends PO implements I_AD_LabelPrinter, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_LabelPrinter extends PO implements I_AD_LabelPrinter, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_LabelPrinter (Properties ctx, int AD_LabelPrinter_ID, String trxName) @@ -73,21 +73,20 @@ public class X_AD_LabelPrinter extends PO implements I_AD_LabelPrinter, I_Persis } /** Set Label printer. - @param AD_LabelPrinter_ID - Label Printer Definition - */ + @param AD_LabelPrinter_ID Label Printer Definition + */ public void setAD_LabelPrinter_ID (int AD_LabelPrinter_ID) { - if (AD_LabelPrinter_ID < 1) + if (AD_LabelPrinter_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_LabelPrinter_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_LabelPrinter_ID, Integer.valueOf(AD_LabelPrinter_ID)); } /** Get Label printer. @return Label Printer Definition */ - public int getAD_LabelPrinter_ID () + public int getAD_LabelPrinter_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_LabelPrinter_ID); if (ii == null) @@ -96,7 +95,8 @@ public class X_AD_LabelPrinter extends PO implements I_AD_LabelPrinter, I_Persis } /** Set AD_LabelPrinter_UU. - @param AD_LabelPrinter_UU AD_LabelPrinter_UU */ + @param AD_LabelPrinter_UU AD_LabelPrinter_UU + */ public void setAD_LabelPrinter_UU (String AD_LabelPrinter_UU) { set_Value (COLUMNNAME_AD_LabelPrinter_UU, AD_LabelPrinter_UU); @@ -104,15 +104,14 @@ public class X_AD_LabelPrinter extends PO implements I_AD_LabelPrinter, I_Persis /** Get AD_LabelPrinter_UU. @return AD_LabelPrinter_UU */ - public String getAD_LabelPrinter_UU () + public String getAD_LabelPrinter_UU() { return (String)get_Value(COLUMNNAME_AD_LabelPrinter_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -121,15 +120,14 @@ public class X_AD_LabelPrinter extends PO implements I_AD_LabelPrinter, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -138,7 +136,7 @@ public class X_AD_LabelPrinter extends PO implements I_AD_LabelPrinter, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinterFunction.java b/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinterFunction.java index 769355e730..e4f1563583 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinterFunction.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinterFunction.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_LabelPrinterFunction * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_LabelPrinterFunction") public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFunction, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_LabelPrinterFunction (Properties ctx, int AD_LabelPrinterFunction_ID, String trxName) @@ -75,21 +75,20 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu } /** Set Label printer Function. - @param AD_LabelPrinterFunction_ID - Function of Label Printer - */ + @param AD_LabelPrinterFunction_ID Function of Label Printer + */ public void setAD_LabelPrinterFunction_ID (int AD_LabelPrinterFunction_ID) { - if (AD_LabelPrinterFunction_ID < 1) + if (AD_LabelPrinterFunction_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_LabelPrinterFunction_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_LabelPrinterFunction_ID, Integer.valueOf(AD_LabelPrinterFunction_ID)); } /** Get Label printer Function. @return Function of Label Printer */ - public int getAD_LabelPrinterFunction_ID () + public int getAD_LabelPrinterFunction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_LabelPrinterFunction_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu } /** Set AD_LabelPrinterFunction_UU. - @param AD_LabelPrinterFunction_UU AD_LabelPrinterFunction_UU */ + @param AD_LabelPrinterFunction_UU AD_LabelPrinterFunction_UU + */ public void setAD_LabelPrinterFunction_UU (String AD_LabelPrinterFunction_UU) { set_Value (COLUMNNAME_AD_LabelPrinterFunction_UU, AD_LabelPrinterFunction_UU); @@ -106,7 +106,7 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu /** Get AD_LabelPrinterFunction_UU. @return AD_LabelPrinterFunction_UU */ - public String getAD_LabelPrinterFunction_UU () + public String getAD_LabelPrinterFunction_UU() { return (String)get_Value(COLUMNNAME_AD_LabelPrinterFunction_UU); } @@ -118,21 +118,20 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu } /** Set Label printer. - @param AD_LabelPrinter_ID - Label Printer Definition - */ + @param AD_LabelPrinter_ID Label Printer Definition + */ public void setAD_LabelPrinter_ID (int AD_LabelPrinter_ID) { - if (AD_LabelPrinter_ID < 1) + if (AD_LabelPrinter_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_LabelPrinter_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_LabelPrinter_ID, Integer.valueOf(AD_LabelPrinter_ID)); } /** Get Label printer. @return Label Printer Definition */ - public int getAD_LabelPrinter_ID () + public int getAD_LabelPrinter_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_LabelPrinter_ID); if (ii == null) @@ -141,9 +140,8 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -152,15 +150,14 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Function Prefix. - @param FunctionPrefix - Data sent before the function - */ + @param FunctionPrefix Data sent before the function + */ public void setFunctionPrefix (String FunctionPrefix) { set_Value (COLUMNNAME_FunctionPrefix, FunctionPrefix); @@ -169,15 +166,14 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu /** Get Function Prefix. @return Data sent before the function */ - public String getFunctionPrefix () + public String getFunctionPrefix() { return (String)get_Value(COLUMNNAME_FunctionPrefix); } /** Set Function Suffix. - @param FunctionSuffix - Data sent after the function - */ + @param FunctionSuffix Data sent after the function + */ public void setFunctionSuffix (String FunctionSuffix) { set_Value (COLUMNNAME_FunctionSuffix, FunctionSuffix); @@ -186,15 +182,14 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu /** Get Function Suffix. @return Data sent after the function */ - public String getFunctionSuffix () + public String getFunctionSuffix() { return (String)get_Value(COLUMNNAME_FunctionSuffix); } /** Set XY Position. - @param IsXYPosition - The Function is XY position - */ + @param IsXYPosition The Function is XY position + */ public void setIsXYPosition (boolean IsXYPosition) { set_Value (COLUMNNAME_IsXYPosition, Boolean.valueOf(IsXYPosition)); @@ -203,7 +198,7 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu /** Get XY Position. @return The Function is XY position */ - public boolean isXYPosition () + public boolean isXYPosition() { Object oo = get_Value(COLUMNNAME_IsXYPosition); if (oo != null) @@ -216,9 +211,8 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -227,7 +221,7 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -241,9 +235,8 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu } /** Set XY Separator. - @param XYSeparator - The separator between the X and Y function. - */ + @param XYSeparator The separator between the X and Y function. + */ public void setXYSeparator (String XYSeparator) { set_Value (COLUMNNAME_XYSeparator, XYSeparator); @@ -252,7 +245,7 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu /** Get XY Separator. @return The separator between the X and Y function. */ - public String getXYSeparator () + public String getXYSeparator() { return (String)get_Value(COLUMNNAME_XYSeparator); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Language.java b/org.adempiere.base/src/org/compiere/model/X_AD_Language.java index c265b007a8..7d60bebc9a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Language.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Language.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Language * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Language") public class X_AD_Language extends PO implements I_AD_Language, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Language (Properties ctx, int AD_Language_ID, String trxName) @@ -79,9 +79,8 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent } /** Set Language. - @param AD_Language - Language for this entity - */ + @param AD_Language Language for this entity + */ public void setAD_Language (String AD_Language) { set_ValueNoCheck (COLUMNNAME_AD_Language, AD_Language); @@ -90,24 +89,25 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** Get Language. @return Language for this entity */ - public String getAD_Language () + public String getAD_Language() { return (String)get_Value(COLUMNNAME_AD_Language); } /** Set Language ID. - @param AD_Language_ID Language ID */ + @param AD_Language_ID Language ID + */ public void setAD_Language_ID (int AD_Language_ID) { - if (AD_Language_ID < 1) + if (AD_Language_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Language_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Language_ID, Integer.valueOf(AD_Language_ID)); } /** Get Language ID. @return Language ID */ - public int getAD_Language_ID () + public int getAD_Language_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Language_ID); if (ii == null) @@ -116,7 +116,8 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent } /** Set AD_Language_UU. - @param AD_Language_UU AD_Language_UU */ + @param AD_Language_UU AD_Language_UU + */ public void setAD_Language_UU (String AD_Language_UU) { set_Value (COLUMNNAME_AD_Language_UU, AD_Language_UU); @@ -124,7 +125,7 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** Get AD_Language_UU. @return AD_Language_UU */ - public String getAD_Language_UU () + public String getAD_Language_UU() { return (String)get_Value(COLUMNNAME_AD_Language_UU); } @@ -136,21 +137,20 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent } /** Set Print Paper. - @param AD_PrintPaper_ID - Printer paper definition - */ + @param AD_PrintPaper_ID Printer paper definition + */ public void setAD_PrintPaper_ID (int AD_PrintPaper_ID) { - if (AD_PrintPaper_ID < 1) + if (AD_PrintPaper_ID < 1) set_Value (COLUMNNAME_AD_PrintPaper_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintPaper_ID, Integer.valueOf(AD_PrintPaper_ID)); } /** Get Print Paper. @return Printer paper definition */ - public int getAD_PrintPaper_ID () + public int getAD_PrintPaper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintPaper_ID); if (ii == null) @@ -159,9 +159,8 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent } /** Set ISO Country Code. - @param CountryCode - Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html - */ + @param CountryCode Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html + */ public void setCountryCode (String CountryCode) { set_Value (COLUMNNAME_CountryCode, CountryCode); @@ -170,15 +169,14 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** Get ISO Country Code. @return Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html */ - public String getCountryCode () + public String getCountryCode() { return (String)get_Value(COLUMNNAME_CountryCode); } /** Set Date Pattern. - @param DatePattern - Java Date Pattern - */ + @param DatePattern Java Date Pattern + */ public void setDatePattern (String DatePattern) { set_Value (COLUMNNAME_DatePattern, DatePattern); @@ -187,15 +185,14 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** Get Date Pattern. @return Java Date Pattern */ - public String getDatePattern () + public String getDatePattern() { return (String)get_Value(COLUMNNAME_DatePattern); } /** Set Base Language. - @param IsBaseLanguage - The system information is maintained in this language - */ + @param IsBaseLanguage The system information is maintained in this language + */ public void setIsBaseLanguage (boolean IsBaseLanguage) { set_ValueNoCheck (COLUMNNAME_IsBaseLanguage, Boolean.valueOf(IsBaseLanguage)); @@ -204,7 +201,7 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** Get Base Language. @return The system information is maintained in this language */ - public boolean isBaseLanguage () + public boolean isBaseLanguage() { Object oo = get_Value(COLUMNNAME_IsBaseLanguage); if (oo != null) @@ -217,9 +214,8 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent } /** Set Decimal Point. - @param IsDecimalPoint - The number notation has a decimal point (no decimal comma) - */ + @param IsDecimalPoint The number notation has a decimal point (no decimal comma) + */ public void setIsDecimalPoint (boolean IsDecimalPoint) { set_Value (COLUMNNAME_IsDecimalPoint, Boolean.valueOf(IsDecimalPoint)); @@ -228,7 +224,7 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** Get Decimal Point. @return The number notation has a decimal point (no decimal comma) */ - public boolean isDecimalPoint () + public boolean isDecimalPoint() { Object oo = get_Value(COLUMNNAME_IsDecimalPoint); if (oo != null) @@ -241,7 +237,8 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent } /** Set Login Locale. - @param IsLoginLocale Login Locale */ + @param IsLoginLocale Login Locale + */ public void setIsLoginLocale (boolean IsLoginLocale) { set_Value (COLUMNNAME_IsLoginLocale, Boolean.valueOf(IsLoginLocale)); @@ -249,7 +246,7 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** Get Login Locale. @return Login Locale */ - public boolean isLoginLocale () + public boolean isLoginLocale() { Object oo = get_Value(COLUMNNAME_IsLoginLocale); if (oo != null) @@ -262,9 +259,8 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent } /** Set System Language. - @param IsSystemLanguage - The screens, etc. are maintained in this Language - */ + @param IsSystemLanguage The screens, etc. are maintained in this Language + */ public void setIsSystemLanguage (boolean IsSystemLanguage) { set_Value (COLUMNNAME_IsSystemLanguage, Boolean.valueOf(IsSystemLanguage)); @@ -273,7 +269,7 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** Get System Language. @return The screens, etc. are maintained in this Language */ - public boolean isSystemLanguage () + public boolean isSystemLanguage() { Object oo = get_Value(COLUMNNAME_IsSystemLanguage); if (oo != null) @@ -286,9 +282,8 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent } /** Set ISO Language Code. - @param LanguageISO - Lower-case two-letter ISO-3166 code - http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt - */ + @param LanguageISO Lower-case two-letter ISO-3166 code - http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt + */ public void setLanguageISO (String LanguageISO) { set_Value (COLUMNNAME_LanguageISO, LanguageISO); @@ -297,15 +292,14 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** Get ISO Language Code. @return Lower-case two-letter ISO-3166 code - http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt */ - public String getLanguageISO () + public String getLanguageISO() { return (String)get_Value(COLUMNNAME_LanguageISO); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -314,7 +308,7 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -328,9 +322,8 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent } /** Set Print Text. - @param PrintName - The label text to be printed on a document or correspondence. - */ + @param PrintName The label text to be printed on a document or correspondence. + */ public void setPrintName (String PrintName) { set_Value (COLUMNNAME_PrintName, PrintName); @@ -339,13 +332,14 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** Get Print Text. @return The label text to be printed on a document or correspondence. */ - public String getPrintName () + public String getPrintName() { return (String)get_Value(COLUMNNAME_PrintName); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -353,7 +347,7 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -366,9 +360,8 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent } /** Set Time Pattern. - @param TimePattern - Java Time Pattern - */ + @param TimePattern Java Time Pattern + */ public void setTimePattern (String TimePattern) { set_Value (COLUMNNAME_TimePattern, TimePattern); @@ -377,7 +370,7 @@ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent /** Get Time Pattern. @return Java Time Pattern */ - public String getTimePattern () + public String getTimePattern() { return (String)get_Value(COLUMNNAME_TimePattern); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_LdapAccess.java b/org.adempiere.base/src/org/compiere/model/X_AD_LdapAccess.java index 218270ff34..4855e7691f 100755 --- a/org.adempiere.base/src/org/compiere/model/X_AD_LdapAccess.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_LdapAccess.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_LdapAccess * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_LdapAccess") public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_LdapAccess (Properties ctx, int AD_LdapAccess_ID, String trxName) @@ -74,21 +74,20 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent } /** Set Ldap Access. - @param AD_LdapAccess_ID - Ldap Access Log - */ + @param AD_LdapAccess_ID Ldap Access Log + */ public void setAD_LdapAccess_ID (int AD_LdapAccess_ID) { - if (AD_LdapAccess_ID < 1) + if (AD_LdapAccess_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_LdapAccess_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_LdapAccess_ID, Integer.valueOf(AD_LdapAccess_ID)); } /** Get Ldap Access. @return Ldap Access Log */ - public int getAD_LdapAccess_ID () + public int getAD_LdapAccess_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_LdapAccess_ID); if (ii == null) @@ -97,7 +96,8 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent } /** Set AD_LdapAccess_UU. - @param AD_LdapAccess_UU AD_LdapAccess_UU */ + @param AD_LdapAccess_UU AD_LdapAccess_UU + */ public void setAD_LdapAccess_UU (String AD_LdapAccess_UU) { set_Value (COLUMNNAME_AD_LdapAccess_UU, AD_LdapAccess_UU); @@ -105,7 +105,7 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent /** Get AD_LdapAccess_UU. @return AD_LdapAccess_UU */ - public String getAD_LdapAccess_UU () + public String getAD_LdapAccess_UU() { return (String)get_Value(COLUMNNAME_AD_LdapAccess_UU); } @@ -117,21 +117,20 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent } /** Set Ldap Processor. - @param AD_LdapProcessor_ID - LDAP Server to authenticate and authorize external systems based on iDempiere - */ + @param AD_LdapProcessor_ID LDAP Server to authenticate and authorize external systems based on iDempiere + */ public void setAD_LdapProcessor_ID (int AD_LdapProcessor_ID) { - if (AD_LdapProcessor_ID < 1) + if (AD_LdapProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_LdapProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_LdapProcessor_ID, Integer.valueOf(AD_LdapProcessor_ID)); } /** Get Ldap Processor. @return LDAP Server to authenticate and authorize external systems based on iDempiere */ - public int getAD_LdapProcessor_ID () + public int getAD_LdapProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_LdapProcessor_ID); if (ii == null) @@ -146,21 +145,20 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -177,9 +175,8 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -188,15 +185,14 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Error. - @param IsError - An Error occurred in the execution - */ + @param IsError An Error occurred in the execution + */ public void setIsError (boolean IsError) { set_ValueNoCheck (COLUMNNAME_IsError, Boolean.valueOf(IsError)); @@ -205,7 +201,7 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent /** Get Error. @return An Error occurred in the execution */ - public boolean isError () + public boolean isError() { Object oo = get_Value(COLUMNNAME_IsError); if (oo != null) @@ -224,21 +220,20 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent } /** Set Interest Area. - @param R_InterestArea_ID - Interest Area or Topic - */ + @param R_InterestArea_ID Interest Area or Topic + */ public void setR_InterestArea_ID (int R_InterestArea_ID) { - if (R_InterestArea_ID < 1) + if (R_InterestArea_ID < 1) set_ValueNoCheck (COLUMNNAME_R_InterestArea_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_InterestArea_ID, Integer.valueOf(R_InterestArea_ID)); } /** Get Interest Area. @return Interest Area or Topic */ - public int getR_InterestArea_ID () + public int getR_InterestArea_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_InterestArea_ID); if (ii == null) @@ -247,9 +242,8 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent } /** Set Summary. - @param Summary - Textual summary of this request - */ + @param Summary Textual summary of this request + */ public void setSummary (String Summary) { set_ValueNoCheck (COLUMNNAME_Summary, Summary); @@ -258,7 +252,7 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent /** Get Summary. @return Textual summary of this request */ - public String getSummary () + public String getSummary() { return (String)get_Value(COLUMNNAME_Summary); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessor.java b/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessor.java index 3057d4a105..564dc951ab 100755 --- a/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessor.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_LdapProcessor * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_LdapProcessor") public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Persistent { @@ -32,7 +32,7 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_LdapProcessor (Properties ctx, int AD_LdapProcessor_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers } /** Set Ldap Processor. - @param AD_LdapProcessor_ID - LDAP Server to authenticate and authorize external systems based on iDempiere - */ + @param AD_LdapProcessor_ID LDAP Server to authenticate and authorize external systems based on iDempiere + */ public void setAD_LdapProcessor_ID (int AD_LdapProcessor_ID) { - if (AD_LdapProcessor_ID < 1) + if (AD_LdapProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_LdapProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_LdapProcessor_ID, Integer.valueOf(AD_LdapProcessor_ID)); } /** Get Ldap Processor. @return LDAP Server to authenticate and authorize external systems based on iDempiere */ - public int getAD_LdapProcessor_ID () + public int getAD_LdapProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_LdapProcessor_ID); if (ii == null) @@ -102,7 +101,8 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers } /** Set AD_LdapProcessor_UU. - @param AD_LdapProcessor_UU AD_LdapProcessor_UU */ + @param AD_LdapProcessor_UU AD_LdapProcessor_UU + */ public void setAD_LdapProcessor_UU (String AD_LdapProcessor_UU) { set_Value (COLUMNNAME_AD_LdapProcessor_UU, AD_LdapProcessor_UU); @@ -110,15 +110,14 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers /** Get AD_LdapProcessor_UU. @return AD_LdapProcessor_UU */ - public String getAD_LdapProcessor_UU () + public String getAD_LdapProcessor_UU() { return (String)get_Value(COLUMNNAME_AD_LdapProcessor_UU); } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_Value (COLUMNNAME_DateLastRun, DateLastRun); @@ -127,15 +126,14 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Date next run. - @param DateNextRun - Date the process will run next - */ + @param DateNextRun Date the process will run next + */ public void setDateNextRun (Timestamp DateNextRun) { set_Value (COLUMNNAME_DateNextRun, DateNextRun); @@ -144,15 +142,14 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers /** Get Date next run. @return Date the process will run next */ - public Timestamp getDateNextRun () + public Timestamp getDateNextRun() { return (Timestamp)get_Value(COLUMNNAME_DateNextRun); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -161,15 +158,14 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Days to keep Log. - @param KeepLogDays - Number of days to keep the log entries - */ + @param KeepLogDays Number of days to keep the log entries + */ public void setKeepLogDays (int KeepLogDays) { set_Value (COLUMNNAME_KeepLogDays, Integer.valueOf(KeepLogDays)); @@ -178,7 +174,7 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers /** Get Days to keep Log. @return Number of days to keep the log entries */ - public int getKeepLogDays () + public int getKeepLogDays() { Integer ii = (Integer)get_Value(COLUMNNAME_KeepLogDays); if (ii == null) @@ -187,9 +183,8 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers } /** Set Ldap Port. - @param LdapPort - The port the server is listening - */ + @param LdapPort The port the server is listening + */ public void setLdapPort (int LdapPort) { set_Value (COLUMNNAME_LdapPort, Integer.valueOf(LdapPort)); @@ -198,7 +193,7 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers /** Get Ldap Port. @return The port the server is listening */ - public int getLdapPort () + public int getLdapPort() { Integer ii = (Integer)get_Value(COLUMNNAME_LdapPort); if (ii == null) @@ -207,9 +202,8 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -218,7 +212,7 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -232,7 +226,8 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -240,7 +235,7 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -259,21 +254,20 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers } /** Set Supervisor. - @param Supervisor_ID - Supervisor for this user/organization - used for escalation and approval - */ + @param Supervisor_ID Supervisor for this user/organization - used for escalation and approval + */ public void setSupervisor_ID (int Supervisor_ID) { - if (Supervisor_ID < 1) + if (Supervisor_ID < 1) set_Value (COLUMNNAME_Supervisor_ID, null); - else + else set_Value (COLUMNNAME_Supervisor_ID, Integer.valueOf(Supervisor_ID)); } /** Get Supervisor. @return Supervisor for this user/organization - used for escalation and approval */ - public int getSupervisor_ID () + public int getSupervisor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Supervisor_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessorLog.java b/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessorLog.java index bdab98ca05..2921a2ab35 100755 --- a/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessorLog.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_LdapProcessorLog * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_LdapProcessorLog") public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_LdapProcessorLog (Properties ctx, int AD_LdapProcessorLog_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, } /** Set Ldap Processor. - @param AD_LdapProcessor_ID - LDAP Server to authenticate and authorize external systems based on iDempiere - */ + @param AD_LdapProcessor_ID LDAP Server to authenticate and authorize external systems based on iDempiere + */ public void setAD_LdapProcessor_ID (int AD_LdapProcessor_ID) { - if (AD_LdapProcessor_ID < 1) + if (AD_LdapProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_LdapProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_LdapProcessor_ID, Integer.valueOf(AD_LdapProcessor_ID)); } /** Get Ldap Processor. @return LDAP Server to authenticate and authorize external systems based on iDempiere */ - public int getAD_LdapProcessor_ID () + public int getAD_LdapProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_LdapProcessor_ID); if (ii == null) @@ -102,21 +101,20 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, } /** Set Ldap Processor Log. - @param AD_LdapProcessorLog_ID - LDAP Server Log - */ + @param AD_LdapProcessorLog_ID LDAP Server Log + */ public void setAD_LdapProcessorLog_ID (int AD_LdapProcessorLog_ID) { - if (AD_LdapProcessorLog_ID < 1) + if (AD_LdapProcessorLog_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_LdapProcessorLog_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_LdapProcessorLog_ID, Integer.valueOf(AD_LdapProcessorLog_ID)); } /** Get Ldap Processor Log. @return LDAP Server Log */ - public int getAD_LdapProcessorLog_ID () + public int getAD_LdapProcessorLog_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_LdapProcessorLog_ID); if (ii == null) @@ -125,7 +123,8 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, } /** Set AD_LdapProcessorLog_UU. - @param AD_LdapProcessorLog_UU AD_LdapProcessorLog_UU */ + @param AD_LdapProcessorLog_UU AD_LdapProcessorLog_UU + */ public void setAD_LdapProcessorLog_UU (String AD_LdapProcessorLog_UU) { set_Value (COLUMNNAME_AD_LdapProcessorLog_UU, AD_LdapProcessorLog_UU); @@ -133,15 +132,14 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, /** Get AD_LdapProcessorLog_UU. @return AD_LdapProcessorLog_UU */ - public String getAD_LdapProcessorLog_UU () + public String getAD_LdapProcessorLog_UU() { return (String)get_Value(COLUMNNAME_AD_LdapProcessorLog_UU); } /** Set Binary Data. - @param BinaryData - Binary Data - */ + @param BinaryData Binary Data + */ public void setBinaryData (byte[] BinaryData) { set_Value (COLUMNNAME_BinaryData, BinaryData); @@ -150,15 +148,14 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, /** Get Binary Data. @return Binary Data */ - public byte[] getBinaryData () + public byte[] getBinaryData() { return (byte[])get_Value(COLUMNNAME_BinaryData); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -167,15 +164,14 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Error. - @param IsError - An Error occurred in the execution - */ + @param IsError An Error occurred in the execution + */ public void setIsError (boolean IsError) { set_Value (COLUMNNAME_IsError, Boolean.valueOf(IsError)); @@ -184,7 +180,7 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, /** Get Error. @return An Error occurred in the execution */ - public boolean isError () + public boolean isError() { Object oo = get_Value(COLUMNNAME_IsError); if (oo != null) @@ -197,9 +193,8 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, } /** Set Reference. - @param Reference - Reference for this record - */ + @param Reference Reference for this record + */ public void setReference (String Reference) { set_Value (COLUMNNAME_Reference, Reference); @@ -208,15 +203,14 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, /** Get Reference. @return Reference for this record */ - public String getReference () + public String getReference() { return (String)get_Value(COLUMNNAME_Reference); } /** Set Summary. - @param Summary - Textual summary of this request - */ + @param Summary Textual summary of this request + */ public void setSummary (String Summary) { set_Value (COLUMNNAME_Summary, Summary); @@ -225,15 +219,14 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, /** Get Summary. @return Textual summary of this request */ - public String getSummary () + public String getSummary() { return (String)get_Value(COLUMNNAME_Summary); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -242,7 +235,7 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Menu.java b/org.adempiere.base/src/org/compiere/model/X_AD_Menu.java index b6e76a4a5c..d1d74f07b0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Menu.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Menu.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Menu * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Menu") public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Menu (Properties ctx, int AD_Menu_ID, String trxName) @@ -100,9 +100,8 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent /** Form = X */ public static final String ACTION_Form = "X"; /** Set Action. - @param Action - Indicates the Action to be performed - */ + @param Action Indicates the Action to be performed + */ public void setAction (String Action) { @@ -112,7 +111,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent /** Get Action. @return Indicates the Action to be performed */ - public String getAction () + public String getAction() { return (String)get_Value(COLUMNNAME_Action); } @@ -124,21 +123,20 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set Special Form. - @param AD_Form_ID - Special Form - */ + @param AD_Form_ID Special Form + */ public void setAD_Form_ID (int AD_Form_ID) { - if (AD_Form_ID < 1) + if (AD_Form_ID < 1) set_Value (COLUMNNAME_AD_Form_ID, null); - else + else set_Value (COLUMNNAME_AD_Form_ID, Integer.valueOf(AD_Form_ID)); } /** Get Special Form. @return Special Form */ - public int getAD_Form_ID () + public int getAD_Form_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Form_ID); if (ii == null) @@ -153,21 +151,20 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set Info Window. - @param AD_InfoWindow_ID - Info and search/select Window - */ + @param AD_InfoWindow_ID Info and search/select Window + */ public void setAD_InfoWindow_ID (int AD_InfoWindow_ID) { - if (AD_InfoWindow_ID < 1) + if (AD_InfoWindow_ID < 1) set_Value (COLUMNNAME_AD_InfoWindow_ID, null); - else + else set_Value (COLUMNNAME_AD_InfoWindow_ID, Integer.valueOf(AD_InfoWindow_ID)); } /** Get Info Window. @return Info and search/select Window */ - public int getAD_InfoWindow_ID () + public int getAD_InfoWindow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoWindow_ID); if (ii == null) @@ -176,21 +173,20 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set Menu. - @param AD_Menu_ID - Identifies a Menu - */ + @param AD_Menu_ID Identifies a Menu + */ public void setAD_Menu_ID (int AD_Menu_ID) { - if (AD_Menu_ID < 1) + if (AD_Menu_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Menu_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Menu_ID, Integer.valueOf(AD_Menu_ID)); } /** Get Menu. @return Identifies a Menu */ - public int getAD_Menu_ID () + public int getAD_Menu_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Menu_ID); if (ii == null) @@ -199,7 +195,8 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set AD_Menu_UU. - @param AD_Menu_UU AD_Menu_UU */ + @param AD_Menu_UU AD_Menu_UU + */ public void setAD_Menu_UU (String AD_Menu_UU) { set_Value (COLUMNNAME_AD_Menu_UU, AD_Menu_UU); @@ -207,7 +204,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent /** Get AD_Menu_UU. @return AD_Menu_UU */ - public String getAD_Menu_UU () + public String getAD_Menu_UU() { return (String)get_Value(COLUMNNAME_AD_Menu_UU); } @@ -219,21 +216,20 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -248,21 +244,20 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set OS Task. - @param AD_Task_ID - Operation System Task - */ + @param AD_Task_ID Operation System Task + */ public void setAD_Task_ID (int AD_Task_ID) { - if (AD_Task_ID < 1) + if (AD_Task_ID < 1) set_Value (COLUMNNAME_AD_Task_ID, null); - else + else set_Value (COLUMNNAME_AD_Task_ID, Integer.valueOf(AD_Task_ID)); } /** Get OS Task. @return Operation System Task */ - public int getAD_Task_ID () + public int getAD_Task_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Task_ID); if (ii == null) @@ -277,21 +272,20 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -306,21 +300,20 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_Value (COLUMNNAME_AD_Workflow_ID, null); - else + else set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -329,9 +322,8 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -340,7 +332,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -348,9 +340,8 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -360,15 +351,14 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Centrally maintained. - @param IsCentrallyMaintained - Information maintained in System Element table - */ + @param IsCentrallyMaintained Information maintained in System Element table + */ public void setIsCentrallyMaintained (boolean IsCentrallyMaintained) { set_Value (COLUMNNAME_IsCentrallyMaintained, Boolean.valueOf(IsCentrallyMaintained)); @@ -377,7 +367,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent /** Get Centrally maintained. @return Information maintained in System Element table */ - public boolean isCentrallyMaintained () + public boolean isCentrallyMaintained() { Object oo = get_Value(COLUMNNAME_IsCentrallyMaintained); if (oo != null) @@ -390,9 +380,8 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (boolean IsReadOnly) { set_Value (COLUMNNAME_IsReadOnly, Boolean.valueOf(IsReadOnly)); @@ -401,7 +390,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent /** Get Read Only. @return Field is read only */ - public boolean isReadOnly () + public boolean isReadOnly() { Object oo = get_Value(COLUMNNAME_IsReadOnly); if (oo != null) @@ -414,9 +403,8 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -425,7 +413,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -438,9 +426,8 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -449,7 +436,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -462,9 +449,8 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -473,7 +459,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -487,9 +473,8 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent } /** Set Predefined Context Variables. - @param PredefinedContextVariables - Predefined context variables to inject when opening a menu entry or a window - */ + @param PredefinedContextVariables Predefined context variables to inject when opening a menu entry or a window + */ public void setPredefinedContextVariables (String PredefinedContextVariables) { set_Value (COLUMNNAME_PredefinedContextVariables, PredefinedContextVariables); @@ -498,7 +483,7 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent /** Get Predefined Context Variables. @return Predefined context variables to inject when opening a menu entry or a window */ - public String getPredefinedContextVariables () + public String getPredefinedContextVariables() { return (String)get_Value(COLUMNNAME_PredefinedContextVariables); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Message.java b/org.adempiere.base/src/org/compiere/model/X_AD_Message.java index ac18ebbddc..51bebf9910 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Message.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Message.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Message * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Message") public class X_AD_Message extends PO implements I_AD_Message, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Message extends PO implements I_AD_Message, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Message (Properties ctx, int AD_Message_ID, String trxName) @@ -78,21 +78,20 @@ public class X_AD_Message extends PO implements I_AD_Message, I_Persistent } /** Set Message. - @param AD_Message_ID - System Message - */ + @param AD_Message_ID System Message + */ public void setAD_Message_ID (int AD_Message_ID) { - if (AD_Message_ID < 1) + if (AD_Message_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Message_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Message_ID, Integer.valueOf(AD_Message_ID)); } /** Get Message. @return System Message */ - public int getAD_Message_ID () + public int getAD_Message_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Message_ID); if (ii == null) @@ -101,7 +100,8 @@ public class X_AD_Message extends PO implements I_AD_Message, I_Persistent } /** Set AD_Message_UU. - @param AD_Message_UU AD_Message_UU */ + @param AD_Message_UU AD_Message_UU + */ public void setAD_Message_UU (String AD_Message_UU) { set_Value (COLUMNNAME_AD_Message_UU, AD_Message_UU); @@ -109,7 +109,7 @@ public class X_AD_Message extends PO implements I_AD_Message, I_Persistent /** Get AD_Message_UU. @return AD_Message_UU */ - public String getAD_Message_UU () + public String getAD_Message_UU() { return (String)get_Value(COLUMNNAME_AD_Message_UU); } @@ -117,9 +117,8 @@ public class X_AD_Message extends PO implements I_AD_Message, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -129,15 +128,14 @@ public class X_AD_Message extends PO implements I_AD_Message, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Message Text. - @param MsgText - Textual Informational, Menu or Error Message - */ + @param MsgText Textual Informational, Menu or Error Message + */ public void setMsgText (String MsgText) { set_Value (COLUMNNAME_MsgText, MsgText); @@ -146,15 +144,14 @@ public class X_AD_Message extends PO implements I_AD_Message, I_Persistent /** Get Message Text. @return Textual Informational, Menu or Error Message */ - public String getMsgText () + public String getMsgText() { return (String)get_Value(COLUMNNAME_MsgText); } /** Set Message Tip. - @param MsgTip - Additional tip or help for this message - */ + @param MsgTip Additional tip or help for this message + */ public void setMsgTip (String MsgTip) { set_Value (COLUMNNAME_MsgTip, MsgTip); @@ -163,7 +160,7 @@ public class X_AD_Message extends PO implements I_AD_Message, I_Persistent /** Get Message Tip. @return Additional tip or help for this message */ - public String getMsgTip () + public String getMsgTip() { return (String)get_Value(COLUMNNAME_MsgTip); } @@ -177,9 +174,8 @@ public class X_AD_Message extends PO implements I_AD_Message, I_Persistent /** Menu = M */ public static final String MSGTYPE_Menu = "M"; /** Set Message Type. - @param MsgType - Type of message (Informational, Menu or Error) - */ + @param MsgType Type of message (Informational, Menu or Error) + */ public void setMsgType (String MsgType) { @@ -189,15 +185,14 @@ public class X_AD_Message extends PO implements I_AD_Message, I_Persistent /** Get Message Type. @return Type of message (Informational, Menu or Error) */ - public String getMsgType () + public String getMsgType() { return (String)get_Value(COLUMNNAME_MsgType); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -206,7 +201,7 @@ public class X_AD_Message extends PO implements I_AD_Message, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_MigrationScript.java b/org.adempiere.base/src/org/compiere/model/X_AD_MigrationScript.java index 8d0d94ad4a..3c911e3f02 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_MigrationScript.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_MigrationScript.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_MigrationScript * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_MigrationScript") public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_MigrationScript (Properties ctx, int AD_MigrationScript_ID, String trxName) @@ -78,21 +78,20 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ } /** Set Migration Script. - @param AD_MigrationScript_ID - Table to check whether the migration script has been applied - */ + @param AD_MigrationScript_ID Table to check whether the migration script has been applied + */ public void setAD_MigrationScript_ID (int AD_MigrationScript_ID) { - if (AD_MigrationScript_ID < 1) + if (AD_MigrationScript_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_MigrationScript_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_MigrationScript_ID, Integer.valueOf(AD_MigrationScript_ID)); } /** Get Migration Script. @return Table to check whether the migration script has been applied */ - public int getAD_MigrationScript_ID () + public int getAD_MigrationScript_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_MigrationScript_ID); if (ii == null) @@ -101,7 +100,8 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ } /** Set AD_MigrationScript_UU. - @param AD_MigrationScript_UU AD_MigrationScript_UU */ + @param AD_MigrationScript_UU AD_MigrationScript_UU + */ public void setAD_MigrationScript_UU (String AD_MigrationScript_UU) { set_Value (COLUMNNAME_AD_MigrationScript_UU, AD_MigrationScript_UU); @@ -109,15 +109,14 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Get AD_MigrationScript_UU. @return AD_MigrationScript_UU */ - public String getAD_MigrationScript_UU () + public String getAD_MigrationScript_UU() { return (String)get_Value(COLUMNNAME_AD_MigrationScript_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -126,13 +125,14 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Developer Name. - @param DeveloperName Developer Name */ + @param DeveloperName Developer Name + */ public void setDeveloperName (String DeveloperName) { set_Value (COLUMNNAME_DeveloperName, DeveloperName); @@ -140,15 +140,14 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Get Developer Name. @return Developer Name */ - public String getDeveloperName () + public String getDeveloperName() { return (String)get_Value(COLUMNNAME_DeveloperName); } /** Set File Name. - @param FileName - Name of the local file or URL - */ + @param FileName Name of the local file or URL + */ public void setFileName (String FileName) { set_Value (COLUMNNAME_FileName, FileName); @@ -157,13 +156,14 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Get File Name. @return Name of the local file or URL */ - public String getFileName () + public String getFileName() { return (String)get_Value(COLUMNNAME_FileName); } /** Set Apply Script. - @param isApply Apply Script */ + @param isApply Apply Script + */ public void setisApply (boolean isApply) { set_Value (COLUMNNAME_isApply, Boolean.valueOf(isApply)); @@ -171,7 +171,7 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Get Apply Script. @return Apply Script */ - public boolean isApply () + public boolean isApply() { Object oo = get_Value(COLUMNNAME_isApply); if (oo != null) @@ -184,9 +184,8 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -195,7 +194,7 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -209,9 +208,8 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ } /** Set Project. - @param ProjectName - Name of the Project - */ + @param ProjectName Name of the Project + */ public void setProjectName (String ProjectName) { set_Value (COLUMNNAME_ProjectName, ProjectName); @@ -220,15 +218,14 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Get Project. @return Name of the Project */ - public String getProjectName () + public String getProjectName() { return (String)get_Value(COLUMNNAME_ProjectName); } /** Set Reference. - @param Reference - Reference for this record - */ + @param Reference Reference for this record + */ public void setReference (String Reference) { set_Value (COLUMNNAME_Reference, Reference); @@ -237,15 +234,14 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Get Reference. @return Reference for this record */ - public String getReference () + public String getReference() { return (String)get_Value(COLUMNNAME_Reference); } /** Set Release No. - @param ReleaseNo - Internal Release Number - */ + @param ReleaseNo Internal Release Number + */ public void setReleaseNo (String ReleaseNo) { set_Value (COLUMNNAME_ReleaseNo, ReleaseNo); @@ -254,15 +250,14 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Get Release No. @return Internal Release Number */ - public String getReleaseNo () + public String getReleaseNo() { return (String)get_Value(COLUMNNAME_ReleaseNo); } /** Set Script. - @param Script - Dynamic Java Language Script to calculate result - */ + @param Script Dynamic Java Language Script to calculate result + */ public void setScript (byte[] Script) { set_ValueNoCheck (COLUMNNAME_Script, Script); @@ -271,13 +266,14 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Get Script. @return Dynamic Java Language Script to calculate result */ - public byte[] getScript () + public byte[] getScript() { return (byte[])get_Value(COLUMNNAME_Script); } /** Set Roll the Script. - @param ScriptRoll Roll the Script */ + @param ScriptRoll Roll the Script + */ public void setScriptRoll (String ScriptRoll) { set_Value (COLUMNNAME_ScriptRoll, ScriptRoll); @@ -285,7 +281,7 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Get Roll the Script. @return Roll the Script */ - public String getScriptRoll () + public String getScriptRoll() { return (String)get_Value(COLUMNNAME_ScriptRoll); } @@ -299,9 +295,8 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** In Progress = IP */ public static final String STATUS_InProgress = "IP"; /** Set Status. - @param Status - Status of the currently running check - */ + @param Status Status of the currently running check + */ public void setStatus (String Status) { @@ -311,15 +306,14 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Get Status. @return Status of the currently running check */ - public String getStatus () + public String getStatus() { return (String)get_Value(COLUMNNAME_Status); } /** Set URL. - @param URL - Full URL address - e.g. http://www.idempiere.org - */ + @param URL Full URL address - e.g. http://www.idempiere.org + */ public void setURL (String URL) { set_Value (COLUMNNAME_URL, URL); @@ -328,7 +322,7 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Get URL. @return Full URL address - e.g. http://www.idempiere.org */ - public String getURL () + public String getURL() { return (String)get_Value(COLUMNNAME_URL); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ModelValidator.java b/org.adempiere.base/src/org/compiere/model/X_AD_ModelValidator.java index e243160576..4d42c99485 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ModelValidator.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ModelValidator.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_ModelValidator * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ModelValidator") public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ModelValidator (Properties ctx, int AD_ModelValidator_ID, String trxName) @@ -76,18 +76,19 @@ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Pe } /** Set Model Validator. - @param AD_ModelValidator_ID Model Validator */ + @param AD_ModelValidator_ID Model Validator + */ public void setAD_ModelValidator_ID (int AD_ModelValidator_ID) { - if (AD_ModelValidator_ID < 1) + if (AD_ModelValidator_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ModelValidator_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ModelValidator_ID, Integer.valueOf(AD_ModelValidator_ID)); } /** Get Model Validator. @return Model Validator */ - public int getAD_ModelValidator_ID () + public int getAD_ModelValidator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ModelValidator_ID); if (ii == null) @@ -96,7 +97,8 @@ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Pe } /** Set AD_ModelValidator_UU. - @param AD_ModelValidator_UU AD_ModelValidator_UU */ + @param AD_ModelValidator_UU AD_ModelValidator_UU + */ public void setAD_ModelValidator_UU (String AD_ModelValidator_UU) { set_Value (COLUMNNAME_AD_ModelValidator_UU, AD_ModelValidator_UU); @@ -104,15 +106,14 @@ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Pe /** Get AD_ModelValidator_UU. @return AD_ModelValidator_UU */ - public String getAD_ModelValidator_UU () + public String getAD_ModelValidator_UU() { return (String)get_Value(COLUMNNAME_AD_ModelValidator_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -121,7 +122,7 @@ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -129,9 +130,8 @@ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Pe /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -141,15 +141,14 @@ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Pe /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -158,13 +157,14 @@ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Pe /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Model Validation Class. - @param ModelValidationClass Model Validation Class */ + @param ModelValidationClass Model Validation Class + */ public void setModelValidationClass (String ModelValidationClass) { set_Value (COLUMNNAME_ModelValidationClass, ModelValidationClass); @@ -172,15 +172,14 @@ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Pe /** Get Model Validation Class. @return Model Validation Class */ - public String getModelValidationClass () + public String getModelValidationClass() { return (String)get_Value(COLUMNNAME_ModelValidationClass); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -189,7 +188,7 @@ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -203,9 +202,8 @@ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Pe } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -214,7 +212,7 @@ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Pe /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Modification.java b/org.adempiere.base/src/org/compiere/model/X_AD_Modification.java index 32922483e5..737c15ef0c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Modification.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Modification.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Modification * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Modification") public class X_AD_Modification extends PO implements I_AD_Modification, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Modification (Properties ctx, int AD_Modification_ID, String trxName) @@ -77,21 +77,20 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis } /** Set Modification. - @param AD_Modification_ID - System Modification or Extension - */ + @param AD_Modification_ID System Modification or Extension + */ public void setAD_Modification_ID (int AD_Modification_ID) { - if (AD_Modification_ID < 1) + if (AD_Modification_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Modification_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Modification_ID, Integer.valueOf(AD_Modification_ID)); } /** Get Modification. @return System Modification or Extension */ - public int getAD_Modification_ID () + public int getAD_Modification_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Modification_ID); if (ii == null) @@ -100,7 +99,8 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis } /** Set AD_Modification_UU. - @param AD_Modification_UU AD_Modification_UU */ + @param AD_Modification_UU AD_Modification_UU + */ public void setAD_Modification_UU (String AD_Modification_UU) { set_Value (COLUMNNAME_AD_Modification_UU, AD_Modification_UU); @@ -108,15 +108,14 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis /** Get AD_Modification_UU. @return AD_Modification_UU */ - public String getAD_Modification_UU () + public String getAD_Modification_UU() { return (String)get_Value(COLUMNNAME_AD_Modification_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -125,7 +124,7 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -133,9 +132,8 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -145,15 +143,14 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -162,15 +159,14 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -179,7 +175,7 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -193,9 +189,8 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -204,7 +199,7 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -213,9 +208,8 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis } /** Set Version. - @param Version - Version of the table definition - */ + @param Version Version of the table definition + */ public void setVersion (String Version) { set_Value (COLUMNNAME_Version, Version); @@ -224,7 +218,7 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis /** Get Version. @return Version of the table definition */ - public String getVersion () + public String getVersion() { return (String)get_Value(COLUMNNAME_Version); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Note.java b/org.adempiere.base/src/org/compiere/model/X_AD_Note.java index 6963083a31..e8f6d4c346 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Note.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Note.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Note * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Note") public class X_AD_Note extends PO implements I_AD_Note, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Note (Properties ctx, int AD_Note_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent } /** Set Broadcast Message. - @param AD_BroadcastMessage_ID - Broadcast Message - */ + @param AD_BroadcastMessage_ID Broadcast Message + */ public void setAD_BroadcastMessage_ID (int AD_BroadcastMessage_ID) { - if (AD_BroadcastMessage_ID < 1) + if (AD_BroadcastMessage_ID < 1) set_Value (COLUMNNAME_AD_BroadcastMessage_ID, null); - else + else set_Value (COLUMNNAME_AD_BroadcastMessage_ID, Integer.valueOf(AD_BroadcastMessage_ID)); } /** Get Broadcast Message. @return Broadcast Message */ - public int getAD_BroadcastMessage_ID () + public int getAD_BroadcastMessage_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_BroadcastMessage_ID); if (ii == null) @@ -108,21 +107,20 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent } /** Set Message. - @param AD_Message_ID - System Message - */ + @param AD_Message_ID System Message + */ public void setAD_Message_ID (int AD_Message_ID) { - if (AD_Message_ID < 1) + if (AD_Message_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Message_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Message_ID, Integer.valueOf(AD_Message_ID)); } /** Get Message. @return System Message */ - public int getAD_Message_ID () + public int getAD_Message_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Message_ID); if (ii == null) @@ -139,21 +137,20 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent } /** Set Notice. - @param AD_Note_ID - System Notice - */ + @param AD_Note_ID System Notice + */ public void setAD_Note_ID (int AD_Note_ID) { - if (AD_Note_ID < 1) + if (AD_Note_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Note_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Note_ID, Integer.valueOf(AD_Note_ID)); } /** Get Notice. @return System Notice */ - public int getAD_Note_ID () + public int getAD_Note_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Note_ID); if (ii == null) @@ -162,7 +159,8 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent } /** Set AD_Note_UU. - @param AD_Note_UU AD_Note_UU */ + @param AD_Note_UU AD_Note_UU + */ public void setAD_Note_UU (String AD_Note_UU) { set_Value (COLUMNNAME_AD_Note_UU, AD_Note_UU); @@ -170,7 +168,7 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent /** Get AD_Note_UU. @return AD_Note_UU */ - public String getAD_Note_UU () + public String getAD_Note_UU() { return (String)get_Value(COLUMNNAME_AD_Note_UU); } @@ -182,21 +180,20 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -211,21 +208,20 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -240,21 +236,20 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent } /** Set Workflow Activity. - @param AD_WF_Activity_ID - Workflow Activity - */ + @param AD_WF_Activity_ID Workflow Activity + */ public void setAD_WF_Activity_ID (int AD_WF_Activity_ID) { - if (AD_WF_Activity_ID < 1) + if (AD_WF_Activity_ID < 1) set_Value (COLUMNNAME_AD_WF_Activity_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Activity_ID, Integer.valueOf(AD_WF_Activity_ID)); } /** Get Workflow Activity. @return Workflow Activity */ - public int getAD_WF_Activity_ID () + public int getAD_WF_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Activity_ID); if (ii == null) @@ -263,9 +258,8 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -274,15 +268,14 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -291,7 +284,7 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -304,7 +297,8 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -312,7 +306,7 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -325,21 +319,20 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -348,9 +341,8 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent } /** Set Reference. - @param Reference - Reference for this record - */ + @param Reference Reference for this record + */ public void setReference (String Reference) { set_Value (COLUMNNAME_Reference, Reference); @@ -359,15 +351,14 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent /** Get Reference. @return Reference for this record */ - public String getReference () + public String getReference() { return (String)get_Value(COLUMNNAME_Reference); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -376,7 +367,7 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Org.java b/org.adempiere.base/src/org/compiere/model/X_AD_Org.java index feee5397bb..a79b9bbbaf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Org.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Org.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Org * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Org") public class X_AD_Org extends PO implements I_AD_Org, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Org extends PO implements I_AD_Org, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Org (Properties ctx, int AD_Org_ID, String trxName) @@ -74,7 +74,8 @@ public class X_AD_Org extends PO implements I_AD_Org, I_Persistent } /** Set AD_Org_UU. - @param AD_Org_UU AD_Org_UU */ + @param AD_Org_UU AD_Org_UU + */ public void setAD_Org_UU (String AD_Org_UU) { set_Value (COLUMNNAME_AD_Org_UU, AD_Org_UU); @@ -82,7 +83,7 @@ public class X_AD_Org extends PO implements I_AD_Org, I_Persistent /** Get AD_Org_UU. @return AD_Org_UU */ - public String getAD_Org_UU () + public String getAD_Org_UU() { return (String)get_Value(COLUMNNAME_AD_Org_UU); } @@ -94,21 +95,20 @@ public class X_AD_Org extends PO implements I_AD_Org, I_Persistent } /** Set Replication Strategy. - @param AD_ReplicationStrategy_ID - Data Replication Strategy - */ + @param AD_ReplicationStrategy_ID Data Replication Strategy + */ public void setAD_ReplicationStrategy_ID (int AD_ReplicationStrategy_ID) { - if (AD_ReplicationStrategy_ID < 1) + if (AD_ReplicationStrategy_ID < 1) set_Value (COLUMNNAME_AD_ReplicationStrategy_ID, null); - else + else set_Value (COLUMNNAME_AD_ReplicationStrategy_ID, Integer.valueOf(AD_ReplicationStrategy_ID)); } /** Get Replication Strategy. @return Data Replication Strategy */ - public int getAD_ReplicationStrategy_ID () + public int getAD_ReplicationStrategy_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReplicationStrategy_ID); if (ii == null) @@ -117,9 +117,8 @@ public class X_AD_Org extends PO implements I_AD_Org, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -128,15 +127,14 @@ public class X_AD_Org extends PO implements I_AD_Org, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -145,7 +143,7 @@ public class X_AD_Org extends PO implements I_AD_Org, I_Persistent /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -158,9 +156,8 @@ public class X_AD_Org extends PO implements I_AD_Org, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -169,7 +166,7 @@ public class X_AD_Org extends PO implements I_AD_Org, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -183,9 +180,8 @@ public class X_AD_Org extends PO implements I_AD_Org, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -194,7 +190,7 @@ public class X_AD_Org extends PO implements I_AD_Org, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_OrgInfo.java b/org.adempiere.base/src/org/compiere/model/X_AD_OrgInfo.java index 138a801900..146b93d0b5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_OrgInfo.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_OrgInfo.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_OrgInfo * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_OrgInfo") public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_OrgInfo (Properties ctx, int AD_OrgInfo_ID, String trxName) @@ -74,7 +74,8 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent } /** Set AD_OrgInfo_UU. - @param AD_OrgInfo_UU AD_OrgInfo_UU */ + @param AD_OrgInfo_UU AD_OrgInfo_UU + */ public void setAD_OrgInfo_UU (String AD_OrgInfo_UU) { set_Value (COLUMNNAME_AD_OrgInfo_UU, AD_OrgInfo_UU); @@ -82,7 +83,7 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent /** Get AD_OrgInfo_UU. @return AD_OrgInfo_UU */ - public String getAD_OrgInfo_UU () + public String getAD_OrgInfo_UU() { return (String)get_Value(COLUMNNAME_AD_OrgInfo_UU); } @@ -94,21 +95,20 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent } /** Set Organization Type. - @param AD_OrgType_ID - Organization Type - */ + @param AD_OrgType_ID Organization Type + */ public void setAD_OrgType_ID (int AD_OrgType_ID) { - if (AD_OrgType_ID < 1) + if (AD_OrgType_ID < 1) set_Value (COLUMNNAME_AD_OrgType_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgType_ID, Integer.valueOf(AD_OrgType_ID)); } /** Get Organization Type. @return Organization Type */ - public int getAD_OrgType_ID () + public int getAD_OrgType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgType_ID); if (ii == null) @@ -123,21 +123,20 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent } /** Set Calendar. - @param C_Calendar_ID - Accounting Calendar Name - */ + @param C_Calendar_ID Accounting Calendar Name + */ public void setC_Calendar_ID (int C_Calendar_ID) { - if (C_Calendar_ID < 1) + if (C_Calendar_ID < 1) set_Value (COLUMNNAME_C_Calendar_ID, null); - else + else set_Value (COLUMNNAME_C_Calendar_ID, Integer.valueOf(C_Calendar_ID)); } /** Get Calendar. @return Accounting Calendar Name */ - public int getC_Calendar_ID () + public int getC_Calendar_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Calendar_ID); if (ii == null) @@ -152,21 +151,20 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -181,21 +179,20 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent } /** Set Drop Ship Warehouse. - @param DropShip_Warehouse_ID - The (logical) warehouse to use for recording drop ship receipts and shipments. - */ + @param DropShip_Warehouse_ID The (logical) warehouse to use for recording drop ship receipts and shipments. + */ public void setDropShip_Warehouse_ID (int DropShip_Warehouse_ID) { - if (DropShip_Warehouse_ID < 1) + if (DropShip_Warehouse_ID < 1) set_Value (COLUMNNAME_DropShip_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_DropShip_Warehouse_ID, Integer.valueOf(DropShip_Warehouse_ID)); } /** Get Drop Ship Warehouse. @return The (logical) warehouse to use for recording drop ship receipts and shipments. */ - public int getDropShip_Warehouse_ID () + public int getDropShip_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DropShip_Warehouse_ID); if (ii == null) @@ -204,26 +201,24 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent } /** Set D-U-N-S. - @param DUNS - Dun & Bradstreet Number - */ + @param DUNS Dun & Bradstreet Number + */ public void setDUNS (String DUNS) { set_Value (COLUMNNAME_DUNS, DUNS); } /** Get D-U-N-S. - @return Dun & Bradstreet Number + @return Dun & Bradstreet Number */ - public String getDUNS () + public String getDUNS() { return (String)get_Value(COLUMNNAME_DUNS); } /** Set EMail Address. - @param EMail - Electronic Mail Address - */ + @param EMail Electronic Mail Address + */ public void setEMail (String EMail) { set_Value (COLUMNNAME_EMail, EMail); @@ -232,15 +227,14 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent /** Get EMail Address. @return Electronic Mail Address */ - public String getEMail () + public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } /** Set Fax. - @param Fax - Facsimile number - */ + @param Fax Facsimile number + */ public void setFax (String Fax) { set_Value (COLUMNNAME_Fax, Fax); @@ -249,24 +243,25 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent /** Get Fax. @return Facsimile number */ - public String getFax () + public String getFax() { return (String)get_Value(COLUMNNAME_Fax); } /** Set Logo. - @param Logo_ID Logo */ + @param Logo_ID Logo + */ public void setLogo_ID (int Logo_ID) { - if (Logo_ID < 1) + if (Logo_ID < 1) set_Value (COLUMNNAME_Logo_ID, null); - else + else set_Value (COLUMNNAME_Logo_ID, Integer.valueOf(Logo_ID)); } /** Get Logo. @return Logo */ - public int getLogo_ID () + public int getLogo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Logo_ID); if (ii == null) @@ -281,21 +276,20 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -304,21 +298,20 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent } /** Set Parent Organization. - @param Parent_Org_ID - Parent (superior) Organization - */ + @param Parent_Org_ID Parent (superior) Organization + */ public void setParent_Org_ID (int Parent_Org_ID) { - if (Parent_Org_ID < 1) + if (Parent_Org_ID < 1) set_Value (COLUMNNAME_Parent_Org_ID, null); - else + else set_Value (COLUMNNAME_Parent_Org_ID, Integer.valueOf(Parent_Org_ID)); } /** Get Parent Organization. @return Parent (superior) Organization */ - public int getParent_Org_ID () + public int getParent_Org_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_Org_ID); if (ii == null) @@ -327,9 +320,8 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent } /** Set Phone. - @param Phone - Identifies a telephone number - */ + @param Phone Identifies a telephone number + */ public void setPhone (String Phone) { set_Value (COLUMNNAME_Phone, Phone); @@ -338,15 +330,14 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent /** Get Phone. @return Identifies a telephone number */ - public String getPhone () + public String getPhone() { return (String)get_Value(COLUMNNAME_Phone); } /** Set 2nd Phone. - @param Phone2 - Identifies an alternate telephone number. - */ + @param Phone2 Identifies an alternate telephone number. + */ public void setPhone2 (String Phone2) { set_Value (COLUMNNAME_Phone2, Phone2); @@ -355,15 +346,14 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent /** Get 2nd Phone. @return Identifies an alternate telephone number. */ - public String getPhone2 () + public String getPhone2() { return (String)get_Value(COLUMNNAME_Phone2); } /** Set Receipt Footer Msg. - @param ReceiptFooterMsg - This message will be displayed at the bottom of a receipt when doing a sales or purchase - */ + @param ReceiptFooterMsg This message will be displayed at the bottom of a receipt when doing a sales or purchase + */ public void setReceiptFooterMsg (String ReceiptFooterMsg) { set_Value (COLUMNNAME_ReceiptFooterMsg, ReceiptFooterMsg); @@ -372,7 +362,7 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent /** Get Receipt Footer Msg. @return This message will be displayed at the bottom of a receipt when doing a sales or purchase */ - public String getReceiptFooterMsg () + public String getReceiptFooterMsg() { return (String)get_Value(COLUMNNAME_ReceiptFooterMsg); } @@ -384,21 +374,20 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent } /** Set Supervisor. - @param Supervisor_ID - Supervisor for this user/organization - used for escalation and approval - */ + @param Supervisor_ID Supervisor for this user/organization - used for escalation and approval + */ public void setSupervisor_ID (int Supervisor_ID) { - if (Supervisor_ID < 1) + if (Supervisor_ID < 1) set_Value (COLUMNNAME_Supervisor_ID, null); - else + else set_Value (COLUMNNAME_Supervisor_ID, Integer.valueOf(Supervisor_ID)); } /** Get Supervisor. @return Supervisor for this user/organization - used for escalation and approval */ - public int getSupervisor_ID () + public int getSupervisor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Supervisor_ID); if (ii == null) @@ -407,9 +396,8 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent } /** Set Tax ID. - @param TaxID - Tax Identification - */ + @param TaxID Tax Identification + */ public void setTaxID (String TaxID) { set_Value (COLUMNNAME_TaxID, TaxID); @@ -418,7 +406,7 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent /** Get Tax ID. @return Tax Identification */ - public String getTaxID () + public String getTaxID() { return (String)get_Value(COLUMNNAME_TaxID); } @@ -430,21 +418,20 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent } /** Set Bank for transfers. - @param TransferBank_ID - Bank account depending on currency will be used from this bank for doing transfers - */ + @param TransferBank_ID Bank account depending on currency will be used from this bank for doing transfers + */ public void setTransferBank_ID (int TransferBank_ID) { - if (TransferBank_ID < 1) + if (TransferBank_ID < 1) set_Value (COLUMNNAME_TransferBank_ID, null); - else + else set_Value (COLUMNNAME_TransferBank_ID, Integer.valueOf(TransferBank_ID)); } /** Get Bank for transfers. @return Bank account depending on currency will be used from this bank for doing transfers */ - public int getTransferBank_ID () + public int getTransferBank_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_TransferBank_ID); if (ii == null) @@ -459,18 +446,19 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent } /** Set CashBook for transfers. - @param TransferCashBook_ID CashBook for transfers */ + @param TransferCashBook_ID CashBook for transfers + */ public void setTransferCashBook_ID (int TransferCashBook_ID) { - if (TransferCashBook_ID < 1) + if (TransferCashBook_ID < 1) set_Value (COLUMNNAME_TransferCashBook_ID, null); - else + else set_Value (COLUMNNAME_TransferCashBook_ID, Integer.valueOf(TransferCashBook_ID)); } /** Get CashBook for transfers. @return CashBook for transfers */ - public int getTransferCashBook_ID () + public int getTransferCashBook_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_TransferCashBook_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_OrgType.java b/org.adempiere.base/src/org/compiere/model/X_AD_OrgType.java index 3489d25ef2..3680fc4fb3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_OrgType.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_OrgType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_OrgType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_OrgType") public class X_AD_OrgType extends PO implements I_AD_OrgType, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_OrgType extends PO implements I_AD_OrgType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_OrgType (Properties ctx, int AD_OrgType_ID, String trxName) @@ -73,21 +73,20 @@ public class X_AD_OrgType extends PO implements I_AD_OrgType, I_Persistent } /** Set Organization Type. - @param AD_OrgType_ID - Organization Type - */ + @param AD_OrgType_ID Organization Type + */ public void setAD_OrgType_ID (int AD_OrgType_ID) { - if (AD_OrgType_ID < 1) + if (AD_OrgType_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_OrgType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_OrgType_ID, Integer.valueOf(AD_OrgType_ID)); } /** Get Organization Type. @return Organization Type */ - public int getAD_OrgType_ID () + public int getAD_OrgType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgType_ID); if (ii == null) @@ -96,7 +95,8 @@ public class X_AD_OrgType extends PO implements I_AD_OrgType, I_Persistent } /** Set AD_OrgType_UU. - @param AD_OrgType_UU AD_OrgType_UU */ + @param AD_OrgType_UU AD_OrgType_UU + */ public void setAD_OrgType_UU (String AD_OrgType_UU) { set_Value (COLUMNNAME_AD_OrgType_UU, AD_OrgType_UU); @@ -104,7 +104,7 @@ public class X_AD_OrgType extends PO implements I_AD_OrgType, I_Persistent /** Get AD_OrgType_UU. @return AD_OrgType_UU */ - public String getAD_OrgType_UU () + public String getAD_OrgType_UU() { return (String)get_Value(COLUMNNAME_AD_OrgType_UU); } @@ -116,21 +116,20 @@ public class X_AD_OrgType extends PO implements I_AD_OrgType, I_Persistent } /** Set Print Color. - @param AD_PrintColor_ID - Color used for printing and display - */ + @param AD_PrintColor_ID Color used for printing and display + */ public void setAD_PrintColor_ID (int AD_PrintColor_ID) { - if (AD_PrintColor_ID < 1) + if (AD_PrintColor_ID < 1) set_Value (COLUMNNAME_AD_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintColor_ID, Integer.valueOf(AD_PrintColor_ID)); } /** Get Print Color. @return Color used for printing and display */ - public int getAD_PrintColor_ID () + public int getAD_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintColor_ID); if (ii == null) @@ -139,9 +138,8 @@ public class X_AD_OrgType extends PO implements I_AD_OrgType, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -150,15 +148,14 @@ public class X_AD_OrgType extends PO implements I_AD_OrgType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -167,7 +164,7 @@ public class X_AD_OrgType extends PO implements I_AD_OrgType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PInstance.java b/org.adempiere.base/src/org/compiere/model/X_AD_PInstance.java index 886f9f72f9..6fabb15bfb 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PInstance.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PInstance.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PInstance * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PInstance") public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PInstance (Properties ctx, int AD_PInstance_ID, String trxName) @@ -83,18 +83,19 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent } /** Set Language ID. - @param AD_Language_ID Language ID */ + @param AD_Language_ID Language ID + */ public void setAD_Language_ID (int AD_Language_ID) { - if (AD_Language_ID < 1) + if (AD_Language_ID < 1) set_Value (COLUMNNAME_AD_Language_ID, null); - else + else set_Value (COLUMNNAME_AD_Language_ID, Integer.valueOf(AD_Language_ID)); } /** Get Language ID. @return Language ID */ - public int getAD_Language_ID () + public int getAD_Language_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Language_ID); if (ii == null) @@ -103,21 +104,20 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -134,7 +134,8 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent } /** Set AD_PInstance_UU. - @param AD_PInstance_UU AD_PInstance_UU */ + @param AD_PInstance_UU AD_PInstance_UU + */ public void setAD_PInstance_UU (String AD_PInstance_UU) { set_Value (COLUMNNAME_AD_PInstance_UU, AD_PInstance_UU); @@ -142,7 +143,7 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent /** Get AD_PInstance_UU. @return AD_PInstance_UU */ - public String getAD_PInstance_UU () + public String getAD_PInstance_UU() { return (String)get_Value(COLUMNNAME_AD_PInstance_UU); } @@ -154,21 +155,20 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent } /** Set Print Format. - @param AD_PrintFormat_ID - Data Print Format - */ + @param AD_PrintFormat_ID Data Print Format + */ public void setAD_PrintFormat_ID (int AD_PrintFormat_ID) { - if (AD_PrintFormat_ID < 1) + if (AD_PrintFormat_ID < 1) set_Value (COLUMNNAME_AD_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFormat_ID, Integer.valueOf(AD_PrintFormat_ID)); } /** Get Print Format. @return Data Print Format */ - public int getAD_PrintFormat_ID () + public int getAD_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormat_ID); if (ii == null) @@ -183,21 +183,20 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -212,21 +211,20 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -235,7 +233,8 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent } /** Set Error Msg. - @param ErrorMsg Error Msg */ + @param ErrorMsg Error Msg + */ public void setErrorMsg (String ErrorMsg) { set_Value (COLUMNNAME_ErrorMsg, ErrorMsg); @@ -243,13 +242,14 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent /** Get Error Msg. @return Error Msg */ - public String getErrorMsg () + public String getErrorMsg() { return (String)get_Value(COLUMNNAME_ErrorMsg); } /** Set Processing. - @param IsProcessing Processing */ + @param IsProcessing Processing + */ public void setIsProcessing (boolean IsProcessing) { set_Value (COLUMNNAME_IsProcessing, Boolean.valueOf(IsProcessing)); @@ -257,7 +257,7 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent /** Get Processing. @return Processing */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_IsProcessing); if (oo != null) @@ -270,7 +270,8 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent } /** Set Run as Job. - @param IsRunAsJob Run as Job */ + @param IsRunAsJob Run as Job + */ public void setIsRunAsJob (boolean IsRunAsJob) { set_Value (COLUMNNAME_IsRunAsJob, Boolean.valueOf(IsRunAsJob)); @@ -278,7 +279,7 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent /** Get Run as Job. @return Run as Job */ - public boolean isRunAsJob () + public boolean isRunAsJob() { Object oo = get_Value(COLUMNNAME_IsRunAsJob); if (oo != null) @@ -291,9 +292,8 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -302,7 +302,7 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -315,9 +315,8 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -326,7 +325,7 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -342,9 +341,8 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent /** None = X */ public static final String NOTIFICATIONTYPE_None = "X"; /** Set Notification Type. - @param NotificationType - Type of Notifications - */ + @param NotificationType Type of Notifications + */ public void setNotificationType (String NotificationType) { @@ -354,27 +352,26 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent /** Get Notification Type. @return Type of Notifications */ - public String getNotificationType () + public String getNotificationType() { return (String)get_Value(COLUMNNAME_NotificationType); } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -383,7 +380,8 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent } /** Set Report Type. - @param ReportType Report Type */ + @param ReportType Report Type + */ public void setReportType (String ReportType) { set_Value (COLUMNNAME_ReportType, ReportType); @@ -391,15 +389,14 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent /** Get Report Type. @return Report Type */ - public String getReportType () + public String getReportType() { return (String)get_Value(COLUMNNAME_ReportType); } /** Set Result. - @param Result - Result of the action taken - */ + @param Result Result of the action taken + */ public void setResult (int Result) { set_Value (COLUMNNAME_Result, Integer.valueOf(Result)); @@ -408,7 +405,7 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent /** Get Result. @return Result of the action taken */ - public int getResult () + public int getResult() { Integer ii = (Integer)get_Value(COLUMNNAME_Result); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Log.java b/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Log.java index 5565556803..98d6c57597 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Log.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Log.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for AD_PInstance_Log * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PInstance_Log") public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Persistent { @@ -33,7 +33,7 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PInstance_Log (Properties ctx, int AD_PInstance_Log_ID, String trxName) @@ -81,21 +81,20 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -104,7 +103,8 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers } /** Set AD_PInstance_Log_UU. - @param AD_PInstance_Log_UU AD_PInstance_Log_UU */ + @param AD_PInstance_Log_UU AD_PInstance_Log_UU + */ public void setAD_PInstance_Log_UU (String AD_PInstance_Log_UU) { set_Value (COLUMNNAME_AD_PInstance_Log_UU, AD_PInstance_Log_UU); @@ -112,7 +112,7 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers /** Get AD_PInstance_Log_UU. @return AD_PInstance_Log_UU */ - public String getAD_PInstance_Log_UU () + public String getAD_PInstance_Log_UU() { return (String)get_Value(COLUMNNAME_AD_PInstance_Log_UU); } @@ -124,21 +124,20 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -147,18 +146,19 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers } /** Set Log. - @param Log_ID Log */ + @param Log_ID Log + */ public void setLog_ID (int Log_ID) { - if (Log_ID < 1) + if (Log_ID < 1) set_ValueNoCheck (COLUMNNAME_Log_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Log_ID, Integer.valueOf(Log_ID)); } /** Get Log. @return Log */ - public int getLog_ID () + public int getLog_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Log_ID); if (ii == null) @@ -167,9 +167,8 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers } /** Set Process Date. - @param P_Date - Process Parameter - */ + @param P_Date Process Parameter + */ public void setP_Date (Timestamp P_Date) { set_ValueNoCheck (COLUMNNAME_P_Date, P_Date); @@ -178,24 +177,25 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers /** Get Process Date. @return Process Parameter */ - public Timestamp getP_Date () + public Timestamp getP_Date() { return (Timestamp)get_Value(COLUMNNAME_P_Date); } /** Set Process ID. - @param P_ID Process ID */ + @param P_ID Process ID + */ public void setP_ID (int P_ID) { - if (P_ID < 1) + if (P_ID < 1) set_ValueNoCheck (COLUMNNAME_P_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_P_ID, Integer.valueOf(P_ID)); } /** Get Process ID. @return Process ID */ - public int getP_ID () + public int getP_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_P_ID); if (ii == null) @@ -204,7 +204,8 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers } /** Set Process Message. - @param P_Msg Process Message */ + @param P_Msg Process Message + */ public void setP_Msg (String P_Msg) { set_ValueNoCheck (COLUMNNAME_P_Msg, P_Msg); @@ -212,15 +213,14 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers /** Get Process Message. @return Process Message */ - public String getP_Msg () + public String getP_Msg() { return (String)get_Value(COLUMNNAME_P_Msg); } /** Set Process Number. - @param P_Number - Process Parameter - */ + @param P_Number Process Parameter + */ public void setP_Number (BigDecimal P_Number) { set_ValueNoCheck (COLUMNNAME_P_Number, P_Number); @@ -229,7 +229,7 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers /** Get Process Number. @return Process Parameter */ - public BigDecimal getP_Number () + public BigDecimal getP_Number() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_P_Number); if (bd == null) @@ -238,21 +238,20 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_Value (COLUMNNAME_Record_ID, null); - else + else set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Para.java b/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Para.java index cb6b728261..c162176e50 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Para.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Para.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PInstance_Para * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PInstance_Para") public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Persistent { @@ -34,7 +34,7 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PInstance_Para (Properties ctx, int AD_PInstance_Para_ID, String trxName) @@ -82,21 +82,20 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -105,7 +104,8 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe } /** Set AD_PInstance_Para_UU. - @param AD_PInstance_Para_UU AD_PInstance_Para_UU */ + @param AD_PInstance_Para_UU AD_PInstance_Para_UU + */ public void setAD_PInstance_Para_UU (String AD_PInstance_Para_UU) { set_Value (COLUMNNAME_AD_PInstance_Para_UU, AD_PInstance_Para_UU); @@ -113,15 +113,14 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe /** Get AD_PInstance_Para_UU. @return AD_PInstance_Para_UU */ - public String getAD_PInstance_Para_UU () + public String getAD_PInstance_Para_UU() { return (String)get_Value(COLUMNNAME_AD_PInstance_Para_UU); } /** Set Info. - @param Info - Information - */ + @param Info Information + */ public void setInfo (String Info) { set_Value (COLUMNNAME_Info, Info); @@ -130,13 +129,14 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe /** Get Info. @return Information */ - public String getInfo () + public String getInfo() { return (String)get_Value(COLUMNNAME_Info); } /** Set Info To. - @param Info_To Info To */ + @param Info_To Info To + */ public void setInfo_To (String Info_To) { set_Value (COLUMNNAME_Info_To, Info_To); @@ -144,13 +144,14 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe /** Get Info To. @return Info To */ - public String getInfo_To () + public String getInfo_To() { return (String)get_Value(COLUMNNAME_Info_To); } /** Set Parameter Name. - @param ParameterName Parameter Name */ + @param ParameterName Parameter Name + */ public void setParameterName (String ParameterName) { set_Value (COLUMNNAME_ParameterName, ParameterName); @@ -158,7 +159,7 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe /** Get Parameter Name. @return Parameter Name */ - public String getParameterName () + public String getParameterName() { return (String)get_Value(COLUMNNAME_ParameterName); } @@ -172,9 +173,8 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe } /** Set Process Date. - @param P_Date - Process Parameter - */ + @param P_Date Process Parameter + */ public void setP_Date (Timestamp P_Date) { set_Value (COLUMNNAME_P_Date, P_Date); @@ -183,15 +183,14 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe /** Get Process Date. @return Process Parameter */ - public Timestamp getP_Date () + public Timestamp getP_Date() { return (Timestamp)get_Value(COLUMNNAME_P_Date); } /** Set Process Date To. - @param P_Date_To - Process Parameter - */ + @param P_Date_To Process Parameter + */ public void setP_Date_To (Timestamp P_Date_To) { set_Value (COLUMNNAME_P_Date_To, P_Date_To); @@ -200,15 +199,14 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe /** Get Process Date To. @return Process Parameter */ - public Timestamp getP_Date_To () + public Timestamp getP_Date_To() { return (Timestamp)get_Value(COLUMNNAME_P_Date_To); } /** Set Process Number. - @param P_Number - Process Parameter - */ + @param P_Number Process Parameter + */ public void setP_Number (BigDecimal P_Number) { set_Value (COLUMNNAME_P_Number, P_Number); @@ -217,7 +215,7 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe /** Get Process Number. @return Process Parameter */ - public BigDecimal getP_Number () + public BigDecimal getP_Number() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_P_Number); if (bd == null) @@ -226,9 +224,8 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe } /** Set Process Number To. - @param P_Number_To - Process Parameter - */ + @param P_Number_To Process Parameter + */ public void setP_Number_To (BigDecimal P_Number_To) { set_Value (COLUMNNAME_P_Number_To, P_Number_To); @@ -237,7 +234,7 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe /** Get Process Number To. @return Process Parameter */ - public BigDecimal getP_Number_To () + public BigDecimal getP_Number_To() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_P_Number_To); if (bd == null) @@ -246,9 +243,8 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe } /** Set Process String. - @param P_String - Process Parameter - */ + @param P_String Process Parameter + */ public void setP_String (String P_String) { set_Value (COLUMNNAME_P_String, P_String); @@ -257,15 +253,14 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe /** Get Process String. @return Process Parameter */ - public String getP_String () + public String getP_String() { return (String)get_Value(COLUMNNAME_P_String); } /** Set Process String To. - @param P_String_To - Process Parameter - */ + @param P_String_To Process Parameter + */ public void setP_String_To (String P_String_To) { set_Value (COLUMNNAME_P_String_To, P_String_To); @@ -274,15 +269,14 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe /** Get Process String To. @return Process Parameter */ - public String getP_String_To () + public String getP_String_To() { return (String)get_Value(COLUMNNAME_P_String_To); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_ValueNoCheck (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -291,7 +285,7 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp.java index 72c454cf7f..5cea8cfd38 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Package_Exp * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Package_Exp") public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persistent { @@ -32,7 +32,7 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Package_Exp (Properties ctx, int AD_Package_Exp_ID, String trxName) @@ -78,18 +78,19 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste } /** Set Package Exp.. - @param AD_Package_Exp_ID Package Exp. */ + @param AD_Package_Exp_ID Package Exp. + */ public void setAD_Package_Exp_ID (int AD_Package_Exp_ID) { - if (AD_Package_Exp_ID < 1) + if (AD_Package_Exp_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Package_Exp_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Package_Exp_ID, Integer.valueOf(AD_Package_Exp_ID)); } /** Get Package Exp.. @return Package Exp. */ - public int getAD_Package_Exp_ID () + public int getAD_Package_Exp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_Exp_ID); if (ii == null) @@ -98,7 +99,8 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste } /** Set AD_Package_Exp_UU. - @param AD_Package_Exp_UU AD_Package_Exp_UU */ + @param AD_Package_Exp_UU AD_Package_Exp_UU + */ public void setAD_Package_Exp_UU (String AD_Package_Exp_UU) { set_Value (COLUMNNAME_AD_Package_Exp_UU, AD_Package_Exp_UU); @@ -106,7 +108,7 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get AD_Package_Exp_UU. @return AD_Package_Exp_UU */ - public String getAD_Package_Exp_UU () + public String getAD_Package_Exp_UU() { return (String)get_Value(COLUMNNAME_AD_Package_Exp_UU); } @@ -120,7 +122,8 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** XML File = X */ public static final String AD_PACKAGE_TYPE_XMLFile = "X"; /** Set Package Type. - @param AD_Package_Type Package Type */ + @param AD_Package_Type Package Type + */ public void setAD_Package_Type (String AD_Package_Type) { @@ -129,15 +132,14 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get Package Type. @return Package Type */ - public String getAD_Package_Type () + public String getAD_Package_Type() { return (String)get_Value(COLUMNNAME_AD_Package_Type); } /** Set Date From. - @param DateFrom - Starting date for a range - */ + @param DateFrom Starting date for a range + */ public void setDateFrom (Timestamp DateFrom) { set_Value (COLUMNNAME_DateFrom, DateFrom); @@ -146,15 +148,14 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get Date From. @return Starting date for a range */ - public Timestamp getDateFrom () + public Timestamp getDateFrom() { return (Timestamp)get_Value(COLUMNNAME_DateFrom); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -163,15 +164,14 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set EMail Address. - @param EMail - Electronic Mail Address - */ + @param EMail Electronic Mail Address + */ public void setEMail (String EMail) { set_Value (COLUMNNAME_EMail, EMail); @@ -180,13 +180,14 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get EMail Address. @return Electronic Mail Address */ - public String getEMail () + public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } /** Set File_Directory. - @param File_Directory File_Directory */ + @param File_Directory File_Directory + */ public void setFile_Directory (String File_Directory) { set_Value (COLUMNNAME_File_Directory, File_Directory); @@ -194,13 +195,14 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get File_Directory. @return File_Directory */ - public String getFile_Directory () + public String getFile_Directory() { return (String)get_Value(COLUMNNAME_File_Directory); } /** Set Instructions. - @param Instructions Instructions */ + @param Instructions Instructions + */ public void setInstructions (String Instructions) { set_Value (COLUMNNAME_Instructions, Instructions); @@ -208,13 +210,14 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get Instructions. @return Instructions */ - public String getInstructions () + public String getInstructions() { return (String)get_Value(COLUMNNAME_Instructions); } /** Set Export Dictionary Entity. - @param IsExportDictionaryEntity Export Dictionary Entity */ + @param IsExportDictionaryEntity Export Dictionary Entity + */ public void setIsExportDictionaryEntity (boolean IsExportDictionaryEntity) { set_Value (COLUMNNAME_IsExportDictionaryEntity, Boolean.valueOf(IsExportDictionaryEntity)); @@ -222,7 +225,7 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get Export Dictionary Entity. @return Export Dictionary Entity */ - public boolean isExportDictionaryEntity () + public boolean isExportDictionaryEntity() { Object oo = get_Value(COLUMNNAME_IsExportDictionaryEntity); if (oo != null) @@ -235,9 +238,8 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -246,7 +248,7 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -260,7 +262,8 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste } /** Set Package Version. - @param PK_Version Package Version */ + @param PK_Version Package Version + */ public void setPK_Version (String PK_Version) { set_Value (COLUMNNAME_PK_Version, PK_Version); @@ -268,15 +271,14 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get Package Version. @return Package Version */ - public String getPK_Version () + public String getPK_Version() { return (String)get_Value(COLUMNNAME_PK_Version); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -285,7 +287,7 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -298,7 +300,8 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -306,7 +309,7 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -343,9 +346,8 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Release 3.3.0 = Release 3.3.0 */ public static final String RELEASENO_Release330 = "Release 3.3.0"; /** Set Release No. - @param ReleaseNo - Internal Release Number - */ + @param ReleaseNo Internal Release Number + */ public void setReleaseNo (String ReleaseNo) { @@ -355,13 +357,14 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get Release No. @return Internal Release Number */ - public String getReleaseNo () + public String getReleaseNo() { return (String)get_Value(COLUMNNAME_ReleaseNo); } /** Set User Name. - @param UserName User Name */ + @param UserName User Name + */ public void setUserName (String UserName) { set_Value (COLUMNNAME_UserName, UserName); @@ -369,15 +372,14 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get User Name. @return User Name */ - public String getUserName () + public String getUserName() { return (String)get_Value(COLUMNNAME_UserName); } /** Set Version. - @param Version - Version of the table definition - */ + @param Version Version of the table definition + */ public void setVersion (String Version) { set_Value (COLUMNNAME_Version, Version); @@ -386,7 +388,7 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste /** Get Version. @return Version of the table definition */ - public String getVersion () + public String getVersion() { return (String)get_Value(COLUMNNAME_Version); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp_Detail.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp_Detail.java index 9da23dd7df..095ad1a905 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp_Detail.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp_Detail.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Package_Exp_Detail * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Package_Exp_Detail") public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Detail, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** * */ - private static final long serialVersionUID = 20211216L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Package_Exp_Detail (Properties ctx, int AD_Package_Exp_Detail_ID, String trxName) @@ -81,21 +81,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Entity Type. - @param AD_EntityType_ID - System Entity Type - */ + @param AD_EntityType_ID System Entity Type + */ public void setAD_EntityType_ID (int AD_EntityType_ID) { - if (AD_EntityType_ID < 1) + if (AD_EntityType_ID < 1) set_Value (COLUMNNAME_AD_EntityType_ID, null); - else + else set_Value (COLUMNNAME_AD_EntityType_ID, Integer.valueOf(AD_EntityType_ID)); } /** Get Entity Type. @return System Entity Type */ - public int getAD_EntityType_ID () + public int getAD_EntityType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_EntityType_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Special Form. - @param AD_Form_ID - Special Form - */ + @param AD_Form_ID Special Form + */ public void setAD_Form_ID (int AD_Form_ID) { - if (AD_Form_ID < 1) + if (AD_Form_ID < 1) set_Value (COLUMNNAME_AD_Form_ID, null); - else + else set_Value (COLUMNNAME_AD_Form_ID, Integer.valueOf(AD_Form_ID)); } /** Get Special Form. @return Special Form */ - public int getAD_Form_ID () + public int getAD_Form_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Form_ID); if (ii == null) @@ -139,18 +137,19 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Import Format. - @param AD_ImpFormat_ID Import Format */ + @param AD_ImpFormat_ID Import Format + */ public void setAD_ImpFormat_ID (int AD_ImpFormat_ID) { - if (AD_ImpFormat_ID < 1) + if (AD_ImpFormat_ID < 1) set_Value (COLUMNNAME_AD_ImpFormat_ID, null); - else + else set_Value (COLUMNNAME_AD_ImpFormat_ID, Integer.valueOf(AD_ImpFormat_ID)); } /** Get Import Format. @return Import Format */ - public int getAD_ImpFormat_ID () + public int getAD_ImpFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ImpFormat_ID); if (ii == null) @@ -165,21 +164,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Info Window. - @param AD_InfoWindow_ID - Info and search/select Window - */ + @param AD_InfoWindow_ID Info and search/select Window + */ public void setAD_InfoWindow_ID (int AD_InfoWindow_ID) { - if (AD_InfoWindow_ID < 1) + if (AD_InfoWindow_ID < 1) set_Value (COLUMNNAME_AD_InfoWindow_ID, null); - else + else set_Value (COLUMNNAME_AD_InfoWindow_ID, Integer.valueOf(AD_InfoWindow_ID)); } /** Get Info Window. @return Info and search/select Window */ - public int getAD_InfoWindow_ID () + public int getAD_InfoWindow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoWindow_ID); if (ii == null) @@ -194,21 +192,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Menu. - @param AD_Menu_ID - Identifies a Menu - */ + @param AD_Menu_ID Identifies a Menu + */ public void setAD_Menu_ID (int AD_Menu_ID) { - if (AD_Menu_ID < 1) + if (AD_Menu_ID < 1) set_Value (COLUMNNAME_AD_Menu_ID, null); - else + else set_Value (COLUMNNAME_AD_Menu_ID, Integer.valueOf(AD_Menu_ID)); } /** Get Menu. @return Identifies a Menu */ - public int getAD_Menu_ID () + public int getAD_Menu_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Menu_ID); if (ii == null) @@ -223,21 +220,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Message. - @param AD_Message_ID - System Message - */ + @param AD_Message_ID System Message + */ public void setAD_Message_ID (int AD_Message_ID) { - if (AD_Message_ID < 1) + if (AD_Message_ID < 1) set_Value (COLUMNNAME_AD_Message_ID, null); - else + else set_Value (COLUMNNAME_AD_Message_ID, Integer.valueOf(AD_Message_ID)); } /** Get Message. @return System Message */ - public int getAD_Message_ID () + public int getAD_Message_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Message_ID); if (ii == null) @@ -252,18 +248,19 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Model Validator. - @param AD_ModelValidator_ID Model Validator */ + @param AD_ModelValidator_ID Model Validator + */ public void setAD_ModelValidator_ID (int AD_ModelValidator_ID) { - if (AD_ModelValidator_ID < 1) + if (AD_ModelValidator_ID < 1) set_Value (COLUMNNAME_AD_ModelValidator_ID, null); - else + else set_Value (COLUMNNAME_AD_ModelValidator_ID, Integer.valueOf(AD_ModelValidator_ID)); } /** Get Model Validator. @return Model Validator */ - public int getAD_ModelValidator_ID () + public int getAD_ModelValidator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ModelValidator_ID); if (ii == null) @@ -272,7 +269,8 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set New Package Code. - @param AD_Package_Code_New New Package Code */ + @param AD_Package_Code_New New Package Code + */ public void setAD_Package_Code_New (String AD_Package_Code_New) { set_Value (COLUMNNAME_AD_Package_Code_New, AD_Package_Code_New); @@ -280,13 +278,14 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get New Package Code. @return New Package Code */ - public String getAD_Package_Code_New () + public String getAD_Package_Code_New() { return (String)get_Value(COLUMNNAME_AD_Package_Code_New); } /** Set Old Package Code. - @param AD_Package_Code_Old Old Package Code */ + @param AD_Package_Code_Old Old Package Code + */ public void setAD_Package_Code_Old (String AD_Package_Code_Old) { set_Value (COLUMNNAME_AD_Package_Code_Old, AD_Package_Code_Old); @@ -294,24 +293,25 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get Old Package Code. @return Old Package Code */ - public String getAD_Package_Code_Old () + public String getAD_Package_Code_Old() { return (String)get_Value(COLUMNNAME_AD_Package_Code_Old); } /** Set Package Exp. Detail. - @param AD_Package_Exp_Detail_ID Package Exp. Detail */ + @param AD_Package_Exp_Detail_ID Package Exp. Detail + */ public void setAD_Package_Exp_Detail_ID (int AD_Package_Exp_Detail_ID) { - if (AD_Package_Exp_Detail_ID < 1) + if (AD_Package_Exp_Detail_ID < 1) set_Value (COLUMNNAME_AD_Package_Exp_Detail_ID, null); - else + else set_Value (COLUMNNAME_AD_Package_Exp_Detail_ID, Integer.valueOf(AD_Package_Exp_Detail_ID)); } /** Get Package Exp. Detail. @return Package Exp. Detail */ - public int getAD_Package_Exp_Detail_ID () + public int getAD_Package_Exp_Detail_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_Exp_Detail_ID); if (ii == null) @@ -328,7 +328,8 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set AD_Package_Exp_Detail_UU. - @param AD_Package_Exp_Detail_UU AD_Package_Exp_Detail_UU */ + @param AD_Package_Exp_Detail_UU AD_Package_Exp_Detail_UU + */ public void setAD_Package_Exp_Detail_UU (String AD_Package_Exp_Detail_UU) { set_Value (COLUMNNAME_AD_Package_Exp_Detail_UU, AD_Package_Exp_Detail_UU); @@ -336,7 +337,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get AD_Package_Exp_Detail_UU. @return AD_Package_Exp_Detail_UU */ - public String getAD_Package_Exp_Detail_UU () + public String getAD_Package_Exp_Detail_UU() { return (String)get_Value(COLUMNNAME_AD_Package_Exp_Detail_UU); } @@ -348,18 +349,19 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Package Exp.. - @param AD_Package_Exp_ID Package Exp. */ + @param AD_Package_Exp_ID Package Exp. + */ public void setAD_Package_Exp_ID (int AD_Package_Exp_ID) { - if (AD_Package_Exp_ID < 1) + if (AD_Package_Exp_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Package_Exp_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Package_Exp_ID, Integer.valueOf(AD_Package_Exp_ID)); } /** Get Package Exp.. @return Package Exp. */ - public int getAD_Package_Exp_ID () + public int getAD_Package_Exp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_Exp_ID); if (ii == null) @@ -374,21 +376,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Print Format. - @param AD_PrintFormat_ID - Data Print Format - */ + @param AD_PrintFormat_ID Data Print Format + */ public void setAD_PrintFormat_ID (int AD_PrintFormat_ID) { - if (AD_PrintFormat_ID < 1) + if (AD_PrintFormat_ID < 1) set_Value (COLUMNNAME_AD_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFormat_ID, Integer.valueOf(AD_PrintFormat_ID)); } /** Get Print Format. @return Data Print Format */ - public int getAD_PrintFormat_ID () + public int getAD_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormat_ID); if (ii == null) @@ -403,21 +404,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -432,21 +432,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -461,21 +460,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Report View. - @param AD_ReportView_ID - View used to generate this report - */ + @param AD_ReportView_ID View used to generate this report + */ public void setAD_ReportView_ID (int AD_ReportView_ID) { - if (AD_ReportView_ID < 1) + if (AD_ReportView_ID < 1) set_Value (COLUMNNAME_AD_ReportView_ID, null); - else + else set_Value (COLUMNNAME_AD_ReportView_ID, Integer.valueOf(AD_ReportView_ID)); } /** Get Report View. @return View used to generate this report */ - public int getAD_ReportView_ID () + public int getAD_ReportView_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReportView_ID); if (ii == null) @@ -490,21 +488,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -519,21 +516,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -548,21 +544,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Dynamic Validation. - @param AD_Val_Rule_ID - Dynamic Validation Rule - */ + @param AD_Val_Rule_ID Dynamic Validation Rule + */ public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) { - if (AD_Val_Rule_ID < 1) + if (AD_Val_Rule_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_ID, Integer.valueOf(AD_Val_Rule_ID)); } /** Get Dynamic Validation. @return Dynamic Validation Rule */ - public int getAD_Val_Rule_ID () + public int getAD_Val_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_ID); if (ii == null) @@ -577,21 +572,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -606,21 +600,20 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_Value (COLUMNNAME_AD_Workflow_ID, null); - else + else set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -647,7 +640,8 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Sybase = Sybase */ public static final String DBTYPE_Sybase = "Sybase"; /** Set DBType. - @param DBType DBType */ + @param DBType DBType + */ public void setDBType (String DBType) { @@ -656,15 +650,14 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get DBType. @return DBType */ - public String getDBType () + public String getDBType() { return (String)get_Value(COLUMNNAME_DBType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -673,13 +666,14 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Destination_Directory. - @param Destination_Directory Destination_Directory */ + @param Destination_Directory Destination_Directory + */ public void setDestination_Directory (String Destination_Directory) { set_Value (COLUMNNAME_Destination_Directory, Destination_Directory); @@ -687,13 +681,14 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get Destination_Directory. @return Destination_Directory */ - public String getDestination_Directory () + public String getDestination_Directory() { return (String)get_Value(COLUMNNAME_Destination_Directory); } /** Set Destination_FileName. - @param Destination_FileName Destination_FileName */ + @param Destination_FileName Destination_FileName + */ public void setDestination_FileName (String Destination_FileName) { set_Value (COLUMNNAME_Destination_FileName, Destination_FileName); @@ -701,13 +696,14 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get Destination_FileName. @return Destination_FileName */ - public String getDestination_FileName () + public String getDestination_FileName() { return (String)get_Value(COLUMNNAME_Destination_FileName); } /** Set Execution Code. - @param ExecCode Execution Code */ + @param ExecCode Execution Code + */ public void setExecCode (String ExecCode) { set_Value (COLUMNNAME_ExecCode, ExecCode); @@ -715,13 +711,14 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get Execution Code. @return Execution Code */ - public String getExecCode () + public String getExecCode() { return (String)get_Value(COLUMNNAME_ExecCode); } /** Set File_Directory. - @param File_Directory File_Directory */ + @param File_Directory File_Directory + */ public void setFile_Directory (String File_Directory) { set_Value (COLUMNNAME_File_Directory, File_Directory); @@ -729,15 +726,14 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get File_Directory. @return File_Directory */ - public String getFile_Directory () + public String getFile_Directory() { return (String)get_Value(COLUMNNAME_File_Directory); } /** Set File Name. - @param FileName - Name of the local file or URL - */ + @param FileName Name of the local file or URL + */ public void setFileName (String FileName) { set_Value (COLUMNNAME_FileName, FileName); @@ -746,15 +742,14 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get File Name. @return Name of the local file or URL */ - public String getFileName () + public String getFileName() { return (String)get_Value(COLUMNNAME_FileName); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -763,7 +758,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -772,9 +767,8 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Name 2. - @param Name2 - Additional Name - */ + @param Name2 Additional Name + */ public void setName2 (String Name2) { set_Value (COLUMNNAME_Name2, Name2); @@ -783,15 +777,14 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get Name 2. @return Additional Name */ - public String getName2 () + public String getName2() { return (String)get_Value(COLUMNNAME_Name2); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -800,7 +793,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -813,7 +806,8 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -821,7 +815,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -858,9 +852,8 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Release 3.3.0 = Release 3.3.0 */ public static final String RELEASENO_Release330 = "Release 3.3.0"; /** Set Release No. - @param ReleaseNo - Internal Release Number - */ + @param ReleaseNo Internal Release Number + */ public void setReleaseNo (String ReleaseNo) { @@ -870,13 +863,14 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get Release No. @return Internal Release Number */ - public String getReleaseNo () + public String getReleaseNo() { return (String)get_Value(COLUMNNAME_ReleaseNo); } /** Set SQL Expression/Statement. - @param SQLStatement SQL Expression/Statement */ + @param SQLStatement SQL Expression/Statement + */ public void setSQLStatement (String SQLStatement) { set_Value (COLUMNNAME_SQLStatement, SQLStatement); @@ -884,13 +878,14 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get SQL Expression/Statement. @return SQL Expression/Statement */ - public String getSQLStatement () + public String getSQLStatement() { return (String)get_Value(COLUMNNAME_SQLStatement); } /** Set Target_Directory. - @param Target_Directory Target_Directory */ + @param Target_Directory Target_Directory + */ public void setTarget_Directory (String Target_Directory) { set_Value (COLUMNNAME_Target_Directory, Target_Directory); @@ -898,13 +893,17 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get Target_Directory. @return Target_Directory */ - public String getTarget_Directory () + public String getTarget_Directory() { return (String)get_Value(COLUMNNAME_Target_Directory); } /** Type AD_Reference_ID=50004 */ public static final int TYPE_AD_Reference_ID=50004; + /** Workbench = B */ + public static final String TYPE_Workbench = "B"; + /** File - Code or other = C */ + public static final String TYPE_File_CodeOrOther = "C"; /** Data = D */ public static final String TYPE_Data = "D"; /** Data Single = DS */ @@ -937,6 +936,8 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta public static final String TYPE_ScriptJSR223 = "SCJ"; /** Shell Script = SH */ public static final String TYPE_ShellScript = "SH"; + /** Code Snippet = SNI */ + public static final String TYPE_CodeSnippet = "SNI"; /** SQL Statement = SQL */ public static final String TYPE_SQLStatement = "SQL"; /** SQL Mandatory = SQM */ @@ -950,9 +951,8 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** 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) { @@ -962,7 +962,7 @@ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Deta /** Get Type. @return Type of Validation (SQL, Java Script, Java Language) */ - public String getType () + public String getType() { return (String)get_Value(COLUMNNAME_Type); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp.java index 79edbaea86..6403a74acf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Package_Imp * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Package_Imp") public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Package_Imp (Properties ctx, int AD_Package_Imp_ID, String trxName) @@ -74,18 +74,19 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste } /** Set Package Imp.. - @param AD_Package_Imp_ID Package Imp. */ + @param AD_Package_Imp_ID Package Imp. + */ public void setAD_Package_Imp_ID (int AD_Package_Imp_ID) { - if (AD_Package_Imp_ID < 1) + if (AD_Package_Imp_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_ID, Integer.valueOf(AD_Package_Imp_ID)); } /** Get Package Imp.. @return Package Imp. */ - public int getAD_Package_Imp_ID () + public int getAD_Package_Imp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_Imp_ID); if (ii == null) @@ -108,18 +109,19 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste } /** Set Package Imp. Proc.. - @param AD_Package_Imp_Proc_ID Package Imp. Proc. */ + @param AD_Package_Imp_Proc_ID Package Imp. Proc. + */ public void setAD_Package_Imp_Proc_ID (int AD_Package_Imp_Proc_ID) { - if (AD_Package_Imp_Proc_ID < 1) + if (AD_Package_Imp_Proc_ID < 1) set_Value (COLUMNNAME_AD_Package_Imp_Proc_ID, null); - else + else set_Value (COLUMNNAME_AD_Package_Imp_Proc_ID, Integer.valueOf(AD_Package_Imp_Proc_ID)); } /** Get Package Imp. Proc.. @return Package Imp. Proc. */ - public int getAD_Package_Imp_Proc_ID () + public int getAD_Package_Imp_Proc_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_Imp_Proc_ID); if (ii == null) @@ -128,7 +130,8 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste } /** Set AD_Package_Imp_UU. - @param AD_Package_Imp_UU AD_Package_Imp_UU */ + @param AD_Package_Imp_UU AD_Package_Imp_UU + */ public void setAD_Package_Imp_UU (String AD_Package_Imp_UU) { set_Value (COLUMNNAME_AD_Package_Imp_UU, AD_Package_Imp_UU); @@ -136,13 +139,14 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get AD_Package_Imp_UU. @return AD_Package_Imp_UU */ - public String getAD_Package_Imp_UU () + public String getAD_Package_Imp_UU() { return (String)get_Value(COLUMNNAME_AD_Package_Imp_UU); } /** Set CreatedDate. - @param CreatedDate CreatedDate */ + @param CreatedDate CreatedDate + */ public void setCreatedDate (String CreatedDate) { set_Value (COLUMNNAME_CreatedDate, CreatedDate); @@ -150,13 +154,14 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get CreatedDate. @return CreatedDate */ - public String getCreatedDate () + public String getCreatedDate() { return (String)get_Value(COLUMNNAME_CreatedDate); } /** Set Creator. - @param Creator Creator */ + @param Creator Creator + */ public void setCreator (String Creator) { set_Value (COLUMNNAME_Creator, Creator); @@ -164,13 +169,14 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get Creator. @return Creator */ - public String getCreator () + public String getCreator() { return (String)get_Value(COLUMNNAME_Creator); } /** Set CreatorContact. - @param CreatorContact CreatorContact */ + @param CreatorContact CreatorContact + */ public void setCreatorContact (String CreatorContact) { set_Value (COLUMNNAME_CreatorContact, CreatorContact); @@ -178,15 +184,14 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get CreatorContact. @return CreatorContact */ - public String getCreatorContact () + public String getCreatorContact() { return (String)get_Value(COLUMNNAME_CreatorContact); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -195,15 +200,14 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set EMail Address. - @param EMail - Electronic Mail Address - */ + @param EMail Electronic Mail Address + */ public void setEMail (String EMail) { set_Value (COLUMNNAME_EMail, EMail); @@ -212,15 +216,14 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get EMail Address. @return Electronic Mail Address */ - public String getEMail () + public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -229,13 +232,14 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Package Status. - @param PK_Status Package Status */ + @param PK_Status Package Status + */ public void setPK_Status (String PK_Status) { set_Value (COLUMNNAME_PK_Status, PK_Status); @@ -243,13 +247,14 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get Package Status. @return Package Status */ - public String getPK_Status () + public String getPK_Status() { return (String)get_Value(COLUMNNAME_PK_Status); } /** Set Package Version. - @param PK_Version Package Version */ + @param PK_Version Package Version + */ public void setPK_Version (String PK_Version) { set_Value (COLUMNNAME_PK_Version, PK_Version); @@ -257,15 +262,14 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get Package Version. @return Package Version */ - public String getPK_Version () + public String getPK_Version() { return (String)get_Value(COLUMNNAME_PK_Version); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -274,7 +278,7 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -287,7 +291,8 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -295,7 +300,7 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -308,9 +313,8 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste } /** Set Release No. - @param ReleaseNo - Internal Release Number - */ + @param ReleaseNo Internal Release Number + */ public void setReleaseNo (String ReleaseNo) { set_Value (COLUMNNAME_ReleaseNo, ReleaseNo); @@ -319,13 +323,14 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get Release No. @return Internal Release Number */ - public String getReleaseNo () + public String getReleaseNo() { return (String)get_Value(COLUMNNAME_ReleaseNo); } /** Set Uninstall. - @param Uninstall Uninstall */ + @param Uninstall Uninstall + */ public void setUninstall (boolean Uninstall) { set_Value (COLUMNNAME_Uninstall, Boolean.valueOf(Uninstall)); @@ -333,7 +338,7 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get Uninstall. @return Uninstall */ - public boolean isUninstall () + public boolean isUninstall() { Object oo = get_Value(COLUMNNAME_Uninstall); if (oo != null) @@ -346,7 +351,8 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste } /** Set UpdatedDate. - @param UpdatedDate UpdatedDate */ + @param UpdatedDate UpdatedDate + */ public void setUpdatedDate (String UpdatedDate) { set_Value (COLUMNNAME_UpdatedDate, UpdatedDate); @@ -354,15 +360,14 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get UpdatedDate. @return UpdatedDate */ - public String getUpdatedDate () + public String getUpdatedDate() { return (String)get_Value(COLUMNNAME_UpdatedDate); } /** Set Version. - @param Version - Version of the table definition - */ + @param Version Version of the table definition + */ public void setVersion (String Version) { set_Value (COLUMNNAME_Version, Version); @@ -371,7 +376,7 @@ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persiste /** Get Version. @return Version of the table definition */ - public String getVersion () + public String getVersion() { return (String)get_Value(COLUMNNAME_Version); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Backup.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Backup.java index 703effb755..7aa5305c3c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Backup.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Backup.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Package_Imp_Backup * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Package_Imp_Backup") public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Backup, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Package_Imp_Backup (Properties ctx, int AD_Package_Imp_Backup_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -103,18 +102,19 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back } /** Set Imp. Package Backup. - @param AD_Package_Imp_Backup_ID Imp. Package Backup */ + @param AD_Package_Imp_Backup_ID Imp. Package Backup + */ public void setAD_Package_Imp_Backup_ID (int AD_Package_Imp_Backup_ID) { - if (AD_Package_Imp_Backup_ID < 1) + if (AD_Package_Imp_Backup_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_Backup_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_Backup_ID, Integer.valueOf(AD_Package_Imp_Backup_ID)); } /** Get Imp. Package Backup. @return Imp. Package Backup */ - public int getAD_Package_Imp_Backup_ID () + public int getAD_Package_Imp_Backup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_Imp_Backup_ID); if (ii == null) @@ -131,7 +131,8 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back } /** Set AD_Package_Imp_Backup_UU. - @param AD_Package_Imp_Backup_UU AD_Package_Imp_Backup_UU */ + @param AD_Package_Imp_Backup_UU AD_Package_Imp_Backup_UU + */ public void setAD_Package_Imp_Backup_UU (String AD_Package_Imp_Backup_UU) { set_Value (COLUMNNAME_AD_Package_Imp_Backup_UU, AD_Package_Imp_Backup_UU); @@ -139,13 +140,14 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back /** Get AD_Package_Imp_Backup_UU. @return AD_Package_Imp_Backup_UU */ - public String getAD_Package_Imp_Backup_UU () + public String getAD_Package_Imp_Backup_UU() { return (String)get_Value(COLUMNNAME_AD_Package_Imp_Backup_UU); } /** Set Package Imp. Bck. Directory. - @param AD_Package_Imp_Bck_Dir Package Imp. Bck. Directory */ + @param AD_Package_Imp_Bck_Dir Package Imp. Bck. Directory + */ public void setAD_Package_Imp_Bck_Dir (String AD_Package_Imp_Bck_Dir) { set_Value (COLUMNNAME_AD_Package_Imp_Bck_Dir, AD_Package_Imp_Bck_Dir); @@ -153,24 +155,25 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back /** Get Package Imp. Bck. Directory. @return Package Imp. Bck. Directory */ - public String getAD_Package_Imp_Bck_Dir () + public String getAD_Package_Imp_Bck_Dir() { return (String)get_Value(COLUMNNAME_AD_Package_Imp_Bck_Dir); } /** Set Imp. Package Detail. - @param AD_Package_Imp_Detail_ID Imp. Package Detail */ + @param AD_Package_Imp_Detail_ID Imp. Package Detail + */ public void setAD_Package_Imp_Detail_ID (int AD_Package_Imp_Detail_ID) { - if (AD_Package_Imp_Detail_ID < 1) + if (AD_Package_Imp_Detail_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_Detail_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_Detail_ID, Integer.valueOf(AD_Package_Imp_Detail_ID)); } /** Get Imp. Package Detail. @return Imp. Package Detail */ - public int getAD_Package_Imp_Detail_ID () + public int getAD_Package_Imp_Detail_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_Imp_Detail_ID); if (ii == null) @@ -179,18 +182,19 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back } /** Set Package Imp.. - @param AD_Package_Imp_ID Package Imp. */ + @param AD_Package_Imp_ID Package Imp. + */ public void setAD_Package_Imp_ID (int AD_Package_Imp_ID) { - if (AD_Package_Imp_ID < 1) + if (AD_Package_Imp_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_ID, Integer.valueOf(AD_Package_Imp_ID)); } /** Get Package Imp.. @return Package Imp. */ - public int getAD_Package_Imp_ID () + public int getAD_Package_Imp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_Imp_ID); if (ii == null) @@ -199,7 +203,8 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back } /** Set Package Imp. Org. Dir.. - @param AD_Package_Imp_Org_Dir Package Imp. Org. Dir. */ + @param AD_Package_Imp_Org_Dir Package Imp. Org. Dir. + */ public void setAD_Package_Imp_Org_Dir (String AD_Package_Imp_Org_Dir) { set_Value (COLUMNNAME_AD_Package_Imp_Org_Dir, AD_Package_Imp_Org_Dir); @@ -207,7 +212,7 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back /** Get Package Imp. Org. Dir.. @return Package Imp. Org. Dir. */ - public String getAD_Package_Imp_Org_Dir () + public String getAD_Package_Imp_Org_Dir() { return (String)get_Value(COLUMNNAME_AD_Package_Imp_Org_Dir); } @@ -219,21 +224,20 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -242,21 +246,20 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -265,7 +268,8 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back } /** Set ColValue. - @param ColValue ColValue */ + @param ColValue ColValue + */ public void setColValue (String ColValue) { set_Value (COLUMNNAME_ColValue, ColValue); @@ -273,13 +277,14 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back /** Get ColValue. @return ColValue */ - public String getColValue () + public String getColValue() { return (String)get_Value(COLUMNNAME_ColValue); } /** Set Uninstall. - @param Uninstall Uninstall */ + @param Uninstall Uninstall + */ public void setUninstall (boolean Uninstall) { set_Value (COLUMNNAME_Uninstall, Boolean.valueOf(Uninstall)); @@ -287,7 +292,7 @@ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Back /** Get Uninstall. @return Uninstall */ - public boolean isUninstall () + public boolean isUninstall() { Object oo = get_Value(COLUMNNAME_Uninstall); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Detail.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Detail.java index f0c27494b5..ee8b66b0cf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Detail.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Detail.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Package_Imp_Detail * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Package_Imp_Detail") public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Detail, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta /** * */ - private static final long serialVersionUID = 20210923L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Package_Imp_Detail (Properties ctx, int AD_Package_Imp_Detail_ID, String trxName) @@ -73,9 +73,8 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta } /** Set Action. - @param Action - Indicates the Action to be performed - */ + @param Action Indicates the Action to be performed + */ public void setAction (String Action) { set_Value (COLUMNNAME_Action, Action); @@ -84,24 +83,25 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta /** Get Action. @return Indicates the Action to be performed */ - public String getAction () + public String getAction() { return (String)get_Value(COLUMNNAME_Action); } /** Set Backup. - @param AD_Backup_ID Backup */ + @param AD_Backup_ID Backup + */ public void setAD_Backup_ID (int AD_Backup_ID) { - if (AD_Backup_ID < 1) + if (AD_Backup_ID < 1) set_Value (COLUMNNAME_AD_Backup_ID, null); - else + else set_Value (COLUMNNAME_AD_Backup_ID, Integer.valueOf(AD_Backup_ID)); } /** Get Backup. @return Backup */ - public int getAD_Backup_ID () + public int getAD_Backup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Backup_ID); if (ii == null) @@ -110,18 +110,19 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta } /** Set Imp. Package Detail. - @param AD_Package_Imp_Detail_ID Imp. Package Detail */ + @param AD_Package_Imp_Detail_ID Imp. Package Detail + */ public void setAD_Package_Imp_Detail_ID (int AD_Package_Imp_Detail_ID) { - if (AD_Package_Imp_Detail_ID < 1) + if (AD_Package_Imp_Detail_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_Detail_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_Detail_ID, Integer.valueOf(AD_Package_Imp_Detail_ID)); } /** Get Imp. Package Detail. @return Imp. Package Detail */ - public int getAD_Package_Imp_Detail_ID () + public int getAD_Package_Imp_Detail_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_Imp_Detail_ID); if (ii == null) @@ -130,7 +131,8 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta } /** Set AD_Package_Imp_Detail_UU. - @param AD_Package_Imp_Detail_UU AD_Package_Imp_Detail_UU */ + @param AD_Package_Imp_Detail_UU AD_Package_Imp_Detail_UU + */ public void setAD_Package_Imp_Detail_UU (String AD_Package_Imp_Detail_UU) { set_Value (COLUMNNAME_AD_Package_Imp_Detail_UU, AD_Package_Imp_Detail_UU); @@ -138,7 +140,7 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta /** Get AD_Package_Imp_Detail_UU. @return AD_Package_Imp_Detail_UU */ - public String getAD_Package_Imp_Detail_UU () + public String getAD_Package_Imp_Detail_UU() { return (String)get_Value(COLUMNNAME_AD_Package_Imp_Detail_UU); } @@ -150,18 +152,19 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta } /** Set Package Imp.. - @param AD_Package_Imp_ID Package Imp. */ + @param AD_Package_Imp_ID Package Imp. + */ public void setAD_Package_Imp_ID (int AD_Package_Imp_ID) { - if (AD_Package_Imp_ID < 1) + if (AD_Package_Imp_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_ID, Integer.valueOf(AD_Package_Imp_ID)); } /** Get Package Imp.. @return Package Imp. */ - public int getAD_Package_Imp_ID () + public int getAD_Package_Imp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_Imp_ID); if (ii == null) @@ -176,21 +179,20 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -199,7 +201,8 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta } /** Set Execution Code. - @param ExecCode Execution Code */ + @param ExecCode Execution Code + */ public void setExecCode (String ExecCode) { set_Value (COLUMNNAME_ExecCode, ExecCode); @@ -207,15 +210,14 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta /** Get Execution Code. @return Execution Code */ - public String getExecCode () + public String getExecCode() { return (String)get_Value(COLUMNNAME_ExecCode); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -224,27 +226,26 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_Value (COLUMNNAME_Record_ID, null); - else + else set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -253,9 +254,8 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta } /** Set Result. - @param Result - Result of the action taken - */ + @param Result Result of the action taken + */ public void setResult (String Result) { set_ValueNoCheck (COLUMNNAME_Result, Result); @@ -264,13 +264,14 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta /** Get Result. @return Result of the action taken */ - public String getResult () + public String getResult() { return (String)get_Value(COLUMNNAME_Result); } /** Set Success. - @param Success Success */ + @param Success Success + */ public void setSuccess (String Success) { set_Value (COLUMNNAME_Success, Success); @@ -278,15 +279,14 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta /** Get Success. @return Success */ - public String getSuccess () + public String getSuccess() { return (String)get_Value(COLUMNNAME_Success); } /** Set DB Table Name. - @param TableName - Name of the table in the database - */ + @param TableName Name of the table in the database + */ public void setTableName (String TableName) { set_Value (COLUMNNAME_TableName, TableName); @@ -295,15 +295,14 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta /** Get DB Table Name. @return Name of the table in the database */ - public String getTableName () + public String getTableName() { return (String)get_Value(COLUMNNAME_TableName); } /** 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) { set_Value (COLUMNNAME_Type, Type); @@ -312,13 +311,14 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta /** Get Type. @return Type of Validation (SQL, Java Script, Java Language) */ - public String getType () + public String getType() { return (String)get_Value(COLUMNNAME_Type); } /** Set Uninstall. - @param Uninstall Uninstall */ + @param Uninstall Uninstall + */ public void setUninstall (boolean Uninstall) { set_ValueNoCheck (COLUMNNAME_Uninstall, Boolean.valueOf(Uninstall)); @@ -326,7 +326,7 @@ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Deta /** Get Uninstall. @return Uninstall */ - public boolean isUninstall () + public boolean isUninstall() { Object oo = get_Value(COLUMNNAME_Uninstall); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Inst.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Inst.java index 26c001dc20..17ea34e80e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Inst.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Inst.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Package_Imp_Inst * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Package_Imp_Inst") public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Package_Imp_Inst (Properties ctx, int AD_Package_Imp_Inst_ID, String trxName) @@ -72,18 +72,19 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, } /** Set Package Imp. Inst.. - @param AD_Package_Imp_Inst_ID Package Imp. Inst. */ + @param AD_Package_Imp_Inst_ID Package Imp. Inst. + */ public void setAD_Package_Imp_Inst_ID (int AD_Package_Imp_Inst_ID) { - if (AD_Package_Imp_Inst_ID < 1) + if (AD_Package_Imp_Inst_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_Inst_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_Inst_ID, Integer.valueOf(AD_Package_Imp_Inst_ID)); } /** Get Package Imp. Inst.. @return Package Imp. Inst. */ - public int getAD_Package_Imp_Inst_ID () + public int getAD_Package_Imp_Inst_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_Imp_Inst_ID); if (ii == null) @@ -92,7 +93,8 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, } /** Set AD_Package_Imp_Inst_UU. - @param AD_Package_Imp_Inst_UU AD_Package_Imp_Inst_UU */ + @param AD_Package_Imp_Inst_UU AD_Package_Imp_Inst_UU + */ public void setAD_Package_Imp_Inst_UU (String AD_Package_Imp_Inst_UU) { set_Value (COLUMNNAME_AD_Package_Imp_Inst_UU, AD_Package_Imp_Inst_UU); @@ -100,13 +102,14 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get AD_Package_Imp_Inst_UU. @return AD_Package_Imp_Inst_UU */ - public String getAD_Package_Imp_Inst_UU () + public String getAD_Package_Imp_Inst_UU() { return (String)get_Value(COLUMNNAME_AD_Package_Imp_Inst_UU); } /** Set CreatedDate. - @param CreatedDate CreatedDate */ + @param CreatedDate CreatedDate + */ public void setCreatedDate (String CreatedDate) { set_ValueNoCheck (COLUMNNAME_CreatedDate, CreatedDate); @@ -114,13 +117,14 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get CreatedDate. @return CreatedDate */ - public String getCreatedDate () + public String getCreatedDate() { return (String)get_Value(COLUMNNAME_CreatedDate); } /** Set Creator. - @param Creator Creator */ + @param Creator Creator + */ public void setCreator (String Creator) { set_Value (COLUMNNAME_Creator, Creator); @@ -128,13 +132,14 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get Creator. @return Creator */ - public String getCreator () + public String getCreator() { return (String)get_Value(COLUMNNAME_Creator); } /** Set CreatorContact. - @param CreatorContact CreatorContact */ + @param CreatorContact CreatorContact + */ public void setCreatorContact (String CreatorContact) { set_Value (COLUMNNAME_CreatorContact, CreatorContact); @@ -142,15 +147,14 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get CreatorContact. @return CreatorContact */ - public String getCreatorContact () + public String getCreatorContact() { return (String)get_Value(COLUMNNAME_CreatorContact); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -159,15 +163,14 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set EMail Address. - @param EMail - Electronic Mail Address - */ + @param EMail Electronic Mail Address + */ public void setEMail (String EMail) { set_Value (COLUMNNAME_EMail, EMail); @@ -176,15 +179,14 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get EMail Address. @return Electronic Mail Address */ - public String getEMail () + public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -193,7 +195,7 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -207,7 +209,8 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, } /** Set Package Status. - @param PK_Status Package Status */ + @param PK_Status Package Status + */ public void setPK_Status (String PK_Status) { set_Value (COLUMNNAME_PK_Status, PK_Status); @@ -215,13 +218,14 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get Package Status. @return Package Status */ - public String getPK_Status () + public String getPK_Status() { return (String)get_Value(COLUMNNAME_PK_Status); } /** Set Package Version. - @param PK_Version Package Version */ + @param PK_Version Package Version + */ public void setPK_Version (String PK_Version) { set_Value (COLUMNNAME_PK_Version, PK_Version); @@ -229,15 +233,14 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get Package Version. @return Package Version */ - public String getPK_Version () + public String getPK_Version() { return (String)get_Value(COLUMNNAME_PK_Version); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -246,7 +249,7 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -259,7 +262,8 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -267,7 +271,7 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -280,9 +284,8 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, } /** Set Release No. - @param ReleaseNo - Internal Release Number - */ + @param ReleaseNo Internal Release Number + */ public void setReleaseNo (String ReleaseNo) { set_Value (COLUMNNAME_ReleaseNo, ReleaseNo); @@ -291,13 +294,14 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get Release No. @return Internal Release Number */ - public String getReleaseNo () + public String getReleaseNo() { return (String)get_Value(COLUMNNAME_ReleaseNo); } /** Set Uninstall. - @param Uninstall Uninstall */ + @param Uninstall Uninstall + */ public void setUninstall (boolean Uninstall) { set_Value (COLUMNNAME_Uninstall, Boolean.valueOf(Uninstall)); @@ -305,7 +309,7 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get Uninstall. @return Uninstall */ - public boolean isUninstall () + public boolean isUninstall() { Object oo = get_Value(COLUMNNAME_Uninstall); if (oo != null) @@ -318,7 +322,8 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, } /** Set UpdatedDate. - @param UpdatedDate UpdatedDate */ + @param UpdatedDate UpdatedDate + */ public void setUpdatedDate (String UpdatedDate) { set_Value (COLUMNNAME_UpdatedDate, UpdatedDate); @@ -326,15 +331,14 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get UpdatedDate. @return UpdatedDate */ - public String getUpdatedDate () + public String getUpdatedDate() { return (String)get_Value(COLUMNNAME_UpdatedDate); } /** Set Version. - @param Version - Version of the table definition - */ + @param Version Version of the table definition + */ public void setVersion (String Version) { set_Value (COLUMNNAME_Version, Version); @@ -343,7 +347,7 @@ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, /** Get Version. @return Version of the table definition */ - public String getVersion () + public String getVersion() { return (String)get_Value(COLUMNNAME_Version); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Proc.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Proc.java index a0c2043d42..6c61fea67e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Proc.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Proc.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for AD_Package_Imp_Proc * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Package_Imp_Proc") public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Package_Imp_Proc (Properties ctx, int AD_Package_Imp_Proc_ID, String trxName) @@ -75,7 +75,8 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, } /** Set Update System Maintained Application Dictionary. - @param AD_Override_Dict Update System Maintained Application Dictionary */ + @param AD_Override_Dict Update System Maintained Application Dictionary + */ public void setAD_Override_Dict (boolean AD_Override_Dict) { set_Value (COLUMNNAME_AD_Override_Dict, Boolean.valueOf(AD_Override_Dict)); @@ -83,7 +84,7 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, /** Get Update System Maintained Application Dictionary. @return Update System Maintained Application Dictionary */ - public boolean isAD_Override_Dict () + public boolean isAD_Override_Dict() { Object oo = get_Value(COLUMNNAME_AD_Override_Dict); if (oo != null) @@ -96,9 +97,8 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, } /** Set Package Directory. - @param AD_Package_Dir - Package directory, default to AdempiereHome/packages - */ + @param AD_Package_Dir Package directory, default to AdempiereHome/packages + */ public void setAD_Package_Dir (String AD_Package_Dir) { set_Value (COLUMNNAME_AD_Package_Dir, AD_Package_Dir); @@ -107,24 +107,25 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, /** Get Package Directory. @return Package directory, default to AdempiereHome/packages */ - public String getAD_Package_Dir () + public String getAD_Package_Dir() { return (String)get_Value(COLUMNNAME_AD_Package_Dir); } /** Set Package Imp. Proc.. - @param AD_Package_Imp_Proc_ID Package Imp. Proc. */ + @param AD_Package_Imp_Proc_ID Package Imp. Proc. + */ public void setAD_Package_Imp_Proc_ID (int AD_Package_Imp_Proc_ID) { - if (AD_Package_Imp_Proc_ID < 1) + if (AD_Package_Imp_Proc_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_Proc_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Package_Imp_Proc_ID, Integer.valueOf(AD_Package_Imp_Proc_ID)); } /** Get Package Imp. Proc.. @return Package Imp. Proc. */ - public int getAD_Package_Imp_Proc_ID () + public int getAD_Package_Imp_Proc_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_Imp_Proc_ID); if (ii == null) @@ -133,7 +134,8 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, } /** Set AD_Package_Imp_Proc_UU. - @param AD_Package_Imp_Proc_UU AD_Package_Imp_Proc_UU */ + @param AD_Package_Imp_Proc_UU AD_Package_Imp_Proc_UU + */ public void setAD_Package_Imp_Proc_UU (String AD_Package_Imp_Proc_UU) { set_Value (COLUMNNAME_AD_Package_Imp_Proc_UU, AD_Package_Imp_Proc_UU); @@ -141,15 +143,14 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, /** Get AD_Package_Imp_Proc_UU. @return AD_Package_Imp_Proc_UU */ - public String getAD_Package_Imp_Proc_UU () + public String getAD_Package_Imp_Proc_UU() { return (String)get_Value(COLUMNNAME_AD_Package_Imp_Proc_UU); } /** Set Package Source. - @param AD_Package_Source - Fully qualified package source file name - */ + @param AD_Package_Source Fully qualified package source file name + */ public void setAD_Package_Source (String AD_Package_Source) { set_Value (COLUMNNAME_AD_Package_Source, AD_Package_Source); @@ -158,7 +159,7 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, /** Get Package Source. @return Fully qualified package source file name */ - public String getAD_Package_Source () + public String getAD_Package_Source() { return (String)get_Value(COLUMNNAME_AD_Package_Source); } @@ -170,9 +171,8 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, /** WebService = WS */ public static final String AD_PACKAGE_SOURCE_TYPE_WebService = "WS"; /** Set Package Source Type. - @param AD_Package_Source_Type - Type of package source - file, ftp, webservice etc - */ + @param AD_Package_Source_Type Type of package source - file, ftp, webservice etc + */ public void setAD_Package_Source_Type (String AD_Package_Source_Type) { @@ -182,13 +182,14 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, /** Get Package Source Type. @return Type of package source - file, ftp, webservice etc */ - public String getAD_Package_Source_Type () + public String getAD_Package_Source_Type() { return (String)get_Value(COLUMNNAME_AD_Package_Source_Type); } /** Set Date Processed. - @param DateProcessed Date Processed */ + @param DateProcessed Date Processed + */ public void setDateProcessed (Timestamp DateProcessed) { set_Value (COLUMNNAME_DateProcessed, DateProcessed); @@ -196,15 +197,14 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, /** Get Date Processed. @return Date Processed */ - public Timestamp getDateProcessed () + public Timestamp getDateProcessed() { return (Timestamp)get_Value(COLUMNNAME_DateProcessed); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -213,13 +213,14 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Process Message. - @param P_Msg Process Message */ + @param P_Msg Process Message + */ public void setP_Msg (String P_Msg) { set_Value (COLUMNNAME_P_Msg, P_Msg); @@ -227,13 +228,14 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, /** Get Process Message. @return Process Message */ - public String getP_Msg () + public String getP_Msg() { return (String)get_Value(COLUMNNAME_P_Msg); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -241,7 +243,7 @@ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_UUID_Map.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_UUID_Map.java index 6a835345b4..b7edce3ad9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_UUID_Map.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_UUID_Map.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Package_UUID_Map * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Package_UUID_Map") public class X_AD_Package_UUID_Map extends PO implements I_AD_Package_UUID_Map, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Package_UUID_Map extends PO implements I_AD_Package_UUID_Map, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Package_UUID_Map (Properties ctx, int AD_Package_UUID_Map_ID, String trxName) @@ -76,21 +76,20 @@ public class X_AD_Package_UUID_Map extends PO implements I_AD_Package_UUID_Map, } /** Set UUID Mapping. - @param AD_Package_UUID_Map_ID - UUID Mapping between client - */ + @param AD_Package_UUID_Map_ID UUID Mapping between client + */ public void setAD_Package_UUID_Map_ID (int AD_Package_UUID_Map_ID) { - if (AD_Package_UUID_Map_ID < 1) + if (AD_Package_UUID_Map_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Package_UUID_Map_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Package_UUID_Map_ID, Integer.valueOf(AD_Package_UUID_Map_ID)); } /** Get UUID Mapping. @return UUID Mapping between client */ - public int getAD_Package_UUID_Map_ID () + public int getAD_Package_UUID_Map_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_UUID_Map_ID); if (ii == null) @@ -99,7 +98,8 @@ public class X_AD_Package_UUID_Map extends PO implements I_AD_Package_UUID_Map, } /** Set AD_Package_UUID_Map_UU. - @param AD_Package_UUID_Map_UU AD_Package_UUID_Map_UU */ + @param AD_Package_UUID_Map_UU AD_Package_UUID_Map_UU + */ public void setAD_Package_UUID_Map_UU (String AD_Package_UUID_Map_UU) { set_ValueNoCheck (COLUMNNAME_AD_Package_UUID_Map_UU, AD_Package_UUID_Map_UU); @@ -107,7 +107,7 @@ public class X_AD_Package_UUID_Map extends PO implements I_AD_Package_UUID_Map, /** Get AD_Package_UUID_Map_UU. @return AD_Package_UUID_Map_UU */ - public String getAD_Package_UUID_Map_UU () + public String getAD_Package_UUID_Map_UU() { return (String)get_Value(COLUMNNAME_AD_Package_UUID_Map_UU); } @@ -119,21 +119,20 @@ public class X_AD_Package_UUID_Map extends PO implements I_AD_Package_UUID_Map, } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -142,9 +141,8 @@ public class X_AD_Package_UUID_Map extends PO implements I_AD_Package_UUID_Map, } /** Set Source UUID. - @param Source_UUID - UUID from the source client - */ + @param Source_UUID UUID from the source client + */ public void setSource_UUID (String Source_UUID) { set_ValueNoCheck (COLUMNNAME_Source_UUID, Source_UUID); @@ -153,7 +151,7 @@ public class X_AD_Package_UUID_Map extends PO implements I_AD_Package_UUID_Map, /** Get Source UUID. @return UUID from the source client */ - public String getSource_UUID () + public String getSource_UUID() { return (String)get_Value(COLUMNNAME_Source_UUID); } @@ -167,9 +165,8 @@ public class X_AD_Package_UUID_Map extends PO implements I_AD_Package_UUID_Map, } /** Set Target UUID. - @param Target_UUID - New UUID created by the pack in client - */ + @param Target_UUID New UUID created by the pack in client + */ public void setTarget_UUID (String Target_UUID) { set_ValueNoCheck (COLUMNNAME_Target_UUID, Target_UUID); @@ -178,7 +175,7 @@ public class X_AD_Package_UUID_Map extends PO implements I_AD_Package_UUID_Map, /** Get Target UUID. @return New UUID created by the pack in client */ - public String getTarget_UUID () + public String getTarget_UUID() { return (String)get_Value(COLUMNNAME_Target_UUID); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PasswordRule.java b/org.adempiere.base/src/org/compiere/model/X_AD_PasswordRule.java index 2751d0164b..a6d53f946a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PasswordRule.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PasswordRule.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PasswordRule * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PasswordRule") public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PasswordRule (Properties ctx, int AD_PasswordRule_ID, String trxName) @@ -81,18 +81,19 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Password Policies. - @param AD_PasswordRule_ID Password Policies */ + @param AD_PasswordRule_ID Password Policies + */ public void setAD_PasswordRule_ID (int AD_PasswordRule_ID) { - if (AD_PasswordRule_ID < 1) + if (AD_PasswordRule_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PasswordRule_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PasswordRule_ID, Integer.valueOf(AD_PasswordRule_ID)); } /** Get Password Policies. @return Password Policies */ - public int getAD_PasswordRule_ID () + public int getAD_PasswordRule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PasswordRule_ID); if (ii == null) @@ -101,7 +102,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set AD_PasswordRule_UU. - @param AD_PasswordRule_UU AD_PasswordRule_UU */ + @param AD_PasswordRule_UU AD_PasswordRule_UU + */ public void setAD_PasswordRule_UU (String AD_PasswordRule_UU) { set_Value (COLUMNNAME_AD_PasswordRule_UU, AD_PasswordRule_UU); @@ -109,15 +111,14 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get AD_PasswordRule_UU. @return AD_PasswordRule_UU */ - public String getAD_PasswordRule_UU () + public String getAD_PasswordRule_UU() { return (String)get_Value(COLUMNNAME_AD_PasswordRule_UU); } /** Set Alphabetical Character. - @param AlphabeticalCharacter - Require at least # alphabetical in passwords - */ + @param AlphabeticalCharacter Require at least # alphabetical in passwords + */ public void setAlphabeticalCharacter (int AlphabeticalCharacter) { set_Value (COLUMNNAME_AlphabeticalCharacter, Integer.valueOf(AlphabeticalCharacter)); @@ -126,7 +127,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Alphabetical Character. @return Require at least # alphabetical in passwords */ - public int getAlphabeticalCharacter () + public int getAlphabeticalCharacter() { Integer ii = (Integer)get_Value(COLUMNNAME_AlphabeticalCharacter); if (ii == null) @@ -135,9 +136,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Alphabetical Sequence. - @param AlphabeticalSequence - Lenght of alphabetical sequence to validate - */ + @param AlphabeticalSequence Lenght of alphabetical sequence to validate + */ public void setAlphabeticalSequence (int AlphabeticalSequence) { set_Value (COLUMNNAME_AlphabeticalSequence, Integer.valueOf(AlphabeticalSequence)); @@ -146,7 +146,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Alphabetical Sequence. @return Lenght of alphabetical sequence to validate */ - public int getAlphabeticalSequence () + public int getAlphabeticalSequence() { Integer ii = (Integer)get_Value(COLUMNNAME_AlphabeticalSequence); if (ii == null) @@ -155,9 +155,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Days Reuse Password. - @param Days_Reuse_Password - Define number of day can reuser password - */ + @param Days_Reuse_Password Define number of day can reuser password + */ public void setDays_Reuse_Password (int Days_Reuse_Password) { set_Value (COLUMNNAME_Days_Reuse_Password, Integer.valueOf(Days_Reuse_Password)); @@ -166,7 +165,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Days Reuse Password. @return Define number of day can reuser password */ - public int getDays_Reuse_Password () + public int getDays_Reuse_Password() { Integer ii = (Integer)get_Value(COLUMNNAME_Days_Reuse_Password); if (ii == null) @@ -175,9 +174,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Digit Character. - @param DigitCharacter - Require at least # digit in passwords - */ + @param DigitCharacter Require at least # digit in passwords + */ public void setDigitCharacter (int DigitCharacter) { set_Value (COLUMNNAME_DigitCharacter, Integer.valueOf(DigitCharacter)); @@ -186,7 +184,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Digit Character. @return Require at least # digit in passwords */ - public int getDigitCharacter () + public int getDigitCharacter() { Integer ii = (Integer)get_Value(COLUMNNAME_DigitCharacter); if (ii == null) @@ -195,9 +193,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Match Backwards of Dictionary. - @param IsDictMatchBackwards - Match dictionary words backwards - */ + @param IsDictMatchBackwards Match dictionary words backwards + */ public void setIsDictMatchBackwards (boolean IsDictMatchBackwards) { set_Value (COLUMNNAME_IsDictMatchBackwards, Boolean.valueOf(IsDictMatchBackwards)); @@ -206,7 +203,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Match Backwards of Dictionary. @return Match dictionary words backwards */ - public boolean isDictMatchBackwards () + public boolean isDictMatchBackwards() { Object oo = get_Value(COLUMNNAME_IsDictMatchBackwards); if (oo != null) @@ -219,18 +216,17 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set User Name Rule. - @param IsUserNameRule - Validate the password doesn't contain user name (ignore case and match backwards) - */ + @param IsUserNameRule Validate the password doesn't contain user name (ignore case and match backwards) + */ public void setIsUserNameRule (boolean IsUserNameRule) { set_Value (COLUMNNAME_IsUserNameRule, Boolean.valueOf(IsUserNameRule)); } /** Get User Name Rule. - @return Validate the password doesn't contain user name (ignore case and match backwards) + @return Validate the password doesn't contain user name (ignore case and match backwards) */ - public boolean isUserNameRule () + public boolean isUserNameRule() { Object oo = get_Value(COLUMNNAME_IsUserNameRule); if (oo != null) @@ -243,7 +239,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Using Dictionary. - @param IsUsingDictionary Using Dictionary */ + @param IsUsingDictionary Using Dictionary + */ public void setIsUsingDictionary (boolean IsUsingDictionary) { set_Value (COLUMNNAME_IsUsingDictionary, Boolean.valueOf(IsUsingDictionary)); @@ -251,7 +248,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Using Dictionary. @return Using Dictionary */ - public boolean isUsingDictionary () + public boolean isUsingDictionary() { Object oo = get_Value(COLUMNNAME_IsUsingDictionary); if (oo != null) @@ -264,9 +261,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Whitespace. - @param IsWhitespace - Whitespace validation - */ + @param IsWhitespace Whitespace validation + */ public void setIsWhitespace (boolean IsWhitespace) { set_Value (COLUMNNAME_IsWhitespace, Boolean.valueOf(IsWhitespace)); @@ -275,7 +271,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Whitespace. @return Whitespace validation */ - public boolean isWhitespace () + public boolean isWhitespace() { Object oo = get_Value(COLUMNNAME_IsWhitespace); if (oo != null) @@ -288,9 +284,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Lowercase Character. - @param LowercaseCharacter - Require at least # lower case char - */ + @param LowercaseCharacter Require at least # lower case char + */ public void setLowercaseCharacter (int LowercaseCharacter) { set_Value (COLUMNNAME_LowercaseCharacter, Integer.valueOf(LowercaseCharacter)); @@ -299,7 +294,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Lowercase Character. @return Require at least # lower case char */ - public int getLowercaseCharacter () + public int getLowercaseCharacter() { Integer ii = (Integer)get_Value(COLUMNNAME_LowercaseCharacter); if (ii == null) @@ -308,9 +303,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Maximum Length. - @param MaxLength - Maximum Length of Data - */ + @param MaxLength Maximum Length of Data + */ public void setMaxLength (int MaxLength) { set_Value (COLUMNNAME_MaxLength, Integer.valueOf(MaxLength)); @@ -319,7 +313,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Maximum Length. @return Maximum Length of Data */ - public int getMaxLength () + public int getMaxLength() { Integer ii = (Integer)get_Value(COLUMNNAME_MaxLength); if (ii == null) @@ -328,7 +322,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Minimum Length. - @param MinLength Minimum Length */ + @param MinLength Minimum Length + */ public void setMinLength (int MinLength) { set_Value (COLUMNNAME_MinLength, Integer.valueOf(MinLength)); @@ -336,7 +331,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Minimum Length. @return Minimum Length */ - public int getMinLength () + public int getMinLength() { Integer ii = (Integer)get_Value(COLUMNNAME_MinLength); if (ii == null) @@ -345,9 +340,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -356,7 +350,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -370,9 +364,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Non Alpha Numeric Character. - @param NonAlphaNumericCharacter - Require at least # non-alphanumeric char - */ + @param NonAlphaNumericCharacter Require at least # non-alphanumeric char + */ public void setNonAlphaNumericCharacter (int NonAlphaNumericCharacter) { set_Value (COLUMNNAME_NonAlphaNumericCharacter, Integer.valueOf(NonAlphaNumericCharacter)); @@ -381,7 +374,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Non Alpha Numeric Character. @return Require at least # non-alphanumeric char */ - public int getNonAlphaNumericCharacter () + public int getNonAlphaNumericCharacter() { Integer ii = (Integer)get_Value(COLUMNNAME_NonAlphaNumericCharacter); if (ii == null) @@ -390,9 +383,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Numerical Sequence. - @param NumericalSequence - Length of numerical sequence to validate - */ + @param NumericalSequence Length of numerical sequence to validate + */ public void setNumericalSequence (int NumericalSequence) { set_Value (COLUMNNAME_NumericalSequence, Integer.valueOf(NumericalSequence)); @@ -401,7 +393,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Numerical Sequence. @return Length of numerical sequence to validate */ - public int getNumericalSequence () + public int getNumericalSequence() { Integer ii = (Integer)get_Value(COLUMNNAME_NumericalSequence); if (ii == null) @@ -410,7 +402,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Path Dictionary. - @param PathDictionary Path Dictionary */ + @param PathDictionary Path Dictionary + */ public void setPathDictionary (String PathDictionary) { set_Value (COLUMNNAME_PathDictionary, PathDictionary); @@ -418,15 +411,14 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Path Dictionary. @return Path Dictionary */ - public String getPathDictionary () + public String getPathDictionary() { return (String)get_Value(COLUMNNAME_PathDictionary); } /** Set QWERTY Sequence. - @param QWERTYSequence - Lenght of QWERTY sequences to validate - */ + @param QWERTYSequence Lenght of QWERTY sequences to validate + */ public void setQWERTYSequence (int QWERTYSequence) { set_Value (COLUMNNAME_QWERTYSequence, Integer.valueOf(QWERTYSequence)); @@ -435,7 +427,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get QWERTY Sequence. @return Lenght of QWERTY sequences to validate */ - public int getQWERTYSequence () + public int getQWERTYSequence() { Integer ii = (Integer)get_Value(COLUMNNAME_QWERTYSequence); if (ii == null) @@ -444,9 +436,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Repeat Character Regex. - @param RepeatCharacterRegex - Length of repeated characters to validate - */ + @param RepeatCharacterRegex Length of repeated characters to validate + */ public void setRepeatCharacterRegex (int RepeatCharacterRegex) { set_Value (COLUMNNAME_RepeatCharacterRegex, Integer.valueOf(RepeatCharacterRegex)); @@ -455,7 +446,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Repeat Character Regex. @return Length of repeated characters to validate */ - public int getRepeatCharacterRegex () + public int getRepeatCharacterRegex() { Integer ii = (Integer)get_Value(COLUMNNAME_RepeatCharacterRegex); if (ii == null) @@ -464,9 +455,8 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Uppercase Character. - @param UppercaseCharacter - Require at least # upper case char - */ + @param UppercaseCharacter Require at least # upper case char + */ public void setUppercaseCharacter (int UppercaseCharacter) { set_Value (COLUMNNAME_UppercaseCharacter, Integer.valueOf(UppercaseCharacter)); @@ -475,7 +465,7 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis /** Get Uppercase Character. @return Require at least # upper case char */ - public int getUppercaseCharacter () + public int getUppercaseCharacter() { Integer ii = (Integer)get_Value(COLUMNNAME_UppercaseCharacter); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Password_History.java b/org.adempiere.base/src/org/compiere/model/X_AD_Password_History.java index edd39ee79b..b0ca94298f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Password_History.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Password_History.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for AD_Password_History * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Password_History") public class X_AD_Password_History extends PO implements I_AD_Password_History, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Password_History extends PO implements I_AD_Password_History, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Password_History (Properties ctx, int AD_Password_History_ID, String trxName) @@ -72,18 +72,19 @@ public class X_AD_Password_History extends PO implements I_AD_Password_History, } /** Set Password History ID. - @param AD_Password_History_ID Password History ID */ + @param AD_Password_History_ID Password History ID + */ public void setAD_Password_History_ID (int AD_Password_History_ID) { - if (AD_Password_History_ID < 1) + if (AD_Password_History_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Password_History_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Password_History_ID, Integer.valueOf(AD_Password_History_ID)); } /** Get Password History ID. @return Password History ID */ - public int getAD_Password_History_ID () + public int getAD_Password_History_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Password_History_ID); if (ii == null) @@ -92,7 +93,8 @@ public class X_AD_Password_History extends PO implements I_AD_Password_History, } /** Set AD_Password_History_UU. - @param AD_Password_History_UU AD_Password_History_UU */ + @param AD_Password_History_UU AD_Password_History_UU + */ public void setAD_Password_History_UU (String AD_Password_History_UU) { set_ValueNoCheck (COLUMNNAME_AD_Password_History_UU, AD_Password_History_UU); @@ -100,7 +102,7 @@ public class X_AD_Password_History extends PO implements I_AD_Password_History, /** Get AD_Password_History_UU. @return AD_Password_History_UU */ - public String getAD_Password_History_UU () + public String getAD_Password_History_UU() { return (String)get_Value(COLUMNNAME_AD_Password_History_UU); } @@ -112,21 +114,20 @@ public class X_AD_Password_History extends PO implements I_AD_Password_History, } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -135,7 +136,8 @@ public class X_AD_Password_History extends PO implements I_AD_Password_History, } /** Set Date Password Changed. - @param DatePasswordChanged Date Password Changed */ + @param DatePasswordChanged Date Password Changed + */ public void setDatePasswordChanged (Timestamp DatePasswordChanged) { set_Value (COLUMNNAME_DatePasswordChanged, DatePasswordChanged); @@ -143,15 +145,14 @@ public class X_AD_Password_History extends PO implements I_AD_Password_History, /** Get Date Password Changed. @return Date Password Changed */ - public Timestamp getDatePasswordChanged () + public Timestamp getDatePasswordChanged() { return (Timestamp)get_Value(COLUMNNAME_DatePasswordChanged); } /** Set Password. - @param Password - Password of any length (case sensitive) - */ + @param Password Password of any length (case sensitive) + */ public void setPassword (String Password) { set_Value (COLUMNNAME_Password, Password); @@ -160,15 +161,14 @@ public class X_AD_Password_History extends PO implements I_AD_Password_History, /** Get Password. @return Password of any length (case sensitive) */ - public String getPassword () + public String getPassword() { return (String)get_Value(COLUMNNAME_Password); } /** Set Salt. - @param Salt - Random data added to improve password hash effectiveness - */ + @param Salt Random data added to improve password hash effectiveness + */ public void setSalt (String Salt) { set_ValueNoCheck (COLUMNNAME_Salt, Salt); @@ -177,7 +177,7 @@ public class X_AD_Password_History extends PO implements I_AD_Password_History, /** Get Salt. @return Random data added to improve password hash effectiveness */ - public String getSalt () + public String getSalt() { return (String)get_Value(COLUMNNAME_Salt); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PostIt.java b/org.adempiere.base/src/org/compiere/model/X_AD_PostIt.java index 78765346c7..d8df972e66 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PostIt.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PostIt.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_PostIt * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PostIt") public class X_AD_PostIt extends PO implements I_AD_PostIt, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_PostIt extends PO implements I_AD_PostIt, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PostIt (Properties ctx, int AD_PostIt_ID, String trxName) @@ -71,18 +71,19 @@ public class X_AD_PostIt extends PO implements I_AD_PostIt, I_Persistent } /** Set Post-it. - @param AD_PostIt_ID Post-it */ + @param AD_PostIt_ID Post-it + */ public void setAD_PostIt_ID (int AD_PostIt_ID) { - if (AD_PostIt_ID < 1) + if (AD_PostIt_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PostIt_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PostIt_ID, Integer.valueOf(AD_PostIt_ID)); } /** Get Post-it. @return Post-it */ - public int getAD_PostIt_ID () + public int getAD_PostIt_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PostIt_ID); if (ii == null) @@ -91,7 +92,8 @@ public class X_AD_PostIt extends PO implements I_AD_PostIt, I_Persistent } /** Set AD_PostIt_UU. - @param AD_PostIt_UU AD_PostIt_UU */ + @param AD_PostIt_UU AD_PostIt_UU + */ public void setAD_PostIt_UU (String AD_PostIt_UU) { set_Value (COLUMNNAME_AD_PostIt_UU, AD_PostIt_UU); @@ -99,7 +101,7 @@ public class X_AD_PostIt extends PO implements I_AD_PostIt, I_Persistent /** Get AD_PostIt_UU. @return AD_PostIt_UU */ - public String getAD_PostIt_UU () + public String getAD_PostIt_UU() { return (String)get_Value(COLUMNNAME_AD_PostIt_UU); } @@ -111,21 +113,20 @@ public class X_AD_PostIt extends PO implements I_AD_PostIt, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -134,21 +135,20 @@ public class X_AD_PostIt extends PO implements I_AD_PostIt, I_Persistent } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_Value (COLUMNNAME_Record_ID, null); - else + else set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -157,7 +157,8 @@ public class X_AD_PostIt extends PO implements I_AD_PostIt, I_Persistent } /** Set Description. - @param Text Description */ + @param Text Description + */ public void setText (String Text) { set_Value (COLUMNNAME_Text, Text); @@ -165,7 +166,7 @@ public class X_AD_PostIt extends PO implements I_AD_PostIt, I_Persistent /** Get Description. @return Description */ - public String getText () + public String getText() { return (String)get_Value(COLUMNNAME_Text); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Preference.java b/org.adempiere.base/src/org/compiere/model/X_AD_Preference.java index dcfe005fac..fce74ee010 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Preference.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Preference.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Preference * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Preference") public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Preference (Properties ctx, int AD_Preference_ID, String trxName) @@ -82,21 +82,20 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent } /** Set Info Window. - @param AD_InfoWindow_ID - Info and search/select Window - */ + @param AD_InfoWindow_ID Info and search/select Window + */ public void setAD_InfoWindow_ID (int AD_InfoWindow_ID) { - if (AD_InfoWindow_ID < 1) + if (AD_InfoWindow_ID < 1) set_Value (COLUMNNAME_AD_InfoWindow_ID, null); - else + else set_Value (COLUMNNAME_AD_InfoWindow_ID, Integer.valueOf(AD_InfoWindow_ID)); } /** Get Info Window. @return Info and search/select Window */ - public int getAD_InfoWindow_ID () + public int getAD_InfoWindow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoWindow_ID); if (ii == null) @@ -105,21 +104,20 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent } /** Set Preference. - @param AD_Preference_ID - Personal Value Preference - */ + @param AD_Preference_ID Personal Value Preference + */ public void setAD_Preference_ID (int AD_Preference_ID) { - if (AD_Preference_ID < 1) + if (AD_Preference_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Preference_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Preference_ID, Integer.valueOf(AD_Preference_ID)); } /** Get Preference. @return Personal Value Preference */ - public int getAD_Preference_ID () + public int getAD_Preference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Preference_ID); if (ii == null) @@ -128,7 +126,8 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent } /** Set AD_Preference_UU. - @param AD_Preference_UU AD_Preference_UU */ + @param AD_Preference_UU AD_Preference_UU + */ public void setAD_Preference_UU (String AD_Preference_UU) { set_Value (COLUMNNAME_AD_Preference_UU, AD_Preference_UU); @@ -136,7 +135,7 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent /** Get AD_Preference_UU. @return AD_Preference_UU */ - public String getAD_Preference_UU () + public String getAD_Preference_UU() { return (String)get_Value(COLUMNNAME_AD_Preference_UU); } @@ -148,21 +147,20 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -177,21 +175,20 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -206,21 +203,20 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -229,7 +225,8 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent } /** Set Attribute. - @param Attribute Attribute */ + @param Attribute Attribute + */ public void setAttribute (String Attribute) { set_Value (COLUMNNAME_Attribute, Attribute); @@ -237,7 +234,7 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent /** Get Attribute. @return Attribute */ - public String getAttribute () + public String getAttribute() { return (String)get_Value(COLUMNNAME_Attribute); } @@ -257,9 +254,8 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent /** Window = W */ public static final String PREFERENCEFOR_Window = "W"; /** Set Preference For. - @param PreferenceFor - Type of preference, it can window, info window or parameter process - */ + @param PreferenceFor Type of preference, it can window, info window or parameter process + */ public void setPreferenceFor (String PreferenceFor) { @@ -269,15 +265,14 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent /** Get Preference For. @return Type of preference, it can window, info window or parameter process */ - public String getPreferenceFor () + public String getPreferenceFor() { return (String)get_Value(COLUMNNAME_PreferenceFor); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -286,7 +281,7 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintColor.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintColor.java index 999e4cf330..252d172ee2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintColor.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintColor.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintColor * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PrintColor") public class X_AD_PrintColor extends PO implements I_AD_PrintColor, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_PrintColor extends PO implements I_AD_PrintColor, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PrintColor (Properties ctx, int AD_PrintColor_ID, String trxName) @@ -75,21 +75,20 @@ public class X_AD_PrintColor extends PO implements I_AD_PrintColor, I_Persistent } /** Set Print Color. - @param AD_PrintColor_ID - Color used for printing and display - */ + @param AD_PrintColor_ID Color used for printing and display + */ public void setAD_PrintColor_ID (int AD_PrintColor_ID) { - if (AD_PrintColor_ID < 1) + if (AD_PrintColor_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PrintColor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PrintColor_ID, Integer.valueOf(AD_PrintColor_ID)); } /** Get Print Color. @return Color used for printing and display */ - public int getAD_PrintColor_ID () + public int getAD_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintColor_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_AD_PrintColor extends PO implements I_AD_PrintColor, I_Persistent } /** Set AD_PrintColor_UU. - @param AD_PrintColor_UU AD_PrintColor_UU */ + @param AD_PrintColor_UU AD_PrintColor_UU + */ public void setAD_PrintColor_UU (String AD_PrintColor_UU) { set_Value (COLUMNNAME_AD_PrintColor_UU, AD_PrintColor_UU); @@ -106,15 +106,14 @@ public class X_AD_PrintColor extends PO implements I_AD_PrintColor, I_Persistent /** Get AD_PrintColor_UU. @return AD_PrintColor_UU */ - public String getAD_PrintColor_UU () + public String getAD_PrintColor_UU() { return (String)get_Value(COLUMNNAME_AD_PrintColor_UU); } /** Set Validation code. - @param Code - Validation Code - */ + @param Code Validation Code + */ public void setCode (String Code) { set_Value (COLUMNNAME_Code, Code); @@ -123,15 +122,14 @@ public class X_AD_PrintColor extends PO implements I_AD_PrintColor, I_Persistent /** Get Validation code. @return Validation Code */ - public String getCode () + public String getCode() { return (String)get_Value(COLUMNNAME_Code); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -140,7 +138,7 @@ public class X_AD_PrintColor extends PO implements I_AD_PrintColor, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -153,9 +151,8 @@ public class X_AD_PrintColor extends PO implements I_AD_PrintColor, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -164,7 +161,7 @@ public class X_AD_PrintColor extends PO implements I_AD_PrintColor, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintFont.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintFont.java index 4abea392a6..800cdde5eb 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintFont.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintFont.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintFont * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PrintFont") public class X_AD_PrintFont extends PO implements I_AD_PrintFont, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_PrintFont extends PO implements I_AD_PrintFont, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PrintFont (Properties ctx, int AD_PrintFont_ID, String trxName) @@ -75,21 +75,20 @@ public class X_AD_PrintFont extends PO implements I_AD_PrintFont, I_Persistent } /** Set Print Font. - @param AD_PrintFont_ID - Maintain Print Font - */ + @param AD_PrintFont_ID Maintain Print Font + */ public void setAD_PrintFont_ID (int AD_PrintFont_ID) { - if (AD_PrintFont_ID < 1) + if (AD_PrintFont_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PrintFont_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PrintFont_ID, Integer.valueOf(AD_PrintFont_ID)); } /** Get Print Font. @return Maintain Print Font */ - public int getAD_PrintFont_ID () + public int getAD_PrintFont_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFont_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_AD_PrintFont extends PO implements I_AD_PrintFont, I_Persistent } /** Set AD_PrintFont_UU. - @param AD_PrintFont_UU AD_PrintFont_UU */ + @param AD_PrintFont_UU AD_PrintFont_UU + */ public void setAD_PrintFont_UU (String AD_PrintFont_UU) { set_Value (COLUMNNAME_AD_PrintFont_UU, AD_PrintFont_UU); @@ -106,15 +106,14 @@ public class X_AD_PrintFont extends PO implements I_AD_PrintFont, I_Persistent /** Get AD_PrintFont_UU. @return AD_PrintFont_UU */ - public String getAD_PrintFont_UU () + public String getAD_PrintFont_UU() { return (String)get_Value(COLUMNNAME_AD_PrintFont_UU); } /** Set Validation code. - @param Code - Validation Code - */ + @param Code Validation Code + */ public void setCode (String Code) { set_Value (COLUMNNAME_Code, Code); @@ -123,15 +122,14 @@ public class X_AD_PrintFont extends PO implements I_AD_PrintFont, I_Persistent /** Get Validation code. @return Validation Code */ - public String getCode () + public String getCode() { return (String)get_Value(COLUMNNAME_Code); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -140,7 +138,7 @@ public class X_AD_PrintFont extends PO implements I_AD_PrintFont, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -153,9 +151,8 @@ public class X_AD_PrintFont extends PO implements I_AD_PrintFont, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -164,7 +161,7 @@ public class X_AD_PrintFont extends PO implements I_AD_PrintFont, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintForm.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintForm.java index 5fa1ede774..6d6ef49de6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintForm.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintForm.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintForm * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PrintForm") public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PrintForm (Properties ctx, int AD_PrintForm_ID, String trxName) @@ -73,21 +73,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Print Form. - @param AD_PrintForm_ID - Form - */ + @param AD_PrintForm_ID Form + */ public void setAD_PrintForm_ID (int AD_PrintForm_ID) { - if (AD_PrintForm_ID < 1) + if (AD_PrintForm_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PrintForm_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PrintForm_ID, Integer.valueOf(AD_PrintForm_ID)); } /** Get Print Form. @return Form */ - public int getAD_PrintForm_ID () + public int getAD_PrintForm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintForm_ID); if (ii == null) @@ -96,7 +95,8 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set AD_PrintForm_UU. - @param AD_PrintForm_UU AD_PrintForm_UU */ + @param AD_PrintForm_UU AD_PrintForm_UU + */ public void setAD_PrintForm_UU (String AD_PrintForm_UU) { set_Value (COLUMNNAME_AD_PrintForm_UU, AD_PrintForm_UU); @@ -104,15 +104,14 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent /** Get AD_PrintForm_UU. @return AD_PrintForm_UU */ - public String getAD_PrintForm_UU () + public String getAD_PrintForm_UU() { return (String)get_Value(COLUMNNAME_AD_PrintForm_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -121,7 +120,7 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -133,21 +132,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Distribution Order Mail Text. - @param Distrib_Order_MailText_ID - Email text used for sending Distribution Order - */ + @param Distrib_Order_MailText_ID Email text used for sending Distribution Order + */ public void setDistrib_Order_MailText_ID (int Distrib_Order_MailText_ID) { - if (Distrib_Order_MailText_ID < 1) + if (Distrib_Order_MailText_ID < 1) set_Value (COLUMNNAME_Distrib_Order_MailText_ID, null); - else + else set_Value (COLUMNNAME_Distrib_Order_MailText_ID, Integer.valueOf(Distrib_Order_MailText_ID)); } /** Get Distribution Order Mail Text. @return Email text used for sending Distribution Order */ - public int getDistrib_Order_MailText_ID () + public int getDistrib_Order_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Distrib_Order_MailText_ID); if (ii == null) @@ -162,21 +160,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Distribution Order Print Format. - @param Distrib_Order_PrintFormat_ID - Print Format for printing Distribution Order - */ + @param Distrib_Order_PrintFormat_ID Print Format for printing Distribution Order + */ public void setDistrib_Order_PrintFormat_ID (int Distrib_Order_PrintFormat_ID) { - if (Distrib_Order_PrintFormat_ID < 1) + if (Distrib_Order_PrintFormat_ID < 1) set_Value (COLUMNNAME_Distrib_Order_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_Distrib_Order_PrintFormat_ID, Integer.valueOf(Distrib_Order_PrintFormat_ID)); } /** Get Distribution Order Print Format. @return Print Format for printing Distribution Order */ - public int getDistrib_Order_PrintFormat_ID () + public int getDistrib_Order_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Distrib_Order_PrintFormat_ID); if (ii == null) @@ -191,21 +188,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Invoice Mail Text. - @param Invoice_MailText_ID - Email text used for sending invoices - */ + @param Invoice_MailText_ID Email text used for sending invoices + */ public void setInvoice_MailText_ID (int Invoice_MailText_ID) { - if (Invoice_MailText_ID < 1) + if (Invoice_MailText_ID < 1) set_Value (COLUMNNAME_Invoice_MailText_ID, null); - else + else set_Value (COLUMNNAME_Invoice_MailText_ID, Integer.valueOf(Invoice_MailText_ID)); } /** Get Invoice Mail Text. @return Email text used for sending invoices */ - public int getInvoice_MailText_ID () + public int getInvoice_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Invoice_MailText_ID); if (ii == null) @@ -220,21 +216,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Invoice Print Format. - @param Invoice_PrintFormat_ID - Print Format for printing Invoices - */ + @param Invoice_PrintFormat_ID Print Format for printing Invoices + */ public void setInvoice_PrintFormat_ID (int Invoice_PrintFormat_ID) { - if (Invoice_PrintFormat_ID < 1) + if (Invoice_PrintFormat_ID < 1) set_Value (COLUMNNAME_Invoice_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_Invoice_PrintFormat_ID, Integer.valueOf(Invoice_PrintFormat_ID)); } /** Get Invoice Print Format. @return Print Format for printing Invoices */ - public int getInvoice_PrintFormat_ID () + public int getInvoice_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Invoice_PrintFormat_ID); if (ii == null) @@ -249,21 +244,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Manufacturing Order Mail Text. - @param Manuf_Order_MailText_ID - Email text used for sending Manufacturing Order - */ + @param Manuf_Order_MailText_ID Email text used for sending Manufacturing Order + */ public void setManuf_Order_MailText_ID (int Manuf_Order_MailText_ID) { - if (Manuf_Order_MailText_ID < 1) + if (Manuf_Order_MailText_ID < 1) set_Value (COLUMNNAME_Manuf_Order_MailText_ID, null); - else + else set_Value (COLUMNNAME_Manuf_Order_MailText_ID, Integer.valueOf(Manuf_Order_MailText_ID)); } /** Get Manufacturing Order Mail Text. @return Email text used for sending Manufacturing Order */ - public int getManuf_Order_MailText_ID () + public int getManuf_Order_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Manuf_Order_MailText_ID); if (ii == null) @@ -278,21 +272,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Manufacturing Order Print Format. - @param Manuf_Order_PrintFormat_ID - Print Format for printing Manufacturing Order - */ + @param Manuf_Order_PrintFormat_ID Print Format for printing Manufacturing Order + */ public void setManuf_Order_PrintFormat_ID (int Manuf_Order_PrintFormat_ID) { - if (Manuf_Order_PrintFormat_ID < 1) + if (Manuf_Order_PrintFormat_ID < 1) set_Value (COLUMNNAME_Manuf_Order_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_Manuf_Order_PrintFormat_ID, Integer.valueOf(Manuf_Order_PrintFormat_ID)); } /** Get Manufacturing Order Print Format. @return Print Format for printing Manufacturing Order */ - public int getManuf_Order_PrintFormat_ID () + public int getManuf_Order_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Manuf_Order_PrintFormat_ID); if (ii == null) @@ -301,9 +294,8 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -312,7 +304,7 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -332,21 +324,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Order Mail Text. - @param Order_MailText_ID - Email text used for sending order acknowledgements or quotations - */ + @param Order_MailText_ID Email text used for sending order acknowledgements or quotations + */ public void setOrder_MailText_ID (int Order_MailText_ID) { - if (Order_MailText_ID < 1) + if (Order_MailText_ID < 1) set_Value (COLUMNNAME_Order_MailText_ID, null); - else + else set_Value (COLUMNNAME_Order_MailText_ID, Integer.valueOf(Order_MailText_ID)); } /** Get Order Mail Text. @return Email text used for sending order acknowledgements or quotations */ - public int getOrder_MailText_ID () + public int getOrder_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Order_MailText_ID); if (ii == null) @@ -361,21 +352,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Order Print Format. - @param Order_PrintFormat_ID - Print Format for Orders, Quotes, Offers - */ + @param Order_PrintFormat_ID Print Format for Orders, Quotes, Offers + */ public void setOrder_PrintFormat_ID (int Order_PrintFormat_ID) { - if (Order_PrintFormat_ID < 1) + if (Order_PrintFormat_ID < 1) set_Value (COLUMNNAME_Order_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_Order_PrintFormat_ID, Integer.valueOf(Order_PrintFormat_ID)); } /** Get Order Print Format. @return Print Format for Orders, Quotes, Offers */ - public int getOrder_PrintFormat_ID () + public int getOrder_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Order_PrintFormat_ID); if (ii == null) @@ -390,21 +380,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Project Mail Text. - @param Project_MailText_ID - Standard text for Project EMails - */ + @param Project_MailText_ID Standard text for Project EMails + */ public void setProject_MailText_ID (int Project_MailText_ID) { - if (Project_MailText_ID < 1) + if (Project_MailText_ID < 1) set_Value (COLUMNNAME_Project_MailText_ID, null); - else + else set_Value (COLUMNNAME_Project_MailText_ID, Integer.valueOf(Project_MailText_ID)); } /** Get Project Mail Text. @return Standard text for Project EMails */ - public int getProject_MailText_ID () + public int getProject_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Project_MailText_ID); if (ii == null) @@ -419,21 +408,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Project Print Format. - @param Project_PrintFormat_ID - Standard Project Print Format - */ + @param Project_PrintFormat_ID Standard Project Print Format + */ public void setProject_PrintFormat_ID (int Project_PrintFormat_ID) { - if (Project_PrintFormat_ID < 1) + if (Project_PrintFormat_ID < 1) set_Value (COLUMNNAME_Project_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_Project_PrintFormat_ID, Integer.valueOf(Project_PrintFormat_ID)); } /** Get Project Print Format. @return Standard Project Print Format */ - public int getProject_PrintFormat_ID () + public int getProject_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Project_PrintFormat_ID); if (ii == null) @@ -448,21 +436,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Remittance Mail Text. - @param Remittance_MailText_ID - Email text used for sending payment remittances - */ + @param Remittance_MailText_ID Email text used for sending payment remittances + */ public void setRemittance_MailText_ID (int Remittance_MailText_ID) { - if (Remittance_MailText_ID < 1) + if (Remittance_MailText_ID < 1) set_Value (COLUMNNAME_Remittance_MailText_ID, null); - else + else set_Value (COLUMNNAME_Remittance_MailText_ID, Integer.valueOf(Remittance_MailText_ID)); } /** Get Remittance Mail Text. @return Email text used for sending payment remittances */ - public int getRemittance_MailText_ID () + public int getRemittance_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Remittance_MailText_ID); if (ii == null) @@ -477,21 +464,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Remittance Print Format. - @param Remittance_PrintFormat_ID - Print Format for separate Remittances - */ + @param Remittance_PrintFormat_ID Print Format for separate Remittances + */ public void setRemittance_PrintFormat_ID (int Remittance_PrintFormat_ID) { - if (Remittance_PrintFormat_ID < 1) + if (Remittance_PrintFormat_ID < 1) set_Value (COLUMNNAME_Remittance_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_Remittance_PrintFormat_ID, Integer.valueOf(Remittance_PrintFormat_ID)); } /** Get Remittance Print Format. @return Print Format for separate Remittances */ - public int getRemittance_PrintFormat_ID () + public int getRemittance_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Remittance_PrintFormat_ID); if (ii == null) @@ -506,21 +492,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Shipment Mail Text. - @param Shipment_MailText_ID - Email text used for sending delivery notes - */ + @param Shipment_MailText_ID Email text used for sending delivery notes + */ public void setShipment_MailText_ID (int Shipment_MailText_ID) { - if (Shipment_MailText_ID < 1) + if (Shipment_MailText_ID < 1) set_Value (COLUMNNAME_Shipment_MailText_ID, null); - else + else set_Value (COLUMNNAME_Shipment_MailText_ID, Integer.valueOf(Shipment_MailText_ID)); } /** Get Shipment Mail Text. @return Email text used for sending delivery notes */ - public int getShipment_MailText_ID () + public int getShipment_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Shipment_MailText_ID); if (ii == null) @@ -535,21 +520,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent } /** Set Shipment Print Format. - @param Shipment_PrintFormat_ID - Print Format for Shipments, Receipts, Pick Lists - */ + @param Shipment_PrintFormat_ID Print Format for Shipments, Receipts, Pick Lists + */ public void setShipment_PrintFormat_ID (int Shipment_PrintFormat_ID) { - if (Shipment_PrintFormat_ID < 1) + if (Shipment_PrintFormat_ID < 1) set_Value (COLUMNNAME_Shipment_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_Shipment_PrintFormat_ID, Integer.valueOf(Shipment_PrintFormat_ID)); } /** Get Shipment Print Format. @return Print Format for Shipments, Receipts, Pick Lists */ - public int getShipment_PrintFormat_ID () + public int getShipment_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Shipment_PrintFormat_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormat.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormat.java index 58a56b2b03..812a1cb5c0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormat.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormat.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintFormat * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PrintFormat") public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PrintFormat (Properties ctx, int AD_PrintFormat_ID, String trxName) @@ -94,21 +94,20 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Print Color. - @param AD_PrintColor_ID - Color used for printing and display - */ + @param AD_PrintColor_ID Color used for printing and display + */ public void setAD_PrintColor_ID (int AD_PrintColor_ID) { - if (AD_PrintColor_ID < 1) + if (AD_PrintColor_ID < 1) set_Value (COLUMNNAME_AD_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintColor_ID, Integer.valueOf(AD_PrintColor_ID)); } /** Get Print Color. @return Color used for printing and display */ - public int getAD_PrintColor_ID () + public int getAD_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintColor_ID); if (ii == null) @@ -123,21 +122,20 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Print Font. - @param AD_PrintFont_ID - Maintain Print Font - */ + @param AD_PrintFont_ID Maintain Print Font + */ public void setAD_PrintFont_ID (int AD_PrintFont_ID) { - if (AD_PrintFont_ID < 1) + if (AD_PrintFont_ID < 1) set_Value (COLUMNNAME_AD_PrintFont_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFont_ID, Integer.valueOf(AD_PrintFont_ID)); } /** Get Print Font. @return Maintain Print Font */ - public int getAD_PrintFont_ID () + public int getAD_PrintFont_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFont_ID); if (ii == null) @@ -146,21 +144,20 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Print Format. - @param AD_PrintFormat_ID - Data Print Format - */ + @param AD_PrintFormat_ID Data Print Format + */ public void setAD_PrintFormat_ID (int AD_PrintFormat_ID) { - if (AD_PrintFormat_ID < 1) + if (AD_PrintFormat_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PrintFormat_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PrintFormat_ID, Integer.valueOf(AD_PrintFormat_ID)); } /** Get Print Format. @return Data Print Format */ - public int getAD_PrintFormat_ID () + public int getAD_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormat_ID); if (ii == null) @@ -169,7 +166,8 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set AD_PrintFormat_UU. - @param AD_PrintFormat_UU AD_PrintFormat_UU */ + @param AD_PrintFormat_UU AD_PrintFormat_UU + */ public void setAD_PrintFormat_UU (String AD_PrintFormat_UU) { set_Value (COLUMNNAME_AD_PrintFormat_UU, AD_PrintFormat_UU); @@ -177,7 +175,7 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste /** Get AD_PrintFormat_UU. @return AD_PrintFormat_UU */ - public String getAD_PrintFormat_UU () + public String getAD_PrintFormat_UU() { return (String)get_Value(COLUMNNAME_AD_PrintFormat_UU); } @@ -189,18 +187,19 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Print Header/Footer. - @param AD_PrintHeaderFooter_ID Print Header/Footer */ + @param AD_PrintHeaderFooter_ID Print Header/Footer + */ public void setAD_PrintHeaderFooter_ID (int AD_PrintHeaderFooter_ID) { - if (AD_PrintHeaderFooter_ID < 1) + if (AD_PrintHeaderFooter_ID < 1) set_Value (COLUMNNAME_AD_PrintHeaderFooter_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintHeaderFooter_ID, Integer.valueOf(AD_PrintHeaderFooter_ID)); } /** Get Print Header/Footer. @return Print Header/Footer */ - public int getAD_PrintHeaderFooter_ID () + public int getAD_PrintHeaderFooter_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintHeaderFooter_ID); if (ii == null) @@ -215,21 +214,20 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Print Paper. - @param AD_PrintPaper_ID - Printer paper definition - */ + @param AD_PrintPaper_ID Printer paper definition + */ public void setAD_PrintPaper_ID (int AD_PrintPaper_ID) { - if (AD_PrintPaper_ID < 1) + if (AD_PrintPaper_ID < 1) set_Value (COLUMNNAME_AD_PrintPaper_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintPaper_ID, Integer.valueOf(AD_PrintPaper_ID)); } /** Get Print Paper. @return Printer paper definition */ - public int getAD_PrintPaper_ID () + public int getAD_PrintPaper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintPaper_ID); if (ii == null) @@ -244,21 +242,20 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Print Table Format. - @param AD_PrintTableFormat_ID - Table Format in Reports - */ + @param AD_PrintTableFormat_ID Table Format in Reports + */ public void setAD_PrintTableFormat_ID (int AD_PrintTableFormat_ID) { - if (AD_PrintTableFormat_ID < 1) + if (AD_PrintTableFormat_ID < 1) set_Value (COLUMNNAME_AD_PrintTableFormat_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintTableFormat_ID, Integer.valueOf(AD_PrintTableFormat_ID)); } /** Get Print Table Format. @return Table Format in Reports */ - public int getAD_PrintTableFormat_ID () + public int getAD_PrintTableFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintTableFormat_ID); if (ii == null) @@ -273,21 +270,20 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Report View. - @param AD_ReportView_ID - View used to generate this report - */ + @param AD_ReportView_ID View used to generate this report + */ public void setAD_ReportView_ID (int AD_ReportView_ID) { - if (AD_ReportView_ID < 1) + if (AD_ReportView_ID < 1) set_Value (COLUMNNAME_AD_ReportView_ID, null); - else + else set_Value (COLUMNNAME_AD_ReportView_ID, Integer.valueOf(AD_ReportView_ID)); } /** Get Report View. @return View used to generate this report */ - public int getAD_ReportView_ID () + public int getAD_ReportView_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReportView_ID); if (ii == null) @@ -302,21 +298,20 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -331,21 +326,20 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -354,7 +348,8 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Create Copy. - @param CreateCopy Create Copy */ + @param CreateCopy Create Copy + */ public void setCreateCopy (String CreateCopy) { set_Value (COLUMNNAME_CreateCopy, CreateCopy); @@ -362,15 +357,14 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste /** Get Create Copy. @return Create Copy */ - public String getCreateCopy () + public String getCreateCopy() { return (String)get_Value(COLUMNNAME_CreateCopy); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -379,15 +373,14 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Footer Margin. - @param FooterMargin - Margin of the Footer in 1/72 of an inch - */ + @param FooterMargin Margin of the Footer in 1/72 of an inch + */ public void setFooterMargin (int FooterMargin) { set_Value (COLUMNNAME_FooterMargin, Integer.valueOf(FooterMargin)); @@ -396,7 +389,7 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste /** Get Footer Margin. @return Margin of the Footer in 1/72 of an inch */ - public int getFooterMargin () + public int getFooterMargin() { Integer ii = (Integer)get_Value(COLUMNNAME_FooterMargin); if (ii == null) @@ -405,9 +398,8 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Header Margin. - @param HeaderMargin - Margin of the Header in 1/72 of an inch - */ + @param HeaderMargin Margin of the Header in 1/72 of an inch + */ public void setHeaderMargin (int HeaderMargin) { set_Value (COLUMNNAME_HeaderMargin, Integer.valueOf(HeaderMargin)); @@ -416,7 +408,7 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste /** Get Header Margin. @return Margin of the Header in 1/72 of an inch */ - public int getHeaderMargin () + public int getHeaderMargin() { Integer ii = (Integer)get_Value(COLUMNNAME_HeaderMargin); if (ii == null) @@ -425,9 +417,8 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Page break per record. - @param IsBreakPagePerRecord - Page Break after each record - */ + @param IsBreakPagePerRecord Page Break after each record + */ public void setIsBreakPagePerRecord (boolean IsBreakPagePerRecord) { set_Value (COLUMNNAME_IsBreakPagePerRecord, Boolean.valueOf(IsBreakPagePerRecord)); @@ -436,7 +427,7 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste /** Get Page break per record. @return Page Break after each record */ - public boolean isBreakPagePerRecord () + public boolean isBreakPagePerRecord() { Object oo = get_Value(COLUMNNAME_IsBreakPagePerRecord); if (oo != null) @@ -449,9 +440,8 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -460,7 +450,7 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -473,9 +463,8 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Form. - @param IsForm - If Selected, a Form is printed, if not selected a columnar List report - */ + @param IsForm If Selected, a Form is printed, if not selected a columnar List report + */ public void setIsForm (boolean IsForm) { set_Value (COLUMNNAME_IsForm, Boolean.valueOf(IsForm)); @@ -484,7 +473,7 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste /** Get Form. @return If Selected, a Form is printed, if not selected a columnar List report */ - public boolean isForm () + public boolean isForm() { Object oo = get_Value(COLUMNNAME_IsForm); if (oo != null) @@ -497,9 +486,8 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Standard Header/Footer. - @param IsStandardHeaderFooter - The standard Header and Footer is used - */ + @param IsStandardHeaderFooter The standard Header and Footer is used + */ public void setIsStandardHeaderFooter (boolean IsStandardHeaderFooter) { set_Value (COLUMNNAME_IsStandardHeaderFooter, Boolean.valueOf(IsStandardHeaderFooter)); @@ -508,7 +496,7 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste /** Get Standard Header/Footer. @return The standard Header and Footer is used */ - public boolean isStandardHeaderFooter () + public boolean isStandardHeaderFooter() { Object oo = get_Value(COLUMNNAME_IsStandardHeaderFooter); if (oo != null) @@ -521,9 +509,8 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Table Based. - @param IsTableBased - Table based List Reporting - */ + @param IsTableBased Table based List Reporting + */ public void setIsTableBased (boolean IsTableBased) { set_ValueNoCheck (COLUMNNAME_IsTableBased, Boolean.valueOf(IsTableBased)); @@ -532,7 +519,7 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste /** Get Table Based. @return Table based List Reporting */ - public boolean isTableBased () + public boolean isTableBased() { Object oo = get_Value(COLUMNNAME_IsTableBased); if (oo != null) @@ -551,21 +538,20 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Jasper Process. - @param JasperProcess_ID - The Jasper Process used by the printengine if any process defined - */ + @param JasperProcess_ID The Jasper Process used by the printengine if any process defined + */ public void setJasperProcess_ID (int JasperProcess_ID) { - if (JasperProcess_ID < 1) + if (JasperProcess_ID < 1) set_Value (COLUMNNAME_JasperProcess_ID, null); - else + else set_Value (COLUMNNAME_JasperProcess_ID, Integer.valueOf(JasperProcess_ID)); } /** Get Jasper Process. @return The Jasper Process used by the printengine if any process defined */ - public int getJasperProcess_ID () + public int getJasperProcess_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_JasperProcess_ID); if (ii == null) @@ -574,9 +560,8 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -585,7 +570,7 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -599,9 +584,8 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste } /** Set Printer Name. - @param PrinterName - Name of the Printer - */ + @param PrinterName Name of the Printer + */ public void setPrinterName (String PrinterName) { set_Value (COLUMNNAME_PrinterName, PrinterName); @@ -610,7 +594,7 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste /** Get Printer Name. @return Name of the Printer */ - public String getPrinterName () + public String getPrinterName() { return (String)get_Value(COLUMNNAME_PrinterName); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormatItem.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormatItem.java index 5fc55692d4..22204a9e4c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormatItem.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormatItem.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintFormatItem * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PrintFormatItem") public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PrintFormatItem (Properties ctx, int AD_PrintFormatItem_ID, String trxName) @@ -134,21 +134,20 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -163,21 +162,20 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Print Color. - @param AD_PrintColor_ID - Color used for printing and display - */ + @param AD_PrintColor_ID Color used for printing and display + */ public void setAD_PrintColor_ID (int AD_PrintColor_ID) { - if (AD_PrintColor_ID < 1) + if (AD_PrintColor_ID < 1) set_Value (COLUMNNAME_AD_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintColor_ID, Integer.valueOf(AD_PrintColor_ID)); } /** Get Print Color. @return Color used for printing and display */ - public int getAD_PrintColor_ID () + public int getAD_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintColor_ID); if (ii == null) @@ -192,21 +190,20 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Print Font. - @param AD_PrintFont_ID - Maintain Print Font - */ + @param AD_PrintFont_ID Maintain Print Font + */ public void setAD_PrintFont_ID (int AD_PrintFont_ID) { - if (AD_PrintFont_ID < 1) + if (AD_PrintFont_ID < 1) set_Value (COLUMNNAME_AD_PrintFont_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFont_ID, Integer.valueOf(AD_PrintFont_ID)); } /** Get Print Font. @return Maintain Print Font */ - public int getAD_PrintFont_ID () + public int getAD_PrintFont_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFont_ID); if (ii == null) @@ -221,21 +218,20 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Included Print Format. - @param AD_PrintFormatChild_ID - Print format that is included here. - */ + @param AD_PrintFormatChild_ID Print format that is included here. + */ public void setAD_PrintFormatChild_ID (int AD_PrintFormatChild_ID) { - if (AD_PrintFormatChild_ID < 1) + if (AD_PrintFormatChild_ID < 1) set_Value (COLUMNNAME_AD_PrintFormatChild_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFormatChild_ID, Integer.valueOf(AD_PrintFormatChild_ID)); } /** Get Included Print Format. @return Print format that is included here. */ - public int getAD_PrintFormatChild_ID () + public int getAD_PrintFormatChild_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormatChild_ID); if (ii == null) @@ -250,21 +246,20 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Print Format. - @param AD_PrintFormat_ID - Data Print Format - */ + @param AD_PrintFormat_ID Data Print Format + */ public void setAD_PrintFormat_ID (int AD_PrintFormat_ID) { - if (AD_PrintFormat_ID < 1) + if (AD_PrintFormat_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PrintFormat_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PrintFormat_ID, Integer.valueOf(AD_PrintFormat_ID)); } /** Get Print Format. @return Data Print Format */ - public int getAD_PrintFormat_ID () + public int getAD_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormat_ID); if (ii == null) @@ -273,21 +268,20 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Print Format Item. - @param AD_PrintFormatItem_ID - Item/Column in the Print format - */ + @param AD_PrintFormatItem_ID Item/Column in the Print format + */ public void setAD_PrintFormatItem_ID (int AD_PrintFormatItem_ID) { - if (AD_PrintFormatItem_ID < 1) + if (AD_PrintFormatItem_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PrintFormatItem_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PrintFormatItem_ID, Integer.valueOf(AD_PrintFormatItem_ID)); } /** Get Print Format Item. @return Item/Column in the Print format */ - public int getAD_PrintFormatItem_ID () + public int getAD_PrintFormatItem_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormatItem_ID); if (ii == null) @@ -296,7 +290,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set AD_PrintFormatItem_UU. - @param AD_PrintFormatItem_UU AD_PrintFormatItem_UU */ + @param AD_PrintFormatItem_UU AD_PrintFormatItem_UU + */ public void setAD_PrintFormatItem_UU (String AD_PrintFormatItem_UU) { set_Value (COLUMNNAME_AD_PrintFormatItem_UU, AD_PrintFormatItem_UU); @@ -304,7 +299,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get AD_PrintFormatItem_UU. @return AD_PrintFormatItem_UU */ - public String getAD_PrintFormatItem_UU () + public String getAD_PrintFormatItem_UU() { return (String)get_Value(COLUMNNAME_AD_PrintFormatItem_UU); } @@ -316,21 +311,20 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Graph. - @param AD_PrintGraph_ID - Graph included in Reports - */ + @param AD_PrintGraph_ID Graph included in Reports + */ public void setAD_PrintGraph_ID (int AD_PrintGraph_ID) { - if (AD_PrintGraph_ID < 1) + if (AD_PrintGraph_ID < 1) set_Value (COLUMNNAME_AD_PrintGraph_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintGraph_ID, Integer.valueOf(AD_PrintGraph_ID)); } /** Get Graph. @return Graph included in Reports */ - public int getAD_PrintGraph_ID () + public int getAD_PrintGraph_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintGraph_ID); if (ii == null) @@ -339,9 +333,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Arc Diameter. - @param ArcDiameter - Arc Diameter for rounded Rectangles - */ + @param ArcDiameter Arc Diameter for rounded Rectangles + */ public void setArcDiameter (int ArcDiameter) { set_Value (COLUMNNAME_ArcDiameter, Integer.valueOf(ArcDiameter)); @@ -350,7 +343,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Arc Diameter. @return Arc Diameter for rounded Rectangles */ - public int getArcDiameter () + public int getArcDiameter() { Integer ii = (Integer)get_Value(COLUMNNAME_ArcDiameter); if (ii == null) @@ -417,9 +410,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** US Postal Service UCC/EAN 128 = USP */ public static final String BARCODETYPE_USPostalServiceUCCEAN128 = "USP"; /** Set Barcode Type. - @param BarcodeType - Type of barcode - */ + @param BarcodeType Type of barcode + */ public void setBarcodeType (String BarcodeType) { @@ -429,15 +421,14 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Barcode Type. @return Type of barcode */ - public String getBarcodeType () + public String getBarcodeType() { return (String)get_Value(COLUMNNAME_BarcodeType); } /** Set Below Column. - @param BelowColumn - Print this column below the column index entered - */ + @param BelowColumn Print this column below the column index entered + */ public void setBelowColumn (int BelowColumn) { set_Value (COLUMNNAME_BelowColumn, Integer.valueOf(BelowColumn)); @@ -446,7 +437,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Below Column. @return Print this column below the column index entered */ - public int getBelowColumn () + public int getBelowColumn() { Integer ii = (Integer)get_Value(COLUMNNAME_BelowColumn); if (ii == null) @@ -455,9 +446,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -466,7 +456,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } @@ -484,9 +474,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Trailing (right) = T */ public static final String FIELDALIGNMENTTYPE_TrailingRight = "T"; /** Set Field Alignment. - @param FieldAlignmentType - Field Text Alignment - */ + @param FieldAlignmentType Field Text Alignment + */ public void setFieldAlignmentType (String FieldAlignmentType) { @@ -496,15 +485,14 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Field Alignment. @return Field Text Alignment */ - public String getFieldAlignmentType () + public String getFieldAlignmentType() { return (String)get_Value(COLUMNNAME_FieldAlignmentType); } /** Set Format Pattern. - @param FormatPattern - The pattern used to format a number or date. - */ + @param FormatPattern The pattern used to format a number or date. + */ public void setFormatPattern (String FormatPattern) { set_Value (COLUMNNAME_FormatPattern, FormatPattern); @@ -513,15 +501,14 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Format Pattern. @return The pattern used to format a number or date. */ - public String getFormatPattern () + public String getFormatPattern() { return (String)get_Value(COLUMNNAME_FormatPattern); } /** Set Image attached. - @param ImageIsAttached - The image to be printed is attached to the record - */ + @param ImageIsAttached The image to be printed is attached to the record + */ public void setImageIsAttached (boolean ImageIsAttached) { set_Value (COLUMNNAME_ImageIsAttached, Boolean.valueOf(ImageIsAttached)); @@ -530,7 +517,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Image attached. @return The image to be printed is attached to the record */ - public boolean isImageIsAttached () + public boolean isImageIsAttached() { Object oo = get_Value(COLUMNNAME_ImageIsAttached); if (oo != null) @@ -543,9 +530,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Image URL. - @param ImageURL - URL of image - */ + @param ImageURL URL of image + */ public void setImageURL (String ImageURL) { set_Value (COLUMNNAME_ImageURL, ImageURL); @@ -554,24 +540,23 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Image URL. @return URL of image */ - public String getImageURL () + public String getImageURL() { return (String)get_Value(COLUMNNAME_ImageURL); } - /** Set Calculate Mean (μ). - @param IsAveraged - Calculate Average of numeric content or length - */ + /** Set Calculate Mean (μ). + @param IsAveraged Calculate Average of numeric content or length + */ public void setIsAveraged (boolean IsAveraged) { set_Value (COLUMNNAME_IsAveraged, Boolean.valueOf(IsAveraged)); } - /** Get Calculate Mean (μ). + /** Get Calculate Mean (μ). @return Calculate Average of numeric content or length */ - public boolean isAveraged () + public boolean isAveraged() { Object oo = get_Value(COLUMNNAME_IsAveraged); if (oo != null) @@ -584,9 +569,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Centrally maintained. - @param IsCentrallyMaintained - Information maintained in System Element table - */ + @param IsCentrallyMaintained Information maintained in System Element table + */ public void setIsCentrallyMaintained (boolean IsCentrallyMaintained) { set_Value (COLUMNNAME_IsCentrallyMaintained, Boolean.valueOf(IsCentrallyMaintained)); @@ -595,7 +579,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Centrally maintained. @return Information maintained in System Element table */ - public boolean isCentrallyMaintained () + public boolean isCentrallyMaintained() { Object oo = get_Value(COLUMNNAME_IsCentrallyMaintained); if (oo != null) @@ -607,19 +591,18 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ return false; } - /** Set Calculate Count (â„–). - @param IsCounted - Count number of not empty elements - */ + /** Set Calculate Count (№). + @param IsCounted Count number of not empty elements + */ public void setIsCounted (boolean IsCounted) { set_Value (COLUMNNAME_IsCounted, Boolean.valueOf(IsCounted)); } - /** Get Calculate Count (â„–). + /** Get Calculate Count (№). @return Count number of not empty elements */ - public boolean isCounted () + public boolean isCounted() { Object oo = get_Value(COLUMNNAME_IsCounted); if (oo != null) @@ -632,9 +615,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Descending. - @param IsDesc - Sort your data using a SQL Desc Order By statement - */ + @param IsDesc Sort your data using a SQL Desc Order By statement + */ public void setIsDesc (boolean IsDesc) { set_Value (COLUMNNAME_IsDesc, Boolean.valueOf(IsDesc)); @@ -643,7 +625,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Descending. @return Sort your data using a SQL Desc Order By statement */ - public boolean isDesc () + public boolean isDesc() { Object oo = get_Value(COLUMNNAME_IsDesc); if (oo != null) @@ -655,19 +637,18 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ return false; } - /** Set Calculate Deviation (σ). - @param IsDeviationCalc - Calculate Standard Deviation - */ + /** Set Calculate Deviation (σ). + @param IsDeviationCalc Calculate Standard Deviation + */ public void setIsDeviationCalc (boolean IsDeviationCalc) { set_Value (COLUMNNAME_IsDeviationCalc, Boolean.valueOf(IsDeviationCalc)); } - /** Get Calculate Deviation (σ). + /** Get Calculate Deviation (σ). @return Calculate Standard Deviation */ - public boolean isDeviationCalc () + public boolean isDeviationCalc() { Object oo = get_Value(COLUMNNAME_IsDeviationCalc); if (oo != null) @@ -680,9 +661,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Fill Shape. - @param IsFilledRectangle - Fill the shape with the color selected - */ + @param IsFilledRectangle Fill the shape with the color selected + */ public void setIsFilledRectangle (boolean IsFilledRectangle) { set_Value (COLUMNNAME_IsFilledRectangle, Boolean.valueOf(IsFilledRectangle)); @@ -691,7 +671,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Fill Shape. @return Fill the shape with the color selected */ - public boolean isFilledRectangle () + public boolean isFilledRectangle() { Object oo = get_Value(COLUMNNAME_IsFilledRectangle); if (oo != null) @@ -704,9 +684,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Fixed Width. - @param IsFixedWidth - Column has a fixed width - */ + @param IsFixedWidth Column has a fixed width + */ public void setIsFixedWidth (boolean IsFixedWidth) { set_Value (COLUMNNAME_IsFixedWidth, Boolean.valueOf(IsFixedWidth)); @@ -715,7 +694,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Fixed Width. @return Column has a fixed width */ - public boolean isFixedWidth () + public boolean isFixedWidth() { Object oo = get_Value(COLUMNNAME_IsFixedWidth); if (oo != null) @@ -728,9 +707,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Group by. - @param IsGroupBy - After a group change, totals, etc. are printed - */ + @param IsGroupBy After a group change, totals, etc. are printed + */ public void setIsGroupBy (boolean IsGroupBy) { set_Value (COLUMNNAME_IsGroupBy, Boolean.valueOf(IsGroupBy)); @@ -739,7 +717,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Group by. @return After a group change, totals, etc. are printed */ - public boolean isGroupBy () + public boolean isGroupBy() { Object oo = get_Value(COLUMNNAME_IsGroupBy); if (oo != null) @@ -752,9 +730,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set One Line Only. - @param IsHeightOneLine - If selected, only one line is printed - */ + @param IsHeightOneLine If selected, only one line is printed + */ public void setIsHeightOneLine (boolean IsHeightOneLine) { set_Value (COLUMNNAME_IsHeightOneLine, Boolean.valueOf(IsHeightOneLine)); @@ -763,7 +740,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get One Line Only. @return If selected, only one line is printed */ - public boolean isHeightOneLine () + public boolean isHeightOneLine() { Object oo = get_Value(COLUMNNAME_IsHeightOneLine); if (oo != null) @@ -776,9 +753,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Image Field. - @param IsImageField - The image is retrieved from the data column - */ + @param IsImageField The image is retrieved from the data column + */ public void setIsImageField (boolean IsImageField) { set_Value (COLUMNNAME_IsImageField, Boolean.valueOf(IsImageField)); @@ -787,7 +763,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Image Field. @return The image is retrieved from the data column */ - public boolean isImageField () + public boolean isImageField() { Object oo = get_Value(COLUMNNAME_IsImageField); if (oo != null) @@ -799,19 +775,18 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ return false; } - /** Set Calculate Maximum (↑). - @param IsMaxCalc - Calculate the maximum amount - */ + /** Set Calculate Maximum (↑). + @param IsMaxCalc Calculate the maximum amount + */ public void setIsMaxCalc (boolean IsMaxCalc) { set_Value (COLUMNNAME_IsMaxCalc, Boolean.valueOf(IsMaxCalc)); } - /** Get Calculate Maximum (↑). + /** Get Calculate Maximum (↑). @return Calculate the maximum amount */ - public boolean isMaxCalc () + public boolean isMaxCalc() { Object oo = get_Value(COLUMNNAME_IsMaxCalc); if (oo != null) @@ -823,19 +798,18 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ return false; } - /** Set Calculate Minimum (↓). - @param IsMinCalc - Calculate the minimum amount - */ + /** Set Calculate Minimum (↓). + @param IsMinCalc Calculate the minimum amount + */ public void setIsMinCalc (boolean IsMinCalc) { set_Value (COLUMNNAME_IsMinCalc, Boolean.valueOf(IsMinCalc)); } - /** Get Calculate Minimum (↓). + /** Get Calculate Minimum (↓). @return Calculate the minimum amount */ - public boolean isMinCalc () + public boolean isMinCalc() { Object oo = get_Value(COLUMNNAME_IsMinCalc); if (oo != null) @@ -848,9 +822,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Next Line. - @param IsNextLine - Print item on next line - */ + @param IsNextLine Print item on next line + */ public void setIsNextLine (boolean IsNextLine) { set_Value (COLUMNNAME_IsNextLine, Boolean.valueOf(IsNextLine)); @@ -859,7 +832,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Next Line. @return Print item on next line */ - public boolean isNextLine () + public boolean isNextLine() { Object oo = get_Value(COLUMNNAME_IsNextLine); if (oo != null) @@ -872,9 +845,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Next Page. - @param IsNextPage - The column is printed on the next page - */ + @param IsNextPage The column is printed on the next page + */ public void setIsNextPage (boolean IsNextPage) { set_Value (COLUMNNAME_IsNextPage, Boolean.valueOf(IsNextPage)); @@ -883,7 +855,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Next Page. @return The column is printed on the next page */ - public boolean isNextPage () + public boolean isNextPage() { Object oo = get_Value(COLUMNNAME_IsNextPage); if (oo != null) @@ -896,9 +868,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Order by. - @param IsOrderBy - Include in sort order - */ + @param IsOrderBy Include in sort order + */ public void setIsOrderBy (boolean IsOrderBy) { set_Value (COLUMNNAME_IsOrderBy, Boolean.valueOf(IsOrderBy)); @@ -907,7 +878,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Order by. @return Include in sort order */ - public boolean isOrderBy () + public boolean isOrderBy() { Object oo = get_Value(COLUMNNAME_IsOrderBy); if (oo != null) @@ -920,9 +891,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Page break. - @param IsPageBreak - Start with new page - */ + @param IsPageBreak Start with new page + */ public void setIsPageBreak (boolean IsPageBreak) { set_Value (COLUMNNAME_IsPageBreak, Boolean.valueOf(IsPageBreak)); @@ -931,7 +901,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Page break. @return Start with new page */ - public boolean isPageBreak () + public boolean isPageBreak() { Object oo = get_Value(COLUMNNAME_IsPageBreak); if (oo != null) @@ -944,9 +914,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Print Barcode Text. - @param IsPrintBarcodeText - Print barcode text at the bottom of barcode - */ + @param IsPrintBarcodeText Print barcode text at the bottom of barcode + */ public void setIsPrintBarcodeText (boolean IsPrintBarcodeText) { set_Value (COLUMNNAME_IsPrintBarcodeText, Boolean.valueOf(IsPrintBarcodeText)); @@ -955,7 +924,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Print Barcode Text. @return Print barcode text at the bottom of barcode */ - public boolean isPrintBarcodeText () + public boolean isPrintBarcodeText() { Object oo = get_Value(COLUMNNAME_IsPrintBarcodeText); if (oo != null) @@ -968,9 +937,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -979,7 +947,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -992,9 +960,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Print Attributes. - @param IsPrintInstanceAttributes - Print each attributes as report column instead of printing the description of attribute set instance - */ + @param IsPrintInstanceAttributes Print each attributes as report column instead of printing the description of attribute set instance + */ public void setIsPrintInstanceAttributes (boolean IsPrintInstanceAttributes) { set_Value (COLUMNNAME_IsPrintInstanceAttributes, Boolean.valueOf(IsPrintInstanceAttributes)); @@ -1003,7 +970,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Print Attributes. @return Print each attributes as report column instead of printing the description of attribute set instance */ - public boolean isPrintInstanceAttributes () + public boolean isPrintInstanceAttributes() { Object oo = get_Value(COLUMNNAME_IsPrintInstanceAttributes); if (oo != null) @@ -1016,9 +983,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Relative Position. - @param IsRelativePosition - The item is relative positioned (not absolute) - */ + @param IsRelativePosition The item is relative positioned (not absolute) + */ public void setIsRelativePosition (boolean IsRelativePosition) { set_Value (COLUMNNAME_IsRelativePosition, Boolean.valueOf(IsRelativePosition)); @@ -1027,7 +993,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Relative Position. @return The item is relative positioned (not absolute) */ - public boolean isRelativePosition () + public boolean isRelativePosition() { Object oo = get_Value(COLUMNNAME_IsRelativePosition); if (oo != null) @@ -1040,9 +1006,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Running Total. - @param IsRunningTotal - Create a running total (sum) - */ + @param IsRunningTotal Create a running total (sum) + */ public void setIsRunningTotal (boolean IsRunningTotal) { set_Value (COLUMNNAME_IsRunningTotal, Boolean.valueOf(IsRunningTotal)); @@ -1051,7 +1016,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Running Total. @return Create a running total (sum) */ - public boolean isRunningTotal () + public boolean isRunningTotal() { Object oo = get_Value(COLUMNNAME_IsRunningTotal); if (oo != null) @@ -1064,9 +1029,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Set NL Position. - @param IsSetNLPosition - Set New Line Position - */ + @param IsSetNLPosition Set New Line Position + */ public void setIsSetNLPosition (boolean IsSetNLPosition) { set_Value (COLUMNNAME_IsSetNLPosition, Boolean.valueOf(IsSetNLPosition)); @@ -1075,7 +1039,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Set NL Position. @return Set New Line Position */ - public boolean isSetNLPosition () + public boolean isSetNLPosition() { Object oo = get_Value(COLUMNNAME_IsSetNLPosition); if (oo != null) @@ -1087,19 +1051,18 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ return false; } - /** Set Calculate Sum (Σ). - @param IsSummarized - Calculate the Sum of numeric content or length - */ + /** Set Calculate Sum (Σ). + @param IsSummarized Calculate the Sum of numeric content or length + */ public void setIsSummarized (boolean IsSummarized) { set_Value (COLUMNNAME_IsSummarized, Boolean.valueOf(IsSummarized)); } - /** Get Calculate Sum (Σ). + /** Get Calculate Sum (Σ). @return Calculate the Sum of numeric content or length */ - public boolean isSummarized () + public boolean isSummarized() { Object oo = get_Value(COLUMNNAME_IsSummarized); if (oo != null) @@ -1112,9 +1075,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Suppress Null. - @param IsSuppressNull - Suppress columns or elements with NULL value - */ + @param IsSuppressNull Suppress columns or elements with NULL value + */ public void setIsSuppressNull (boolean IsSuppressNull) { set_Value (COLUMNNAME_IsSuppressNull, Boolean.valueOf(IsSuppressNull)); @@ -1123,7 +1085,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Suppress Null. @return Suppress columns or elements with NULL value */ - public boolean isSuppressNull () + public boolean isSuppressNull() { Object oo = get_Value(COLUMNNAME_IsSuppressNull); if (oo != null) @@ -1136,9 +1098,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Suppress Repeats. - @param IsSuppressRepeats - Suppress repeated elements in column. - */ + @param IsSuppressRepeats Suppress repeated elements in column. + */ public void setIsSuppressRepeats (boolean IsSuppressRepeats) { set_Value (COLUMNNAME_IsSuppressRepeats, Boolean.valueOf(IsSuppressRepeats)); @@ -1147,7 +1108,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Suppress Repeats. @return Suppress repeated elements in column. */ - public boolean isSuppressRepeats () + public boolean isSuppressRepeats() { Object oo = get_Value(COLUMNNAME_IsSuppressRepeats); if (oo != null) @@ -1159,19 +1120,18 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ return false; } - /** Set Calculate Variance (σ²). - @param IsVarianceCalc - Calculate Variance - */ + /** Set Calculate Variance (σ²). + @param IsVarianceCalc Calculate Variance + */ public void setIsVarianceCalc (boolean IsVarianceCalc) { set_Value (COLUMNNAME_IsVarianceCalc, Boolean.valueOf(IsVarianceCalc)); } - /** Get Calculate Variance (σ²). + /** Get Calculate Variance (σ²). @return Calculate Variance */ - public boolean isVarianceCalc () + public boolean isVarianceCalc() { Object oo = get_Value(COLUMNNAME_IsVarianceCalc); if (oo != null) @@ -1194,9 +1154,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** None = X */ public static final String LINEALIGNMENTTYPE_None = "X"; /** Set Line Alignment. - @param LineAlignmentType - Line Alignment - */ + @param LineAlignmentType Line Alignment + */ public void setLineAlignmentType (String LineAlignmentType) { @@ -1206,15 +1165,14 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Line Alignment. @return Line Alignment */ - public String getLineAlignmentType () + public String getLineAlignmentType() { return (String)get_Value(COLUMNNAME_LineAlignmentType); } /** Set Line Width. - @param LineWidth - Width of the lines - */ + @param LineWidth Width of the lines + */ public void setLineWidth (int LineWidth) { set_Value (COLUMNNAME_LineWidth, Integer.valueOf(LineWidth)); @@ -1223,7 +1181,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Line Width. @return Width of the lines */ - public int getLineWidth () + public int getLineWidth() { Integer ii = (Integer)get_Value(COLUMNNAME_LineWidth); if (ii == null) @@ -1232,9 +1190,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Max Height. - @param MaxHeight - Maximum Height in 1/72 if an inch - 0 = no restriction - */ + @param MaxHeight Maximum Height in 1/72 if an inch - 0 = no restriction + */ public void setMaxHeight (int MaxHeight) { set_Value (COLUMNNAME_MaxHeight, Integer.valueOf(MaxHeight)); @@ -1243,7 +1200,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Max Height. @return Maximum Height in 1/72 if an inch - 0 = no restriction */ - public int getMaxHeight () + public int getMaxHeight() { Integer ii = (Integer)get_Value(COLUMNNAME_MaxHeight); if (ii == null) @@ -1252,9 +1209,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Max Width. - @param MaxWidth - Maximum Width in 1/72 if an inch - 0 = no restriction - */ + @param MaxWidth Maximum Width in 1/72 if an inch - 0 = no restriction + */ public void setMaxWidth (int MaxWidth) { set_Value (COLUMNNAME_MaxWidth, Integer.valueOf(MaxWidth)); @@ -1263,7 +1219,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Max Width. @return Maximum Width in 1/72 if an inch - 0 = no restriction */ - public int getMaxWidth () + public int getMaxWidth() { Integer ii = (Integer)get_Value(COLUMNNAME_MaxWidth); if (ii == null) @@ -1272,9 +1228,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -1283,7 +1238,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -1305,9 +1260,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Header = H */ public static final String PRINTAREATYPE_Header = "H"; /** Set Area. - @param PrintAreaType - Print Area - */ + @param PrintAreaType Print Area + */ public void setPrintAreaType (String PrintAreaType) { @@ -1317,7 +1271,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Area. @return Print Area */ - public String getPrintAreaType () + public String getPrintAreaType() { return (String)get_Value(COLUMNNAME_PrintAreaType); } @@ -1339,9 +1293,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Text = T */ public static final String PRINTFORMATTYPE_Text = "T"; /** Set Format Type. - @param PrintFormatType - Print Format Type - */ + @param PrintFormatType Print Format Type + */ public void setPrintFormatType (String PrintFormatType) { @@ -1351,15 +1304,14 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Format Type. @return Print Format Type */ - public String getPrintFormatType () + public String getPrintFormatType() { return (String)get_Value(COLUMNNAME_PrintFormatType); } /** Set Print Text. - @param PrintName - The label text to be printed on a document or correspondence. - */ + @param PrintName The label text to be printed on a document or correspondence. + */ public void setPrintName (String PrintName) { set_Value (COLUMNNAME_PrintName, PrintName); @@ -1368,15 +1320,14 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Print Text. @return The label text to be printed on a document or correspondence. */ - public String getPrintName () + public String getPrintName() { return (String)get_Value(COLUMNNAME_PrintName); } /** Set Print Label Suffix. - @param PrintNameSuffix - The label text to be printed on a document or correspondence after the field - */ + @param PrintNameSuffix The label text to be printed on a document or correspondence after the field + */ public void setPrintNameSuffix (String PrintNameSuffix) { set_Value (COLUMNNAME_PrintNameSuffix, PrintNameSuffix); @@ -1385,15 +1336,14 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Print Label Suffix. @return The label text to be printed on a document or correspondence after the field */ - public String getPrintNameSuffix () + public String getPrintNameSuffix() { return (String)get_Value(COLUMNNAME_PrintNameSuffix); } /** Set Running Total Lines. - @param RunningTotalLines - Create Running Total Lines (page break) every x lines - */ + @param RunningTotalLines Create Running Total Lines (page break) every x lines + */ public void setRunningTotalLines (int RunningTotalLines) { set_Value (COLUMNNAME_RunningTotalLines, Integer.valueOf(RunningTotalLines)); @@ -1402,7 +1352,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Running Total Lines. @return Create Running Total Lines (page break) every x lines */ - public int getRunningTotalLines () + public int getRunningTotalLines() { Integer ii = (Integer)get_Value(COLUMNNAME_RunningTotalLines); if (ii == null) @@ -1411,9 +1361,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Script. - @param Script - Dynamic Java Language Script to calculate result - */ + @param Script Dynamic Java Language Script to calculate result + */ public void setScript (String Script) { set_Value (COLUMNNAME_Script, Script); @@ -1422,15 +1371,14 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Script. @return Dynamic Java Language Script to calculate result */ - public String getScript () + public String getScript() { return (String)get_Value(COLUMNNAME_Script); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -1439,7 +1387,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -1458,9 +1406,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Round Rectangle = R */ public static final String SHAPETYPE_RoundRectangle = "R"; /** Set Shape Type. - @param ShapeType - Type of the shape to be painted - */ + @param ShapeType Type of the shape to be painted + */ public void setShapeType (String ShapeType) { @@ -1470,15 +1417,14 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Shape Type. @return Type of the shape to be painted */ - public String getShapeType () + public String getShapeType() { return (String)get_Value(COLUMNNAME_ShapeType); } /** Set Record Sort No. - @param SortNo - Determines in what order the records are displayed - */ + @param SortNo Determines in what order the records are displayed + */ public void setSortNo (int SortNo) { set_Value (COLUMNNAME_SortNo, Integer.valueOf(SortNo)); @@ -1487,7 +1433,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Record Sort No. @return Determines in what order the records are displayed */ - public int getSortNo () + public int getSortNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SortNo); if (ii == null) @@ -1496,9 +1442,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set X Position. - @param XPosition - Absolute X (horizontal) position in 1/72 of an inch - */ + @param XPosition Absolute X (horizontal) position in 1/72 of an inch + */ public void setXPosition (int XPosition) { set_Value (COLUMNNAME_XPosition, Integer.valueOf(XPosition)); @@ -1507,7 +1452,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get X Position. @return Absolute X (horizontal) position in 1/72 of an inch */ - public int getXPosition () + public int getXPosition() { Integer ii = (Integer)get_Value(COLUMNNAME_XPosition); if (ii == null) @@ -1516,9 +1461,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set X Space. - @param XSpace - Relative X (horizontal) space in 1/72 of an inch - */ + @param XSpace Relative X (horizontal) space in 1/72 of an inch + */ public void setXSpace (int XSpace) { set_Value (COLUMNNAME_XSpace, Integer.valueOf(XSpace)); @@ -1527,7 +1471,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get X Space. @return Relative X (horizontal) space in 1/72 of an inch */ - public int getXSpace () + public int getXSpace() { Integer ii = (Integer)get_Value(COLUMNNAME_XSpace); if (ii == null) @@ -1536,9 +1480,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Y Position. - @param YPosition - Absolute Y (vertical) position in 1/72 of an inch - */ + @param YPosition Absolute Y (vertical) position in 1/72 of an inch + */ public void setYPosition (int YPosition) { set_Value (COLUMNNAME_YPosition, Integer.valueOf(YPosition)); @@ -1547,7 +1490,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Y Position. @return Absolute Y (vertical) position in 1/72 of an inch */ - public int getYPosition () + public int getYPosition() { Integer ii = (Integer)get_Value(COLUMNNAME_YPosition); if (ii == null) @@ -1556,9 +1499,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ } /** Set Y Space. - @param YSpace - Relative Y (vertical) space in 1/72 of an inch - */ + @param YSpace Relative Y (vertical) space in 1/72 of an inch + */ public void setYSpace (int YSpace) { set_Value (COLUMNNAME_YSpace, Integer.valueOf(YSpace)); @@ -1567,7 +1509,7 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ /** Get Y Space. @return Relative Y (vertical) space in 1/72 of an inch */ - public int getYSpace () + public int getYSpace() { Integer ii = (Integer)get_Value(COLUMNNAME_YSpace); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintGraph.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintGraph.java index 48d49b2af5..6af50dc160 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintGraph.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintGraph.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintGraph * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PrintGraph") public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PrintGraph (Properties ctx, int AD_PrintGraph_ID, String trxName) @@ -84,21 +84,20 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent } /** Set Print Format. - @param AD_PrintFormat_ID - Data Print Format - */ + @param AD_PrintFormat_ID Data Print Format + */ public void setAD_PrintFormat_ID (int AD_PrintFormat_ID) { - if (AD_PrintFormat_ID < 1) + if (AD_PrintFormat_ID < 1) set_Value (COLUMNNAME_AD_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFormat_ID, Integer.valueOf(AD_PrintFormat_ID)); } /** Get Print Format. @return Data Print Format */ - public int getAD_PrintFormat_ID () + public int getAD_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormat_ID); if (ii == null) @@ -107,21 +106,20 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent } /** Set Graph. - @param AD_PrintGraph_ID - Graph included in Reports - */ + @param AD_PrintGraph_ID Graph included in Reports + */ public void setAD_PrintGraph_ID (int AD_PrintGraph_ID) { - if (AD_PrintGraph_ID < 1) + if (AD_PrintGraph_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PrintGraph_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PrintGraph_ID, Integer.valueOf(AD_PrintGraph_ID)); } /** Get Graph. @return Graph included in Reports */ - public int getAD_PrintGraph_ID () + public int getAD_PrintGraph_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintGraph_ID); if (ii == null) @@ -130,7 +128,8 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent } /** Set AD_PrintGraph_UU. - @param AD_PrintGraph_UU AD_PrintGraph_UU */ + @param AD_PrintGraph_UU AD_PrintGraph_UU + */ public void setAD_PrintGraph_UU (String AD_PrintGraph_UU) { set_Value (COLUMNNAME_AD_PrintGraph_UU, AD_PrintGraph_UU); @@ -138,7 +137,7 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent /** Get AD_PrintGraph_UU. @return AD_PrintGraph_UU */ - public String getAD_PrintGraph_UU () + public String getAD_PrintGraph_UU() { return (String)get_Value(COLUMNNAME_AD_PrintGraph_UU); } @@ -150,21 +149,20 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent } /** Set Data Column 2. - @param Data1_PrintFormatItem_ID - Data Column for Line Charts - */ + @param Data1_PrintFormatItem_ID Data Column for Line Charts + */ public void setData1_PrintFormatItem_ID (int Data1_PrintFormatItem_ID) { - if (Data1_PrintFormatItem_ID < 1) + if (Data1_PrintFormatItem_ID < 1) set_Value (COLUMNNAME_Data1_PrintFormatItem_ID, null); - else + else set_Value (COLUMNNAME_Data1_PrintFormatItem_ID, Integer.valueOf(Data1_PrintFormatItem_ID)); } /** Get Data Column 2. @return Data Column for Line Charts */ - public int getData1_PrintFormatItem_ID () + public int getData1_PrintFormatItem_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Data1_PrintFormatItem_ID); if (ii == null) @@ -179,21 +177,20 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent } /** Set Data Column 3. - @param Data2_PrintFormatItem_ID - Data Column for Line Charts - */ + @param Data2_PrintFormatItem_ID Data Column for Line Charts + */ public void setData2_PrintFormatItem_ID (int Data2_PrintFormatItem_ID) { - if (Data2_PrintFormatItem_ID < 1) + if (Data2_PrintFormatItem_ID < 1) set_Value (COLUMNNAME_Data2_PrintFormatItem_ID, null); - else + else set_Value (COLUMNNAME_Data2_PrintFormatItem_ID, Integer.valueOf(Data2_PrintFormatItem_ID)); } /** Get Data Column 3. @return Data Column for Line Charts */ - public int getData2_PrintFormatItem_ID () + public int getData2_PrintFormatItem_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Data2_PrintFormatItem_ID); if (ii == null) @@ -208,21 +205,20 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent } /** Set Data Column 4. - @param Data3_PrintFormatItem_ID - Data Column for Line Charts - */ + @param Data3_PrintFormatItem_ID Data Column for Line Charts + */ public void setData3_PrintFormatItem_ID (int Data3_PrintFormatItem_ID) { - if (Data3_PrintFormatItem_ID < 1) + if (Data3_PrintFormatItem_ID < 1) set_Value (COLUMNNAME_Data3_PrintFormatItem_ID, null); - else + else set_Value (COLUMNNAME_Data3_PrintFormatItem_ID, Integer.valueOf(Data3_PrintFormatItem_ID)); } /** Get Data Column 4. @return Data Column for Line Charts */ - public int getData3_PrintFormatItem_ID () + public int getData3_PrintFormatItem_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Data3_PrintFormatItem_ID); if (ii == null) @@ -237,21 +233,20 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent } /** Set Data Column 5. - @param Data4_PrintFormatItem_ID - Data Column for Line Charts - */ + @param Data4_PrintFormatItem_ID Data Column for Line Charts + */ public void setData4_PrintFormatItem_ID (int Data4_PrintFormatItem_ID) { - if (Data4_PrintFormatItem_ID < 1) + if (Data4_PrintFormatItem_ID < 1) set_Value (COLUMNNAME_Data4_PrintFormatItem_ID, null); - else + else set_Value (COLUMNNAME_Data4_PrintFormatItem_ID, Integer.valueOf(Data4_PrintFormatItem_ID)); } /** Get Data Column 5. @return Data Column for Line Charts */ - public int getData4_PrintFormatItem_ID () + public int getData4_PrintFormatItem_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Data4_PrintFormatItem_ID); if (ii == null) @@ -266,21 +261,20 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent } /** Set Data Column. - @param Data_PrintFormatItem_ID - Data Column for Pie and Line Charts - */ + @param Data_PrintFormatItem_ID Data Column for Pie and Line Charts + */ public void setData_PrintFormatItem_ID (int Data_PrintFormatItem_ID) { - if (Data_PrintFormatItem_ID < 1) + if (Data_PrintFormatItem_ID < 1) set_Value (COLUMNNAME_Data_PrintFormatItem_ID, null); - else + else set_Value (COLUMNNAME_Data_PrintFormatItem_ID, Integer.valueOf(Data_PrintFormatItem_ID)); } /** Get Data Column. @return Data Column for Pie and Line Charts */ - public int getData_PrintFormatItem_ID () + public int getData_PrintFormatItem_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Data_PrintFormatItem_ID); if (ii == null) @@ -289,9 +283,8 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -300,7 +293,7 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -312,21 +305,20 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent } /** Set Description Column. - @param Description_PrintFormatItem_ID - Description Column for Pie/Line/Bar Charts - */ + @param Description_PrintFormatItem_ID Description Column for Pie/Line/Bar Charts + */ public void setDescription_PrintFormatItem_ID (int Description_PrintFormatItem_ID) { - if (Description_PrintFormatItem_ID < 1) + if (Description_PrintFormatItem_ID < 1) set_Value (COLUMNNAME_Description_PrintFormatItem_ID, null); - else + else set_Value (COLUMNNAME_Description_PrintFormatItem_ID, Integer.valueOf(Description_PrintFormatItem_ID)); } /** Get Description Column. @return Description Column for Pie/Line/Bar Charts */ - public int getDescription_PrintFormatItem_ID () + public int getDescription_PrintFormatItem_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Description_PrintFormatItem_ID); if (ii == null) @@ -343,9 +335,8 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent /** Pie Chart = P */ public static final String GRAPHTYPE_PieChart = "P"; /** Set Graph Type. - @param GraphType - Type of graph to be painted - */ + @param GraphType Type of graph to be painted + */ public void setGraphType (String GraphType) { @@ -355,15 +346,14 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent /** Get Graph Type. @return Type of graph to be painted */ - public String getGraphType () + public String getGraphType() { return (String)get_Value(COLUMNNAME_GraphType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -372,7 +362,7 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintHeaderFooter.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintHeaderFooter.java index 298c052343..42b040705e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintHeaderFooter.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintHeaderFooter.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintHeaderFooter * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PrintHeaderFooter") public class X_AD_PrintHeaderFooter extends PO implements I_AD_PrintHeaderFooter, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_PrintHeaderFooter extends PO implements I_AD_PrintHeaderFooter /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PrintHeaderFooter (Properties ctx, int AD_PrintHeaderFooter_ID, String trxName) @@ -74,18 +74,19 @@ public class X_AD_PrintHeaderFooter extends PO implements I_AD_PrintHeaderFooter } /** Set Print Header/Footer. - @param AD_PrintHeaderFooter_ID Print Header/Footer */ + @param AD_PrintHeaderFooter_ID Print Header/Footer + */ public void setAD_PrintHeaderFooter_ID (int AD_PrintHeaderFooter_ID) { - if (AD_PrintHeaderFooter_ID < 1) + if (AD_PrintHeaderFooter_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PrintHeaderFooter_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PrintHeaderFooter_ID, Integer.valueOf(AD_PrintHeaderFooter_ID)); } /** Get Print Header/Footer. @return Print Header/Footer */ - public int getAD_PrintHeaderFooter_ID () + public int getAD_PrintHeaderFooter_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintHeaderFooter_ID); if (ii == null) @@ -94,7 +95,8 @@ public class X_AD_PrintHeaderFooter extends PO implements I_AD_PrintHeaderFooter } /** Set AD_PrintHeaderFooter_UU. - @param AD_PrintHeaderFooter_UU AD_PrintHeaderFooter_UU */ + @param AD_PrintHeaderFooter_UU AD_PrintHeaderFooter_UU + */ public void setAD_PrintHeaderFooter_UU (String AD_PrintHeaderFooter_UU) { set_Value (COLUMNNAME_AD_PrintHeaderFooter_UU, AD_PrintHeaderFooter_UU); @@ -102,15 +104,14 @@ public class X_AD_PrintHeaderFooter extends PO implements I_AD_PrintHeaderFooter /** Get AD_PrintHeaderFooter_UU. @return AD_PrintHeaderFooter_UU */ - public String getAD_PrintHeaderFooter_UU () + public String getAD_PrintHeaderFooter_UU() { return (String)get_Value(COLUMNNAME_AD_PrintHeaderFooter_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -119,7 +120,7 @@ public class X_AD_PrintHeaderFooter extends PO implements I_AD_PrintHeaderFooter /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -133,9 +134,8 @@ public class X_AD_PrintHeaderFooter extends PO implements I_AD_PrintHeaderFooter } /** Set Source Class. - @param SourceClassName - Source Class Name - */ + @param SourceClassName Source Class Name + */ public void setSourceClassName (String SourceClassName) { set_Value (COLUMNNAME_SourceClassName, SourceClassName); @@ -144,7 +144,7 @@ public class X_AD_PrintHeaderFooter extends PO implements I_AD_PrintHeaderFooter /** Get Source Class. @return Source Class Name */ - public String getSourceClassName () + public String getSourceClassName() { return (String)get_Value(COLUMNNAME_SourceClassName); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabel.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabel.java index c947a3f923..de973a5934 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabel.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabel.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintLabel * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PrintLabel") public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PrintLabel (Properties ctx, int AD_PrintLabel_ID, String trxName) @@ -84,21 +84,20 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent } /** Set Label printer. - @param AD_LabelPrinter_ID - Label Printer Definition - */ + @param AD_LabelPrinter_ID Label Printer Definition + */ public void setAD_LabelPrinter_ID (int AD_LabelPrinter_ID) { - if (AD_LabelPrinter_ID < 1) + if (AD_LabelPrinter_ID < 1) set_Value (COLUMNNAME_AD_LabelPrinter_ID, null); - else + else set_Value (COLUMNNAME_AD_LabelPrinter_ID, Integer.valueOf(AD_LabelPrinter_ID)); } /** Get Label printer. @return Label Printer Definition */ - public int getAD_LabelPrinter_ID () + public int getAD_LabelPrinter_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_LabelPrinter_ID); if (ii == null) @@ -107,21 +106,20 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent } /** Set Print Label. - @param AD_PrintLabel_ID - Label Format to print - */ + @param AD_PrintLabel_ID Label Format to print + */ public void setAD_PrintLabel_ID (int AD_PrintLabel_ID) { - if (AD_PrintLabel_ID < 1) + if (AD_PrintLabel_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PrintLabel_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PrintLabel_ID, Integer.valueOf(AD_PrintLabel_ID)); } /** Get Print Label. @return Label Format to print */ - public int getAD_PrintLabel_ID () + public int getAD_PrintLabel_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintLabel_ID); if (ii == null) @@ -130,7 +128,8 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent } /** Set AD_PrintLabel_UU. - @param AD_PrintLabel_UU AD_PrintLabel_UU */ + @param AD_PrintLabel_UU AD_PrintLabel_UU + */ public void setAD_PrintLabel_UU (String AD_PrintLabel_UU) { set_Value (COLUMNNAME_AD_PrintLabel_UU, AD_PrintLabel_UU); @@ -138,7 +137,7 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent /** Get AD_PrintLabel_UU. @return AD_PrintLabel_UU */ - public String getAD_PrintLabel_UU () + public String getAD_PrintLabel_UU() { return (String)get_Value(COLUMNNAME_AD_PrintLabel_UU); } @@ -150,21 +149,20 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -173,9 +171,8 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -184,15 +181,14 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Landscape. - @param IsLandscape - Landscape orientation - */ + @param IsLandscape Landscape orientation + */ public void setIsLandscape (boolean IsLandscape) { set_Value (COLUMNNAME_IsLandscape, Boolean.valueOf(IsLandscape)); @@ -201,7 +197,7 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent /** Get Landscape. @return Landscape orientation */ - public boolean isLandscape () + public boolean isLandscape() { Object oo = get_Value(COLUMNNAME_IsLandscape); if (oo != null) @@ -214,9 +210,8 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent } /** Set Label Height. - @param LabelHeight - Height of the label - */ + @param LabelHeight Height of the label + */ public void setLabelHeight (int LabelHeight) { set_Value (COLUMNNAME_LabelHeight, Integer.valueOf(LabelHeight)); @@ -225,7 +220,7 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent /** Get Label Height. @return Height of the label */ - public int getLabelHeight () + public int getLabelHeight() { Integer ii = (Integer)get_Value(COLUMNNAME_LabelHeight); if (ii == null) @@ -234,9 +229,8 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent } /** Set Label Width. - @param LabelWidth - Width of the Label - */ + @param LabelWidth Width of the Label + */ public void setLabelWidth (int LabelWidth) { set_Value (COLUMNNAME_LabelWidth, Integer.valueOf(LabelWidth)); @@ -245,7 +239,7 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent /** Get Label Width. @return Width of the Label */ - public int getLabelWidth () + public int getLabelWidth() { Integer ii = (Integer)get_Value(COLUMNNAME_LabelWidth); if (ii == null) @@ -254,9 +248,8 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -265,7 +258,7 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -279,9 +272,8 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent } /** Set Printer Name. - @param PrinterName - Name of the Printer - */ + @param PrinterName Name of the Printer + */ public void setPrinterName (String PrinterName) { set_Value (COLUMNNAME_PrinterName, PrinterName); @@ -290,7 +282,7 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent /** Get Printer Name. @return Name of the Printer */ - public String getPrinterName () + public String getPrinterName() { return (String)get_Value(COLUMNNAME_PrinterName); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabelLine.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabelLine.java index dced2cef90..7d4093f4b5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabelLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabelLine.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintLabelLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PrintLabelLine") public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PrintLabelLine (Properties ctx, int AD_PrintLabelLine_ID, String trxName) @@ -86,21 +86,20 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -115,21 +114,20 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe } /** Set Label printer Function. - @param AD_LabelPrinterFunction_ID - Function of Label Printer - */ + @param AD_LabelPrinterFunction_ID Function of Label Printer + */ public void setAD_LabelPrinterFunction_ID (int AD_LabelPrinterFunction_ID) { - if (AD_LabelPrinterFunction_ID < 1) + if (AD_LabelPrinterFunction_ID < 1) set_Value (COLUMNNAME_AD_LabelPrinterFunction_ID, null); - else + else set_Value (COLUMNNAME_AD_LabelPrinterFunction_ID, Integer.valueOf(AD_LabelPrinterFunction_ID)); } /** Get Label printer Function. @return Function of Label Printer */ - public int getAD_LabelPrinterFunction_ID () + public int getAD_LabelPrinterFunction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_LabelPrinterFunction_ID); if (ii == null) @@ -144,21 +142,20 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe } /** Set Print Label. - @param AD_PrintLabel_ID - Label Format to print - */ + @param AD_PrintLabel_ID Label Format to print + */ public void setAD_PrintLabel_ID (int AD_PrintLabel_ID) { - if (AD_PrintLabel_ID < 1) + if (AD_PrintLabel_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PrintLabel_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PrintLabel_ID, Integer.valueOf(AD_PrintLabel_ID)); } /** Get Print Label. @return Label Format to print */ - public int getAD_PrintLabel_ID () + public int getAD_PrintLabel_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintLabel_ID); if (ii == null) @@ -167,21 +164,20 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe } /** Set Print Label Line. - @param AD_PrintLabelLine_ID - Print Label Line Format - */ + @param AD_PrintLabelLine_ID Print Label Line Format + */ public void setAD_PrintLabelLine_ID (int AD_PrintLabelLine_ID) { - if (AD_PrintLabelLine_ID < 1) + if (AD_PrintLabelLine_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PrintLabelLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PrintLabelLine_ID, Integer.valueOf(AD_PrintLabelLine_ID)); } /** Get Print Label Line. @return Print Label Line Format */ - public int getAD_PrintLabelLine_ID () + public int getAD_PrintLabelLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintLabelLine_ID); if (ii == null) @@ -190,7 +186,8 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe } /** Set AD_PrintLabelLine_UU. - @param AD_PrintLabelLine_UU AD_PrintLabelLine_UU */ + @param AD_PrintLabelLine_UU AD_PrintLabelLine_UU + */ public void setAD_PrintLabelLine_UU (String AD_PrintLabelLine_UU) { set_Value (COLUMNNAME_AD_PrintLabelLine_UU, AD_PrintLabelLine_UU); @@ -198,7 +195,7 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe /** Get AD_PrintLabelLine_UU. @return AD_PrintLabelLine_UU */ - public String getAD_PrintLabelLine_UU () + public String getAD_PrintLabelLine_UU() { return (String)get_Value(COLUMNNAME_AD_PrintLabelLine_UU); } @@ -210,9 +207,8 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe /** Text = T */ public static final String LABELFORMATTYPE_Text = "T"; /** Set Label Format Type. - @param LabelFormatType - Label Format Type - */ + @param LabelFormatType Label Format Type + */ public void setLabelFormatType (String LabelFormatType) { @@ -222,15 +218,14 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe /** Get Label Format Type. @return Label Format Type */ - public String getLabelFormatType () + public String getLabelFormatType() { return (String)get_Value(COLUMNNAME_LabelFormatType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -239,15 +234,14 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Print Text. - @param PrintName - The label text to be printed on a document or correspondence. - */ + @param PrintName The label text to be printed on a document or correspondence. + */ public void setPrintName (String PrintName) { set_Value (COLUMNNAME_PrintName, PrintName); @@ -256,15 +250,14 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe /** Get Print Text. @return The label text to be printed on a document or correspondence. */ - public String getPrintName () + public String getPrintName() { return (String)get_Value(COLUMNNAME_PrintName); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -273,7 +266,7 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -290,9 +283,8 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe } /** Set X Position. - @param XPosition - Absolute X (horizontal) position in 1/72 of an inch - */ + @param XPosition Absolute X (horizontal) position in 1/72 of an inch + */ public void setXPosition (int XPosition) { set_Value (COLUMNNAME_XPosition, Integer.valueOf(XPosition)); @@ -301,7 +293,7 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe /** Get X Position. @return Absolute X (horizontal) position in 1/72 of an inch */ - public int getXPosition () + public int getXPosition() { Integer ii = (Integer)get_Value(COLUMNNAME_XPosition); if (ii == null) @@ -310,9 +302,8 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe } /** Set Y Position. - @param YPosition - Absolute Y (vertical) position in 1/72 of an inch - */ + @param YPosition Absolute Y (vertical) position in 1/72 of an inch + */ public void setYPosition (int YPosition) { set_Value (COLUMNNAME_YPosition, Integer.valueOf(YPosition)); @@ -321,7 +312,7 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe /** Get Y Position. @return Absolute Y (vertical) position in 1/72 of an inch */ - public int getYPosition () + public int getYPosition() { Integer ii = (Integer)get_Value(COLUMNNAME_YPosition); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintPaper.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintPaper.java index c49f980a59..ab63672276 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintPaper.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintPaper.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintPaper * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PrintPaper") public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent { @@ -33,7 +33,7 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PrintPaper (Properties ctx, int AD_PrintPaper_ID, String trxName) @@ -88,21 +88,20 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent } /** Set Print Paper. - @param AD_PrintPaper_ID - Printer paper definition - */ + @param AD_PrintPaper_ID Printer paper definition + */ public void setAD_PrintPaper_ID (int AD_PrintPaper_ID) { - if (AD_PrintPaper_ID < 1) + if (AD_PrintPaper_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PrintPaper_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PrintPaper_ID, Integer.valueOf(AD_PrintPaper_ID)); } /** Get Print Paper. @return Printer paper definition */ - public int getAD_PrintPaper_ID () + public int getAD_PrintPaper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintPaper_ID); if (ii == null) @@ -111,7 +110,8 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent } /** Set AD_PrintPaper_UU. - @param AD_PrintPaper_UU AD_PrintPaper_UU */ + @param AD_PrintPaper_UU AD_PrintPaper_UU + */ public void setAD_PrintPaper_UU (String AD_PrintPaper_UU) { set_Value (COLUMNNAME_AD_PrintPaper_UU, AD_PrintPaper_UU); @@ -119,15 +119,14 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get AD_PrintPaper_UU. @return AD_PrintPaper_UU */ - public String getAD_PrintPaper_UU () + public String getAD_PrintPaper_UU() { return (String)get_Value(COLUMNNAME_AD_PrintPaper_UU); } /** Set Validation code. - @param Code - Validation Code - */ + @param Code Validation Code + */ public void setCode (String Code) { set_Value (COLUMNNAME_Code, Code); @@ -136,15 +135,14 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get Validation code. @return Validation Code */ - public String getCode () + public String getCode() { return (String)get_Value(COLUMNNAME_Code); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -153,7 +151,7 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -165,9 +163,8 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** MM = M */ public static final String DIMENSIONUNITS_MM = "M"; /** Set Dimension Units. - @param DimensionUnits - Units of Dimension - */ + @param DimensionUnits Units of Dimension + */ public void setDimensionUnits (String DimensionUnits) { @@ -177,15 +174,14 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get Dimension Units. @return Units of Dimension */ - public String getDimensionUnits () + public String getDimensionUnits() { return (String)get_Value(COLUMNNAME_DimensionUnits); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -194,7 +190,7 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -207,9 +203,8 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent } /** Set Landscape. - @param IsLandscape - Landscape orientation - */ + @param IsLandscape Landscape orientation + */ public void setIsLandscape (boolean IsLandscape) { set_Value (COLUMNNAME_IsLandscape, Boolean.valueOf(IsLandscape)); @@ -218,7 +213,7 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get Landscape. @return Landscape orientation */ - public boolean isLandscape () + public boolean isLandscape() { Object oo = get_Value(COLUMNNAME_IsLandscape); if (oo != null) @@ -231,9 +226,8 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent } /** Set Bottom Margin. - @param MarginBottom - Bottom Space in 1/72 inch - */ + @param MarginBottom Bottom Space in 1/72 inch + */ public void setMarginBottom (int MarginBottom) { set_Value (COLUMNNAME_MarginBottom, Integer.valueOf(MarginBottom)); @@ -242,7 +236,7 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get Bottom Margin. @return Bottom Space in 1/72 inch */ - public int getMarginBottom () + public int getMarginBottom() { Integer ii = (Integer)get_Value(COLUMNNAME_MarginBottom); if (ii == null) @@ -251,9 +245,8 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent } /** Set Left Margin. - @param MarginLeft - Left Space in 1/72 inch - */ + @param MarginLeft Left Space in 1/72 inch + */ public void setMarginLeft (int MarginLeft) { set_Value (COLUMNNAME_MarginLeft, Integer.valueOf(MarginLeft)); @@ -262,7 +255,7 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get Left Margin. @return Left Space in 1/72 inch */ - public int getMarginLeft () + public int getMarginLeft() { Integer ii = (Integer)get_Value(COLUMNNAME_MarginLeft); if (ii == null) @@ -271,9 +264,8 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent } /** Set Right Margin. - @param MarginRight - Right Space in 1/72 inch - */ + @param MarginRight Right Space in 1/72 inch + */ public void setMarginRight (int MarginRight) { set_Value (COLUMNNAME_MarginRight, Integer.valueOf(MarginRight)); @@ -282,7 +274,7 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get Right Margin. @return Right Space in 1/72 inch */ - public int getMarginRight () + public int getMarginRight() { Integer ii = (Integer)get_Value(COLUMNNAME_MarginRight); if (ii == null) @@ -291,9 +283,8 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent } /** Set Top Margin. - @param MarginTop - Top Space in 1/72 inch - */ + @param MarginTop Top Space in 1/72 inch + */ public void setMarginTop (int MarginTop) { set_Value (COLUMNNAME_MarginTop, Integer.valueOf(MarginTop)); @@ -302,7 +293,7 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get Top Margin. @return Top Space in 1/72 inch */ - public int getMarginTop () + public int getMarginTop() { Integer ii = (Integer)get_Value(COLUMNNAME_MarginTop); if (ii == null) @@ -311,9 +302,8 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -322,7 +312,7 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -336,7 +326,8 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -344,7 +335,7 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -357,9 +348,8 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent } /** Set Size X. - @param SizeX - X (horizontal) dimension size - */ + @param SizeX X (horizontal) dimension size + */ public void setSizeX (BigDecimal SizeX) { set_Value (COLUMNNAME_SizeX, SizeX); @@ -368,7 +358,7 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get Size X. @return X (horizontal) dimension size */ - public BigDecimal getSizeX () + public BigDecimal getSizeX() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SizeX); if (bd == null) @@ -377,9 +367,8 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent } /** Set Size Y. - @param SizeY - Y (vertical) dimension size - */ + @param SizeY Y (vertical) dimension size + */ public void setSizeY (BigDecimal SizeY) { set_Value (COLUMNNAME_SizeY, SizeY); @@ -388,7 +377,7 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent /** Get Size Y. @return Y (vertical) dimension size */ - public BigDecimal getSizeY () + public BigDecimal getSizeY() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SizeY); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintTableFormat.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintTableFormat.java index 4410d5c0c3..87eea0d425 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintTableFormat.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintTableFormat.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintTableFormat * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_PrintTableFormat") public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, I_Persistent { @@ -33,7 +33,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_PrintTableFormat (Properties ctx, int AD_PrintTableFormat_ID, String trxName) @@ -90,21 +90,20 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Image. - @param AD_Image_ID - Image or Icon - */ + @param AD_Image_ID Image or Icon + */ public void setAD_Image_ID (int AD_Image_ID) { - if (AD_Image_ID < 1) + if (AD_Image_ID < 1) set_Value (COLUMNNAME_AD_Image_ID, null); - else + else set_Value (COLUMNNAME_AD_Image_ID, Integer.valueOf(AD_Image_ID)); } /** Get Image. @return Image or Icon */ - public int getAD_Image_ID () + public int getAD_Image_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Image_ID); if (ii == null) @@ -113,21 +112,20 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Print Table Format. - @param AD_PrintTableFormat_ID - Table Format in Reports - */ + @param AD_PrintTableFormat_ID Table Format in Reports + */ public void setAD_PrintTableFormat_ID (int AD_PrintTableFormat_ID) { - if (AD_PrintTableFormat_ID < 1) + if (AD_PrintTableFormat_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PrintTableFormat_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PrintTableFormat_ID, Integer.valueOf(AD_PrintTableFormat_ID)); } /** Get Print Table Format. @return Table Format in Reports */ - public int getAD_PrintTableFormat_ID () + public int getAD_PrintTableFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintTableFormat_ID); if (ii == null) @@ -136,7 +134,8 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set AD_PrintTableFormat_UU. - @param AD_PrintTableFormat_UU AD_PrintTableFormat_UU */ + @param AD_PrintTableFormat_UU AD_PrintTableFormat_UU + */ public void setAD_PrintTableFormat_UU (String AD_PrintTableFormat_UU) { set_Value (COLUMNNAME_AD_PrintTableFormat_UU, AD_PrintTableFormat_UU); @@ -144,15 +143,14 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get AD_PrintTableFormat_UU. @return AD_PrintTableFormat_UU */ - public String getAD_PrintTableFormat_UU () + public String getAD_PrintTableFormat_UU() { return (String)get_Value(COLUMNNAME_AD_PrintTableFormat_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -161,15 +159,14 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Footer Center. - @param FooterCenter - Content of the center portion of the footer. - */ + @param FooterCenter Content of the center portion of the footer. + */ public void setFooterCenter (String FooterCenter) { set_Value (COLUMNNAME_FooterCenter, FooterCenter); @@ -178,15 +175,14 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Footer Center. @return Content of the center portion of the footer. */ - public String getFooterCenter () + public String getFooterCenter() { return (String)get_Value(COLUMNNAME_FooterCenter); } /** Set Footer Left. - @param FooterLeft - Content of the left portion of the footer. - */ + @param FooterLeft Content of the left portion of the footer. + */ public void setFooterLeft (String FooterLeft) { set_Value (COLUMNNAME_FooterLeft, FooterLeft); @@ -195,15 +191,14 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Footer Left. @return Content of the left portion of the footer. */ - public String getFooterLeft () + public String getFooterLeft() { return (String)get_Value(COLUMNNAME_FooterLeft); } /** Set Footer Right. - @param FooterRight - Content of the right portion of the footer. - */ + @param FooterRight Content of the right portion of the footer. + */ public void setFooterRight (String FooterRight) { set_Value (COLUMNNAME_FooterRight, FooterRight); @@ -212,7 +207,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Footer Right. @return Content of the right portion of the footer. */ - public String getFooterRight () + public String getFooterRight() { return (String)get_Value(COLUMNNAME_FooterRight); } @@ -224,21 +219,20 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Function BG Color. - @param FunctBG_PrintColor_ID - Function Background Color - */ + @param FunctBG_PrintColor_ID Function Background Color + */ public void setFunctBG_PrintColor_ID (int FunctBG_PrintColor_ID) { - if (FunctBG_PrintColor_ID < 1) + if (FunctBG_PrintColor_ID < 1) set_Value (COLUMNNAME_FunctBG_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_FunctBG_PrintColor_ID, Integer.valueOf(FunctBG_PrintColor_ID)); } /** Get Function BG Color. @return Function Background Color */ - public int getFunctBG_PrintColor_ID () + public int getFunctBG_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_FunctBG_PrintColor_ID); if (ii == null) @@ -253,21 +247,20 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Function Color. - @param FunctFG_PrintColor_ID - Function Foreground Color - */ + @param FunctFG_PrintColor_ID Function Foreground Color + */ public void setFunctFG_PrintColor_ID (int FunctFG_PrintColor_ID) { - if (FunctFG_PrintColor_ID < 1) + if (FunctFG_PrintColor_ID < 1) set_Value (COLUMNNAME_FunctFG_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_FunctFG_PrintColor_ID, Integer.valueOf(FunctFG_PrintColor_ID)); } /** Get Function Color. @return Function Foreground Color */ - public int getFunctFG_PrintColor_ID () + public int getFunctFG_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_FunctFG_PrintColor_ID); if (ii == null) @@ -282,21 +275,20 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Function Font. - @param Funct_PrintFont_ID - Function row Font - */ + @param Funct_PrintFont_ID Function row Font + */ public void setFunct_PrintFont_ID (int Funct_PrintFont_ID) { - if (Funct_PrintFont_ID < 1) + if (Funct_PrintFont_ID < 1) set_Value (COLUMNNAME_Funct_PrintFont_ID, null); - else + else set_Value (COLUMNNAME_Funct_PrintFont_ID, Integer.valueOf(Funct_PrintFont_ID)); } /** Get Function Font. @return Function row Font */ - public int getFunct_PrintFont_ID () + public int getFunct_PrintFont_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Funct_PrintFont_ID); if (ii == null) @@ -311,21 +303,20 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Header Line Color. - @param HdrLine_PrintColor_ID - Table header row line color - */ + @param HdrLine_PrintColor_ID Table header row line color + */ public void setHdrLine_PrintColor_ID (int HdrLine_PrintColor_ID) { - if (HdrLine_PrintColor_ID < 1) + if (HdrLine_PrintColor_ID < 1) set_Value (COLUMNNAME_HdrLine_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_HdrLine_PrintColor_ID, Integer.valueOf(HdrLine_PrintColor_ID)); } /** Get Header Line Color. @return Table header row line color */ - public int getHdrLine_PrintColor_ID () + public int getHdrLine_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HdrLine_PrintColor_ID); if (ii == null) @@ -340,21 +331,20 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Header Row Font. - @param Hdr_PrintFont_ID - Header row Font - */ + @param Hdr_PrintFont_ID Header row Font + */ public void setHdr_PrintFont_ID (int Hdr_PrintFont_ID) { - if (Hdr_PrintFont_ID < 1) + if (Hdr_PrintFont_ID < 1) set_Value (COLUMNNAME_Hdr_PrintFont_ID, null); - else + else set_Value (COLUMNNAME_Hdr_PrintFont_ID, Integer.valueOf(Hdr_PrintFont_ID)); } /** Get Header Row Font. @return Header row Font */ - public int getHdr_PrintFont_ID () + public int getHdr_PrintFont_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Hdr_PrintFont_ID); if (ii == null) @@ -363,9 +353,8 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Header Stroke. - @param HdrStroke - Width of the Header Line Stroke - */ + @param HdrStroke Width of the Header Line Stroke + */ public void setHdrStroke (BigDecimal HdrStroke) { set_Value (COLUMNNAME_HdrStroke, HdrStroke); @@ -374,7 +363,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Header Stroke. @return Width of the Header Line Stroke */ - public BigDecimal getHdrStroke () + public BigDecimal getHdrStroke() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_HdrStroke); if (bd == null) @@ -393,9 +382,8 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Solid Line = S */ public static final String HDRSTROKETYPE_SolidLine = "S"; /** Set Header Stroke Type. - @param HdrStrokeType - Type of the Header Line Stroke - */ + @param HdrStrokeType Type of the Header Line Stroke + */ public void setHdrStrokeType (String HdrStrokeType) { @@ -405,7 +393,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Header Stroke Type. @return Type of the Header Line Stroke */ - public String getHdrStrokeType () + public String getHdrStrokeType() { return (String)get_Value(COLUMNNAME_HdrStrokeType); } @@ -417,21 +405,20 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Header Row BG Color. - @param HdrTextBG_PrintColor_ID - Background color of header row - */ + @param HdrTextBG_PrintColor_ID Background color of header row + */ public void setHdrTextBG_PrintColor_ID (int HdrTextBG_PrintColor_ID) { - if (HdrTextBG_PrintColor_ID < 1) + if (HdrTextBG_PrintColor_ID < 1) set_Value (COLUMNNAME_HdrTextBG_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_HdrTextBG_PrintColor_ID, Integer.valueOf(HdrTextBG_PrintColor_ID)); } /** Get Header Row BG Color. @return Background color of header row */ - public int getHdrTextBG_PrintColor_ID () + public int getHdrTextBG_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HdrTextBG_PrintColor_ID); if (ii == null) @@ -446,21 +433,20 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Header Row Color. - @param HdrTextFG_PrintColor_ID - Foreground color if the table header row - */ + @param HdrTextFG_PrintColor_ID Foreground color if the table header row + */ public void setHdrTextFG_PrintColor_ID (int HdrTextFG_PrintColor_ID) { - if (HdrTextFG_PrintColor_ID < 1) + if (HdrTextFG_PrintColor_ID < 1) set_Value (COLUMNNAME_HdrTextFG_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_HdrTextFG_PrintColor_ID, Integer.valueOf(HdrTextFG_PrintColor_ID)); } /** Get Header Row Color. @return Foreground color if the table header row */ - public int getHdrTextFG_PrintColor_ID () + public int getHdrTextFG_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HdrTextFG_PrintColor_ID); if (ii == null) @@ -469,9 +455,8 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Header Center. - @param HeaderCenter - Content of the center portion of the header. - */ + @param HeaderCenter Content of the center portion of the header. + */ public void setHeaderCenter (String HeaderCenter) { set_Value (COLUMNNAME_HeaderCenter, HeaderCenter); @@ -480,15 +465,14 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Header Center. @return Content of the center portion of the header. */ - public String getHeaderCenter () + public String getHeaderCenter() { return (String)get_Value(COLUMNNAME_HeaderCenter); } /** Set Header Left. - @param HeaderLeft - Content of the left portion of the header. - */ + @param HeaderLeft Content of the left portion of the header. + */ public void setHeaderLeft (String HeaderLeft) { set_Value (COLUMNNAME_HeaderLeft, HeaderLeft); @@ -497,15 +481,14 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Header Left. @return Content of the left portion of the header. */ - public String getHeaderLeft () + public String getHeaderLeft() { return (String)get_Value(COLUMNNAME_HeaderLeft); } /** Set Header Right. - @param HeaderRight - Content of the right portion of the header. - */ + @param HeaderRight Content of the right portion of the header. + */ public void setHeaderRight (String HeaderRight) { set_Value (COLUMNNAME_HeaderRight, HeaderRight); @@ -514,15 +497,14 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Header Right. @return Content of the right portion of the header. */ - public String getHeaderRight () + public String getHeaderRight() { return (String)get_Value(COLUMNNAME_HeaderRight); } /** Set Image attached. - @param ImageIsAttached - The image to be printed is attached to the record - */ + @param ImageIsAttached The image to be printed is attached to the record + */ public void setImageIsAttached (boolean ImageIsAttached) { set_Value (COLUMNNAME_ImageIsAttached, Boolean.valueOf(ImageIsAttached)); @@ -531,7 +513,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Image attached. @return The image to be printed is attached to the record */ - public boolean isImageIsAttached () + public boolean isImageIsAttached() { Object oo = get_Value(COLUMNNAME_ImageIsAttached); if (oo != null) @@ -544,9 +526,8 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Image URL. - @param ImageURL - URL of image - */ + @param ImageURL URL of image + */ public void setImageURL (String ImageURL) { set_Value (COLUMNNAME_ImageURL, ImageURL); @@ -555,15 +536,14 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Image URL. @return URL of image */ - public String getImageURL () + public String getImageURL() { return (String)get_Value(COLUMNNAME_ImageURL); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -572,7 +552,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -585,9 +565,8 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Multi Line Header. - @param IsMultiLineHeader - Print column headers on mutliple lines if necessary. - */ + @param IsMultiLineHeader Print column headers on mutliple lines if necessary. + */ public void setIsMultiLineHeader (boolean IsMultiLineHeader) { set_Value (COLUMNNAME_IsMultiLineHeader, Boolean.valueOf(IsMultiLineHeader)); @@ -596,7 +575,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Multi Line Header. @return Print column headers on mutliple lines if necessary. */ - public boolean isMultiLineHeader () + public boolean isMultiLineHeader() { Object oo = get_Value(COLUMNNAME_IsMultiLineHeader); if (oo != null) @@ -609,9 +588,8 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Paint Boundary Lines. - @param IsPaintBoundaryLines - Paint table boundary lines - */ + @param IsPaintBoundaryLines Paint table boundary lines + */ public void setIsPaintBoundaryLines (boolean IsPaintBoundaryLines) { set_Value (COLUMNNAME_IsPaintBoundaryLines, Boolean.valueOf(IsPaintBoundaryLines)); @@ -620,7 +598,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Paint Boundary Lines. @return Paint table boundary lines */ - public boolean isPaintBoundaryLines () + public boolean isPaintBoundaryLines() { Object oo = get_Value(COLUMNNAME_IsPaintBoundaryLines); if (oo != null) @@ -633,9 +611,8 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Paint Header Lines. - @param IsPaintHeaderLines - Paint Lines over/under the Header Line - */ + @param IsPaintHeaderLines Paint Lines over/under the Header Line + */ public void setIsPaintHeaderLines (boolean IsPaintHeaderLines) { set_Value (COLUMNNAME_IsPaintHeaderLines, Boolean.valueOf(IsPaintHeaderLines)); @@ -644,7 +621,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Paint Header Lines. @return Paint Lines over/under the Header Line */ - public boolean isPaintHeaderLines () + public boolean isPaintHeaderLines() { Object oo = get_Value(COLUMNNAME_IsPaintHeaderLines); if (oo != null) @@ -657,9 +634,8 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Paint Horizontal Lines. - @param IsPaintHLines - Paint horizontal lines - */ + @param IsPaintHLines Paint horizontal lines + */ public void setIsPaintHLines (boolean IsPaintHLines) { set_Value (COLUMNNAME_IsPaintHLines, Boolean.valueOf(IsPaintHLines)); @@ -668,7 +644,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Paint Horizontal Lines. @return Paint horizontal lines */ - public boolean isPaintHLines () + public boolean isPaintHLines() { Object oo = get_Value(COLUMNNAME_IsPaintHLines); if (oo != null) @@ -681,9 +657,8 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Paint Vertical Lines. - @param IsPaintVLines - Paint vertical lines - */ + @param IsPaintVLines Paint vertical lines + */ public void setIsPaintVLines (boolean IsPaintVLines) { set_Value (COLUMNNAME_IsPaintVLines, Boolean.valueOf(IsPaintVLines)); @@ -692,7 +667,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Paint Vertical Lines. @return Paint vertical lines */ - public boolean isPaintVLines () + public boolean isPaintVLines() { Object oo = get_Value(COLUMNNAME_IsPaintVLines); if (oo != null) @@ -705,9 +680,8 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Print Function Symbols. - @param IsPrintFunctionSymbols - Print Symbols for Functions (Sum, Average, Count) - */ + @param IsPrintFunctionSymbols Print Symbols for Functions (Sum, Average, Count) + */ public void setIsPrintFunctionSymbols (boolean IsPrintFunctionSymbols) { set_Value (COLUMNNAME_IsPrintFunctionSymbols, Boolean.valueOf(IsPrintFunctionSymbols)); @@ -716,7 +690,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Print Function Symbols. @return Print Symbols for Functions (Sum, Average, Count) */ - public boolean isPrintFunctionSymbols () + public boolean isPrintFunctionSymbols() { Object oo = get_Value(COLUMNNAME_IsPrintFunctionSymbols); if (oo != null) @@ -735,21 +709,20 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Line Color. - @param Line_PrintColor_ID - Table line color - */ + @param Line_PrintColor_ID Table line color + */ public void setLine_PrintColor_ID (int Line_PrintColor_ID) { - if (Line_PrintColor_ID < 1) + if (Line_PrintColor_ID < 1) set_Value (COLUMNNAME_Line_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_Line_PrintColor_ID, Integer.valueOf(Line_PrintColor_ID)); } /** Get Line Color. @return Table line color */ - public int getLine_PrintColor_ID () + public int getLine_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Line_PrintColor_ID); if (ii == null) @@ -758,9 +731,8 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, } /** Set Line Stroke. - @param LineStroke - Width of the Line Stroke - */ + @param LineStroke Width of the Line Stroke + */ public void setLineStroke (BigDecimal LineStroke) { set_Value (COLUMNNAME_LineStroke, LineStroke); @@ -769,7 +741,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Line Stroke. @return Width of the Line Stroke */ - public BigDecimal getLineStroke () + public BigDecimal getLineStroke() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineStroke); if (bd == null) @@ -788,9 +760,8 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Solid Line = S */ public static final String LINESTROKETYPE_SolidLine = "S"; /** Set Line Stroke Type. - @param LineStrokeType - Type of the Line Stroke - */ + @param LineStrokeType Type of the Line Stroke + */ public void setLineStrokeType (String LineStrokeType) { @@ -800,15 +771,14 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Line Stroke Type. @return Type of the Line Stroke */ - public String getLineStrokeType () + public String getLineStrokeType() { return (String)get_Value(COLUMNNAME_LineStrokeType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -817,7 +787,7 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Private_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Private_Access.java index b79ab233e9..206da8a989 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Private_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Private_Access.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Private_Access * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Private_Access") public class X_AD_Private_Access extends PO implements I_AD_Private_Access, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Private_Access extends PO implements I_AD_Private_Access, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Private_Access (Properties ctx, int AD_Private_Access_ID, String trxName) @@ -73,7 +73,8 @@ public class X_AD_Private_Access extends PO implements I_AD_Private_Access, I_Pe } /** Set AD_Private_Access_UU. - @param AD_Private_Access_UU AD_Private_Access_UU */ + @param AD_Private_Access_UU AD_Private_Access_UU + */ public void setAD_Private_Access_UU (String AD_Private_Access_UU) { set_Value (COLUMNNAME_AD_Private_Access_UU, AD_Private_Access_UU); @@ -81,7 +82,7 @@ public class X_AD_Private_Access extends PO implements I_AD_Private_Access, I_Pe /** Get AD_Private_Access_UU. @return AD_Private_Access_UU */ - public String getAD_Private_Access_UU () + public String getAD_Private_Access_UU() { return (String)get_Value(COLUMNNAME_AD_Private_Access_UU); } @@ -93,21 +94,20 @@ public class X_AD_Private_Access extends PO implements I_AD_Private_Access, I_Pe } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -122,21 +122,20 @@ public class X_AD_Private_Access extends PO implements I_AD_Private_Access, I_Pe } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -145,21 +144,20 @@ public class X_AD_Private_Access extends PO implements I_AD_Private_Access, I_Pe } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Process.java b/org.adempiere.base/src/org/compiere/model/X_AD_Process.java index e8759679a1..8c06adce78 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Process.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Process.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Process * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Process") public class X_AD_Process extends PO implements I_AD_Process, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Process (Properties ctx, int AD_Process_ID, String trxName) @@ -93,9 +93,8 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** All = 7 */ public static final String ACCESSLEVEL_All = "7"; /** Set Data Access Level. - @param AccessLevel - Access Level required - */ + @param AccessLevel Access Level required + */ public void setAccessLevel (String AccessLevel) { @@ -105,7 +104,7 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Data Access Level. @return Access Level required */ - public String getAccessLevel () + public String getAccessLevel() { return (String)get_Value(COLUMNNAME_AccessLevel); } @@ -117,18 +116,19 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent } /** Set Context Help. - @param AD_CtxHelp_ID Context Help */ + @param AD_CtxHelp_ID Context Help + */ public void setAD_CtxHelp_ID (int AD_CtxHelp_ID) { - if (AD_CtxHelp_ID < 1) + if (AD_CtxHelp_ID < 1) set_Value (COLUMNNAME_AD_CtxHelp_ID, null); - else + else set_Value (COLUMNNAME_AD_CtxHelp_ID, Integer.valueOf(AD_CtxHelp_ID)); } /** Get Context Help. @return Context Help */ - public int getAD_CtxHelp_ID () + public int getAD_CtxHelp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_CtxHelp_ID); if (ii == null) @@ -143,21 +143,20 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent } /** Set Special Form. - @param AD_Form_ID - Special Form - */ + @param AD_Form_ID Special Form + */ public void setAD_Form_ID (int AD_Form_ID) { - if (AD_Form_ID < 1) + if (AD_Form_ID < 1) set_Value (COLUMNNAME_AD_Form_ID, null); - else + else set_Value (COLUMNNAME_AD_Form_ID, Integer.valueOf(AD_Form_ID)); } /** Get Special Form. @return Special Form */ - public int getAD_Form_ID () + public int getAD_Form_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Form_ID); if (ii == null) @@ -172,21 +171,20 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent } /** Set Print Format. - @param AD_PrintFormat_ID - Data Print Format - */ + @param AD_PrintFormat_ID Data Print Format + */ public void setAD_PrintFormat_ID (int AD_PrintFormat_ID) { - if (AD_PrintFormat_ID < 1) + if (AD_PrintFormat_ID < 1) set_Value (COLUMNNAME_AD_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFormat_ID, Integer.valueOf(AD_PrintFormat_ID)); } /** Get Print Format. @return Data Print Format */ - public int getAD_PrintFormat_ID () + public int getAD_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormat_ID); if (ii == null) @@ -195,21 +193,20 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Process_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -218,7 +215,8 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent } /** Set AD_Process_UU. - @param AD_Process_UU AD_Process_UU */ + @param AD_Process_UU AD_Process_UU + */ public void setAD_Process_UU (String AD_Process_UU) { set_Value (COLUMNNAME_AD_Process_UU, AD_Process_UU); @@ -226,7 +224,7 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get AD_Process_UU. @return AD_Process_UU */ - public String getAD_Process_UU () + public String getAD_Process_UU() { return (String)get_Value(COLUMNNAME_AD_Process_UU); } @@ -238,21 +236,20 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent } /** Set Report View. - @param AD_ReportView_ID - View used to generate this report - */ + @param AD_ReportView_ID View used to generate this report + */ public void setAD_ReportView_ID (int AD_ReportView_ID) { - if (AD_ReportView_ID < 1) + if (AD_ReportView_ID < 1) set_Value (COLUMNNAME_AD_ReportView_ID, null); - else + else set_Value (COLUMNNAME_AD_ReportView_ID, Integer.valueOf(AD_ReportView_ID)); } /** Get Report View. @return View used to generate this report */ - public int getAD_ReportView_ID () + public int getAD_ReportView_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReportView_ID); if (ii == null) @@ -267,21 +264,20 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_Value (COLUMNNAME_AD_Workflow_ID, null); - else + else set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -296,9 +292,8 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Disallow multiple executions with the same parameters = P */ public static final String ALLOWMULTIPLEEXECUTION_DisallowMultipleExecutionsWithTheSameParameters = "P"; /** Set Multiple Execution. - @param AllowMultipleExecution - Allow or disallow executing a process/report multiple times. - */ + @param AllowMultipleExecution Allow or disallow executing a process/report multiple times. + */ public void setAllowMultipleExecution (String AllowMultipleExecution) { @@ -308,15 +303,14 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Multiple Execution. @return Allow or disallow executing a process/report multiple times. */ - public String getAllowMultipleExecution () + public String getAllowMultipleExecution() { return (String)get_Value(COLUMNNAME_AllowMultipleExecution); } /** Set Classname. - @param Classname - Java Classname - */ + @param Classname Java Classname + */ public void setClassname (String Classname) { set_Value (COLUMNNAME_Classname, Classname); @@ -325,15 +319,14 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Classname. @return Java Classname */ - public String getClassname () + public String getClassname() { return (String)get_Value(COLUMNNAME_Classname); } /** Set Copy From Report and Process. - @param CopyFromProcess - Copy settings from one report and process to another. - */ + @param CopyFromProcess Copy settings from one report and process to another. + */ public void setCopyFromProcess (String CopyFromProcess) { set_Value (COLUMNNAME_CopyFromProcess, CopyFromProcess); @@ -342,15 +335,14 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Copy From Report and Process. @return Copy settings from one report and process to another. */ - public String getCopyFromProcess () + public String getCopyFromProcess() { return (String)get_Value(COLUMNNAME_CopyFromProcess); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -359,7 +351,7 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -367,9 +359,8 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -379,7 +370,7 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } @@ -391,9 +382,8 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Force Foreground = F */ public static final String EXECUTIONTYPE_ForceForeground = "F"; /** Set Execution Type. - @param ExecutionType - Execution Type defines whether the report/process will always run in background or foreground. - */ + @param ExecutionType Execution Type defines whether the report/process will always run in background or foreground. + */ public void setExecutionType (String ExecutionType) { @@ -403,15 +393,14 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Execution Type. @return Execution Type defines whether the report/process will always run in background or foreground. */ - public String getExecutionType () + public String getExecutionType() { return (String)get_Value(COLUMNNAME_ExecutionType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -420,15 +409,14 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Beta Functionality. - @param IsBetaFunctionality - This functionality is considered Beta - */ + @param IsBetaFunctionality This functionality is considered Beta + */ public void setIsBetaFunctionality (boolean IsBetaFunctionality) { set_Value (COLUMNNAME_IsBetaFunctionality, Boolean.valueOf(IsBetaFunctionality)); @@ -437,7 +425,7 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Beta Functionality. @return This functionality is considered Beta */ - public boolean isBetaFunctionality () + public boolean isBetaFunctionality() { Object oo = get_Value(COLUMNNAME_IsBetaFunctionality); if (oo != null) @@ -450,9 +438,8 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent } /** Set Direct print. - @param IsDirectPrint - Print without dialog - */ + @param IsDirectPrint Print without dialog + */ public void setIsDirectPrint (boolean IsDirectPrint) { set_Value (COLUMNNAME_IsDirectPrint, Boolean.valueOf(IsDirectPrint)); @@ -461,7 +448,7 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Direct print. @return Print without dialog */ - public boolean isDirectPrint () + public boolean isDirectPrint() { Object oo = get_Value(COLUMNNAME_IsDirectPrint); if (oo != null) @@ -474,9 +461,8 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent } /** Set Report. - @param IsReport - Indicates a Report record - */ + @param IsReport Indicates a Report record + */ public void setIsReport (boolean IsReport) { set_Value (COLUMNNAME_IsReport, Boolean.valueOf(IsReport)); @@ -485,7 +471,7 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Report. @return Indicates a Report record */ - public boolean isReport () + public boolean isReport() { Object oo = get_Value(COLUMNNAME_IsReport); if (oo != null) @@ -498,7 +484,8 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent } /** Set Jasper Report. - @param JasperReport Jasper Report */ + @param JasperReport Jasper Report + */ public void setJasperReport (String JasperReport) { set_Value (COLUMNNAME_JasperReport, JasperReport); @@ -506,15 +493,14 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Jasper Report. @return Jasper Report */ - public String getJasperReport () + public String getJasperReport() { return (String)get_Value(COLUMNNAME_JasperReport); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -523,7 +509,7 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -537,9 +523,8 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent } /** Set Procedure. - @param ProcedureName - Name of the Database Procedure - */ + @param ProcedureName Name of the Database Procedure + */ public void setProcedureName (String ProcedureName) { set_Value (COLUMNNAME_ProcedureName, ProcedureName); @@ -548,7 +533,7 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Procedure. @return Name of the Database Procedure */ - public String getProcedureName () + public String getProcedureName() { return (String)get_Value(COLUMNNAME_ProcedureName); } @@ -557,14 +542,15 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent public static final int SHOWHELP_AD_Reference_ID=50007; /** Ask user (for future use) = A */ public static final String SHOWHELP_AskUserForFutureUse = "A"; - /** Don't show help = N */ + /** Don't show help = N */ public static final String SHOWHELP_DonTShowHelp = "N"; /** Run silently - Take Defaults = S */ public static final String SHOWHELP_RunSilently_TakeDefaults = "S"; /** Show Help = Y */ public static final String SHOWHELP_ShowHelp = "Y"; /** Set Show Help. - @param ShowHelp Show Help */ + @param ShowHelp Show Help + */ public void setShowHelp (String ShowHelp) { @@ -573,15 +559,14 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Show Help. @return Show Help */ - public String getShowHelp () + public String getShowHelp() { return (String)get_Value(COLUMNNAME_ShowHelp); } /** Set Statistic Count. - @param Statistic_Count - Internal statistics how often the entity was used - */ + @param Statistic_Count Internal statistics how often the entity was used + */ public void setStatistic_Count (int Statistic_Count) { set_Value (COLUMNNAME_Statistic_Count, Integer.valueOf(Statistic_Count)); @@ -590,7 +575,7 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Statistic Count. @return Internal statistics how often the entity was used */ - public int getStatistic_Count () + public int getStatistic_Count() { Integer ii = (Integer)get_Value(COLUMNNAME_Statistic_Count); if (ii == null) @@ -599,9 +584,8 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent } /** Set Statistic Seconds. - @param Statistic_Seconds - Internal statistics how many seconds a process took - */ + @param Statistic_Seconds Internal statistics how many seconds a process took + */ public void setStatistic_Seconds (int Statistic_Seconds) { set_Value (COLUMNNAME_Statistic_Seconds, Integer.valueOf(Statistic_Seconds)); @@ -610,7 +594,7 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Statistic Seconds. @return Internal statistics how many seconds a process took */ - public int getStatistic_Seconds () + public int getStatistic_Seconds() { Integer ii = (Integer)get_Value(COLUMNNAME_Statistic_Seconds); if (ii == null) @@ -619,9 +603,8 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -630,15 +613,14 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Workflow Key. - @param WorkflowValue - Key of the Workflow to start - */ + @param WorkflowValue Key of the Workflow to start + */ public void setWorkflowValue (String WorkflowValue) { set_Value (COLUMNNAME_WorkflowValue, WorkflowValue); @@ -647,7 +629,7 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent /** Get Workflow Key. @return Key of the Workflow to start */ - public String getWorkflowValue () + public String getWorkflowValue() { return (String)get_Value(COLUMNNAME_WorkflowValue); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Process_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Process_Access.java index 94628edaff..b23f648b62 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Process_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Process_Access.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Process_Access * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Process_Access") public class X_AD_Process_Access extends PO implements I_AD_Process_Access, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Process_Access extends PO implements I_AD_Process_Access, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Process_Access (Properties ctx, int AD_Process_Access_ID, String trxName) @@ -73,7 +73,8 @@ public class X_AD_Process_Access extends PO implements I_AD_Process_Access, I_Pe } /** Set AD_Process_Access_UU. - @param AD_Process_Access_UU AD_Process_Access_UU */ + @param AD_Process_Access_UU AD_Process_Access_UU + */ public void setAD_Process_Access_UU (String AD_Process_Access_UU) { set_Value (COLUMNNAME_AD_Process_Access_UU, AD_Process_Access_UU); @@ -81,7 +82,7 @@ public class X_AD_Process_Access extends PO implements I_AD_Process_Access, I_Pe /** Get AD_Process_Access_UU. @return AD_Process_Access_UU */ - public String getAD_Process_Access_UU () + public String getAD_Process_Access_UU() { return (String)get_Value(COLUMNNAME_AD_Process_Access_UU); } @@ -93,21 +94,20 @@ public class X_AD_Process_Access extends PO implements I_AD_Process_Access, I_Pe } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Process_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -122,21 +122,20 @@ public class X_AD_Process_Access extends PO implements I_AD_Process_Access, I_Pe } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -145,9 +144,8 @@ public class X_AD_Process_Access extends PO implements I_AD_Process_Access, I_Pe } /** Set Read Write. - @param IsReadWrite - Field is read / write - */ + @param IsReadWrite Field is read / write + */ public void setIsReadWrite (boolean IsReadWrite) { set_Value (COLUMNNAME_IsReadWrite, Boolean.valueOf(IsReadWrite)); @@ -156,7 +154,7 @@ public class X_AD_Process_Access extends PO implements I_AD_Process_Access, I_Pe /** Get Read Write. @return Field is read / write */ - public boolean isReadWrite () + public boolean isReadWrite() { Object oo = get_Value(COLUMNNAME_IsReadWrite); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Process_Para.java b/org.adempiere.base/src/org/compiere/model/X_AD_Process_Para.java index 679d14576c..ff8d654731 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Process_Para.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Process_Para.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Process_Para * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Process_Para") public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Process_Para (Properties ctx, int AD_Process_Para_ID, String trxName) @@ -95,21 +95,20 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set System Element. - @param AD_Element_ID - System Element enables the central maintenance of column description and help. - */ + @param AD_Element_ID System Element enables the central maintenance of column description and help. + */ public void setAD_Element_ID (int AD_Element_ID) { - if (AD_Element_ID < 1) + if (AD_Element_ID < 1) set_Value (COLUMNNAME_AD_Element_ID, null); - else + else set_Value (COLUMNNAME_AD_Element_ID, Integer.valueOf(AD_Element_ID)); } /** Get System Element. @return System Element enables the central maintenance of column description and help. */ - public int getAD_Element_ID () + public int getAD_Element_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Element_ID); if (ii == null) @@ -124,21 +123,20 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Field Group. - @param AD_FieldGroup_ID - Logical grouping of fields - */ + @param AD_FieldGroup_ID Logical grouping of fields + */ public void setAD_FieldGroup_ID (int AD_FieldGroup_ID) { - if (AD_FieldGroup_ID < 1) + if (AD_FieldGroup_ID < 1) set_Value (COLUMNNAME_AD_FieldGroup_ID, null); - else + else set_Value (COLUMNNAME_AD_FieldGroup_ID, Integer.valueOf(AD_FieldGroup_ID)); } /** Get Field Group. @return Logical grouping of fields */ - public int getAD_FieldGroup_ID () + public int getAD_FieldGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_FieldGroup_ID); if (ii == null) @@ -153,21 +151,20 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Process_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -176,18 +173,19 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Process Parameter. - @param AD_Process_Para_ID Process Parameter */ + @param AD_Process_Para_ID Process Parameter + */ public void setAD_Process_Para_ID (int AD_Process_Para_ID) { - if (AD_Process_Para_ID < 1) + if (AD_Process_Para_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Process_Para_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Process_Para_ID, Integer.valueOf(AD_Process_Para_ID)); } /** Get Process Parameter. @return Process Parameter */ - public int getAD_Process_Para_ID () + public int getAD_Process_Para_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_Para_ID); if (ii == null) @@ -196,7 +194,8 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set AD_Process_Para_UU. - @param AD_Process_Para_UU AD_Process_Para_UU */ + @param AD_Process_Para_UU AD_Process_Para_UU + */ public void setAD_Process_Para_UU (String AD_Process_Para_UU) { set_Value (COLUMNNAME_AD_Process_Para_UU, AD_Process_Para_UU); @@ -204,7 +203,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get AD_Process_Para_UU. @return AD_Process_Para_UU */ - public String getAD_Process_Para_UU () + public String getAD_Process_Para_UU() { return (String)get_Value(COLUMNNAME_AD_Process_Para_UU); } @@ -216,21 +215,20 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -245,21 +243,20 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Reference Key. - @param AD_Reference_Value_ID - Required to specify, if data type is Table or List - */ + @param AD_Reference_Value_ID Required to specify, if data type is Table or List + */ public void setAD_Reference_Value_ID (int AD_Reference_Value_ID) { - if (AD_Reference_Value_ID < 1) + if (AD_Reference_Value_ID < 1) set_Value (COLUMNNAME_AD_Reference_Value_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_Value_ID, Integer.valueOf(AD_Reference_Value_ID)); } /** Get Reference Key. @return Required to specify, if data type is Table or List */ - public int getAD_Reference_Value_ID () + public int getAD_Reference_Value_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_Value_ID); if (ii == null) @@ -274,21 +271,20 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Dynamic Validation. - @param AD_Val_Rule_ID - Dynamic Validation Rule - */ + @param AD_Val_Rule_ID Dynamic Validation Rule + */ public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) { - if (AD_Val_Rule_ID < 1) + if (AD_Val_Rule_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_ID, Integer.valueOf(AD_Val_Rule_ID)); } /** Get Dynamic Validation. @return Dynamic Validation Rule */ - public int getAD_Val_Rule_ID () + public int getAD_Val_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_ID); if (ii == null) @@ -297,9 +293,8 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set DB Column Name. - @param ColumnName - Name of the column in the database - */ + @param ColumnName Name of the column in the database + */ public void setColumnName (String ColumnName) { set_Value (COLUMNNAME_ColumnName, ColumnName); @@ -308,15 +303,14 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get DB Column Name. @return Name of the column in the database */ - public String getColumnName () + public String getColumnName() { return (String)get_Value(COLUMNNAME_ColumnName); } /** Set Default Logic. - @param DefaultValue - Default value hierarchy, separated by ; - */ + @param DefaultValue Default value hierarchy, separated by ; + */ public void setDefaultValue (String DefaultValue) { set_Value (COLUMNNAME_DefaultValue, DefaultValue); @@ -325,15 +319,14 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Default Logic. @return Default value hierarchy, separated by ; */ - public String getDefaultValue () + public String getDefaultValue() { return (String)get_Value(COLUMNNAME_DefaultValue); } /** Set Default Logic 2. - @param DefaultValue2 - Default value hierarchy, separated by ; - */ + @param DefaultValue2 Default value hierarchy, separated by ; + */ public void setDefaultValue2 (String DefaultValue2) { set_Value (COLUMNNAME_DefaultValue2, DefaultValue2); @@ -342,15 +335,14 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Default Logic 2. @return Default value hierarchy, separated by ; */ - public String getDefaultValue2 () + public String getDefaultValue2() { return (String)get_Value(COLUMNNAME_DefaultValue2); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -359,15 +351,14 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -376,7 +367,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } @@ -384,9 +375,8 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -396,15 +386,14 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Length. - @param FieldLength - Length of the column in the database - */ + @param FieldLength Length of the column in the database + */ public void setFieldLength (int FieldLength) { set_Value (COLUMNNAME_FieldLength, Integer.valueOf(FieldLength)); @@ -413,7 +402,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Length. @return Length of the column in the database */ - public int getFieldLength () + public int getFieldLength() { Integer ii = (Integer)get_Value(COLUMNNAME_FieldLength); if (ii == null) @@ -422,9 +411,8 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -433,15 +421,14 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Autocomplete. - @param IsAutocomplete - Automatic completion for textfields - */ + @param IsAutocomplete Automatic completion for textfields + */ public void setIsAutocomplete (boolean IsAutocomplete) { set_Value (COLUMNNAME_IsAutocomplete, Boolean.valueOf(IsAutocomplete)); @@ -450,7 +437,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Autocomplete. @return Automatic completion for textfields */ - public boolean isAutocomplete () + public boolean isAutocomplete() { Object oo = get_Value(COLUMNNAME_IsAutocomplete); if (oo != null) @@ -463,9 +450,8 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Centrally maintained. - @param IsCentrallyMaintained - Information maintained in System Element table - */ + @param IsCentrallyMaintained Information maintained in System Element table + */ public void setIsCentrallyMaintained (boolean IsCentrallyMaintained) { set_Value (COLUMNNAME_IsCentrallyMaintained, Boolean.valueOf(IsCentrallyMaintained)); @@ -474,7 +460,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Centrally maintained. @return Information maintained in System Element table */ - public boolean isCentrallyMaintained () + public boolean isCentrallyMaintained() { Object oo = get_Value(COLUMNNAME_IsCentrallyMaintained); if (oo != null) @@ -487,9 +473,8 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Encrypted. - @param IsEncrypted - Display or Storage is encrypted - */ + @param IsEncrypted Display or Storage is encrypted + */ public void setIsEncrypted (boolean IsEncrypted) { set_Value (COLUMNNAME_IsEncrypted, Boolean.valueOf(IsEncrypted)); @@ -498,7 +483,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Encrypted. @return Display or Storage is encrypted */ - public boolean isEncrypted () + public boolean isEncrypted() { Object oo = get_Value(COLUMNNAME_IsEncrypted); if (oo != null) @@ -511,9 +496,8 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Mandatory. - @param IsMandatory - Data entry is required in this column - */ + @param IsMandatory Data entry is required in this column + */ public void setIsMandatory (boolean IsMandatory) { set_Value (COLUMNNAME_IsMandatory, Boolean.valueOf(IsMandatory)); @@ -522,7 +506,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Mandatory. @return Data entry is required in this column */ - public boolean isMandatory () + public boolean isMandatory() { Object oo = get_Value(COLUMNNAME_IsMandatory); if (oo != null) @@ -535,9 +519,8 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Range. - @param IsRange - The parameter is a range of values - */ + @param IsRange The parameter is a range of values + */ public void setIsRange (boolean IsRange) { set_Value (COLUMNNAME_IsRange, Boolean.valueOf(IsRange)); @@ -546,7 +529,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Range. @return The parameter is a range of values */ - public boolean isRange () + public boolean isRange() { Object oo = get_Value(COLUMNNAME_IsRange); if (oo != null) @@ -559,7 +542,8 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Mandatory Logic. - @param MandatoryLogic Mandatory Logic */ + @param MandatoryLogic Mandatory Logic + */ public void setMandatoryLogic (String MandatoryLogic) { set_Value (COLUMNNAME_MandatoryLogic, MandatoryLogic); @@ -567,15 +551,14 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Mandatory Logic. @return Mandatory Logic */ - public String getMandatoryLogic () + public String getMandatoryLogic() { return (String)get_Value(COLUMNNAME_MandatoryLogic); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -584,7 +567,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -598,7 +581,8 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Placeholder. - @param Placeholder Placeholder */ + @param Placeholder Placeholder + */ public void setPlaceholder (String Placeholder) { set_Value (COLUMNNAME_Placeholder, Placeholder); @@ -606,13 +590,14 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Placeholder. @return Placeholder */ - public String getPlaceholder () + public String getPlaceholder() { return (String)get_Value(COLUMNNAME_Placeholder); } /** Set Placeholder2. - @param Placeholder2 Placeholder2 */ + @param Placeholder2 Placeholder2 + */ public void setPlaceholder2 (String Placeholder2) { set_Value (COLUMNNAME_Placeholder2, Placeholder2); @@ -620,15 +605,14 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Placeholder2. @return Placeholder2 */ - public String getPlaceholder2 () + public String getPlaceholder2() { return (String)get_Value(COLUMNNAME_Placeholder2); } /** Set Query. - @param Query - SQL - */ + @param Query SQL + */ public void setQuery (String Query) { set_Value (COLUMNNAME_Query, Query); @@ -637,15 +621,14 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Query. @return SQL */ - public String getQuery () + public String getQuery() { return (String)get_Value(COLUMNNAME_Query); } /** Set Read Only Logic. - @param ReadOnlyLogic - Logic to determine if field is read only (applies only when field is read-write) - */ + @param ReadOnlyLogic Logic to determine if field is read only (applies only when field is read-write) + */ public void setReadOnlyLogic (String ReadOnlyLogic) { set_Value (COLUMNNAME_ReadOnlyLogic, ReadOnlyLogic); @@ -654,15 +637,14 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Read Only Logic. @return Logic to determine if field is read only (applies only when field is read-write) */ - public String getReadOnlyLogic () + public String getReadOnlyLogic() { return (String)get_Value(COLUMNNAME_ReadOnlyLogic); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -671,7 +653,7 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -680,9 +662,8 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis } /** Set Max. Value. - @param ValueMax - Maximum Value for a field - */ + @param ValueMax Maximum Value for a field + */ public void setValueMax (String ValueMax) { set_Value (COLUMNNAME_ValueMax, ValueMax); @@ -691,15 +672,14 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Max. Value. @return Maximum Value for a field */ - public String getValueMax () + public String getValueMax() { return (String)get_Value(COLUMNNAME_ValueMax); } /** Set Min. Value. - @param ValueMin - Minimum Value for a field - */ + @param ValueMin Minimum Value for a field + */ public void setValueMin (String ValueMin) { set_Value (COLUMNNAME_ValueMin, ValueMin); @@ -708,24 +688,23 @@ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persis /** Get Min. Value. @return Minimum Value for a field */ - public String getValueMin () + public String getValueMin() { return (String)get_Value(COLUMNNAME_ValueMin); } /** Set Value Format. - @param VFormat - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" - */ + @param VFormat Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + */ public void setVFormat (String VFormat) { set_Value (COLUMNNAME_VFormat, VFormat); } /** Get Value Format. - @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ - public String getVFormat () + public String getVFormat() { return (String)get_Value(COLUMNNAME_VFormat); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_RecentItem.java b/org.adempiere.base/src/org/compiere/model/X_AD_RecentItem.java index 006df0153f..3adfd8a6d0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_RecentItem.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_RecentItem.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_RecentItem * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_RecentItem") public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_RecentItem (Properties ctx, int AD_RecentItem_ID, String trxName) @@ -74,18 +74,19 @@ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent } /** Set Recent Item. - @param AD_RecentItem_ID Recent Item */ + @param AD_RecentItem_ID Recent Item + */ public void setAD_RecentItem_ID (int AD_RecentItem_ID) { - if (AD_RecentItem_ID < 1) + if (AD_RecentItem_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_RecentItem_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_RecentItem_ID, Integer.valueOf(AD_RecentItem_ID)); } /** Get Recent Item. @return Recent Item */ - public int getAD_RecentItem_ID () + public int getAD_RecentItem_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_RecentItem_ID); if (ii == null) @@ -94,7 +95,8 @@ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent } /** Set AD_RecentItem_UU. - @param AD_RecentItem_UU AD_RecentItem_UU */ + @param AD_RecentItem_UU AD_RecentItem_UU + */ public void setAD_RecentItem_UU (String AD_RecentItem_UU) { set_Value (COLUMNNAME_AD_RecentItem_UU, AD_RecentItem_UU); @@ -102,7 +104,7 @@ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent /** Get AD_RecentItem_UU. @return AD_RecentItem_UU */ - public String getAD_RecentItem_UU () + public String getAD_RecentItem_UU() { return (String)get_Value(COLUMNNAME_AD_RecentItem_UU); } @@ -114,21 +116,20 @@ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -143,21 +144,20 @@ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent } /** Set Tab. - @param AD_Tab_ID - Tab within a Window - */ + @param AD_Tab_ID Tab within a Window + */ public void setAD_Tab_ID (int AD_Tab_ID) { - if (AD_Tab_ID < 1) + if (AD_Tab_ID < 1) set_Value (COLUMNNAME_AD_Tab_ID, null); - else + else set_Value (COLUMNNAME_AD_Tab_ID, Integer.valueOf(AD_Tab_ID)); } /** Get Tab. @return Tab within a Window */ - public int getAD_Tab_ID () + public int getAD_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_ID); if (ii == null) @@ -172,21 +172,20 @@ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -201,21 +200,20 @@ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -230,21 +228,20 @@ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -253,21 +250,20 @@ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_Value (COLUMNNAME_Record_ID, null); - else + else set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Record_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Record_Access.java index cdc222a72d..7481f5f6df 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Record_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Record_Access.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Record_Access * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Record_Access") public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Record_Access (Properties ctx, int AD_Record_Access_ID, String trxName) @@ -79,7 +79,8 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers } /** Set AD_Record_Access_UU. - @param AD_Record_Access_UU AD_Record_Access_UU */ + @param AD_Record_Access_UU AD_Record_Access_UU + */ public void setAD_Record_Access_UU (String AD_Record_Access_UU) { set_Value (COLUMNNAME_AD_Record_Access_UU, AD_Record_Access_UU); @@ -87,7 +88,7 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers /** Get AD_Record_Access_UU. @return AD_Record_Access_UU */ - public String getAD_Record_Access_UU () + public String getAD_Record_Access_UU() { return (String)get_Value(COLUMNNAME_AD_Record_Access_UU); } @@ -99,21 +100,20 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -128,21 +128,20 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -159,9 +158,8 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers } /** Set Dependent Entities. - @param IsDependentEntities - Also check access in dependent entities - */ + @param IsDependentEntities Also check access in dependent entities + */ public void setIsDependentEntities (boolean IsDependentEntities) { set_Value (COLUMNNAME_IsDependentEntities, Boolean.valueOf(IsDependentEntities)); @@ -170,7 +168,7 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers /** Get Dependent Entities. @return Also check access in dependent entities */ - public boolean isDependentEntities () + public boolean isDependentEntities() { Object oo = get_Value(COLUMNNAME_IsDependentEntities); if (oo != null) @@ -183,9 +181,8 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers } /** Set Exclude. - @param IsExclude - Exclude access to the data - if not selected Include access to the data - */ + @param IsExclude Exclude access to the data - if not selected Include access to the data + */ public void setIsExclude (boolean IsExclude) { set_Value (COLUMNNAME_IsExclude, Boolean.valueOf(IsExclude)); @@ -194,7 +191,7 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers /** Get Exclude. @return Exclude access to the data - if not selected Include access to the data */ - public boolean isExclude () + public boolean isExclude() { Object oo = get_Value(COLUMNNAME_IsExclude); if (oo != null) @@ -207,9 +204,8 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers } /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (boolean IsReadOnly) { set_Value (COLUMNNAME_IsReadOnly, Boolean.valueOf(IsReadOnly)); @@ -218,7 +214,7 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers /** Get Read Only. @return Field is read only */ - public boolean isReadOnly () + public boolean isReadOnly() { Object oo = get_Value(COLUMNNAME_IsReadOnly); if (oo != null) @@ -231,21 +227,20 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Ref_List.java b/org.adempiere.base/src/org/compiere/model/X_AD_Ref_List.java index 7734e7cfc2..bcf80c4ad9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Ref_List.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Ref_List.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Ref_List * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Ref_List") public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent { @@ -32,7 +32,7 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Ref_List (Properties ctx, int AD_Ref_List_ID, String trxName) @@ -84,21 +84,20 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Reference_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -107,21 +106,20 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent } /** Set Reference List. - @param AD_Ref_List_ID - Reference List based on Table - */ + @param AD_Ref_List_ID Reference List based on Table + */ public void setAD_Ref_List_ID (int AD_Ref_List_ID) { - if (AD_Ref_List_ID < 1) + if (AD_Ref_List_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Ref_List_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Ref_List_ID, Integer.valueOf(AD_Ref_List_ID)); } /** Get Reference List. @return Reference List based on Table */ - public int getAD_Ref_List_ID () + public int getAD_Ref_List_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Ref_List_ID); if (ii == null) @@ -130,7 +128,8 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent } /** Set AD_Ref_List_UU. - @param AD_Ref_List_UU AD_Ref_List_UU */ + @param AD_Ref_List_UU AD_Ref_List_UU + */ public void setAD_Ref_List_UU (String AD_Ref_List_UU) { set_Value (COLUMNNAME_AD_Ref_List_UU, AD_Ref_List_UU); @@ -138,15 +137,14 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent /** Get AD_Ref_List_UU. @return AD_Ref_List_UU */ - public String getAD_Ref_List_UU () + public String getAD_Ref_List_UU() { return (String)get_Value(COLUMNNAME_AD_Ref_List_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -155,7 +153,7 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -163,9 +161,8 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -175,15 +172,14 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -192,7 +188,7 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -206,9 +202,8 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -217,15 +212,14 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -234,15 +228,14 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -251,7 +244,7 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Ref_Table.java b/org.adempiere.base/src/org/compiere/model/X_AD_Ref_Table.java index 273d4e4ffa..f0e7d3b293 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Ref_Table.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Ref_Table.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Ref_Table * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Ref_Table") public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Ref_Table (Properties ctx, int AD_Ref_Table_ID, String trxName) @@ -84,9 +84,8 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent } /** Set Display column. - @param AD_Display - Column that will display - */ + @param AD_Display Column that will display + */ public void setAD_Display (int AD_Display) { set_Value (COLUMNNAME_AD_Display, Integer.valueOf(AD_Display)); @@ -95,7 +94,7 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent /** Get Display column. @return Column that will display */ - public int getAD_Display () + public int getAD_Display() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Display); if (ii == null) @@ -110,21 +109,20 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent } /** Set Info Window. - @param AD_InfoWindow_ID - Info and search/select Window - */ + @param AD_InfoWindow_ID Info and search/select Window + */ public void setAD_InfoWindow_ID (int AD_InfoWindow_ID) { - if (AD_InfoWindow_ID < 1) + if (AD_InfoWindow_ID < 1) set_Value (COLUMNNAME_AD_InfoWindow_ID, null); - else + else set_Value (COLUMNNAME_AD_InfoWindow_ID, Integer.valueOf(AD_InfoWindow_ID)); } /** Get Info Window. @return Info and search/select Window */ - public int getAD_InfoWindow_ID () + public int getAD_InfoWindow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoWindow_ID); if (ii == null) @@ -139,9 +137,8 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent } /** Set Key column. - @param AD_Key - Unique identifier of a record - */ + @param AD_Key Unique identifier of a record + */ public void setAD_Key (int AD_Key) { set_Value (COLUMNNAME_AD_Key, Integer.valueOf(AD_Key)); @@ -150,7 +147,7 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent /** Get Key column. @return Unique identifier of a record */ - public int getAD_Key () + public int getAD_Key() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Key); if (ii == null) @@ -165,21 +162,20 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Reference_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -196,7 +192,8 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent } /** Set AD_Ref_Table_UU. - @param AD_Ref_Table_UU AD_Ref_Table_UU */ + @param AD_Ref_Table_UU AD_Ref_Table_UU + */ public void setAD_Ref_Table_UU (String AD_Ref_Table_UU) { set_Value (COLUMNNAME_AD_Ref_Table_UU, AD_Ref_Table_UU); @@ -204,7 +201,7 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent /** Get AD_Ref_Table_UU. @return AD_Ref_Table_UU */ - public String getAD_Ref_Table_UU () + public String getAD_Ref_Table_UU() { return (String)get_Value(COLUMNNAME_AD_Ref_Table_UU); } @@ -216,21 +213,20 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -245,21 +241,20 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -270,9 +265,8 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -282,15 +276,14 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Display Value. - @param IsValueDisplayed - Displays Value column with the Display column - */ + @param IsValueDisplayed Displays Value column with the Display column + */ public void setIsValueDisplayed (boolean IsValueDisplayed) { set_Value (COLUMNNAME_IsValueDisplayed, Boolean.valueOf(IsValueDisplayed)); @@ -299,7 +292,7 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent /** Get Display Value. @return Displays Value column with the Display column */ - public boolean isValueDisplayed () + public boolean isValueDisplayed() { Object oo = get_Value(COLUMNNAME_IsValueDisplayed); if (oo != null) @@ -312,9 +305,8 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent } /** Set Sql ORDER BY. - @param OrderByClause - Fully qualified ORDER BY clause - */ + @param OrderByClause Fully qualified ORDER BY clause + */ public void setOrderByClause (String OrderByClause) { set_Value (COLUMNNAME_OrderByClause, OrderByClause); @@ -323,15 +315,14 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent /** Get Sql ORDER BY. @return Fully qualified ORDER BY clause */ - public String getOrderByClause () + public String getOrderByClause() { return (String)get_Value(COLUMNNAME_OrderByClause); } /** Set Sql WHERE. - @param WhereClause - Fully qualified SQL WHERE clause - */ + @param WhereClause Fully qualified SQL WHERE clause + */ public void setWhereClause (String WhereClause) { set_Value (COLUMNNAME_WhereClause, WhereClause); @@ -340,7 +331,7 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent /** Get Sql WHERE. @return Fully qualified SQL WHERE clause */ - public String getWhereClause () + public String getWhereClause() { return (String)get_Value(COLUMNNAME_WhereClause); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Reference.java b/org.adempiere.base/src/org/compiere/model/X_AD_Reference.java index ab413c9641..df075294c4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Reference.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Reference.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Reference * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Reference") public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Reference (Properties ctx, int AD_Reference_ID, String trxName) @@ -82,21 +82,20 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent } /** Set System Element. - @param AD_Element_ID - System Element enables the central maintenance of column description and help. - */ + @param AD_Element_ID System Element enables the central maintenance of column description and help. + */ public void setAD_Element_ID (int AD_Element_ID) { - if (AD_Element_ID < 1) + if (AD_Element_ID < 1) set_Value (COLUMNNAME_AD_Element_ID, null); - else + else set_Value (COLUMNNAME_AD_Element_ID, Integer.valueOf(AD_Element_ID)); } /** Get System Element. @return System Element enables the central maintenance of column description and help. */ - public int getAD_Element_ID () + public int getAD_Element_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Element_ID); if (ii == null) @@ -105,21 +104,20 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Reference_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -128,7 +126,8 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent } /** Set AD_Reference_UU. - @param AD_Reference_UU AD_Reference_UU */ + @param AD_Reference_UU AD_Reference_UU + */ public void setAD_Reference_UU (String AD_Reference_UU) { set_Value (COLUMNNAME_AD_Reference_UU, AD_Reference_UU); @@ -136,15 +135,14 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent /** Get AD_Reference_UU. @return AD_Reference_UU */ - public String getAD_Reference_UU () + public String getAD_Reference_UU() { return (String)get_Value(COLUMNNAME_AD_Reference_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -153,7 +151,7 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -161,9 +159,8 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -173,15 +170,14 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -190,15 +186,14 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Order By Value. - @param IsOrderByValue - Order list using the value column instead of the name column - */ + @param IsOrderByValue Order list using the value column instead of the name column + */ public void setIsOrderByValue (boolean IsOrderByValue) { set_Value (COLUMNNAME_IsOrderByValue, Boolean.valueOf(IsOrderByValue)); @@ -207,7 +202,7 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent /** Get Order By Value. @return Order list using the value column instead of the name column */ - public boolean isOrderByValue () + public boolean isOrderByValue() { Object oo = get_Value(COLUMNNAME_IsOrderByValue); if (oo != null) @@ -220,9 +215,8 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -231,7 +225,7 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -253,9 +247,8 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent /** Table Validation = T */ public static final String VALIDATIONTYPE_TableValidation = "T"; /** Set Validation type. - @param ValidationType - Different method of validating data - */ + @param ValidationType Different method of validating data + */ public void setValidationType (String ValidationType) { @@ -265,24 +258,23 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent /** Get Validation type. @return Different method of validating data */ - public String getValidationType () + public String getValidationType() { return (String)get_Value(COLUMNNAME_ValidationType); } /** Set Value Format. - @param VFormat - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" - */ + @param VFormat Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + */ public void setVFormat (String VFormat) { set_Value (COLUMNNAME_VFormat, VFormat); } /** Get Value Format. - @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ - public String getVFormat () + public String getVFormat() { return (String)get_Value(COLUMNNAME_VFormat); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Registration.java b/org.adempiere.base/src/org/compiere/model/X_AD_Registration.java index 7ebc8d6d2e..a6828c399a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Registration.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Registration.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for AD_Registration * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Registration") public class X_AD_Registration extends PO implements I_AD_Registration, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Registration (Properties ctx, int AD_Registration_ID, String trxName) @@ -82,21 +82,20 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set System Registration. - @param AD_Registration_ID - System Registration - */ + @param AD_Registration_ID System Registration + */ public void setAD_Registration_ID (int AD_Registration_ID) { - if (AD_Registration_ID < 1) + if (AD_Registration_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Registration_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Registration_ID, Integer.valueOf(AD_Registration_ID)); } /** Get System Registration. @return System Registration */ - public int getAD_Registration_ID () + public int getAD_Registration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Registration_ID); if (ii == null) @@ -105,7 +104,8 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set AD_Registration_UU. - @param AD_Registration_UU AD_Registration_UU */ + @param AD_Registration_UU AD_Registration_UU + */ public void setAD_Registration_UU (String AD_Registration_UU) { set_Value (COLUMNNAME_AD_Registration_UU, AD_Registration_UU); @@ -113,7 +113,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get AD_Registration_UU. @return AD_Registration_UU */ - public String getAD_Registration_UU () + public String getAD_Registration_UU() { return (String)get_Value(COLUMNNAME_AD_Registration_UU); } @@ -125,21 +125,20 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set System. - @param AD_System_ID - System Definition - */ + @param AD_System_ID System Definition + */ public void setAD_System_ID (int AD_System_ID) { - if (AD_System_ID < 1) + if (AD_System_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_System_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_System_ID, Integer.valueOf(AD_System_ID)); } /** Get System. @return System Definition */ - public int getAD_System_ID () + public int getAD_System_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_System_ID); if (ii == null) @@ -154,21 +153,20 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -183,21 +181,20 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -206,9 +203,8 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -217,15 +213,14 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Industry Info. - @param IndustryInfo - Information of the industry (e.g. professional service, distribution of furnitures, ..) - */ + @param IndustryInfo Information of the industry (e.g. professional service, distribution of furnitures, ..) + */ public void setIndustryInfo (String IndustryInfo) { set_Value (COLUMNNAME_IndustryInfo, IndustryInfo); @@ -234,15 +229,14 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get Industry Info. @return Information of the industry (e.g. professional service, distribution of furnitures, ..) */ - public String getIndustryInfo () + public String getIndustryInfo() { return (String)get_Value(COLUMNNAME_IndustryInfo); } /** Set Allowed to be Published. - @param IsAllowPublish - You allow to publish the information, not just statistical summary info - */ + @param IsAllowPublish You allow to publish the information, not just statistical summary info + */ public void setIsAllowPublish (boolean IsAllowPublish) { set_Value (COLUMNNAME_IsAllowPublish, Boolean.valueOf(IsAllowPublish)); @@ -251,7 +245,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get Allowed to be Published. @return You allow to publish the information, not just statistical summary info */ - public boolean isAllowPublish () + public boolean isAllowPublish() { Object oo = get_Value(COLUMNNAME_IsAllowPublish); if (oo != null) @@ -264,9 +258,8 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set Maintain Statistics. - @param IsAllowStatistics - Maintain general statistics - */ + @param IsAllowStatistics Maintain general statistics + */ public void setIsAllowStatistics (boolean IsAllowStatistics) { set_Value (COLUMNNAME_IsAllowStatistics, Boolean.valueOf(IsAllowStatistics)); @@ -275,7 +268,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get Maintain Statistics. @return Maintain general statistics */ - public boolean isAllowStatistics () + public boolean isAllowStatistics() { Object oo = get_Value(COLUMNNAME_IsAllowStatistics); if (oo != null) @@ -288,9 +281,8 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set In Production. - @param IsInProduction - The system is in production - */ + @param IsInProduction The system is in production + */ public void setIsInProduction (boolean IsInProduction) { set_Value (COLUMNNAME_IsInProduction, Boolean.valueOf(IsInProduction)); @@ -299,7 +291,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get In Production. @return The system is in production */ - public boolean isInProduction () + public boolean isInProduction() { Object oo = get_Value(COLUMNNAME_IsInProduction); if (oo != null) @@ -312,9 +304,8 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set Registered. - @param IsRegistered - The application is registered. - */ + @param IsRegistered The application is registered. + */ public void setIsRegistered (boolean IsRegistered) { set_ValueNoCheck (COLUMNNAME_IsRegistered, Boolean.valueOf(IsRegistered)); @@ -323,7 +314,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get Registered. @return The application is registered. */ - public boolean isRegistered () + public boolean isRegistered() { Object oo = get_Value(COLUMNNAME_IsRegistered); if (oo != null) @@ -336,9 +327,8 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set Employees. - @param NumberEmployees - Number of employees - */ + @param NumberEmployees Number of employees + */ public void setNumberEmployees (int NumberEmployees) { set_Value (COLUMNNAME_NumberEmployees, Integer.valueOf(NumberEmployees)); @@ -347,7 +337,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get Employees. @return Number of employees */ - public int getNumberEmployees () + public int getNumberEmployees() { Integer ii = (Integer)get_Value(COLUMNNAME_NumberEmployees); if (ii == null) @@ -356,9 +346,8 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set Platform Info. - @param PlatformInfo - Information about Server and Client Platform - */ + @param PlatformInfo Information about Server and Client Platform + */ public void setPlatformInfo (String PlatformInfo) { set_Value (COLUMNNAME_PlatformInfo, PlatformInfo); @@ -367,13 +356,14 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get Platform Info. @return Information about Server and Client Platform */ - public String getPlatformInfo () + public String getPlatformInfo() { return (String)get_Value(COLUMNNAME_PlatformInfo); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -381,7 +371,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -394,21 +384,20 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -417,9 +406,8 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set Remote Addr. - @param Remote_Addr - Remote Address - */ + @param Remote_Addr Remote Address + */ public void setRemote_Addr (String Remote_Addr) { set_ValueNoCheck (COLUMNNAME_Remote_Addr, Remote_Addr); @@ -428,15 +416,14 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get Remote Addr. @return Remote Address */ - public String getRemote_Addr () + public String getRemote_Addr() { return (String)get_Value(COLUMNNAME_Remote_Addr); } /** Set Remote Host. - @param Remote_Host - Remote host Info - */ + @param Remote_Host Remote host Info + */ public void setRemote_Host (String Remote_Host) { set_ValueNoCheck (COLUMNNAME_Remote_Host, Remote_Host); @@ -445,15 +432,14 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get Remote Host. @return Remote host Info */ - public String getRemote_Host () + public String getRemote_Host() { return (String)get_Value(COLUMNNAME_Remote_Host); } /** Set Sales Volume in 1.000. - @param SalesVolume - Total Volume of Sales in Thousands of Currency - */ + @param SalesVolume Total Volume of Sales in Thousands of Currency + */ public void setSalesVolume (int SalesVolume) { set_Value (COLUMNNAME_SalesVolume, Integer.valueOf(SalesVolume)); @@ -462,7 +448,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get Sales Volume in 1.000. @return Total Volume of Sales in Thousands of Currency */ - public int getSalesVolume () + public int getSalesVolume() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesVolume); if (ii == null) @@ -471,9 +457,8 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis } /** Set Start Implementation/Production. - @param StartProductionDate - The day you started the implementation (if implementing) - or production (went life) with iDempiere - */ + @param StartProductionDate The day you started the implementation (if implementing) - or production (went life) with iDempiere + */ public void setStartProductionDate (Timestamp StartProductionDate) { set_Value (COLUMNNAME_StartProductionDate, StartProductionDate); @@ -482,7 +467,7 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis /** Get Start Implementation/Production. @return The day you started the implementation (if implementing) - or production (went life) with iDempiere */ - public Timestamp getStartProductionDate () + public Timestamp getStartProductionDate() { return (Timestamp)get_Value(COLUMNNAME_StartProductionDate); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_RelationType.java b/org.adempiere.base/src/org/compiere/model/X_AD_RelationType.java index a210103bd2..d6d72e95e3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_RelationType.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_RelationType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_RelationType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_RelationType") public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_RelationType (Properties ctx, int AD_RelationType_ID, String trxName) @@ -85,18 +85,19 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis } /** Set Source Reference. - @param AD_Reference_Source_ID Source Reference */ + @param AD_Reference_Source_ID Source Reference + */ public void setAD_Reference_Source_ID (int AD_Reference_Source_ID) { - if (AD_Reference_Source_ID < 1) + if (AD_Reference_Source_ID < 1) set_Value (COLUMNNAME_AD_Reference_Source_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_Source_ID, Integer.valueOf(AD_Reference_Source_ID)); } /** Get Source Reference. @return Source Reference */ - public int getAD_Reference_Source_ID () + public int getAD_Reference_Source_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_Source_ID); if (ii == null) @@ -111,18 +112,19 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis } /** Set Target Reference. - @param AD_Reference_Target_ID Target Reference */ + @param AD_Reference_Target_ID Target Reference + */ public void setAD_Reference_Target_ID (int AD_Reference_Target_ID) { - if (AD_Reference_Target_ID < 1) + if (AD_Reference_Target_ID < 1) set_Value (COLUMNNAME_AD_Reference_Target_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_Target_ID, Integer.valueOf(AD_Reference_Target_ID)); } /** Get Target Reference. @return Target Reference */ - public int getAD_Reference_Target_ID () + public int getAD_Reference_Target_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_Target_ID); if (ii == null) @@ -131,18 +133,19 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis } /** Set Relation Type. - @param AD_RelationType_ID Relation Type */ + @param AD_RelationType_ID Relation Type + */ public void setAD_RelationType_ID (int AD_RelationType_ID) { - if (AD_RelationType_ID < 1) + if (AD_RelationType_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_RelationType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_RelationType_ID, Integer.valueOf(AD_RelationType_ID)); } /** Get Relation Type. @return Relation Type */ - public int getAD_RelationType_ID () + public int getAD_RelationType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_RelationType_ID); if (ii == null) @@ -151,7 +154,8 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis } /** Set AD_RelationType_UU. - @param AD_RelationType_UU AD_RelationType_UU */ + @param AD_RelationType_UU AD_RelationType_UU + */ public void setAD_RelationType_UU (String AD_RelationType_UU) { set_Value (COLUMNNAME_AD_RelationType_UU, AD_RelationType_UU); @@ -159,15 +163,14 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis /** Get AD_RelationType_UU. @return AD_RelationType_UU */ - public String getAD_RelationType_UU () + public String getAD_RelationType_UU() { return (String)get_Value(COLUMNNAME_AD_RelationType_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -176,7 +179,7 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -184,9 +187,8 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -196,24 +198,23 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Directed. - @param IsDirected - Tells whether one "sees" the other end of the relation from each end or just from the source - */ + @param IsDirected Tells whether one "sees" the other end of the relation from each end or just from the source + */ public void setIsDirected (boolean IsDirected) { set_Value (COLUMNNAME_IsDirected, Boolean.valueOf(IsDirected)); } /** Get Directed. - @return Tells whether one "sees" the other end of the relation from each end or just from the source + @return Tells whether one "sees" the other end of the relation from each end or just from the source */ - public boolean isDirected () + public boolean isDirected() { Object oo = get_Value(COLUMNNAME_IsDirected); if (oo != null) @@ -226,9 +227,8 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -237,7 +237,7 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -257,9 +257,8 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis /** Order = Order */ public static final String ROLE_SOURCE_Order = "Order"; /** Set Source Role. - @param Role_Source - If set, this role will be used as label for the zoom destination instead of the destinations's window name - */ + @param Role_Source If set, this role will be used as label for the zoom destination instead of the destinations's window name + */ public void setRole_Source (String Role_Source) { @@ -267,9 +266,9 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis } /** Get Source Role. - @return If set, this role will be used as label for the zoom destination instead of the destinations's window name + @return If set, this role will be used as label for the zoom destination instead of the destinations's window name */ - public String getRole_Source () + public String getRole_Source() { return (String)get_Value(COLUMNNAME_Role_Source); } @@ -281,9 +280,8 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis /** Order = Order */ public static final String ROLE_TARGET_Order = "Order"; /** Set Target Role. - @param Role_Target - If set, this role will be used as label for the zoom destination instead of the destinations's window name - */ + @param Role_Target If set, this role will be used as label for the zoom destination instead of the destinations's window name + */ public void setRole_Target (String Role_Target) { @@ -291,9 +289,9 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis } /** Get Target Role. - @return If set, this role will be used as label for the zoom destination instead of the destinations's window name + @return If set, this role will be used as label for the zoom destination instead of the destinations's window name */ - public String getRole_Target () + public String getRole_Target() { return (String)get_Value(COLUMNNAME_Role_Target); } @@ -305,9 +303,8 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis /** Implicit = I */ public static final String TYPE_Implicit = "I"; /** 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) { @@ -317,7 +314,7 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis /** Get Type. @return Type of Validation (SQL, Java Script, Java Language) */ - public String getType () + public String getType() { return (String)get_Value(COLUMNNAME_Type); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Replication.java b/org.adempiere.base/src/org/compiere/model/X_AD_Replication.java index aa11e12a86..ea070a9ebe 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Replication.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Replication.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Replication * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Replication") public class X_AD_Replication extends PO implements I_AD_Replication, I_Persistent { @@ -34,7 +34,7 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Replication (Properties ctx, int AD_Replication_ID, String trxName) @@ -84,21 +84,20 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste } /** Set Replication. - @param AD_Replication_ID - Data Replication Target - */ + @param AD_Replication_ID Data Replication Target + */ public void setAD_Replication_ID (int AD_Replication_ID) { - if (AD_Replication_ID < 1) + if (AD_Replication_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Replication_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Replication_ID, Integer.valueOf(AD_Replication_ID)); } /** Get Replication. @return Data Replication Target */ - public int getAD_Replication_ID () + public int getAD_Replication_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Replication_ID); if (ii == null) @@ -113,21 +112,20 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste } /** Set Replication Strategy. - @param AD_ReplicationStrategy_ID - Data Replication Strategy - */ + @param AD_ReplicationStrategy_ID Data Replication Strategy + */ public void setAD_ReplicationStrategy_ID (int AD_ReplicationStrategy_ID) { - if (AD_ReplicationStrategy_ID < 1) + if (AD_ReplicationStrategy_ID < 1) set_Value (COLUMNNAME_AD_ReplicationStrategy_ID, null); - else + else set_Value (COLUMNNAME_AD_ReplicationStrategy_ID, Integer.valueOf(AD_ReplicationStrategy_ID)); } /** Get Replication Strategy. @return Data Replication Strategy */ - public int getAD_ReplicationStrategy_ID () + public int getAD_ReplicationStrategy_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReplicationStrategy_ID); if (ii == null) @@ -136,7 +134,8 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste } /** Set AD_Replication_UU. - @param AD_Replication_UU AD_Replication_UU */ + @param AD_Replication_UU AD_Replication_UU + */ public void setAD_Replication_UU (String AD_Replication_UU) { set_Value (COLUMNNAME_AD_Replication_UU, AD_Replication_UU); @@ -144,15 +143,14 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** Get AD_Replication_UU. @return AD_Replication_UU */ - public String getAD_Replication_UU () + public String getAD_Replication_UU() { return (String)get_Value(COLUMNNAME_AD_Replication_UU); } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_ValueNoCheck (COLUMNNAME_DateLastRun, DateLastRun); @@ -161,15 +159,14 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -178,15 +175,14 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -195,15 +191,14 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Host Address. - @param HostAddress - Host Address URL or DNS - */ + @param HostAddress Host Address URL or DNS + */ public void setHostAddress (String HostAddress) { set_Value (COLUMNNAME_HostAddress, HostAddress); @@ -212,15 +207,14 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** Get Host Address. @return Host Address URL or DNS */ - public String getHostAddress () + public String getHostAddress() { return (String)get_Value(COLUMNNAME_HostAddress); } /** Set Host port. - @param HostPort - Host Communication Port - */ + @param HostPort Host Communication Port + */ public void setHostPort (int HostPort) { set_Value (COLUMNNAME_HostPort, Integer.valueOf(HostPort)); @@ -229,7 +223,7 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** Get Host port. @return Host Communication Port */ - public int getHostPort () + public int getHostPort() { Integer ii = (Integer)get_Value(COLUMNNAME_HostPort); if (ii == null) @@ -238,9 +232,8 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste } /** Set ID Range End. - @param IDRangeEnd - End if the ID Range used - */ + @param IDRangeEnd End if the ID Range used + */ public void setIDRangeEnd (BigDecimal IDRangeEnd) { set_Value (COLUMNNAME_IDRangeEnd, IDRangeEnd); @@ -249,7 +242,7 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** Get ID Range End. @return End if the ID Range used */ - public BigDecimal getIDRangeEnd () + public BigDecimal getIDRangeEnd() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_IDRangeEnd); if (bd == null) @@ -258,9 +251,8 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste } /** Set ID Range Start. - @param IDRangeStart - Start of the ID Range used - */ + @param IDRangeStart Start of the ID Range used + */ public void setIDRangeStart (BigDecimal IDRangeStart) { set_Value (COLUMNNAME_IDRangeStart, IDRangeStart); @@ -269,7 +261,7 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** Get ID Range Start. @return Start of the ID Range used */ - public BigDecimal getIDRangeStart () + public BigDecimal getIDRangeStart() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_IDRangeStart); if (bd == null) @@ -278,9 +270,8 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste } /** Set Tunnel via HTTP. - @param IsRMIoverHTTP - Connect to Server via HTTP Tunnel - */ + @param IsRMIoverHTTP Connect to Server via HTTP Tunnel + */ public void setIsRMIoverHTTP (boolean IsRMIoverHTTP) { set_Value (COLUMNNAME_IsRMIoverHTTP, Boolean.valueOf(IsRMIoverHTTP)); @@ -289,7 +280,7 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** Get Tunnel via HTTP. @return Connect to Server via HTTP Tunnel */ - public boolean isRMIoverHTTP () + public boolean isRMIoverHTTP() { Object oo = get_Value(COLUMNNAME_IsRMIoverHTTP); if (oo != null) @@ -302,9 +293,8 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -313,7 +303,7 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -327,9 +317,8 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste } /** Set Prefix. - @param Prefix - Prefix before the sequence number - */ + @param Prefix Prefix before the sequence number + */ public void setPrefix (String Prefix) { set_Value (COLUMNNAME_Prefix, Prefix); @@ -338,13 +327,14 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** Get Prefix. @return Prefix before the sequence number */ - public String getPrefix () + public String getPrefix() { return (String)get_Value(COLUMNNAME_Prefix); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -352,7 +342,7 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -365,21 +355,20 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste } /** Set Remote Client. - @param Remote_Client_ID - Remote Client to be used to replicate / synchronize data with. - */ + @param Remote_Client_ID Remote Client to be used to replicate / synchronize data with. + */ public void setRemote_Client_ID (int Remote_Client_ID) { - if (Remote_Client_ID < 1) + if (Remote_Client_ID < 1) set_ValueNoCheck (COLUMNNAME_Remote_Client_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Remote_Client_ID, Integer.valueOf(Remote_Client_ID)); } /** Get Remote Client. @return Remote Client to be used to replicate / synchronize data with. */ - public int getRemote_Client_ID () + public int getRemote_Client_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Remote_Client_ID); if (ii == null) @@ -388,21 +377,20 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste } /** Set Remote Organization. - @param Remote_Org_ID - Remote Organization to be used to replicate / synchronize data with. - */ + @param Remote_Org_ID Remote Organization to be used to replicate / synchronize data with. + */ public void setRemote_Org_ID (int Remote_Org_ID) { - if (Remote_Org_ID < 1) + if (Remote_Org_ID < 1) set_ValueNoCheck (COLUMNNAME_Remote_Org_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Remote_Org_ID, Integer.valueOf(Remote_Org_ID)); } /** Get Remote Organization. @return Remote Organization to be used to replicate / synchronize data with. */ - public int getRemote_Org_ID () + public int getRemote_Org_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Remote_Org_ID); if (ii == null) @@ -411,9 +399,8 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste } /** Set Suffix. - @param Suffix - Suffix after the number - */ + @param Suffix Suffix after the number + */ public void setSuffix (String Suffix) { set_Value (COLUMNNAME_Suffix, Suffix); @@ -422,7 +409,7 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste /** Get Suffix. @return Suffix after the number */ - public String getSuffix () + public String getSuffix() { return (String)get_Value(COLUMNNAME_Suffix); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationDocument.java b/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationDocument.java index 8bc638c6f0..ea2adc9332 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationDocument.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationDocument.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_ReplicationDocument * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ReplicationDocument") public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocument, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ReplicationDocument (Properties ctx, int AD_ReplicationDocument_ID, String trxName) @@ -75,18 +75,19 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu } /** Set Replication Document. - @param AD_ReplicationDocument_ID Replication Document */ + @param AD_ReplicationDocument_ID Replication Document + */ public void setAD_ReplicationDocument_ID (int AD_ReplicationDocument_ID) { - if (AD_ReplicationDocument_ID < 1) + if (AD_ReplicationDocument_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ReplicationDocument_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ReplicationDocument_ID, Integer.valueOf(AD_ReplicationDocument_ID)); } /** Get Replication Document. @return Replication Document */ - public int getAD_ReplicationDocument_ID () + public int getAD_ReplicationDocument_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReplicationDocument_ID); if (ii == null) @@ -95,7 +96,8 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu } /** Set AD_ReplicationDocument_UU. - @param AD_ReplicationDocument_UU AD_ReplicationDocument_UU */ + @param AD_ReplicationDocument_UU AD_ReplicationDocument_UU + */ public void setAD_ReplicationDocument_UU (String AD_ReplicationDocument_UU) { set_Value (COLUMNNAME_AD_ReplicationDocument_UU, AD_ReplicationDocument_UU); @@ -103,27 +105,26 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu /** Get AD_ReplicationDocument_UU. @return AD_ReplicationDocument_UU */ - public String getAD_ReplicationDocument_UU () + public String getAD_ReplicationDocument_UU() { return (String)get_Value(COLUMNNAME_AD_ReplicationDocument_UU); } /** Set Replication Strategy. - @param AD_ReplicationStrategy_ID - Data Replication Strategy - */ + @param AD_ReplicationStrategy_ID Data Replication Strategy + */ public void setAD_ReplicationStrategy_ID (int AD_ReplicationStrategy_ID) { - if (AD_ReplicationStrategy_ID < 1) + if (AD_ReplicationStrategy_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ReplicationStrategy_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ReplicationStrategy_ID, Integer.valueOf(AD_ReplicationStrategy_ID)); } /** Get Replication Strategy. @return Data Replication Strategy */ - public int getAD_ReplicationStrategy_ID () + public int getAD_ReplicationStrategy_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReplicationStrategy_ID); if (ii == null) @@ -138,21 +139,20 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -167,21 +167,20 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -190,9 +189,8 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -201,7 +199,7 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -217,9 +215,8 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu /** Reference = R */ public static final String REPLICATIONTYPE_Reference = "R"; /** Set Replication Type. - @param ReplicationType - Type of Data Replication - */ + @param ReplicationType Type of Data Replication + */ public void setReplicationType (String ReplicationType) { @@ -229,7 +226,7 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu /** Get Replication Type. @return Type of Data Replication */ - public String getReplicationType () + public String getReplicationType() { return (String)get_Value(COLUMNNAME_ReplicationType); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationStrategy.java b/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationStrategy.java index bd988c4024..43523fb76e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationStrategy.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationStrategy.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_ReplicationStrategy * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ReplicationStrategy") public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStrategy, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ReplicationStrategy (Properties ctx, int AD_ReplicationStrategy_ID, String trxName) @@ -75,21 +75,20 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra } /** Set Replication Strategy. - @param AD_ReplicationStrategy_ID - Data Replication Strategy - */ + @param AD_ReplicationStrategy_ID Data Replication Strategy + */ public void setAD_ReplicationStrategy_ID (int AD_ReplicationStrategy_ID) { - if (AD_ReplicationStrategy_ID < 1) + if (AD_ReplicationStrategy_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ReplicationStrategy_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ReplicationStrategy_ID, Integer.valueOf(AD_ReplicationStrategy_ID)); } /** Get Replication Strategy. @return Data Replication Strategy */ - public int getAD_ReplicationStrategy_ID () + public int getAD_ReplicationStrategy_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReplicationStrategy_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra } /** Set AD_ReplicationStrategy_UU. - @param AD_ReplicationStrategy_UU AD_ReplicationStrategy_UU */ + @param AD_ReplicationStrategy_UU AD_ReplicationStrategy_UU + */ public void setAD_ReplicationStrategy_UU (String AD_ReplicationStrategy_UU) { set_Value (COLUMNNAME_AD_ReplicationStrategy_UU, AD_ReplicationStrategy_UU); @@ -106,15 +106,14 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra /** Get AD_ReplicationStrategy_UU. @return AD_ReplicationStrategy_UU */ - public String getAD_ReplicationStrategy_UU () + public String getAD_ReplicationStrategy_UU() { return (String)get_Value(COLUMNNAME_AD_ReplicationStrategy_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -123,7 +122,7 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -131,9 +130,8 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -143,7 +141,7 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } @@ -155,18 +153,19 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra } /** Set Export Processor. - @param EXP_Processor_ID Export Processor */ + @param EXP_Processor_ID Export Processor + */ public void setEXP_Processor_ID (int EXP_Processor_ID) { - if (EXP_Processor_ID < 1) + if (EXP_Processor_ID < 1) set_Value (COLUMNNAME_EXP_Processor_ID, null); - else + else set_Value (COLUMNNAME_EXP_Processor_ID, Integer.valueOf(EXP_Processor_ID)); } /** Get Export Processor. @return Export Processor */ - public int getEXP_Processor_ID () + public int getEXP_Processor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_ID); if (ii == null) @@ -175,9 +174,8 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -186,15 +184,14 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -203,7 +200,7 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -217,9 +214,8 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -228,7 +224,7 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationTable.java b/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationTable.java index 4478ac09e6..f5fd192463 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationTable.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationTable.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_ReplicationTable * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ReplicationTable") public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ReplicationTable (Properties ctx, int AD_ReplicationTable_ID, String trxName) @@ -83,21 +83,20 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, } /** Set Replication Strategy. - @param AD_ReplicationStrategy_ID - Data Replication Strategy - */ + @param AD_ReplicationStrategy_ID Data Replication Strategy + */ public void setAD_ReplicationStrategy_ID (int AD_ReplicationStrategy_ID) { - if (AD_ReplicationStrategy_ID < 1) + if (AD_ReplicationStrategy_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ReplicationStrategy_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ReplicationStrategy_ID, Integer.valueOf(AD_ReplicationStrategy_ID)); } /** Get Replication Strategy. @return Data Replication Strategy */ - public int getAD_ReplicationStrategy_ID () + public int getAD_ReplicationStrategy_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReplicationStrategy_ID); if (ii == null) @@ -114,21 +113,20 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, } /** Set Replication Table. - @param AD_ReplicationTable_ID - Data Replication Strategy Table Info - */ + @param AD_ReplicationTable_ID Data Replication Strategy Table Info + */ public void setAD_ReplicationTable_ID (int AD_ReplicationTable_ID) { - if (AD_ReplicationTable_ID < 1) + if (AD_ReplicationTable_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ReplicationTable_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ReplicationTable_ID, Integer.valueOf(AD_ReplicationTable_ID)); } /** Get Replication Table. @return Data Replication Strategy Table Info */ - public int getAD_ReplicationTable_ID () + public int getAD_ReplicationTable_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReplicationTable_ID); if (ii == null) @@ -137,7 +135,8 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, } /** Set AD_ReplicationTable_UU. - @param AD_ReplicationTable_UU AD_ReplicationTable_UU */ + @param AD_ReplicationTable_UU AD_ReplicationTable_UU + */ public void setAD_ReplicationTable_UU (String AD_ReplicationTable_UU) { set_Value (COLUMNNAME_AD_ReplicationTable_UU, AD_ReplicationTable_UU); @@ -145,7 +144,7 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, /** Get AD_ReplicationTable_UU. @return AD_ReplicationTable_UU */ - public String getAD_ReplicationTable_UU () + public String getAD_ReplicationTable_UU() { return (String)get_Value(COLUMNNAME_AD_ReplicationTable_UU); } @@ -157,21 +156,20 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -180,9 +178,8 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -191,7 +188,7 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -199,9 +196,8 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -211,7 +207,7 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } @@ -227,9 +223,8 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, /** Reference = R */ public static final String REPLICATIONTYPE_Reference = "R"; /** Set Replication Type. - @param ReplicationType - Type of Data Replication - */ + @param ReplicationType Type of Data Replication + */ public void setReplicationType (String ReplicationType) { @@ -239,7 +234,7 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, /** Get Replication Type. @return Type of Data Replication */ - public String getReplicationType () + public String getReplicationType() { return (String)get_Value(COLUMNNAME_ReplicationType); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Log.java b/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Log.java index 7985145fc0..b9ed3c1a11 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Log.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Log.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Replication_Log * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Replication_Log") public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Replication_Log (Properties ctx, int AD_Replication_Log_ID, String trxName) @@ -75,21 +75,20 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_ } /** Set Replication Log. - @param AD_Replication_Log_ID - Data Replication Log Details - */ + @param AD_Replication_Log_ID Data Replication Log Details + */ public void setAD_Replication_Log_ID (int AD_Replication_Log_ID) { - if (AD_Replication_Log_ID < 1) + if (AD_Replication_Log_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Replication_Log_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Replication_Log_ID, Integer.valueOf(AD_Replication_Log_ID)); } /** Get Replication Log. @return Data Replication Log Details */ - public int getAD_Replication_Log_ID () + public int getAD_Replication_Log_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Replication_Log_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_ } /** Set AD_Replication_Log_UU. - @param AD_Replication_Log_UU AD_Replication_Log_UU */ + @param AD_Replication_Log_UU AD_Replication_Log_UU + */ public void setAD_Replication_Log_UU (String AD_Replication_Log_UU) { set_Value (COLUMNNAME_AD_Replication_Log_UU, AD_Replication_Log_UU); @@ -106,7 +106,7 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_ /** Get AD_Replication_Log_UU. @return AD_Replication_Log_UU */ - public String getAD_Replication_Log_UU () + public String getAD_Replication_Log_UU() { return (String)get_Value(COLUMNNAME_AD_Replication_Log_UU); } @@ -118,21 +118,20 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_ } /** Set Replication Run. - @param AD_Replication_Run_ID - Data Replication Run - */ + @param AD_Replication_Run_ID Data Replication Run + */ public void setAD_Replication_Run_ID (int AD_Replication_Run_ID) { - if (AD_Replication_Run_ID < 1) + if (AD_Replication_Run_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Replication_Run_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Replication_Run_ID, Integer.valueOf(AD_Replication_Run_ID)); } /** Get Replication Run. @return Data Replication Run */ - public int getAD_Replication_Run_ID () + public int getAD_Replication_Run_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Replication_Run_ID); if (ii == null) @@ -155,21 +154,20 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_ } /** Set Replication Table. - @param AD_ReplicationTable_ID - Data Replication Strategy Table Info - */ + @param AD_ReplicationTable_ID Data Replication Strategy Table Info + */ public void setAD_ReplicationTable_ID (int AD_ReplicationTable_ID) { - if (AD_ReplicationTable_ID < 1) + if (AD_ReplicationTable_ID < 1) set_Value (COLUMNNAME_AD_ReplicationTable_ID, null); - else + else set_Value (COLUMNNAME_AD_ReplicationTable_ID, Integer.valueOf(AD_ReplicationTable_ID)); } /** Get Replication Table. @return Data Replication Strategy Table Info */ - public int getAD_ReplicationTable_ID () + public int getAD_ReplicationTable_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReplicationTable_ID); if (ii == null) @@ -178,9 +176,8 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_ } /** Set Replicated. - @param IsReplicated - The data is successfully replicated - */ + @param IsReplicated The data is successfully replicated + */ public void setIsReplicated (boolean IsReplicated) { set_Value (COLUMNNAME_IsReplicated, Boolean.valueOf(IsReplicated)); @@ -189,7 +186,7 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_ /** Get Replicated. @return The data is successfully replicated */ - public boolean isReplicated () + public boolean isReplicated() { Object oo = get_Value(COLUMNNAME_IsReplicated); if (oo != null) @@ -202,7 +199,8 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_ } /** Set Process Message. - @param P_Msg Process Message */ + @param P_Msg Process Message + */ public void setP_Msg (String P_Msg) { set_Value (COLUMNNAME_P_Msg, P_Msg); @@ -210,7 +208,7 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_ /** Get Process Message. @return Process Message */ - public String getP_Msg () + public String getP_Msg() { return (String)get_Value(COLUMNNAME_P_Msg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Run.java b/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Run.java index 22217524fb..d3396a48ae 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Run.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Run.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Replication_Run * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Replication_Run") public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Replication_Run (Properties ctx, int AD_Replication_Run_ID, String trxName) @@ -82,21 +82,20 @@ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_ } /** Set Replication. - @param AD_Replication_ID - Data Replication Target - */ + @param AD_Replication_ID Data Replication Target + */ public void setAD_Replication_ID (int AD_Replication_ID) { - if (AD_Replication_ID < 1) + if (AD_Replication_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Replication_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Replication_ID, Integer.valueOf(AD_Replication_ID)); } /** Get Replication. @return Data Replication Target */ - public int getAD_Replication_ID () + public int getAD_Replication_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Replication_ID); if (ii == null) @@ -105,21 +104,20 @@ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_ } /** Set Replication Run. - @param AD_Replication_Run_ID - Data Replication Run - */ + @param AD_Replication_Run_ID Data Replication Run + */ public void setAD_Replication_Run_ID (int AD_Replication_Run_ID) { - if (AD_Replication_Run_ID < 1) + if (AD_Replication_Run_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Replication_Run_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Replication_Run_ID, Integer.valueOf(AD_Replication_Run_ID)); } /** Get Replication Run. @return Data Replication Run */ - public int getAD_Replication_Run_ID () + public int getAD_Replication_Run_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Replication_Run_ID); if (ii == null) @@ -128,7 +126,8 @@ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_ } /** Set AD_Replication_Run_UU. - @param AD_Replication_Run_UU AD_Replication_Run_UU */ + @param AD_Replication_Run_UU AD_Replication_Run_UU + */ public void setAD_Replication_Run_UU (String AD_Replication_Run_UU) { set_Value (COLUMNNAME_AD_Replication_Run_UU, AD_Replication_Run_UU); @@ -136,15 +135,14 @@ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_ /** Get AD_Replication_Run_UU. @return AD_Replication_Run_UU */ - public String getAD_Replication_Run_UU () + public String getAD_Replication_Run_UU() { return (String)get_Value(COLUMNNAME_AD_Replication_Run_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -153,15 +151,14 @@ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Replicated. - @param IsReplicated - The data is successfully replicated - */ + @param IsReplicated The data is successfully replicated + */ public void setIsReplicated (boolean IsReplicated) { set_ValueNoCheck (COLUMNNAME_IsReplicated, Boolean.valueOf(IsReplicated)); @@ -170,7 +167,7 @@ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_ /** Get Replicated. @return The data is successfully replicated */ - public boolean isReplicated () + public boolean isReplicated() { Object oo = get_Value(COLUMNNAME_IsReplicated); if (oo != null) @@ -183,9 +180,8 @@ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_ } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -194,7 +190,7 @@ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ReportView.java b/org.adempiere.base/src/org/compiere/model/X_AD_ReportView.java index 1166bda9f5..60ea15bae8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ReportView.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ReportView.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_ReportView * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ReportView") public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ReportView (Properties ctx, int AD_ReportView_ID, String trxName) @@ -76,21 +76,20 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent } /** Set Report View. - @param AD_ReportView_ID - View used to generate this report - */ + @param AD_ReportView_ID View used to generate this report + */ public void setAD_ReportView_ID (int AD_ReportView_ID) { - if (AD_ReportView_ID < 1) + if (AD_ReportView_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ReportView_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ReportView_ID, Integer.valueOf(AD_ReportView_ID)); } /** Get Report View. @return View used to generate this report */ - public int getAD_ReportView_ID () + public int getAD_ReportView_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReportView_ID); if (ii == null) @@ -99,7 +98,8 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent } /** Set AD_ReportView_UU. - @param AD_ReportView_UU AD_ReportView_UU */ + @param AD_ReportView_UU AD_ReportView_UU + */ public void setAD_ReportView_UU (String AD_ReportView_UU) { set_Value (COLUMNNAME_AD_ReportView_UU, AD_ReportView_UU); @@ -107,7 +107,7 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent /** Get AD_ReportView_UU. @return AD_ReportView_UU */ - public String getAD_ReportView_UU () + public String getAD_ReportView_UU() { return (String)get_Value(COLUMNNAME_AD_ReportView_UU); } @@ -119,21 +119,20 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -142,9 +141,8 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -153,7 +151,7 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -161,9 +159,8 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -173,15 +170,14 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -190,7 +186,7 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -204,9 +200,8 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent } /** Set Sql ORDER BY. - @param OrderByClause - Fully qualified ORDER BY clause - */ + @param OrderByClause Fully qualified ORDER BY clause + */ public void setOrderByClause (String OrderByClause) { set_Value (COLUMNNAME_OrderByClause, OrderByClause); @@ -215,15 +210,14 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent /** Get Sql ORDER BY. @return Fully qualified ORDER BY clause */ - public String getOrderByClause () + public String getOrderByClause() { return (String)get_Value(COLUMNNAME_OrderByClause); } /** Set Sql WHERE. - @param WhereClause - Fully qualified SQL WHERE clause - */ + @param WhereClause Fully qualified SQL WHERE clause + */ public void setWhereClause (String WhereClause) { set_Value (COLUMNNAME_WhereClause, WhereClause); @@ -232,7 +226,7 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent /** Get Sql WHERE. @return Fully qualified SQL WHERE clause */ - public String getWhereClause () + public String getWhereClause() { return (String)get_Value(COLUMNNAME_WhereClause); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ReportView_Col.java b/org.adempiere.base/src/org/compiere/model/X_AD_ReportView_Col.java index 99484f5557..54cdbe3107 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ReportView_Col.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ReportView_Col.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_ReportView_Col * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ReportView_Col") public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ReportView_Col (Properties ctx, int AD_ReportView_Col_ID, String trxName) @@ -81,21 +81,20 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Pe } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -104,18 +103,19 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Pe } /** Set Report view Column. - @param AD_ReportView_Col_ID Report view Column */ + @param AD_ReportView_Col_ID Report view Column + */ public void setAD_ReportView_Col_ID (int AD_ReportView_Col_ID) { - if (AD_ReportView_Col_ID < 1) + if (AD_ReportView_Col_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ReportView_Col_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ReportView_Col_ID, Integer.valueOf(AD_ReportView_Col_ID)); } /** Get Report view Column. @return Report view Column */ - public int getAD_ReportView_Col_ID () + public int getAD_ReportView_Col_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReportView_Col_ID); if (ii == null) @@ -124,7 +124,8 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Pe } /** Set AD_ReportView_Col_UU. - @param AD_ReportView_Col_UU AD_ReportView_Col_UU */ + @param AD_ReportView_Col_UU AD_ReportView_Col_UU + */ public void setAD_ReportView_Col_UU (String AD_ReportView_Col_UU) { set_Value (COLUMNNAME_AD_ReportView_Col_UU, AD_ReportView_Col_UU); @@ -132,7 +133,7 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Pe /** Get AD_ReportView_Col_UU. @return AD_ReportView_Col_UU */ - public String getAD_ReportView_Col_UU () + public String getAD_ReportView_Col_UU() { return (String)get_Value(COLUMNNAME_AD_ReportView_Col_UU); } @@ -144,21 +145,20 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Pe } /** Set Report View. - @param AD_ReportView_ID - View used to generate this report - */ + @param AD_ReportView_ID View used to generate this report + */ public void setAD_ReportView_ID (int AD_ReportView_ID) { - if (AD_ReportView_ID < 1) + if (AD_ReportView_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ReportView_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ReportView_ID, Integer.valueOf(AD_ReportView_ID)); } /** Get Report View. @return View used to generate this report */ - public int getAD_ReportView_ID () + public int getAD_ReportView_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReportView_ID); if (ii == null) @@ -175,9 +175,8 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Pe } /** Set Function Column. - @param FunctionColumn - Overwrite Column with Function - */ + @param FunctionColumn Overwrite Column with Function + */ public void setFunctionColumn (String FunctionColumn) { set_Value (COLUMNNAME_FunctionColumn, FunctionColumn); @@ -186,15 +185,14 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Pe /** Get Function Column. @return Overwrite Column with Function */ - public String getFunctionColumn () + public String getFunctionColumn() { return (String)get_Value(COLUMNNAME_FunctionColumn); } /** Set SQL Group Function. - @param IsGroupFunction - This function will generate a Group By Clause - */ + @param IsGroupFunction This function will generate a Group By Clause + */ public void setIsGroupFunction (boolean IsGroupFunction) { set_Value (COLUMNNAME_IsGroupFunction, Boolean.valueOf(IsGroupFunction)); @@ -203,7 +201,7 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Pe /** Get SQL Group Function. @return This function will generate a Group By Clause */ - public boolean isGroupFunction () + public boolean isGroupFunction() { Object oo = get_Value(COLUMNNAME_IsGroupFunction); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ReportView_Column.java b/org.adempiere.base/src/org/compiere/model/X_AD_ReportView_Column.java index 22b266240c..75b4f6100c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ReportView_Column.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ReportView_Column.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_ReportView_Column * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ReportView_Column") public class X_AD_ReportView_Column extends PO implements I_AD_ReportView_Column, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_ReportView_Column extends PO implements I_AD_ReportView_Column /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ReportView_Column (Properties ctx, int AD_ReportView_Column_ID, String trxName) @@ -78,21 +78,20 @@ public class X_AD_ReportView_Column extends PO implements I_AD_ReportView_Column } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Column_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -101,7 +100,8 @@ public class X_AD_ReportView_Column extends PO implements I_AD_ReportView_Column } /** Set AD_ReportView_Column_UU. - @param AD_ReportView_Column_UU AD_ReportView_Column_UU */ + @param AD_ReportView_Column_UU AD_ReportView_Column_UU + */ public void setAD_ReportView_Column_UU (String AD_ReportView_Column_UU) { set_ValueNoCheck (COLUMNNAME_AD_ReportView_Column_UU, AD_ReportView_Column_UU); @@ -109,7 +109,7 @@ public class X_AD_ReportView_Column extends PO implements I_AD_ReportView_Column /** Get AD_ReportView_Column_UU. @return AD_ReportView_Column_UU */ - public String getAD_ReportView_Column_UU () + public String getAD_ReportView_Column_UU() { return (String)get_Value(COLUMNNAME_AD_ReportView_Column_UU); } @@ -121,21 +121,20 @@ public class X_AD_ReportView_Column extends PO implements I_AD_ReportView_Column } /** Set Report View. - @param AD_ReportView_ID - View used to generate this report - */ + @param AD_ReportView_ID View used to generate this report + */ public void setAD_ReportView_ID (int AD_ReportView_ID) { - if (AD_ReportView_ID < 1) + if (AD_ReportView_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ReportView_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ReportView_ID, Integer.valueOf(AD_ReportView_ID)); } /** Get Report View. @return View used to generate this report */ - public int getAD_ReportView_ID () + public int getAD_ReportView_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ReportView_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Role.java b/org.adempiere.base/src/org/compiere/model/X_AD_Role.java index 1d933ac924..dd261c6f15 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Role.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Role.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Role * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Role") public class X_AD_Role extends PO implements I_AD_Role, I_Persistent { @@ -33,7 +33,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Role (Properties ctx, int AD_Role_ID, String trxName) @@ -129,21 +129,20 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -152,7 +151,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set AD_Role_UU. - @param AD_Role_UU AD_Role_UU */ + @param AD_Role_UU AD_Role_UU + */ public void setAD_Role_UU (String AD_Role_UU) { set_Value (COLUMNNAME_AD_Role_UU, AD_Role_UU); @@ -160,7 +160,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get AD_Role_UU. @return AD_Role_UU */ - public String getAD_Role_UU () + public String getAD_Role_UU() { return (String)get_Value(COLUMNNAME_AD_Role_UU); } @@ -172,21 +172,20 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Menu Tree. - @param AD_Tree_Menu_ID - Tree of the menu - */ + @param AD_Tree_Menu_ID Tree of the menu + */ public void setAD_Tree_Menu_ID (int AD_Tree_Menu_ID) { - if (AD_Tree_Menu_ID < 1) + if (AD_Tree_Menu_ID < 1) set_Value (COLUMNNAME_AD_Tree_Menu_ID, null); - else + else set_Value (COLUMNNAME_AD_Tree_Menu_ID, Integer.valueOf(AD_Tree_Menu_ID)); } /** Get Menu Tree. @return Tree of the menu */ - public int getAD_Tree_Menu_ID () + public int getAD_Tree_Menu_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Menu_ID); if (ii == null) @@ -201,21 +200,20 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Organization Tree. - @param AD_Tree_Org_ID - Trees are used for (financial) reporting and security access (via role) - */ + @param AD_Tree_Org_ID Trees are used for (financial) reporting and security access (via role) + */ public void setAD_Tree_Org_ID (int AD_Tree_Org_ID) { - if (AD_Tree_Org_ID < 1) + if (AD_Tree_Org_ID < 1) set_Value (COLUMNNAME_AD_Tree_Org_ID, null); - else + else set_Value (COLUMNNAME_AD_Tree_Org_ID, Integer.valueOf(AD_Tree_Org_ID)); } /** Get Organization Tree. @return Trees are used for (financial) reporting and security access (via role) */ - public int getAD_Tree_Org_ID () + public int getAD_Tree_Org_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Org_ID); if (ii == null) @@ -224,7 +222,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Allow Info Account. - @param Allow_Info_Account Allow Info Account */ + @param Allow_Info_Account Allow Info Account + */ public void setAllow_Info_Account (boolean Allow_Info_Account) { set_Value (COLUMNNAME_Allow_Info_Account, Boolean.valueOf(Allow_Info_Account)); @@ -232,7 +231,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Allow Info Account. @return Allow Info Account */ - public boolean isAllow_Info_Account () + public boolean isAllow_Info_Account() { Object oo = get_Value(COLUMNNAME_Allow_Info_Account); if (oo != null) @@ -245,7 +244,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Allow Info Asset. - @param Allow_Info_Asset Allow Info Asset */ + @param Allow_Info_Asset Allow Info Asset + */ public void setAllow_Info_Asset (boolean Allow_Info_Asset) { set_Value (COLUMNNAME_Allow_Info_Asset, Boolean.valueOf(Allow_Info_Asset)); @@ -253,7 +253,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Allow Info Asset. @return Allow Info Asset */ - public boolean isAllow_Info_Asset () + public boolean isAllow_Info_Asset() { Object oo = get_Value(COLUMNNAME_Allow_Info_Asset); if (oo != null) @@ -266,7 +266,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Allow Info BPartner. - @param Allow_Info_BPartner Allow Info BPartner */ + @param Allow_Info_BPartner Allow Info BPartner + */ public void setAllow_Info_BPartner (boolean Allow_Info_BPartner) { set_Value (COLUMNNAME_Allow_Info_BPartner, Boolean.valueOf(Allow_Info_BPartner)); @@ -274,7 +275,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Allow Info BPartner. @return Allow Info BPartner */ - public boolean isAllow_Info_BPartner () + public boolean isAllow_Info_BPartner() { Object oo = get_Value(COLUMNNAME_Allow_Info_BPartner); if (oo != null) @@ -287,7 +288,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Allow Info InOut. - @param Allow_Info_InOut Allow Info InOut */ + @param Allow_Info_InOut Allow Info InOut + */ public void setAllow_Info_InOut (boolean Allow_Info_InOut) { set_Value (COLUMNNAME_Allow_Info_InOut, Boolean.valueOf(Allow_Info_InOut)); @@ -295,7 +297,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Allow Info InOut. @return Allow Info InOut */ - public boolean isAllow_Info_InOut () + public boolean isAllow_Info_InOut() { Object oo = get_Value(COLUMNNAME_Allow_Info_InOut); if (oo != null) @@ -308,7 +310,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Allow Info Invoice. - @param Allow_Info_Invoice Allow Info Invoice */ + @param Allow_Info_Invoice Allow Info Invoice + */ public void setAllow_Info_Invoice (boolean Allow_Info_Invoice) { set_Value (COLUMNNAME_Allow_Info_Invoice, Boolean.valueOf(Allow_Info_Invoice)); @@ -316,7 +319,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Allow Info Invoice. @return Allow Info Invoice */ - public boolean isAllow_Info_Invoice () + public boolean isAllow_Info_Invoice() { Object oo = get_Value(COLUMNNAME_Allow_Info_Invoice); if (oo != null) @@ -329,7 +332,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Allow Info Order. - @param Allow_Info_Order Allow Info Order */ + @param Allow_Info_Order Allow Info Order + */ public void setAllow_Info_Order (boolean Allow_Info_Order) { set_Value (COLUMNNAME_Allow_Info_Order, Boolean.valueOf(Allow_Info_Order)); @@ -337,7 +341,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Allow Info Order. @return Allow Info Order */ - public boolean isAllow_Info_Order () + public boolean isAllow_Info_Order() { Object oo = get_Value(COLUMNNAME_Allow_Info_Order); if (oo != null) @@ -350,7 +354,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Allow Info Payment. - @param Allow_Info_Payment Allow Info Payment */ + @param Allow_Info_Payment Allow Info Payment + */ public void setAllow_Info_Payment (boolean Allow_Info_Payment) { set_Value (COLUMNNAME_Allow_Info_Payment, Boolean.valueOf(Allow_Info_Payment)); @@ -358,7 +363,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Allow Info Payment. @return Allow Info Payment */ - public boolean isAllow_Info_Payment () + public boolean isAllow_Info_Payment() { Object oo = get_Value(COLUMNNAME_Allow_Info_Payment); if (oo != null) @@ -371,7 +376,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Allow Info Product. - @param Allow_Info_Product Allow Info Product */ + @param Allow_Info_Product Allow Info Product + */ public void setAllow_Info_Product (boolean Allow_Info_Product) { set_Value (COLUMNNAME_Allow_Info_Product, Boolean.valueOf(Allow_Info_Product)); @@ -379,7 +385,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Allow Info Product. @return Allow Info Product */ - public boolean isAllow_Info_Product () + public boolean isAllow_Info_Product() { Object oo = get_Value(COLUMNNAME_Allow_Info_Product); if (oo != null) @@ -392,7 +398,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Allow Info Resource. - @param Allow_Info_Resource Allow Info Resource */ + @param Allow_Info_Resource Allow Info Resource + */ public void setAllow_Info_Resource (boolean Allow_Info_Resource) { set_Value (COLUMNNAME_Allow_Info_Resource, Boolean.valueOf(Allow_Info_Resource)); @@ -400,7 +407,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Allow Info Resource. @return Allow Info Resource */ - public boolean isAllow_Info_Resource () + public boolean isAllow_Info_Resource() { Object oo = get_Value(COLUMNNAME_Allow_Info_Resource); if (oo != null) @@ -413,7 +420,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Allow Info Schedule. - @param Allow_Info_Schedule Allow Info Schedule */ + @param Allow_Info_Schedule Allow Info Schedule + */ public void setAllow_Info_Schedule (boolean Allow_Info_Schedule) { set_Value (COLUMNNAME_Allow_Info_Schedule, Boolean.valueOf(Allow_Info_Schedule)); @@ -421,7 +429,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Allow Info Schedule. @return Allow Info Schedule */ - public boolean isAllow_Info_Schedule () + public boolean isAllow_Info_Schedule() { Object oo = get_Value(COLUMNNAME_Allow_Info_Schedule); if (oo != null) @@ -434,9 +442,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Approval Amount. - @param AmtApproval - The approval amount limit for this role - */ + @param AmtApproval The approval amount limit for this role + */ public void setAmtApproval (BigDecimal AmtApproval) { set_Value (COLUMNNAME_AmtApproval, AmtApproval); @@ -445,7 +452,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Approval Amount. @return The approval amount limit for this role */ - public BigDecimal getAmtApproval () + public BigDecimal getAmtApproval() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtApproval); if (bd == null) @@ -454,9 +461,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Approval Amount Accumulated. - @param AmtApprovalAccum - The approval amount limit for this role accumulated on a period - */ + @param AmtApprovalAccum The approval amount limit for this role accumulated on a period + */ public void setAmtApprovalAccum (BigDecimal AmtApprovalAccum) { set_Value (COLUMNNAME_AmtApprovalAccum, AmtApprovalAccum); @@ -465,7 +471,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Approval Amount Accumulated. @return The approval amount limit for this role accumulated on a period */ - public BigDecimal getAmtApprovalAccum () + public BigDecimal getAmtApprovalAccum() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtApprovalAccum); if (bd == null) @@ -480,21 +486,20 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -503,9 +508,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Confirm Query Records. - @param ConfirmQueryRecords - Require Confirmation if more records will be returned by the query (If not defined 500) - */ + @param ConfirmQueryRecords Require Confirmation if more records will be returned by the query (If not defined 500) + */ public void setConfirmQueryRecords (int ConfirmQueryRecords) { set_Value (COLUMNNAME_ConfirmQueryRecords, Integer.valueOf(ConfirmQueryRecords)); @@ -514,7 +518,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Confirm Query Records. @return Require Confirmation if more records will be returned by the query (If not defined 500) */ - public int getConfirmQueryRecords () + public int getConfirmQueryRecords() { Integer ii = (Integer)get_Value(COLUMNNAME_ConfirmQueryRecords); if (ii == null) @@ -523,9 +527,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Days Approval Accumulated. - @param DaysApprovalAccum - The days approval indicates the days to take into account to verify the accumulated approval amount. - */ + @param DaysApprovalAccum The days approval indicates the days to take into account to verify the accumulated approval amount. + */ public void setDaysApprovalAccum (int DaysApprovalAccum) { set_Value (COLUMNNAME_DaysApprovalAccum, Integer.valueOf(DaysApprovalAccum)); @@ -534,7 +537,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Days Approval Accumulated. @return The days approval indicates the days to take into account to verify the accumulated approval amount. */ - public int getDaysApprovalAccum () + public int getDaysApprovalAccum() { Integer ii = (Integer)get_Value(COLUMNNAME_DaysApprovalAccum); if (ii == null) @@ -543,9 +546,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -554,21 +556,22 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } - /** Set Access Advanced . - @param IsAccessAdvanced Access Advanced */ + /** Set Access Advanced. + @param IsAccessAdvanced Access Advanced + */ public void setIsAccessAdvanced (boolean IsAccessAdvanced) { set_Value (COLUMNNAME_IsAccessAdvanced, Boolean.valueOf(IsAccessAdvanced)); } - /** Get Access Advanced . - @return Access Advanced */ - public boolean isAccessAdvanced () + /** Get Access Advanced. + @return Access Advanced */ + public boolean isAccessAdvanced() { Object oo = get_Value(COLUMNNAME_IsAccessAdvanced); if (oo != null) @@ -581,9 +584,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Access all Orgs. - @param IsAccessAllOrgs - Access all Organizations (no org access control) of the client - */ + @param IsAccessAllOrgs Access all Organizations (no org access control) of the client + */ public void setIsAccessAllOrgs (boolean IsAccessAllOrgs) { set_Value (COLUMNNAME_IsAccessAllOrgs, Boolean.valueOf(IsAccessAllOrgs)); @@ -592,7 +594,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Access all Orgs. @return Access all Organizations (no org access control) of the client */ - public boolean isAccessAllOrgs () + public boolean isAccessAllOrgs() { Object oo = get_Value(COLUMNNAME_IsAccessAllOrgs); if (oo != null) @@ -605,9 +607,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Approve own Documents. - @param IsCanApproveOwnDoc - Users with this role can approve their own documents - */ + @param IsCanApproveOwnDoc Users with this role can approve their own documents + */ public void setIsCanApproveOwnDoc (boolean IsCanApproveOwnDoc) { set_Value (COLUMNNAME_IsCanApproveOwnDoc, Boolean.valueOf(IsCanApproveOwnDoc)); @@ -616,7 +617,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Approve own Documents. @return Users with this role can approve their own documents */ - public boolean isCanApproveOwnDoc () + public boolean isCanApproveOwnDoc() { Object oo = get_Value(COLUMNNAME_IsCanApproveOwnDoc); if (oo != null) @@ -629,9 +630,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Can Export. - @param IsCanExport - Users with this role can export data - */ + @param IsCanExport Users with this role can export data + */ public void setIsCanExport (boolean IsCanExport) { set_Value (COLUMNNAME_IsCanExport, Boolean.valueOf(IsCanExport)); @@ -640,7 +640,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Can Export. @return Users with this role can export data */ - public boolean isCanExport () + public boolean isCanExport() { Object oo = get_Value(COLUMNNAME_IsCanExport); if (oo != null) @@ -653,9 +653,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Can Report. - @param IsCanReport - Users with this role can create reports - */ + @param IsCanReport Users with this role can create reports + */ public void setIsCanReport (boolean IsCanReport) { set_Value (COLUMNNAME_IsCanReport, Boolean.valueOf(IsCanReport)); @@ -664,7 +663,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Can Report. @return Users with this role can create reports */ - public boolean isCanReport () + public boolean isCanReport() { Object oo = get_Value(COLUMNNAME_IsCanReport); if (oo != null) @@ -677,9 +676,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Maintain Change Log. - @param IsChangeLog - Maintain a log of changes - */ + @param IsChangeLog Maintain a log of changes + */ public void setIsChangeLog (boolean IsChangeLog) { set_Value (COLUMNNAME_IsChangeLog, Boolean.valueOf(IsChangeLog)); @@ -688,7 +686,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Maintain Change Log. @return Maintain a log of changes */ - public boolean isChangeLog () + public boolean isChangeLog() { Object oo = get_Value(COLUMNNAME_IsChangeLog); if (oo != null) @@ -701,7 +699,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set IsDiscountAllowedOnTotal. - @param IsDiscountAllowedOnTotal IsDiscountAllowedOnTotal */ + @param IsDiscountAllowedOnTotal IsDiscountAllowedOnTotal + */ public void setIsDiscountAllowedOnTotal (boolean IsDiscountAllowedOnTotal) { set_Value (COLUMNNAME_IsDiscountAllowedOnTotal, Boolean.valueOf(IsDiscountAllowedOnTotal)); @@ -709,7 +708,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get IsDiscountAllowedOnTotal. @return IsDiscountAllowedOnTotal */ - public boolean isDiscountAllowedOnTotal () + public boolean isDiscountAllowedOnTotal() { Object oo = get_Value(COLUMNNAME_IsDiscountAllowedOnTotal); if (oo != null) @@ -722,7 +721,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set IsDiscountUptoLimitPrice. - @param IsDiscountUptoLimitPrice IsDiscountUptoLimitPrice */ + @param IsDiscountUptoLimitPrice IsDiscountUptoLimitPrice + */ public void setIsDiscountUptoLimitPrice (boolean IsDiscountUptoLimitPrice) { set_Value (COLUMNNAME_IsDiscountUptoLimitPrice, Boolean.valueOf(IsDiscountUptoLimitPrice)); @@ -730,7 +730,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get IsDiscountUptoLimitPrice. @return IsDiscountUptoLimitPrice */ - public boolean isDiscountUptoLimitPrice () + public boolean isDiscountUptoLimitPrice() { Object oo = get_Value(COLUMNNAME_IsDiscountUptoLimitPrice); if (oo != null) @@ -743,9 +743,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Manual. - @param IsManual - This is a manual process - */ + @param IsManual This is a manual process + */ public void setIsManual (boolean IsManual) { set_Value (COLUMNNAME_IsManual, Boolean.valueOf(IsManual)); @@ -754,7 +753,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Manual. @return This is a manual process */ - public boolean isManual () + public boolean isManual() { Object oo = get_Value(COLUMNNAME_IsManual); if (oo != null) @@ -767,9 +766,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Master Role. - @param IsMasterRole - A master role cannot be assigned to users, it is intended to define access to menu option and documents and inherit to other roles - */ + @param IsMasterRole A master role cannot be assigned to users, it is intended to define access to menu option and documents and inherit to other roles + */ public void setIsMasterRole (boolean IsMasterRole) { set_Value (COLUMNNAME_IsMasterRole, Boolean.valueOf(IsMasterRole)); @@ -778,7 +776,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Master Role. @return A master role cannot be assigned to users, it is intended to define access to menu option and documents and inherit to other roles */ - public boolean isMasterRole () + public boolean isMasterRole() { Object oo = get_Value(COLUMNNAME_IsMasterRole); if (oo != null) @@ -791,9 +789,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Auto expand menu. - @param IsMenuAutoExpand - If ticked, the menu is automatically expanded - */ + @param IsMenuAutoExpand If ticked, the menu is automatically expanded + */ public void setIsMenuAutoExpand (boolean IsMenuAutoExpand) { set_Value (COLUMNNAME_IsMenuAutoExpand, Boolean.valueOf(IsMenuAutoExpand)); @@ -802,7 +799,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Auto expand menu. @return If ticked, the menu is automatically expanded */ - public boolean isMenuAutoExpand () + public boolean isMenuAutoExpand() { Object oo = get_Value(COLUMNNAME_IsMenuAutoExpand); if (oo != null) @@ -815,9 +812,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Personal Access. - @param IsPersonalAccess - Allow access to all personal records - */ + @param IsPersonalAccess Allow access to all personal records + */ public void setIsPersonalAccess (boolean IsPersonalAccess) { set_Value (COLUMNNAME_IsPersonalAccess, Boolean.valueOf(IsPersonalAccess)); @@ -826,7 +822,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Personal Access. @return Allow access to all personal records */ - public boolean isPersonalAccess () + public boolean isPersonalAccess() { Object oo = get_Value(COLUMNNAME_IsPersonalAccess); if (oo != null) @@ -839,9 +835,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Personal Lock. - @param IsPersonalLock - Allow users with role to lock access to personal records - */ + @param IsPersonalLock Allow users with role to lock access to personal records + */ public void setIsPersonalLock (boolean IsPersonalLock) { set_Value (COLUMNNAME_IsPersonalLock, Boolean.valueOf(IsPersonalLock)); @@ -850,7 +845,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Personal Lock. @return Allow users with role to lock access to personal records */ - public boolean isPersonalLock () + public boolean isPersonalLock() { Object oo = get_Value(COLUMNNAME_IsPersonalLock); if (oo != null) @@ -863,9 +858,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Show Accounting. - @param IsShowAcct - Users with this role can see accounting information - */ + @param IsShowAcct Users with this role can see accounting information + */ public void setIsShowAcct (boolean IsShowAcct) { set_Value (COLUMNNAME_IsShowAcct, Boolean.valueOf(IsShowAcct)); @@ -874,7 +868,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Show Accounting. @return Users with this role can see accounting information */ - public boolean isShowAcct () + public boolean isShowAcct() { Object oo = get_Value(COLUMNNAME_IsShowAcct); if (oo != null) @@ -887,9 +881,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Use User Org Access. - @param IsUseUserOrgAccess - Use Org Access defined by user instead of Role Org Access - */ + @param IsUseUserOrgAccess Use Org Access defined by user instead of Role Org Access + */ public void setIsUseUserOrgAccess (boolean IsUseUserOrgAccess) { set_Value (COLUMNNAME_IsUseUserOrgAccess, Boolean.valueOf(IsUseUserOrgAccess)); @@ -898,7 +891,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Use User Org Access. @return Use Org Access defined by user instead of Role Org Access */ - public boolean isUseUserOrgAccess () + public boolean isUseUserOrgAccess() { Object oo = get_Value(COLUMNNAME_IsUseUserOrgAccess); if (oo != null) @@ -911,9 +904,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Max Query Records. - @param MaxQueryRecords - If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records - */ + @param MaxQueryRecords If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records + */ public void setMaxQueryRecords (int MaxQueryRecords) { set_Value (COLUMNNAME_MaxQueryRecords, Integer.valueOf(MaxQueryRecords)); @@ -922,7 +914,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Max Query Records. @return If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records */ - public int getMaxQueryRecords () + public int getMaxQueryRecords() { Integer ii = (Integer)get_Value(COLUMNNAME_MaxQueryRecords); if (ii == null) @@ -931,9 +923,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -942,7 +933,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -956,9 +947,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Overwrite Price Limit. - @param OverwritePriceLimit - Overwrite Price Limit if the Price List enforces the Price Limit - */ + @param OverwritePriceLimit Overwrite Price Limit if the Price List enforces the Price Limit + */ public void setOverwritePriceLimit (boolean OverwritePriceLimit) { set_Value (COLUMNNAME_OverwritePriceLimit, Boolean.valueOf(OverwritePriceLimit)); @@ -967,7 +957,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Overwrite Price Limit. @return Overwrite Price Limit if the Price List enforces the Price Limit */ - public boolean isOverwritePriceLimit () + public boolean isOverwritePriceLimit() { Object oo = get_Value(COLUMNNAME_OverwritePriceLimit); if (oo != null) @@ -990,9 +980,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** User = U */ public static final String PREFERENCETYPE_User = "U"; /** Set Preference Level. - @param PreferenceType - Determines what preferences the user can set - */ + @param PreferenceType Determines what preferences the user can set + */ public void setPreferenceType (String PreferenceType) { @@ -1002,7 +991,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Preference Level. @return Determines what preferences the user can set */ - public String getPreferenceType () + public String getPreferenceType() { return (String)get_Value(COLUMNNAME_PreferenceType); } @@ -1030,7 +1019,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** WebUI = ZK */ public static final String ROLETYPE_WebUI = "ZK"; /** Set Role Type. - @param RoleType Role Type */ + @param RoleType Role Type + */ public void setRoleType (String RoleType) { @@ -1039,7 +1029,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get Role Type. @return Role Type */ - public String getRoleType () + public String getRoleType() { return (String)get_Value(COLUMNNAME_RoleType); } @@ -1051,21 +1041,20 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set Supervisor. - @param Supervisor_ID - Supervisor for this user/organization - used for escalation and approval - */ + @param Supervisor_ID Supervisor for this user/organization - used for escalation and approval + */ public void setSupervisor_ID (int Supervisor_ID) { - if (Supervisor_ID < 1) + if (Supervisor_ID < 1) set_Value (COLUMNNAME_Supervisor_ID, null); - else + else set_Value (COLUMNNAME_Supervisor_ID, Integer.valueOf(Supervisor_ID)); } /** Get Supervisor. @return Supervisor for this user/organization - used for escalation and approval */ - public int getSupervisor_ID () + public int getSupervisor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Supervisor_ID); if (ii == null) @@ -1074,7 +1063,8 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent } /** Set UserDiscount. - @param UserDiscount UserDiscount */ + @param UserDiscount UserDiscount + */ public void setUserDiscount (BigDecimal UserDiscount) { set_Value (COLUMNNAME_UserDiscount, UserDiscount); @@ -1082,7 +1072,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get UserDiscount. @return UserDiscount */ - public BigDecimal getUserDiscount () + public BigDecimal getUserDiscount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_UserDiscount); if (bd == null) @@ -1092,18 +1082,17 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** UserLevel AD_Reference_ID=226 */ public static final int USERLEVEL_AD_Reference_ID=226; + /** Organization = O */ + public static final String USERLEVEL_Organization = " O"; /** Client = C */ public static final String USERLEVEL_Client = " C "; /** Client+Organization = CO */ public static final String USERLEVEL_ClientPlusOrganization = " CO"; - /** Organization = O */ - public static final String USERLEVEL_Organization = " O"; /** System = S */ public static final String USERLEVEL_System = "S "; /** Set User Level. - @param UserLevel - System Client Organization - */ + @param UserLevel System Client Organization + */ public void setUserLevel (String UserLevel) { @@ -1113,7 +1102,7 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent /** Get User Level. @return System Client Organization */ - public String getUserLevel () + public String getUserLevel() { return (String)get_Value(COLUMNNAME_UserLevel); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Role_Included.java b/org.adempiere.base/src/org/compiere/model/X_AD_Role_Included.java index 6612dd6336..2557395c89 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Role_Included.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Role_Included.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Role_Included * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Role_Included") public class X_AD_Role_Included extends PO implements I_AD_Role_Included, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Role_Included extends PO implements I_AD_Role_Included, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Role_Included (Properties ctx, int AD_Role_Included_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_Role_Included extends PO implements I_AD_Role_Included, I_Pers } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -103,7 +102,8 @@ public class X_AD_Role_Included extends PO implements I_AD_Role_Included, I_Pers } /** Set AD_Role_Included_UU. - @param AD_Role_Included_UU AD_Role_Included_UU */ + @param AD_Role_Included_UU AD_Role_Included_UU + */ public void setAD_Role_Included_UU (String AD_Role_Included_UU) { set_Value (COLUMNNAME_AD_Role_Included_UU, AD_Role_Included_UU); @@ -111,7 +111,7 @@ public class X_AD_Role_Included extends PO implements I_AD_Role_Included, I_Pers /** Get AD_Role_Included_UU. @return AD_Role_Included_UU */ - public String getAD_Role_Included_UU () + public String getAD_Role_Included_UU() { return (String)get_Value(COLUMNNAME_AD_Role_Included_UU); } @@ -123,18 +123,19 @@ public class X_AD_Role_Included extends PO implements I_AD_Role_Included, I_Pers } /** Set Included Role. - @param Included_Role_ID Included Role */ + @param Included_Role_ID Included Role + */ public void setIncluded_Role_ID (int Included_Role_ID) { - if (Included_Role_ID < 1) + if (Included_Role_ID < 1) set_ValueNoCheck (COLUMNNAME_Included_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Included_Role_ID, Integer.valueOf(Included_Role_ID)); } /** Get Included Role. @return Included Role */ - public int getIncluded_Role_ID () + public int getIncluded_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Included_Role_ID); if (ii == null) @@ -143,9 +144,8 @@ public class X_AD_Role_Included extends PO implements I_AD_Role_Included, I_Pers } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -154,7 +154,7 @@ public class X_AD_Role_Included extends PO implements I_AD_Role_Included, I_Pers /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Role_OrgAccess.java b/org.adempiere.base/src/org/compiere/model/X_AD_Role_OrgAccess.java index e2927ef1fe..01d19e122b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Role_OrgAccess.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Role_OrgAccess.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Role_OrgAccess * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Role_OrgAccess") public class X_AD_Role_OrgAccess extends PO implements I_AD_Role_OrgAccess, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Role_OrgAccess extends PO implements I_AD_Role_OrgAccess, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Role_OrgAccess (Properties ctx, int AD_Role_OrgAccess_ID, String trxName) @@ -78,21 +78,20 @@ public class X_AD_Role_OrgAccess extends PO implements I_AD_Role_OrgAccess, I_Pe } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -101,7 +100,8 @@ public class X_AD_Role_OrgAccess extends PO implements I_AD_Role_OrgAccess, I_Pe } /** Set AD_Role_OrgAccess_UU. - @param AD_Role_OrgAccess_UU AD_Role_OrgAccess_UU */ + @param AD_Role_OrgAccess_UU AD_Role_OrgAccess_UU + */ public void setAD_Role_OrgAccess_UU (String AD_Role_OrgAccess_UU) { set_Value (COLUMNNAME_AD_Role_OrgAccess_UU, AD_Role_OrgAccess_UU); @@ -109,15 +109,14 @@ public class X_AD_Role_OrgAccess extends PO implements I_AD_Role_OrgAccess, I_Pe /** Get AD_Role_OrgAccess_UU. @return AD_Role_OrgAccess_UU */ - public String getAD_Role_OrgAccess_UU () + public String getAD_Role_OrgAccess_UU() { return (String)get_Value(COLUMNNAME_AD_Role_OrgAccess_UU); } /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (boolean IsReadOnly) { set_Value (COLUMNNAME_IsReadOnly, Boolean.valueOf(IsReadOnly)); @@ -126,7 +125,7 @@ public class X_AD_Role_OrgAccess extends PO implements I_AD_Role_OrgAccess, I_Pe /** Get Read Only. @return Field is read only */ - public boolean isReadOnly () + public boolean isReadOnly() { Object oo = get_Value(COLUMNNAME_IsReadOnly); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Rule.java b/org.adempiere.base/src/org/compiere/model/X_AD_Rule.java index 5fedddbc96..fe9942740f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Rule.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Rule.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Rule * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Rule") public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Rule (Properties ctx, int AD_Rule_ID, String trxName) @@ -92,9 +92,8 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** All = 7 */ public static final String ACCESSLEVEL_All = "7"; /** Set Data Access Level. - @param AccessLevel - Access Level required - */ + @param AccessLevel Access Level required + */ public void setAccessLevel (String AccessLevel) { @@ -104,24 +103,25 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** Get Data Access Level. @return Access Level required */ - public String getAccessLevel () + public String getAccessLevel() { return (String)get_Value(COLUMNNAME_AccessLevel); } /** Set Rule. - @param AD_Rule_ID Rule */ + @param AD_Rule_ID Rule + */ public void setAD_Rule_ID (int AD_Rule_ID) { - if (AD_Rule_ID < 1) + if (AD_Rule_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Rule_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Rule_ID, Integer.valueOf(AD_Rule_ID)); } /** Get Rule. @return Rule */ - public int getAD_Rule_ID () + public int getAD_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Rule_ID); if (ii == null) @@ -130,7 +130,8 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent } /** Set AD_Rule_UU. - @param AD_Rule_UU AD_Rule_UU */ + @param AD_Rule_UU AD_Rule_UU + */ public void setAD_Rule_UU (String AD_Rule_UU) { set_Value (COLUMNNAME_AD_Rule_UU, AD_Rule_UU); @@ -138,15 +139,14 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** Get AD_Rule_UU. @return AD_Rule_UU */ - public String getAD_Rule_UU () + public String getAD_Rule_UU() { return (String)get_Value(COLUMNNAME_AD_Rule_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -155,7 +155,7 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -163,9 +163,8 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -175,7 +174,7 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } @@ -186,7 +185,7 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent public static final String EVENTTYPE_Callout = "C"; /** Model Validator Document Event = D */ public static final String EVENTTYPE_ModelValidatorDocumentEvent = "D"; - /** Human Resource & Payroll = H */ + /** Human Resource & Payroll = H */ public static final String EVENTTYPE_HumanResourcePayroll = "H"; /** Model Validator Login Event = L */ public static final String EVENTTYPE_ModelValidatorLoginEvent = "L"; @@ -199,9 +198,8 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** Model Validator Table Event = T */ public static final String EVENTTYPE_ModelValidatorTableEvent = "T"; /** Set Event Type. - @param EventType - Type of Event - */ + @param EventType Type of Event + */ public void setEventType (String EventType) { @@ -211,15 +209,14 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** Get Event Type. @return Type of Event */ - public String getEventType () + public String getEventType() { return (String)get_Value(COLUMNNAME_EventType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -228,15 +225,14 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -245,7 +241,7 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -269,7 +265,8 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** JSR 223 Scripting APIs = S */ public static final String RULETYPE_JSR223ScriptingAPIs = "S"; /** Set Rule Type. - @param RuleType Rule Type */ + @param RuleType Rule Type + */ public void setRuleType (String RuleType) { @@ -278,15 +275,14 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** Get Rule Type. @return Rule Type */ - public String getRuleType () + public String getRuleType() { return (String)get_Value(COLUMNNAME_RuleType); } /** Set Script. - @param Script - Dynamic Java Language Script to calculate result - */ + @param Script Dynamic Java Language Script to calculate result + */ public void setScript (String Script) { set_Value (COLUMNNAME_Script, Script); @@ -295,15 +291,14 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** Get Script. @return Dynamic Java Language Script to calculate result */ - public String getScript () + public String getScript() { return (String)get_Value(COLUMNNAME_Script); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -312,7 +307,7 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_SMTP.java b/org.adempiere.base/src/org/compiere/model/X_AD_SMTP.java index 0b330c451b..b5992c0fe2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_SMTP.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_SMTP.java @@ -23,14 +23,15 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_SMTP * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ +@org.adempiere.base.Model(table="AD_SMTP") public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent { /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_SMTP (Properties ctx, int AD_SMTP_ID, String trxName) @@ -54,7 +55,7 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent } /** AccessLevel - * @return 3 - Client - Org + * @return 7 - System - Client - Org */ protected int get_AccessLevel() { @@ -76,18 +77,19 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent } /** Set SMTP Server. - @param AD_SMTP_ID SMTP Server */ + @param AD_SMTP_ID SMTP Server + */ public void setAD_SMTP_ID (int AD_SMTP_ID) { - if (AD_SMTP_ID < 1) + if (AD_SMTP_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_SMTP_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_SMTP_ID, Integer.valueOf(AD_SMTP_ID)); } /** Get SMTP Server. @return SMTP Server */ - public int getAD_SMTP_ID () + public int getAD_SMTP_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_SMTP_ID); if (ii == null) @@ -96,7 +98,8 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent } /** Set AD_SMTP_UU. - @param AD_SMTP_UU AD_SMTP_UU */ + @param AD_SMTP_UU AD_SMTP_UU + */ public void setAD_SMTP_UU (String AD_SMTP_UU) { set_Value (COLUMNNAME_AD_SMTP_UU, AD_SMTP_UU); @@ -104,15 +107,14 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent /** Get AD_SMTP_UU. @return AD_SMTP_UU */ - public String getAD_SMTP_UU () + public String getAD_SMTP_UU() { return (String)get_Value(COLUMNNAME_AD_SMTP_UU); } /** Set EMail Test. - @param EMailTest - Test EMail - */ + @param EMailTest Test EMail + */ public void setEMailTest (String EMailTest) { set_Value (COLUMNNAME_EMailTest, EMailTest); @@ -121,15 +123,14 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent /** Get EMail Test. @return Test EMail */ - public String getEMailTest () + public String getEMailTest() { return (String)get_Value(COLUMNNAME_EMailTest); } /** Set SMTP SSL/TLS. - @param IsSecureSMTP - Use SSL/TLS for SMTP - */ + @param IsSecureSMTP Use SSL/TLS for SMTP + */ public void setIsSecureSMTP (boolean IsSecureSMTP) { set_Value (COLUMNNAME_IsSecureSMTP, Boolean.valueOf(IsSecureSMTP)); @@ -138,7 +139,7 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent /** Get SMTP SSL/TLS. @return Use SSL/TLS for SMTP */ - public boolean isSecureSMTP () + public boolean isSecureSMTP() { Object oo = get_Value(COLUMNNAME_IsSecureSMTP); if (oo != null) @@ -151,9 +152,8 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent } /** Set SMTP Authentication. - @param IsSmtpAuthorization - Your mail server requires Authentication - */ + @param IsSmtpAuthorization Your mail server requires Authentication + */ public void setIsSmtpAuthorization (boolean IsSmtpAuthorization) { set_Value (COLUMNNAME_IsSmtpAuthorization, Boolean.valueOf(IsSmtpAuthorization)); @@ -162,7 +162,7 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent /** Get SMTP Authentication. @return Your mail server requires Authentication */ - public boolean isSmtpAuthorization () + public boolean isSmtpAuthorization() { Object oo = get_Value(COLUMNNAME_IsSmtpAuthorization); if (oo != null) @@ -175,9 +175,8 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -186,7 +185,7 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -200,9 +199,8 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent } /** Set Request User. - @param RequestUser - User Name (ID) of the email owner - */ + @param RequestUser User Name (ID) of the email owner + */ public void setRequestUser (String RequestUser) { set_Value (COLUMNNAME_RequestUser, RequestUser); @@ -211,15 +209,14 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent /** Get Request User. @return User Name (ID) of the email owner */ - public String getRequestUser () + public String getRequestUser() { return (String)get_Value(COLUMNNAME_RequestUser); } /** Set Request User Password. - @param RequestUserPW - Password of the user name (ID) for mail processing - */ + @param RequestUserPW Password of the user name (ID) for mail processing + */ public void setRequestUserPW (String RequestUserPW) { set_Value (COLUMNNAME_RequestUserPW, RequestUserPW); @@ -228,15 +225,14 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent /** Get Request User Password. @return Password of the user name (ID) for mail processing */ - public String getRequestUserPW () + public String getRequestUserPW() { return (String)get_Value(COLUMNNAME_RequestUserPW); } /** Set Mail Host. - @param SMTPHost - Hostname of Mail Server for SMTP and IMAP - */ + @param SMTPHost Hostname of Mail Server for SMTP and IMAP + */ public void setSMTPHost (String SMTPHost) { set_Value (COLUMNNAME_SMTPHost, SMTPHost); @@ -245,15 +241,14 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent /** Get Mail Host. @return Hostname of Mail Server for SMTP and IMAP */ - public String getSMTPHost () + public String getSMTPHost() { return (String)get_Value(COLUMNNAME_SMTPHost); } /** Set SMTP Port. - @param SMTPPort - SMTP Port Number - */ + @param SMTPPort SMTP Port Number + */ public void setSMTPPort (int SMTPPort) { set_Value (COLUMNNAME_SMTPPort, Integer.valueOf(SMTPPort)); @@ -262,7 +257,7 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent /** Get SMTP Port. @return SMTP Port Number */ - public int getSMTPPort () + public int getSMTPPort() { Integer ii = (Integer)get_Value(COLUMNNAME_SMTPPort); if (ii == null) @@ -271,7 +266,8 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent } /** Set Used by email or domain. - @param UsedByEmailOrDomain Used by email or domain */ + @param UsedByEmailOrDomain Used by email or domain + */ public void setUsedByEmailOrDomain (String UsedByEmailOrDomain) { set_Value (COLUMNNAME_UsedByEmailOrDomain, UsedByEmailOrDomain); @@ -279,7 +275,7 @@ public class X_AD_SMTP extends PO implements I_AD_SMTP, I_Persistent /** Get Used by email or domain. @return Used by email or domain */ - public String getUsedByEmailOrDomain () + public String getUsedByEmailOrDomain() { return (String)get_Value(COLUMNNAME_UsedByEmailOrDomain); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Schedule.java b/org.adempiere.base/src/org/compiere/model/X_AD_Schedule.java index ad9ab42b8d..544d18bd1e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Schedule.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Schedule.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Schedule * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Schedule") public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Schedule (Properties ctx, int AD_Schedule_ID, String trxName) @@ -76,18 +76,19 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent } /** Set Schedule. - @param AD_Schedule_ID Schedule */ + @param AD_Schedule_ID Schedule + */ public void setAD_Schedule_ID (int AD_Schedule_ID) { - if (AD_Schedule_ID < 1) + if (AD_Schedule_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Schedule_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Schedule_ID, Integer.valueOf(AD_Schedule_ID)); } /** Get Schedule. @return Schedule */ - public int getAD_Schedule_ID () + public int getAD_Schedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Schedule_ID); if (ii == null) @@ -96,7 +97,8 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent } /** Set AD_Schedule_UU. - @param AD_Schedule_UU AD_Schedule_UU */ + @param AD_Schedule_UU AD_Schedule_UU + */ public void setAD_Schedule_UU (String AD_Schedule_UU) { set_Value (COLUMNNAME_AD_Schedule_UU, AD_Schedule_UU); @@ -104,15 +106,14 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Get AD_Schedule_UU. @return AD_Schedule_UU */ - public String getAD_Schedule_UU () + public String getAD_Schedule_UU() { return (String)get_Value(COLUMNNAME_AD_Schedule_UU); } /** Set Cron Scheduling Pattern. - @param CronPattern - Cron pattern to define when the process should be invoked. - */ + @param CronPattern Cron pattern to define when the process should be invoked. + */ public void setCronPattern (String CronPattern) { set_Value (COLUMNNAME_CronPattern, CronPattern); @@ -121,15 +122,14 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Get Cron Scheduling Pattern. @return Cron pattern to define when the process should be invoked. */ - public String getCronPattern () + public String getCronPattern() { return (String)get_Value(COLUMNNAME_CronPattern); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -138,15 +138,14 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Frequency. - @param Frequency - Frequency of events - */ + @param Frequency Frequency of events + */ public void setFrequency (int Frequency) { set_Value (COLUMNNAME_Frequency, Integer.valueOf(Frequency)); @@ -155,7 +154,7 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Get Frequency. @return Frequency of events */ - public int getFrequency () + public int getFrequency() { Integer ii = (Integer)get_Value(COLUMNNAME_Frequency); if (ii == null) @@ -172,9 +171,8 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Minute = M */ public static final String FREQUENCYTYPE_Minute = "M"; /** Set Frequency Type. - @param FrequencyType - Frequency of event - */ + @param FrequencyType Frequency of event + */ public void setFrequencyType (String FrequencyType) { @@ -184,15 +182,14 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Get Frequency Type. @return Frequency of event */ - public String getFrequencyType () + public String getFrequencyType() { return (String)get_Value(COLUMNNAME_FrequencyType); } /** Set Ignore Processing Time. - @param IsIgnoreProcessingTime - Do not include processing time for the DateNextRun calculation - */ + @param IsIgnoreProcessingTime Do not include processing time for the DateNextRun calculation + */ public void setIsIgnoreProcessingTime (boolean IsIgnoreProcessingTime) { set_Value (COLUMNNAME_IsIgnoreProcessingTime, Boolean.valueOf(IsIgnoreProcessingTime)); @@ -201,7 +198,7 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Get Ignore Processing Time. @return Do not include processing time for the DateNextRun calculation */ - public boolean isIgnoreProcessingTime () + public boolean isIgnoreProcessingTime() { Object oo = get_Value(COLUMNNAME_IsIgnoreProcessingTime); if (oo != null) @@ -214,9 +211,8 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent } /** Set System Schedule. - @param IsSystemSchedule - Schedule Just For System - */ + @param IsSystemSchedule Schedule Just For System + */ public void setIsSystemSchedule (boolean IsSystemSchedule) { set_Value (COLUMNNAME_IsSystemSchedule, Boolean.valueOf(IsSystemSchedule)); @@ -225,7 +221,7 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Get System Schedule. @return Schedule Just For System */ - public boolean isSystemSchedule () + public boolean isSystemSchedule() { Object oo = get_Value(COLUMNNAME_IsSystemSchedule); if (oo != null) @@ -238,9 +234,8 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent } /** Set Day of the Month. - @param MonthDay - Day of the month 1 to 28/29/30/31 - */ + @param MonthDay Day of the month 1 to 28/29/30/31 + */ public void setMonthDay (int MonthDay) { set_Value (COLUMNNAME_MonthDay, Integer.valueOf(MonthDay)); @@ -249,7 +244,7 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Get Day of the Month. @return Day of the month 1 to 28/29/30/31 */ - public int getMonthDay () + public int getMonthDay() { Integer ii = (Integer)get_Value(COLUMNNAME_MonthDay); if (ii == null) @@ -258,9 +253,8 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -269,7 +263,7 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -283,7 +277,8 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent } /** Set Run only on IP. - @param RunOnlyOnIP Run only on IP */ + @param RunOnlyOnIP Run only on IP + */ public void setRunOnlyOnIP (String RunOnlyOnIP) { set_Value (COLUMNNAME_RunOnlyOnIP, RunOnlyOnIP); @@ -291,7 +286,7 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Get Run only on IP. @return Run only on IP */ - public String getRunOnlyOnIP () + public String getRunOnlyOnIP() { return (String)get_Value(COLUMNNAME_RunOnlyOnIP); } @@ -307,9 +302,8 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Week Day = W */ public static final String SCHEDULETYPE_WeekDay = "W"; /** Set Schedule Type. - @param ScheduleType - Type of schedule - */ + @param ScheduleType Type of schedule + */ public void setScheduleType (String ScheduleType) { @@ -319,7 +313,7 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Get Schedule Type. @return Type of schedule */ - public String getScheduleType () + public String getScheduleType() { return (String)get_Value(COLUMNNAME_ScheduleType); } @@ -341,9 +335,8 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Sunday = 7 */ public static final String WEEKDAY_Sunday = "7"; /** Set Day of the Week. - @param WeekDay - Day of the Week - */ + @param WeekDay Day of the Week + */ public void setWeekDay (String WeekDay) { @@ -353,7 +346,7 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent /** Get Day of the Week. @return Day of the Week */ - public String getWeekDay () + public String getWeekDay() { return (String)get_Value(COLUMNNAME_WeekDay); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler.java b/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler.java index 8d01c1ba74..3bf56bd09f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Scheduler * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Scheduler") public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent { @@ -32,7 +32,7 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Scheduler (Properties ctx, int AD_Scheduler_ID, String trxName) @@ -85,21 +85,20 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent } /** Set Print Format. - @param AD_PrintFormat_ID - Data Print Format - */ + @param AD_PrintFormat_ID Data Print Format + */ public void setAD_PrintFormat_ID (int AD_PrintFormat_ID) { - if (AD_PrintFormat_ID < 1) + if (AD_PrintFormat_ID < 1) set_Value (COLUMNNAME_AD_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFormat_ID, Integer.valueOf(AD_PrintFormat_ID)); } /** Get Print Format. @return Data Print Format */ - public int getAD_PrintFormat_ID () + public int getAD_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormat_ID); if (ii == null) @@ -114,21 +113,20 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Process_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -143,18 +141,19 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent } /** Set Schedule. - @param AD_Schedule_ID Schedule */ + @param AD_Schedule_ID Schedule + */ public void setAD_Schedule_ID (int AD_Schedule_ID) { - if (AD_Schedule_ID < 1) + if (AD_Schedule_ID < 1) set_Value (COLUMNNAME_AD_Schedule_ID, null); - else + else set_Value (COLUMNNAME_AD_Schedule_ID, Integer.valueOf(AD_Schedule_ID)); } /** Get Schedule. @return Schedule */ - public int getAD_Schedule_ID () + public int getAD_Schedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Schedule_ID); if (ii == null) @@ -163,21 +162,20 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent } /** Set Scheduler. - @param AD_Scheduler_ID - Schedule Processes - */ + @param AD_Scheduler_ID Schedule Processes + */ public void setAD_Scheduler_ID (int AD_Scheduler_ID) { - if (AD_Scheduler_ID < 1) + if (AD_Scheduler_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Scheduler_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Scheduler_ID, Integer.valueOf(AD_Scheduler_ID)); } /** Get Scheduler. @return Schedule Processes */ - public int getAD_Scheduler_ID () + public int getAD_Scheduler_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Scheduler_ID); if (ii == null) @@ -186,7 +184,8 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent } /** Set AD_Scheduler_UU. - @param AD_Scheduler_UU AD_Scheduler_UU */ + @param AD_Scheduler_UU AD_Scheduler_UU + */ public void setAD_Scheduler_UU (String AD_Scheduler_UU) { set_Value (COLUMNNAME_AD_Scheduler_UU, AD_Scheduler_UU); @@ -194,7 +193,7 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent /** Get AD_Scheduler_UU. @return AD_Scheduler_UU */ - public String getAD_Scheduler_UU () + public String getAD_Scheduler_UU() { return (String)get_Value(COLUMNNAME_AD_Scheduler_UU); } @@ -206,21 +205,20 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -229,9 +227,8 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_Value (COLUMNNAME_DateLastRun, DateLastRun); @@ -240,15 +237,14 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Date next run. - @param DateNextRun - Date the process will run next - */ + @param DateNextRun Date the process will run next + */ public void setDateNextRun (Timestamp DateNextRun) { set_Value (COLUMNNAME_DateNextRun, DateNextRun); @@ -257,15 +253,14 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent /** Get Date next run. @return Date the process will run next */ - public Timestamp getDateNextRun () + public Timestamp getDateNextRun() { return (Timestamp)get_Value(COLUMNNAME_DateNextRun); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -274,15 +269,14 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Days to keep Log. - @param KeepLogDays - Number of days to keep the log entries - */ + @param KeepLogDays Number of days to keep the log entries + */ public void setKeepLogDays (int KeepLogDays) { set_Value (COLUMNNAME_KeepLogDays, Integer.valueOf(KeepLogDays)); @@ -291,7 +285,7 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent /** Get Days to keep Log. @return Number of days to keep the log entries */ - public int getKeepLogDays () + public int getKeepLogDays() { Integer ii = (Integer)get_Value(COLUMNNAME_KeepLogDays); if (ii == null) @@ -300,9 +294,8 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -311,7 +304,7 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -325,7 +318,8 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -333,7 +327,7 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -346,21 +340,20 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_Value (COLUMNNAME_Record_ID, null); - else + else set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -381,7 +374,8 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent /** XLSX = XLSX */ public static final String REPORTOUTPUTTYPE_XLSX = "XLSX"; /** Set Report Output Type. - @param ReportOutputType Report Output Type */ + @param ReportOutputType Report Output Type + */ public void setReportOutputType (String ReportOutputType) { @@ -390,7 +384,7 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent /** Get Report Output Type. @return Report Output Type */ - public String getReportOutputType () + public String getReportOutputType() { return (String)get_Value(COLUMNNAME_ReportOutputType); } @@ -402,21 +396,20 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent } /** Set Mail Template. - @param R_MailText_ID - Text templates for mailings - */ + @param R_MailText_ID Text templates for mailings + */ public void setR_MailText_ID (int R_MailText_ID) { - if (R_MailText_ID < 1) + if (R_MailText_ID < 1) set_ValueNoCheck (COLUMNNAME_R_MailText_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_MailText_ID, Integer.valueOf(R_MailText_ID)); } /** Get Mail Template. @return Text templates for mailings */ - public int getR_MailText_ID () + public int getR_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_MailText_ID); if (ii == null) @@ -425,9 +418,8 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent } /** Set Scheduler State. - @param SchedulerState - State of this scheduler record (not scheduled, started or stopped) - */ + @param SchedulerState State of this scheduler record (not scheduled, started or stopped) + */ public void setSchedulerState (Object SchedulerState) { throw new IllegalArgumentException ("SchedulerState is virtual column"); } @@ -435,7 +427,7 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent /** Get Scheduler State. @return State of this scheduler record (not scheduled, started or stopped) */ - public Object getSchedulerState () + public Object getSchedulerState() { return get_Value(COLUMNNAME_SchedulerState); } @@ -447,21 +439,20 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent } /** Set Supervisor. - @param Supervisor_ID - Supervisor for this user/organization - used for escalation and approval - */ + @param Supervisor_ID Supervisor for this user/organization - used for escalation and approval + */ public void setSupervisor_ID (int Supervisor_ID) { - if (Supervisor_ID < 1) + if (Supervisor_ID < 1) set_Value (COLUMNNAME_Supervisor_ID, null); - else + else set_Value (COLUMNNAME_Supervisor_ID, Integer.valueOf(Supervisor_ID)); } /** Get Supervisor. @return Supervisor for this user/organization - used for escalation and approval */ - public int getSupervisor_ID () + public int getSupervisor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Supervisor_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerLog.java b/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerLog.java index b2d552386c..a55f2f03cf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerLog.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_SchedulerLog * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_SchedulerLog") public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_SchedulerLog (Properties ctx, int AD_SchedulerLog_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis } /** Set Scheduler. - @param AD_Scheduler_ID - Schedule Processes - */ + @param AD_Scheduler_ID Schedule Processes + */ public void setAD_Scheduler_ID (int AD_Scheduler_ID) { - if (AD_Scheduler_ID < 1) + if (AD_Scheduler_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Scheduler_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Scheduler_ID, Integer.valueOf(AD_Scheduler_ID)); } /** Get Scheduler. @return Schedule Processes */ - public int getAD_Scheduler_ID () + public int getAD_Scheduler_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Scheduler_ID); if (ii == null) @@ -102,21 +101,20 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis } /** Set Scheduler Log. - @param AD_SchedulerLog_ID - Result of the execution of the Scheduler - */ + @param AD_SchedulerLog_ID Result of the execution of the Scheduler + */ public void setAD_SchedulerLog_ID (int AD_SchedulerLog_ID) { - if (AD_SchedulerLog_ID < 1) + if (AD_SchedulerLog_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_SchedulerLog_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_SchedulerLog_ID, Integer.valueOf(AD_SchedulerLog_ID)); } /** Get Scheduler Log. @return Result of the execution of the Scheduler */ - public int getAD_SchedulerLog_ID () + public int getAD_SchedulerLog_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_SchedulerLog_ID); if (ii == null) @@ -125,7 +123,8 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis } /** Set AD_SchedulerLog_UU. - @param AD_SchedulerLog_UU AD_SchedulerLog_UU */ + @param AD_SchedulerLog_UU AD_SchedulerLog_UU + */ public void setAD_SchedulerLog_UU (String AD_SchedulerLog_UU) { set_Value (COLUMNNAME_AD_SchedulerLog_UU, AD_SchedulerLog_UU); @@ -133,15 +132,14 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis /** Get AD_SchedulerLog_UU. @return AD_SchedulerLog_UU */ - public String getAD_SchedulerLog_UU () + public String getAD_SchedulerLog_UU() { return (String)get_Value(COLUMNNAME_AD_SchedulerLog_UU); } /** Set Binary Data. - @param BinaryData - Binary Data - */ + @param BinaryData Binary Data + */ public void setBinaryData (byte[] BinaryData) { set_Value (COLUMNNAME_BinaryData, BinaryData); @@ -150,15 +148,14 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis /** Get Binary Data. @return Binary Data */ - public byte[] getBinaryData () + public byte[] getBinaryData() { return (byte[])get_Value(COLUMNNAME_BinaryData); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -167,15 +164,14 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Error. - @param IsError - An Error occurred in the execution - */ + @param IsError An Error occurred in the execution + */ public void setIsError (boolean IsError) { set_Value (COLUMNNAME_IsError, Boolean.valueOf(IsError)); @@ -184,7 +180,7 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis /** Get Error. @return An Error occurred in the execution */ - public boolean isError () + public boolean isError() { Object oo = get_Value(COLUMNNAME_IsError); if (oo != null) @@ -197,9 +193,8 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis } /** Set Reference. - @param Reference - Reference for this record - */ + @param Reference Reference for this record + */ public void setReference (String Reference) { set_Value (COLUMNNAME_Reference, Reference); @@ -208,15 +203,14 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis /** Get Reference. @return Reference for this record */ - public String getReference () + public String getReference() { return (String)get_Value(COLUMNNAME_Reference); } /** Set Summary. - @param Summary - Textual summary of this request - */ + @param Summary Textual summary of this request + */ public void setSummary (String Summary) { set_Value (COLUMNNAME_Summary, Summary); @@ -225,15 +219,14 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis /** Get Summary. @return Textual summary of this request */ - public String getSummary () + public String getSummary() { return (String)get_Value(COLUMNNAME_Summary); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -242,7 +235,7 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerRecipient.java b/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerRecipient.java index f579b76cd3..150de101e0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerRecipient.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerRecipient.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_SchedulerRecipient * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_SchedulerRecipient") public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipient, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_SchedulerRecipient (Properties ctx, int AD_SchedulerRecipient_ID, String trxName) @@ -81,18 +81,19 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie } /** Set Authorization Account. - @param AD_AuthorizationAccount_ID Authorization Account */ + @param AD_AuthorizationAccount_ID Authorization Account + */ public void setAD_AuthorizationAccount_ID (int AD_AuthorizationAccount_ID) { - if (AD_AuthorizationAccount_ID < 1) + if (AD_AuthorizationAccount_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_AuthorizationAccount_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_AuthorizationAccount_ID, Integer.valueOf(AD_AuthorizationAccount_ID)); } /** Get Authorization Account. @return Authorization Account */ - public int getAD_AuthorizationAccount_ID () + public int getAD_AuthorizationAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_AuthorizationAccount_ID); if (ii == null) @@ -107,21 +108,20 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -136,21 +136,20 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie } /** Set Scheduler. - @param AD_Scheduler_ID - Schedule Processes - */ + @param AD_Scheduler_ID Schedule Processes + */ public void setAD_Scheduler_ID (int AD_Scheduler_ID) { - if (AD_Scheduler_ID < 1) + if (AD_Scheduler_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Scheduler_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Scheduler_ID, Integer.valueOf(AD_Scheduler_ID)); } /** Get Scheduler. @return Schedule Processes */ - public int getAD_Scheduler_ID () + public int getAD_Scheduler_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Scheduler_ID); if (ii == null) @@ -159,21 +158,20 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie } /** Set Scheduler Recipient. - @param AD_SchedulerRecipient_ID - Recipient of the Scheduler Notification - */ + @param AD_SchedulerRecipient_ID Recipient of the Scheduler Notification + */ public void setAD_SchedulerRecipient_ID (int AD_SchedulerRecipient_ID) { - if (AD_SchedulerRecipient_ID < 1) + if (AD_SchedulerRecipient_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_SchedulerRecipient_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_SchedulerRecipient_ID, Integer.valueOf(AD_SchedulerRecipient_ID)); } /** Get Scheduler Recipient. @return Recipient of the Scheduler Notification */ - public int getAD_SchedulerRecipient_ID () + public int getAD_SchedulerRecipient_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_SchedulerRecipient_ID); if (ii == null) @@ -182,7 +180,8 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie } /** Set AD_SchedulerRecipient_UU. - @param AD_SchedulerRecipient_UU AD_SchedulerRecipient_UU */ + @param AD_SchedulerRecipient_UU AD_SchedulerRecipient_UU + */ public void setAD_SchedulerRecipient_UU (String AD_SchedulerRecipient_UU) { set_Value (COLUMNNAME_AD_SchedulerRecipient_UU, AD_SchedulerRecipient_UU); @@ -190,7 +189,7 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie /** Get AD_SchedulerRecipient_UU. @return AD_SchedulerRecipient_UU */ - public String getAD_SchedulerRecipient_UU () + public String getAD_SchedulerRecipient_UU() { return (String)get_Value(COLUMNNAME_AD_SchedulerRecipient_UU); } @@ -202,21 +201,20 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -233,9 +231,8 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie } /** Set File Name. - @param FileName - Name of the local file or URL - */ + @param FileName Name of the local file or URL + */ public void setFileName (String FileName) { set_Value (COLUMNNAME_FileName, FileName); @@ -244,13 +241,14 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie /** Get File Name. @return Name of the local file or URL */ - public String getFileName () + public String getFileName() { return (String)get_Value(COLUMNNAME_FileName); } /** Set Upload. - @param IsUpload Upload */ + @param IsUpload Upload + */ public void setIsUpload (boolean IsUpload) { set_Value (COLUMNNAME_IsUpload, Boolean.valueOf(IsUpload)); @@ -258,7 +256,7 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie /** Get Upload. @return Upload */ - public boolean isUpload () + public boolean isUpload() { Object oo = get_Value(COLUMNNAME_IsUpload); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler_Para.java b/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler_Para.java index 2556646214..157378a5a7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler_Para.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler_Para.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Scheduler_Para * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Scheduler_Para") public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Scheduler_Para (Properties ctx, int AD_Scheduler_Para_ID, String trxName) @@ -78,18 +78,19 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Pe } /** Set Process Parameter. - @param AD_Process_Para_ID Process Parameter */ + @param AD_Process_Para_ID Process Parameter + */ public void setAD_Process_Para_ID (int AD_Process_Para_ID) { - if (AD_Process_Para_ID < 1) + if (AD_Process_Para_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Process_Para_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Process_Para_ID, Integer.valueOf(AD_Process_Para_ID)); } /** Get Process Parameter. @return Process Parameter */ - public int getAD_Process_Para_ID () + public int getAD_Process_Para_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_Para_ID); if (ii == null) @@ -104,21 +105,20 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Pe } /** Set Scheduler. - @param AD_Scheduler_ID - Schedule Processes - */ + @param AD_Scheduler_ID Schedule Processes + */ public void setAD_Scheduler_ID (int AD_Scheduler_ID) { - if (AD_Scheduler_ID < 1) + if (AD_Scheduler_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Scheduler_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Scheduler_ID, Integer.valueOf(AD_Scheduler_ID)); } /** Get Scheduler. @return Schedule Processes */ - public int getAD_Scheduler_ID () + public int getAD_Scheduler_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Scheduler_ID); if (ii == null) @@ -127,7 +127,8 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Pe } /** Set AD_Scheduler_Para_UU. - @param AD_Scheduler_Para_UU AD_Scheduler_Para_UU */ + @param AD_Scheduler_Para_UU AD_Scheduler_Para_UU + */ public void setAD_Scheduler_Para_UU (String AD_Scheduler_Para_UU) { set_Value (COLUMNNAME_AD_Scheduler_Para_UU, AD_Scheduler_Para_UU); @@ -135,15 +136,14 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Pe /** Get AD_Scheduler_Para_UU. @return AD_Scheduler_Para_UU */ - public String getAD_Scheduler_Para_UU () + public String getAD_Scheduler_Para_UU() { return (String)get_Value(COLUMNNAME_AD_Scheduler_Para_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -152,15 +152,14 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Default Parameter. - @param ParameterDefault - Default value of the parameter - */ + @param ParameterDefault Default value of the parameter + */ public void setParameterDefault (String ParameterDefault) { set_Value (COLUMNNAME_ParameterDefault, ParameterDefault); @@ -169,15 +168,14 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Pe /** Get Default Parameter. @return Default value of the parameter */ - public String getParameterDefault () + public String getParameterDefault() { return (String)get_Value(COLUMNNAME_ParameterDefault); } /** Set Default To Parameter. - @param ParameterToDefault - Default value of the to parameter - */ + @param ParameterToDefault Default value of the to parameter + */ public void setParameterToDefault (String ParameterToDefault) { set_Value (COLUMNNAME_ParameterToDefault, ParameterToDefault); @@ -186,7 +184,7 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Pe /** Get Default To Parameter. @return Default value of the to parameter */ - public String getParameterToDefault () + public String getParameterToDefault() { return (String)get_Value(COLUMNNAME_ParameterToDefault); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_SearchDefinition.java b/org.adempiere.base/src/org/compiere/model/X_AD_SearchDefinition.java index bf6135368c..bafcce9ad2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_SearchDefinition.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_SearchDefinition.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_SearchDefinition * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_SearchDefinition") public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_SearchDefinition (Properties ctx, int AD_SearchDefinition_ID, String trxName) @@ -85,21 +85,20 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -108,18 +107,19 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, } /** Set Search Definition. - @param AD_SearchDefinition_ID Search Definition */ + @param AD_SearchDefinition_ID Search Definition + */ public void setAD_SearchDefinition_ID (int AD_SearchDefinition_ID) { - if (AD_SearchDefinition_ID < 1) + if (AD_SearchDefinition_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_SearchDefinition_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_SearchDefinition_ID, Integer.valueOf(AD_SearchDefinition_ID)); } /** Get Search Definition. @return Search Definition */ - public int getAD_SearchDefinition_ID () + public int getAD_SearchDefinition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_SearchDefinition_ID); if (ii == null) @@ -128,7 +128,8 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, } /** Set AD_SearchDefinition_UU. - @param AD_SearchDefinition_UU AD_SearchDefinition_UU */ + @param AD_SearchDefinition_UU AD_SearchDefinition_UU + */ public void setAD_SearchDefinition_UU (String AD_SearchDefinition_UU) { set_Value (COLUMNNAME_AD_SearchDefinition_UU, AD_SearchDefinition_UU); @@ -136,7 +137,7 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, /** Get AD_SearchDefinition_UU. @return AD_SearchDefinition_UU */ - public String getAD_SearchDefinition_UU () + public String getAD_SearchDefinition_UU() { return (String)get_Value(COLUMNNAME_AD_SearchDefinition_UU); } @@ -148,21 +149,20 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -177,21 +177,20 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -200,9 +199,8 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, } /** Set Data Type. - @param DataType - Type of data - */ + @param DataType Type of data + */ public void setDataType (String DataType) { set_Value (COLUMNNAME_DataType, DataType); @@ -211,15 +209,14 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, /** Get Data Type. @return Type of data */ - public String getDataType () + public String getDataType() { return (String)get_Value(COLUMNNAME_DataType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -228,7 +225,7 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -236,9 +233,8 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -248,15 +244,14 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -265,7 +260,7 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -278,9 +273,8 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -289,7 +283,7 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -301,21 +295,20 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, } /** Set PO Window. - @param PO_Window_ID - Purchase Order Window - */ + @param PO_Window_ID Purchase Order Window + */ public void setPO_Window_ID (int PO_Window_ID) { - if (PO_Window_ID < 1) + if (PO_Window_ID < 1) set_Value (COLUMNNAME_PO_Window_ID, null); - else + else set_Value (COLUMNNAME_PO_Window_ID, Integer.valueOf(PO_Window_ID)); } /** Get PO Window. @return Purchase Order Window */ - public int getPO_Window_ID () + public int getPO_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PO_Window_ID); if (ii == null) @@ -324,9 +317,8 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, } /** Set Query. - @param Query - SQL - */ + @param Query SQL + */ public void setQuery (String Query) { set_Value (COLUMNNAME_Query, Query); @@ -335,15 +327,14 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, /** Get Query. @return SQL */ - public String getQuery () + public String getQuery() { return (String)get_Value(COLUMNNAME_Query); } /** Set Search Type. - @param SearchType - Which kind of search is used (Query or Table) - */ + @param SearchType Which kind of search is used (Query or Table) + */ public void setSearchType (String SearchType) { set_Value (COLUMNNAME_SearchType, SearchType); @@ -352,15 +343,14 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, /** Get Search Type. @return Which kind of search is used (Query or Table) */ - public String getSearchType () + public String getSearchType() { return (String)get_Value(COLUMNNAME_SearchType); } /** Set Transaction Code. - @param TransactionCode - The transaction code represents the search definition - */ + @param TransactionCode The transaction code represents the search definition + */ public void setTransactionCode (String TransactionCode) { set_Value (COLUMNNAME_TransactionCode, TransactionCode); @@ -369,7 +359,7 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, /** Get Transaction Code. @return The transaction code represents the search definition */ - public String getTransactionCode () + public String getTransactionCode() { return (String)get_Value(COLUMNNAME_TransactionCode); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Sequence.java b/org.adempiere.base/src/org/compiere/model/X_AD_Sequence.java index 7ace45ddc0..b93630e018 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Sequence.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Sequence.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Sequence * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Sequence") public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Sequence (Properties ctx, int AD_Sequence_ID, String trxName) @@ -86,21 +86,20 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent } /** Set Sequence. - @param AD_Sequence_ID - Document Sequence - */ + @param AD_Sequence_ID Document Sequence + */ public void setAD_Sequence_ID (int AD_Sequence_ID) { - if (AD_Sequence_ID < 1) + if (AD_Sequence_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Sequence_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Sequence_ID, Integer.valueOf(AD_Sequence_ID)); } /** Get Sequence. @return Document Sequence */ - public int getAD_Sequence_ID () + public int getAD_Sequence_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Sequence_ID); if (ii == null) @@ -109,7 +108,8 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent } /** Set AD_Sequence_UU. - @param AD_Sequence_UU AD_Sequence_UU */ + @param AD_Sequence_UU AD_Sequence_UU + */ public void setAD_Sequence_UU (String AD_Sequence_UU) { set_Value (COLUMNNAME_AD_Sequence_UU, AD_Sequence_UU); @@ -117,15 +117,14 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get AD_Sequence_UU. @return AD_Sequence_UU */ - public String getAD_Sequence_UU () + public String getAD_Sequence_UU() { return (String)get_Value(COLUMNNAME_AD_Sequence_UU); } /** Set Current Next. - @param CurrentNext - The next number to be used - */ + @param CurrentNext The next number to be used + */ public void setCurrentNext (int CurrentNext) { set_Value (COLUMNNAME_CurrentNext, Integer.valueOf(CurrentNext)); @@ -134,7 +133,7 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Current Next. @return The next number to be used */ - public int getCurrentNext () + public int getCurrentNext() { Integer ii = (Integer)get_Value(COLUMNNAME_CurrentNext); if (ii == null) @@ -143,9 +142,8 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent } /** Set Current Next (System). - @param CurrentNextSys - Next sequence for system use - */ + @param CurrentNextSys Next sequence for system use + */ public void setCurrentNextSys (int CurrentNextSys) { set_Value (COLUMNNAME_CurrentNextSys, Integer.valueOf(CurrentNextSys)); @@ -154,7 +152,7 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Current Next (System). @return Next sequence for system use */ - public int getCurrentNextSys () + public int getCurrentNextSys() { Integer ii = (Integer)get_Value(COLUMNNAME_CurrentNextSys); if (ii == null) @@ -163,9 +161,8 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent } /** Set Date Column. - @param DateColumn - Fully qualified date column - */ + @param DateColumn Fully qualified date column + */ public void setDateColumn (String DateColumn) { set_Value (COLUMNNAME_DateColumn, DateColumn); @@ -174,15 +171,14 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Date Column. @return Fully qualified date column */ - public String getDateColumn () + public String getDateColumn() { return (String)get_Value(COLUMNNAME_DateColumn); } /** Set Decimal Pattern. - @param DecimalPattern - Java Decimal Pattern - */ + @param DecimalPattern Java Decimal Pattern + */ public void setDecimalPattern (String DecimalPattern) { set_Value (COLUMNNAME_DecimalPattern, DecimalPattern); @@ -191,15 +187,14 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Decimal Pattern. @return Java Decimal Pattern */ - public String getDecimalPattern () + public String getDecimalPattern() { return (String)get_Value(COLUMNNAME_DecimalPattern); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -208,15 +203,14 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Increment. - @param IncrementNo - The number to increment the last document number by - */ + @param IncrementNo The number to increment the last document number by + */ public void setIncrementNo (int IncrementNo) { set_Value (COLUMNNAME_IncrementNo, Integer.valueOf(IncrementNo)); @@ -225,7 +219,7 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Increment. @return The number to increment the last document number by */ - public int getIncrementNo () + public int getIncrementNo() { Integer ii = (Integer)get_Value(COLUMNNAME_IncrementNo); if (ii == null) @@ -234,9 +228,8 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent } /** Set Activate Audit. - @param IsAudited - Activate Audit Trail of what numbers are generated - */ + @param IsAudited Activate Audit Trail of what numbers are generated + */ public void setIsAudited (boolean IsAudited) { set_Value (COLUMNNAME_IsAudited, Boolean.valueOf(IsAudited)); @@ -245,7 +238,7 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Activate Audit. @return Activate Audit Trail of what numbers are generated */ - public boolean isAudited () + public boolean isAudited() { Object oo = get_Value(COLUMNNAME_IsAudited); if (oo != null) @@ -258,9 +251,8 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent } /** Set Auto numbering. - @param IsAutoSequence - Automatically assign the next number - */ + @param IsAutoSequence Automatically assign the next number + */ public void setIsAutoSequence (boolean IsAutoSequence) { set_Value (COLUMNNAME_IsAutoSequence, Boolean.valueOf(IsAutoSequence)); @@ -269,7 +261,7 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Auto numbering. @return Automatically assign the next number */ - public boolean isAutoSequence () + public boolean isAutoSequence() { Object oo = get_Value(COLUMNNAME_IsAutoSequence); if (oo != null) @@ -282,9 +274,8 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent } /** Set Organization level. - @param IsOrgLevelSequence - This sequence can be defined for each organization - */ + @param IsOrgLevelSequence This sequence can be defined for each organization + */ public void setIsOrgLevelSequence (boolean IsOrgLevelSequence) { set_Value (COLUMNNAME_IsOrgLevelSequence, Boolean.valueOf(IsOrgLevelSequence)); @@ -293,7 +284,7 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Organization level. @return This sequence can be defined for each organization */ - public boolean isOrgLevelSequence () + public boolean isOrgLevelSequence() { Object oo = get_Value(COLUMNNAME_IsOrgLevelSequence); if (oo != null) @@ -306,9 +297,8 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent } /** Set Used for Record ID. - @param IsTableID - The document number will be used as the record key - */ + @param IsTableID The document number will be used as the record key + */ public void setIsTableID (boolean IsTableID) { set_Value (COLUMNNAME_IsTableID, Boolean.valueOf(IsTableID)); @@ -317,7 +307,7 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Used for Record ID. @return The document number will be used as the record key */ - public boolean isTableID () + public boolean isTableID() { Object oo = get_Value(COLUMNNAME_IsTableID); if (oo != null) @@ -330,9 +320,8 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -341,7 +330,7 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -355,9 +344,8 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent } /** Set Org Column. - @param OrgColumn - Fully qualified Organization column (AD_Org_ID) - */ + @param OrgColumn Fully qualified Organization column (AD_Org_ID) + */ public void setOrgColumn (String OrgColumn) { set_Value (COLUMNNAME_OrgColumn, OrgColumn); @@ -366,15 +354,14 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Org Column. @return Fully qualified Organization column (AD_Org_ID) */ - public String getOrgColumn () + public String getOrgColumn() { return (String)get_Value(COLUMNNAME_OrgColumn); } /** Set Prefix. - @param Prefix - Prefix before the sequence number - */ + @param Prefix Prefix before the sequence number + */ public void setPrefix (String Prefix) { set_Value (COLUMNNAME_Prefix, Prefix); @@ -383,13 +370,14 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Prefix. @return Prefix before the sequence number */ - public String getPrefix () + public String getPrefix() { return (String)get_Value(COLUMNNAME_Prefix); } /** Set Restart sequence every month. - @param StartNewMonth Restart sequence every month */ + @param StartNewMonth Restart sequence every month + */ public void setStartNewMonth (boolean StartNewMonth) { set_Value (COLUMNNAME_StartNewMonth, Boolean.valueOf(StartNewMonth)); @@ -397,7 +385,7 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Restart sequence every month. @return Restart sequence every month */ - public boolean isStartNewMonth () + public boolean isStartNewMonth() { Object oo = get_Value(COLUMNNAME_StartNewMonth); if (oo != null) @@ -410,9 +398,8 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent } /** Set Restart sequence every Year. - @param StartNewYear - Restart the sequence with Start on every 1/1 - */ + @param StartNewYear Restart the sequence with Start on every 1/1 + */ public void setStartNewYear (boolean StartNewYear) { set_Value (COLUMNNAME_StartNewYear, Boolean.valueOf(StartNewYear)); @@ -421,7 +408,7 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Restart sequence every Year. @return Restart the sequence with Start on every 1/1 */ - public boolean isStartNewYear () + public boolean isStartNewYear() { Object oo = get_Value(COLUMNNAME_StartNewYear); if (oo != null) @@ -434,9 +421,8 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent } /** Set Start No. - @param StartNo - Starting number/position - */ + @param StartNo Starting number/position + */ public void setStartNo (int StartNo) { set_Value (COLUMNNAME_StartNo, Integer.valueOf(StartNo)); @@ -445,7 +431,7 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Start No. @return Starting number/position */ - public int getStartNo () + public int getStartNo() { Integer ii = (Integer)get_Value(COLUMNNAME_StartNo); if (ii == null) @@ -454,9 +440,8 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent } /** Set Suffix. - @param Suffix - Suffix after the number - */ + @param Suffix Suffix after the number + */ public void setSuffix (String Suffix) { set_Value (COLUMNNAME_Suffix, Suffix); @@ -465,24 +450,23 @@ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent /** Get Suffix. @return Suffix after the number */ - public String getSuffix () + public String getSuffix() { return (String)get_Value(COLUMNNAME_Suffix); } /** Set Value Format. - @param VFormat - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" - */ + @param VFormat Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + */ public void setVFormat (String VFormat) { set_Value (COLUMNNAME_VFormat, VFormat); } /** Get Value Format. - @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ - public String getVFormat () + public String getVFormat() { return (String)get_Value(COLUMNNAME_VFormat); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_Audit.java b/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_Audit.java index 819d9eda09..526a36469a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_Audit.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_Audit.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Sequence_Audit * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Sequence_Audit") public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Sequence_Audit (Properties ctx, int AD_Sequence_Audit_ID, String trxName) @@ -74,7 +74,8 @@ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Pe } /** Set AD_Sequence_Audit_UU. - @param AD_Sequence_Audit_UU AD_Sequence_Audit_UU */ + @param AD_Sequence_Audit_UU AD_Sequence_Audit_UU + */ public void setAD_Sequence_Audit_UU (String AD_Sequence_Audit_UU) { set_Value (COLUMNNAME_AD_Sequence_Audit_UU, AD_Sequence_Audit_UU); @@ -82,7 +83,7 @@ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Pe /** Get AD_Sequence_Audit_UU. @return AD_Sequence_Audit_UU */ - public String getAD_Sequence_Audit_UU () + public String getAD_Sequence_Audit_UU() { return (String)get_Value(COLUMNNAME_AD_Sequence_Audit_UU); } @@ -94,21 +95,20 @@ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Pe } /** Set Sequence. - @param AD_Sequence_ID - Document Sequence - */ + @param AD_Sequence_ID Document Sequence + */ public void setAD_Sequence_ID (int AD_Sequence_ID) { - if (AD_Sequence_ID < 1) + if (AD_Sequence_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Sequence_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Sequence_ID, Integer.valueOf(AD_Sequence_ID)); } /** Get Sequence. @return Document Sequence */ - public int getAD_Sequence_ID () + public int getAD_Sequence_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Sequence_ID); if (ii == null) @@ -123,21 +123,20 @@ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Pe } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -146,9 +145,8 @@ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Pe } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_ValueNoCheck (COLUMNNAME_DocumentNo, DocumentNo); @@ -157,27 +155,26 @@ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Pe /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_No.java b/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_No.java index d84c491d2a..5177611b07 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_No.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_No.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Sequence_No * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Sequence_No") public class X_AD_Sequence_No extends PO implements I_AD_Sequence_No, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Sequence_No extends PO implements I_AD_Sequence_No, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Sequence_No (Properties ctx, int AD_Sequence_No_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_Sequence_No extends PO implements I_AD_Sequence_No, I_Persiste } /** Set Sequence. - @param AD_Sequence_ID - Document Sequence - */ + @param AD_Sequence_ID Document Sequence + */ public void setAD_Sequence_ID (int AD_Sequence_ID) { - if (AD_Sequence_ID < 1) + if (AD_Sequence_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Sequence_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Sequence_ID, Integer.valueOf(AD_Sequence_ID)); } /** Get Sequence. @return Document Sequence */ - public int getAD_Sequence_ID () + public int getAD_Sequence_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Sequence_ID); if (ii == null) @@ -102,7 +101,8 @@ public class X_AD_Sequence_No extends PO implements I_AD_Sequence_No, I_Persiste } /** Set AD_Sequence_No_UU. - @param AD_Sequence_No_UU AD_Sequence_No_UU */ + @param AD_Sequence_No_UU AD_Sequence_No_UU + */ public void setAD_Sequence_No_UU (String AD_Sequence_No_UU) { set_Value (COLUMNNAME_AD_Sequence_No_UU, AD_Sequence_No_UU); @@ -110,15 +110,14 @@ public class X_AD_Sequence_No extends PO implements I_AD_Sequence_No, I_Persiste /** Get AD_Sequence_No_UU. @return AD_Sequence_No_UU */ - public String getAD_Sequence_No_UU () + public String getAD_Sequence_No_UU() { return (String)get_Value(COLUMNNAME_AD_Sequence_No_UU); } /** Set YearMonth. - @param CalendarYearMonth - YYYYMM - */ + @param CalendarYearMonth YYYYMM + */ public void setCalendarYearMonth (String CalendarYearMonth) { set_ValueNoCheck (COLUMNNAME_CalendarYearMonth, CalendarYearMonth); @@ -127,15 +126,14 @@ public class X_AD_Sequence_No extends PO implements I_AD_Sequence_No, I_Persiste /** Get YearMonth. @return YYYYMM */ - public String getCalendarYearMonth () + public String getCalendarYearMonth() { return (String)get_Value(COLUMNNAME_CalendarYearMonth); } /** Set Current Next. - @param CurrentNext - The next number to be used - */ + @param CurrentNext The next number to be used + */ public void setCurrentNext (int CurrentNext) { set_Value (COLUMNNAME_CurrentNext, Integer.valueOf(CurrentNext)); @@ -144,7 +142,7 @@ public class X_AD_Sequence_No extends PO implements I_AD_Sequence_No, I_Persiste /** Get Current Next. @return The next number to be used */ - public int getCurrentNext () + public int getCurrentNext() { Integer ii = (Integer)get_Value(COLUMNNAME_CurrentNext); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Session.java b/org.adempiere.base/src/org/compiere/model/X_AD_Session.java index 7f57d200a4..e9c884959c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Session.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Session.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Session * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Session") public class X_AD_Session extends PO implements I_AD_Session, I_Persistent { @@ -32,7 +32,7 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Session (Properties ctx, int AD_Session_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -103,21 +102,20 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent } /** Set Session. - @param AD_Session_ID - User Session Online or Web - */ + @param AD_Session_ID User Session Online or Web + */ public void setAD_Session_ID (int AD_Session_ID) { - if (AD_Session_ID < 1) + if (AD_Session_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Session_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Session_ID, Integer.valueOf(AD_Session_ID)); } /** Get Session. @return User Session Online or Web */ - public int getAD_Session_ID () + public int getAD_Session_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Session_ID); if (ii == null) @@ -134,7 +132,8 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent } /** Set AD_Session_UU. - @param AD_Session_UU AD_Session_UU */ + @param AD_Session_UU AD_Session_UU + */ public void setAD_Session_UU (String AD_Session_UU) { set_Value (COLUMNNAME_AD_Session_UU, AD_Session_UU); @@ -142,15 +141,14 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent /** Get AD_Session_UU. @return AD_Session_UU */ - public String getAD_Session_UU () + public String getAD_Session_UU() { return (String)get_Value(COLUMNNAME_AD_Session_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -159,13 +157,14 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Login date. - @param LoginDate Login date */ + @param LoginDate Login date + */ public void setLoginDate (Timestamp LoginDate) { set_Value (COLUMNNAME_LoginDate, LoginDate); @@ -173,15 +172,14 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent /** Get Login date. @return Login date */ - public Timestamp getLoginDate () + public Timestamp getLoginDate() { return (Timestamp)get_Value(COLUMNNAME_LoginDate); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_ValueNoCheck (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -190,7 +188,7 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -203,9 +201,8 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent } /** Set Remote Addr. - @param Remote_Addr - Remote Address - */ + @param Remote_Addr Remote Address + */ public void setRemote_Addr (String Remote_Addr) { set_ValueNoCheck (COLUMNNAME_Remote_Addr, Remote_Addr); @@ -214,15 +211,14 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent /** Get Remote Addr. @return Remote Address */ - public String getRemote_Addr () + public String getRemote_Addr() { return (String)get_Value(COLUMNNAME_Remote_Addr); } /** Set Remote Host. - @param Remote_Host - Remote host Info - */ + @param Remote_Host Remote host Info + */ public void setRemote_Host (String Remote_Host) { set_ValueNoCheck (COLUMNNAME_Remote_Host, Remote_Host); @@ -231,13 +227,14 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent /** Get Remote Host. @return Remote host Info */ - public String getRemote_Host () + public String getRemote_Host() { return (String)get_Value(COLUMNNAME_Remote_Host); } /** Set Server Name. - @param ServerName Server Name */ + @param ServerName Server Name + */ public void setServerName (String ServerName) { set_Value (COLUMNNAME_ServerName, ServerName); @@ -245,15 +242,14 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent /** Get Server Name. @return Server Name */ - public String getServerName () + public String getServerName() { return (String)get_Value(COLUMNNAME_ServerName); } /** Set Web Session. - @param WebSession - Web Session ID - */ + @param WebSession Web Session ID + */ public void setWebSession (String WebSession) { set_ValueNoCheck (COLUMNNAME_WebSession, WebSession); @@ -262,7 +258,7 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent /** Get Web Session. @return Web Session ID */ - public String getWebSession () + public String getWebSession() { return (String)get_Value(COLUMNNAME_WebSession); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_StatusLine.java b/org.adempiere.base/src/org/compiere/model/X_AD_StatusLine.java index 671cae6d8f..fbe75ca4bc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_StatusLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_StatusLine.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_StatusLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_StatusLine") public class X_AD_StatusLine extends PO implements I_AD_StatusLine, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_StatusLine extends PO implements I_AD_StatusLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_StatusLine (Properties ctx, int AD_StatusLine_ID, String trxName) @@ -83,21 +83,20 @@ public class X_AD_StatusLine extends PO implements I_AD_StatusLine, I_Persistent } /** Set Message. - @param AD_Message_ID - System Message - */ + @param AD_Message_ID System Message + */ public void setAD_Message_ID (int AD_Message_ID) { - if (AD_Message_ID < 1) + if (AD_Message_ID < 1) set_Value (COLUMNNAME_AD_Message_ID, null); - else + else set_Value (COLUMNNAME_AD_Message_ID, Integer.valueOf(AD_Message_ID)); } /** Get Message. @return System Message */ - public int getAD_Message_ID () + public int getAD_Message_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Message_ID); if (ii == null) @@ -106,18 +105,19 @@ public class X_AD_StatusLine extends PO implements I_AD_StatusLine, I_Persistent } /** Set Status Line. - @param AD_StatusLine_ID Status Line */ + @param AD_StatusLine_ID Status Line + */ public void setAD_StatusLine_ID (int AD_StatusLine_ID) { - if (AD_StatusLine_ID < 1) + if (AD_StatusLine_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_StatusLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_StatusLine_ID, Integer.valueOf(AD_StatusLine_ID)); } /** Get Status Line. @return Status Line */ - public int getAD_StatusLine_ID () + public int getAD_StatusLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_StatusLine_ID); if (ii == null) @@ -126,7 +126,8 @@ public class X_AD_StatusLine extends PO implements I_AD_StatusLine, I_Persistent } /** Set AD_StatusLine_UU. - @param AD_StatusLine_UU AD_StatusLine_UU */ + @param AD_StatusLine_UU AD_StatusLine_UU + */ public void setAD_StatusLine_UU (String AD_StatusLine_UU) { set_Value (COLUMNNAME_AD_StatusLine_UU, AD_StatusLine_UU); @@ -134,7 +135,7 @@ public class X_AD_StatusLine extends PO implements I_AD_StatusLine, I_Persistent /** Get AD_StatusLine_UU. @return AD_StatusLine_UU */ - public String getAD_StatusLine_UU () + public String getAD_StatusLine_UU() { return (String)get_Value(COLUMNNAME_AD_StatusLine_UU); } @@ -142,9 +143,8 @@ public class X_AD_StatusLine extends PO implements I_AD_StatusLine, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -154,15 +154,14 @@ public class X_AD_StatusLine extends PO implements I_AD_StatusLine, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -171,7 +170,7 @@ public class X_AD_StatusLine extends PO implements I_AD_StatusLine, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -184,16 +183,17 @@ public class X_AD_StatusLine extends PO implements I_AD_StatusLine, I_Persistent return new KeyNamePair(get_ID(), getName()); } - /** Set SQLStatement. - @param SQLStatement SQLStatement */ + /** Set SQL Expression/Statement. + @param SQLStatement SQL Expression/Statement + */ public void setSQLStatement (String SQLStatement) { set_Value (COLUMNNAME_SQLStatement, SQLStatement); } - /** Get SQLStatement. - @return SQLStatement */ - public String getSQLStatement () + /** Get SQL Expression/Statement. + @return SQL Expression/Statement */ + public String getSQLStatement() { return (String)get_Value(COLUMNNAME_SQLStatement); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_StatusLineUsedIn.java b/org.adempiere.base/src/org/compiere/model/X_AD_StatusLineUsedIn.java index cc1f7a2d22..11928f5a0d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_StatusLineUsedIn.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_StatusLineUsedIn.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_StatusLineUsedIn * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_StatusLineUsedIn") public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_StatusLineUsedIn (Properties ctx, int AD_StatusLineUsedIn_ID, String trxName) @@ -82,18 +82,19 @@ public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, } /** Set Status Line. - @param AD_StatusLine_ID Status Line */ + @param AD_StatusLine_ID Status Line + */ public void setAD_StatusLine_ID (int AD_StatusLine_ID) { - if (AD_StatusLine_ID < 1) + if (AD_StatusLine_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_StatusLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_StatusLine_ID, Integer.valueOf(AD_StatusLine_ID)); } /** Get Status Line. @return Status Line */ - public int getAD_StatusLine_ID () + public int getAD_StatusLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_StatusLine_ID); if (ii == null) @@ -102,18 +103,19 @@ public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, } /** Set AD_StatusLineUsedIn. - @param AD_StatusLineUsedIn_ID AD_StatusLineUsedIn */ + @param AD_StatusLineUsedIn_ID AD_StatusLineUsedIn + */ public void setAD_StatusLineUsedIn_ID (int AD_StatusLineUsedIn_ID) { - if (AD_StatusLineUsedIn_ID < 1) + if (AD_StatusLineUsedIn_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_StatusLineUsedIn_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_StatusLineUsedIn_ID, Integer.valueOf(AD_StatusLineUsedIn_ID)); } /** Get AD_StatusLineUsedIn. @return AD_StatusLineUsedIn */ - public int getAD_StatusLineUsedIn_ID () + public int getAD_StatusLineUsedIn_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_StatusLineUsedIn_ID); if (ii == null) @@ -122,7 +124,8 @@ public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, } /** Set AD_StatusLineUsedIn_UU. - @param AD_StatusLineUsedIn_UU AD_StatusLineUsedIn_UU */ + @param AD_StatusLineUsedIn_UU AD_StatusLineUsedIn_UU + */ public void setAD_StatusLineUsedIn_UU (String AD_StatusLineUsedIn_UU) { set_Value (COLUMNNAME_AD_StatusLineUsedIn_UU, AD_StatusLineUsedIn_UU); @@ -130,7 +133,7 @@ public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, /** Get AD_StatusLineUsedIn_UU. @return AD_StatusLineUsedIn_UU */ - public String getAD_StatusLineUsedIn_UU () + public String getAD_StatusLineUsedIn_UU() { return (String)get_Value(COLUMNNAME_AD_StatusLineUsedIn_UU); } @@ -142,21 +145,20 @@ public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, } /** Set Tab. - @param AD_Tab_ID - Tab within a Window - */ + @param AD_Tab_ID Tab within a Window + */ public void setAD_Tab_ID (int AD_Tab_ID) { - if (AD_Tab_ID < 1) + if (AD_Tab_ID < 1) set_Value (COLUMNNAME_AD_Tab_ID, null); - else + else set_Value (COLUMNNAME_AD_Tab_ID, Integer.valueOf(AD_Tab_ID)); } /** Get Tab. @return Tab within a Window */ - public int getAD_Tab_ID () + public int getAD_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_ID); if (ii == null) @@ -171,21 +173,20 @@ public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -200,21 +201,20 @@ public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -225,9 +225,8 @@ public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -237,15 +236,14 @@ public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Status Line. - @param IsStatusLine - Defines if this record refers to a status line or to a help widget - */ + @param IsStatusLine Defines if this record refers to a status line or to a help widget + */ public void setIsStatusLine (boolean IsStatusLine) { set_Value (COLUMNNAME_IsStatusLine, Boolean.valueOf(IsStatusLine)); @@ -254,7 +252,7 @@ public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, /** Get Status Line. @return Defines if this record refers to a status line or to a help widget */ - public boolean isStatusLine () + public boolean isStatusLine() { Object oo = get_Value(COLUMNNAME_IsStatusLine); if (oo != null) @@ -267,9 +265,8 @@ public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -278,7 +275,7 @@ public class X_AD_StatusLineUsedIn extends PO implements I_AD_StatusLineUsedIn, /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_StorageProvider.java b/org.adempiere.base/src/org/compiere/model/X_AD_StorageProvider.java index f95b72db98..044fccc98d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_StorageProvider.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_StorageProvider.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_StorageProvider * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_StorageProvider") public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_StorageProvider (Properties ctx, int AD_StorageProvider_ID, String trxName) @@ -75,18 +75,19 @@ public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_ } /** Set Storage Provider. - @param AD_StorageProvider_ID Storage Provider */ + @param AD_StorageProvider_ID Storage Provider + */ public void setAD_StorageProvider_ID (int AD_StorageProvider_ID) { - if (AD_StorageProvider_ID < 1) + if (AD_StorageProvider_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_StorageProvider_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_StorageProvider_ID, Integer.valueOf(AD_StorageProvider_ID)); } /** Get Storage Provider. @return Storage Provider */ - public int getAD_StorageProvider_ID () + public int getAD_StorageProvider_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_StorageProvider_ID); if (ii == null) @@ -95,7 +96,8 @@ public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_ } /** Set AD_StorageProvider_UU. - @param AD_StorageProvider_UU AD_StorageProvider_UU */ + @param AD_StorageProvider_UU AD_StorageProvider_UU + */ public void setAD_StorageProvider_UU (String AD_StorageProvider_UU) { set_Value (COLUMNNAME_AD_StorageProvider_UU, AD_StorageProvider_UU); @@ -103,15 +105,14 @@ public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_ /** Get AD_StorageProvider_UU. @return AD_StorageProvider_UU */ - public String getAD_StorageProvider_UU () + public String getAD_StorageProvider_UU() { return (String)get_Value(COLUMNNAME_AD_StorageProvider_UU); } /** Set Folder. - @param Folder - A folder on a local or remote system to store data into - */ + @param Folder A folder on a local or remote system to store data into + */ public void setFolder (String Folder) { set_Value (COLUMNNAME_Folder, Folder); @@ -120,15 +121,14 @@ public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_ /** Get Folder. @return A folder on a local or remote system to store data into */ - public String getFolder () + public String getFolder() { return (String)get_Value(COLUMNNAME_Folder); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -137,7 +137,7 @@ public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_ /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -156,7 +156,8 @@ public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_ /** File System = FileSystem */ public static final String METHOD_FileSystem = "FileSystem"; /** Set Method. - @param Method Method */ + @param Method Method + */ public void setMethod (String Method) { @@ -165,15 +166,14 @@ public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_ /** Get Method. @return Method */ - public String getMethod () + public String getMethod() { return (String)get_Value(COLUMNNAME_Method); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -182,7 +182,7 @@ public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -196,9 +196,8 @@ public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_ } /** Set Password. - @param Password - Password of any length (case sensitive) - */ + @param Password Password of any length (case sensitive) + */ public void setPassword (String Password) { set_Value (COLUMNNAME_Password, Password); @@ -207,15 +206,14 @@ public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_ /** Get Password. @return Password of any length (case sensitive) */ - public String getPassword () + public String getPassword() { return (String)get_Value(COLUMNNAME_Password); } /** Set URL. - @param URL - Full URL address - e.g. http://www.idempiere.org - */ + @param URL Full URL address - e.g. http://www.idempiere.org + */ public void setURL (String URL) { set_Value (COLUMNNAME_URL, URL); @@ -224,13 +222,14 @@ public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_ /** Get URL. @return Full URL address - e.g. http://www.idempiere.org */ - public String getURL () + public String getURL() { return (String)get_Value(COLUMNNAME_URL); } /** Set User Name. - @param UserName User Name */ + @param UserName User Name + */ public void setUserName (String UserName) { set_Value (COLUMNNAME_UserName, UserName); @@ -238,7 +237,7 @@ public class X_AD_StorageProvider extends PO implements I_AD_StorageProvider, I_ /** Get User Name. @return User Name */ - public String getUserName () + public String getUserName() { return (String)get_Value(COLUMNNAME_UserName); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Style.java b/org.adempiere.base/src/org/compiere/model/X_AD_Style.java index cb4e5691b9..a85d3b46c9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Style.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Style.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Style * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Style") public class X_AD_Style extends PO implements I_AD_Style, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Style extends PO implements I_AD_Style, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Style (Properties ctx, int AD_Style_ID, String trxName) @@ -75,21 +75,20 @@ public class X_AD_Style extends PO implements I_AD_Style, I_Persistent } /** Set Style. - @param AD_Style_ID - CSS style for field and label - */ + @param AD_Style_ID CSS style for field and label + */ public void setAD_Style_ID (int AD_Style_ID) { - if (AD_Style_ID < 1) + if (AD_Style_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Style_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Style_ID, Integer.valueOf(AD_Style_ID)); } /** Get Style. @return CSS style for field and label */ - public int getAD_Style_ID () + public int getAD_Style_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Style_ID); if (ii == null) @@ -98,9 +97,8 @@ public class X_AD_Style extends PO implements I_AD_Style, I_Persistent } /** Set Style. - @param AD_Style_UU - CSS Style for field and label - */ + @param AD_Style_UU CSS Style for field and label + */ public void setAD_Style_UU (String AD_Style_UU) { set_ValueNoCheck (COLUMNNAME_AD_Style_UU, AD_Style_UU); @@ -109,15 +107,14 @@ public class X_AD_Style extends PO implements I_AD_Style, I_Persistent /** Get Style. @return CSS Style for field and label */ - public String getAD_Style_UU () + public String getAD_Style_UU() { return (String)get_Value(COLUMNNAME_AD_Style_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -126,7 +123,7 @@ public class X_AD_Style extends PO implements I_AD_Style, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -134,9 +131,8 @@ public class X_AD_Style extends PO implements I_AD_Style, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -146,15 +142,14 @@ public class X_AD_Style extends PO implements I_AD_Style, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -163,7 +158,7 @@ public class X_AD_Style extends PO implements I_AD_Style, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_StyleLine.java b/org.adempiere.base/src/org/compiere/model/X_AD_StyleLine.java index 3e32f1e1d1..c45b7bceaa 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_StyleLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_StyleLine.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_StyleLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_StyleLine") public class X_AD_StyleLine extends PO implements I_AD_StyleLine, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_StyleLine extends PO implements I_AD_StyleLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_StyleLine (Properties ctx, int AD_StyleLine_ID, String trxName) @@ -85,21 +85,20 @@ public class X_AD_StyleLine extends PO implements I_AD_StyleLine, I_Persistent } /** Set Style. - @param AD_Style_ID - CSS style for field and label - */ + @param AD_Style_ID CSS style for field and label + */ public void setAD_Style_ID (int AD_Style_ID) { - if (AD_Style_ID < 1) + if (AD_Style_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Style_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Style_ID, Integer.valueOf(AD_Style_ID)); } /** Get Style. @return CSS style for field and label */ - public int getAD_Style_ID () + public int getAD_Style_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Style_ID); if (ii == null) @@ -108,21 +107,20 @@ public class X_AD_StyleLine extends PO implements I_AD_StyleLine, I_Persistent } /** Set Style Line. - @param AD_StyleLine_ID - CSS Style Line - */ + @param AD_StyleLine_ID CSS Style Line + */ public void setAD_StyleLine_ID (int AD_StyleLine_ID) { - if (AD_StyleLine_ID < 1) + if (AD_StyleLine_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_StyleLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_StyleLine_ID, Integer.valueOf(AD_StyleLine_ID)); } /** Get Style Line. @return CSS Style Line */ - public int getAD_StyleLine_ID () + public int getAD_StyleLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_StyleLine_ID); if (ii == null) @@ -131,9 +129,8 @@ public class X_AD_StyleLine extends PO implements I_AD_StyleLine, I_Persistent } /** Set Style Line. - @param AD_StyleLine_UU - CSS Style Line - */ + @param AD_StyleLine_UU CSS Style Line + */ public void setAD_StyleLine_UU (String AD_StyleLine_UU) { set_ValueNoCheck (COLUMNNAME_AD_StyleLine_UU, AD_StyleLine_UU); @@ -142,15 +139,14 @@ public class X_AD_StyleLine extends PO implements I_AD_StyleLine, I_Persistent /** Get Style Line. @return CSS Style Line */ - public String getAD_StyleLine_UU () + public String getAD_StyleLine_UU() { return (String)get_Value(COLUMNNAME_AD_StyleLine_UU); } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -159,7 +155,7 @@ public class X_AD_StyleLine extends PO implements I_AD_StyleLine, I_Persistent /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } @@ -167,9 +163,8 @@ public class X_AD_StyleLine extends PO implements I_AD_StyleLine, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -179,15 +174,14 @@ public class X_AD_StyleLine extends PO implements I_AD_StyleLine, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Inline Style. - @param InlineStyle - CSS Inline Style - */ + @param InlineStyle CSS Inline Style + */ public void setInlineStyle (String InlineStyle) { set_Value (COLUMNNAME_InlineStyle, InlineStyle); @@ -196,15 +190,14 @@ public class X_AD_StyleLine extends PO implements I_AD_StyleLine, I_Persistent /** Get Inline Style. @return CSS Inline Style */ - public String getInlineStyle () + public String getInlineStyle() { return (String)get_Value(COLUMNNAME_InlineStyle); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -213,7 +206,7 @@ public class X_AD_StyleLine extends PO implements I_AD_StyleLine, I_Persistent /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -230,9 +223,8 @@ public class X_AD_StyleLine extends PO implements I_AD_StyleLine, I_Persistent } /** Set Theme. - @param Theme - Theme name - */ + @param Theme Theme name + */ public void setTheme (String Theme) { set_Value (COLUMNNAME_Theme, Theme); @@ -241,7 +233,7 @@ public class X_AD_StyleLine extends PO implements I_AD_StyleLine, I_Persistent /** Get Theme. @return Theme name */ - public String getTheme () + public String getTheme() { return (String)get_Value(COLUMNNAME_Theme); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_SysConfig.java b/org.adempiere.base/src/org/compiere/model/X_AD_SysConfig.java index 686fc06bee..e2b4cc2223 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_SysConfig.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_SysConfig.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_SysConfig * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_SysConfig") public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_SysConfig (Properties ctx, int AD_SysConfig_ID, String trxName) @@ -76,18 +76,19 @@ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent } /** Set System Configurator. - @param AD_SysConfig_ID System Configurator */ + @param AD_SysConfig_ID System Configurator + */ public void setAD_SysConfig_ID (int AD_SysConfig_ID) { - if (AD_SysConfig_ID < 1) + if (AD_SysConfig_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_SysConfig_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_SysConfig_ID, Integer.valueOf(AD_SysConfig_ID)); } /** Get System Configurator. @return System Configurator */ - public int getAD_SysConfig_ID () + public int getAD_SysConfig_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_SysConfig_ID); if (ii == null) @@ -96,7 +97,8 @@ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent } /** Set AD_SysConfig_UU. - @param AD_SysConfig_UU AD_SysConfig_UU */ + @param AD_SysConfig_UU AD_SysConfig_UU + */ public void setAD_SysConfig_UU (String AD_SysConfig_UU) { set_Value (COLUMNNAME_AD_SysConfig_UU, AD_SysConfig_UU); @@ -104,7 +106,7 @@ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent /** Get AD_SysConfig_UU. @return AD_SysConfig_UU */ - public String getAD_SysConfig_UU () + public String getAD_SysConfig_UU() { return (String)get_Value(COLUMNNAME_AD_SysConfig_UU); } @@ -118,9 +120,8 @@ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent /** System = S */ public static final String CONFIGURATIONLEVEL_System = "S"; /** Set Configuration Level. - @param ConfigurationLevel - Configuration Level for this parameter - */ + @param ConfigurationLevel Configuration Level for this parameter + */ public void setConfigurationLevel (String ConfigurationLevel) { @@ -130,15 +131,14 @@ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent /** Get Configuration Level. @return Configuration Level for this parameter */ - public String getConfigurationLevel () + public String getConfigurationLevel() { return (String)get_Value(COLUMNNAME_ConfigurationLevel); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -147,7 +147,7 @@ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -155,9 +155,8 @@ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -167,15 +166,14 @@ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -184,7 +182,7 @@ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -198,9 +196,8 @@ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -209,7 +206,7 @@ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_System.java b/org.adempiere.base/src/org/compiere/model/X_AD_System.java index 5c89b5516a..be74390015 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_System.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_System.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_System * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_System") public class X_AD_System extends PO implements I_AD_System, I_Persistent { @@ -34,7 +34,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_System (Properties ctx, int AD_System_ID, String trxName) @@ -92,21 +92,20 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent } /** Set System. - @param AD_System_ID - System Definition - */ + @param AD_System_ID System Definition + */ public void setAD_System_ID (int AD_System_ID) { - if (AD_System_ID < 1) + if (AD_System_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_System_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_System_ID, Integer.valueOf(AD_System_ID)); } /** Get System. @return System Definition */ - public int getAD_System_ID () + public int getAD_System_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_System_ID); if (ii == null) @@ -115,7 +114,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent } /** Set AD_System_UU. - @param AD_System_UU AD_System_UU */ + @param AD_System_UU AD_System_UU + */ public void setAD_System_UU (String AD_System_UU) { set_Value (COLUMNNAME_AD_System_UU, AD_System_UU); @@ -123,15 +123,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get AD_System_UU. @return AD_System_UU */ - public String getAD_System_UU () + public String getAD_System_UU() { return (String)get_Value(COLUMNNAME_AD_System_UU); } /** Set Custom Prefix. - @param CustomPrefix - Prefix for Custom entities - */ + @param CustomPrefix Prefix for Custom entities + */ public void setCustomPrefix (String CustomPrefix) { set_Value (COLUMNNAME_CustomPrefix, CustomPrefix); @@ -140,15 +139,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Custom Prefix. @return Prefix for Custom entities */ - public String getCustomPrefix () + public String getCustomPrefix() { return (String)get_Value(COLUMNNAME_CustomPrefix); } /** Set DB Address. - @param DBAddress - JDBC URL of the database server - */ + @param DBAddress JDBC URL of the database server + */ public void setDBAddress (String DBAddress) { set_Value (COLUMNNAME_DBAddress, DBAddress); @@ -157,15 +155,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get DB Address. @return JDBC URL of the database server */ - public String getDBAddress () + public String getDBAddress() { return (String)get_Value(COLUMNNAME_DBAddress); } /** Set Database Name. - @param DBInstance - Database Name - */ + @param DBInstance Database Name + */ public void setDBInstance (String DBInstance) { set_Value (COLUMNNAME_DBInstance, DBInstance); @@ -174,15 +171,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Database Name. @return Database Name */ - public String getDBInstance () + public String getDBInstance() { return (String)get_Value(COLUMNNAME_DBInstance); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -191,15 +187,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Encryption Class. - @param EncryptionKey - Encryption Class used for securing data content - */ + @param EncryptionKey Encryption Class used for securing data content + */ public void setEncryptionKey (String EncryptionKey) { set_ValueNoCheck (COLUMNNAME_EncryptionKey, EncryptionKey); @@ -208,15 +203,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Encryption Class. @return Encryption Class used for securing data content */ - public String getEncryptionKey () + public String getEncryptionKey() { return (String)get_Value(COLUMNNAME_EncryptionKey); } /** Set ID Range End. - @param IDRangeEnd - End if the ID Range used - */ + @param IDRangeEnd End if the ID Range used + */ public void setIDRangeEnd (BigDecimal IDRangeEnd) { set_Value (COLUMNNAME_IDRangeEnd, IDRangeEnd); @@ -225,7 +219,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get ID Range End. @return End if the ID Range used */ - public BigDecimal getIDRangeEnd () + public BigDecimal getIDRangeEnd() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_IDRangeEnd); if (bd == null) @@ -234,9 +228,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent } /** Set ID Range Start. - @param IDRangeStart - Start of the ID Range used - */ + @param IDRangeStart Start of the ID Range used + */ public void setIDRangeStart (BigDecimal IDRangeStart) { set_Value (COLUMNNAME_IDRangeStart, IDRangeStart); @@ -245,7 +238,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get ID Range Start. @return Start of the ID Range used */ - public BigDecimal getIDRangeStart () + public BigDecimal getIDRangeStart() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_IDRangeStart); if (bd == null) @@ -254,9 +247,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent } /** Set Info. - @param Info - Information - */ + @param Info Information + */ public void setInfo (String Info) { set_ValueNoCheck (COLUMNNAME_Info, Info); @@ -265,15 +257,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Info. @return Information */ - public String getInfo () + public String getInfo() { return (String)get_Value(COLUMNNAME_Info); } /** Set Maintain Statistics. - @param IsAllowStatistics - Maintain general statistics - */ + @param IsAllowStatistics Maintain general statistics + */ public void setIsAllowStatistics (boolean IsAllowStatistics) { set_Value (COLUMNNAME_IsAllowStatistics, Boolean.valueOf(IsAllowStatistics)); @@ -282,7 +273,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Maintain Statistics. @return Maintain general statistics */ - public boolean isAllowStatistics () + public boolean isAllowStatistics() { Object oo = get_Value(COLUMNNAME_IsAllowStatistics); if (oo != null) @@ -295,9 +286,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent } /** Set Error Reporting. - @param IsAutoErrorReport - Automatically report Errors - */ + @param IsAutoErrorReport Automatically report Errors + */ public void setIsAutoErrorReport (boolean IsAutoErrorReport) { set_Value (COLUMNNAME_IsAutoErrorReport, Boolean.valueOf(IsAutoErrorReport)); @@ -306,7 +296,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Error Reporting. @return Automatically report Errors */ - public boolean isAutoErrorReport () + public boolean isAutoErrorReport() { Object oo = get_Value(COLUMNNAME_IsAutoErrorReport); if (oo != null) @@ -319,7 +309,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent } /** Set Fail if Build Differ. - @param IsFailOnBuildDiffer Fail if Build Differ */ + @param IsFailOnBuildDiffer Fail if Build Differ + */ public void setIsFailOnBuildDiffer (boolean IsFailOnBuildDiffer) { set_Value (COLUMNNAME_IsFailOnBuildDiffer, Boolean.valueOf(IsFailOnBuildDiffer)); @@ -327,7 +318,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Fail if Build Differ. @return Fail if Build Differ */ - public boolean isFailOnBuildDiffer () + public boolean isFailOnBuildDiffer() { Object oo = get_Value(COLUMNNAME_IsFailOnBuildDiffer); if (oo != null) @@ -340,7 +331,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent } /** Set Fail on Missing Model Validator. - @param IsFailOnMissingModelValidator Fail on Missing Model Validator */ + @param IsFailOnMissingModelValidator Fail on Missing Model Validator + */ public void setIsFailOnMissingModelValidator (boolean IsFailOnMissingModelValidator) { set_Value (COLUMNNAME_IsFailOnMissingModelValidator, Boolean.valueOf(IsFailOnMissingModelValidator)); @@ -348,7 +340,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Fail on Missing Model Validator. @return Fail on Missing Model Validator */ - public boolean isFailOnMissingModelValidator () + public boolean isFailOnMissingModelValidator() { Object oo = get_Value(COLUMNNAME_IsFailOnMissingModelValidator); if (oo != null) @@ -361,9 +353,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent } /** Set Just Migrated. - @param IsJustMigrated - Value set by Migration for post-Migration tasks. - */ + @param IsJustMigrated Value set by Migration for post-Migration tasks. + */ public void setIsJustMigrated (boolean IsJustMigrated) { set_Value (COLUMNNAME_IsJustMigrated, Boolean.valueOf(IsJustMigrated)); @@ -372,7 +363,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Just Migrated. @return Value set by Migration for post-Migration tasks. */ - public boolean isJustMigrated () + public boolean isJustMigrated() { Object oo = get_Value(COLUMNNAME_IsJustMigrated); if (oo != null) @@ -385,7 +376,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent } /** Set Last Build Info. - @param LastBuildInfo Last Build Info */ + @param LastBuildInfo Last Build Info + */ public void setLastBuildInfo (String LastBuildInfo) { set_Value (COLUMNNAME_LastBuildInfo, LastBuildInfo); @@ -393,15 +385,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Last Build Info. @return Last Build Info */ - public String getLastBuildInfo () + public String getLastBuildInfo() { return (String)get_Value(COLUMNNAME_LastBuildInfo); } /** Set Last Migration Script Applied. - @param LastMigrationScriptApplied - Register of the filename for the last migration script applied on this database - */ + @param LastMigrationScriptApplied Register of the filename for the last migration script applied on this database + */ public void setLastMigrationScriptApplied (String LastMigrationScriptApplied) { set_Value (COLUMNNAME_LastMigrationScriptApplied, LastMigrationScriptApplied); @@ -410,15 +401,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Last Migration Script Applied. @return Register of the filename for the last migration script applied on this database */ - public String getLastMigrationScriptApplied () + public String getLastMigrationScriptApplied() { return (String)get_Value(COLUMNNAME_LastMigrationScriptApplied); } /** Set LDAP Domain. - @param LDAPDomain - Directory service domain name - e.g. idempiere.org - */ + @param LDAPDomain Directory service domain name - e.g. idempiere.org + */ public void setLDAPDomain (String LDAPDomain) { set_Value (COLUMNNAME_LDAPDomain, LDAPDomain); @@ -427,15 +417,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get LDAP Domain. @return Directory service domain name - e.g. idempiere.org */ - public String getLDAPDomain () + public String getLDAPDomain() { return (String)get_Value(COLUMNNAME_LDAPDomain); } /** Set LDAP URL. - @param LDAPHost - Connection String to LDAP server starting with ldap:// - */ + @param LDAPHost Connection String to LDAP server starting with ldap:// + */ public void setLDAPHost (String LDAPHost) { set_Value (COLUMNNAME_LDAPHost, LDAPHost); @@ -444,15 +433,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get LDAP URL. @return Connection String to LDAP server starting with ldap:// */ - public String getLDAPHost () + public String getLDAPHost() { return (String)get_Value(COLUMNNAME_LDAPHost); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -461,7 +449,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -475,9 +463,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent } /** Set Processors. - @param NoProcessors - Number of Database Processors - */ + @param NoProcessors Number of Database Processors + */ public void setNoProcessors (int NoProcessors) { set_Value (COLUMNNAME_NoProcessors, Integer.valueOf(NoProcessors)); @@ -486,7 +473,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Processors. @return Number of Database Processors */ - public int getNoProcessors () + public int getNoProcessors() { Integer ii = (Integer)get_Value(COLUMNNAME_NoProcessors); if (ii == null) @@ -495,7 +482,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent } /** Set Old Name. - @param OldName Old Name */ + @param OldName Old Name + */ public void setOldName (String OldName) { set_ValueNoCheck (COLUMNNAME_OldName, OldName); @@ -503,15 +491,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Old Name. @return Old Name */ - public String getOldName () + public String getOldName() { return (String)get_Value(COLUMNNAME_OldName); } /** Set Password. - @param Password - Password of any length (case sensitive) - */ + @param Password Password of any length (case sensitive) + */ public void setPassword (String Password) { set_Value (COLUMNNAME_Password, Password); @@ -520,13 +507,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Password. @return Password of any length (case sensitive) */ - public String getPassword () + public String getPassword() { return (String)get_Value(COLUMNNAME_Password); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -534,7 +522,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -547,9 +535,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent } /** Set Profile. - @param ProfileInfo - Information to help profiling the system for solving support issues - */ + @param ProfileInfo Information to help profiling the system for solving support issues + */ public void setProfileInfo (String ProfileInfo) { set_ValueNoCheck (COLUMNNAME_ProfileInfo, ProfileInfo); @@ -558,27 +545,26 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Profile. @return Information to help profiling the system for solving support issues */ - public String getProfileInfo () + public String getProfileInfo() { return (String)get_Value(COLUMNNAME_ProfileInfo); } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_Value (COLUMNNAME_Record_ID, null); - else + else set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -587,9 +573,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent } /** Set Release No. - @param ReleaseNo - Internal Release Number - */ + @param ReleaseNo Internal Release Number + */ public void setReleaseNo (String ReleaseNo) { set_ValueNoCheck (COLUMNNAME_ReleaseNo, ReleaseNo); @@ -598,7 +583,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Release No. @return Internal Release Number */ - public String getReleaseNo () + public String getReleaseNo() { return (String)get_Value(COLUMNNAME_ReleaseNo); } @@ -614,9 +599,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Reference = R */ public static final String REPLICATIONTYPE_Reference = "R"; /** Set Replication Type. - @param ReplicationType - Type of Data Replication - */ + @param ReplicationType Type of Data Replication + */ public void setReplicationType (String ReplicationType) { @@ -626,15 +610,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Replication Type. @return Type of Data Replication */ - public String getReplicationType () + public String getReplicationType() { return (String)get_Value(COLUMNNAME_ReplicationType); } /** Set Statistics. - @param StatisticsInfo - Information to help profiling the system for solving support issues - */ + @param StatisticsInfo Information to help profiling the system for solving support issues + */ public void setStatisticsInfo (String StatisticsInfo) { set_ValueNoCheck (COLUMNNAME_StatisticsInfo, StatisticsInfo); @@ -643,15 +626,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Statistics. @return Information to help profiling the system for solving support issues */ - public String getStatisticsInfo () + public String getStatisticsInfo() { return (String)get_Value(COLUMNNAME_StatisticsInfo); } /** Set Summary. - @param Summary - Textual summary of this request - */ + @param Summary Textual summary of this request + */ public void setSummary (String Summary) { set_Value (COLUMNNAME_Summary, Summary); @@ -660,15 +642,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Summary. @return Textual summary of this request */ - public String getSummary () + public String getSummary() { return (String)get_Value(COLUMNNAME_Summary); } /** Set Support EMail. - @param SupportEMail - EMail address to send support information and updates to - */ + @param SupportEMail EMail address to send support information and updates to + */ public void setSupportEMail (String SupportEMail) { set_Value (COLUMNNAME_SupportEMail, SupportEMail); @@ -677,15 +658,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Support EMail. @return EMail address to send support information and updates to */ - public String getSupportEMail () + public String getSupportEMail() { return (String)get_Value(COLUMNNAME_SupportEMail); } /** Set Support Expires. - @param SupportExpDate - Date when the iDempiere support expires - */ + @param SupportExpDate Date when the iDempiere support expires + */ public void setSupportExpDate (Timestamp SupportExpDate) { set_ValueNoCheck (COLUMNNAME_SupportExpDate, SupportExpDate); @@ -694,15 +674,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Support Expires. @return Date when the iDempiere support expires */ - public Timestamp getSupportExpDate () + public Timestamp getSupportExpDate() { return (Timestamp)get_Value(COLUMNNAME_SupportExpDate); } /** Set Internal Users. - @param SupportUnits - Number of Internal Users for iDempiere Support - */ + @param SupportUnits Number of Internal Users for iDempiere Support + */ public void setSupportUnits (int SupportUnits) { set_ValueNoCheck (COLUMNNAME_SupportUnits, Integer.valueOf(SupportUnits)); @@ -711,7 +690,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Internal Users. @return Number of Internal Users for iDempiere Support */ - public int getSupportUnits () + public int getSupportUnits() { Integer ii = (Integer)get_Value(COLUMNNAME_SupportUnits); if (ii == null) @@ -728,9 +707,8 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Production = P */ public static final String SYSTEMSTATUS_Production = "P"; /** Set System Status. - @param SystemStatus - Status of the system - Support priority depends on system status - */ + @param SystemStatus Status of the system - Support priority depends on system status + */ public void setSystemStatus (String SystemStatus) { @@ -740,13 +718,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get System Status. @return Status of the system - Support priority depends on system status */ - public String getSystemStatus () + public String getSystemStatus() { return (String)get_Value(COLUMNNAME_SystemStatus); } /** Set User Name. - @param UserName User Name */ + @param UserName User Name + */ public void setUserName (String UserName) { set_Value (COLUMNNAME_UserName, UserName); @@ -754,15 +733,14 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get User Name. @return User Name */ - public String getUserName () + public String getUserName() { return (String)get_Value(COLUMNNAME_UserName); } /** Set Version. - @param Version - Version of the table definition - */ + @param Version Version of the table definition + */ public void setVersion (String Version) { set_ValueNoCheck (COLUMNNAME_Version, Version); @@ -771,7 +749,7 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent /** Get Version. @return Version of the table definition */ - public String getVersion () + public String getVersion() { return (String)get_Value(COLUMNNAME_Version); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Tab.java b/org.adempiere.base/src/org/compiere/model/X_AD_Tab.java index 24bdc2e0d0..d2c3af89d6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Tab.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Tab.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Tab * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Tab") public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Tab (Properties ctx, int AD_Tab_ID, String trxName) @@ -99,21 +99,20 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -128,21 +127,20 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Order Column. - @param AD_ColumnSortOrder_ID - Column determining the order - */ + @param AD_ColumnSortOrder_ID Column determining the order + */ public void setAD_ColumnSortOrder_ID (int AD_ColumnSortOrder_ID) { - if (AD_ColumnSortOrder_ID < 1) + if (AD_ColumnSortOrder_ID < 1) set_Value (COLUMNNAME_AD_ColumnSortOrder_ID, null); - else + else set_Value (COLUMNNAME_AD_ColumnSortOrder_ID, Integer.valueOf(AD_ColumnSortOrder_ID)); } /** Get Order Column. @return Column determining the order */ - public int getAD_ColumnSortOrder_ID () + public int getAD_ColumnSortOrder_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ColumnSortOrder_ID); if (ii == null) @@ -157,21 +155,20 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Included Column. - @param AD_ColumnSortYesNo_ID - Column determining if a Table Column is included in Ordering - */ + @param AD_ColumnSortYesNo_ID Column determining if a Table Column is included in Ordering + */ public void setAD_ColumnSortYesNo_ID (int AD_ColumnSortYesNo_ID) { - if (AD_ColumnSortYesNo_ID < 1) + if (AD_ColumnSortYesNo_ID < 1) set_Value (COLUMNNAME_AD_ColumnSortYesNo_ID, null); - else + else set_Value (COLUMNNAME_AD_ColumnSortYesNo_ID, Integer.valueOf(AD_ColumnSortYesNo_ID)); } /** Get Included Column. @return Column determining if a Table Column is included in Ordering */ - public int getAD_ColumnSortYesNo_ID () + public int getAD_ColumnSortYesNo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ColumnSortYesNo_ID); if (ii == null) @@ -186,18 +183,19 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Context Help. - @param AD_CtxHelp_ID Context Help */ + @param AD_CtxHelp_ID Context Help + */ public void setAD_CtxHelp_ID (int AD_CtxHelp_ID) { - if (AD_CtxHelp_ID < 1) + if (AD_CtxHelp_ID < 1) set_Value (COLUMNNAME_AD_CtxHelp_ID, null); - else + else set_Value (COLUMNNAME_AD_CtxHelp_ID, Integer.valueOf(AD_CtxHelp_ID)); } /** Get Context Help. @return Context Help */ - public int getAD_CtxHelp_ID () + public int getAD_CtxHelp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_CtxHelp_ID); if (ii == null) @@ -212,21 +210,20 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Image. - @param AD_Image_ID - Image or Icon - */ + @param AD_Image_ID Image or Icon + */ public void setAD_Image_ID (int AD_Image_ID) { - if (AD_Image_ID < 1) + if (AD_Image_ID < 1) set_Value (COLUMNNAME_AD_Image_ID, null); - else + else set_Value (COLUMNNAME_AD_Image_ID, Integer.valueOf(AD_Image_ID)); } /** Get Image. @return Image or Icon */ - public int getAD_Image_ID () + public int getAD_Image_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Image_ID); if (ii == null) @@ -241,21 +238,20 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -264,21 +260,20 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Tab. - @param AD_Tab_ID - Tab within a Window - */ + @param AD_Tab_ID Tab within a Window + */ public void setAD_Tab_ID (int AD_Tab_ID) { - if (AD_Tab_ID < 1) + if (AD_Tab_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tab_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tab_ID, Integer.valueOf(AD_Tab_ID)); } /** Get Tab. @return Tab within a Window */ - public int getAD_Tab_ID () + public int getAD_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_ID); if (ii == null) @@ -293,21 +288,20 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -322,9 +316,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Sort = SORT */ public static final String AD_TABTYPE_Sort = "SORT"; /** Set Tab Type. - @param AD_TabType - Defines Tab Type - */ + @param AD_TabType Defines Tab Type + */ public void setAD_TabType (String AD_TabType) { @@ -334,13 +327,14 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Tab Type. @return Defines Tab Type */ - public String getAD_TabType () + public String getAD_TabType() { return (String)get_Value(COLUMNNAME_AD_TabType); } /** Set AD_Tab_UU. - @param AD_Tab_UU AD_Tab_UU */ + @param AD_Tab_UU AD_Tab_UU + */ public void setAD_Tab_UU (String AD_Tab_UU) { set_Value (COLUMNNAME_AD_Tab_UU, AD_Tab_UU); @@ -348,7 +342,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get AD_Tab_UU. @return AD_Tab_UU */ - public String getAD_Tab_UU () + public String getAD_Tab_UU() { return (String)get_Value(COLUMNNAME_AD_Tab_UU); } @@ -360,21 +354,20 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Window_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -383,9 +376,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Commit Warning. - @param CommitWarning - Warning displayed when saving - */ + @param CommitWarning Warning displayed when saving + */ public void setCommitWarning (String CommitWarning) { set_Value (COLUMNNAME_CommitWarning, CommitWarning); @@ -394,15 +386,14 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Commit Warning. @return Warning displayed when saving */ - public String getCommitWarning () + public String getCommitWarning() { return (String)get_Value(COLUMNNAME_CommitWarning); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -411,15 +402,14 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -428,7 +418,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } @@ -436,9 +426,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -448,15 +437,14 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Has Tree. - @param HasTree - Window has Tree Graph - */ + @param HasTree Window has Tree Graph + */ public void setHasTree (boolean HasTree) { set_Value (COLUMNNAME_HasTree, Boolean.valueOf(HasTree)); @@ -465,7 +453,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Has Tree. @return Window has Tree Graph */ - public boolean isHasTree () + public boolean isHasTree() { Object oo = get_Value(COLUMNNAME_HasTree); if (oo != null) @@ -478,9 +466,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -489,15 +476,14 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Import Fields. - @param ImportFields - Create Fields from Table Columns - */ + @param ImportFields Create Fields from Table Columns + */ public void setImportFields (String ImportFields) { set_Value (COLUMNNAME_ImportFields, ImportFields); @@ -506,7 +492,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Import Fields. @return Create Fields from Table Columns */ - public String getImportFields () + public String getImportFields() { return (String)get_Value(COLUMNNAME_ImportFields); } @@ -518,21 +504,20 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Included Tab. - @param Included_Tab_ID - Included Tab in this Tab (Master Detail) - */ + @param Included_Tab_ID Included Tab in this Tab (Master Detail) + */ public void setIncluded_Tab_ID (int Included_Tab_ID) { - if (Included_Tab_ID < 1) + if (Included_Tab_ID < 1) set_Value (COLUMNNAME_Included_Tab_ID, null); - else + else set_Value (COLUMNNAME_Included_Tab_ID, Integer.valueOf(Included_Tab_ID)); } /** Get Included Tab. @return Included Tab in this Tab (Master Detail) */ - public int getIncluded_Tab_ID () + public int getIncluded_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Included_Tab_ID); if (ii == null) @@ -541,9 +526,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Advanced Tab. - @param IsAdvancedTab - This Tab contains advanced Functionality - */ + @param IsAdvancedTab This Tab contains advanced Functionality + */ public void setIsAdvancedTab (boolean IsAdvancedTab) { set_Value (COLUMNNAME_IsAdvancedTab, Boolean.valueOf(IsAdvancedTab)); @@ -552,7 +536,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Advanced Tab. @return This Tab contains advanced Functionality */ - public boolean isAdvancedTab () + public boolean isAdvancedTab() { Object oo = get_Value(COLUMNNAME_IsAdvancedTab); if (oo != null) @@ -565,7 +549,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Allow Advanced Lookup. - @param IsAllowAdvancedLookup Allow Advanced Lookup */ + @param IsAllowAdvancedLookup Allow Advanced Lookup + */ public void setIsAllowAdvancedLookup (boolean IsAllowAdvancedLookup) { set_Value (COLUMNNAME_IsAllowAdvancedLookup, Boolean.valueOf(IsAllowAdvancedLookup)); @@ -573,7 +558,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Allow Advanced Lookup. @return Allow Advanced Lookup */ - public boolean isAllowAdvancedLookup () + public boolean isAllowAdvancedLookup() { Object oo = get_Value(COLUMNNAME_IsAllowAdvancedLookup); if (oo != null) @@ -586,9 +571,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Accounting Tab. - @param IsInfoTab - This Tab contains accounting information - */ + @param IsInfoTab This Tab contains accounting information + */ public void setIsInfoTab (boolean IsInfoTab) { set_Value (COLUMNNAME_IsInfoTab, Boolean.valueOf(IsInfoTab)); @@ -597,7 +581,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Accounting Tab. @return This Tab contains accounting information */ - public boolean isInfoTab () + public boolean isInfoTab() { Object oo = get_Value(COLUMNNAME_IsInfoTab); if (oo != null) @@ -610,9 +594,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Insert Record. - @param IsInsertRecord - The user can insert a new Record - */ + @param IsInsertRecord The user can insert a new Record + */ public void setIsInsertRecord (boolean IsInsertRecord) { set_Value (COLUMNNAME_IsInsertRecord, Boolean.valueOf(IsInsertRecord)); @@ -621,7 +604,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Insert Record. @return The user can insert a new Record */ - public boolean isInsertRecord () + public boolean isInsertRecord() { Object oo = get_Value(COLUMNNAME_IsInsertRecord); if (oo != null) @@ -634,9 +617,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Lookup Only Selection Columns. - @param IsLookupOnlySelection - When defined to true Lookup panel will display only selection columns. Default to false. - */ + @param IsLookupOnlySelection When defined to true Lookup panel will display only selection columns. Default to false. + */ public void setIsLookupOnlySelection (boolean IsLookupOnlySelection) { set_Value (COLUMNNAME_IsLookupOnlySelection, Boolean.valueOf(IsLookupOnlySelection)); @@ -645,7 +627,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Lookup Only Selection Columns. @return When defined to true Lookup panel will display only selection columns. Default to false. */ - public boolean isLookupOnlySelection () + public boolean isLookupOnlySelection() { Object oo = get_Value(COLUMNNAME_IsLookupOnlySelection); if (oo != null) @@ -658,9 +640,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (boolean IsReadOnly) { set_Value (COLUMNNAME_IsReadOnly, Boolean.valueOf(IsReadOnly)); @@ -669,7 +650,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Read Only. @return Field is read only */ - public boolean isReadOnly () + public boolean isReadOnly() { Object oo = get_Value(COLUMNNAME_IsReadOnly); if (oo != null) @@ -682,9 +663,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Single Row Layout. - @param IsSingleRow - Default for toggle between Single- and Multi-Row (Grid) Layout - */ + @param IsSingleRow Default for toggle between Single- and Multi-Row (Grid) Layout + */ public void setIsSingleRow (boolean IsSingleRow) { set_Value (COLUMNNAME_IsSingleRow, Boolean.valueOf(IsSingleRow)); @@ -693,7 +673,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Single Row Layout. @return Default for toggle between Single- and Multi-Row (Grid) Layout */ - public boolean isSingleRow () + public boolean isSingleRow() { Object oo = get_Value(COLUMNNAME_IsSingleRow); if (oo != null) @@ -706,9 +686,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Order Tab. - @param IsSortTab - The Tab determines the Order - */ + @param IsSortTab The Tab determines the Order + */ public void setIsSortTab (boolean IsSortTab) { set_Value (COLUMNNAME_IsSortTab, Boolean.valueOf(IsSortTab)); @@ -717,7 +696,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Order Tab. @return The Tab determines the Order */ - public boolean isSortTab () + public boolean isSortTab() { Object oo = get_Value(COLUMNNAME_IsSortTab); if (oo != null) @@ -730,9 +709,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set TranslationTab. - @param IsTranslationTab - This Tab contains translation information - */ + @param IsTranslationTab This Tab contains translation information + */ public void setIsTranslationTab (boolean IsTranslationTab) { set_Value (COLUMNNAME_IsTranslationTab, Boolean.valueOf(IsTranslationTab)); @@ -741,7 +719,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get TranslationTab. @return This Tab contains translation information */ - public boolean isTranslationTab () + public boolean isTranslationTab() { Object oo = get_Value(COLUMNNAME_IsTranslationTab); if (oo != null) @@ -754,9 +732,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Max Query Records. - @param MaxQueryRecords - If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records - */ + @param MaxQueryRecords If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records + */ public void setMaxQueryRecords (int MaxQueryRecords) { set_Value (COLUMNNAME_MaxQueryRecords, Integer.valueOf(MaxQueryRecords)); @@ -765,7 +742,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Max Query Records. @return If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records */ - public int getMaxQueryRecords () + public int getMaxQueryRecords() { Integer ii = (Integer)get_Value(COLUMNNAME_MaxQueryRecords); if (ii == null) @@ -774,9 +751,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -785,7 +761,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -799,9 +775,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Sql ORDER BY. - @param OrderByClause - Fully qualified ORDER BY clause - */ + @param OrderByClause Fully qualified ORDER BY clause + */ public void setOrderByClause (String OrderByClause) { set_Value (COLUMNNAME_OrderByClause, OrderByClause); @@ -810,7 +785,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Sql ORDER BY. @return Fully qualified ORDER BY clause */ - public String getOrderByClause () + public String getOrderByClause() { return (String)get_Value(COLUMNNAME_OrderByClause); } @@ -822,21 +797,20 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Parent Column. - @param Parent_Column_ID - The link column on the parent tab. - */ + @param Parent_Column_ID The link column on the parent tab. + */ public void setParent_Column_ID (int Parent_Column_ID) { - if (Parent_Column_ID < 1) + if (Parent_Column_ID < 1) set_Value (COLUMNNAME_Parent_Column_ID, null); - else + else set_Value (COLUMNNAME_Parent_Column_ID, Integer.valueOf(Parent_Column_ID)); } /** Get Parent Column. @return The link column on the parent tab. */ - public int getParent_Column_ID () + public int getParent_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_Column_ID); if (ii == null) @@ -845,7 +819,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -853,7 +828,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -866,9 +841,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Read Only Logic. - @param ReadOnlyLogic - Logic to determine if field is read only (applies only when field is read-write) - */ + @param ReadOnlyLogic Logic to determine if field is read only (applies only when field is read-write) + */ public void setReadOnlyLogic (String ReadOnlyLogic) { set_Value (COLUMNNAME_ReadOnlyLogic, ReadOnlyLogic); @@ -877,15 +851,14 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Read Only Logic. @return Logic to determine if field is read only (applies only when field is read-write) */ - public String getReadOnlyLogic () + public String getReadOnlyLogic() { return (String)get_Value(COLUMNNAME_ReadOnlyLogic); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -894,7 +867,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -903,9 +876,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent } /** Set Tab Level. - @param TabLevel - Hierarchical Tab Level (0 = top) - */ + @param TabLevel Hierarchical Tab Level (0 = top) + */ public void setTabLevel (int TabLevel) { set_Value (COLUMNNAME_TabLevel, Integer.valueOf(TabLevel)); @@ -914,7 +886,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Tab Level. @return Hierarchical Tab Level (0 = top) */ - public int getTabLevel () + public int getTabLevel() { Integer ii = (Integer)get_Value(COLUMNNAME_TabLevel); if (ii == null) @@ -931,9 +903,8 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Master Tab = M */ public static final String TREEDISPLAYEDON_MasterTab = "M"; /** Set Tree displayed. - @param TreeDisplayedOn - The tree can be displayed on master tab, detail tab or both - */ + @param TreeDisplayedOn The tree can be displayed on master tab, detail tab or both + */ public void setTreeDisplayedOn (String TreeDisplayedOn) { @@ -943,15 +914,14 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Tree displayed. @return The tree can be displayed on master tab, detail tab or both */ - public String getTreeDisplayedOn () + public String getTreeDisplayedOn() { return (String)get_Value(COLUMNNAME_TreeDisplayedOn); } /** Set Sql WHERE. - @param WhereClause - Fully qualified SQL WHERE clause - */ + @param WhereClause Fully qualified SQL WHERE clause + */ public void setWhereClause (String WhereClause) { set_Value (COLUMNNAME_WhereClause, WhereClause); @@ -960,7 +930,7 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent /** Get Sql WHERE. @return Fully qualified SQL WHERE clause */ - public String getWhereClause () + public String getWhereClause() { return (String)get_Value(COLUMNNAME_WhereClause); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Tab_Customization.java b/org.adempiere.base/src/org/compiere/model/X_AD_Tab_Customization.java index 12642f2f7c..35c7c4b47a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Tab_Customization.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Tab_Customization.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Tab_Customization * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Tab_Customization") public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Tab_Customization (Properties ctx, int AD_Tab_Customization_ID, String trxName) @@ -72,18 +72,19 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization } /** Set Tab Customization. - @param AD_Tab_Customization_ID Tab Customization */ + @param AD_Tab_Customization_ID Tab Customization + */ public void setAD_Tab_Customization_ID (int AD_Tab_Customization_ID) { - if (AD_Tab_Customization_ID < 1) + if (AD_Tab_Customization_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tab_Customization_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tab_Customization_ID, Integer.valueOf(AD_Tab_Customization_ID)); } /** Get Tab Customization. @return Tab Customization */ - public int getAD_Tab_Customization_ID () + public int getAD_Tab_Customization_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_Customization_ID); if (ii == null) @@ -92,7 +93,8 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization } /** Set AD_Tab_Customization_UU. - @param AD_Tab_Customization_UU AD_Tab_Customization_UU */ + @param AD_Tab_Customization_UU AD_Tab_Customization_UU + */ public void setAD_Tab_Customization_UU (String AD_Tab_Customization_UU) { set_Value (COLUMNNAME_AD_Tab_Customization_UU, AD_Tab_Customization_UU); @@ -100,7 +102,7 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization /** Get AD_Tab_Customization_UU. @return AD_Tab_Customization_UU */ - public String getAD_Tab_Customization_UU () + public String getAD_Tab_Customization_UU() { return (String)get_Value(COLUMNNAME_AD_Tab_Customization_UU); } @@ -112,21 +114,20 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization } /** Set Tab. - @param AD_Tab_ID - Tab within a Window - */ + @param AD_Tab_ID Tab within a Window + */ public void setAD_Tab_ID (int AD_Tab_ID) { - if (AD_Tab_ID < 1) + if (AD_Tab_ID < 1) set_Value (COLUMNNAME_AD_Tab_ID, null); - else + else set_Value (COLUMNNAME_AD_Tab_ID, Integer.valueOf(AD_Tab_ID)); } /** Get Tab. @return Tab within a Window */ - public int getAD_Tab_ID () + public int getAD_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_ID); if (ii == null) @@ -141,21 +142,20 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -164,7 +164,8 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization } /** Set Custom. - @param Custom Custom */ + @param Custom Custom + */ public void setCustom (String Custom) { set_Value (COLUMNNAME_Custom, Custom); @@ -172,7 +173,7 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization /** Get Custom. @return Custom */ - public String getCustom () + public String getCustom() { return (String)get_Value(COLUMNNAME_Custom); } @@ -184,7 +185,8 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization /** Yes = Y */ public static final String ISAUTOHIDEEMPTYCOLUMN_Yes = "Y"; /** Set Auto Hide Empty Column. - @param IsAutoHideEmptyColumn Auto Hide Empty Column */ + @param IsAutoHideEmptyColumn Auto Hide Empty Column + */ public void setIsAutoHideEmptyColumn (String IsAutoHideEmptyColumn) { @@ -193,7 +195,7 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization /** Get Auto Hide Empty Column. @return Auto Hide Empty Column */ - public String getIsAutoHideEmptyColumn () + public String getIsAutoHideEmptyColumn() { return (String)get_Value(COLUMNNAME_IsAutoHideEmptyColumn); } @@ -205,7 +207,8 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization /** Yes = Y */ public static final String ISDISPLAYEDGRID_Yes = "Y"; /** Set Show in Grid. - @param IsDisplayedGrid Show in Grid */ + @param IsDisplayedGrid Show in Grid + */ public void setIsDisplayedGrid (String IsDisplayedGrid) { @@ -214,15 +217,14 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization /** Get Show in Grid. @return Show in Grid */ - public String getIsDisplayedGrid () + public String getIsDisplayedGrid() { return (String)get_Value(COLUMNNAME_IsDisplayedGrid); } /** Set Quick Form. - @param IsQuickForm - Display in Quick Form - */ + @param IsQuickForm Display in Quick Form + */ public void setIsQuickForm (boolean IsQuickForm) { set_Value (COLUMNNAME_IsQuickForm, Boolean.valueOf(IsQuickForm)); @@ -231,7 +233,7 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization /** Get Quick Form. @return Display in Quick Form */ - public boolean isQuickForm () + public boolean isQuickForm() { Object oo = get_Value(COLUMNNAME_IsQuickForm); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Table.java b/org.adempiere.base/src/org/compiere/model/X_AD_Table.java index c9b1de8e15..dd90b82ca3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Table.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Table.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Table * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Table") public class X_AD_Table extends PO implements I_AD_Table, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Table (Properties ctx, int AD_Table_ID, String trxName) @@ -102,9 +102,8 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** All = 7 */ public static final String ACCESSLEVEL_All = "7"; /** Set Data Access Level. - @param AccessLevel - Access Level required - */ + @param AccessLevel Access Level required + */ public void setAccessLevel (String AccessLevel) { @@ -114,27 +113,26 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Data Access Level. @return Access Level required */ - public String getAccessLevel () + public String getAccessLevel() { return (String)get_Value(COLUMNNAME_AccessLevel); } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -143,7 +141,8 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent } /** Set AD_Table_UU. - @param AD_Table_UU AD_Table_UU */ + @param AD_Table_UU AD_Table_UU + */ public void setAD_Table_UU (String AD_Table_UU) { set_Value (COLUMNNAME_AD_Table_UU, AD_Table_UU); @@ -151,7 +150,7 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get AD_Table_UU. @return AD_Table_UU */ - public String getAD_Table_UU () + public String getAD_Table_UU() { return (String)get_Value(COLUMNNAME_AD_Table_UU); } @@ -163,21 +162,20 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent } /** Set Dynamic Validation. - @param AD_Val_Rule_ID - Dynamic Validation Rule - */ + @param AD_Val_Rule_ID Dynamic Validation Rule + */ public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) { - if (AD_Val_Rule_ID < 1) + if (AD_Val_Rule_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_ID, Integer.valueOf(AD_Val_Rule_ID)); } /** Get Dynamic Validation. @return Dynamic Validation Rule */ - public int getAD_Val_Rule_ID () + public int getAD_Val_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_ID); if (ii == null) @@ -192,21 +190,20 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -215,7 +212,8 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent } /** Set Copy Columns From Table. - @param CopyColumnsFromTable Copy Columns From Table */ + @param CopyColumnsFromTable Copy Columns From Table + */ public void setCopyColumnsFromTable (String CopyColumnsFromTable) { set_Value (COLUMNNAME_CopyColumnsFromTable, CopyColumnsFromTable); @@ -223,13 +221,14 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Copy Columns From Table. @return Copy Columns From Table */ - public String getCopyColumnsFromTable () + public String getCopyColumnsFromTable() { return (String)get_Value(COLUMNNAME_CopyColumnsFromTable); } /** Set Copy Components From View. - @param CopyComponentsFromView Copy Components From View */ + @param CopyComponentsFromView Copy Components From View + */ public void setCopyComponentsFromView (String CopyComponentsFromView) { set_Value (COLUMNNAME_CopyComponentsFromView, CopyComponentsFromView); @@ -237,13 +236,14 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Copy Components From View. @return Copy Components From View */ - public String getCopyComponentsFromView () + public String getCopyComponentsFromView() { return (String)get_Value(COLUMNNAME_CopyComponentsFromView); } /** Set Create Window From Table. - @param CreateWindowFromTable Create Window From Table */ + @param CreateWindowFromTable Create Window From Table + */ public void setCreateWindowFromTable (String CreateWindowFromTable) { set_Value (COLUMNNAME_CreateWindowFromTable, CreateWindowFromTable); @@ -251,13 +251,14 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Create Window From Table. @return Create Window From Table */ - public String getCreateWindowFromTable () + public String getCreateWindowFromTable() { return (String)get_Value(COLUMNNAME_CreateWindowFromTable); } /** Set Drop view. - @param DatabaseViewDrop Drop view */ + @param DatabaseViewDrop Drop view + */ public void setDatabaseViewDrop (String DatabaseViewDrop) { set_Value (COLUMNNAME_DatabaseViewDrop, DatabaseViewDrop); @@ -265,15 +266,14 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Drop view. @return Drop view */ - public String getDatabaseViewDrop () + public String getDatabaseViewDrop() { return (String)get_Value(COLUMNNAME_DatabaseViewDrop); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -282,7 +282,7 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -290,9 +290,8 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -302,15 +301,14 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -319,15 +317,14 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Import Table. - @param ImportTable - Import Table Columns from Database - */ + @param ImportTable Import Table Columns from Database + */ public void setImportTable (String ImportTable) { set_Value (COLUMNNAME_ImportTable, ImportTable); @@ -336,15 +333,14 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Import Table. @return Import Table Columns from Database */ - public String getImportTable () + public String getImportTable() { return (String)get_Value(COLUMNNAME_ImportTable); } /** Set Centrally maintained. - @param IsCentrallyMaintained - Information maintained in System Element table - */ + @param IsCentrallyMaintained Information maintained in System Element table + */ public void setIsCentrallyMaintained (boolean IsCentrallyMaintained) { set_Value (COLUMNNAME_IsCentrallyMaintained, Boolean.valueOf(IsCentrallyMaintained)); @@ -353,7 +349,7 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Centrally maintained. @return Information maintained in System Element table */ - public boolean isCentrallyMaintained () + public boolean isCentrallyMaintained() { Object oo = get_Value(COLUMNNAME_IsCentrallyMaintained); if (oo != null) @@ -366,9 +362,8 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent } /** Set Maintain Change Log. - @param IsChangeLog - Maintain a log of changes - */ + @param IsChangeLog Maintain a log of changes + */ public void setIsChangeLog (boolean IsChangeLog) { set_Value (COLUMNNAME_IsChangeLog, Boolean.valueOf(IsChangeLog)); @@ -377,7 +372,7 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Maintain Change Log. @return Maintain a log of changes */ - public boolean isChangeLog () + public boolean isChangeLog() { Object oo = get_Value(COLUMNNAME_IsChangeLog); if (oo != null) @@ -390,9 +385,8 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent } /** Set Records deletable. - @param IsDeleteable - Indicates if records can be deleted from the database - */ + @param IsDeleteable Indicates if records can be deleted from the database + */ public void setIsDeleteable (boolean IsDeleteable) { set_Value (COLUMNNAME_IsDeleteable, Boolean.valueOf(IsDeleteable)); @@ -401,7 +395,7 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Records deletable. @return Indicates if records can be deleted from the database */ - public boolean isDeleteable () + public boolean isDeleteable() { Object oo = get_Value(COLUMNNAME_IsDeleteable); if (oo != null) @@ -414,9 +408,8 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent } /** Set High Volume. - @param IsHighVolume - Use Search instead of Pick list - */ + @param IsHighVolume Use Search instead of Pick list + */ public void setIsHighVolume (boolean IsHighVolume) { set_Value (COLUMNNAME_IsHighVolume, Boolean.valueOf(IsHighVolume)); @@ -425,7 +418,7 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get High Volume. @return Use Search instead of Pick list */ - public boolean isHighVolume () + public boolean isHighVolume() { Object oo = get_Value(COLUMNNAME_IsHighVolume); if (oo != null) @@ -438,9 +431,8 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent } /** Set Security enabled. - @param IsSecurityEnabled - If security is enabled, user access to data can be restricted via Roles - */ + @param IsSecurityEnabled If security is enabled, user access to data can be restricted via Roles + */ public void setIsSecurityEnabled (boolean IsSecurityEnabled) { set_Value (COLUMNNAME_IsSecurityEnabled, Boolean.valueOf(IsSecurityEnabled)); @@ -449,7 +441,7 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Security enabled. @return If security is enabled, user access to data can be restricted via Roles */ - public boolean isSecurityEnabled () + public boolean isSecurityEnabled() { Object oo = get_Value(COLUMNNAME_IsSecurityEnabled); if (oo != null) @@ -462,9 +454,8 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent } /** Set View. - @param IsView - This is a view - */ + @param IsView This is a view + */ public void setIsView (boolean IsView) { set_Value (COLUMNNAME_IsView, Boolean.valueOf(IsView)); @@ -473,7 +464,7 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get View. @return This is a view */ - public boolean isView () + public boolean isView() { Object oo = get_Value(COLUMNNAME_IsView); if (oo != null) @@ -486,7 +477,8 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent } /** Set Sequence. - @param LoadSeq Sequence */ + @param LoadSeq Sequence + */ public void setLoadSeq (int LoadSeq) { set_ValueNoCheck (COLUMNNAME_LoadSeq, Integer.valueOf(LoadSeq)); @@ -494,7 +486,7 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Sequence. @return Sequence */ - public int getLoadSeq () + public int getLoadSeq() { Integer ii = (Integer)get_Value(COLUMNNAME_LoadSeq); if (ii == null) @@ -503,9 +495,8 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -514,7 +505,7 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -526,21 +517,20 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent } /** Set PO Window. - @param PO_Window_ID - Purchase Order Window - */ + @param PO_Window_ID Purchase Order Window + */ public void setPO_Window_ID (int PO_Window_ID) { - if (PO_Window_ID < 1) + if (PO_Window_ID < 1) set_Value (COLUMNNAME_PO_Window_ID, null); - else + else set_Value (COLUMNNAME_PO_Window_ID, Integer.valueOf(PO_Window_ID)); } /** Get PO Window. @return Purchase Order Window */ - public int getPO_Window_ID () + public int getPO_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PO_Window_ID); if (ii == null) @@ -549,7 +539,8 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -557,7 +548,7 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -580,9 +571,8 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Reference = R */ public static final String REPLICATIONTYPE_Reference = "R"; /** Set Replication Type. - @param ReplicationType - Type of Data Replication - */ + @param ReplicationType Type of Data Replication + */ public void setReplicationType (String ReplicationType) { @@ -592,15 +582,14 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get Replication Type. @return Type of Data Replication */ - public String getReplicationType () + public String getReplicationType() { return (String)get_Value(COLUMNNAME_ReplicationType); } /** Set DB Table Name. - @param TableName - Name of the table in the database - */ + @param TableName Name of the table in the database + */ public void setTableName (String TableName) { set_Value (COLUMNNAME_TableName, TableName); @@ -609,7 +598,7 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent /** Get DB Table Name. @return Name of the table in the database */ - public String getTableName () + public String getTableName() { return (String)get_Value(COLUMNNAME_TableName); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TableIndex.java b/org.adempiere.base/src/org/compiere/model/X_AD_TableIndex.java index 7e959edfc7..7e8cc00650 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TableIndex.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TableIndex.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_TableIndex * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TableIndex") public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TableIndex (Properties ctx, int AD_TableIndex_ID, String trxName) @@ -88,21 +88,20 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent } /** Set Message. - @param AD_Message_ID - System Message - */ + @param AD_Message_ID System Message + */ public void setAD_Message_ID (int AD_Message_ID) { - if (AD_Message_ID < 1) + if (AD_Message_ID < 1) set_Value (COLUMNNAME_AD_Message_ID, null); - else + else set_Value (COLUMNNAME_AD_Message_ID, Integer.valueOf(AD_Message_ID)); } /** Get Message. @return System Message */ - public int getAD_Message_ID () + public int getAD_Message_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Message_ID); if (ii == null) @@ -117,21 +116,20 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -140,18 +138,19 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent } /** Set Table Index. - @param AD_TableIndex_ID Table Index */ + @param AD_TableIndex_ID Table Index + */ public void setAD_TableIndex_ID (int AD_TableIndex_ID) { - if (AD_TableIndex_ID < 1) + if (AD_TableIndex_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_TableIndex_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_TableIndex_ID, Integer.valueOf(AD_TableIndex_ID)); } /** Get Table Index. @return Table Index */ - public int getAD_TableIndex_ID () + public int getAD_TableIndex_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_TableIndex_ID); if (ii == null) @@ -160,7 +159,8 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent } /** Set AD_TableIndex_UU. - @param AD_TableIndex_UU AD_TableIndex_UU */ + @param AD_TableIndex_UU AD_TableIndex_UU + */ public void setAD_TableIndex_UU (String AD_TableIndex_UU) { set_Value (COLUMNNAME_AD_TableIndex_UU, AD_TableIndex_UU); @@ -168,15 +168,14 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent /** Get AD_TableIndex_UU. @return AD_TableIndex_UU */ - public String getAD_TableIndex_UU () + public String getAD_TableIndex_UU() { return (String)get_Value(COLUMNNAME_AD_TableIndex_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -185,7 +184,7 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -193,9 +192,8 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -205,15 +203,14 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -222,13 +219,14 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Create Constraint. - @param IsCreateConstraint Create Constraint */ + @param IsCreateConstraint Create Constraint + */ public void setIsCreateConstraint (boolean IsCreateConstraint) { set_Value (COLUMNNAME_IsCreateConstraint, Boolean.valueOf(IsCreateConstraint)); @@ -236,7 +234,7 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent /** Get Create Constraint. @return Create Constraint */ - public boolean isCreateConstraint () + public boolean isCreateConstraint() { Object oo = get_Value(COLUMNNAME_IsCreateConstraint); if (oo != null) @@ -249,9 +247,8 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent } /** Set Key column. - @param IsKey - This column is the key in this table - */ + @param IsKey This column is the key in this table + */ public void setIsKey (boolean IsKey) { set_Value (COLUMNNAME_IsKey, Boolean.valueOf(IsKey)); @@ -260,7 +257,7 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent /** Get Key column. @return This column is the key in this table */ - public boolean isKey () + public boolean isKey() { Object oo = get_Value(COLUMNNAME_IsKey); if (oo != null) @@ -273,7 +270,8 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent } /** Set Unique. - @param IsUnique Unique */ + @param IsUnique Unique + */ public void setIsUnique (boolean IsUnique) { set_Value (COLUMNNAME_IsUnique, Boolean.valueOf(IsUnique)); @@ -281,7 +279,7 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent /** Get Unique. @return Unique */ - public boolean isUnique () + public boolean isUnique() { Object oo = get_Value(COLUMNNAME_IsUnique); if (oo != null) @@ -294,9 +292,8 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -305,7 +302,7 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -319,7 +316,8 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -327,7 +325,7 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -340,7 +338,8 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent } /** Set Drop table index. - @param TableIndexDrop Drop table index */ + @param TableIndexDrop Drop table index + */ public void setTableIndexDrop (String TableIndexDrop) { set_Value (COLUMNNAME_TableIndexDrop, TableIndexDrop); @@ -348,7 +347,7 @@ public class X_AD_TableIndex extends PO implements I_AD_TableIndex, I_Persistent /** Get Drop table index. @return Drop table index */ - public String getTableIndexDrop () + public String getTableIndexDrop() { return (String)get_Value(COLUMNNAME_TableIndexDrop); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Table_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Table_Access.java index 6dc4714789..847af99911 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Table_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Table_Access.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Table_Access * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Table_Access") public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Table_Access (Properties ctx, int AD_Table_Access_ID, String trxName) @@ -86,9 +86,8 @@ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persis /** Reporting = R */ public static final String ACCESSTYPERULE_Reporting = "R"; /** Set Access Type. - @param AccessTypeRule - The type of access for this rule - */ + @param AccessTypeRule The type of access for this rule + */ public void setAccessTypeRule (String AccessTypeRule) { @@ -98,7 +97,7 @@ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persis /** Get Access Type. @return The type of access for this rule */ - public String getAccessTypeRule () + public String getAccessTypeRule() { return (String)get_Value(COLUMNNAME_AccessTypeRule); } @@ -110,21 +109,20 @@ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persis } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -133,7 +131,8 @@ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persis } /** Set AD_Table_Access_UU. - @param AD_Table_Access_UU AD_Table_Access_UU */ + @param AD_Table_Access_UU AD_Table_Access_UU + */ public void setAD_Table_Access_UU (String AD_Table_Access_UU) { set_Value (COLUMNNAME_AD_Table_Access_UU, AD_Table_Access_UU); @@ -141,7 +140,7 @@ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persis /** Get AD_Table_Access_UU. @return AD_Table_Access_UU */ - public String getAD_Table_Access_UU () + public String getAD_Table_Access_UU() { return (String)get_Value(COLUMNNAME_AD_Table_Access_UU); } @@ -153,21 +152,20 @@ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persis } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -184,9 +182,8 @@ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persis } /** Set Exclude. - @param IsExclude - Exclude access to the data - if not selected Include access to the data - */ + @param IsExclude Exclude access to the data - if not selected Include access to the data + */ public void setIsExclude (boolean IsExclude) { set_Value (COLUMNNAME_IsExclude, Boolean.valueOf(IsExclude)); @@ -195,7 +192,7 @@ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persis /** Get Exclude. @return Exclude access to the data - if not selected Include access to the data */ - public boolean isExclude () + public boolean isExclude() { Object oo = get_Value(COLUMNNAME_IsExclude); if (oo != null) @@ -208,9 +205,8 @@ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persis } /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (boolean IsReadOnly) { set_Value (COLUMNNAME_IsReadOnly, Boolean.valueOf(IsReadOnly)); @@ -219,7 +215,7 @@ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persis /** Get Read Only. @return Field is read only */ - public boolean isReadOnly () + public boolean isReadOnly() { Object oo = get_Value(COLUMNNAME_IsReadOnly); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Table_ScriptValidator.java b/org.adempiere.base/src/org/compiere/model/X_AD_Table_ScriptValidator.java index 59afe689ee..3c2075d7f1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Table_ScriptValidator.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Table_ScriptValidator.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Table_ScriptValidator * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Table_ScriptValidator") public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptValidator, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptV /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Table_ScriptValidator (Properties ctx, int AD_Table_ScriptValidator_ID, String trxName) @@ -83,18 +83,19 @@ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptV } /** Set Rule. - @param AD_Rule_ID Rule */ + @param AD_Rule_ID Rule + */ public void setAD_Rule_ID (int AD_Rule_ID) { - if (AD_Rule_ID < 1) + if (AD_Rule_ID < 1) set_Value (COLUMNNAME_AD_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Rule_ID, Integer.valueOf(AD_Rule_ID)); } /** Get Rule. @return Rule */ - public int getAD_Rule_ID () + public int getAD_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Rule_ID); if (ii == null) @@ -109,21 +110,20 @@ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptV } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -132,18 +132,19 @@ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptV } /** Set Table Script Validator. - @param AD_Table_ScriptValidator_ID Table Script Validator */ + @param AD_Table_ScriptValidator_ID Table Script Validator + */ public void setAD_Table_ScriptValidator_ID (int AD_Table_ScriptValidator_ID) { - if (AD_Table_ScriptValidator_ID < 1) + if (AD_Table_ScriptValidator_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ScriptValidator_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ScriptValidator_ID, Integer.valueOf(AD_Table_ScriptValidator_ID)); } /** Get Table Script Validator. @return Table Script Validator */ - public int getAD_Table_ScriptValidator_ID () + public int getAD_Table_ScriptValidator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ScriptValidator_ID); if (ii == null) @@ -152,7 +153,8 @@ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptV } /** Set AD_Table_ScriptValidator_UU. - @param AD_Table_ScriptValidator_UU AD_Table_ScriptValidator_UU */ + @param AD_Table_ScriptValidator_UU AD_Table_ScriptValidator_UU + */ public void setAD_Table_ScriptValidator_UU (String AD_Table_ScriptValidator_UU) { set_Value (COLUMNNAME_AD_Table_ScriptValidator_UU, AD_Table_ScriptValidator_UU); @@ -160,7 +162,7 @@ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptV /** Get AD_Table_ScriptValidator_UU. @return AD_Table_ScriptValidator_UU */ - public String getAD_Table_ScriptValidator_UU () + public String getAD_Table_ScriptValidator_UU() { return (String)get_Value(COLUMNNAME_AD_Table_ScriptValidator_UU); } @@ -218,7 +220,8 @@ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptV /** Table Before New = TBN */ public static final String EVENTMODELVALIDATOR_TableBeforeNew = "TBN"; /** Set Event Model Validator. - @param EventModelValidator Event Model Validator */ + @param EventModelValidator Event Model Validator + */ public void setEventModelValidator (String EventModelValidator) { @@ -227,7 +230,7 @@ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptV /** Get Event Model Validator. @return Event Model Validator */ - public String getEventModelValidator () + public String getEventModelValidator() { return (String)get_Value(COLUMNNAME_EventModelValidator); } @@ -241,9 +244,8 @@ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptV } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -252,7 +254,7 @@ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptV /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Task.java b/org.adempiere.base/src/org/compiere/model/X_AD_Task.java index b94286a2db..c6a560328c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Task.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Task.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Task * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Task") public class X_AD_Task extends PO implements I_AD_Task, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Task (Properties ctx, int AD_Task_ID, String trxName) @@ -91,9 +91,8 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent /** All = 7 */ public static final String ACCESSLEVEL_All = "7"; /** Set Data Access Level. - @param AccessLevel - Access Level required - */ + @param AccessLevel Access Level required + */ public void setAccessLevel (String AccessLevel) { @@ -103,7 +102,7 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent /** Get Data Access Level. @return Access Level required */ - public String getAccessLevel () + public String getAccessLevel() { return (String)get_Value(COLUMNNAME_AccessLevel); } @@ -115,18 +114,19 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent } /** Set Context Help. - @param AD_CtxHelp_ID Context Help */ + @param AD_CtxHelp_ID Context Help + */ public void setAD_CtxHelp_ID (int AD_CtxHelp_ID) { - if (AD_CtxHelp_ID < 1) + if (AD_CtxHelp_ID < 1) set_Value (COLUMNNAME_AD_CtxHelp_ID, null); - else + else set_Value (COLUMNNAME_AD_CtxHelp_ID, Integer.valueOf(AD_CtxHelp_ID)); } /** Get Context Help. @return Context Help */ - public int getAD_CtxHelp_ID () + public int getAD_CtxHelp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_CtxHelp_ID); if (ii == null) @@ -135,21 +135,20 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent } /** Set OS Task. - @param AD_Task_ID - Operation System Task - */ + @param AD_Task_ID Operation System Task + */ public void setAD_Task_ID (int AD_Task_ID) { - if (AD_Task_ID < 1) + if (AD_Task_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Task_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Task_ID, Integer.valueOf(AD_Task_ID)); } /** Get OS Task. @return Operation System Task */ - public int getAD_Task_ID () + public int getAD_Task_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Task_ID); if (ii == null) @@ -158,7 +157,8 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent } /** Set AD_Task_UU. - @param AD_Task_UU AD_Task_UU */ + @param AD_Task_UU AD_Task_UU + */ public void setAD_Task_UU (String AD_Task_UU) { set_Value (COLUMNNAME_AD_Task_UU, AD_Task_UU); @@ -166,15 +166,14 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent /** Get AD_Task_UU. @return AD_Task_UU */ - public String getAD_Task_UU () + public String getAD_Task_UU() { return (String)get_Value(COLUMNNAME_AD_Task_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -183,7 +182,7 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -191,9 +190,8 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -203,15 +201,14 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -220,15 +217,14 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -237,7 +233,7 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -251,9 +247,8 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent } /** Set OS Command. - @param OS_Command - Operating System Command - */ + @param OS_Command Operating System Command + */ public void setOS_Command (String OS_Command) { set_Value (COLUMNNAME_OS_Command, OS_Command); @@ -262,7 +257,7 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent /** Get OS Command. @return Operating System Command */ - public String getOS_Command () + public String getOS_Command() { return (String)get_Value(COLUMNNAME_OS_Command); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TaskInstance.java b/org.adempiere.base/src/org/compiere/model/X_AD_TaskInstance.java index f8aa1df52c..d72cf8b86c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TaskInstance.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TaskInstance.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_TaskInstance * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TaskInstance") public class X_AD_TaskInstance extends PO implements I_AD_TaskInstance, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_TaskInstance extends PO implements I_AD_TaskInstance, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TaskInstance (Properties ctx, int AD_TaskInstance_ID, String trxName) @@ -73,21 +73,20 @@ public class X_AD_TaskInstance extends PO implements I_AD_TaskInstance, I_Persis } /** Set OS Task. - @param AD_Task_ID - Operation System Task - */ + @param AD_Task_ID Operation System Task + */ public void setAD_Task_ID (int AD_Task_ID) { - if (AD_Task_ID < 1) + if (AD_Task_ID < 1) set_Value (COLUMNNAME_AD_Task_ID, null); - else + else set_Value (COLUMNNAME_AD_Task_ID, Integer.valueOf(AD_Task_ID)); } /** Get OS Task. @return Operation System Task */ - public int getAD_Task_ID () + public int getAD_Task_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Task_ID); if (ii == null) @@ -96,18 +95,19 @@ public class X_AD_TaskInstance extends PO implements I_AD_TaskInstance, I_Persis } /** Set Task Instance. - @param AD_TaskInstance_ID Task Instance */ + @param AD_TaskInstance_ID Task Instance + */ public void setAD_TaskInstance_ID (int AD_TaskInstance_ID) { - if (AD_TaskInstance_ID < 1) + if (AD_TaskInstance_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_TaskInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_TaskInstance_ID, Integer.valueOf(AD_TaskInstance_ID)); } /** Get Task Instance. @return Task Instance */ - public int getAD_TaskInstance_ID () + public int getAD_TaskInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_TaskInstance_ID); if (ii == null) @@ -124,7 +124,8 @@ public class X_AD_TaskInstance extends PO implements I_AD_TaskInstance, I_Persis } /** Set AD_TaskInstance_UU. - @param AD_TaskInstance_UU AD_TaskInstance_UU */ + @param AD_TaskInstance_UU AD_TaskInstance_UU + */ public void setAD_TaskInstance_UU (String AD_TaskInstance_UU) { set_Value (COLUMNNAME_AD_TaskInstance_UU, AD_TaskInstance_UU); @@ -132,7 +133,7 @@ public class X_AD_TaskInstance extends PO implements I_AD_TaskInstance, I_Persis /** Get AD_TaskInstance_UU. @return AD_TaskInstance_UU */ - public String getAD_TaskInstance_UU () + public String getAD_TaskInstance_UU() { return (String)get_Value(COLUMNNAME_AD_TaskInstance_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Task_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Task_Access.java index 70857fffb9..f42cbfe43d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Task_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Task_Access.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Task_Access * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Task_Access") public class X_AD_Task_Access extends PO implements I_AD_Task_Access, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Task_Access extends PO implements I_AD_Task_Access, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Task_Access (Properties ctx, int AD_Task_Access_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_Task_Access extends PO implements I_AD_Task_Access, I_Persiste } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -102,7 +101,8 @@ public class X_AD_Task_Access extends PO implements I_AD_Task_Access, I_Persiste } /** Set AD_Task_Access_UU. - @param AD_Task_Access_UU AD_Task_Access_UU */ + @param AD_Task_Access_UU AD_Task_Access_UU + */ public void setAD_Task_Access_UU (String AD_Task_Access_UU) { set_Value (COLUMNNAME_AD_Task_Access_UU, AD_Task_Access_UU); @@ -110,7 +110,7 @@ public class X_AD_Task_Access extends PO implements I_AD_Task_Access, I_Persiste /** Get AD_Task_Access_UU. @return AD_Task_Access_UU */ - public String getAD_Task_Access_UU () + public String getAD_Task_Access_UU() { return (String)get_Value(COLUMNNAME_AD_Task_Access_UU); } @@ -122,21 +122,20 @@ public class X_AD_Task_Access extends PO implements I_AD_Task_Access, I_Persiste } /** Set OS Task. - @param AD_Task_ID - Operation System Task - */ + @param AD_Task_ID Operation System Task + */ public void setAD_Task_ID (int AD_Task_ID) { - if (AD_Task_ID < 1) + if (AD_Task_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Task_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Task_ID, Integer.valueOf(AD_Task_ID)); } /** Get OS Task. @return Operation System Task */ - public int getAD_Task_ID () + public int getAD_Task_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Task_ID); if (ii == null) @@ -145,9 +144,8 @@ public class X_AD_Task_Access extends PO implements I_AD_Task_Access, I_Persiste } /** Set Read Write. - @param IsReadWrite - Field is read / write - */ + @param IsReadWrite Field is read / write + */ public void setIsReadWrite (boolean IsReadWrite) { set_Value (COLUMNNAME_IsReadWrite, Boolean.valueOf(IsReadWrite)); @@ -156,7 +154,7 @@ public class X_AD_Task_Access extends PO implements I_AD_Task_Access, I_Persiste /** Get Read Write. @return Field is read / write */ - public boolean isReadWrite () + public boolean isReadWrite() { Object oo = get_Value(COLUMNNAME_IsReadWrite); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButton.java b/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButton.java index 9d7d8652ad..9089a1af88 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButton.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButton.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_ToolBarButton * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ToolBarButton") public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ToolBarButton (Properties ctx, int AD_ToolBarButton_ID, String trxName) @@ -104,9 +104,8 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Form = X */ public static final String ACTION_Form = "X"; /** Set Action. - @param Action - Indicates the Action to be performed - */ + @param Action Indicates the Action to be performed + */ public void setAction (String Action) { @@ -116,15 +115,14 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get Action. @return Indicates the Action to be performed */ - public String getAction () + public String getAction() { return (String)get_Value(COLUMNNAME_Action); } /** Set Service Component Name. - @param ActionClassName - The service component name that implements the interface for toolbar actions - */ + @param ActionClassName The service component name that implements the interface for toolbar actions + */ public void setActionClassName (String ActionClassName) { set_Value (COLUMNNAME_ActionClassName, ActionClassName); @@ -133,15 +131,14 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get Service Component Name. @return The service component name that implements the interface for toolbar actions */ - public String getActionClassName () + public String getActionClassName() { return (String)get_Value(COLUMNNAME_ActionClassName); } /** Set Action Name. - @param ActionName - Action name on the toolbar - */ + @param ActionName Action name on the toolbar + */ public void setActionName (String ActionName) { set_Value (COLUMNNAME_ActionName, ActionName); @@ -150,7 +147,7 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get Action Name. @return Action name on the toolbar */ - public String getActionName () + public String getActionName() { return (String)get_Value(COLUMNNAME_ActionName); } @@ -162,21 +159,20 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -191,21 +187,20 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers } /** Set Tab. - @param AD_Tab_ID - Tab within a Window - */ + @param AD_Tab_ID Tab within a Window + */ public void setAD_Tab_ID (int AD_Tab_ID) { - if (AD_Tab_ID < 1) + if (AD_Tab_ID < 1) set_Value (COLUMNNAME_AD_Tab_ID, null); - else + else set_Value (COLUMNNAME_AD_Tab_ID, Integer.valueOf(AD_Tab_ID)); } /** Get Tab. @return Tab within a Window */ - public int getAD_Tab_ID () + public int getAD_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_ID); if (ii == null) @@ -214,18 +209,19 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers } /** Set ToolBar Button. - @param AD_ToolBarButton_ID ToolBar Button */ + @param AD_ToolBarButton_ID ToolBar Button + */ public void setAD_ToolBarButton_ID (int AD_ToolBarButton_ID) { - if (AD_ToolBarButton_ID < 1) + if (AD_ToolBarButton_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ToolBarButton_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ToolBarButton_ID, Integer.valueOf(AD_ToolBarButton_ID)); } /** Get ToolBar Button. @return ToolBar Button */ - public int getAD_ToolBarButton_ID () + public int getAD_ToolBarButton_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ToolBarButton_ID); if (ii == null) @@ -234,7 +230,8 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers } /** Set AD_ToolBarButton_UU. - @param AD_ToolBarButton_UU AD_ToolBarButton_UU */ + @param AD_ToolBarButton_UU AD_ToolBarButton_UU + */ public void setAD_ToolBarButton_UU (String AD_ToolBarButton_UU) { set_Value (COLUMNNAME_AD_ToolBarButton_UU, AD_ToolBarButton_UU); @@ -242,13 +239,14 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get AD_ToolBarButton_UU. @return AD_ToolBarButton_UU */ - public String getAD_ToolBarButton_UU () + public String getAD_ToolBarButton_UU() { return (String)get_Value(COLUMNNAME_AD_ToolBarButton_UU); } /** Set Component Name. - @param ComponentName Component Name */ + @param ComponentName Component Name + */ public void setComponentName (String ComponentName) { set_Value (COLUMNNAME_ComponentName, ComponentName); @@ -256,15 +254,14 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get Component Name. @return Component Name */ - public String getComponentName () + public String getComponentName() { return (String)get_Value(COLUMNNAME_ComponentName); } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -273,7 +270,7 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } @@ -281,9 +278,8 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -293,13 +289,14 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Add Separator. - @param IsAddSeparator Add Separator */ + @param IsAddSeparator Add Separator + */ public void setIsAddSeparator (boolean IsAddSeparator) { set_Value (COLUMNNAME_IsAddSeparator, Boolean.valueOf(IsAddSeparator)); @@ -307,7 +304,7 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get Add Separator. @return Add Separator */ - public boolean isAddSeparator () + public boolean isAddSeparator() { Object oo = get_Value(COLUMNNAME_IsAddSeparator); if (oo != null) @@ -320,9 +317,8 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers } /** Set Advanced Button. - @param IsAdvancedButton - This Button contains advanced Functionality - */ + @param IsAdvancedButton This Button contains advanced Functionality + */ public void setIsAdvancedButton (boolean IsAdvancedButton) { set_Value (COLUMNNAME_IsAdvancedButton, Boolean.valueOf(IsAdvancedButton)); @@ -331,7 +327,7 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get Advanced Button. @return This Button contains advanced Functionality */ - public boolean isAdvancedButton () + public boolean isAdvancedButton() { Object oo = get_Value(COLUMNNAME_IsAdvancedButton); if (oo != null) @@ -344,9 +340,8 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers } /** Set Customization. - @param IsCustomization - The change is a customization of the data dictionary and can be applied after Migration - */ + @param IsCustomization The change is a customization of the data dictionary and can be applied after Migration + */ public void setIsCustomization (boolean IsCustomization) { set_Value (COLUMNNAME_IsCustomization, Boolean.valueOf(IsCustomization)); @@ -355,7 +350,7 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get Customization. @return The change is a customization of the data dictionary and can be applied after Migration */ - public boolean isCustomization () + public boolean isCustomization() { Object oo = get_Value(COLUMNNAME_IsCustomization); if (oo != null) @@ -368,7 +363,8 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers } /** Set Group in show more. - @param IsShowMore Group in show more */ + @param IsShowMore Group in show more + */ public void setIsShowMore (boolean IsShowMore) { set_Value (COLUMNNAME_IsShowMore, Boolean.valueOf(IsShowMore)); @@ -376,7 +372,7 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get Group in show more. @return Group in show more */ - public boolean isShowMore () + public boolean isShowMore() { Object oo = get_Value(COLUMNNAME_IsShowMore); if (oo != null) @@ -389,9 +385,8 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers } /** Set KeyCode. - @param KeyStroke_KeyCode - KeyCode for shortcuts - */ + @param KeyStroke_KeyCode KeyCode for shortcuts + */ public void setKeyStroke_KeyCode (int KeyStroke_KeyCode) { set_Value (COLUMNNAME_KeyStroke_KeyCode, Integer.valueOf(KeyStroke_KeyCode)); @@ -400,7 +395,7 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get KeyCode. @return KeyCode for shortcuts */ - public int getKeyStroke_KeyCode () + public int getKeyStroke_KeyCode() { Integer ii = (Integer)get_Value(COLUMNNAME_KeyStroke_KeyCode); if (ii == null) @@ -409,9 +404,8 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers } /** Set Keystroke Modifiers. - @param KeyStroke_Modifiers - Keystroke Modifiers for shortcuts - */ + @param KeyStroke_Modifiers Keystroke Modifiers for shortcuts + */ public void setKeyStroke_Modifiers (int KeyStroke_Modifiers) { set_Value (COLUMNNAME_KeyStroke_Modifiers, Integer.valueOf(KeyStroke_Modifiers)); @@ -420,7 +414,7 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get Keystroke Modifiers. @return Keystroke Modifiers for shortcuts */ - public int getKeyStroke_Modifiers () + public int getKeyStroke_Modifiers() { Integer ii = (Integer)get_Value(COLUMNNAME_KeyStroke_Modifiers); if (ii == null) @@ -429,9 +423,8 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -440,7 +433,7 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -454,9 +447,8 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -465,7 +457,7 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButtonRestrict.java b/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButtonRestrict.java index c0c3650717..9a31799dc1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButtonRestrict.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButtonRestrict.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_ToolBarButtonRestrict * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ToolBarButtonRestrict") public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButtonRestrict, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButton /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ToolBarButtonRestrict (Properties ctx, int AD_ToolBarButtonRestrict_ID, String trxName) @@ -94,9 +94,8 @@ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButton /** Form = X */ public static final String ACTION_Form = "X"; /** Set Action. - @param Action - Indicates the Action to be performed - */ + @param Action Indicates the Action to be performed + */ public void setAction (String Action) { @@ -106,7 +105,7 @@ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButton /** Get Action. @return Indicates the Action to be performed */ - public String getAction () + public String getAction() { return (String)get_Value(COLUMNNAME_Action); } @@ -118,21 +117,20 @@ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButton } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -147,21 +145,20 @@ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButton } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -176,21 +173,20 @@ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButton } /** Set Tab. - @param AD_Tab_ID - Tab within a Window - */ + @param AD_Tab_ID Tab within a Window + */ public void setAD_Tab_ID (int AD_Tab_ID) { - if (AD_Tab_ID < 1) + if (AD_Tab_ID < 1) set_Value (COLUMNNAME_AD_Tab_ID, null); - else + else set_Value (COLUMNNAME_AD_Tab_ID, Integer.valueOf(AD_Tab_ID)); } /** Get Tab. @return Tab within a Window */ - public int getAD_Tab_ID () + public int getAD_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_ID); if (ii == null) @@ -205,18 +201,19 @@ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButton } /** Set ToolBar Button. - @param AD_ToolBarButton_ID ToolBar Button */ + @param AD_ToolBarButton_ID ToolBar Button + */ public void setAD_ToolBarButton_ID (int AD_ToolBarButton_ID) { - if (AD_ToolBarButton_ID < 1) + if (AD_ToolBarButton_ID < 1) set_Value (COLUMNNAME_AD_ToolBarButton_ID, null); - else + else set_Value (COLUMNNAME_AD_ToolBarButton_ID, Integer.valueOf(AD_ToolBarButton_ID)); } /** Get ToolBar Button. @return ToolBar Button */ - public int getAD_ToolBarButton_ID () + public int getAD_ToolBarButton_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ToolBarButton_ID); if (ii == null) @@ -225,18 +222,19 @@ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButton } /** Set ToolBar Button Restrict. - @param AD_ToolBarButtonRestrict_ID ToolBar Button Restrict */ + @param AD_ToolBarButtonRestrict_ID ToolBar Button Restrict + */ public void setAD_ToolBarButtonRestrict_ID (int AD_ToolBarButtonRestrict_ID) { - if (AD_ToolBarButtonRestrict_ID < 1) + if (AD_ToolBarButtonRestrict_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ToolBarButtonRestrict_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ToolBarButtonRestrict_ID, Integer.valueOf(AD_ToolBarButtonRestrict_ID)); } /** Get ToolBar Button Restrict. @return ToolBar Button Restrict */ - public int getAD_ToolBarButtonRestrict_ID () + public int getAD_ToolBarButtonRestrict_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ToolBarButtonRestrict_ID); if (ii == null) @@ -245,7 +243,8 @@ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButton } /** Set AD_ToolBarButtonRestrict_UU. - @param AD_ToolBarButtonRestrict_UU AD_ToolBarButtonRestrict_UU */ + @param AD_ToolBarButtonRestrict_UU AD_ToolBarButtonRestrict_UU + */ public void setAD_ToolBarButtonRestrict_UU (String AD_ToolBarButtonRestrict_UU) { set_Value (COLUMNNAME_AD_ToolBarButtonRestrict_UU, AD_ToolBarButtonRestrict_UU); @@ -253,7 +252,7 @@ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButton /** Get AD_ToolBarButtonRestrict_UU. @return AD_ToolBarButtonRestrict_UU */ - public String getAD_ToolBarButtonRestrict_UU () + public String getAD_ToolBarButtonRestrict_UU() { return (String)get_Value(COLUMNNAME_AD_ToolBarButtonRestrict_UU); } @@ -265,21 +264,20 @@ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButton } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -288,9 +286,8 @@ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButton } /** Set Exclude. - @param IsExclude - Exclude access to the data - if not selected Include access to the data - */ + @param IsExclude Exclude access to the data - if not selected Include access to the data + */ public void setIsExclude (boolean IsExclude) { set_ValueNoCheck (COLUMNNAME_IsExclude, Boolean.valueOf(IsExclude)); @@ -299,7 +296,7 @@ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButton /** Get Exclude. @return Exclude access to the data - if not selected Include access to the data */ - public boolean isExclude () + public boolean isExclude() { Object oo = get_Value(COLUMNNAME_IsExclude); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Tree.java b/org.adempiere.base/src/org/compiere/model/X_AD_Tree.java index ad8b85bcdf..8b5e2584d9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Tree.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Tree.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Tree * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Tree") public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Tree (Properties ctx, int AD_Tree_ID, String trxName) @@ -89,21 +89,20 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -112,21 +111,20 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -135,7 +133,8 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent } /** Set AD_Tree_UU. - @param AD_Tree_UU AD_Tree_UU */ + @param AD_Tree_UU AD_Tree_UU + */ public void setAD_Tree_UU (String AD_Tree_UU) { set_Value (COLUMNNAME_AD_Tree_UU, AD_Tree_UU); @@ -143,15 +142,14 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent /** Get AD_Tree_UU. @return AD_Tree_UU */ - public String getAD_Tree_UU () + public String getAD_Tree_UU() { return (String)get_Value(COLUMNNAME_AD_Tree_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -160,15 +158,14 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set All Nodes. - @param IsAllNodes - All Nodes are included (Complete Tree) - */ + @param IsAllNodes All Nodes are included (Complete Tree) + */ public void setIsAllNodes (boolean IsAllNodes) { set_Value (COLUMNNAME_IsAllNodes, Boolean.valueOf(IsAllNodes)); @@ -177,7 +174,7 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent /** Get All Nodes. @return All Nodes are included (Complete Tree) */ - public boolean isAllNodes () + public boolean isAllNodes() { Object oo = get_Value(COLUMNNAME_IsAllNodes); if (oo != null) @@ -190,9 +187,8 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -201,7 +197,7 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -214,9 +210,8 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent } /** Set Loads directly all nodes. - @param IsLoadAllNodesImmediately - If checked, all nodes are loaded before tree is displayed - */ + @param IsLoadAllNodesImmediately If checked, all nodes are loaded before tree is displayed + */ public void setIsLoadAllNodesImmediately (boolean IsLoadAllNodesImmediately) { set_Value (COLUMNNAME_IsLoadAllNodesImmediately, Boolean.valueOf(IsLoadAllNodesImmediately)); @@ -225,7 +220,7 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent /** Get Loads directly all nodes. @return If checked, all nodes are loaded before tree is displayed */ - public boolean isLoadAllNodesImmediately () + public boolean isLoadAllNodesImmediately() { Object oo = get_Value(COLUMNNAME_IsLoadAllNodesImmediately); if (oo != null) @@ -238,7 +233,8 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent } /** Set Driven by Search Key. - @param IsTreeDrivenByValue Driven by Search Key */ + @param IsTreeDrivenByValue Driven by Search Key + */ public void setIsTreeDrivenByValue (boolean IsTreeDrivenByValue) { set_Value (COLUMNNAME_IsTreeDrivenByValue, Boolean.valueOf(IsTreeDrivenByValue)); @@ -246,7 +242,7 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent /** Get Driven by Search Key. @return Driven by Search Key */ - public boolean isTreeDrivenByValue () + public boolean isTreeDrivenByValue() { Object oo = get_Value(COLUMNNAME_IsTreeDrivenByValue); if (oo != null) @@ -259,9 +255,8 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent } /** Set Display Value. - @param IsValueDisplayed - Displays Value column with the Display column - */ + @param IsValueDisplayed Displays Value column with the Display column + */ public void setIsValueDisplayed (boolean IsValueDisplayed) { set_Value (COLUMNNAME_IsValueDisplayed, Boolean.valueOf(IsValueDisplayed)); @@ -270,7 +265,7 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent /** Get Display Value. @return Displays Value column with the Display column */ - public boolean isValueDisplayed () + public boolean isValueDisplayed() { Object oo = get_Value(COLUMNNAME_IsValueDisplayed); if (oo != null) @@ -283,9 +278,8 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -294,7 +288,7 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -314,21 +308,20 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent } /** Set Parent Column. - @param Parent_Column_ID - The link column on the parent tab. - */ + @param Parent_Column_ID The link column on the parent tab. + */ public void setParent_Column_ID (int Parent_Column_ID) { - if (Parent_Column_ID < 1) + if (Parent_Column_ID < 1) set_Value (COLUMNNAME_Parent_Column_ID, null); - else + else set_Value (COLUMNNAME_Parent_Column_ID, Integer.valueOf(Parent_Column_ID)); } /** Get Parent Column. @return The link column on the parent tab. */ - public int getParent_Column_ID () + public int getParent_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_Column_ID); if (ii == null) @@ -337,7 +330,8 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -345,7 +339,7 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -400,9 +394,8 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent /** User 4 = U4 */ public static final String TREETYPE_User4 = "U4"; /** Set Type | Area. - @param TreeType - Element this tree is built on (i.e Product, Business Partner) - */ + @param TreeType Element this tree is built on (i.e Product, Business Partner) + */ public void setTreeType (String TreeType) { @@ -412,7 +405,7 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent /** Get Type | Area. @return Element this tree is built on (i.e Product, Business Partner) */ - public String getTreeType () + public String getTreeType() { return (String)get_Value(COLUMNNAME_TreeType); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNode.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNode.java index 1772f25be6..3dbca79b11 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNode.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNode.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_TreeNode * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TreeNode") public class X_AD_TreeNode extends PO implements I_AD_TreeNode, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_TreeNode extends PO implements I_AD_TreeNode, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TreeNode (Properties ctx, int AD_TreeNode_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_TreeNode extends PO implements I_AD_TreeNode, I_Persistent } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -102,7 +101,8 @@ public class X_AD_TreeNode extends PO implements I_AD_TreeNode, I_Persistent } /** Set AD_TreeNode_UU. - @param AD_TreeNode_UU AD_TreeNode_UU */ + @param AD_TreeNode_UU AD_TreeNode_UU + */ public void setAD_TreeNode_UU (String AD_TreeNode_UU) { set_Value (COLUMNNAME_AD_TreeNode_UU, AD_TreeNode_UU); @@ -110,24 +110,25 @@ public class X_AD_TreeNode extends PO implements I_AD_TreeNode, I_Persistent /** Get AD_TreeNode_UU. @return AD_TreeNode_UU */ - public String getAD_TreeNode_UU () + public String getAD_TreeNode_UU() { return (String)get_Value(COLUMNNAME_AD_TreeNode_UU); } /** Set Node. - @param Node_ID Node */ + @param Node_ID Node + */ public void setNode_ID (int Node_ID) { - if (Node_ID < 0) + if (Node_ID < 0) set_ValueNoCheck (COLUMNNAME_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); } /** Get Node. @return Node */ - public int getNode_ID () + public int getNode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Node_ID); if (ii == null) @@ -136,21 +137,20 @@ public class X_AD_TreeNode extends PO implements I_AD_TreeNode, I_Persistent } /** Set Parent. - @param Parent_ID - Parent of Entity - */ + @param Parent_ID Parent of Entity + */ public void setParent_ID (int Parent_ID) { - if (Parent_ID < 1) + if (Parent_ID < 1) set_Value (COLUMNNAME_Parent_ID, null); - else + else set_Value (COLUMNNAME_Parent_ID, Integer.valueOf(Parent_ID)); } /** Get Parent. @return Parent of Entity */ - public int getParent_ID () + public int getParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_ID); if (ii == null) @@ -159,9 +159,8 @@ public class X_AD_TreeNode extends PO implements I_AD_TreeNode, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -170,7 +169,7 @@ public class X_AD_TreeNode extends PO implements I_AD_TreeNode, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeBP.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeBP.java index ac2f827f7e..9e383930ec 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeBP.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeBP.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_TreeNodeBP * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TreeNodeBP") public class X_AD_TreeNodeBP extends PO implements I_AD_TreeNodeBP, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_TreeNodeBP extends PO implements I_AD_TreeNodeBP, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TreeNodeBP (Properties ctx, int AD_TreeNodeBP_ID, String trxName) @@ -78,21 +78,20 @@ public class X_AD_TreeNodeBP extends PO implements I_AD_TreeNodeBP, I_Persistent } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -101,7 +100,8 @@ public class X_AD_TreeNodeBP extends PO implements I_AD_TreeNodeBP, I_Persistent } /** Set AD_TreeNodeBP_UU. - @param AD_TreeNodeBP_UU AD_TreeNodeBP_UU */ + @param AD_TreeNodeBP_UU AD_TreeNodeBP_UU + */ public void setAD_TreeNodeBP_UU (String AD_TreeNodeBP_UU) { set_Value (COLUMNNAME_AD_TreeNodeBP_UU, AD_TreeNodeBP_UU); @@ -109,24 +109,25 @@ public class X_AD_TreeNodeBP extends PO implements I_AD_TreeNodeBP, I_Persistent /** Get AD_TreeNodeBP_UU. @return AD_TreeNodeBP_UU */ - public String getAD_TreeNodeBP_UU () + public String getAD_TreeNodeBP_UU() { return (String)get_Value(COLUMNNAME_AD_TreeNodeBP_UU); } /** Set Node. - @param Node_ID Node */ + @param Node_ID Node + */ public void setNode_ID (int Node_ID) { - if (Node_ID < 0) + if (Node_ID < 0) set_ValueNoCheck (COLUMNNAME_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); } /** Get Node. @return Node */ - public int getNode_ID () + public int getNode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Node_ID); if (ii == null) @@ -135,21 +136,20 @@ public class X_AD_TreeNodeBP extends PO implements I_AD_TreeNodeBP, I_Persistent } /** Set Parent. - @param Parent_ID - Parent of Entity - */ + @param Parent_ID Parent of Entity + */ public void setParent_ID (int Parent_ID) { - if (Parent_ID < 1) + if (Parent_ID < 1) set_Value (COLUMNNAME_Parent_ID, null); - else + else set_Value (COLUMNNAME_Parent_ID, Integer.valueOf(Parent_ID)); } /** Get Parent. @return Parent of Entity */ - public int getParent_ID () + public int getParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_ID); if (ii == null) @@ -158,9 +158,8 @@ public class X_AD_TreeNodeBP extends PO implements I_AD_TreeNodeBP, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -169,7 +168,7 @@ public class X_AD_TreeNodeBP extends PO implements I_AD_TreeNodeBP, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMC.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMC.java index 0e47a35fa3..ffa5ac620c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMC.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMC.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_TreeNodeCMC * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TreeNodeCMC") public class X_AD_TreeNodeCMC extends PO implements I_AD_TreeNodeCMC, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_TreeNodeCMC extends PO implements I_AD_TreeNodeCMC, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TreeNodeCMC (Properties ctx, int AD_TreeNodeCMC_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_TreeNodeCMC extends PO implements I_AD_TreeNodeCMC, I_Persiste } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -103,7 +102,8 @@ public class X_AD_TreeNodeCMC extends PO implements I_AD_TreeNodeCMC, I_Persiste } /** Set AD_TreeNodeCMC_UU. - @param AD_TreeNodeCMC_UU AD_TreeNodeCMC_UU */ + @param AD_TreeNodeCMC_UU AD_TreeNodeCMC_UU + */ public void setAD_TreeNodeCMC_UU (String AD_TreeNodeCMC_UU) { set_Value (COLUMNNAME_AD_TreeNodeCMC_UU, AD_TreeNodeCMC_UU); @@ -111,24 +111,25 @@ public class X_AD_TreeNodeCMC extends PO implements I_AD_TreeNodeCMC, I_Persiste /** Get AD_TreeNodeCMC_UU. @return AD_TreeNodeCMC_UU */ - public String getAD_TreeNodeCMC_UU () + public String getAD_TreeNodeCMC_UU() { return (String)get_Value(COLUMNNAME_AD_TreeNodeCMC_UU); } /** Set Node. - @param Node_ID Node */ + @param Node_ID Node + */ public void setNode_ID (int Node_ID) { - if (Node_ID < 0) + if (Node_ID < 0) set_ValueNoCheck (COLUMNNAME_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); } /** Get Node. @return Node */ - public int getNode_ID () + public int getNode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Node_ID); if (ii == null) @@ -137,21 +138,20 @@ public class X_AD_TreeNodeCMC extends PO implements I_AD_TreeNodeCMC, I_Persiste } /** Set Parent. - @param Parent_ID - Parent of Entity - */ + @param Parent_ID Parent of Entity + */ public void setParent_ID (int Parent_ID) { - if (Parent_ID < 1) + if (Parent_ID < 1) set_Value (COLUMNNAME_Parent_ID, null); - else + else set_Value (COLUMNNAME_Parent_ID, Integer.valueOf(Parent_ID)); } /** Get Parent. @return Parent of Entity */ - public int getParent_ID () + public int getParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_ID); if (ii == null) @@ -160,9 +160,8 @@ public class X_AD_TreeNodeCMC extends PO implements I_AD_TreeNodeCMC, I_Persiste } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -171,7 +170,7 @@ public class X_AD_TreeNodeCMC extends PO implements I_AD_TreeNodeCMC, I_Persiste /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMM.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMM.java index 697f978c28..11ff91f7cc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMM.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMM.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_TreeNodeCMM * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TreeNodeCMM") public class X_AD_TreeNodeCMM extends PO implements I_AD_TreeNodeCMM, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_TreeNodeCMM extends PO implements I_AD_TreeNodeCMM, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TreeNodeCMM (Properties ctx, int AD_TreeNodeCMM_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_TreeNodeCMM extends PO implements I_AD_TreeNodeCMM, I_Persiste } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -103,7 +102,8 @@ public class X_AD_TreeNodeCMM extends PO implements I_AD_TreeNodeCMM, I_Persiste } /** Set AD_TreeNodeCMM_UU. - @param AD_TreeNodeCMM_UU AD_TreeNodeCMM_UU */ + @param AD_TreeNodeCMM_UU AD_TreeNodeCMM_UU + */ public void setAD_TreeNodeCMM_UU (String AD_TreeNodeCMM_UU) { set_Value (COLUMNNAME_AD_TreeNodeCMM_UU, AD_TreeNodeCMM_UU); @@ -111,24 +111,25 @@ public class X_AD_TreeNodeCMM extends PO implements I_AD_TreeNodeCMM, I_Persiste /** Get AD_TreeNodeCMM_UU. @return AD_TreeNodeCMM_UU */ - public String getAD_TreeNodeCMM_UU () + public String getAD_TreeNodeCMM_UU() { return (String)get_Value(COLUMNNAME_AD_TreeNodeCMM_UU); } /** Set Node. - @param Node_ID Node */ + @param Node_ID Node + */ public void setNode_ID (int Node_ID) { - if (Node_ID < 0) + if (Node_ID < 0) set_ValueNoCheck (COLUMNNAME_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); } /** Get Node. @return Node */ - public int getNode_ID () + public int getNode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Node_ID); if (ii == null) @@ -137,21 +138,20 @@ public class X_AD_TreeNodeCMM extends PO implements I_AD_TreeNodeCMM, I_Persiste } /** Set Parent. - @param Parent_ID - Parent of Entity - */ + @param Parent_ID Parent of Entity + */ public void setParent_ID (int Parent_ID) { - if (Parent_ID < 1) + if (Parent_ID < 1) set_Value (COLUMNNAME_Parent_ID, null); - else + else set_Value (COLUMNNAME_Parent_ID, Integer.valueOf(Parent_ID)); } /** Get Parent. @return Parent of Entity */ - public int getParent_ID () + public int getParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_ID); if (ii == null) @@ -160,9 +160,8 @@ public class X_AD_TreeNodeCMM extends PO implements I_AD_TreeNodeCMM, I_Persiste } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -171,7 +170,7 @@ public class X_AD_TreeNodeCMM extends PO implements I_AD_TreeNodeCMM, I_Persiste /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMS.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMS.java index 2032f4e4ad..f7a155c016 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMS.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMS.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_TreeNodeCMS * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TreeNodeCMS") public class X_AD_TreeNodeCMS extends PO implements I_AD_TreeNodeCMS, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_TreeNodeCMS extends PO implements I_AD_TreeNodeCMS, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TreeNodeCMS (Properties ctx, int AD_TreeNodeCMS_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_TreeNodeCMS extends PO implements I_AD_TreeNodeCMS, I_Persiste } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -103,7 +102,8 @@ public class X_AD_TreeNodeCMS extends PO implements I_AD_TreeNodeCMS, I_Persiste } /** Set AD_TreeNodeCMS_UU. - @param AD_TreeNodeCMS_UU AD_TreeNodeCMS_UU */ + @param AD_TreeNodeCMS_UU AD_TreeNodeCMS_UU + */ public void setAD_TreeNodeCMS_UU (String AD_TreeNodeCMS_UU) { set_Value (COLUMNNAME_AD_TreeNodeCMS_UU, AD_TreeNodeCMS_UU); @@ -111,24 +111,25 @@ public class X_AD_TreeNodeCMS extends PO implements I_AD_TreeNodeCMS, I_Persiste /** Get AD_TreeNodeCMS_UU. @return AD_TreeNodeCMS_UU */ - public String getAD_TreeNodeCMS_UU () + public String getAD_TreeNodeCMS_UU() { return (String)get_Value(COLUMNNAME_AD_TreeNodeCMS_UU); } /** Set Node. - @param Node_ID Node */ + @param Node_ID Node + */ public void setNode_ID (int Node_ID) { - if (Node_ID < 0) + if (Node_ID < 0) set_ValueNoCheck (COLUMNNAME_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); } /** Get Node. @return Node */ - public int getNode_ID () + public int getNode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Node_ID); if (ii == null) @@ -137,21 +138,20 @@ public class X_AD_TreeNodeCMS extends PO implements I_AD_TreeNodeCMS, I_Persiste } /** Set Parent. - @param Parent_ID - Parent of Entity - */ + @param Parent_ID Parent of Entity + */ public void setParent_ID (int Parent_ID) { - if (Parent_ID < 1) + if (Parent_ID < 1) set_Value (COLUMNNAME_Parent_ID, null); - else + else set_Value (COLUMNNAME_Parent_ID, Integer.valueOf(Parent_ID)); } /** Get Parent. @return Parent of Entity */ - public int getParent_ID () + public int getParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_ID); if (ii == null) @@ -160,9 +160,8 @@ public class X_AD_TreeNodeCMS extends PO implements I_AD_TreeNodeCMS, I_Persiste } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -171,7 +170,7 @@ public class X_AD_TreeNodeCMS extends PO implements I_AD_TreeNodeCMS, I_Persiste /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMT.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMT.java index aa49b6af2d..02b3e5c7ef 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMT.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMT.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_TreeNodeCMT * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TreeNodeCMT") public class X_AD_TreeNodeCMT extends PO implements I_AD_TreeNodeCMT, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_TreeNodeCMT extends PO implements I_AD_TreeNodeCMT, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TreeNodeCMT (Properties ctx, int AD_TreeNodeCMT_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_TreeNodeCMT extends PO implements I_AD_TreeNodeCMT, I_Persiste } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -103,7 +102,8 @@ public class X_AD_TreeNodeCMT extends PO implements I_AD_TreeNodeCMT, I_Persiste } /** Set AD_TreeNodeCMT_UU. - @param AD_TreeNodeCMT_UU AD_TreeNodeCMT_UU */ + @param AD_TreeNodeCMT_UU AD_TreeNodeCMT_UU + */ public void setAD_TreeNodeCMT_UU (String AD_TreeNodeCMT_UU) { set_Value (COLUMNNAME_AD_TreeNodeCMT_UU, AD_TreeNodeCMT_UU); @@ -111,24 +111,25 @@ public class X_AD_TreeNodeCMT extends PO implements I_AD_TreeNodeCMT, I_Persiste /** Get AD_TreeNodeCMT_UU. @return AD_TreeNodeCMT_UU */ - public String getAD_TreeNodeCMT_UU () + public String getAD_TreeNodeCMT_UU() { return (String)get_Value(COLUMNNAME_AD_TreeNodeCMT_UU); } /** Set Node. - @param Node_ID Node */ + @param Node_ID Node + */ public void setNode_ID (int Node_ID) { - if (Node_ID < 0) + if (Node_ID < 0) set_ValueNoCheck (COLUMNNAME_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); } /** Get Node. @return Node */ - public int getNode_ID () + public int getNode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Node_ID); if (ii == null) @@ -137,21 +138,20 @@ public class X_AD_TreeNodeCMT extends PO implements I_AD_TreeNodeCMT, I_Persiste } /** Set Parent. - @param Parent_ID - Parent of Entity - */ + @param Parent_ID Parent of Entity + */ public void setParent_ID (int Parent_ID) { - if (Parent_ID < 1) + if (Parent_ID < 1) set_Value (COLUMNNAME_Parent_ID, null); - else + else set_Value (COLUMNNAME_Parent_ID, Integer.valueOf(Parent_ID)); } /** Get Parent. @return Parent of Entity */ - public int getParent_ID () + public int getParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_ID); if (ii == null) @@ -160,9 +160,8 @@ public class X_AD_TreeNodeCMT extends PO implements I_AD_TreeNodeCMT, I_Persiste } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -171,7 +170,7 @@ public class X_AD_TreeNodeCMT extends PO implements I_AD_TreeNodeCMT, I_Persiste /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeMM.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeMM.java index f21794c419..a169bedc1d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeMM.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeMM.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_TreeNodeMM * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TreeNodeMM") public class X_AD_TreeNodeMM extends PO implements I_AD_TreeNodeMM, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_TreeNodeMM extends PO implements I_AD_TreeNodeMM, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TreeNodeMM (Properties ctx, int AD_TreeNodeMM_ID, String trxName) @@ -78,21 +78,20 @@ public class X_AD_TreeNodeMM extends PO implements I_AD_TreeNodeMM, I_Persistent } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -101,7 +100,8 @@ public class X_AD_TreeNodeMM extends PO implements I_AD_TreeNodeMM, I_Persistent } /** Set AD_TreeNodeMM_UU. - @param AD_TreeNodeMM_UU AD_TreeNodeMM_UU */ + @param AD_TreeNodeMM_UU AD_TreeNodeMM_UU + */ public void setAD_TreeNodeMM_UU (String AD_TreeNodeMM_UU) { set_Value (COLUMNNAME_AD_TreeNodeMM_UU, AD_TreeNodeMM_UU); @@ -109,24 +109,25 @@ public class X_AD_TreeNodeMM extends PO implements I_AD_TreeNodeMM, I_Persistent /** Get AD_TreeNodeMM_UU. @return AD_TreeNodeMM_UU */ - public String getAD_TreeNodeMM_UU () + public String getAD_TreeNodeMM_UU() { return (String)get_Value(COLUMNNAME_AD_TreeNodeMM_UU); } /** Set Node. - @param Node_ID Node */ + @param Node_ID Node + */ public void setNode_ID (int Node_ID) { - if (Node_ID < 0) + if (Node_ID < 0) set_ValueNoCheck (COLUMNNAME_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); } /** Get Node. @return Node */ - public int getNode_ID () + public int getNode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Node_ID); if (ii == null) @@ -135,21 +136,20 @@ public class X_AD_TreeNodeMM extends PO implements I_AD_TreeNodeMM, I_Persistent } /** Set Parent. - @param Parent_ID - Parent of Entity - */ + @param Parent_ID Parent of Entity + */ public void setParent_ID (int Parent_ID) { - if (Parent_ID < 1) + if (Parent_ID < 1) set_Value (COLUMNNAME_Parent_ID, null); - else + else set_Value (COLUMNNAME_Parent_ID, Integer.valueOf(Parent_ID)); } /** Get Parent. @return Parent of Entity */ - public int getParent_ID () + public int getParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_ID); if (ii == null) @@ -158,9 +158,8 @@ public class X_AD_TreeNodeMM extends PO implements I_AD_TreeNodeMM, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -169,7 +168,7 @@ public class X_AD_TreeNodeMM extends PO implements I_AD_TreeNodeMM, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodePR.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodePR.java index dff4e2ae0d..f04ccc293c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodePR.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodePR.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_TreeNodePR * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TreeNodePR") public class X_AD_TreeNodePR extends PO implements I_AD_TreeNodePR, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_TreeNodePR extends PO implements I_AD_TreeNodePR, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TreeNodePR (Properties ctx, int AD_TreeNodePR_ID, String trxName) @@ -78,21 +78,20 @@ public class X_AD_TreeNodePR extends PO implements I_AD_TreeNodePR, I_Persistent } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -101,7 +100,8 @@ public class X_AD_TreeNodePR extends PO implements I_AD_TreeNodePR, I_Persistent } /** Set AD_TreeNodePR_UU. - @param AD_TreeNodePR_UU AD_TreeNodePR_UU */ + @param AD_TreeNodePR_UU AD_TreeNodePR_UU + */ public void setAD_TreeNodePR_UU (String AD_TreeNodePR_UU) { set_Value (COLUMNNAME_AD_TreeNodePR_UU, AD_TreeNodePR_UU); @@ -109,24 +109,25 @@ public class X_AD_TreeNodePR extends PO implements I_AD_TreeNodePR, I_Persistent /** Get AD_TreeNodePR_UU. @return AD_TreeNodePR_UU */ - public String getAD_TreeNodePR_UU () + public String getAD_TreeNodePR_UU() { return (String)get_Value(COLUMNNAME_AD_TreeNodePR_UU); } /** Set Node. - @param Node_ID Node */ + @param Node_ID Node + */ public void setNode_ID (int Node_ID) { - if (Node_ID < 0) + if (Node_ID < 0) set_ValueNoCheck (COLUMNNAME_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); } /** Get Node. @return Node */ - public int getNode_ID () + public int getNode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Node_ID); if (ii == null) @@ -135,21 +136,20 @@ public class X_AD_TreeNodePR extends PO implements I_AD_TreeNodePR, I_Persistent } /** Set Parent. - @param Parent_ID - Parent of Entity - */ + @param Parent_ID Parent of Entity + */ public void setParent_ID (int Parent_ID) { - if (Parent_ID < 1) + if (Parent_ID < 1) set_Value (COLUMNNAME_Parent_ID, null); - else + else set_Value (COLUMNNAME_Parent_ID, Integer.valueOf(Parent_ID)); } /** Get Parent. @return Parent of Entity */ - public int getParent_ID () + public int getParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_ID); if (ii == null) @@ -158,9 +158,8 @@ public class X_AD_TreeNodePR extends PO implements I_AD_TreeNodePR, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -169,7 +168,7 @@ public class X_AD_TreeNodePR extends PO implements I_AD_TreeNodePR, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU1.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU1.java index c685d9be97..0d97ab4e31 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU1.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU1.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_TreeNodeU1 * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TreeNodeU1") public class X_AD_TreeNodeU1 extends PO implements I_AD_TreeNodeU1, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_TreeNodeU1 extends PO implements I_AD_TreeNodeU1, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TreeNodeU1 (Properties ctx, int AD_TreeNodeU1_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_TreeNodeU1 extends PO implements I_AD_TreeNodeU1, I_Persistent } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -103,7 +102,8 @@ public class X_AD_TreeNodeU1 extends PO implements I_AD_TreeNodeU1, I_Persistent } /** Set AD_TreeNodeU1_UU. - @param AD_TreeNodeU1_UU AD_TreeNodeU1_UU */ + @param AD_TreeNodeU1_UU AD_TreeNodeU1_UU + */ public void setAD_TreeNodeU1_UU (String AD_TreeNodeU1_UU) { set_Value (COLUMNNAME_AD_TreeNodeU1_UU, AD_TreeNodeU1_UU); @@ -111,24 +111,25 @@ public class X_AD_TreeNodeU1 extends PO implements I_AD_TreeNodeU1, I_Persistent /** Get AD_TreeNodeU1_UU. @return AD_TreeNodeU1_UU */ - public String getAD_TreeNodeU1_UU () + public String getAD_TreeNodeU1_UU() { return (String)get_Value(COLUMNNAME_AD_TreeNodeU1_UU); } /** Set Node. - @param Node_ID Node */ + @param Node_ID Node + */ public void setNode_ID (int Node_ID) { - if (Node_ID < 0) + if (Node_ID < 0) set_ValueNoCheck (COLUMNNAME_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); } /** Get Node. @return Node */ - public int getNode_ID () + public int getNode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Node_ID); if (ii == null) @@ -137,21 +138,20 @@ public class X_AD_TreeNodeU1 extends PO implements I_AD_TreeNodeU1, I_Persistent } /** Set Parent. - @param Parent_ID - Parent of Entity - */ + @param Parent_ID Parent of Entity + */ public void setParent_ID (int Parent_ID) { - if (Parent_ID < 1) + if (Parent_ID < 1) set_Value (COLUMNNAME_Parent_ID, null); - else + else set_Value (COLUMNNAME_Parent_ID, Integer.valueOf(Parent_ID)); } /** Get Parent. @return Parent of Entity */ - public int getParent_ID () + public int getParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_ID); if (ii == null) @@ -160,9 +160,8 @@ public class X_AD_TreeNodeU1 extends PO implements I_AD_TreeNodeU1, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -171,7 +170,7 @@ public class X_AD_TreeNodeU1 extends PO implements I_AD_TreeNodeU1, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU2.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU2.java index 9f1d75c438..2abb04b42f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU2.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU2.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_TreeNodeU2 * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TreeNodeU2") public class X_AD_TreeNodeU2 extends PO implements I_AD_TreeNodeU2, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_TreeNodeU2 extends PO implements I_AD_TreeNodeU2, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TreeNodeU2 (Properties ctx, int AD_TreeNodeU2_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_TreeNodeU2 extends PO implements I_AD_TreeNodeU2, I_Persistent } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -103,7 +102,8 @@ public class X_AD_TreeNodeU2 extends PO implements I_AD_TreeNodeU2, I_Persistent } /** Set AD_TreeNodeU2_UU. - @param AD_TreeNodeU2_UU AD_TreeNodeU2_UU */ + @param AD_TreeNodeU2_UU AD_TreeNodeU2_UU + */ public void setAD_TreeNodeU2_UU (String AD_TreeNodeU2_UU) { set_Value (COLUMNNAME_AD_TreeNodeU2_UU, AD_TreeNodeU2_UU); @@ -111,24 +111,25 @@ public class X_AD_TreeNodeU2 extends PO implements I_AD_TreeNodeU2, I_Persistent /** Get AD_TreeNodeU2_UU. @return AD_TreeNodeU2_UU */ - public String getAD_TreeNodeU2_UU () + public String getAD_TreeNodeU2_UU() { return (String)get_Value(COLUMNNAME_AD_TreeNodeU2_UU); } /** Set Node. - @param Node_ID Node */ + @param Node_ID Node + */ public void setNode_ID (int Node_ID) { - if (Node_ID < 0) + if (Node_ID < 0) set_ValueNoCheck (COLUMNNAME_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); } /** Get Node. @return Node */ - public int getNode_ID () + public int getNode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Node_ID); if (ii == null) @@ -137,21 +138,20 @@ public class X_AD_TreeNodeU2 extends PO implements I_AD_TreeNodeU2, I_Persistent } /** Set Parent. - @param Parent_ID - Parent of Entity - */ + @param Parent_ID Parent of Entity + */ public void setParent_ID (int Parent_ID) { - if (Parent_ID < 1) + if (Parent_ID < 1) set_Value (COLUMNNAME_Parent_ID, null); - else + else set_Value (COLUMNNAME_Parent_ID, Integer.valueOf(Parent_ID)); } /** Get Parent. @return Parent of Entity */ - public int getParent_ID () + public int getParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_ID); if (ii == null) @@ -160,9 +160,8 @@ public class X_AD_TreeNodeU2 extends PO implements I_AD_TreeNodeU2, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -171,7 +170,7 @@ public class X_AD_TreeNodeU2 extends PO implements I_AD_TreeNodeU2, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU3.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU3.java index d3ae794b38..34f51b1033 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU3.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU3.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_TreeNodeU3 * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TreeNodeU3") public class X_AD_TreeNodeU3 extends PO implements I_AD_TreeNodeU3, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_TreeNodeU3 extends PO implements I_AD_TreeNodeU3, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TreeNodeU3 (Properties ctx, int AD_TreeNodeU3_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_TreeNodeU3 extends PO implements I_AD_TreeNodeU3, I_Persistent } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -103,7 +102,8 @@ public class X_AD_TreeNodeU3 extends PO implements I_AD_TreeNodeU3, I_Persistent } /** Set AD_TreeNodeU3_UU. - @param AD_TreeNodeU3_UU AD_TreeNodeU3_UU */ + @param AD_TreeNodeU3_UU AD_TreeNodeU3_UU + */ public void setAD_TreeNodeU3_UU (String AD_TreeNodeU3_UU) { set_Value (COLUMNNAME_AD_TreeNodeU3_UU, AD_TreeNodeU3_UU); @@ -111,24 +111,25 @@ public class X_AD_TreeNodeU3 extends PO implements I_AD_TreeNodeU3, I_Persistent /** Get AD_TreeNodeU3_UU. @return AD_TreeNodeU3_UU */ - public String getAD_TreeNodeU3_UU () + public String getAD_TreeNodeU3_UU() { return (String)get_Value(COLUMNNAME_AD_TreeNodeU3_UU); } /** Set Node. - @param Node_ID Node */ + @param Node_ID Node + */ public void setNode_ID (int Node_ID) { - if (Node_ID < 0) + if (Node_ID < 0) set_ValueNoCheck (COLUMNNAME_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); } /** Get Node. @return Node */ - public int getNode_ID () + public int getNode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Node_ID); if (ii == null) @@ -137,21 +138,20 @@ public class X_AD_TreeNodeU3 extends PO implements I_AD_TreeNodeU3, I_Persistent } /** Set Parent. - @param Parent_ID - Parent of Entity - */ + @param Parent_ID Parent of Entity + */ public void setParent_ID (int Parent_ID) { - if (Parent_ID < 1) + if (Parent_ID < 1) set_Value (COLUMNNAME_Parent_ID, null); - else + else set_Value (COLUMNNAME_Parent_ID, Integer.valueOf(Parent_ID)); } /** Get Parent. @return Parent of Entity */ - public int getParent_ID () + public int getParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_ID); if (ii == null) @@ -160,9 +160,8 @@ public class X_AD_TreeNodeU3 extends PO implements I_AD_TreeNodeU3, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -171,7 +170,7 @@ public class X_AD_TreeNodeU3 extends PO implements I_AD_TreeNodeU3, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU4.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU4.java index 106e198c48..7259c01336 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU4.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU4.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_TreeNodeU4 * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_TreeNodeU4") public class X_AD_TreeNodeU4 extends PO implements I_AD_TreeNodeU4, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_TreeNodeU4 extends PO implements I_AD_TreeNodeU4, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_TreeNodeU4 (Properties ctx, int AD_TreeNodeU4_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_TreeNodeU4 extends PO implements I_AD_TreeNodeU4, I_Persistent } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -103,7 +102,8 @@ public class X_AD_TreeNodeU4 extends PO implements I_AD_TreeNodeU4, I_Persistent } /** Set AD_TreeNodeU4_UU. - @param AD_TreeNodeU4_UU AD_TreeNodeU4_UU */ + @param AD_TreeNodeU4_UU AD_TreeNodeU4_UU + */ public void setAD_TreeNodeU4_UU (String AD_TreeNodeU4_UU) { set_Value (COLUMNNAME_AD_TreeNodeU4_UU, AD_TreeNodeU4_UU); @@ -111,24 +111,25 @@ public class X_AD_TreeNodeU4 extends PO implements I_AD_TreeNodeU4, I_Persistent /** Get AD_TreeNodeU4_UU. @return AD_TreeNodeU4_UU */ - public String getAD_TreeNodeU4_UU () + public String getAD_TreeNodeU4_UU() { return (String)get_Value(COLUMNNAME_AD_TreeNodeU4_UU); } /** Set Node. - @param Node_ID Node */ + @param Node_ID Node + */ public void setNode_ID (int Node_ID) { - if (Node_ID < 0) + if (Node_ID < 0) set_ValueNoCheck (COLUMNNAME_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); } /** Get Node. @return Node */ - public int getNode_ID () + public int getNode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Node_ID); if (ii == null) @@ -137,21 +138,20 @@ public class X_AD_TreeNodeU4 extends PO implements I_AD_TreeNodeU4, I_Persistent } /** Set Parent. - @param Parent_ID - Parent of Entity - */ + @param Parent_ID Parent of Entity + */ public void setParent_ID (int Parent_ID) { - if (Parent_ID < 1) + if (Parent_ID < 1) set_Value (COLUMNNAME_Parent_ID, null); - else + else set_Value (COLUMNNAME_Parent_ID, Integer.valueOf(Parent_ID)); } /** Get Parent. @return Parent of Entity */ - public int getParent_ID () + public int getParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_ID); if (ii == null) @@ -160,9 +160,8 @@ public class X_AD_TreeNodeU4 extends PO implements I_AD_TreeNodeU4, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -171,7 +170,7 @@ public class X_AD_TreeNodeU4 extends PO implements I_AD_TreeNodeU4, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Tree_Favorite.java b/org.adempiere.base/src/org/compiere/model/X_AD_Tree_Favorite.java index 7921f9dd04..07930640f2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Tree_Favorite.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Tree_Favorite.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Tree_Favorite * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Tree_Favorite") public class X_AD_Tree_Favorite extends PO implements I_AD_Tree_Favorite, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Tree_Favorite extends PO implements I_AD_Tree_Favorite, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Tree_Favorite (Properties ctx, int AD_Tree_Favorite_ID, String trxName) @@ -72,18 +72,19 @@ public class X_AD_Tree_Favorite extends PO implements I_AD_Tree_Favorite, I_Pers } /** Set Favorite Tree. - @param AD_Tree_Favorite_ID Favorite Tree */ + @param AD_Tree_Favorite_ID Favorite Tree + */ public void setAD_Tree_Favorite_ID (int AD_Tree_Favorite_ID) { - if (AD_Tree_Favorite_ID < 1) + if (AD_Tree_Favorite_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_Favorite_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_Favorite_ID, Integer.valueOf(AD_Tree_Favorite_ID)); } /** Get Favorite Tree. @return Favorite Tree */ - public int getAD_Tree_Favorite_ID () + public int getAD_Tree_Favorite_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Favorite_ID); if (ii == null) @@ -92,7 +93,8 @@ public class X_AD_Tree_Favorite extends PO implements I_AD_Tree_Favorite, I_Pers } /** Set Favorite Tree. - @param AD_Tree_Favorite_UU Favorite Tree */ + @param AD_Tree_Favorite_UU Favorite Tree + */ public void setAD_Tree_Favorite_UU (String AD_Tree_Favorite_UU) { set_ValueNoCheck (COLUMNNAME_AD_Tree_Favorite_UU, AD_Tree_Favorite_UU); @@ -100,7 +102,7 @@ public class X_AD_Tree_Favorite extends PO implements I_AD_Tree_Favorite, I_Pers /** Get Favorite Tree. @return Favorite Tree */ - public String getAD_Tree_Favorite_UU () + public String getAD_Tree_Favorite_UU() { return (String)get_Value(COLUMNNAME_AD_Tree_Favorite_UU); } @@ -112,21 +114,20 @@ public class X_AD_Tree_Favorite extends PO implements I_AD_Tree_Favorite, I_Pers } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Tree_Favorite_Node.java b/org.adempiere.base/src/org/compiere/model/X_AD_Tree_Favorite_Node.java index c45d0bae02..c64e02702a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Tree_Favorite_Node.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Tree_Favorite_Node.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Tree_Favorite_Node * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Tree_Favorite_Node") public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_Node, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Tree_Favorite_Node (Properties ctx, int AD_Tree_Favorite_Node_ID, String trxName) @@ -85,21 +85,20 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No } /** Set Menu. - @param AD_Menu_ID - Identifies a Menu - */ + @param AD_Menu_ID Identifies a Menu + */ public void setAD_Menu_ID (int AD_Menu_ID) { - if (AD_Menu_ID < 1) + if (AD_Menu_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Menu_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Menu_ID, Integer.valueOf(AD_Menu_ID)); } /** Get Menu. @return Identifies a Menu */ - public int getAD_Menu_ID () + public int getAD_Menu_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Menu_ID); if (ii == null) @@ -114,18 +113,19 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No } /** Set Favorite Tree. - @param AD_Tree_Favorite_ID Favorite Tree */ + @param AD_Tree_Favorite_ID Favorite Tree + */ public void setAD_Tree_Favorite_ID (int AD_Tree_Favorite_ID) { - if (AD_Tree_Favorite_ID < 1) + if (AD_Tree_Favorite_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_Favorite_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_Favorite_ID, Integer.valueOf(AD_Tree_Favorite_ID)); } /** Get Favorite Tree. @return Favorite Tree */ - public int getAD_Tree_Favorite_ID () + public int getAD_Tree_Favorite_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Favorite_ID); if (ii == null) @@ -134,18 +134,19 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No } /** Set Favorite Node Tree. - @param AD_Tree_Favorite_Node_ID Favorite Node Tree */ + @param AD_Tree_Favorite_Node_ID Favorite Node Tree + */ public void setAD_Tree_Favorite_Node_ID (int AD_Tree_Favorite_Node_ID) { - if (AD_Tree_Favorite_Node_ID < 1) + if (AD_Tree_Favorite_Node_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_Favorite_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_Favorite_Node_ID, Integer.valueOf(AD_Tree_Favorite_Node_ID)); } /** Get Favorite Node Tree. @return Favorite Node Tree */ - public int getAD_Tree_Favorite_Node_ID () + public int getAD_Tree_Favorite_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Favorite_Node_ID); if (ii == null) @@ -154,7 +155,8 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No } /** Set Favorite Node Tree. - @param AD_Tree_Favorite_Node_UU Favorite Node Tree */ + @param AD_Tree_Favorite_Node_UU Favorite Node Tree + */ public void setAD_Tree_Favorite_Node_UU (String AD_Tree_Favorite_Node_UU) { set_ValueNoCheck (COLUMNNAME_AD_Tree_Favorite_Node_UU, AD_Tree_Favorite_Node_UU); @@ -162,15 +164,14 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No /** Get Favorite Node Tree. @return Favorite Node Tree */ - public String getAD_Tree_Favorite_Node_UU () + public String getAD_Tree_Favorite_Node_UU() { return (String)get_Value(COLUMNNAME_AD_Tree_Favorite_Node_UU); } /** Set Collapsible. - @param IsCollapsible - Flag to indicate the state of the dashboard panel - */ + @param IsCollapsible Flag to indicate the state of the dashboard panel + */ public void setIsCollapsible (boolean IsCollapsible) { set_Value (COLUMNNAME_IsCollapsible, Boolean.valueOf(IsCollapsible)); @@ -179,7 +180,7 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No /** Get Collapsible. @return Flag to indicate the state of the dashboard panel */ - public boolean isCollapsible () + public boolean isCollapsible() { Object oo = get_Value(COLUMNNAME_IsCollapsible); if (oo != null) @@ -192,9 +193,8 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No } /** Set Favourite. - @param IsFavourite - This record is a favourite - */ + @param IsFavourite This record is a favourite + */ public void setIsFavourite (boolean IsFavourite) { set_Value (COLUMNNAME_IsFavourite, Boolean.valueOf(IsFavourite)); @@ -203,7 +203,7 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No /** Get Favourite. @return This record is a favourite */ - public boolean isFavourite () + public boolean isFavourite() { Object oo = get_Value(COLUMNNAME_IsFavourite); if (oo != null) @@ -216,9 +216,8 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -227,7 +226,7 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -240,9 +239,8 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No } /** Set Login automatic open sequence. - @param LoginOpenSeqNo - Determine the order items will be automatically opened when user logs in - */ + @param LoginOpenSeqNo Determine the order items will be automatically opened when user logs in + */ public void setLoginOpenSeqNo (int LoginOpenSeqNo) { set_Value (COLUMNNAME_LoginOpenSeqNo, Integer.valueOf(LoginOpenSeqNo)); @@ -251,7 +249,7 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No /** Get Login automatic open sequence. @return Determine the order items will be automatically opened when user logs in */ - public int getLoginOpenSeqNo () + public int getLoginOpenSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_LoginOpenSeqNo); if (ii == null) @@ -260,9 +258,8 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -271,7 +268,7 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -283,21 +280,20 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No } /** Set Parent. - @param Parent_ID - Parent of Entity - */ + @param Parent_ID Parent of Entity + */ public void setParent_ID (int Parent_ID) { - if (Parent_ID < 1) + if (Parent_ID < 1) set_Value (COLUMNNAME_Parent_ID, null); - else + else set_Value (COLUMNNAME_Parent_ID, Integer.valueOf(Parent_ID)); } /** Get Parent. @return Parent of Entity */ - public int getParent_ID () + public int getParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_ID); if (ii == null) @@ -306,9 +302,8 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -317,7 +312,7 @@ public class X_AD_Tree_Favorite_Node extends PO implements I_AD_Tree_Favorite_No /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_User.java b/org.adempiere.base/src/org/compiere/model/X_AD_User.java index ccd064ced5..3d2c9e78b5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_User.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_User.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_User * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_User") public class X_AD_User extends PO implements I_AD_User, I_Persistent { @@ -32,7 +32,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_User (Properties ctx, int AD_User_ID, String trxName) @@ -102,21 +102,20 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Image. - @param AD_Image_ID - Image or Icon - */ + @param AD_Image_ID Image or Icon + */ public void setAD_Image_ID (int AD_Image_ID) { - if (AD_Image_ID < 1) + if (AD_Image_ID < 1) set_Value (COLUMNNAME_AD_Image_ID, null); - else + else set_Value (COLUMNNAME_AD_Image_ID, Integer.valueOf(AD_Image_ID)); } /** Get Image. @return Image or Icon */ - public int getAD_Image_ID () + public int getAD_Image_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Image_ID); if (ii == null) @@ -125,21 +124,20 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -148,21 +146,20 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -171,7 +168,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set AD_User_UU. - @param AD_User_UU AD_User_UU */ + @param AD_User_UU AD_User_UU + */ public void setAD_User_UU (String AD_User_UU) { set_Value (COLUMNNAME_AD_User_UU, AD_User_UU); @@ -179,13 +177,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get AD_User_UU. @return AD_User_UU */ - public String getAD_User_UU () + public String getAD_User_UU() { return (String)get_Value(COLUMNNAME_AD_User_UU); } /** Set Answer. - @param Answer Answer */ + @param Answer Answer + */ public void setAnswer (String Answer) { set_Value (COLUMNNAME_Answer, Answer); @@ -193,15 +192,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Answer. @return Answer */ - public String getAnswer () + public String getAnswer() { return (String)get_Value(COLUMNNAME_Answer); } /** Set Birthday. - @param Birthday - Birthday or Anniversary day - */ + @param Birthday Birthday or Anniversary day + */ public void setBirthday (Timestamp Birthday) { set_Value (COLUMNNAME_Birthday, Birthday); @@ -210,7 +208,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Birthday. @return Birthday or Anniversary day */ - public Timestamp getBirthday () + public Timestamp getBirthday() { return (Timestamp)get_Value(COLUMNNAME_Birthday); } @@ -222,21 +220,20 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set BP Address. - @param BP_Location_ID - Address of the Business Partner - */ + @param BP_Location_ID Address of the Business Partner + */ public void setBP_Location_ID (int BP_Location_ID) { - if (BP_Location_ID < 1) + if (BP_Location_ID < 1) set_Value (COLUMNNAME_BP_Location_ID, null); - else + else set_Value (COLUMNNAME_BP_Location_ID, Integer.valueOf(BP_Location_ID)); } /** Get BP Address. @return Address of the Business Partner */ - public int getBP_Location_ID () + public int getBP_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_BP_Location_ID); if (ii == null) @@ -245,7 +242,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set BP Name. - @param BPName BP Name */ + @param BPName BP Name + */ public void setBPName (String BPName) { set_Value (COLUMNNAME_BPName, BPName); @@ -253,7 +251,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get BP Name. @return BP Name */ - public String getBPName () + public String getBPName() { return (String)get_Value(COLUMNNAME_BPName); } @@ -264,22 +262,21 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -294,21 +291,20 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -323,21 +319,20 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -352,21 +347,20 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Greeting. - @param C_Greeting_ID - Greeting to print on correspondence - */ + @param C_Greeting_ID Greeting to print on correspondence + */ public void setC_Greeting_ID (int C_Greeting_ID) { - if (C_Greeting_ID < 1) + if (C_Greeting_ID < 1) set_Value (COLUMNNAME_C_Greeting_ID, null); - else + else set_Value (COLUMNNAME_C_Greeting_ID, Integer.valueOf(C_Greeting_ID)); } /** Get Greeting. @return Greeting to print on correspondence */ - public int getC_Greeting_ID () + public int getC_Greeting_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Greeting_ID); if (ii == null) @@ -381,21 +375,20 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Position. - @param C_Job_ID - Job Position - */ + @param C_Job_ID Job Position + */ public void setC_Job_ID (int C_Job_ID) { - if (C_Job_ID < 1) + if (C_Job_ID < 1) set_Value (COLUMNNAME_C_Job_ID, null); - else + else set_Value (COLUMNNAME_C_Job_ID, Integer.valueOf(C_Job_ID)); } /** Get Position. @return Job Position */ - public int getC_Job_ID () + public int getC_Job_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Job_ID); if (ii == null) @@ -410,21 +403,20 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -433,9 +425,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Comments. - @param Comments - Comments or additional information - */ + @param Comments Comments or additional information + */ public void setComments (String Comments) { set_Value (COLUMNNAME_Comments, Comments); @@ -444,13 +435,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Comments. @return Comments or additional information */ - public String getComments () + public String getComments() { return (String)get_Value(COLUMNNAME_Comments); } /** Set Date Account Locked. - @param DateAccountLocked Date Account Locked */ + @param DateAccountLocked Date Account Locked + */ public void setDateAccountLocked (Timestamp DateAccountLocked) { set_Value (COLUMNNAME_DateAccountLocked, DateAccountLocked); @@ -458,13 +450,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Date Account Locked. @return Date Account Locked */ - public Timestamp getDateAccountLocked () + public Timestamp getDateAccountLocked() { return (Timestamp)get_Value(COLUMNNAME_DateAccountLocked); } /** Set Date Last Login. - @param DateLastLogin Date Last Login */ + @param DateLastLogin Date Last Login + */ public void setDateLastLogin (Timestamp DateLastLogin) { set_Value (COLUMNNAME_DateLastLogin, DateLastLogin); @@ -472,13 +465,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Date Last Login. @return Date Last Login */ - public Timestamp getDateLastLogin () + public Timestamp getDateLastLogin() { return (Timestamp)get_Value(COLUMNNAME_DateLastLogin); } /** Set Date Password Changed. - @param DatePasswordChanged Date Password Changed */ + @param DatePasswordChanged Date Password Changed + */ public void setDatePasswordChanged (Timestamp DatePasswordChanged) { set_Value (COLUMNNAME_DatePasswordChanged, DatePasswordChanged); @@ -486,15 +480,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Date Password Changed. @return Date Password Changed */ - public Timestamp getDatePasswordChanged () + public Timestamp getDatePasswordChanged() { return (Timestamp)get_Value(COLUMNNAME_DatePasswordChanged); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -503,15 +496,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set EMail Address. - @param EMail - Electronic Mail Address - */ + @param EMail Electronic Mail Address + */ public void setEMail (String EMail) { set_Value (COLUMNNAME_EMail, EMail); @@ -520,15 +512,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get EMail Address. @return Electronic Mail Address */ - public String getEMail () + public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } /** Set EMail User ID. - @param EMailUser - User Name (ID) in the Mail System - */ + @param EMailUser User Name (ID) in the Mail System + */ public void setEMailUser (String EMailUser) { set_Value (COLUMNNAME_EMailUser, EMailUser); @@ -537,15 +528,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get EMail User ID. @return User Name (ID) in the Mail System */ - public String getEMailUser () + public String getEMailUser() { return (String)get_Value(COLUMNNAME_EMailUser); } /** Set EMail User Password. - @param EMailUserPW - Password of your email user id - */ + @param EMailUserPW Password of your email user id + */ public void setEMailUserPW (String EMailUserPW) { set_Value (COLUMNNAME_EMailUserPW, EMailUserPW); @@ -554,15 +544,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get EMail User Password. @return Password of your email user id */ - public String getEMailUserPW () + public String getEMailUserPW() { return (String)get_Value(COLUMNNAME_EMailUserPW); } /** Set Verification Info. - @param EMailVerify - Verification information of EMail Address - */ + @param EMailVerify Verification information of EMail Address + */ public void setEMailVerify (String EMailVerify) { set_ValueNoCheck (COLUMNNAME_EMailVerify, EMailVerify); @@ -571,15 +560,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Verification Info. @return Verification information of EMail Address */ - public String getEMailVerify () + public String getEMailVerify() { return (String)get_Value(COLUMNNAME_EMailVerify); } /** Set EMail Verify. - @param EMailVerifyDate - Date Email was verified - */ + @param EMailVerifyDate Date Email was verified + */ public void setEMailVerifyDate (Timestamp EMailVerifyDate) { set_ValueNoCheck (COLUMNNAME_EMailVerifyDate, EMailVerifyDate); @@ -588,13 +576,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get EMail Verify. @return Date Email was verified */ - public Timestamp getEMailVerifyDate () + public Timestamp getEMailVerifyDate() { return (Timestamp)get_Value(COLUMNNAME_EMailVerifyDate); } /** Set Failed Login Count. - @param FailedLoginCount Failed Login Count */ + @param FailedLoginCount Failed Login Count + */ public void setFailedLoginCount (int FailedLoginCount) { set_Value (COLUMNNAME_FailedLoginCount, Integer.valueOf(FailedLoginCount)); @@ -602,7 +591,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Failed Login Count. @return Failed Login Count */ - public int getFailedLoginCount () + public int getFailedLoginCount() { Integer ii = (Integer)get_Value(COLUMNNAME_FailedLoginCount); if (ii == null) @@ -611,9 +600,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Fax. - @param Fax - Facsimile number - */ + @param Fax Facsimile number + */ public void setFax (String Fax) { set_Value (COLUMNNAME_Fax, Fax); @@ -622,15 +610,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Fax. @return Facsimile number */ - public String getFax () + public String getFax() { return (String)get_Value(COLUMNNAME_Fax); } /** Set Add Mail Text Automatically. - @param IsAddMailTextAutomatically - The selected mail template will be automatically inserted when creating an email - */ + @param IsAddMailTextAutomatically The selected mail template will be automatically inserted when creating an email + */ public void setIsAddMailTextAutomatically (boolean IsAddMailTextAutomatically) { set_Value (COLUMNNAME_IsAddMailTextAutomatically, Boolean.valueOf(IsAddMailTextAutomatically)); @@ -639,7 +626,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Add Mail Text Automatically. @return The selected mail template will be automatically inserted when creating an email */ - public boolean isAddMailTextAutomatically () + public boolean isAddMailTextAutomatically() { Object oo = get_Value(COLUMNNAME_IsAddMailTextAutomatically); if (oo != null) @@ -652,9 +639,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Invoice Address. - @param IsBillTo - Business Partner Invoice/Bill Address - */ + @param IsBillTo Business Partner Invoice/Bill Address + */ public void setIsBillTo (boolean IsBillTo) { set_Value (COLUMNNAME_IsBillTo, Boolean.valueOf(IsBillTo)); @@ -663,7 +649,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Invoice Address. @return Business Partner Invoice/Bill Address */ - public boolean isBillTo () + public boolean isBillTo() { Object oo = get_Value(COLUMNNAME_IsBillTo); if (oo != null) @@ -676,7 +662,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Expired. - @param IsExpired Expired */ + @param IsExpired Expired + */ public void setIsExpired (boolean IsExpired) { set_Value (COLUMNNAME_IsExpired, Boolean.valueOf(IsExpired)); @@ -684,7 +671,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Expired. @return Expired */ - public boolean isExpired () + public boolean isExpired() { Object oo = get_Value(COLUMNNAME_IsExpired); if (oo != null) @@ -697,9 +684,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Full BP Access. - @param IsFullBPAccess - The user/contact has full access to Business Partner information and resources - */ + @param IsFullBPAccess The user/contact has full access to Business Partner information and resources + */ public void setIsFullBPAccess (boolean IsFullBPAccess) { set_Value (COLUMNNAME_IsFullBPAccess, Boolean.valueOf(IsFullBPAccess)); @@ -708,7 +694,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Full BP Access. @return The user/contact has full access to Business Partner information and resources */ - public boolean isFullBPAccess () + public boolean isFullBPAccess() { Object oo = get_Value(COLUMNNAME_IsFullBPAccess); if (oo != null) @@ -721,9 +707,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Is In Payroll. - @param IsInPayroll - Defined if any User Contact will be used for Calculate Payroll - */ + @param IsInPayroll Defined if any User Contact will be used for Calculate Payroll + */ public void setIsInPayroll (boolean IsInPayroll) { set_Value (COLUMNNAME_IsInPayroll, Boolean.valueOf(IsInPayroll)); @@ -732,7 +717,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Is In Payroll. @return Defined if any User Contact will be used for Calculate Payroll */ - public boolean isInPayroll () + public boolean isInPayroll() { Object oo = get_Value(COLUMNNAME_IsInPayroll); if (oo != null) @@ -745,7 +730,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Locked. - @param IsLocked Locked */ + @param IsLocked Locked + */ public void setIsLocked (boolean IsLocked) { set_Value (COLUMNNAME_IsLocked, Boolean.valueOf(IsLocked)); @@ -753,7 +739,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Locked. @return Locked */ - public boolean isLocked () + public boolean isLocked() { Object oo = get_Value(COLUMNNAME_IsLocked); if (oo != null) @@ -772,9 +758,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Yes = Y */ public static final String ISMENUAUTOEXPAND_Yes = "Y"; /** Set Auto expand menu. - @param IsMenuAutoExpand - If ticked, the menu is automatically expanded - */ + @param IsMenuAutoExpand If ticked, the menu is automatically expanded + */ public void setIsMenuAutoExpand (String IsMenuAutoExpand) { @@ -784,13 +769,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Auto expand menu. @return If ticked, the menu is automatically expanded */ - public String getIsMenuAutoExpand () + public String getIsMenuAutoExpand() { return (String)get_Value(COLUMNNAME_IsMenuAutoExpand); } /** Set No Expire. - @param IsNoExpire No Expire */ + @param IsNoExpire No Expire + */ public void setIsNoExpire (boolean IsNoExpire) { set_Value (COLUMNNAME_IsNoExpire, Boolean.valueOf(IsNoExpire)); @@ -798,7 +784,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get No Expire. @return No Expire */ - public boolean isNoExpire () + public boolean isNoExpire() { Object oo = get_Value(COLUMNNAME_IsNoExpire); if (oo != null) @@ -811,7 +797,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set No Password Reset. - @param IsNoPasswordReset No Password Reset */ + @param IsNoPasswordReset No Password Reset + */ public void setIsNoPasswordReset (boolean IsNoPasswordReset) { set_Value (COLUMNNAME_IsNoPasswordReset, Boolean.valueOf(IsNoPasswordReset)); @@ -819,7 +806,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get No Password Reset. @return No Password Reset */ - public boolean isNoPasswordReset () + public boolean isNoPasswordReset() { Object oo = get_Value(COLUMNNAME_IsNoPasswordReset); if (oo != null) @@ -832,9 +819,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Sales Lead. - @param IsSalesLead - This contact is a sales lead - */ + @param IsSalesLead This contact is a sales lead + */ public void setIsSalesLead (boolean IsSalesLead) { set_Value (COLUMNNAME_IsSalesLead, Boolean.valueOf(IsSalesLead)); @@ -843,7 +829,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Sales Lead. @return This contact is a sales lead */ - public boolean isSalesLead () + public boolean isSalesLead() { Object oo = get_Value(COLUMNNAME_IsSalesLead); if (oo != null) @@ -856,9 +842,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Ship Address. - @param IsShipTo - Business Partner Shipment Address - */ + @param IsShipTo Business Partner Shipment Address + */ public void setIsShipTo (boolean IsShipTo) { set_Value (COLUMNNAME_IsShipTo, Boolean.valueOf(IsShipTo)); @@ -867,7 +852,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Ship Address. @return Business Partner Shipment Address */ - public boolean isShipTo () + public boolean isShipTo() { Object oo = get_Value(COLUMNNAME_IsShipTo); if (oo != null) @@ -880,7 +865,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Support User. - @param IsSupportUser Support User */ + @param IsSupportUser Support User + */ public void setIsSupportUser (boolean IsSupportUser) { set_Value (COLUMNNAME_IsSupportUser, Boolean.valueOf(IsSupportUser)); @@ -888,7 +874,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Support User. @return Support User */ - public boolean isSupportUser () + public boolean isSupportUser() { Object oo = get_Value(COLUMNNAME_IsSupportUser); if (oo != null) @@ -901,9 +887,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Vendor Lead. - @param IsVendorLead - This contact is a vendor lead - */ + @param IsVendorLead This contact is a vendor lead + */ public void setIsVendorLead (boolean IsVendorLead) { set_Value (COLUMNNAME_IsVendorLead, Boolean.valueOf(IsVendorLead)); @@ -912,7 +897,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Vendor Lead. @return This contact is a vendor lead */ - public boolean isVendorLead () + public boolean isVendorLead() { Object oo = get_Value(COLUMNNAME_IsVendorLead); if (oo != null) @@ -925,9 +910,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Last Contact. - @param LastContact - Date this individual was last contacted - */ + @param LastContact Date this individual was last contacted + */ public void setLastContact (Timestamp LastContact) { set_Value (COLUMNNAME_LastContact, LastContact); @@ -936,15 +920,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Last Contact. @return Date this individual was last contacted */ - public Timestamp getLastContact () + public Timestamp getLastContact() { return (Timestamp)get_Value(COLUMNNAME_LastContact); } /** Set Last Result. - @param LastResult - Result of last contact - */ + @param LastResult Result of last contact + */ public void setLastResult (String LastResult) { set_Value (COLUMNNAME_LastResult, LastResult); @@ -953,15 +936,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Last Result. @return Result of last contact */ - public String getLastResult () + public String getLastResult() { return (String)get_Value(COLUMNNAME_LastResult); } /** Set LDAP User Name. - @param LDAPUser - User Name used for authorization via LDAP (directory) services - */ + @param LDAPUser User Name used for authorization via LDAP (directory) services + */ public void setLDAPUser (String LDAPUser) { set_Value (COLUMNNAME_LDAPUser, LDAPUser); @@ -970,7 +952,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get LDAP User Name. @return User Name used for authorization via LDAP (directory) services */ - public String getLDAPUser () + public String getLDAPUser() { return (String)get_Value(COLUMNNAME_LDAPUser); } @@ -996,9 +978,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Web Site = WS */ public static final String LEADSOURCE_WebSite = "WS"; /** Set Lead Source. - @param LeadSource - The source of this lead/opportunity - */ + @param LeadSource The source of this lead/opportunity + */ public void setLeadSource (String LeadSource) { @@ -1008,15 +989,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Lead Source. @return The source of this lead/opportunity */ - public String getLeadSource () + public String getLeadSource() { return (String)get_Value(COLUMNNAME_LeadSource); } /** Set Lead Source Description. - @param LeadSourceDescription - Additional information on the source of this lead/opportunity - */ + @param LeadSourceDescription Additional information on the source of this lead/opportunity + */ public void setLeadSourceDescription (String LeadSourceDescription) { set_Value (COLUMNNAME_LeadSourceDescription, LeadSourceDescription); @@ -1025,7 +1005,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Lead Source Description. @return Additional information on the source of this lead/opportunity */ - public String getLeadSourceDescription () + public String getLeadSourceDescription() { return (String)get_Value(COLUMNNAME_LeadSourceDescription); } @@ -1043,9 +1023,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Working = W */ public static final String LEADSTATUS_Working = "W"; /** Set Lead Status. - @param LeadStatus - The status of this lead/opportunity in the sales cycle - */ + @param LeadStatus The status of this lead/opportunity in the sales cycle + */ public void setLeadStatus (String LeadStatus) { @@ -1055,15 +1034,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Lead Status. @return The status of this lead/opportunity in the sales cycle */ - public String getLeadStatus () + public String getLeadStatus() { return (String)get_Value(COLUMNNAME_LeadStatus); } /** Set Lead Status Description. - @param LeadStatusDescription - Additional information on the status of this lead/opportunity - */ + @param LeadStatusDescription Additional information on the status of this lead/opportunity + */ public void setLeadStatusDescription (String LeadStatusDescription) { set_Value (COLUMNNAME_LeadStatusDescription, LeadStatusDescription); @@ -1072,15 +1050,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Lead Status Description. @return Additional information on the status of this lead/opportunity */ - public String getLeadStatusDescription () + public String getLeadStatusDescription() { return (String)get_Value(COLUMNNAME_LeadStatusDescription); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -1089,7 +1066,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -1113,9 +1090,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** None = X */ public static final String NOTIFICATIONTYPE_None = "X"; /** Set Notification Type. - @param NotificationType - Type of Notifications - */ + @param NotificationType Type of Notifications + */ public void setNotificationType (String NotificationType) { @@ -1125,15 +1101,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Notification Type. @return Type of Notifications */ - public String getNotificationType () + public String getNotificationType() { return (String)get_Value(COLUMNNAME_NotificationType); } /** Set Password. - @param Password - Password of any length (case sensitive) - */ + @param Password Password of any length (case sensitive) + */ public void setPassword (String Password) { set_Value (COLUMNNAME_Password, Password); @@ -1142,15 +1117,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Password. @return Password of any length (case sensitive) */ - public String getPassword () + public String getPassword() { return (String)get_Value(COLUMNNAME_Password); } /** Set Phone. - @param Phone - Identifies a telephone number - */ + @param Phone Identifies a telephone number + */ public void setPhone (String Phone) { set_Value (COLUMNNAME_Phone, Phone); @@ -1159,15 +1133,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Phone. @return Identifies a telephone number */ - public String getPhone () + public String getPhone() { return (String)get_Value(COLUMNNAME_Phone); } /** Set 2nd Phone. - @param Phone2 - Identifies an alternate telephone number. - */ + @param Phone2 Identifies an alternate telephone number. + */ public void setPhone2 (String Phone2) { set_Value (COLUMNNAME_Phone2, Phone2); @@ -1176,13 +1149,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get 2nd Phone. @return Identifies an alternate telephone number. */ - public String getPhone2 () + public String getPhone2() { return (String)get_Value(COLUMNNAME_Phone2); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1190,7 +1164,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1209,18 +1183,19 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Default mail template. - @param R_DefaultMailText_ID Default mail template */ + @param R_DefaultMailText_ID Default mail template + */ public void setR_DefaultMailText_ID (int R_DefaultMailText_ID) { - if (R_DefaultMailText_ID < 1) + if (R_DefaultMailText_ID < 1) set_Value (COLUMNNAME_R_DefaultMailText_ID, null); - else + else set_Value (COLUMNNAME_R_DefaultMailText_ID, Integer.valueOf(R_DefaultMailText_ID)); } /** Get Default mail template. @return Default mail template */ - public int getR_DefaultMailText_ID () + public int getR_DefaultMailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_DefaultMailText_ID); if (ii == null) @@ -1235,21 +1210,20 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -1258,9 +1232,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Salt. - @param Salt - Random data added to improve password hash effectiveness - */ + @param Salt Random data added to improve password hash effectiveness + */ public void setSalt (String Salt) { set_ValueNoCheck (COLUMNNAME_Salt, Salt); @@ -1269,13 +1242,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Salt. @return Random data added to improve password hash effectiveness */ - public String getSalt () + public String getSalt() { return (String)get_Value(COLUMNNAME_Salt); } /** Set Security Question. - @param SecurityQuestion Security Question */ + @param SecurityQuestion Security Question + */ public void setSecurityQuestion (String SecurityQuestion) { set_Value (COLUMNNAME_SecurityQuestion, SecurityQuestion); @@ -1283,7 +1257,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Security Question. @return Security Question */ - public String getSecurityQuestion () + public String getSecurityQuestion() { return (String)get_Value(COLUMNNAME_SecurityQuestion); } @@ -1295,21 +1269,20 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Supervisor. - @param Supervisor_ID - Supervisor for this user/organization - used for escalation and approval - */ + @param Supervisor_ID Supervisor for this user/organization - used for escalation and approval + */ public void setSupervisor_ID (int Supervisor_ID) { - if (Supervisor_ID < 1) + if (Supervisor_ID < 1) set_Value (COLUMNNAME_Supervisor_ID, null); - else + else set_Value (COLUMNNAME_Supervisor_ID, Integer.valueOf(Supervisor_ID)); } /** Get Supervisor. @return Supervisor for this user/organization - used for escalation and approval */ - public int getSupervisor_ID () + public int getSupervisor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Supervisor_ID); if (ii == null) @@ -1318,9 +1291,8 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent } /** Set Title. - @param Title - Name this entity is referred to as - */ + @param Title Name this entity is referred to as + */ public void setTitle (String Title) { set_Value (COLUMNNAME_Title, Title); @@ -1329,13 +1301,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Title. @return Name this entity is referred to as */ - public String getTitle () + public String getTitle() { return (String)get_Value(COLUMNNAME_Title); } /** Set User PIN. - @param UserPIN User PIN */ + @param UserPIN User PIN + */ public void setUserPIN (String UserPIN) { set_Value (COLUMNNAME_UserPIN, UserPIN); @@ -1343,15 +1316,14 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get User PIN. @return User PIN */ - public String getUserPIN () + public String getUserPIN() { return (String)get_Value(COLUMNNAME_UserPIN); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -1360,7 +1332,7 @@ public class X_AD_User extends PO implements I_AD_User, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserBPAccess.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserBPAccess.java index 4ba12b8d5a..7676f600c1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserBPAccess.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserBPAccess.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_UserBPAccess * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_UserBPAccess") public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_UserBPAccess (Properties ctx, int AD_UserBPAccess_ID, String trxName) @@ -73,21 +73,20 @@ public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persis } /** Set User BP Access. - @param AD_UserBPAccess_ID - User/contact access to Business Partner information and resources - */ + @param AD_UserBPAccess_ID User/contact access to Business Partner information and resources + */ public void setAD_UserBPAccess_ID (int AD_UserBPAccess_ID) { - if (AD_UserBPAccess_ID < 1) + if (AD_UserBPAccess_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserBPAccess_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserBPAccess_ID, Integer.valueOf(AD_UserBPAccess_ID)); } /** Get User BP Access. @return User/contact access to Business Partner information and resources */ - public int getAD_UserBPAccess_ID () + public int getAD_UserBPAccess_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserBPAccess_ID); if (ii == null) @@ -96,7 +95,8 @@ public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persis } /** Set AD_UserBPAccess_UU. - @param AD_UserBPAccess_UU AD_UserBPAccess_UU */ + @param AD_UserBPAccess_UU AD_UserBPAccess_UU + */ public void setAD_UserBPAccess_UU (String AD_UserBPAccess_UU) { set_Value (COLUMNNAME_AD_UserBPAccess_UU, AD_UserBPAccess_UU); @@ -104,7 +104,7 @@ public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persis /** Get AD_UserBPAccess_UU. @return AD_UserBPAccess_UU */ - public String getAD_UserBPAccess_UU () + public String getAD_UserBPAccess_UU() { return (String)get_Value(COLUMNNAME_AD_UserBPAccess_UU); } @@ -116,21 +116,20 @@ public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persis } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -147,9 +146,8 @@ public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persis /** Requests = R */ public static final String BPACCESSTYPE_Requests = "R"; /** Set Access Type. - @param BPAccessType - Type of Access of the user/contact to Business Partner information and resources - */ + @param BPAccessType Type of Access of the user/contact to Business Partner information and resources + */ public void setBPAccessType (String BPAccessType) { @@ -159,7 +157,7 @@ public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persis /** Get Access Type. @return Type of Access of the user/contact to Business Partner information and resources */ - public String getBPAccessType () + public String getBPAccessType() { return (String)get_Value(COLUMNNAME_BPAccessType); } @@ -231,9 +229,8 @@ public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persis /** Sales Order = SOO */ public static final String DOCBASETYPE_SalesOrder = "SOO"; /** Set Document BaseType. - @param DocBaseType - Logical type of document - */ + @param DocBaseType Logical type of document + */ public void setDocBaseType (String DocBaseType) { @@ -243,7 +240,7 @@ public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persis /** Get Document BaseType. @return Logical type of document */ - public String getDocBaseType () + public String getDocBaseType() { return (String)get_Value(COLUMNNAME_DocBaseType); } @@ -255,21 +252,20 @@ public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persis } /** Set Request Type. - @param R_RequestType_ID - Type of request (e.g. Inquiry, Complaint, ..) - */ + @param R_RequestType_ID Type of request (e.g. Inquiry, Complaint, ..) + */ public void setR_RequestType_ID (int R_RequestType_ID) { - if (R_RequestType_ID < 1) + if (R_RequestType_ID < 1) set_Value (COLUMNNAME_R_RequestType_ID, null); - else + else set_Value (COLUMNNAME_R_RequestType_ID, Integer.valueOf(R_RequestType_ID)); } /** Get Request Type. @return Type of request (e.g. Inquiry, Complaint, ..) */ - public int getR_RequestType_ID () + public int getR_RequestType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestType_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Field.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Field.java index f4827a25e7..e519816e77 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Field.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Field.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_UserDef_Field * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_UserDef_Field") public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_UserDef_Field (Properties ctx, int AD_UserDef_Field_ID, String trxName) @@ -84,21 +84,20 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Field Group. - @param AD_FieldGroup_ID - Logical grouping of fields - */ + @param AD_FieldGroup_ID Logical grouping of fields + */ public void setAD_FieldGroup_ID (int AD_FieldGroup_ID) { - if (AD_FieldGroup_ID < 1) + if (AD_FieldGroup_ID < 1) set_Value (COLUMNNAME_AD_FieldGroup_ID, null); - else + else set_Value (COLUMNNAME_AD_FieldGroup_ID, Integer.valueOf(AD_FieldGroup_ID)); } /** Get Field Group. @return Logical grouping of fields */ - public int getAD_FieldGroup_ID () + public int getAD_FieldGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_FieldGroup_ID); if (ii == null) @@ -113,21 +112,20 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Field. - @param AD_Field_ID - Field on a database table - */ + @param AD_Field_ID Field on a database table + */ public void setAD_Field_ID (int AD_Field_ID) { - if (AD_Field_ID < 1) + if (AD_Field_ID < 1) set_Value (COLUMNNAME_AD_Field_ID, null); - else + else set_Value (COLUMNNAME_AD_Field_ID, Integer.valueOf(AD_Field_ID)); } /** Get Field. @return Field on a database table */ - public int getAD_Field_ID () + public int getAD_Field_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Field_ID); if (ii == null) @@ -150,21 +148,20 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Field Style. - @param AD_FieldStyle_ID - Field CSS Style - */ + @param AD_FieldStyle_ID Field CSS Style + */ public void setAD_FieldStyle_ID (int AD_FieldStyle_ID) { - if (AD_FieldStyle_ID < 1) + if (AD_FieldStyle_ID < 1) set_Value (COLUMNNAME_AD_FieldStyle_ID, null); - else + else set_Value (COLUMNNAME_AD_FieldStyle_ID, Integer.valueOf(AD_FieldStyle_ID)); } /** Get Field Style. @return Field CSS Style */ - public int getAD_FieldStyle_ID () + public int getAD_FieldStyle_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_FieldStyle_ID); if (ii == null) @@ -179,21 +176,20 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Label Style. - @param AD_LabelStyle_ID - Label CSS Style - */ + @param AD_LabelStyle_ID Label CSS Style + */ public void setAD_LabelStyle_ID (int AD_LabelStyle_ID) { - if (AD_LabelStyle_ID < 1) + if (AD_LabelStyle_ID < 1) set_Value (COLUMNNAME_AD_LabelStyle_ID, null); - else + else set_Value (COLUMNNAME_AD_LabelStyle_ID, Integer.valueOf(AD_LabelStyle_ID)); } /** Get Label Style. @return Label CSS Style */ - public int getAD_LabelStyle_ID () + public int getAD_LabelStyle_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_LabelStyle_ID); if (ii == null) @@ -208,21 +204,20 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -237,21 +232,20 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Reference Key. - @param AD_Reference_Value_ID - Required to specify, if data type is Table or List - */ + @param AD_Reference_Value_ID Required to specify, if data type is Table or List + */ public void setAD_Reference_Value_ID (int AD_Reference_Value_ID) { - if (AD_Reference_Value_ID < 1) + if (AD_Reference_Value_ID < 1) set_Value (COLUMNNAME_AD_Reference_Value_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_Value_ID, Integer.valueOf(AD_Reference_Value_ID)); } /** Get Reference Key. @return Required to specify, if data type is Table or List */ - public int getAD_Reference_Value_ID () + public int getAD_Reference_Value_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_Value_ID); if (ii == null) @@ -260,18 +254,19 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set User defined Field. - @param AD_UserDef_Field_ID User defined Field */ + @param AD_UserDef_Field_ID User defined Field + */ public void setAD_UserDef_Field_ID (int AD_UserDef_Field_ID) { - if (AD_UserDef_Field_ID < 1) + if (AD_UserDef_Field_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserDef_Field_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserDef_Field_ID, Integer.valueOf(AD_UserDef_Field_ID)); } /** Get User defined Field. @return User defined Field */ - public int getAD_UserDef_Field_ID () + public int getAD_UserDef_Field_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserDef_Field_ID); if (ii == null) @@ -280,7 +275,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set AD_UserDef_Field_UU. - @param AD_UserDef_Field_UU AD_UserDef_Field_UU */ + @param AD_UserDef_Field_UU AD_UserDef_Field_UU + */ public void setAD_UserDef_Field_UU (String AD_UserDef_Field_UU) { set_Value (COLUMNNAME_AD_UserDef_Field_UU, AD_UserDef_Field_UU); @@ -288,7 +284,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get AD_UserDef_Field_UU. @return AD_UserDef_Field_UU */ - public String getAD_UserDef_Field_UU () + public String getAD_UserDef_Field_UU() { return (String)get_Value(COLUMNNAME_AD_UserDef_Field_UU); } @@ -300,18 +296,19 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set User defined Tab. - @param AD_UserDef_Tab_ID User defined Tab */ + @param AD_UserDef_Tab_ID User defined Tab + */ public void setAD_UserDef_Tab_ID (int AD_UserDef_Tab_ID) { - if (AD_UserDef_Tab_ID < 1) + if (AD_UserDef_Tab_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserDef_Tab_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserDef_Tab_ID, Integer.valueOf(AD_UserDef_Tab_ID)); } /** Get User defined Tab. @return User defined Tab */ - public int getAD_UserDef_Tab_ID () + public int getAD_UserDef_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserDef_Tab_ID); if (ii == null) @@ -326,21 +323,20 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Dynamic Validation. - @param AD_Val_Rule_ID - Dynamic Validation Rule - */ + @param AD_Val_Rule_ID Dynamic Validation Rule + */ public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) { - if (AD_Val_Rule_ID < 1) + if (AD_Val_Rule_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_ID, Integer.valueOf(AD_Val_Rule_ID)); } /** Get Dynamic Validation. @return Dynamic Validation Rule */ - public int getAD_Val_Rule_ID () + public int getAD_Val_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_ID); if (ii == null) @@ -355,21 +351,20 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Dynamic Validation (Lookup). - @param AD_Val_Rule_Lookup_ID - Override Dynamic Validation Rule for Lookup Window - */ + @param AD_Val_Rule_Lookup_ID Override Dynamic Validation Rule for Lookup Window + */ public void setAD_Val_Rule_Lookup_ID (int AD_Val_Rule_Lookup_ID) { - if (AD_Val_Rule_Lookup_ID < 1) + if (AD_Val_Rule_Lookup_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_Lookup_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_Lookup_ID, Integer.valueOf(AD_Val_Rule_Lookup_ID)); } /** Get Dynamic Validation (Lookup). @return Override Dynamic Validation Rule for Lookup Window */ - public int getAD_Val_Rule_Lookup_ID () + public int getAD_Val_Rule_Lookup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_Lookup_ID); if (ii == null) @@ -378,9 +373,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Column Span. - @param ColumnSpan - Number of column for a box of field - */ + @param ColumnSpan Number of column for a box of field + */ public void setColumnSpan (int ColumnSpan) { set_Value (COLUMNNAME_ColumnSpan, Integer.valueOf(ColumnSpan)); @@ -389,7 +383,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Column Span. @return Number of column for a box of field */ - public int getColumnSpan () + public int getColumnSpan() { Integer ii = (Integer)get_Value(COLUMNNAME_ColumnSpan); if (ii == null) @@ -398,9 +392,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Default Logic. - @param DefaultValue - Default value hierarchy, separated by ; - */ + @param DefaultValue Default value hierarchy, separated by ; + */ public void setDefaultValue (String DefaultValue) { set_Value (COLUMNNAME_DefaultValue, DefaultValue); @@ -409,15 +402,14 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Default Logic. @return Default value hierarchy, separated by ; */ - public String getDefaultValue () + public String getDefaultValue() { return (String)get_Value(COLUMNNAME_DefaultValue); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -426,15 +418,14 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Display Length. - @param DisplayLength - Length of the display in characters - */ + @param DisplayLength Length of the display in characters + */ public void setDisplayLength (int DisplayLength) { set_Value (COLUMNNAME_DisplayLength, Integer.valueOf(DisplayLength)); @@ -443,7 +434,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Display Length. @return Length of the display in characters */ - public int getDisplayLength () + public int getDisplayLength() { Integer ii = (Integer)get_Value(COLUMNNAME_DisplayLength); if (ii == null) @@ -452,9 +443,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -463,15 +453,14 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -480,7 +469,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -492,9 +481,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Yes = Y */ public static final String ISALWAYSUPDATEABLE_Yes = "Y"; /** Set Always Updatable. - @param IsAlwaysUpdateable - The column is always updateable, even if the record is not active or processed - */ + @param IsAlwaysUpdateable The column is always updateable, even if the record is not active or processed + */ public void setIsAlwaysUpdateable (String IsAlwaysUpdateable) { @@ -504,7 +492,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Always Updatable. @return The column is always updateable, even if the record is not active or processed */ - public String getIsAlwaysUpdateable () + public String getIsAlwaysUpdateable() { return (String)get_Value(COLUMNNAME_IsAlwaysUpdateable); } @@ -516,9 +504,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Yes = Y */ public static final String ISAUTOCOMPLETE_Yes = "Y"; /** Set Autocomplete. - @param IsAutocomplete - Automatic completion for textfields - */ + @param IsAutocomplete Automatic completion for textfields + */ public void setIsAutocomplete (String IsAutocomplete) { @@ -528,7 +515,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Autocomplete. @return Automatic completion for textfields */ - public String getIsAutocomplete () + public String getIsAutocomplete() { return (String)get_Value(COLUMNNAME_IsAutocomplete); } @@ -540,9 +527,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Yes = Y */ public static final String ISDISPLAYED_Yes = "Y"; /** Set Displayed. - @param IsDisplayed - Determines, if this field is displayed - */ + @param IsDisplayed Determines, if this field is displayed + */ public void setIsDisplayed (String IsDisplayed) { @@ -552,7 +538,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Displayed. @return Determines, if this field is displayed */ - public String getIsDisplayed () + public String getIsDisplayed() { return (String)get_Value(COLUMNNAME_IsDisplayed); } @@ -564,7 +550,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Yes = Y */ public static final String ISDISPLAYEDGRID_Yes = "Y"; /** Set Show in Grid. - @param IsDisplayedGrid Show in Grid */ + @param IsDisplayedGrid Show in Grid + */ public void setIsDisplayedGrid (String IsDisplayedGrid) { @@ -573,7 +560,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Show in Grid. @return Show in Grid */ - public String getIsDisplayedGrid () + public String getIsDisplayedGrid() { return (String)get_Value(COLUMNNAME_IsDisplayedGrid); } @@ -585,9 +572,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Yes = Y */ public static final String ISMANDATORY_Yes = "Y"; /** Set Mandatory. - @param IsMandatory - Data entry is required in this column - */ + @param IsMandatory Data entry is required in this column + */ public void setIsMandatory (String IsMandatory) { @@ -597,7 +583,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Mandatory. @return Data entry is required in this column */ - public String getIsMandatory () + public String getIsMandatory() { return (String)get_Value(COLUMNNAME_IsMandatory); } @@ -609,9 +595,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Yes = Y */ public static final String ISREADONLY_Yes = "Y"; /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (String IsReadOnly) { @@ -621,7 +606,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Read Only. @return Field is read only */ - public String getIsReadOnly () + public String getIsReadOnly() { return (String)get_Value(COLUMNNAME_IsReadOnly); } @@ -633,9 +618,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Yes = Y */ public static final String ISSAMELINE_Yes = "Y"; /** Set Same Line. - @param IsSameLine - Displayed on same line as previous field - */ + @param IsSameLine Displayed on same line as previous field + */ public void setIsSameLine (String IsSameLine) { @@ -645,7 +629,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Same Line. @return Displayed on same line as previous field */ - public String getIsSameLine () + public String getIsSameLine() { return (String)get_Value(COLUMNNAME_IsSameLine); } @@ -659,9 +643,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Toolbar = Y */ public static final String ISTOOLBARBUTTON_Toolbar = "Y"; /** Set Toolbar Button. - @param IsToolbarButton - Show the button on the toolbar, the window, or both - */ + @param IsToolbarButton Show the button on the toolbar, the window, or both + */ public void setIsToolbarButton (String IsToolbarButton) { @@ -671,7 +654,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Toolbar Button. @return Show the button on the toolbar, the window, or both */ - public String getIsToolbarButton () + public String getIsToolbarButton() { return (String)get_Value(COLUMNNAME_IsToolbarButton); } @@ -683,9 +666,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Yes = Y */ public static final String ISUPDATEABLE_Yes = "Y"; /** Set Updatable. - @param IsUpdateable - Determines, if the field can be updated - */ + @param IsUpdateable Determines, if the field can be updated + */ public void setIsUpdateable (String IsUpdateable) { @@ -695,13 +677,14 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Updatable. @return Determines, if the field can be updated */ - public String getIsUpdateable () + public String getIsUpdateable() { return (String)get_Value(COLUMNNAME_IsUpdateable); } /** Set Mandatory Logic. - @param MandatoryLogic Mandatory Logic */ + @param MandatoryLogic Mandatory Logic + */ public void setMandatoryLogic (String MandatoryLogic) { set_Value (COLUMNNAME_MandatoryLogic, MandatoryLogic); @@ -709,15 +692,14 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Mandatory Logic. @return Mandatory Logic */ - public String getMandatoryLogic () + public String getMandatoryLogic() { return (String)get_Value(COLUMNNAME_MandatoryLogic); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -726,15 +708,14 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Number of Lines. - @param NumLines - Number of lines for a field - */ + @param NumLines Number of lines for a field + */ public void setNumLines (int NumLines) { set_Value (COLUMNNAME_NumLines, Integer.valueOf(NumLines)); @@ -743,7 +724,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Number of Lines. @return Number of lines for a field */ - public int getNumLines () + public int getNumLines() { Integer ii = (Integer)get_Value(COLUMNNAME_NumLines); if (ii == null) @@ -758,18 +739,19 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Dashboard Content. - @param PA_DashboardContent_ID Dashboard Content */ + @param PA_DashboardContent_ID Dashboard Content + */ public void setPA_DashboardContent_ID (int PA_DashboardContent_ID) { - if (PA_DashboardContent_ID < 1) + if (PA_DashboardContent_ID < 1) set_Value (COLUMNNAME_PA_DashboardContent_ID, null); - else + else set_Value (COLUMNNAME_PA_DashboardContent_ID, Integer.valueOf(PA_DashboardContent_ID)); } /** Get Dashboard Content. @return Dashboard Content */ - public int getPA_DashboardContent_ID () + public int getPA_DashboardContent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_DashboardContent_ID); if (ii == null) @@ -778,7 +760,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Placeholder. - @param Placeholder Placeholder */ + @param Placeholder Placeholder + */ public void setPlaceholder (String Placeholder) { set_Value (COLUMNNAME_Placeholder, Placeholder); @@ -786,15 +769,14 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Placeholder. @return Placeholder */ - public String getPlaceholder () + public String getPlaceholder() { return (String)get_Value(COLUMNNAME_Placeholder); } /** Set Read Only Logic. - @param ReadOnlyLogic - Logic to determine if field is read only (applies only when field is read-write) - */ + @param ReadOnlyLogic Logic to determine if field is read only (applies only when field is read-write) + */ public void setReadOnlyLogic (String ReadOnlyLogic) { set_Value (COLUMNNAME_ReadOnlyLogic, ReadOnlyLogic); @@ -803,15 +785,14 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Read Only Logic. @return Logic to determine if field is read only (applies only when field is read-write) */ - public String getReadOnlyLogic () + public String getReadOnlyLogic() { return (String)get_Value(COLUMNNAME_ReadOnlyLogic); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -820,7 +801,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -829,7 +810,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Grid Sequence No. - @param SeqNoGrid Grid Sequence No */ + @param SeqNoGrid Grid Sequence No + */ public void setSeqNoGrid (int SeqNoGrid) { set_Value (COLUMNNAME_SeqNoGrid, Integer.valueOf(SeqNoGrid)); @@ -837,7 +819,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Grid Sequence No. @return Grid Sequence No */ - public int getSeqNoGrid () + public int getSeqNoGrid() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNoGrid); if (ii == null) @@ -846,9 +828,8 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Record Sort No. - @param SortNo - Determines in what order the records are displayed - */ + @param SortNo Determines in what order the records are displayed + */ public void setSortNo (int SortNo) { set_Value (COLUMNNAME_SortNo, Integer.valueOf(SortNo)); @@ -857,7 +838,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get Record Sort No. @return Determines in what order the records are displayed */ - public int getSortNo () + public int getSortNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SortNo); if (ii == null) @@ -866,26 +847,24 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers } /** Set Value Format. - @param VFormat - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" - */ + @param VFormat Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + */ public void setVFormat (String VFormat) { set_Value (COLUMNNAME_VFormat, VFormat); } /** Get Value Format. - @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ - public String getVFormat () + public String getVFormat() { return (String)get_Value(COLUMNNAME_VFormat); } /** Set X Position. - @param XPosition - Absolute X (horizontal) position in 1/72 of an inch - */ + @param XPosition Absolute X (horizontal) position in 1/72 of an inch + */ public void setXPosition (int XPosition) { set_Value (COLUMNNAME_XPosition, Integer.valueOf(XPosition)); @@ -894,7 +873,7 @@ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Pers /** Get X Position. @return Absolute X (horizontal) position in 1/72 of an inch */ - public int getXPosition () + public int getXPosition() { Integer ii = (Integer)get_Value(COLUMNNAME_XPosition); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Info.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Info.java index 1656ed4508..1491f0ea28 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Info.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Info.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_UserDef_Info * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_UserDef_Info") public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_UserDef_Info (Properties ctx, int AD_UserDef_Info_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis } /** Set Info Window. - @param AD_InfoWindow_ID - Info and search/select Window - */ + @param AD_InfoWindow_ID Info and search/select Window + */ public void setAD_InfoWindow_ID (int AD_InfoWindow_ID) { - if (AD_InfoWindow_ID < 1) + if (AD_InfoWindow_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_InfoWindow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_InfoWindow_ID, Integer.valueOf(AD_InfoWindow_ID)); } /** Get Info Window. @return Info and search/select Window */ - public int getAD_InfoWindow_ID () + public int getAD_InfoWindow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoWindow_ID); if (ii == null) @@ -105,9 +104,8 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis /** AD_Language AD_Reference_ID=106 */ public static final int AD_LANGUAGE_AD_Reference_ID=106; /** Set Language. - @param AD_Language - Language for this entity - */ + @param AD_Language Language for this entity + */ public void setAD_Language (String AD_Language) { @@ -117,7 +115,7 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis /** Get Language. @return Language for this entity */ - public String getAD_Language () + public String getAD_Language() { return (String)get_Value(COLUMNNAME_AD_Language); } @@ -129,21 +127,20 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -152,18 +149,19 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis } /** Set User defined Info Window. - @param AD_UserDef_Info_ID User defined Info Window */ + @param AD_UserDef_Info_ID User defined Info Window + */ public void setAD_UserDef_Info_ID (int AD_UserDef_Info_ID) { - if (AD_UserDef_Info_ID < 1) + if (AD_UserDef_Info_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserDef_Info_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserDef_Info_ID, Integer.valueOf(AD_UserDef_Info_ID)); } /** Get User defined Info Window. @return User defined Info Window */ - public int getAD_UserDef_Info_ID () + public int getAD_UserDef_Info_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserDef_Info_ID); if (ii == null) @@ -172,7 +170,8 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis } /** Set AD_UserDef_Info_UU. - @param AD_UserDef_Info_UU AD_UserDef_Info_UU */ + @param AD_UserDef_Info_UU AD_UserDef_Info_UU + */ public void setAD_UserDef_Info_UU (String AD_UserDef_Info_UU) { set_ValueNoCheck (COLUMNNAME_AD_UserDef_Info_UU, AD_UserDef_Info_UU); @@ -180,7 +179,7 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis /** Get AD_UserDef_Info_UU. @return AD_UserDef_Info_UU */ - public String getAD_UserDef_Info_UU () + public String getAD_UserDef_Info_UU() { return (String)get_Value(COLUMNNAME_AD_UserDef_Info_UU); } @@ -192,21 +191,20 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -215,9 +213,8 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -226,15 +223,14 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -243,15 +239,14 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Image URL. - @param ImageURL - URL of image - */ + @param ImageURL URL of image + */ public void setImageURL (String ImageURL) { set_Value (COLUMNNAME_ImageURL, ImageURL); @@ -260,7 +255,7 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis /** Get Image URL. @return URL of image */ - public String getImageURL () + public String getImageURL() { return (String)get_Value(COLUMNNAME_ImageURL); } @@ -272,9 +267,8 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis /** Yes = Y */ public static final String ISSHOWINDASHBOARD_Yes = "Y"; /** Set Show in Dashboard. - @param IsShowInDashboard - Show the dashlet in the dashboard - */ + @param IsShowInDashboard Show the dashlet in the dashboard + */ public void setIsShowInDashboard (String IsShowInDashboard) { @@ -284,15 +278,14 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis /** Get Show in Dashboard. @return Show the dashlet in the dashboard */ - public String getIsShowInDashboard () + public String getIsShowInDashboard() { return (String)get_Value(COLUMNNAME_IsShowInDashboard); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -301,15 +294,14 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -318,7 +310,7 @@ public class X_AD_UserDef_Info extends PO implements I_AD_UserDef_Info, I_Persis /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Info_Column.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Info_Column.java index 9edacee7ef..320847ad37 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Info_Column.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Info_Column.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_UserDef_Info_Column * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_UserDef_Info_Column") public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Column, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_UserDef_Info_Column (Properties ctx, int AD_UserDef_Info_Column_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co } /** Set Field Style. - @param AD_FieldStyle_ID - Field CSS Style - */ + @param AD_FieldStyle_ID Field CSS Style + */ public void setAD_FieldStyle_ID (int AD_FieldStyle_ID) { - if (AD_FieldStyle_ID < 1) + if (AD_FieldStyle_ID < 1) set_Value (COLUMNNAME_AD_FieldStyle_ID, null); - else + else set_Value (COLUMNNAME_AD_FieldStyle_ID, Integer.valueOf(AD_FieldStyle_ID)); } /** Get Field Style. @return Field CSS Style */ - public int getAD_FieldStyle_ID () + public int getAD_FieldStyle_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_FieldStyle_ID); if (ii == null) @@ -109,21 +108,20 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co } /** Set Info Column. - @param AD_InfoColumn_ID - Info Window Column - */ + @param AD_InfoColumn_ID Info Window Column + */ public void setAD_InfoColumn_ID (int AD_InfoColumn_ID) { - if (AD_InfoColumn_ID < 1) + if (AD_InfoColumn_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_InfoColumn_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_InfoColumn_ID, Integer.valueOf(AD_InfoColumn_ID)); } /** Get Info Column. @return Info Window Column */ - public int getAD_InfoColumn_ID () + public int getAD_InfoColumn_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoColumn_ID); if (ii == null) @@ -138,21 +136,20 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -167,21 +164,20 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co } /** Set Reference Key. - @param AD_Reference_Value_ID - Required to specify, if data type is Table or List - */ + @param AD_Reference_Value_ID Required to specify, if data type is Table or List + */ public void setAD_Reference_Value_ID (int AD_Reference_Value_ID) { - if (AD_Reference_Value_ID < 1) + if (AD_Reference_Value_ID < 1) set_Value (COLUMNNAME_AD_Reference_Value_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_Value_ID, Integer.valueOf(AD_Reference_Value_ID)); } /** Get Reference Key. @return Required to specify, if data type is Table or List */ - public int getAD_Reference_Value_ID () + public int getAD_Reference_Value_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_Value_ID); if (ii == null) @@ -190,18 +186,19 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co } /** Set User defined Info Column. - @param AD_UserDef_Info_Column_ID User defined Info Column */ + @param AD_UserDef_Info_Column_ID User defined Info Column + */ public void setAD_UserDef_Info_Column_ID (int AD_UserDef_Info_Column_ID) { - if (AD_UserDef_Info_Column_ID < 1) + if (AD_UserDef_Info_Column_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserDef_Info_Column_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserDef_Info_Column_ID, Integer.valueOf(AD_UserDef_Info_Column_ID)); } /** Get User defined Info Column. @return User defined Info Column */ - public int getAD_UserDef_Info_Column_ID () + public int getAD_UserDef_Info_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserDef_Info_Column_ID); if (ii == null) @@ -210,7 +207,8 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co } /** Set AD_UserDef_Info_Column_UU. - @param AD_UserDef_Info_Column_UU AD_UserDef_Info_Column_UU */ + @param AD_UserDef_Info_Column_UU AD_UserDef_Info_Column_UU + */ public void setAD_UserDef_Info_Column_UU (String AD_UserDef_Info_Column_UU) { set_ValueNoCheck (COLUMNNAME_AD_UserDef_Info_Column_UU, AD_UserDef_Info_Column_UU); @@ -218,7 +216,7 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get AD_UserDef_Info_Column_UU. @return AD_UserDef_Info_Column_UU */ - public String getAD_UserDef_Info_Column_UU () + public String getAD_UserDef_Info_Column_UU() { return (String)get_Value(COLUMNNAME_AD_UserDef_Info_Column_UU); } @@ -230,18 +228,19 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co } /** Set User defined Info Window. - @param AD_UserDef_Info_ID User defined Info Window */ + @param AD_UserDef_Info_ID User defined Info Window + */ public void setAD_UserDef_Info_ID (int AD_UserDef_Info_ID) { - if (AD_UserDef_Info_ID < 1) + if (AD_UserDef_Info_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserDef_Info_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserDef_Info_ID, Integer.valueOf(AD_UserDef_Info_ID)); } /** Get User defined Info Window. @return User defined Info Window */ - public int getAD_UserDef_Info_ID () + public int getAD_UserDef_Info_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserDef_Info_ID); if (ii == null) @@ -256,21 +255,20 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co } /** Set Dynamic Validation. - @param AD_Val_Rule_ID - Dynamic Validation Rule - */ + @param AD_Val_Rule_ID Dynamic Validation Rule + */ public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) { - if (AD_Val_Rule_ID < 1) + if (AD_Val_Rule_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_ID, Integer.valueOf(AD_Val_Rule_ID)); } /** Get Dynamic Validation. @return Dynamic Validation Rule */ - public int getAD_Val_Rule_ID () + public int getAD_Val_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_ID); if (ii == null) @@ -279,9 +277,8 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co } /** Set Default Logic. - @param DefaultValue - Default value hierarchy, separated by ; - */ + @param DefaultValue Default value hierarchy, separated by ; + */ public void setDefaultValue (String DefaultValue) { set_Value (COLUMNNAME_DefaultValue, DefaultValue); @@ -290,15 +287,14 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Default Logic. @return Default value hierarchy, separated by ; */ - public String getDefaultValue () + public String getDefaultValue() { return (String)get_Value(COLUMNNAME_DefaultValue); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -307,15 +303,14 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -324,15 +319,14 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -341,15 +335,14 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Input field validation. - @param InputFieldValidation - Input field validaton query - */ + @param InputFieldValidation Input field validaton query + */ public void setInputFieldValidation (String InputFieldValidation) { set_Value (COLUMNNAME_InputFieldValidation, InputFieldValidation); @@ -358,7 +351,7 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Input field validation. @return Input field validaton query */ - public String getInputFieldValidation () + public String getInputFieldValidation() { return (String)get_Value(COLUMNNAME_InputFieldValidation); } @@ -370,9 +363,8 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Yes = Y */ public static final String ISAUTOCOMPLETE_Yes = "Y"; /** Set Autocomplete. - @param IsAutocomplete - Automatic completion for textfields - */ + @param IsAutocomplete Automatic completion for textfields + */ public void setIsAutocomplete (String IsAutocomplete) { @@ -382,7 +374,7 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Autocomplete. @return Automatic completion for textfields */ - public String getIsAutocomplete () + public String getIsAutocomplete() { return (String)get_Value(COLUMNNAME_IsAutocomplete); } @@ -394,9 +386,8 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Yes = Y */ public static final String ISDISPLAYED_Yes = "Y"; /** Set Displayed. - @param IsDisplayed - Determines, if this field is displayed - */ + @param IsDisplayed Determines, if this field is displayed + */ public void setIsDisplayed (String IsDisplayed) { @@ -406,7 +397,7 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Displayed. @return Determines, if this field is displayed */ - public String getIsDisplayed () + public String getIsDisplayed() { return (String)get_Value(COLUMNNAME_IsDisplayed); } @@ -418,9 +409,8 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Yes = Y */ public static final String ISMANDATORY_Yes = "Y"; /** Set Mandatory. - @param IsMandatory - Data entry is required in this column - */ + @param IsMandatory Data entry is required in this column + */ public void setIsMandatory (String IsMandatory) { @@ -430,7 +420,7 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Mandatory. @return Data entry is required in this column */ - public String getIsMandatory () + public String getIsMandatory() { return (String)get_Value(COLUMNNAME_IsMandatory); } @@ -442,9 +432,8 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Yes = Y */ public static final String ISQUERYCRITERIA_Yes = "Y"; /** Set Query Criteria. - @param IsQueryCriteria - The column is also used as a query criteria - */ + @param IsQueryCriteria The column is also used as a query criteria + */ public void setIsQueryCriteria (String IsQueryCriteria) { @@ -454,7 +443,7 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Query Criteria. @return The column is also used as a query criteria */ - public String getIsQueryCriteria () + public String getIsQueryCriteria() { return (String)get_Value(COLUMNNAME_IsQueryCriteria); } @@ -466,9 +455,8 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Yes = Y */ public static final String ISREADONLY_Yes = "Y"; /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (String IsReadOnly) { @@ -478,15 +466,14 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Read Only. @return Field is read only */ - public String getIsReadOnly () + public String getIsReadOnly() { return (String)get_Value(COLUMNNAME_IsReadOnly); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -495,13 +482,14 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Placeholder. - @param Placeholder Placeholder */ + @param Placeholder Placeholder + */ public void setPlaceholder (String Placeholder) { set_Value (COLUMNNAME_Placeholder, Placeholder); @@ -509,15 +497,14 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Placeholder. @return Placeholder */ - public String getPlaceholder () + public String getPlaceholder() { return (String)get_Value(COLUMNNAME_Placeholder); } /** Set Query Function. - @param QueryFunction - Database function for query - */ + @param QueryFunction Database function for query + */ public void setQueryFunction (String QueryFunction) { set_Value (COLUMNNAME_QueryFunction, QueryFunction); @@ -526,7 +513,7 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Query Function. @return Database function for query */ - public String getQueryFunction () + public String getQueryFunction() { return (String)get_Value(COLUMNNAME_QueryFunction); } @@ -535,24 +522,23 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co public static final int QUERYOPERATOR_AD_Reference_ID=200061; /** != = != */ public static final String QUERYOPERATOR_NotEq = "!="; - /** < = < */ + /** < = < */ public static final String QUERYOPERATOR_Le = "<"; - /** <= = <= */ + /** <= = <= */ public static final String QUERYOPERATOR_LeEq = "<="; /** = = = */ public static final String QUERYOPERATOR_Eq = "="; - /** > = > */ + /** > = > */ public static final String QUERYOPERATOR_Gt = ">"; - /** >= = >= */ + /** >= = >= */ public static final String QUERYOPERATOR_GtEq = ">="; /** Like = Like */ public static final String QUERYOPERATOR_Like = "Like"; /** Full Like = LIKE */ public static final String QUERYOPERATOR_FullLike = "LIKE"; /** Set Query Operator. - @param QueryOperator - Operator for database query - */ + @param QueryOperator Operator for database query + */ public void setQueryOperator (String QueryOperator) { @@ -562,15 +548,14 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Query Operator. @return Operator for database query */ - public String getQueryOperator () + public String getQueryOperator() { return (String)get_Value(COLUMNNAME_QueryOperator); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -579,7 +564,7 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -588,9 +573,8 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co } /** Set Selection Column Sequence. - @param SeqNoSelection - Selection Column Sequence - */ + @param SeqNoSelection Selection Column Sequence + */ public void setSeqNoSelection (int SeqNoSelection) { set_Value (COLUMNNAME_SeqNoSelection, Integer.valueOf(SeqNoSelection)); @@ -599,7 +583,7 @@ public class X_AD_UserDef_Info_Column extends PO implements I_AD_UserDef_Info_Co /** Get Selection Column Sequence. @return Selection Column Sequence */ - public int getSeqNoSelection () + public int getSeqNoSelection() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNoSelection); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Info_Related.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Info_Related.java index a0fa89d4c0..c99f6f2cb5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Info_Related.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Info_Related.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_UserDef_Info_Related * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_UserDef_Info_Related") public class X_AD_UserDef_Info_Related extends PO implements I_AD_UserDef_Info_Related, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_UserDef_Info_Related extends PO implements I_AD_UserDef_Info_R /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_UserDef_Info_Related (Properties ctx, int AD_UserDef_Info_Related_ID, String trxName) @@ -80,18 +80,19 @@ public class X_AD_UserDef_Info_Related extends PO implements I_AD_UserDef_Info_R } /** Set InfoRelated. - @param AD_InfoRelated_ID InfoRelated */ + @param AD_InfoRelated_ID InfoRelated + */ public void setAD_InfoRelated_ID (int AD_InfoRelated_ID) { - if (AD_InfoRelated_ID < 1) + if (AD_InfoRelated_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_InfoRelated_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_InfoRelated_ID, Integer.valueOf(AD_InfoRelated_ID)); } /** Get InfoRelated. @return InfoRelated */ - public int getAD_InfoRelated_ID () + public int getAD_InfoRelated_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoRelated_ID); if (ii == null) @@ -106,18 +107,19 @@ public class X_AD_UserDef_Info_Related extends PO implements I_AD_UserDef_Info_R } /** Set User defined Info Window. - @param AD_UserDef_Info_ID User defined Info Window */ + @param AD_UserDef_Info_ID User defined Info Window + */ public void setAD_UserDef_Info_ID (int AD_UserDef_Info_ID) { - if (AD_UserDef_Info_ID < 1) + if (AD_UserDef_Info_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserDef_Info_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserDef_Info_ID, Integer.valueOf(AD_UserDef_Info_ID)); } /** Get User defined Info Window. @return User defined Info Window */ - public int getAD_UserDef_Info_ID () + public int getAD_UserDef_Info_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserDef_Info_ID); if (ii == null) @@ -126,18 +128,19 @@ public class X_AD_UserDef_Info_Related extends PO implements I_AD_UserDef_Info_R } /** Set User defined Info Related. - @param AD_UserDef_Info_Related_ID User defined Info Related */ + @param AD_UserDef_Info_Related_ID User defined Info Related + */ public void setAD_UserDef_Info_Related_ID (int AD_UserDef_Info_Related_ID) { - if (AD_UserDef_Info_Related_ID < 1) + if (AD_UserDef_Info_Related_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserDef_Info_Related_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserDef_Info_Related_ID, Integer.valueOf(AD_UserDef_Info_Related_ID)); } /** Get User defined Info Related. @return User defined Info Related */ - public int getAD_UserDef_Info_Related_ID () + public int getAD_UserDef_Info_Related_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserDef_Info_Related_ID); if (ii == null) @@ -146,7 +149,8 @@ public class X_AD_UserDef_Info_Related extends PO implements I_AD_UserDef_Info_R } /** Set AD_UserDef_Info_Related_UU. - @param AD_UserDef_Info_Related_UU AD_UserDef_Info_Related_UU */ + @param AD_UserDef_Info_Related_UU AD_UserDef_Info_Related_UU + */ public void setAD_UserDef_Info_Related_UU (String AD_UserDef_Info_Related_UU) { set_ValueNoCheck (COLUMNNAME_AD_UserDef_Info_Related_UU, AD_UserDef_Info_Related_UU); @@ -154,15 +158,14 @@ public class X_AD_UserDef_Info_Related extends PO implements I_AD_UserDef_Info_R /** Get AD_UserDef_Info_Related_UU. @return AD_UserDef_Info_Related_UU */ - public String getAD_UserDef_Info_Related_UU () + public String getAD_UserDef_Info_Related_UU() { return (String)get_Value(COLUMNNAME_AD_UserDef_Info_Related_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -171,15 +174,14 @@ public class X_AD_UserDef_Info_Related extends PO implements I_AD_UserDef_Info_R /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -188,15 +190,14 @@ public class X_AD_UserDef_Info_Related extends PO implements I_AD_UserDef_Info_R /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -205,15 +206,14 @@ public class X_AD_UserDef_Info_Related extends PO implements I_AD_UserDef_Info_R /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -222,15 +222,14 @@ public class X_AD_UserDef_Info_Related extends PO implements I_AD_UserDef_Info_R /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -239,7 +238,7 @@ public class X_AD_UserDef_Info_Related extends PO implements I_AD_UserDef_Info_R /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Proc.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Proc.java index 03110334fd..3c185a0d13 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Proc.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Proc.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_UserDef_Proc * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_UserDef_Proc") public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_UserDef_Proc (Properties ctx, int AD_UserDef_Proc_ID, String trxName) @@ -75,9 +75,8 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis /** AD_Language AD_Reference_ID=106 */ public static final int AD_LANGUAGE_AD_Reference_ID=106; /** Set Language. - @param AD_Language - Language for this entity - */ + @param AD_Language Language for this entity + */ public void setAD_Language (String AD_Language) { @@ -87,7 +86,7 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis /** Get Language. @return Language for this entity */ - public String getAD_Language () + public String getAD_Language() { return (String)get_Value(COLUMNNAME_AD_Language); } @@ -99,21 +98,20 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Process_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -128,21 +126,20 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -151,21 +148,20 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis } /** Set User defined Process. - @param AD_UserDef_Proc_ID - Primary Key : User defined Process - */ + @param AD_UserDef_Proc_ID Primary Key : User defined Process + */ public void setAD_UserDef_Proc_ID (int AD_UserDef_Proc_ID) { - if (AD_UserDef_Proc_ID < 1) + if (AD_UserDef_Proc_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserDef_Proc_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserDef_Proc_ID, Integer.valueOf(AD_UserDef_Proc_ID)); } /** Get User defined Process. @return Primary Key : User defined Process */ - public int getAD_UserDef_Proc_ID () + public int getAD_UserDef_Proc_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserDef_Proc_ID); if (ii == null) @@ -174,7 +170,8 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis } /** Set AD_UserDef_Proc_UU. - @param AD_UserDef_Proc_UU AD_UserDef_Proc_UU */ + @param AD_UserDef_Proc_UU AD_UserDef_Proc_UU + */ public void setAD_UserDef_Proc_UU (String AD_UserDef_Proc_UU) { set_Value (COLUMNNAME_AD_UserDef_Proc_UU, AD_UserDef_Proc_UU); @@ -182,7 +179,7 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis /** Get AD_UserDef_Proc_UU. @return AD_UserDef_Proc_UU */ - public String getAD_UserDef_Proc_UU () + public String getAD_UserDef_Proc_UU() { return (String)get_Value(COLUMNNAME_AD_UserDef_Proc_UU); } @@ -194,21 +191,20 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -217,9 +213,8 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -228,15 +223,14 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -245,15 +239,14 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set User updatable. - @param IsUserUpdateable - The field can be updated by the user - */ + @param IsUserUpdateable The field can be updated by the user + */ public void setIsUserUpdateable (boolean IsUserUpdateable) { set_Value (COLUMNNAME_IsUserUpdateable, Boolean.valueOf(IsUserUpdateable)); @@ -262,7 +255,7 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis /** Get User updatable. @return The field can be updated by the user */ - public boolean isUserUpdateable () + public boolean isUserUpdateable() { Object oo = get_Value(COLUMNNAME_IsUserUpdateable); if (oo != null) @@ -275,9 +268,8 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -286,7 +278,7 @@ public class X_AD_UserDef_Proc extends PO implements I_AD_UserDef_Proc, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Proc_Parameter.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Proc_Parameter.java index 3f126d1aec..c34758db75 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Proc_Parameter.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Proc_Parameter.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_UserDef_Proc_Parameter * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_UserDef_Proc_Parameter") public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc_Parameter, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_UserDef_Proc_Parameter (Properties ctx, int AD_UserDef_Proc_Parameter_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc } /** Set Field Group. - @param AD_FieldGroup_ID - Logical grouping of fields - */ + @param AD_FieldGroup_ID Logical grouping of fields + */ public void setAD_FieldGroup_ID (int AD_FieldGroup_ID) { - if (AD_FieldGroup_ID < 1) + if (AD_FieldGroup_ID < 1) set_Value (COLUMNNAME_AD_FieldGroup_ID, null); - else + else set_Value (COLUMNNAME_AD_FieldGroup_ID, Integer.valueOf(AD_FieldGroup_ID)); } /** Get Field Group. @return Logical grouping of fields */ - public int getAD_FieldGroup_ID () + public int getAD_FieldGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_FieldGroup_ID); if (ii == null) @@ -109,18 +108,19 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc } /** Set Process Parameter. - @param AD_Process_Para_ID Process Parameter */ + @param AD_Process_Para_ID Process Parameter + */ public void setAD_Process_Para_ID (int AD_Process_Para_ID) { - if (AD_Process_Para_ID < 1) + if (AD_Process_Para_ID < 1) set_Value (COLUMNNAME_AD_Process_Para_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_Para_ID, Integer.valueOf(AD_Process_Para_ID)); } /** Get Process Parameter. @return Process Parameter */ - public int getAD_Process_Para_ID () + public int getAD_Process_Para_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_Para_ID); if (ii == null) @@ -135,21 +135,20 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -164,21 +163,20 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc } /** Set Reference Key. - @param AD_Reference_Value_ID - Required to specify, if data type is Table or List - */ + @param AD_Reference_Value_ID Required to specify, if data type is Table or List + */ public void setAD_Reference_Value_ID (int AD_Reference_Value_ID) { - if (AD_Reference_Value_ID < 1) + if (AD_Reference_Value_ID < 1) set_Value (COLUMNNAME_AD_Reference_Value_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_Value_ID, Integer.valueOf(AD_Reference_Value_ID)); } /** Get Reference Key. @return Required to specify, if data type is Table or List */ - public int getAD_Reference_Value_ID () + public int getAD_Reference_Value_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_Value_ID); if (ii == null) @@ -193,21 +191,20 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc } /** Set User defined Process. - @param AD_UserDef_Proc_ID - Primary Key : User defined Process - */ + @param AD_UserDef_Proc_ID Primary Key : User defined Process + */ public void setAD_UserDef_Proc_ID (int AD_UserDef_Proc_ID) { - if (AD_UserDef_Proc_ID < 1) + if (AD_UserDef_Proc_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserDef_Proc_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserDef_Proc_ID, Integer.valueOf(AD_UserDef_Proc_ID)); } /** Get User defined Process. @return Primary Key : User defined Process */ - public int getAD_UserDef_Proc_ID () + public int getAD_UserDef_Proc_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserDef_Proc_ID); if (ii == null) @@ -216,21 +213,20 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc } /** Set AD_UserDef_Proc_Parameter_ID. - @param AD_UserDef_Proc_Parameter_ID - Primary Key : User defined Process Parameter - */ + @param AD_UserDef_Proc_Parameter_ID Primary Key : User defined Process Parameter + */ public void setAD_UserDef_Proc_Parameter_ID (int AD_UserDef_Proc_Parameter_ID) { - if (AD_UserDef_Proc_Parameter_ID < 1) + if (AD_UserDef_Proc_Parameter_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserDef_Proc_Parameter_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserDef_Proc_Parameter_ID, Integer.valueOf(AD_UserDef_Proc_Parameter_ID)); } /** Get AD_UserDef_Proc_Parameter_ID. @return Primary Key : User defined Process Parameter */ - public int getAD_UserDef_Proc_Parameter_ID () + public int getAD_UserDef_Proc_Parameter_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserDef_Proc_Parameter_ID); if (ii == null) @@ -239,7 +235,8 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc } /** Set AD_UserDef_Proc_Parameter_UU. - @param AD_UserDef_Proc_Parameter_UU AD_UserDef_Proc_Parameter_UU */ + @param AD_UserDef_Proc_Parameter_UU AD_UserDef_Proc_Parameter_UU + */ public void setAD_UserDef_Proc_Parameter_UU (String AD_UserDef_Proc_Parameter_UU) { set_Value (COLUMNNAME_AD_UserDef_Proc_Parameter_UU, AD_UserDef_Proc_Parameter_UU); @@ -247,7 +244,7 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get AD_UserDef_Proc_Parameter_UU. @return AD_UserDef_Proc_Parameter_UU */ - public String getAD_UserDef_Proc_Parameter_UU () + public String getAD_UserDef_Proc_Parameter_UU() { return (String)get_Value(COLUMNNAME_AD_UserDef_Proc_Parameter_UU); } @@ -259,21 +256,20 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc } /** Set Dynamic Validation. - @param AD_Val_Rule_ID - Dynamic Validation Rule - */ + @param AD_Val_Rule_ID Dynamic Validation Rule + */ public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) { - if (AD_Val_Rule_ID < 1) + if (AD_Val_Rule_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_ID, Integer.valueOf(AD_Val_Rule_ID)); } /** Get Dynamic Validation. @return Dynamic Validation Rule */ - public int getAD_Val_Rule_ID () + public int getAD_Val_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_ID); if (ii == null) @@ -282,9 +278,8 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc } /** Set Default Logic. - @param DefaultValue - Default value hierarchy, separated by ; - */ + @param DefaultValue Default value hierarchy, separated by ; + */ public void setDefaultValue (String DefaultValue) { set_Value (COLUMNNAME_DefaultValue, DefaultValue); @@ -293,15 +288,14 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Default Logic. @return Default value hierarchy, separated by ; */ - public String getDefaultValue () + public String getDefaultValue() { return (String)get_Value(COLUMNNAME_DefaultValue); } /** Set Default Logic 2. - @param DefaultValue2 - Default value hierarchy, separated by ; - */ + @param DefaultValue2 Default value hierarchy, separated by ; + */ public void setDefaultValue2 (String DefaultValue2) { set_Value (COLUMNNAME_DefaultValue2, DefaultValue2); @@ -310,15 +304,14 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Default Logic 2. @return Default value hierarchy, separated by ; */ - public String getDefaultValue2 () + public String getDefaultValue2() { return (String)get_Value(COLUMNNAME_DefaultValue2); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -327,15 +320,14 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -344,15 +336,14 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -361,7 +352,7 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -373,9 +364,8 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Yes = Y */ public static final String ISDISPLAYED_Yes = "Y"; /** Set Displayed. - @param IsDisplayed - Determines, if this field is displayed - */ + @param IsDisplayed Determines, if this field is displayed + */ public void setIsDisplayed (String IsDisplayed) { @@ -385,7 +375,7 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Displayed. @return Determines, if this field is displayed */ - public String getIsDisplayed () + public String getIsDisplayed() { return (String)get_Value(COLUMNNAME_IsDisplayed); } @@ -397,9 +387,8 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Yes = Y */ public static final String ISMANDATORY_Yes = "Y"; /** Set Mandatory. - @param IsMandatory - Data entry is required in this column - */ + @param IsMandatory Data entry is required in this column + */ public void setIsMandatory (String IsMandatory) { @@ -409,15 +398,14 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Mandatory. @return Data entry is required in this column */ - public String getIsMandatory () + public String getIsMandatory() { return (String)get_Value(COLUMNNAME_IsMandatory); } /** Set Range. - @param IsRange - The parameter is a range of values - */ + @param IsRange The parameter is a range of values + */ public void setIsRange (boolean IsRange) { set_Value (COLUMNNAME_IsRange, Boolean.valueOf(IsRange)); @@ -426,7 +414,7 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Range. @return The parameter is a range of values */ - public boolean isRange () + public boolean isRange() { Object oo = get_Value(COLUMNNAME_IsRange); if (oo != null) @@ -439,7 +427,8 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc } /** Set Mandatory Logic. - @param MandatoryLogic Mandatory Logic */ + @param MandatoryLogic Mandatory Logic + */ public void setMandatoryLogic (String MandatoryLogic) { set_Value (COLUMNNAME_MandatoryLogic, MandatoryLogic); @@ -447,15 +436,14 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Mandatory Logic. @return Mandatory Logic */ - public String getMandatoryLogic () + public String getMandatoryLogic() { return (String)get_Value(COLUMNNAME_MandatoryLogic); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -464,7 +452,7 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -478,7 +466,8 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc } /** Set Placeholder. - @param Placeholder Placeholder */ + @param Placeholder Placeholder + */ public void setPlaceholder (String Placeholder) { set_Value (COLUMNNAME_Placeholder, Placeholder); @@ -486,13 +475,14 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Placeholder. @return Placeholder */ - public String getPlaceholder () + public String getPlaceholder() { return (String)get_Value(COLUMNNAME_Placeholder); } /** Set Placeholder2. - @param Placeholder2 Placeholder2 */ + @param Placeholder2 Placeholder2 + */ public void setPlaceholder2 (String Placeholder2) { set_Value (COLUMNNAME_Placeholder2, Placeholder2); @@ -500,15 +490,14 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Placeholder2. @return Placeholder2 */ - public String getPlaceholder2 () + public String getPlaceholder2() { return (String)get_Value(COLUMNNAME_Placeholder2); } /** Set Read Only Logic. - @param ReadOnlyLogic - Logic to determine if field is read only (applies only when field is read-write) - */ + @param ReadOnlyLogic Logic to determine if field is read only (applies only when field is read-write) + */ public void setReadOnlyLogic (String ReadOnlyLogic) { set_Value (COLUMNNAME_ReadOnlyLogic, ReadOnlyLogic); @@ -517,15 +506,14 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Read Only Logic. @return Logic to determine if field is read only (applies only when field is read-write) */ - public String getReadOnlyLogic () + public String getReadOnlyLogic() { return (String)get_Value(COLUMNNAME_ReadOnlyLogic); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -534,7 +522,7 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -543,9 +531,8 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc } /** Set Max. Value. - @param ValueMax - Maximum Value for a field - */ + @param ValueMax Maximum Value for a field + */ public void setValueMax (String ValueMax) { set_Value (COLUMNNAME_ValueMax, ValueMax); @@ -554,15 +541,14 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Max. Value. @return Maximum Value for a field */ - public String getValueMax () + public String getValueMax() { return (String)get_Value(COLUMNNAME_ValueMax); } /** Set Min. Value. - @param ValueMin - Minimum Value for a field - */ + @param ValueMin Minimum Value for a field + */ public void setValueMin (String ValueMin) { set_Value (COLUMNNAME_ValueMin, ValueMin); @@ -571,24 +557,23 @@ public class X_AD_UserDef_Proc_Parameter extends PO implements I_AD_UserDef_Proc /** Get Min. Value. @return Minimum Value for a field */ - public String getValueMin () + public String getValueMin() { return (String)get_Value(COLUMNNAME_ValueMin); } /** Set Value Format. - @param VFormat - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" - */ + @param VFormat Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + */ public void setVFormat (String VFormat) { set_Value (COLUMNNAME_VFormat, VFormat); } /** Get Value Format. - @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ - public String getVFormat () + public String getVFormat() { return (String)get_Value(COLUMNNAME_VFormat); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Tab.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Tab.java index 18059a5ae8..61d90c380f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Tab.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Tab.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_UserDef_Tab * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_UserDef_Tab") public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_UserDef_Tab (Properties ctx, int AD_UserDef_Tab_ID, String trxName) @@ -81,21 +81,20 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste } /** Set Tab. - @param AD_Tab_ID - Tab within a Window - */ + @param AD_Tab_ID Tab within a Window + */ public void setAD_Tab_ID (int AD_Tab_ID) { - if (AD_Tab_ID < 1) + if (AD_Tab_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tab_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tab_ID, Integer.valueOf(AD_Tab_ID)); } /** Get Tab. @return Tab within a Window */ - public int getAD_Tab_ID () + public int getAD_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_ID); if (ii == null) @@ -141,18 +139,19 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste } /** Set User defined Tab. - @param AD_UserDef_Tab_ID User defined Tab */ + @param AD_UserDef_Tab_ID User defined Tab + */ public void setAD_UserDef_Tab_ID (int AD_UserDef_Tab_ID) { - if (AD_UserDef_Tab_ID < 1) + if (AD_UserDef_Tab_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserDef_Tab_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserDef_Tab_ID, Integer.valueOf(AD_UserDef_Tab_ID)); } /** Get User defined Tab. @return User defined Tab */ - public int getAD_UserDef_Tab_ID () + public int getAD_UserDef_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserDef_Tab_ID); if (ii == null) @@ -161,7 +160,8 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste } /** Set AD_UserDef_Tab_UU. - @param AD_UserDef_Tab_UU AD_UserDef_Tab_UU */ + @param AD_UserDef_Tab_UU AD_UserDef_Tab_UU + */ public void setAD_UserDef_Tab_UU (String AD_UserDef_Tab_UU) { set_Value (COLUMNNAME_AD_UserDef_Tab_UU, AD_UserDef_Tab_UU); @@ -169,7 +169,7 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get AD_UserDef_Tab_UU. @return AD_UserDef_Tab_UU */ - public String getAD_UserDef_Tab_UU () + public String getAD_UserDef_Tab_UU() { return (String)get_Value(COLUMNNAME_AD_UserDef_Tab_UU); } @@ -181,18 +181,19 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste } /** Set User defined Window. - @param AD_UserDef_Win_ID User defined Window */ + @param AD_UserDef_Win_ID User defined Window + */ public void setAD_UserDef_Win_ID (int AD_UserDef_Win_ID) { - if (AD_UserDef_Win_ID < 1) + if (AD_UserDef_Win_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserDef_Win_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserDef_Win_ID, Integer.valueOf(AD_UserDef_Win_ID)); } /** Get User defined Window. @return User defined Window */ - public int getAD_UserDef_Win_ID () + public int getAD_UserDef_Win_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserDef_Win_ID); if (ii == null) @@ -201,9 +202,8 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -212,15 +212,14 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Display Logic. - @param DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed - */ + @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed + */ public void setDisplayLogic (String DisplayLogic) { set_Value (COLUMNNAME_DisplayLogic, DisplayLogic); @@ -229,15 +228,14 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get Display Logic. @return If the Field is displayed, the result determines if the field is actually displayed */ - public String getDisplayLogic () + public String getDisplayLogic() { return (String)get_Value(COLUMNNAME_DisplayLogic); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -246,7 +244,7 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -258,7 +256,8 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Yes = Y */ public static final String ISALLOWADVANCEDLOOKUP_Yes = "Y"; /** Set Allow Advanced Lookup. - @param IsAllowAdvancedLookup Allow Advanced Lookup */ + @param IsAllowAdvancedLookup Allow Advanced Lookup + */ public void setIsAllowAdvancedLookup (String IsAllowAdvancedLookup) { @@ -267,7 +266,7 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get Allow Advanced Lookup. @return Allow Advanced Lookup */ - public String getIsAllowAdvancedLookup () + public String getIsAllowAdvancedLookup() { return (String)get_Value(COLUMNNAME_IsAllowAdvancedLookup); } @@ -279,9 +278,8 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Yes = Y */ public static final String ISLOOKUPONLYSELECTION_Yes = "Y"; /** Set Lookup Only Selection Columns. - @param IsLookupOnlySelection - When defined to true Lookup panel will display only selection columns. Default to false. - */ + @param IsLookupOnlySelection When defined to true Lookup panel will display only selection columns. Default to false. + */ public void setIsLookupOnlySelection (String IsLookupOnlySelection) { @@ -291,15 +289,14 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get Lookup Only Selection Columns. @return When defined to true Lookup panel will display only selection columns. Default to false. */ - public String getIsLookupOnlySelection () + public String getIsLookupOnlySelection() { return (String)get_Value(COLUMNNAME_IsLookupOnlySelection); } /** Set Multi Row Only. - @param IsMultiRowOnly - This applies to Multi-Row view only - */ + @param IsMultiRowOnly This applies to Multi-Row view only + */ public void setIsMultiRowOnly (boolean IsMultiRowOnly) { set_Value (COLUMNNAME_IsMultiRowOnly, Boolean.valueOf(IsMultiRowOnly)); @@ -308,7 +305,7 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get Multi Row Only. @return This applies to Multi-Row view only */ - public boolean isMultiRowOnly () + public boolean isMultiRowOnly() { Object oo = get_Value(COLUMNNAME_IsMultiRowOnly); if (oo != null) @@ -327,9 +324,8 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Yes = Y */ public static final String ISREADONLY_Yes = "Y"; /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (String IsReadOnly) { @@ -339,7 +335,7 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get Read Only. @return Field is read only */ - public String getIsReadOnly () + public String getIsReadOnly() { return (String)get_Value(COLUMNNAME_IsReadOnly); } @@ -351,9 +347,8 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Yes = Y */ public static final String ISSINGLEROW_Yes = "Y"; /** Set Single Row Layout. - @param IsSingleRow - Default for toggle between Single- and Multi-Row (Grid) Layout - */ + @param IsSingleRow Default for toggle between Single- and Multi-Row (Grid) Layout + */ public void setIsSingleRow (String IsSingleRow) { @@ -363,15 +358,14 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get Single Row Layout. @return Default for toggle between Single- and Multi-Row (Grid) Layout */ - public String getIsSingleRow () + public String getIsSingleRow() { return (String)get_Value(COLUMNNAME_IsSingleRow); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -380,15 +374,14 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Sql ORDER BY. - @param OrderByClause - Fully qualified ORDER BY clause - */ + @param OrderByClause Fully qualified ORDER BY clause + */ public void setOrderByClause (String OrderByClause) { set_Value (COLUMNNAME_OrderByClause, OrderByClause); @@ -397,15 +390,14 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get Sql ORDER BY. @return Fully qualified ORDER BY clause */ - public String getOrderByClause () + public String getOrderByClause() { return (String)get_Value(COLUMNNAME_OrderByClause); } /** Set Read Only Logic. - @param ReadOnlyLogic - Logic to determine if field is read only (applies only when field is read-write) - */ + @param ReadOnlyLogic Logic to determine if field is read only (applies only when field is read-write) + */ public void setReadOnlyLogic (String ReadOnlyLogic) { set_Value (COLUMNNAME_ReadOnlyLogic, ReadOnlyLogic); @@ -414,15 +406,14 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get Read Only Logic. @return Logic to determine if field is read only (applies only when field is read-write) */ - public String getReadOnlyLogic () + public String getReadOnlyLogic() { return (String)get_Value(COLUMNNAME_ReadOnlyLogic); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -431,7 +422,7 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -440,9 +431,8 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste } /** Set Sql WHERE. - @param WhereClause - Fully qualified SQL WHERE clause - */ + @param WhereClause Fully qualified SQL WHERE clause + */ public void setWhereClause (String WhereClause) { set_Value (COLUMNNAME_WhereClause, WhereClause); @@ -451,7 +441,7 @@ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persiste /** Get Sql WHERE. @return Fully qualified SQL WHERE clause */ - public String getWhereClause () + public String getWhereClause() { return (String)get_Value(COLUMNNAME_WhereClause); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Win.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Win.java index 255b44aef5..77f83241fb 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Win.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Win.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_UserDef_Win * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_UserDef_Win") public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_UserDef_Win (Properties ctx, int AD_UserDef_Win_ID, String trxName) @@ -78,9 +78,8 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste /** AD_Language AD_Reference_ID=106 */ public static final int AD_LANGUAGE_AD_Reference_ID=106; /** Set Language. - @param AD_Language - Language for this entity - */ + @param AD_Language Language for this entity + */ public void setAD_Language (String AD_Language) { @@ -90,7 +89,7 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste /** Get Language. @return Language for this entity */ - public String getAD_Language () + public String getAD_Language() { return (String)get_Value(COLUMNNAME_AD_Language); } @@ -102,21 +101,20 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -125,18 +123,19 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste } /** Set User defined Window. - @param AD_UserDef_Win_ID User defined Window */ + @param AD_UserDef_Win_ID User defined Window + */ public void setAD_UserDef_Win_ID (int AD_UserDef_Win_ID) { - if (AD_UserDef_Win_ID < 1) + if (AD_UserDef_Win_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserDef_Win_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserDef_Win_ID, Integer.valueOf(AD_UserDef_Win_ID)); } /** Get User defined Window. @return User defined Window */ - public int getAD_UserDef_Win_ID () + public int getAD_UserDef_Win_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserDef_Win_ID); if (ii == null) @@ -145,7 +144,8 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste } /** Set AD_UserDef_Win_UU. - @param AD_UserDef_Win_UU AD_UserDef_Win_UU */ + @param AD_UserDef_Win_UU AD_UserDef_Win_UU + */ public void setAD_UserDef_Win_UU (String AD_UserDef_Win_UU) { set_Value (COLUMNNAME_AD_UserDef_Win_UU, AD_UserDef_Win_UU); @@ -153,7 +153,7 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste /** Get AD_UserDef_Win_UU. @return AD_UserDef_Win_UU */ - public String getAD_UserDef_Win_UU () + public String getAD_UserDef_Win_UU() { return (String)get_Value(COLUMNNAME_AD_UserDef_Win_UU); } @@ -165,21 +165,20 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -194,21 +193,20 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Window_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -225,9 +223,8 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -236,15 +233,14 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -253,15 +249,14 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -270,7 +265,7 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -283,9 +278,8 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste } /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (boolean IsReadOnly) { set_Value (COLUMNNAME_IsReadOnly, Boolean.valueOf(IsReadOnly)); @@ -294,7 +288,7 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste /** Get Read Only. @return Field is read only */ - public boolean isReadOnly () + public boolean isReadOnly() { Object oo = get_Value(COLUMNNAME_IsReadOnly); if (oo != null) @@ -307,9 +301,8 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste } /** Set User updatable. - @param IsUserUpdateable - The field can be updated by the user - */ + @param IsUserUpdateable The field can be updated by the user + */ public void setIsUserUpdateable (boolean IsUserUpdateable) { set_Value (COLUMNNAME_IsUserUpdateable, Boolean.valueOf(IsUserUpdateable)); @@ -318,7 +311,7 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste /** Get User updatable. @return The field can be updated by the user */ - public boolean isUserUpdateable () + public boolean isUserUpdateable() { Object oo = get_Value(COLUMNNAME_IsUserUpdateable); if (oo != null) @@ -331,9 +324,8 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -342,7 +334,7 @@ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserMail.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserMail.java index 93f55cfe1e..c22d241f02 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserMail.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserMail.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_UserMail * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_UserMail") public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_UserMail (Properties ctx, int AD_UserMail_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent } /** Set User Mail. - @param AD_UserMail_ID - Mail sent to the user - */ + @param AD_UserMail_ID Mail sent to the user + */ public void setAD_UserMail_ID (int AD_UserMail_ID) { - if (AD_UserMail_ID < 1) + if (AD_UserMail_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserMail_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserMail_ID, Integer.valueOf(AD_UserMail_ID)); } /** Get User Mail. @return Mail sent to the user */ - public int getAD_UserMail_ID () + public int getAD_UserMail_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserMail_ID); if (ii == null) @@ -133,7 +131,8 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent } /** Set AD_UserMail_UU. - @param AD_UserMail_UU AD_UserMail_UU */ + @param AD_UserMail_UU AD_UserMail_UU + */ public void setAD_UserMail_UU (String AD_UserMail_UU) { set_Value (COLUMNNAME_AD_UserMail_UU, AD_UserMail_UU); @@ -141,15 +140,14 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent /** Get AD_UserMail_UU. @return AD_UserMail_UU */ - public String getAD_UserMail_UU () + public String getAD_UserMail_UU() { return (String)get_Value(COLUMNNAME_AD_UserMail_UU); } /** Set Delivery Confirmation. - @param DeliveryConfirmation - EMail Delivery confirmation - */ + @param DeliveryConfirmation EMail Delivery confirmation + */ public void setDeliveryConfirmation (String DeliveryConfirmation) { set_ValueNoCheck (COLUMNNAME_DeliveryConfirmation, DeliveryConfirmation); @@ -158,13 +156,14 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent /** Get Delivery Confirmation. @return EMail Delivery confirmation */ - public String getDeliveryConfirmation () + public String getDeliveryConfirmation() { return (String)get_Value(COLUMNNAME_DeliveryConfirmation); } /** Set EMail sent from. - @param EMailFrom EMail sent from */ + @param EMailFrom EMail sent from + */ public void setEMailFrom (String EMailFrom) { set_Value (COLUMNNAME_EMailFrom, EMailFrom); @@ -172,7 +171,7 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent /** Get EMail sent from. @return EMail sent from */ - public String getEMailFrom () + public String getEMailFrom() { return (String)get_Value(COLUMNNAME_EMailFrom); } @@ -184,7 +183,8 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent /** Yes = Y */ public static final String ISDELIVERED_Yes = "Y"; /** Set Delivered. - @param IsDelivered Delivered */ + @param IsDelivered Delivered + */ public void setIsDelivered (String IsDelivered) { @@ -193,15 +193,14 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent /** Get Delivered. @return Delivered */ - public String getIsDelivered () + public String getIsDelivered() { return (String)get_Value(COLUMNNAME_IsDelivered); } /** Set Mail Text. - @param MailText - Text used for Mail message - */ + @param MailText Text used for Mail message + */ public void setMailText (String MailText) { set_Value (COLUMNNAME_MailText, MailText); @@ -210,15 +209,14 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent /** Get Mail Text. @return Text used for Mail message */ - public String getMailText () + public String getMailText() { return (String)get_Value(COLUMNNAME_MailText); } /** Set Message ID. - @param MessageID - EMail Message ID - */ + @param MessageID EMail Message ID + */ public void setMessageID (String MessageID) { set_ValueNoCheck (COLUMNNAME_MessageID, MessageID); @@ -227,13 +225,14 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent /** Get Message ID. @return EMail Message ID */ - public String getMessageID () + public String getMessageID() { return (String)get_Value(COLUMNNAME_MessageID); } /** Set Bcc. - @param RecipientBcc Bcc */ + @param RecipientBcc Bcc + */ public void setRecipientBcc (String RecipientBcc) { set_Value (COLUMNNAME_RecipientBcc, RecipientBcc); @@ -241,13 +240,14 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent /** Get Bcc. @return Bcc */ - public String getRecipientBcc () + public String getRecipientBcc() { return (String)get_Value(COLUMNNAME_RecipientBcc); } /** Set Cc. - @param RecipientCc Cc */ + @param RecipientCc Cc + */ public void setRecipientCc (String RecipientCc) { set_Value (COLUMNNAME_RecipientCc, RecipientCc); @@ -255,13 +255,14 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent /** Get Cc. @return Cc */ - public String getRecipientCc () + public String getRecipientCc() { return (String)get_Value(COLUMNNAME_RecipientCc); } /** Set To. - @param RecipientTo To */ + @param RecipientTo To + */ public void setRecipientTo (String RecipientTo) { set_Value (COLUMNNAME_RecipientTo, RecipientTo); @@ -269,7 +270,7 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent /** Get To. @return To */ - public String getRecipientTo () + public String getRecipientTo() { return (String)get_Value(COLUMNNAME_RecipientTo); } @@ -281,21 +282,20 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent } /** Set Mail Template. - @param R_MailText_ID - Text templates for mailings - */ + @param R_MailText_ID Text templates for mailings + */ public void setR_MailText_ID (int R_MailText_ID) { - if (R_MailText_ID < 1) + if (R_MailText_ID < 1) set_ValueNoCheck (COLUMNNAME_R_MailText_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_MailText_ID, Integer.valueOf(R_MailText_ID)); } /** Get Mail Template. @return Text templates for mailings */ - public int getR_MailText_ID () + public int getR_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_MailText_ID); if (ii == null) @@ -304,9 +304,8 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent } /** Set Subject. - @param Subject - Email Message Subject - */ + @param Subject Email Message Subject + */ public void setSubject (String Subject) { set_Value (COLUMNNAME_Subject, Subject); @@ -315,7 +314,7 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent /** Get Subject. @return Email Message Subject */ - public String getSubject () + public String getSubject() { return (String)get_Value(COLUMNNAME_Subject); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserPreference.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserPreference.java index be2e4f0144..bfcc96f0b5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserPreference.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserPreference.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_UserPreference * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_UserPreference") public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_UserPreference (Properties ctx, int AD_UserPreference_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -103,18 +102,19 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe } /** Set AD_UserPreference_ID. - @param AD_UserPreference_ID AD_UserPreference_ID */ + @param AD_UserPreference_ID AD_UserPreference_ID + */ public void setAD_UserPreference_ID (int AD_UserPreference_ID) { - if (AD_UserPreference_ID < 1) + if (AD_UserPreference_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserPreference_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserPreference_ID, Integer.valueOf(AD_UserPreference_ID)); } /** Get AD_UserPreference_ID. @return AD_UserPreference_ID */ - public int getAD_UserPreference_ID () + public int getAD_UserPreference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserPreference_ID); if (ii == null) @@ -123,7 +123,8 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe } /** Set AD_UserPreference_UU. - @param AD_UserPreference_UU AD_UserPreference_UU */ + @param AD_UserPreference_UU AD_UserPreference_UU + */ public void setAD_UserPreference_UU (String AD_UserPreference_UU) { set_Value (COLUMNNAME_AD_UserPreference_UU, AD_UserPreference_UU); @@ -131,13 +132,14 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe /** Get AD_UserPreference_UU. @return AD_UserPreference_UU */ - public String getAD_UserPreference_UU () + public String getAD_UserPreference_UU() { return (String)get_Value(COLUMNNAME_AD_UserPreference_UU); } /** Set Automatic Commit. - @param AutoCommit Automatic Commit */ + @param AutoCommit Automatic Commit + */ public void setAutoCommit (boolean AutoCommit) { set_Value (COLUMNNAME_AutoCommit, Boolean.valueOf(AutoCommit)); @@ -145,7 +147,7 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe /** Get Automatic Commit. @return Automatic Commit */ - public boolean isAutoCommit () + public boolean isAutoCommit() { Object oo = get_Value(COLUMNNAME_AutoCommit); if (oo != null) @@ -158,9 +160,8 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe } /** Set Automatic Decimal Places For Amounts. - @param AutomaticDecimalPlacesForAmoun - Automatically insert a decimal point - */ + @param AutomaticDecimalPlacesForAmoun Automatically insert a decimal point + */ public void setAutomaticDecimalPlacesForAmoun (int AutomaticDecimalPlacesForAmoun) { set_Value (COLUMNNAME_AutomaticDecimalPlacesForAmoun, Integer.valueOf(AutomaticDecimalPlacesForAmoun)); @@ -169,7 +170,7 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe /** Get Automatic Decimal Places For Amounts. @return Automatically insert a decimal point */ - public int getAutomaticDecimalPlacesForAmoun () + public int getAutomaticDecimalPlacesForAmoun() { Integer ii = (Integer)get_Value(COLUMNNAME_AutomaticDecimalPlacesForAmoun); if (ii == null) @@ -178,7 +179,8 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe } /** Set Automatic New Record. - @param AutoNew Automatic New Record */ + @param AutoNew Automatic New Record + */ public void setAutoNew (boolean AutoNew) { set_Value (COLUMNNAME_AutoNew, Boolean.valueOf(AutoNew)); @@ -186,7 +188,7 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe /** Get Automatic New Record. @return Automatic New Record */ - public boolean isAutoNew () + public boolean isAutoNew() { Object oo = get_Value(COLUMNNAME_AutoNew); if (oo != null) @@ -199,9 +201,8 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe } /** Set Threshold. - @param GridAfterFindThreshold - Force grid view when Find panel closes if number of records exceed threshold - */ + @param GridAfterFindThreshold Force grid view when Find panel closes if number of records exceed threshold + */ public void setGridAfterFindThreshold (int GridAfterFindThreshold) { set_Value (COLUMNNAME_GridAfterFindThreshold, Integer.valueOf(GridAfterFindThreshold)); @@ -210,7 +211,7 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe /** Get Threshold. @return Force grid view when Find panel closes if number of records exceed threshold */ - public int getGridAfterFindThreshold () + public int getGridAfterFindThreshold() { Integer ii = (Integer)get_Value(COLUMNNAME_GridAfterFindThreshold); if (ii == null) @@ -219,7 +220,8 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe } /** Set Detailed Zoom Across. - @param IsDetailedZoomAcross Detailed Zoom Across */ + @param IsDetailedZoomAcross Detailed Zoom Across + */ public void setIsDetailedZoomAcross (boolean IsDetailedZoomAcross) { set_Value (COLUMNNAME_IsDetailedZoomAcross, Boolean.valueOf(IsDetailedZoomAcross)); @@ -227,7 +229,7 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe /** Get Detailed Zoom Across. @return Detailed Zoom Across */ - public boolean isDetailedZoomAcross () + public boolean isDetailedZoomAcross() { Object oo = get_Value(COLUMNNAME_IsDetailedZoomAcross); if (oo != null) @@ -240,7 +242,8 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe } /** Set Use Similar To. - @param IsUseSimilarTo Use Similar To */ + @param IsUseSimilarTo Use Similar To + */ public void setIsUseSimilarTo (boolean IsUseSimilarTo) { set_Value (COLUMNNAME_IsUseSimilarTo, Boolean.valueOf(IsUseSimilarTo)); @@ -248,7 +251,7 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe /** Get Use Similar To. @return Use Similar To */ - public boolean isUseSimilarTo () + public boolean isUseSimilarTo() { Object oo = get_Value(COLUMNNAME_IsUseSimilarTo); if (oo != null) @@ -261,7 +264,8 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe } /** Set Migration Script Comment. - @param MigrationScriptComment Migration Script Comment */ + @param MigrationScriptComment Migration Script Comment + */ public void setMigrationScriptComment (String MigrationScriptComment) { set_Value (COLUMNNAME_MigrationScriptComment, MigrationScriptComment); @@ -269,15 +273,14 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe /** Get Migration Script Comment. @return Migration Script Comment */ - public String getMigrationScriptComment () + public String getMigrationScriptComment() { return (String)get_Value(COLUMNNAME_MigrationScriptComment); } /** Set Toggle on Double Click. - @param ToggleOnDoubleClick - Defines if double click in a field on grid mode switch to form view - */ + @param ToggleOnDoubleClick Defines if double click in a field on grid mode switch to form view + */ public void setToggleOnDoubleClick (boolean ToggleOnDoubleClick) { set_Value (COLUMNNAME_ToggleOnDoubleClick, Boolean.valueOf(ToggleOnDoubleClick)); @@ -286,7 +289,7 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe /** Get Toggle on Double Click. @return Defines if double click in a field on grid mode switch to form view */ - public boolean isToggleOnDoubleClick () + public boolean isToggleOnDoubleClick() { Object oo = get_Value(COLUMNNAME_ToggleOnDoubleClick); if (oo != null) @@ -307,9 +310,8 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe /** According to threshold = 2 */ public static final String VIEWFINDRESULT_AccordingToThreshold = "2"; /** Set View find result. - @param ViewFindResult - Does the system must switch to grid mode after the Find panel closes - */ + @param ViewFindResult Does the system must switch to grid mode after the Find panel closes + */ public void setViewFindResult (String ViewFindResult) { @@ -319,7 +321,7 @@ public class X_AD_UserPreference extends PO implements I_AD_UserPreference, I_Pe /** Get View find result. @return Does the system must switch to grid mode after the Find panel closes */ - public String getViewFindResult () + public String getViewFindResult() { return (String)get_Value(COLUMNNAME_ViewFindResult); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserQuery.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserQuery.java index a2420e2411..7a85993c1f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserQuery.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserQuery.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_UserQuery * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_UserQuery") public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_UserQuery (Properties ctx, int AD_UserQuery_ID, String trxName) @@ -82,21 +82,20 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent } /** Set Tab. - @param AD_Tab_ID - Tab within a Window - */ + @param AD_Tab_ID Tab within a Window + */ public void setAD_Tab_ID (int AD_Tab_ID) { - if (AD_Tab_ID < 1) + if (AD_Tab_ID < 1) set_Value (COLUMNNAME_AD_Tab_ID, null); - else + else set_Value (COLUMNNAME_AD_Tab_ID, Integer.valueOf(AD_Tab_ID)); } /** Get Tab. @return Tab within a Window */ - public int getAD_Tab_ID () + public int getAD_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_ID); if (ii == null) @@ -140,21 +138,20 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -169,21 +166,20 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -192,21 +188,20 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent } /** Set User Query. - @param AD_UserQuery_ID - Saved User Query - */ + @param AD_UserQuery_ID Saved User Query + */ public void setAD_UserQuery_ID (int AD_UserQuery_ID) { - if (AD_UserQuery_ID < 1) + if (AD_UserQuery_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_UserQuery_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_UserQuery_ID, Integer.valueOf(AD_UserQuery_ID)); } /** Get User Query. @return Saved User Query */ - public int getAD_UserQuery_ID () + public int getAD_UserQuery_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_UserQuery_ID); if (ii == null) @@ -215,7 +210,8 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent } /** Set AD_UserQuery_UU. - @param AD_UserQuery_UU AD_UserQuery_UU */ + @param AD_UserQuery_UU AD_UserQuery_UU + */ public void setAD_UserQuery_UU (String AD_UserQuery_UU) { set_Value (COLUMNNAME_AD_UserQuery_UU, AD_UserQuery_UU); @@ -223,7 +219,7 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent /** Get AD_UserQuery_UU. @return AD_UserQuery_UU */ - public String getAD_UserQuery_UU () + public String getAD_UserQuery_UU() { return (String)get_Value(COLUMNNAME_AD_UserQuery_UU); } @@ -235,21 +231,20 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -258,9 +253,8 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent } /** Set Validation code. - @param Code - Validation Code - */ + @param Code Validation Code + */ public void setCode (String Code) { set_Value (COLUMNNAME_Code, Code); @@ -269,15 +263,14 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent /** Get Validation code. @return Validation Code */ - public String getCode () + public String getCode() { return (String)get_Value(COLUMNNAME_Code); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -286,15 +279,14 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -303,7 +295,7 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -316,9 +308,8 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -327,7 +318,7 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_User_OrgAccess.java b/org.adempiere.base/src/org/compiere/model/X_AD_User_OrgAccess.java index 98cfce6348..151a55f600 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_User_OrgAccess.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_User_OrgAccess.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_User_OrgAccess * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_User_OrgAccess") public class X_AD_User_OrgAccess extends PO implements I_AD_User_OrgAccess, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_User_OrgAccess extends PO implements I_AD_User_OrgAccess, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_User_OrgAccess (Properties ctx, int AD_User_OrgAccess_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_User_OrgAccess extends PO implements I_AD_User_OrgAccess, I_Pe } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -102,7 +101,8 @@ public class X_AD_User_OrgAccess extends PO implements I_AD_User_OrgAccess, I_Pe } /** Set AD_User_OrgAccess_UU. - @param AD_User_OrgAccess_UU AD_User_OrgAccess_UU */ + @param AD_User_OrgAccess_UU AD_User_OrgAccess_UU + */ public void setAD_User_OrgAccess_UU (String AD_User_OrgAccess_UU) { set_Value (COLUMNNAME_AD_User_OrgAccess_UU, AD_User_OrgAccess_UU); @@ -110,15 +110,14 @@ public class X_AD_User_OrgAccess extends PO implements I_AD_User_OrgAccess, I_Pe /** Get AD_User_OrgAccess_UU. @return AD_User_OrgAccess_UU */ - public String getAD_User_OrgAccess_UU () + public String getAD_User_OrgAccess_UU() { return (String)get_Value(COLUMNNAME_AD_User_OrgAccess_UU); } /** Set Read Only. - @param IsReadOnly - Field is read only - */ + @param IsReadOnly Field is read only + */ public void setIsReadOnly (boolean IsReadOnly) { set_Value (COLUMNNAME_IsReadOnly, Boolean.valueOf(IsReadOnly)); @@ -127,7 +126,7 @@ public class X_AD_User_OrgAccess extends PO implements I_AD_User_OrgAccess, I_Pe /** Get Read Only. @return Field is read only */ - public boolean isReadOnly () + public boolean isReadOnly() { Object oo = get_Value(COLUMNNAME_IsReadOnly); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_User_Roles.java b/org.adempiere.base/src/org/compiere/model/X_AD_User_Roles.java index a2f9e7b2ba..4f80f9dff5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_User_Roles.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_User_Roles.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_User_Roles * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_User_Roles") public class X_AD_User_Roles extends PO implements I_AD_User_Roles, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_User_Roles extends PO implements I_AD_User_Roles, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_User_Roles (Properties ctx, int AD_User_Roles_ID, String trxName) @@ -78,21 +78,20 @@ public class X_AD_User_Roles extends PO implements I_AD_User_Roles, I_Persistent } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -107,21 +106,20 @@ public class X_AD_User_Roles extends PO implements I_AD_User_Roles, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -130,7 +128,8 @@ public class X_AD_User_Roles extends PO implements I_AD_User_Roles, I_Persistent } /** Set AD_User_Roles_UU. - @param AD_User_Roles_UU AD_User_Roles_UU */ + @param AD_User_Roles_UU AD_User_Roles_UU + */ public void setAD_User_Roles_UU (String AD_User_Roles_UU) { set_Value (COLUMNNAME_AD_User_Roles_UU, AD_User_Roles_UU); @@ -138,7 +137,7 @@ public class X_AD_User_Roles extends PO implements I_AD_User_Roles, I_Persistent /** Get AD_User_Roles_UU. @return AD_User_Roles_UU */ - public String getAD_User_Roles_UU () + public String getAD_User_Roles_UU() { return (String)get_Value(COLUMNNAME_AD_User_Roles_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_User_Substitute.java b/org.adempiere.base/src/org/compiere/model/X_AD_User_Substitute.java index 0636a4e728..0c53290586 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_User_Substitute.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_User_Substitute.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_User_Substitute * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_User_Substitute") public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_Persistent { @@ -32,7 +32,7 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_User_Substitute (Properties ctx, int AD_User_Substitute_ID, String trxName) @@ -82,21 +82,20 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -105,21 +104,20 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ } /** Set User Substitute. - @param AD_User_Substitute_ID - Substitute of the user - */ + @param AD_User_Substitute_ID Substitute of the user + */ public void setAD_User_Substitute_ID (int AD_User_Substitute_ID) { - if (AD_User_Substitute_ID < 1) + if (AD_User_Substitute_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_Substitute_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_Substitute_ID, Integer.valueOf(AD_User_Substitute_ID)); } /** Get User Substitute. @return Substitute of the user */ - public int getAD_User_Substitute_ID () + public int getAD_User_Substitute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_Substitute_ID); if (ii == null) @@ -128,7 +126,8 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ } /** Set AD_User_Substitute_UU. - @param AD_User_Substitute_UU AD_User_Substitute_UU */ + @param AD_User_Substitute_UU AD_User_Substitute_UU + */ public void setAD_User_Substitute_UU (String AD_User_Substitute_UU) { set_Value (COLUMNNAME_AD_User_Substitute_UU, AD_User_Substitute_UU); @@ -136,15 +135,14 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ /** Get AD_User_Substitute_UU. @return AD_User_Substitute_UU */ - public String getAD_User_Substitute_UU () + public String getAD_User_Substitute_UU() { return (String)get_Value(COLUMNNAME_AD_User_Substitute_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -153,15 +151,14 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -170,7 +167,7 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -190,21 +187,20 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ } /** Set Substitute. - @param Substitute_ID - Entity which can be used in place of this entity - */ + @param Substitute_ID Entity which can be used in place of this entity + */ public void setSubstitute_ID (int Substitute_ID) { - if (Substitute_ID < 1) + if (Substitute_ID < 1) set_Value (COLUMNNAME_Substitute_ID, null); - else + else set_Value (COLUMNNAME_Substitute_ID, Integer.valueOf(Substitute_ID)); } /** Get Substitute. @return Entity which can be used in place of this entity */ - public int getSubstitute_ID () + public int getSubstitute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Substitute_ID); if (ii == null) @@ -213,9 +209,8 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -224,15 +219,14 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -241,7 +235,7 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Val_Rule.java b/org.adempiere.base/src/org/compiere/model/X_AD_Val_Rule.java index febe05d4d5..f3e9a64129 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Val_Rule.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Val_Rule.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Val_Rule * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Val_Rule") public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Val_Rule (Properties ctx, int AD_Val_Rule_ID, String trxName) @@ -76,21 +76,20 @@ public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent } /** Set Dynamic Validation. - @param AD_Val_Rule_ID - Dynamic Validation Rule - */ + @param AD_Val_Rule_ID Dynamic Validation Rule + */ public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) { - if (AD_Val_Rule_ID < 1) + if (AD_Val_Rule_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Val_Rule_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Val_Rule_ID, Integer.valueOf(AD_Val_Rule_ID)); } /** Get Dynamic Validation. @return Dynamic Validation Rule */ - public int getAD_Val_Rule_ID () + public int getAD_Val_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_ID); if (ii == null) @@ -99,7 +98,8 @@ public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent } /** Set AD_Val_Rule_UU. - @param AD_Val_Rule_UU AD_Val_Rule_UU */ + @param AD_Val_Rule_UU AD_Val_Rule_UU + */ public void setAD_Val_Rule_UU (String AD_Val_Rule_UU) { set_Value (COLUMNNAME_AD_Val_Rule_UU, AD_Val_Rule_UU); @@ -107,15 +107,14 @@ public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent /** Get AD_Val_Rule_UU. @return AD_Val_Rule_UU */ - public String getAD_Val_Rule_UU () + public String getAD_Val_Rule_UU() { return (String)get_Value(COLUMNNAME_AD_Val_Rule_UU); } /** Set Validation code. - @param Code - Validation Code - */ + @param Code Validation Code + */ public void setCode (String Code) { set_Value (COLUMNNAME_Code, Code); @@ -124,15 +123,14 @@ public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent /** Get Validation code. @return Validation Code */ - public String getCode () + public String getCode() { return (String)get_Value(COLUMNNAME_Code); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -141,7 +139,7 @@ public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -149,9 +147,8 @@ public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -161,15 +158,14 @@ public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -178,7 +174,7 @@ public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -200,9 +196,8 @@ public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent /** SQL = S */ public static final String TYPE_SQL = "S"; /** 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) { @@ -212,7 +207,7 @@ public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent /** Get Type. @return Type of Validation (SQL, Java Script, Java Language) */ - public String getType () + public String getType() { return (String)get_Value(COLUMNNAME_Type); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ViewColumn.java b/org.adempiere.base/src/org/compiere/model/X_AD_ViewColumn.java index 395a96c487..64bbc14e31 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ViewColumn.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ViewColumn.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_ViewColumn * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ViewColumn") public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ViewColumn (Properties ctx, int AD_ViewColumn_ID, String trxName) @@ -75,18 +75,19 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent } /** Set Database View Column. - @param AD_ViewColumn_ID Database View Column */ + @param AD_ViewColumn_ID Database View Column + */ public void setAD_ViewColumn_ID (int AD_ViewColumn_ID) { - if (AD_ViewColumn_ID < 1) + if (AD_ViewColumn_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ViewColumn_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ViewColumn_ID, Integer.valueOf(AD_ViewColumn_ID)); } /** Get Database View Column. @return Database View Column */ - public int getAD_ViewColumn_ID () + public int getAD_ViewColumn_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ViewColumn_ID); if (ii == null) @@ -95,7 +96,8 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent } /** Set AD_ViewColumn_UU. - @param AD_ViewColumn_UU AD_ViewColumn_UU */ + @param AD_ViewColumn_UU AD_ViewColumn_UU + */ public void setAD_ViewColumn_UU (String AD_ViewColumn_UU) { set_Value (COLUMNNAME_AD_ViewColumn_UU, AD_ViewColumn_UU); @@ -103,7 +105,7 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent /** Get AD_ViewColumn_UU. @return AD_ViewColumn_UU */ - public String getAD_ViewColumn_UU () + public String getAD_ViewColumn_UU() { return (String)get_Value(COLUMNNAME_AD_ViewColumn_UU); } @@ -115,18 +117,19 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent } /** Set Database View Component. - @param AD_ViewComponent_ID Database View Component */ + @param AD_ViewComponent_ID Database View Component + */ public void setAD_ViewComponent_ID (int AD_ViewComponent_ID) { - if (AD_ViewComponent_ID < 1) + if (AD_ViewComponent_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ViewComponent_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ViewComponent_ID, Integer.valueOf(AD_ViewComponent_ID)); } /** Get Database View Component. @return Database View Component */ - public int getAD_ViewComponent_ID () + public int getAD_ViewComponent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ViewComponent_ID); if (ii == null) @@ -135,9 +138,8 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent } /** Set DB Column Name. - @param ColumnName - Name of the column in the database - */ + @param ColumnName Name of the column in the database + */ public void setColumnName (String ColumnName) { set_Value (COLUMNNAME_ColumnName, ColumnName); @@ -146,15 +148,14 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent /** Get DB Column Name. @return Name of the column in the database */ - public String getColumnName () + public String getColumnName() { return (String)get_Value(COLUMNNAME_ColumnName); } /** Set Column SQL. - @param ColumnSQL - Virtual Column (r/o) - */ + @param ColumnSQL Virtual Column (r/o) + */ public void setColumnSQL (String ColumnSQL) { set_Value (COLUMNNAME_ColumnSQL, ColumnSQL); @@ -163,7 +164,7 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent /** Get Column SQL. @return Virtual Column (r/o) */ - public String getColumnSQL () + public String getColumnSQL() { return (String)get_Value(COLUMNNAME_ColumnSQL); } @@ -187,7 +188,8 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent /** Character Variable = V */ public static final String DBDATATYPE_CharacterVariable = "V"; /** Set Database Data Type. - @param DBDataType Database Data Type */ + @param DBDataType Database Data Type + */ public void setDBDataType (String DBDataType) { @@ -196,15 +198,14 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent /** Get Database Data Type. @return Database Data Type */ - public String getDBDataType () + public String getDBDataType() { return (String)get_Value(COLUMNNAME_DBDataType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -213,7 +214,7 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -221,9 +222,8 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -233,15 +233,14 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -250,15 +249,14 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -267,7 +265,7 @@ public class X_AD_ViewColumn extends PO implements I_AD_ViewColumn, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ViewComponent.java b/org.adempiere.base/src/org/compiere/model/X_AD_ViewComponent.java index ea15539a02..8d188b7584 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ViewComponent.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ViewComponent.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_ViewComponent * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ViewComponent") public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers /** * */ - private static final long serialVersionUID = 20211128L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ViewComponent (Properties ctx, int AD_ViewComponent_ID, String trxName) @@ -85,21 +85,20 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -108,18 +107,19 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers } /** Set Database View Component. - @param AD_ViewComponent_ID Database View Component */ + @param AD_ViewComponent_ID Database View Component + */ public void setAD_ViewComponent_ID (int AD_ViewComponent_ID) { - if (AD_ViewComponent_ID < 1) + if (AD_ViewComponent_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ViewComponent_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ViewComponent_ID, Integer.valueOf(AD_ViewComponent_ID)); } /** Get Database View Component. @return Database View Component */ - public int getAD_ViewComponent_ID () + public int getAD_ViewComponent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ViewComponent_ID); if (ii == null) @@ -128,7 +128,8 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers } /** Set AD_ViewComponent_UU. - @param AD_ViewComponent_UU AD_ViewComponent_UU */ + @param AD_ViewComponent_UU AD_ViewComponent_UU + */ public void setAD_ViewComponent_UU (String AD_ViewComponent_UU) { set_Value (COLUMNNAME_AD_ViewComponent_UU, AD_ViewComponent_UU); @@ -136,15 +137,14 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers /** Get AD_ViewComponent_UU. @return AD_ViewComponent_UU */ - public String getAD_ViewComponent_UU () + public String getAD_ViewComponent_UU() { return (String)get_Value(COLUMNNAME_AD_ViewComponent_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -153,7 +153,7 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -161,9 +161,8 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -173,15 +172,14 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Sql FROM. - @param FromClause - SQL FROM clause - */ + @param FromClause SQL FROM clause + */ public void setFromClause (String FromClause) { set_Value (COLUMNNAME_FromClause, FromClause); @@ -190,15 +188,14 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers /** Get Sql FROM. @return SQL FROM clause */ - public String getFromClause () + public String getFromClause() { return (String)get_Value(COLUMNNAME_FromClause); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -207,15 +204,14 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Is UNION ALL. - @param IsUnionAll - The component view is UNION ALL - */ + @param IsUnionAll The component view is UNION ALL + */ public void setIsUnionAll (boolean IsUnionAll) { set_Value (COLUMNNAME_IsUnionAll, Boolean.valueOf(IsUnionAll)); @@ -224,7 +220,7 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers /** Get Is UNION ALL. @return The component view is UNION ALL */ - public boolean isUnionAll () + public boolean isUnionAll() { Object oo = get_Value(COLUMNNAME_IsUnionAll); if (oo != null) @@ -237,9 +233,8 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -248,7 +243,7 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -262,9 +257,8 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers } /** Set Other SQL Clause. - @param OtherClause - Other SQL Clause - */ + @param OtherClause Other SQL Clause + */ public void setOtherClause (String OtherClause) { set_Value (COLUMNNAME_OtherClause, OtherClause); @@ -273,7 +267,7 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers /** Get Other SQL Clause. @return Other SQL Clause */ - public String getOtherClause () + public String getOtherClause() { return (String)get_Value(COLUMNNAME_OtherClause); } @@ -285,18 +279,19 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers } /** Set Referenced Table. - @param Referenced_Table_ID Referenced Table */ + @param Referenced_Table_ID Referenced Table + */ public void setReferenced_Table_ID (int Referenced_Table_ID) { - if (Referenced_Table_ID < 1) + if (Referenced_Table_ID < 1) set_Value (COLUMNNAME_Referenced_Table_ID, null); - else + else set_Value (COLUMNNAME_Referenced_Table_ID, Integer.valueOf(Referenced_Table_ID)); } /** Get Referenced Table. @return Referenced Table */ - public int getReferenced_Table_ID () + public int getReferenced_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Referenced_Table_ID); if (ii == null) @@ -305,9 +300,8 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -316,7 +310,7 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -325,9 +319,8 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers } /** Set Sql WHERE. - @param WhereClause - Fully qualified SQL WHERE clause - */ + @param WhereClause Fully qualified SQL WHERE clause + */ public void setWhereClause (String WhereClause) { set_Value (COLUMNNAME_WhereClause, WhereClause); @@ -336,7 +329,7 @@ public class X_AD_ViewComponent extends PO implements I_AD_ViewComponent, I_Pers /** Get Sql WHERE. @return Fully qualified SQL WHERE clause */ - public String getWhereClause () + public String getWhereClause() { return (String)get_Value(COLUMNNAME_WhereClause); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Activity.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Activity.java index 7731b203e9..e63813e4cc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Activity.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Activity.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_Activity * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WF_Activity") public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persistent { @@ -32,7 +32,7 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WF_Activity (Properties ctx, int AD_WF_Activity_ID, String trxName) @@ -86,21 +86,20 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set Message. - @param AD_Message_ID - System Message - */ + @param AD_Message_ID System Message + */ public void setAD_Message_ID (int AD_Message_ID) { - if (AD_Message_ID < 1) + if (AD_Message_ID < 1) set_Value (COLUMNNAME_AD_Message_ID, null); - else + else set_Value (COLUMNNAME_AD_Message_ID, Integer.valueOf(AD_Message_ID)); } /** Get Message. @return System Message */ - public int getAD_Message_ID () + public int getAD_Message_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Message_ID); if (ii == null) @@ -115,21 +114,20 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -144,21 +142,20 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -167,21 +164,20 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set Workflow Activity. - @param AD_WF_Activity_ID - Workflow Activity - */ + @param AD_WF_Activity_ID Workflow Activity + */ public void setAD_WF_Activity_ID (int AD_WF_Activity_ID) { - if (AD_WF_Activity_ID < 1) + if (AD_WF_Activity_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Activity_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Activity_ID, Integer.valueOf(AD_WF_Activity_ID)); } /** Get Workflow Activity. @return Workflow Activity */ - public int getAD_WF_Activity_ID () + public int getAD_WF_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Activity_ID); if (ii == null) @@ -190,7 +186,8 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set AD_WF_Activity_UU. - @param AD_WF_Activity_UU AD_WF_Activity_UU */ + @param AD_WF_Activity_UU AD_WF_Activity_UU + */ public void setAD_WF_Activity_UU (String AD_WF_Activity_UU) { set_Value (COLUMNNAME_AD_WF_Activity_UU, AD_WF_Activity_UU); @@ -198,7 +195,7 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste /** Get AD_WF_Activity_UU. @return AD_WF_Activity_UU */ - public String getAD_WF_Activity_UU () + public String getAD_WF_Activity_UU() { return (String)get_Value(COLUMNNAME_AD_WF_Activity_UU); } @@ -210,21 +207,20 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ + @param AD_WF_Node_ID Workflow Node (activity), step or process + */ public void setAD_WF_Node_ID (int AD_WF_Node_ID) { - if (AD_WF_Node_ID < 1) + if (AD_WF_Node_ID < 1) set_Value (COLUMNNAME_AD_WF_Node_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); } /** Get Node. @return Workflow Node (activity), step or process */ - public int getAD_WF_Node_ID () + public int getAD_WF_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); if (ii == null) @@ -247,21 +243,20 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set Workflow Process. - @param AD_WF_Process_ID - Actual Workflow Process Instance - */ + @param AD_WF_Process_ID Actual Workflow Process Instance + */ public void setAD_WF_Process_ID (int AD_WF_Process_ID) { - if (AD_WF_Process_ID < 1) + if (AD_WF_Process_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Process_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Process_ID, Integer.valueOf(AD_WF_Process_ID)); } /** Get Workflow Process. @return Actual Workflow Process Instance */ - public int getAD_WF_Process_ID () + public int getAD_WF_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Process_ID); if (ii == null) @@ -276,21 +271,20 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set Workflow Responsible. - @param AD_WF_Responsible_ID - Responsible for Workflow Execution - */ + @param AD_WF_Responsible_ID Responsible for Workflow Execution + */ public void setAD_WF_Responsible_ID (int AD_WF_Responsible_ID) { - if (AD_WF_Responsible_ID < 1) + if (AD_WF_Responsible_ID < 1) set_Value (COLUMNNAME_AD_WF_Responsible_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Responsible_ID, Integer.valueOf(AD_WF_Responsible_ID)); } /** Get Workflow Responsible. @return Responsible for Workflow Execution */ - public int getAD_WF_Responsible_ID () + public int getAD_WF_Responsible_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Responsible_ID); if (ii == null) @@ -305,21 +299,20 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_Value (COLUMNNAME_AD_Workflow_ID, null); - else + else set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -328,9 +321,8 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set Last Alert. - @param DateLastAlert - Date when last alert were sent - */ + @param DateLastAlert Date when last alert were sent + */ public void setDateLastAlert (Timestamp DateLastAlert) { set_Value (COLUMNNAME_DateLastAlert, DateLastAlert); @@ -339,15 +331,14 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste /** Get Last Alert. @return Date when last alert were sent */ - public Timestamp getDateLastAlert () + public Timestamp getDateLastAlert() { return (Timestamp)get_Value(COLUMNNAME_DateLastAlert); } /** Set Dyn Priority Start. - @param DynPriorityStart - Starting priority before changed dynamically - */ + @param DynPriorityStart Starting priority before changed dynamically + */ public void setDynPriorityStart (int DynPriorityStart) { set_Value (COLUMNNAME_DynPriorityStart, Integer.valueOf(DynPriorityStart)); @@ -356,7 +347,7 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste /** Get Dyn Priority Start. @return Starting priority before changed dynamically */ - public int getDynPriorityStart () + public int getDynPriorityStart() { Integer ii = (Integer)get_Value(COLUMNNAME_DynPriorityStart); if (ii == null) @@ -365,9 +356,8 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set End Wait. - @param EndWaitTime - End of sleep time - */ + @param EndWaitTime End of sleep time + */ public void setEndWaitTime (Timestamp EndWaitTime) { set_Value (COLUMNNAME_EndWaitTime, EndWaitTime); @@ -376,15 +366,14 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste /** Get End Wait. @return End of sleep time */ - public Timestamp getEndWaitTime () + public Timestamp getEndWaitTime() { return (Timestamp)get_Value(COLUMNNAME_EndWaitTime); } /** Set Priority. - @param Priority - Indicates if this request is of a high, medium or low priority. - */ + @param Priority Indicates if this request is of a high, medium or low priority. + */ public void setPriority (int Priority) { set_Value (COLUMNNAME_Priority, Integer.valueOf(Priority)); @@ -393,7 +382,7 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste /** Get Priority. @return Indicates if this request is of a high, medium or low priority. */ - public int getPriority () + public int getPriority() { Integer ii = (Integer)get_Value(COLUMNNAME_Priority); if (ii == null) @@ -402,9 +391,8 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -413,7 +401,7 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -426,7 +414,8 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -434,7 +423,7 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -447,21 +436,20 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_Value (COLUMNNAME_Record_ID, null); - else + else set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -470,9 +458,8 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -481,7 +468,7 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } @@ -501,9 +488,8 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste /** Suspended = OS */ public static final String WFSTATE_Suspended = "OS"; /** Set Workflow State. - @param WFState - State of the execution of the workflow - */ + @param WFState State of the execution of the workflow + */ public void setWFState (String WFState) { @@ -513,7 +499,7 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste /** Get Workflow State. @return State of the execution of the workflow */ - public String getWFState () + public String getWFState() { return (String)get_Value(COLUMNNAME_WFState); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_ActivityApprover.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_ActivityApprover.java index 9ac7bf72b5..40b3ac7ebd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_ActivityApprover.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_ActivityApprover.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_WF_ActivityApprover * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WF_ActivityApprover") public class X_AD_WF_ActivityApprover extends PO implements I_AD_WF_ActivityApprover, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_WF_ActivityApprover extends PO implements I_AD_WF_ActivityAppr /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WF_ActivityApprover (Properties ctx, int AD_WF_ActivityApprover_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_WF_ActivityApprover extends PO implements I_AD_WF_ActivityAppr } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -102,18 +101,19 @@ public class X_AD_WF_ActivityApprover extends PO implements I_AD_WF_ActivityAppr } /** Set Workflow Activity Approver. - @param AD_WF_ActivityApprover_ID Workflow Activity Approver */ + @param AD_WF_ActivityApprover_ID Workflow Activity Approver + */ public void setAD_WF_ActivityApprover_ID (int AD_WF_ActivityApprover_ID) { - if (AD_WF_ActivityApprover_ID < 1) + if (AD_WF_ActivityApprover_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_ActivityApprover_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_ActivityApprover_ID, Integer.valueOf(AD_WF_ActivityApprover_ID)); } /** Get Workflow Activity Approver. @return Workflow Activity Approver */ - public int getAD_WF_ActivityApprover_ID () + public int getAD_WF_ActivityApprover_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_ActivityApprover_ID); if (ii == null) @@ -122,7 +122,8 @@ public class X_AD_WF_ActivityApprover extends PO implements I_AD_WF_ActivityAppr } /** Set AD_WF_ActivityApprover_UU. - @param AD_WF_ActivityApprover_UU AD_WF_ActivityApprover_UU */ + @param AD_WF_ActivityApprover_UU AD_WF_ActivityApprover_UU + */ public void setAD_WF_ActivityApprover_UU (String AD_WF_ActivityApprover_UU) { set_Value (COLUMNNAME_AD_WF_ActivityApprover_UU, AD_WF_ActivityApprover_UU); @@ -130,7 +131,7 @@ public class X_AD_WF_ActivityApprover extends PO implements I_AD_WF_ActivityAppr /** Get AD_WF_ActivityApprover_UU. @return AD_WF_ActivityApprover_UU */ - public String getAD_WF_ActivityApprover_UU () + public String getAD_WF_ActivityApprover_UU() { return (String)get_Value(COLUMNNAME_AD_WF_ActivityApprover_UU); } @@ -142,21 +143,20 @@ public class X_AD_WF_ActivityApprover extends PO implements I_AD_WF_ActivityAppr } /** Set Workflow Activity. - @param AD_WF_Activity_ID - Workflow Activity - */ + @param AD_WF_Activity_ID Workflow Activity + */ public void setAD_WF_Activity_ID (int AD_WF_Activity_ID) { - if (AD_WF_Activity_ID < 1) + if (AD_WF_Activity_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Activity_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Activity_ID, Integer.valueOf(AD_WF_Activity_ID)); } /** Get Workflow Activity. @return Workflow Activity */ - public int getAD_WF_Activity_ID () + public int getAD_WF_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Activity_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_ActivityResult.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_ActivityResult.java index 4a9b3be263..5ecfb33c4d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_ActivityResult.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_ActivityResult.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_ActivityResult * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WF_ActivityResult") public class X_AD_WF_ActivityResult extends PO implements I_AD_WF_ActivityResult, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_WF_ActivityResult extends PO implements I_AD_WF_ActivityResult /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WF_ActivityResult (Properties ctx, int AD_WF_ActivityResult_ID, String trxName) @@ -80,21 +80,20 @@ public class X_AD_WF_ActivityResult extends PO implements I_AD_WF_ActivityResult } /** Set Workflow Activity. - @param AD_WF_Activity_ID - Workflow Activity - */ + @param AD_WF_Activity_ID Workflow Activity + */ public void setAD_WF_Activity_ID (int AD_WF_Activity_ID) { - if (AD_WF_Activity_ID < 1) + if (AD_WF_Activity_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Activity_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Activity_ID, Integer.valueOf(AD_WF_Activity_ID)); } /** Get Workflow Activity. @return Workflow Activity */ - public int getAD_WF_Activity_ID () + public int getAD_WF_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Activity_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_AD_WF_ActivityResult extends PO implements I_AD_WF_ActivityResult } /** Set Workflow Activity Result. - @param AD_WF_ActivityResult_ID - Result of the Workflow Process Activity - */ + @param AD_WF_ActivityResult_ID Result of the Workflow Process Activity + */ public void setAD_WF_ActivityResult_ID (int AD_WF_ActivityResult_ID) { - if (AD_WF_ActivityResult_ID < 1) + if (AD_WF_ActivityResult_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_ActivityResult_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_ActivityResult_ID, Integer.valueOf(AD_WF_ActivityResult_ID)); } /** Get Workflow Activity Result. @return Result of the Workflow Process Activity */ - public int getAD_WF_ActivityResult_ID () + public int getAD_WF_ActivityResult_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_ActivityResult_ID); if (ii == null) @@ -134,7 +132,8 @@ public class X_AD_WF_ActivityResult extends PO implements I_AD_WF_ActivityResult } /** Set AD_WF_ActivityResult_UU. - @param AD_WF_ActivityResult_UU AD_WF_ActivityResult_UU */ + @param AD_WF_ActivityResult_UU AD_WF_ActivityResult_UU + */ public void setAD_WF_ActivityResult_UU (String AD_WF_ActivityResult_UU) { set_Value (COLUMNNAME_AD_WF_ActivityResult_UU, AD_WF_ActivityResult_UU); @@ -142,15 +141,14 @@ public class X_AD_WF_ActivityResult extends PO implements I_AD_WF_ActivityResult /** Get AD_WF_ActivityResult_UU. @return AD_WF_ActivityResult_UU */ - public String getAD_WF_ActivityResult_UU () + public String getAD_WF_ActivityResult_UU() { return (String)get_Value(COLUMNNAME_AD_WF_ActivityResult_UU); } /** Set Attribute Name. - @param AttributeName - Name of the Attribute - */ + @param AttributeName Name of the Attribute + */ public void setAttributeName (String AttributeName) { set_Value (COLUMNNAME_AttributeName, AttributeName); @@ -159,15 +157,14 @@ public class X_AD_WF_ActivityResult extends PO implements I_AD_WF_ActivityResult /** Get Attribute Name. @return Name of the Attribute */ - public String getAttributeName () + public String getAttributeName() { return (String)get_Value(COLUMNNAME_AttributeName); } /** Set Attribute Value. - @param AttributeValue - Value of the Attribute - */ + @param AttributeValue Value of the Attribute + */ public void setAttributeValue (String AttributeValue) { set_Value (COLUMNNAME_AttributeValue, AttributeValue); @@ -176,15 +173,14 @@ public class X_AD_WF_ActivityResult extends PO implements I_AD_WF_ActivityResult /** Get Attribute Value. @return Value of the Attribute */ - public String getAttributeValue () + public String getAttributeValue() { return (String)get_Value(COLUMNNAME_AttributeValue); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -193,15 +189,14 @@ public class X_AD_WF_ActivityResult extends PO implements I_AD_WF_ActivityResult /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -210,7 +205,7 @@ public class X_AD_WF_ActivityResult extends PO implements I_AD_WF_ActivityResult /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Block.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Block.java index 44a49310a1..fa9fe0d038 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Block.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Block.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_Block * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WF_Block") public class X_AD_WF_Block extends PO implements I_AD_WF_Block, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_WF_Block extends PO implements I_AD_WF_Block, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WF_Block (Properties ctx, int AD_WF_Block_ID, String trxName) @@ -74,21 +74,20 @@ public class X_AD_WF_Block extends PO implements I_AD_WF_Block, I_Persistent } /** Set Workflow Block. - @param AD_WF_Block_ID - Workflow Transaction Execution Block - */ + @param AD_WF_Block_ID Workflow Transaction Execution Block + */ public void setAD_WF_Block_ID (int AD_WF_Block_ID) { - if (AD_WF_Block_ID < 1) + if (AD_WF_Block_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Block_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Block_ID, Integer.valueOf(AD_WF_Block_ID)); } /** Get Workflow Block. @return Workflow Transaction Execution Block */ - public int getAD_WF_Block_ID () + public int getAD_WF_Block_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Block_ID); if (ii == null) @@ -97,7 +96,8 @@ public class X_AD_WF_Block extends PO implements I_AD_WF_Block, I_Persistent } /** Set AD_WF_Block_UU. - @param AD_WF_Block_UU AD_WF_Block_UU */ + @param AD_WF_Block_UU AD_WF_Block_UU + */ public void setAD_WF_Block_UU (String AD_WF_Block_UU) { set_Value (COLUMNNAME_AD_WF_Block_UU, AD_WF_Block_UU); @@ -105,7 +105,7 @@ public class X_AD_WF_Block extends PO implements I_AD_WF_Block, I_Persistent /** Get AD_WF_Block_UU. @return AD_WF_Block_UU */ - public String getAD_WF_Block_UU () + public String getAD_WF_Block_UU() { return (String)get_Value(COLUMNNAME_AD_WF_Block_UU); } @@ -117,21 +117,20 @@ public class X_AD_WF_Block extends PO implements I_AD_WF_Block, I_Persistent } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Workflow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -140,9 +139,8 @@ public class X_AD_WF_Block extends PO implements I_AD_WF_Block, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -151,15 +149,14 @@ public class X_AD_WF_Block extends PO implements I_AD_WF_Block, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -168,7 +165,7 @@ public class X_AD_WF_Block extends PO implements I_AD_WF_Block, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_EventAudit.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_EventAudit.java index be8ef4fd3d..228fbc7e0a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_EventAudit.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_EventAudit.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_EventAudit * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WF_EventAudit") public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Persistent { @@ -33,7 +33,7 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WF_EventAudit (Properties ctx, int AD_WF_EventAudit_ID, String trxName) @@ -88,21 +88,20 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -117,21 +116,20 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -140,21 +138,20 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers } /** Set Workflow Event Audit. - @param AD_WF_EventAudit_ID - Workflow Process Activity Event Audit Information - */ + @param AD_WF_EventAudit_ID Workflow Process Activity Event Audit Information + */ public void setAD_WF_EventAudit_ID (int AD_WF_EventAudit_ID) { - if (AD_WF_EventAudit_ID < 1) + if (AD_WF_EventAudit_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_EventAudit_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_EventAudit_ID, Integer.valueOf(AD_WF_EventAudit_ID)); } /** Get Workflow Event Audit. @return Workflow Process Activity Event Audit Information */ - public int getAD_WF_EventAudit_ID () + public int getAD_WF_EventAudit_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_EventAudit_ID); if (ii == null) @@ -171,7 +168,8 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers } /** Set AD_WF_EventAudit_UU. - @param AD_WF_EventAudit_UU AD_WF_EventAudit_UU */ + @param AD_WF_EventAudit_UU AD_WF_EventAudit_UU + */ public void setAD_WF_EventAudit_UU (String AD_WF_EventAudit_UU) { set_Value (COLUMNNAME_AD_WF_EventAudit_UU, AD_WF_EventAudit_UU); @@ -179,7 +177,7 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers /** Get AD_WF_EventAudit_UU. @return AD_WF_EventAudit_UU */ - public String getAD_WF_EventAudit_UU () + public String getAD_WF_EventAudit_UU() { return (String)get_Value(COLUMNNAME_AD_WF_EventAudit_UU); } @@ -191,21 +189,20 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers } /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ + @param AD_WF_Node_ID Workflow Node (activity), step or process + */ public void setAD_WF_Node_ID (int AD_WF_Node_ID) { - if (AD_WF_Node_ID < 1) + if (AD_WF_Node_ID < 1) set_Value (COLUMNNAME_AD_WF_Node_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); } /** Get Node. @return Workflow Node (activity), step or process */ - public int getAD_WF_Node_ID () + public int getAD_WF_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); if (ii == null) @@ -220,21 +217,20 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers } /** Set Workflow Process. - @param AD_WF_Process_ID - Actual Workflow Process Instance - */ + @param AD_WF_Process_ID Actual Workflow Process Instance + */ public void setAD_WF_Process_ID (int AD_WF_Process_ID) { - if (AD_WF_Process_ID < 1) + if (AD_WF_Process_ID < 1) set_Value (COLUMNNAME_AD_WF_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Process_ID, Integer.valueOf(AD_WF_Process_ID)); } /** Get Workflow Process. @return Actual Workflow Process Instance */ - public int getAD_WF_Process_ID () + public int getAD_WF_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Process_ID); if (ii == null) @@ -249,21 +245,20 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers } /** Set Workflow Responsible. - @param AD_WF_Responsible_ID - Responsible for Workflow Execution - */ + @param AD_WF_Responsible_ID Responsible for Workflow Execution + */ public void setAD_WF_Responsible_ID (int AD_WF_Responsible_ID) { - if (AD_WF_Responsible_ID < 1) + if (AD_WF_Responsible_ID < 1) set_Value (COLUMNNAME_AD_WF_Responsible_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Responsible_ID, Integer.valueOf(AD_WF_Responsible_ID)); } /** Get Workflow Responsible. @return Responsible for Workflow Execution */ - public int getAD_WF_Responsible_ID () + public int getAD_WF_Responsible_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Responsible_ID); if (ii == null) @@ -272,9 +267,8 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers } /** Set Attribute Name. - @param AttributeName - Name of the Attribute - */ + @param AttributeName Name of the Attribute + */ public void setAttributeName (String AttributeName) { set_Value (COLUMNNAME_AttributeName, AttributeName); @@ -283,15 +277,14 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers /** Get Attribute Name. @return Name of the Attribute */ - public String getAttributeName () + public String getAttributeName() { return (String)get_Value(COLUMNNAME_AttributeName); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -300,15 +293,14 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Elapsed Time ms. - @param ElapsedTimeMS - Elapsed Time in milli seconds - */ + @param ElapsedTimeMS Elapsed Time in milli seconds + */ public void setElapsedTimeMS (BigDecimal ElapsedTimeMS) { set_Value (COLUMNNAME_ElapsedTimeMS, ElapsedTimeMS); @@ -317,7 +309,7 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers /** Get Elapsed Time ms. @return Elapsed Time in milli seconds */ - public BigDecimal getElapsedTimeMS () + public BigDecimal getElapsedTimeMS() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ElapsedTimeMS); if (bd == null) @@ -334,9 +326,8 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers /** State Changed = SC */ public static final String EVENTTYPE_StateChanged = "SC"; /** Set Event Type. - @param EventType - Type of Event - */ + @param EventType Type of Event + */ public void setEventType (String EventType) { @@ -346,15 +337,14 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers /** Get Event Type. @return Type of Event */ - public String getEventType () + public String getEventType() { return (String)get_Value(COLUMNNAME_EventType); } /** Set New Value. - @param NewValue - New field value - */ + @param NewValue New field value + */ public void setNewValue (String NewValue) { set_Value (COLUMNNAME_NewValue, NewValue); @@ -363,15 +353,14 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers /** Get New Value. @return New field value */ - public String getNewValue () + public String getNewValue() { return (String)get_Value(COLUMNNAME_NewValue); } /** Set Old Value. - @param OldValue - The old file data - */ + @param OldValue The old file data + */ public void setOldValue (String OldValue) { set_Value (COLUMNNAME_OldValue, OldValue); @@ -380,27 +369,26 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers /** Get Old Value. @return The old file data */ - public String getOldValue () + public String getOldValue() { return (String)get_Value(COLUMNNAME_OldValue); } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_Value (COLUMNNAME_Record_ID, null); - else + else set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -409,9 +397,8 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -420,7 +407,7 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } @@ -440,9 +427,8 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers /** Suspended = OS */ public static final String WFSTATE_Suspended = "OS"; /** Set Workflow State. - @param WFState - State of the execution of the workflow - */ + @param WFState State of the execution of the workflow + */ public void setWFState (String WFState) { @@ -452,7 +438,7 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers /** Get Workflow State. @return State of the execution of the workflow */ - public String getWFState () + public String getWFState() { return (String)get_Value(COLUMNNAME_WFState); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_NextCondition.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_NextCondition.java index dda4092ab5..3fda532343 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_NextCondition.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_NextCondition.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_NextCondition * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WF_NextCondition") public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, /** * */ - private static final long serialVersionUID = 20211114L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WF_NextCondition (Properties ctx, int AD_WF_NextCondition_ID, String trxName) @@ -88,21 +88,20 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, } /** Set Transition Condition. - @param AD_WF_NextCondition_ID - Workflow Node Transition Condition - */ + @param AD_WF_NextCondition_ID Workflow Node Transition Condition + */ public void setAD_WF_NextCondition_ID (int AD_WF_NextCondition_ID) { - if (AD_WF_NextCondition_ID < 1) + if (AD_WF_NextCondition_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_NextCondition_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_NextCondition_ID, Integer.valueOf(AD_WF_NextCondition_ID)); } /** Get Transition Condition. @return Workflow Node Transition Condition */ - public int getAD_WF_NextCondition_ID () + public int getAD_WF_NextCondition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_NextCondition_ID); if (ii == null) @@ -134,7 +132,8 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, } /** Set AD_WF_NextCondition_UU. - @param AD_WF_NextCondition_UU AD_WF_NextCondition_UU */ + @param AD_WF_NextCondition_UU AD_WF_NextCondition_UU + */ public void setAD_WF_NextCondition_UU (String AD_WF_NextCondition_UU) { set_Value (COLUMNNAME_AD_WF_NextCondition_UU, AD_WF_NextCondition_UU); @@ -142,7 +141,7 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, /** Get AD_WF_NextCondition_UU. @return AD_WF_NextCondition_UU */ - public String getAD_WF_NextCondition_UU () + public String getAD_WF_NextCondition_UU() { return (String)get_Value(COLUMNNAME_AD_WF_NextCondition_UU); } @@ -154,21 +153,20 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, } /** Set Node Transition. - @param AD_WF_NodeNext_ID - Workflow Node Transition - */ + @param AD_WF_NodeNext_ID Workflow Node Transition + */ public void setAD_WF_NodeNext_ID (int AD_WF_NodeNext_ID) { - if (AD_WF_NodeNext_ID < 1) + if (AD_WF_NodeNext_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_NodeNext_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_NodeNext_ID, Integer.valueOf(AD_WF_NodeNext_ID)); } /** Get Node Transition. @return Workflow Node Transition */ - public int getAD_WF_NodeNext_ID () + public int getAD_WF_NodeNext_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_NodeNext_ID); if (ii == null) @@ -183,9 +181,8 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, /** Or = O */ public static final String ANDOR_Or = "O"; /** Set And/Or. - @param AndOr - Logical operation: AND or OR - */ + @param AndOr Logical operation: AND or OR + */ public void setAndOr (String AndOr) { @@ -195,7 +192,7 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, /** Get And/Or. @return Logical operation: AND or OR */ - public String getAndOr () + public String getAndOr() { return (String)get_Value(COLUMNNAME_AndOr); } @@ -203,9 +200,8 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -215,7 +211,7 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } @@ -224,26 +220,25 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, public static final int OPERATION_AD_Reference_ID=205; /** != = != */ public static final String OPERATION_NotEq = "!="; - /** < = << */ + /** < = << */ public static final String OPERATION_Le = "<<"; - /** <= = <= */ + /** <= = <= */ public static final String OPERATION_LeEq = "<="; /** = = == */ public static final String OPERATION_Eq = "=="; - /** >= = >= */ + /** >= = >= */ public static final String OPERATION_GtEq = ">="; - /** > = >> */ + /** > = >> */ public static final String OPERATION_Gt = ">>"; /** ~ = ~~ */ public static final String OPERATION_Like = "~~"; - /** || = AB */ + /** |<x>| = AB */ public static final String OPERATION_X = "AB"; /** sql = SQ */ public static final String OPERATION_Sql = "SQ"; /** Set Operation. - @param Operation - Compare Operation - */ + @param Operation Compare Operation + */ public void setOperation (String Operation) { @@ -253,15 +248,14 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, /** Get Operation. @return Compare Operation */ - public String getOperation () + public String getOperation() { return (String)get_Value(COLUMNNAME_Operation); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -270,7 +264,7 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -278,24 +272,24 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, return ii.intValue(); } - /** Set SQLStatement. - @param SQLStatement SQLStatement */ + /** Set SQL Expression/Statement. + @param SQLStatement SQL Expression/Statement + */ public void setSQLStatement (String SQLStatement) { set_Value (COLUMNNAME_SQLStatement, SQLStatement); } - /** Get SQLStatement. - @return SQLStatement */ - public String getSQLStatement () + /** Get SQL Expression/Statement. + @return SQL Expression/Statement */ + public String getSQLStatement() { return (String)get_Value(COLUMNNAME_SQLStatement); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -304,7 +298,7 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } @@ -318,9 +312,8 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, } /** Set Value To. - @param Value2 - Value To - */ + @param Value2 Value To + */ public void setValue2 (String Value2) { set_Value (COLUMNNAME_Value2, Value2); @@ -329,8 +322,8 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, /** Get Value To. @return Value To */ - public String getValue2 () + public String getValue2() { return (String)get_Value(COLUMNNAME_Value2); } -} +} \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node.java index def2e64258..7c5caea822 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_Node * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WF_Node") public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent { @@ -34,7 +34,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WF_Node (Properties ctx, int AD_WF_Node_ID, String trxName) @@ -122,9 +122,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Wait (Sleep) = Z */ public static final String ACTION_WaitSleep = "Z"; /** Set Action. - @param Action - Indicates the Action to be performed - */ + @param Action Indicates the Action to be performed + */ public void setAction (String Action) { @@ -134,7 +133,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Action. @return Indicates the Action to be performed */ - public String getAction () + public String getAction() { return (String)get_Value(COLUMNNAME_Action); } @@ -146,21 +145,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -175,18 +173,19 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Context Help. - @param AD_CtxHelp_ID Context Help */ + @param AD_CtxHelp_ID Context Help + */ public void setAD_CtxHelp_ID (int AD_CtxHelp_ID) { - if (AD_CtxHelp_ID < 1) + if (AD_CtxHelp_ID < 1) set_Value (COLUMNNAME_AD_CtxHelp_ID, null); - else + else set_Value (COLUMNNAME_AD_CtxHelp_ID, Integer.valueOf(AD_CtxHelp_ID)); } /** Get Context Help. @return Context Help */ - public int getAD_CtxHelp_ID () + public int getAD_CtxHelp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_CtxHelp_ID); if (ii == null) @@ -201,21 +200,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Special Form. - @param AD_Form_ID - Special Form - */ + @param AD_Form_ID Special Form + */ public void setAD_Form_ID (int AD_Form_ID) { - if (AD_Form_ID < 1) + if (AD_Form_ID < 1) set_Value (COLUMNNAME_AD_Form_ID, null); - else + else set_Value (COLUMNNAME_AD_Form_ID, Integer.valueOf(AD_Form_ID)); } /** Get Special Form. @return Special Form */ - public int getAD_Form_ID () + public int getAD_Form_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Form_ID); if (ii == null) @@ -230,21 +228,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Image. - @param AD_Image_ID - Image or Icon - */ + @param AD_Image_ID Image or Icon + */ public void setAD_Image_ID (int AD_Image_ID) { - if (AD_Image_ID < 1) + if (AD_Image_ID < 1) set_Value (COLUMNNAME_AD_Image_ID, null); - else + else set_Value (COLUMNNAME_AD_Image_ID, Integer.valueOf(AD_Image_ID)); } /** Get Image. @return Image or Icon */ - public int getAD_Image_ID () + public int getAD_Image_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Image_ID); if (ii == null) @@ -259,21 +256,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Info Window. - @param AD_InfoWindow_ID - Info and search/select Window - */ + @param AD_InfoWindow_ID Info and search/select Window + */ public void setAD_InfoWindow_ID (int AD_InfoWindow_ID) { - if (AD_InfoWindow_ID < 1) + if (AD_InfoWindow_ID < 1) set_Value (COLUMNNAME_AD_InfoWindow_ID, null); - else + else set_Value (COLUMNNAME_AD_InfoWindow_ID, Integer.valueOf(AD_InfoWindow_ID)); } /** Get Info Window. @return Info and search/select Window */ - public int getAD_InfoWindow_ID () + public int getAD_InfoWindow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_InfoWindow_ID); if (ii == null) @@ -288,21 +284,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -317,21 +312,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set OS Task. - @param AD_Task_ID - Operation System Task - */ + @param AD_Task_ID Operation System Task + */ public void setAD_Task_ID (int AD_Task_ID) { - if (AD_Task_ID < 1) + if (AD_Task_ID < 1) set_Value (COLUMNNAME_AD_Task_ID, null); - else + else set_Value (COLUMNNAME_AD_Task_ID, Integer.valueOf(AD_Task_ID)); } /** Get OS Task. @return Operation System Task */ - public int getAD_Task_ID () + public int getAD_Task_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Task_ID); if (ii == null) @@ -346,21 +340,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Workflow Block. - @param AD_WF_Block_ID - Workflow Transaction Execution Block - */ + @param AD_WF_Block_ID Workflow Transaction Execution Block + */ public void setAD_WF_Block_ID (int AD_WF_Block_ID) { - if (AD_WF_Block_ID < 1) + if (AD_WF_Block_ID < 1) set_Value (COLUMNNAME_AD_WF_Block_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Block_ID, Integer.valueOf(AD_WF_Block_ID)); } /** Get Workflow Block. @return Workflow Transaction Execution Block */ - public int getAD_WF_Block_ID () + public int getAD_WF_Block_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Block_ID); if (ii == null) @@ -369,21 +362,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ + @param AD_WF_Node_ID Workflow Node (activity), step or process + */ public void setAD_WF_Node_ID (int AD_WF_Node_ID) { - if (AD_WF_Node_ID < 1) + if (AD_WF_Node_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); } /** Get Node. @return Workflow Node (activity), step or process */ - public int getAD_WF_Node_ID () + public int getAD_WF_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); if (ii == null) @@ -392,7 +384,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set AD_WF_Node_UU. - @param AD_WF_Node_UU AD_WF_Node_UU */ + @param AD_WF_Node_UU AD_WF_Node_UU + */ public void setAD_WF_Node_UU (String AD_WF_Node_UU) { set_Value (COLUMNNAME_AD_WF_Node_UU, AD_WF_Node_UU); @@ -400,7 +393,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get AD_WF_Node_UU. @return AD_WF_Node_UU */ - public String getAD_WF_Node_UU () + public String getAD_WF_Node_UU() { return (String)get_Value(COLUMNNAME_AD_WF_Node_UU); } @@ -412,21 +405,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Workflow Responsible. - @param AD_WF_Responsible_ID - Responsible for Workflow Execution - */ + @param AD_WF_Responsible_ID Responsible for Workflow Execution + */ public void setAD_WF_Responsible_ID (int AD_WF_Responsible_ID) { - if (AD_WF_Responsible_ID < 1) + if (AD_WF_Responsible_ID < 1) set_Value (COLUMNNAME_AD_WF_Responsible_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Responsible_ID, Integer.valueOf(AD_WF_Responsible_ID)); } /** Get Workflow Responsible. @return Responsible for Workflow Execution */ - public int getAD_WF_Responsible_ID () + public int getAD_WF_Responsible_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Responsible_ID); if (ii == null) @@ -441,21 +433,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -470,21 +461,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Workflow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -493,9 +483,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Attribute Name. - @param AttributeName - Name of the Attribute - */ + @param AttributeName Name of the Attribute + */ public void setAttributeName (String AttributeName) { set_Value (COLUMNNAME_AttributeName, AttributeName); @@ -504,15 +493,14 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Attribute Name. @return Name of the Attribute */ - public String getAttributeName () + public String getAttributeName() { return (String)get_Value(COLUMNNAME_AttributeName); } /** Set Attribute Value. - @param AttributeValue - Value of the Attribute - */ + @param AttributeValue Value of the Attribute + */ public void setAttributeValue (String AttributeValue) { set_Value (COLUMNNAME_AttributeValue, AttributeValue); @@ -521,7 +509,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Attribute Value. @return Value of the Attribute */ - public String getAttributeValue () + public String getAttributeValue() { return (String)get_Value(COLUMNNAME_AttributeValue); } @@ -532,22 +520,21 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -556,9 +543,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Cost. - @param Cost - Cost information - */ + @param Cost Cost information + */ public void setCost (BigDecimal Cost) { set_Value (COLUMNNAME_Cost, Cost); @@ -567,7 +553,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Cost. @return Cost information */ - public BigDecimal getCost () + public BigDecimal getCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Cost); if (bd == null) @@ -576,9 +562,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -587,14 +572,14 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -623,9 +608,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -635,15 +619,14 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } /** Set Duration. - @param Duration - Normal Duration in Duration Unit - */ + @param Duration Normal Duration in Duration Unit + */ public void setDuration (int Duration) { set_Value (COLUMNNAME_Duration, Integer.valueOf(Duration)); @@ -652,7 +635,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Duration. @return Normal Duration in Duration Unit */ - public int getDuration () + public int getDuration() { Integer ii = (Integer)get_Value(COLUMNNAME_Duration); if (ii == null) @@ -661,9 +644,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Dynamic Priority Change. - @param DynPriorityChange - Change of priority when Activity is suspended waiting for user - */ + @param DynPriorityChange Change of priority when Activity is suspended waiting for user + */ public void setDynPriorityChange (BigDecimal DynPriorityChange) { set_Value (COLUMNNAME_DynPriorityChange, DynPriorityChange); @@ -672,7 +654,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Dynamic Priority Change. @return Change of priority when Activity is suspended waiting for user */ - public BigDecimal getDynPriorityChange () + public BigDecimal getDynPriorityChange() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DynPriorityChange); if (bd == null) @@ -689,9 +671,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Minute = M */ public static final String DYNPRIORITYUNIT_Minute = "M"; /** Set Dynamic Priority Unit. - @param DynPriorityUnit - Change of priority when Activity is suspended waiting for user - */ + @param DynPriorityUnit Change of priority when Activity is suspended waiting for user + */ public void setDynPriorityUnit (String DynPriorityUnit) { @@ -701,15 +682,14 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Dynamic Priority Unit. @return Change of priority when Activity is suspended waiting for user */ - public String getDynPriorityUnit () + public String getDynPriorityUnit() { return (String)get_Value(COLUMNNAME_DynPriorityUnit); } /** Set EMail Address. - @param EMail - Electronic Mail Address - */ + @param EMail Electronic Mail Address + */ public void setEMail (String EMail) { set_Value (COLUMNNAME_EMail, EMail); @@ -718,7 +698,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get EMail Address. @return Electronic Mail Address */ - public String getEMail () + public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } @@ -732,9 +712,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** WF Responsible = R */ public static final String EMAILRECIPIENT_WFResponsible = "R"; /** Set EMail Recipient. - @param EMailRecipient - Recipient of the EMail - */ + @param EMailRecipient Recipient of the EMail + */ public void setEMailRecipient (String EMailRecipient) { @@ -744,7 +723,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get EMail Recipient. @return Recipient of the EMail */ - public String getEMailRecipient () + public String getEMailRecipient() { return (String)get_Value(COLUMNNAME_EMailRecipient); } @@ -752,9 +731,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -764,7 +742,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } @@ -776,9 +754,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Manual = M */ public static final String FINISHMODE_Manual = "M"; /** Set Finish Mode. - @param FinishMode - Workflow Activity Finish Mode - */ + @param FinishMode Workflow Activity Finish Mode + */ public void setFinishMode (String FinishMode) { @@ -788,15 +765,14 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Finish Mode. @return Workflow Activity Finish Mode */ - public String getFinishMode () + public String getFinishMode() { return (String)get_Value(COLUMNNAME_FinishMode); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -805,15 +781,14 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Centrally maintained. - @param IsCentrallyMaintained - Information maintained in System Element table - */ + @param IsCentrallyMaintained Information maintained in System Element table + */ public void setIsCentrallyMaintained (boolean IsCentrallyMaintained) { set_Value (COLUMNNAME_IsCentrallyMaintained, Boolean.valueOf(IsCentrallyMaintained)); @@ -822,7 +797,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Centrally maintained. @return Information maintained in System Element table */ - public boolean isCentrallyMaintained () + public boolean isCentrallyMaintained() { Object oo = get_Value(COLUMNNAME_IsCentrallyMaintained); if (oo != null) @@ -835,7 +810,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Is Milestone. - @param IsMilestone Is Milestone */ + @param IsMilestone Is Milestone + */ public void setIsMilestone (boolean IsMilestone) { set_Value (COLUMNNAME_IsMilestone, Boolean.valueOf(IsMilestone)); @@ -843,7 +819,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Is Milestone. @return Is Milestone */ - public boolean isMilestone () + public boolean isMilestone() { Object oo = get_Value(COLUMNNAME_IsMilestone); if (oo != null) @@ -856,7 +832,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Is Subcontracting. - @param IsSubcontracting Is Subcontracting */ + @param IsSubcontracting Is Subcontracting + */ public void setIsSubcontracting (boolean IsSubcontracting) { set_Value (COLUMNNAME_IsSubcontracting, Boolean.valueOf(IsSubcontracting)); @@ -864,7 +841,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Is Subcontracting. @return Is Subcontracting */ - public boolean isSubcontracting () + public boolean isSubcontracting() { Object oo = get_Value(COLUMNNAME_IsSubcontracting); if (oo != null) @@ -883,9 +860,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** XOR = X */ public static final String JOINELEMENT_XOR = "X"; /** Set Join Element. - @param JoinElement - Semantics for multiple incoming Transitions - */ + @param JoinElement Semantics for multiple incoming Transitions + */ public void setJoinElement (String JoinElement) { @@ -895,15 +871,14 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Join Element. @return Semantics for multiple incoming Transitions */ - public String getJoinElement () + public String getJoinElement() { return (String)get_Value(COLUMNNAME_JoinElement); } /** Set Duration Limit. - @param Limit - Maximum Duration in Duration Unit - */ + @param Limit Maximum Duration in Duration Unit + */ public void setLimit (int Limit) { set_Value (COLUMNNAME_Limit, Integer.valueOf(Limit)); @@ -912,7 +887,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Duration Limit. @return Maximum Duration in Duration Unit */ - public int getLimit () + public int getLimit() { Integer ii = (Integer)get_Value(COLUMNNAME_Limit); if (ii == null) @@ -921,7 +896,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Moving Time. - @param MovingTime Moving Time */ + @param MovingTime Moving Time + */ public void setMovingTime (int MovingTime) { set_Value (COLUMNNAME_MovingTime, Integer.valueOf(MovingTime)); @@ -929,7 +905,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Moving Time. @return Moving Time */ - public int getMovingTime () + public int getMovingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_MovingTime); if (ii == null) @@ -938,9 +914,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -949,7 +924,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -963,9 +938,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Overlap Units. - @param OverlapUnits - Overlap Units are number of units that must be completed before they are moved the next activity - */ + @param OverlapUnits Overlap Units are number of units that must be completed before they are moved the next activity + */ public void setOverlapUnits (int OverlapUnits) { set_Value (COLUMNNAME_OverlapUnits, Integer.valueOf(OverlapUnits)); @@ -974,7 +948,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Overlap Units. @return Overlap Units are number of units that must be completed before they are moved the next activity */ - public int getOverlapUnits () + public int getOverlapUnits() { Integer ii = (Integer)get_Value(COLUMNNAME_OverlapUnits); if (ii == null) @@ -983,9 +957,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Priority. - @param Priority - Indicates if this request is of a high, medium or low priority. - */ + @param Priority Indicates if this request is of a high, medium or low priority. + */ public void setPriority (int Priority) { set_Value (COLUMNNAME_Priority, Integer.valueOf(Priority)); @@ -994,7 +967,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Priority. @return Indicates if this request is of a high, medium or low priority. */ - public int getPriority () + public int getPriority() { Integer ii = (Integer)get_Value(COLUMNNAME_Priority); if (ii == null) @@ -1003,9 +976,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Queuing Time. - @param QueuingTime - Queue time is the time a job waits at a work center before begin handled. - */ + @param QueuingTime Queue time is the time a job waits at a work center before begin handled. + */ public void setQueuingTime (int QueuingTime) { set_Value (COLUMNNAME_QueuingTime, Integer.valueOf(QueuingTime)); @@ -1014,7 +986,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Queuing Time. @return Queue time is the time a job waits at a work center before begin handled. */ - public int getQueuingTime () + public int getQueuingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_QueuingTime); if (ii == null) @@ -1029,21 +1001,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Mail Template. - @param R_MailText_ID - Text templates for mailings - */ + @param R_MailText_ID Text templates for mailings + */ public void setR_MailText_ID (int R_MailText_ID) { - if (R_MailText_ID < 1) + if (R_MailText_ID < 1) set_Value (COLUMNNAME_R_MailText_ID, null); - else + else set_Value (COLUMNNAME_R_MailText_ID, Integer.valueOf(R_MailText_ID)); } /** Get Mail Template. @return Text templates for mailings */ - public int getR_MailText_ID () + public int getR_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_MailText_ID); if (ii == null) @@ -1052,9 +1023,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Setup Time. - @param SetupTime - Setup time before starting Production - */ + @param SetupTime Setup time before starting Production + */ public void setSetupTime (int SetupTime) { set_Value (COLUMNNAME_SetupTime, Integer.valueOf(SetupTime)); @@ -1063,7 +1033,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Setup Time. @return Setup time before starting Production */ - public int getSetupTime () + public int getSetupTime() { Integer ii = (Integer)get_Value(COLUMNNAME_SetupTime); if (ii == null) @@ -1078,9 +1048,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** XOR = X */ public static final String SPLITELEMENT_XOR = "X"; /** Set Split Element. - @param SplitElement - Semantics for multiple outgoing Transitions - */ + @param SplitElement Semantics for multiple outgoing Transitions + */ public void setSplitElement (String SplitElement) { @@ -1090,7 +1059,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Split Element. @return Semantics for multiple outgoing Transitions */ - public String getSplitElement () + public String getSplitElement() { return (String)get_Value(COLUMNNAME_SplitElement); } @@ -1102,21 +1071,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Resource. - @param S_Resource_ID - Resource - */ + @param S_Resource_ID Resource + */ public void setS_Resource_ID (int S_Resource_ID) { - if (S_Resource_ID < 1) + if (S_Resource_ID < 1) set_Value (COLUMNNAME_S_Resource_ID, null); - else + else set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); } /** Get Resource. @return Resource */ - public int getS_Resource_ID () + public int getS_Resource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); if (ii == null) @@ -1131,9 +1099,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Manual = M */ public static final String STARTMODE_Manual = "M"; /** Set Start Mode. - @param StartMode - Workflow Activity Start Mode - */ + @param StartMode Workflow Activity Start Mode + */ public void setStartMode (String StartMode) { @@ -1143,7 +1110,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Start Mode. @return Workflow Activity Start Mode */ - public String getStartMode () + public String getStartMode() { return (String)get_Value(COLUMNNAME_StartMode); } @@ -1155,9 +1122,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Synchronously = S */ public static final String SUBFLOWEXECUTION_Synchronously = "S"; /** Set Subflow Execution. - @param SubflowExecution - Mode how the sub-workflow is executed - */ + @param SubflowExecution Mode how the sub-workflow is executed + */ public void setSubflowExecution (String SubflowExecution) { @@ -1167,15 +1133,14 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Subflow Execution. @return Mode how the sub-workflow is executed */ - public String getSubflowExecution () + public String getSubflowExecution() { return (String)get_Value(COLUMNNAME_SubflowExecution); } /** Set Units by Cycles. - @param UnitsCycles - The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit. - */ + @param UnitsCycles The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit. + */ public void setUnitsCycles (BigDecimal UnitsCycles) { set_Value (COLUMNNAME_UnitsCycles, UnitsCycles); @@ -1184,7 +1149,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Units by Cycles. @return The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit. */ - public BigDecimal getUnitsCycles () + public BigDecimal getUnitsCycles() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_UnitsCycles); if (bd == null) @@ -1193,9 +1158,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -1204,15 +1168,14 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -1221,15 +1184,14 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -1238,15 +1200,14 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Waiting Time. - @param WaitingTime - Workflow Simulation Waiting time - */ + @param WaitingTime Workflow Simulation Waiting time + */ public void setWaitingTime (int WaitingTime) { set_Value (COLUMNNAME_WaitingTime, Integer.valueOf(WaitingTime)); @@ -1255,7 +1216,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Waiting Time. @return Workflow Simulation Waiting time */ - public int getWaitingTime () + public int getWaitingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_WaitingTime); if (ii == null) @@ -1264,9 +1225,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Wait Time. - @param WaitTime - Time in minutes to wait (sleep) - */ + @param WaitTime Time in minutes to wait (sleep) + */ public void setWaitTime (int WaitTime) { set_Value (COLUMNNAME_WaitTime, Integer.valueOf(WaitTime)); @@ -1275,7 +1235,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Wait Time. @return Time in minutes to wait (sleep) */ - public int getWaitTime () + public int getWaitTime() { Integer ii = (Integer)get_Value(COLUMNNAME_WaitTime); if (ii == null) @@ -1290,21 +1250,20 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Workflow. - @param Workflow_ID - Workflow or tasks - */ + @param Workflow_ID Workflow or tasks + */ public void setWorkflow_ID (int Workflow_ID) { - if (Workflow_ID < 1) + if (Workflow_ID < 1) set_Value (COLUMNNAME_Workflow_ID, null); - else + else set_Value (COLUMNNAME_Workflow_ID, Integer.valueOf(Workflow_ID)); } /** Get Workflow. @return Workflow or tasks */ - public int getWorkflow_ID () + public int getWorkflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Workflow_ID); if (ii == null) @@ -1313,9 +1272,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Working Time. - @param WorkingTime - Workflow Simulation Execution Time - */ + @param WorkingTime Workflow Simulation Execution Time + */ public void setWorkingTime (int WorkingTime) { set_Value (COLUMNNAME_WorkingTime, Integer.valueOf(WorkingTime)); @@ -1324,7 +1282,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Working Time. @return Workflow Simulation Execution Time */ - public int getWorkingTime () + public int getWorkingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_WorkingTime); if (ii == null) @@ -1333,9 +1291,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set X Position. - @param XPosition - Absolute X (horizontal) position in 1/72 of an inch - */ + @param XPosition Absolute X (horizontal) position in 1/72 of an inch + */ public void setXPosition (int XPosition) { set_Value (COLUMNNAME_XPosition, Integer.valueOf(XPosition)); @@ -1344,7 +1301,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get X Position. @return Absolute X (horizontal) position in 1/72 of an inch */ - public int getXPosition () + public int getXPosition() { Integer ii = (Integer)get_Value(COLUMNNAME_XPosition); if (ii == null) @@ -1353,9 +1310,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Yield %. - @param Yield - The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent - */ + @param Yield The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent + */ public void setYield (int Yield) { set_Value (COLUMNNAME_Yield, Integer.valueOf(Yield)); @@ -1364,7 +1320,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Yield %. @return The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent */ - public int getYield () + public int getYield() { Integer ii = (Integer)get_Value(COLUMNNAME_Yield); if (ii == null) @@ -1373,9 +1329,8 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent } /** Set Y Position. - @param YPosition - Absolute Y (vertical) position in 1/72 of an inch - */ + @param YPosition Absolute Y (vertical) position in 1/72 of an inch + */ public void setYPosition (int YPosition) { set_Value (COLUMNNAME_YPosition, Integer.valueOf(YPosition)); @@ -1384,7 +1339,7 @@ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent /** Get Y Position. @return Absolute Y (vertical) position in 1/72 of an inch */ - public int getYPosition () + public int getYPosition() { Integer ii = (Integer)get_Value(COLUMNNAME_YPosition); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_NodeNext.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_NodeNext.java index 44771fc48c..cb3e254d66 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_NodeNext.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_NodeNext.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_NodeNext * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WF_NodeNext") public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WF_NodeNext (Properties ctx, int AD_WF_NodeNext_ID, String trxName) @@ -86,21 +86,20 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste } /** Set Next Node. - @param AD_WF_Next_ID - Next Node in workflow - */ + @param AD_WF_Next_ID Next Node in workflow + */ public void setAD_WF_Next_ID (int AD_WF_Next_ID) { - if (AD_WF_Next_ID < 1) + if (AD_WF_Next_ID < 1) set_Value (COLUMNNAME_AD_WF_Next_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Next_ID, Integer.valueOf(AD_WF_Next_ID)); } /** Get Next Node. @return Next Node in workflow */ - public int getAD_WF_Next_ID () + public int getAD_WF_Next_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Next_ID); if (ii == null) @@ -115,21 +114,20 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste } /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ + @param AD_WF_Node_ID Workflow Node (activity), step or process + */ public void setAD_WF_Node_ID (int AD_WF_Node_ID) { - if (AD_WF_Node_ID < 1) + if (AD_WF_Node_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); } /** Get Node. @return Workflow Node (activity), step or process */ - public int getAD_WF_Node_ID () + public int getAD_WF_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); if (ii == null) @@ -146,21 +144,20 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste } /** Set Node Transition. - @param AD_WF_NodeNext_ID - Workflow Node Transition - */ + @param AD_WF_NodeNext_ID Workflow Node Transition + */ public void setAD_WF_NodeNext_ID (int AD_WF_NodeNext_ID) { - if (AD_WF_NodeNext_ID < 1) + if (AD_WF_NodeNext_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_NodeNext_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_NodeNext_ID, Integer.valueOf(AD_WF_NodeNext_ID)); } /** Get Node Transition. @return Workflow Node Transition */ - public int getAD_WF_NodeNext_ID () + public int getAD_WF_NodeNext_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_NodeNext_ID); if (ii == null) @@ -169,7 +166,8 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste } /** Set AD_WF_NodeNext_UU. - @param AD_WF_NodeNext_UU AD_WF_NodeNext_UU */ + @param AD_WF_NodeNext_UU AD_WF_NodeNext_UU + */ public void setAD_WF_NodeNext_UU (String AD_WF_NodeNext_UU) { set_Value (COLUMNNAME_AD_WF_NodeNext_UU, AD_WF_NodeNext_UU); @@ -177,15 +175,14 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste /** Get AD_WF_NodeNext_UU. @return AD_WF_NodeNext_UU */ - public String getAD_WF_NodeNext_UU () + public String getAD_WF_NodeNext_UU() { return (String)get_Value(COLUMNNAME_AD_WF_NodeNext_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -194,7 +191,7 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -202,9 +199,8 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -214,15 +210,14 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Std User Workflow. - @param IsStdUserWorkflow - Standard Manual User Approval Workflow - */ + @param IsStdUserWorkflow Standard Manual User Approval Workflow + */ public void setIsStdUserWorkflow (boolean IsStdUserWorkflow) { set_Value (COLUMNNAME_IsStdUserWorkflow, Boolean.valueOf(IsStdUserWorkflow)); @@ -231,7 +226,7 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste /** Get Std User Workflow. @return Standard Manual User Approval Workflow */ - public boolean isStdUserWorkflow () + public boolean isStdUserWorkflow() { Object oo = get_Value(COLUMNNAME_IsStdUserWorkflow); if (oo != null) @@ -244,9 +239,8 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -255,7 +249,7 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -264,9 +258,8 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste } /** Set Transition Code. - @param TransitionCode - Code resulting in TRUE of FALSE - */ + @param TransitionCode Code resulting in TRUE of FALSE + */ public void setTransitionCode (String TransitionCode) { set_Value (COLUMNNAME_TransitionCode, TransitionCode); @@ -275,7 +268,7 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste /** Get Transition Code. @return Code resulting in TRUE of FALSE */ - public String getTransitionCode () + public String getTransitionCode() { return (String)get_Value(COLUMNNAME_TransitionCode); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node_Para.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node_Para.java index 1524e6ed6a..e539ea9731 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node_Para.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node_Para.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_Node_Para * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WF_Node_Para") public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WF_Node_Para (Properties ctx, int AD_WF_Node_Para_ID, String trxName) @@ -82,18 +82,19 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis } /** Set Process Parameter. - @param AD_Process_Para_ID Process Parameter */ + @param AD_Process_Para_ID Process Parameter + */ public void setAD_Process_Para_ID (int AD_Process_Para_ID) { - if (AD_Process_Para_ID < 1) + if (AD_Process_Para_ID < 1) set_Value (COLUMNNAME_AD_Process_Para_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_Para_ID, Integer.valueOf(AD_Process_Para_ID)); } /** Get Process Parameter. @return Process Parameter */ - public int getAD_Process_Para_ID () + public int getAD_Process_Para_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_Para_ID); if (ii == null) @@ -108,21 +109,20 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis } /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ + @param AD_WF_Node_ID Workflow Node (activity), step or process + */ public void setAD_WF_Node_ID (int AD_WF_Node_ID) { - if (AD_WF_Node_ID < 1) + if (AD_WF_Node_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); } /** Get Node. @return Workflow Node (activity), step or process */ - public int getAD_WF_Node_ID () + public int getAD_WF_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); if (ii == null) @@ -139,21 +139,20 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis } /** Set Workflow Node Parameter. - @param AD_WF_Node_Para_ID - Workflow Node Execution Parameter - */ + @param AD_WF_Node_Para_ID Workflow Node Execution Parameter + */ public void setAD_WF_Node_Para_ID (int AD_WF_Node_Para_ID) { - if (AD_WF_Node_Para_ID < 1) + if (AD_WF_Node_Para_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Node_Para_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Node_Para_ID, Integer.valueOf(AD_WF_Node_Para_ID)); } /** Get Workflow Node Parameter. @return Workflow Node Execution Parameter */ - public int getAD_WF_Node_Para_ID () + public int getAD_WF_Node_Para_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_Para_ID); if (ii == null) @@ -162,7 +161,8 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis } /** Set AD_WF_Node_Para_UU. - @param AD_WF_Node_Para_UU AD_WF_Node_Para_UU */ + @param AD_WF_Node_Para_UU AD_WF_Node_Para_UU + */ public void setAD_WF_Node_Para_UU (String AD_WF_Node_Para_UU) { set_Value (COLUMNNAME_AD_WF_Node_Para_UU, AD_WF_Node_Para_UU); @@ -170,15 +170,14 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis /** Get AD_WF_Node_Para_UU. @return AD_WF_Node_Para_UU */ - public String getAD_WF_Node_Para_UU () + public String getAD_WF_Node_Para_UU() { return (String)get_Value(COLUMNNAME_AD_WF_Node_Para_UU); } /** Set Attribute Name. - @param AttributeName - Name of the Attribute - */ + @param AttributeName Name of the Attribute + */ public void setAttributeName (String AttributeName) { set_Value (COLUMNNAME_AttributeName, AttributeName); @@ -187,15 +186,14 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis /** Get Attribute Name. @return Name of the Attribute */ - public String getAttributeName () + public String getAttributeName() { return (String)get_Value(COLUMNNAME_AttributeName); } /** Set Attribute Value. - @param AttributeValue - Value of the Attribute - */ + @param AttributeValue Value of the Attribute + */ public void setAttributeValue (String AttributeValue) { set_Value (COLUMNNAME_AttributeValue, AttributeValue); @@ -204,15 +202,14 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis /** Get Attribute Value. @return Value of the Attribute */ - public String getAttributeValue () + public String getAttributeValue() { return (String)get_Value(COLUMNNAME_AttributeValue); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -221,7 +218,7 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -229,9 +226,8 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -241,7 +237,7 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Process.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Process.java index 9d1e3c2c4f..6cdfc3d6ba 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Process.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Process.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_Process * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WF_Process") public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WF_Process (Properties ctx, int AD_WF_Process_ID, String trxName) @@ -84,21 +84,20 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent } /** Set Message. - @param AD_Message_ID - System Message - */ + @param AD_Message_ID System Message + */ public void setAD_Message_ID (int AD_Message_ID) { - if (AD_Message_ID < 1) + if (AD_Message_ID < 1) set_Value (COLUMNNAME_AD_Message_ID, null); - else + else set_Value (COLUMNNAME_AD_Message_ID, Integer.valueOf(AD_Message_ID)); } /** Get Message. @return System Message */ - public int getAD_Message_ID () + public int getAD_Message_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Message_ID); if (ii == null) @@ -113,21 +112,20 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -142,21 +140,20 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -165,21 +162,20 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent } /** Set Workflow Process. - @param AD_WF_Process_ID - Actual Workflow Process Instance - */ + @param AD_WF_Process_ID Actual Workflow Process Instance + */ public void setAD_WF_Process_ID (int AD_WF_Process_ID) { - if (AD_WF_Process_ID < 1) + if (AD_WF_Process_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Process_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Process_ID, Integer.valueOf(AD_WF_Process_ID)); } /** Get Workflow Process. @return Actual Workflow Process Instance */ - public int getAD_WF_Process_ID () + public int getAD_WF_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Process_ID); if (ii == null) @@ -188,7 +184,8 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent } /** Set AD_WF_Process_UU. - @param AD_WF_Process_UU AD_WF_Process_UU */ + @param AD_WF_Process_UU AD_WF_Process_UU + */ public void setAD_WF_Process_UU (String AD_WF_Process_UU) { set_Value (COLUMNNAME_AD_WF_Process_UU, AD_WF_Process_UU); @@ -196,7 +193,7 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent /** Get AD_WF_Process_UU. @return AD_WF_Process_UU */ - public String getAD_WF_Process_UU () + public String getAD_WF_Process_UU() { return (String)get_Value(COLUMNNAME_AD_WF_Process_UU); } @@ -208,21 +205,20 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent } /** Set Workflow Responsible. - @param AD_WF_Responsible_ID - Responsible for Workflow Execution - */ + @param AD_WF_Responsible_ID Responsible for Workflow Execution + */ public void setAD_WF_Responsible_ID (int AD_WF_Responsible_ID) { - if (AD_WF_Responsible_ID < 1) + if (AD_WF_Responsible_ID < 1) set_Value (COLUMNNAME_AD_WF_Responsible_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Responsible_ID, Integer.valueOf(AD_WF_Responsible_ID)); } /** Get Workflow Responsible. @return Responsible for Workflow Execution */ - public int getAD_WF_Responsible_ID () + public int getAD_WF_Responsible_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Responsible_ID); if (ii == null) @@ -237,21 +233,20 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_Value (COLUMNNAME_AD_Workflow_ID, null); - else + else set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -268,9 +263,8 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent } /** Set Priority. - @param Priority - Indicates if this request is of a high, medium or low priority. - */ + @param Priority Indicates if this request is of a high, medium or low priority. + */ public void setPriority (int Priority) { set_Value (COLUMNNAME_Priority, Integer.valueOf(Priority)); @@ -279,7 +273,7 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent /** Get Priority. @return Indicates if this request is of a high, medium or low priority. */ - public int getPriority () + public int getPriority() { Integer ii = (Integer)get_Value(COLUMNNAME_Priority); if (ii == null) @@ -288,9 +282,8 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -299,7 +292,7 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -312,7 +305,8 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -320,7 +314,7 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -333,21 +327,20 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_Value (COLUMNNAME_Record_ID, null); - else + else set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -356,9 +349,8 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -367,7 +359,7 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } @@ -387,9 +379,8 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent /** Suspended = OS */ public static final String WFSTATE_Suspended = "OS"; /** Set Workflow State. - @param WFState - State of the execution of the workflow - */ + @param WFState State of the execution of the workflow + */ public void setWFState (String WFState) { @@ -399,7 +390,7 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent /** Get Workflow State. @return State of the execution of the workflow */ - public String getWFState () + public String getWFState() { return (String)get_Value(COLUMNNAME_WFState); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_ProcessData.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_ProcessData.java index f21436a81d..4d4e7c80ec 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_ProcessData.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_ProcessData.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_ProcessData * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WF_ProcessData") public class X_AD_WF_ProcessData extends PO implements I_AD_WF_ProcessData, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_WF_ProcessData extends PO implements I_AD_WF_ProcessData, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WF_ProcessData (Properties ctx, int AD_WF_ProcessData_ID, String trxName) @@ -74,21 +74,20 @@ public class X_AD_WF_ProcessData extends PO implements I_AD_WF_ProcessData, I_Pe } /** Set Workflow Process Data. - @param AD_WF_ProcessData_ID - Workflow Process Context - */ + @param AD_WF_ProcessData_ID Workflow Process Context + */ public void setAD_WF_ProcessData_ID (int AD_WF_ProcessData_ID) { - if (AD_WF_ProcessData_ID < 1) + if (AD_WF_ProcessData_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_ProcessData_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_ProcessData_ID, Integer.valueOf(AD_WF_ProcessData_ID)); } /** Get Workflow Process Data. @return Workflow Process Context */ - public int getAD_WF_ProcessData_ID () + public int getAD_WF_ProcessData_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_ProcessData_ID); if (ii == null) @@ -97,7 +96,8 @@ public class X_AD_WF_ProcessData extends PO implements I_AD_WF_ProcessData, I_Pe } /** Set AD_WF_ProcessData_UU. - @param AD_WF_ProcessData_UU AD_WF_ProcessData_UU */ + @param AD_WF_ProcessData_UU AD_WF_ProcessData_UU + */ public void setAD_WF_ProcessData_UU (String AD_WF_ProcessData_UU) { set_Value (COLUMNNAME_AD_WF_ProcessData_UU, AD_WF_ProcessData_UU); @@ -105,7 +105,7 @@ public class X_AD_WF_ProcessData extends PO implements I_AD_WF_ProcessData, I_Pe /** Get AD_WF_ProcessData_UU. @return AD_WF_ProcessData_UU */ - public String getAD_WF_ProcessData_UU () + public String getAD_WF_ProcessData_UU() { return (String)get_Value(COLUMNNAME_AD_WF_ProcessData_UU); } @@ -117,21 +117,20 @@ public class X_AD_WF_ProcessData extends PO implements I_AD_WF_ProcessData, I_Pe } /** Set Workflow Process. - @param AD_WF_Process_ID - Actual Workflow Process Instance - */ + @param AD_WF_Process_ID Actual Workflow Process Instance + */ public void setAD_WF_Process_ID (int AD_WF_Process_ID) { - if (AD_WF_Process_ID < 1) + if (AD_WF_Process_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Process_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Process_ID, Integer.valueOf(AD_WF_Process_ID)); } /** Get Workflow Process. @return Actual Workflow Process Instance */ - public int getAD_WF_Process_ID () + public int getAD_WF_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Process_ID); if (ii == null) @@ -148,9 +147,8 @@ public class X_AD_WF_ProcessData extends PO implements I_AD_WF_ProcessData, I_Pe } /** Set Attribute Name. - @param AttributeName - Name of the Attribute - */ + @param AttributeName Name of the Attribute + */ public void setAttributeName (String AttributeName) { set_Value (COLUMNNAME_AttributeName, AttributeName); @@ -159,15 +157,14 @@ public class X_AD_WF_ProcessData extends PO implements I_AD_WF_ProcessData, I_Pe /** Get Attribute Name. @return Name of the Attribute */ - public String getAttributeName () + public String getAttributeName() { return (String)get_Value(COLUMNNAME_AttributeName); } /** Set Attribute Value. - @param AttributeValue - Value of the Attribute - */ + @param AttributeValue Value of the Attribute + */ public void setAttributeValue (String AttributeValue) { set_Value (COLUMNNAME_AttributeValue, AttributeValue); @@ -176,7 +173,7 @@ public class X_AD_WF_ProcessData extends PO implements I_AD_WF_ProcessData, I_Pe /** Get Attribute Value. @return Value of the Attribute */ - public String getAttributeValue () + public String getAttributeValue() { return (String)get_Value(COLUMNNAME_AttributeValue); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Responsible.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Responsible.java index 76684bf20f..46d0fa4a57 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Responsible.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Responsible.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_Responsible * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WF_Responsible") public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WF_Responsible (Properties ctx, int AD_WF_Responsible_ID, String trxName) @@ -83,21 +83,20 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -112,21 +111,20 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -135,21 +133,20 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe } /** Set Workflow Responsible. - @param AD_WF_Responsible_ID - Responsible for Workflow Execution - */ + @param AD_WF_Responsible_ID Responsible for Workflow Execution + */ public void setAD_WF_Responsible_ID (int AD_WF_Responsible_ID) { - if (AD_WF_Responsible_ID < 1) + if (AD_WF_Responsible_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Responsible_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Responsible_ID, Integer.valueOf(AD_WF_Responsible_ID)); } /** Get Workflow Responsible. @return Responsible for Workflow Execution */ - public int getAD_WF_Responsible_ID () + public int getAD_WF_Responsible_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Responsible_ID); if (ii == null) @@ -158,7 +155,8 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe } /** Set AD_WF_Responsible_UU. - @param AD_WF_Responsible_UU AD_WF_Responsible_UU */ + @param AD_WF_Responsible_UU AD_WF_Responsible_UU + */ public void setAD_WF_Responsible_UU (String AD_WF_Responsible_UU) { set_Value (COLUMNNAME_AD_WF_Responsible_UU, AD_WF_Responsible_UU); @@ -166,15 +164,14 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe /** Get AD_WF_Responsible_UU. @return AD_WF_Responsible_UU */ - public String getAD_WF_Responsible_UU () + public String getAD_WF_Responsible_UU() { return (String)get_Value(COLUMNNAME_AD_WF_Responsible_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -183,7 +180,7 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -191,9 +188,8 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -203,15 +199,14 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -220,7 +215,7 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -246,9 +241,8 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe /** System Resource = S */ public static final String RESPONSIBLETYPE_SystemResource = "S"; /** Set Responsible Type. - @param ResponsibleType - Type of the Responsibility for a workflow - */ + @param ResponsibleType Type of the Responsibility for a workflow + */ public void setResponsibleType (String ResponsibleType) { @@ -258,7 +252,7 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe /** Get Responsible Type. @return Type of the Responsibility for a workflow */ - public String getResponsibleType () + public String getResponsibleType() { return (String)get_Value(COLUMNNAME_ResponsibleType); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Window.java b/org.adempiere.base/src/org/compiere/model/X_AD_Window.java index f7fec3045f..957697f940 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Window.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Window.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Window * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Window") public class X_AD_Window extends PO implements I_AD_Window, I_Persistent { @@ -31,7 +31,7 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Window (Properties ctx, int AD_Window_ID, String trxName) @@ -87,21 +87,20 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent } /** Set System Color. - @param AD_Color_ID - Color for backgrounds or indicators - */ + @param AD_Color_ID Color for backgrounds or indicators + */ public void setAD_Color_ID (int AD_Color_ID) { - if (AD_Color_ID < 1) + if (AD_Color_ID < 1) set_Value (COLUMNNAME_AD_Color_ID, null); - else + else set_Value (COLUMNNAME_AD_Color_ID, Integer.valueOf(AD_Color_ID)); } /** Get System Color. @return Color for backgrounds or indicators */ - public int getAD_Color_ID () + public int getAD_Color_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Color_ID); if (ii == null) @@ -116,21 +115,20 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent } /** Set Image. - @param AD_Image_ID - Image or Icon - */ + @param AD_Image_ID Image or Icon + */ public void setAD_Image_ID (int AD_Image_ID) { - if (AD_Image_ID < 1) + if (AD_Image_ID < 1) set_Value (COLUMNNAME_AD_Image_ID, null); - else + else set_Value (COLUMNNAME_AD_Image_ID, Integer.valueOf(AD_Image_ID)); } /** Get Image. @return Image or Icon */ - public int getAD_Image_ID () + public int getAD_Image_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Image_ID); if (ii == null) @@ -139,21 +137,20 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Window_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -162,7 +159,8 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent } /** Set AD_Window_UU. - @param AD_Window_UU AD_Window_UU */ + @param AD_Window_UU AD_Window_UU + */ public void setAD_Window_UU (String AD_Window_UU) { set_Value (COLUMNNAME_AD_Window_UU, AD_Window_UU); @@ -170,15 +168,14 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get AD_Window_UU. @return AD_Window_UU */ - public String getAD_Window_UU () + public String getAD_Window_UU() { return (String)get_Value(COLUMNNAME_AD_Window_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -187,7 +184,7 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -195,9 +192,8 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -207,15 +203,14 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -224,15 +219,14 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Beta Functionality. - @param IsBetaFunctionality - This functionality is considered Beta - */ + @param IsBetaFunctionality This functionality is considered Beta + */ public void setIsBetaFunctionality (boolean IsBetaFunctionality) { set_Value (COLUMNNAME_IsBetaFunctionality, Boolean.valueOf(IsBetaFunctionality)); @@ -241,7 +235,7 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get Beta Functionality. @return This functionality is considered Beta */ - public boolean isBetaFunctionality () + public boolean isBetaFunctionality() { Object oo = get_Value(COLUMNNAME_IsBetaFunctionality); if (oo != null) @@ -254,9 +248,8 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -265,7 +258,7 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -278,9 +271,8 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -289,7 +281,7 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -302,9 +294,8 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -313,7 +304,7 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -327,9 +318,8 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent } /** Set Predefined Context Variables. - @param PredefinedContextVariables - Predefined context variables to inject when opening a menu entry or a window - */ + @param PredefinedContextVariables Predefined context variables to inject when opening a menu entry or a window + */ public void setPredefinedContextVariables (String PredefinedContextVariables) { set_Value (COLUMNNAME_PredefinedContextVariables, PredefinedContextVariables); @@ -338,13 +328,14 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get Predefined Context Variables. @return Predefined context variables to inject when opening a menu entry or a window */ - public String getPredefinedContextVariables () + public String getPredefinedContextVariables() { return (String)get_Value(COLUMNNAME_PredefinedContextVariables); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -352,7 +343,7 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -365,9 +356,8 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent } /** Set Title Logic. - @param TitleLogic - The result determines the title to be displayed for this window - */ + @param TitleLogic The result determines the title to be displayed for this window + */ public void setTitleLogic (String TitleLogic) { set_Value (COLUMNNAME_TitleLogic, TitleLogic); @@ -376,7 +366,7 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get Title Logic. @return The result determines the title to be displayed for this window */ - public String getTitleLogic () + public String getTitleLogic() { return (String)get_Value(COLUMNNAME_TitleLogic); } @@ -392,9 +382,8 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Transaction = T */ public static final String WINDOWTYPE_Transaction = "T"; /** Set WindowType. - @param WindowType - Type or classification of a Window - */ + @param WindowType Type or classification of a Window + */ public void setWindowType (String WindowType) { @@ -404,13 +393,14 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get WindowType. @return Type or classification of a Window */ - public String getWindowType () + public String getWindowType() { return (String)get_Value(COLUMNNAME_WindowType); } /** Set Window Height. - @param WinHeight Window Height */ + @param WinHeight Window Height + */ public void setWinHeight (int WinHeight) { set_Value (COLUMNNAME_WinHeight, Integer.valueOf(WinHeight)); @@ -418,7 +408,7 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get Window Height. @return Window Height */ - public int getWinHeight () + public int getWinHeight() { Integer ii = (Integer)get_Value(COLUMNNAME_WinHeight); if (ii == null) @@ -427,7 +417,8 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent } /** Set Window Width. - @param WinWidth Window Width */ + @param WinWidth Window Width + */ public void setWinWidth (int WinWidth) { set_Value (COLUMNNAME_WinWidth, Integer.valueOf(WinWidth)); @@ -435,7 +426,7 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent /** Get Window Width. @return Window Width */ - public int getWinWidth () + public int getWinWidth() { Integer ii = (Integer)get_Value(COLUMNNAME_WinWidth); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Window_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Window_Access.java index b246c2e848..5909c5fc3f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Window_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Window_Access.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Window_Access * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Window_Access") public class X_AD_Window_Access extends PO implements I_AD_Window_Access, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Window_Access extends PO implements I_AD_Window_Access, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Window_Access (Properties ctx, int AD_Window_Access_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_Window_Access extends PO implements I_AD_Window_Access, I_Pers } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -102,7 +101,8 @@ public class X_AD_Window_Access extends PO implements I_AD_Window_Access, I_Pers } /** Set AD_Window_Access_UU. - @param AD_Window_Access_UU AD_Window_Access_UU */ + @param AD_Window_Access_UU AD_Window_Access_UU + */ public void setAD_Window_Access_UU (String AD_Window_Access_UU) { set_Value (COLUMNNAME_AD_Window_Access_UU, AD_Window_Access_UU); @@ -110,7 +110,7 @@ public class X_AD_Window_Access extends PO implements I_AD_Window_Access, I_Pers /** Get AD_Window_Access_UU. @return AD_Window_Access_UU */ - public String getAD_Window_Access_UU () + public String getAD_Window_Access_UU() { return (String)get_Value(COLUMNNAME_AD_Window_Access_UU); } @@ -122,21 +122,20 @@ public class X_AD_Window_Access extends PO implements I_AD_Window_Access, I_Pers } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Window_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -145,9 +144,8 @@ public class X_AD_Window_Access extends PO implements I_AD_Window_Access, I_Pers } /** Set Read Write. - @param IsReadWrite - Field is read / write - */ + @param IsReadWrite Field is read / write + */ public void setIsReadWrite (boolean IsReadWrite) { set_Value (COLUMNNAME_IsReadWrite, Boolean.valueOf(IsReadWrite)); @@ -156,7 +154,7 @@ public class X_AD_Window_Access extends PO implements I_AD_Window_Access, I_Pers /** Get Read Write. @return Field is read / write */ - public boolean isReadWrite () + public boolean isReadWrite() { Object oo = get_Value(COLUMNNAME_IsReadWrite); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WizardProcess.java b/org.adempiere.base/src/org/compiere/model/X_AD_WizardProcess.java index 0647bd46aa..f41cefefcf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WizardProcess.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WizardProcess.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_WizardProcess * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WizardProcess") public class X_AD_WizardProcess extends PO implements I_AD_WizardProcess, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_WizardProcess extends PO implements I_AD_WizardProcess, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WizardProcess (Properties ctx, int AD_WizardProcess_ID, String trxName) @@ -78,21 +78,20 @@ public class X_AD_WizardProcess extends PO implements I_AD_WizardProcess, I_Pers } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -107,21 +106,20 @@ public class X_AD_WizardProcess extends PO implements I_AD_WizardProcess, I_Pers } /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ + @param AD_WF_Node_ID Workflow Node (activity), step or process + */ public void setAD_WF_Node_ID (int AD_WF_Node_ID) { - if (AD_WF_Node_ID < 1) + if (AD_WF_Node_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); } /** Get Node. @return Workflow Node (activity), step or process */ - public int getAD_WF_Node_ID () + public int getAD_WF_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); if (ii == null) @@ -130,18 +128,19 @@ public class X_AD_WizardProcess extends PO implements I_AD_WizardProcess, I_Pers } /** Set Wizard Process. - @param AD_WizardProcess_ID Wizard Process */ + @param AD_WizardProcess_ID Wizard Process + */ public void setAD_WizardProcess_ID (int AD_WizardProcess_ID) { - if (AD_WizardProcess_ID < 1) + if (AD_WizardProcess_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WizardProcess_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WizardProcess_ID, Integer.valueOf(AD_WizardProcess_ID)); } /** Get Wizard Process. @return Wizard Process */ - public int getAD_WizardProcess_ID () + public int getAD_WizardProcess_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WizardProcess_ID); if (ii == null) @@ -150,7 +149,8 @@ public class X_AD_WizardProcess extends PO implements I_AD_WizardProcess, I_Pers } /** Set AD_WizardProcess_UU. - @param AD_WizardProcess_UU AD_WizardProcess_UU */ + @param AD_WizardProcess_UU AD_WizardProcess_UU + */ public void setAD_WizardProcess_UU (String AD_WizardProcess_UU) { set_Value (COLUMNNAME_AD_WizardProcess_UU, AD_WizardProcess_UU); @@ -158,15 +158,14 @@ public class X_AD_WizardProcess extends PO implements I_AD_WizardProcess, I_Pers /** Get AD_WizardProcess_UU. @return AD_WizardProcess_UU */ - public String getAD_WizardProcess_UU () + public String getAD_WizardProcess_UU() { return (String)get_Value(COLUMNNAME_AD_WizardProcess_UU); } /** Set Note. - @param Note - Optional additional user defined information - */ + @param Note Optional additional user defined information + */ public void setNote (String Note) { set_Value (COLUMNNAME_Note, Note); @@ -175,7 +174,7 @@ public class X_AD_WizardProcess extends PO implements I_AD_WizardProcess, I_Pers /** Get Note. @return Optional additional user defined information */ - public String getNote () + public String getNote() { return (String)get_Value(COLUMNNAME_Note); } @@ -195,7 +194,8 @@ public class X_AD_WizardProcess extends PO implements I_AD_WizardProcess, I_Pers /** Skipped = S */ public static final String WIZARDSTATUS_Skipped = "S"; /** Set Wizard Status. - @param WizardStatus Wizard Status */ + @param WizardStatus Wizard Status + */ public void setWizardStatus (String WizardStatus) { @@ -204,7 +204,7 @@ public class X_AD_WizardProcess extends PO implements I_AD_WizardProcess, I_Pers /** Get Wizard Status. @return Wizard Status */ - public String getWizardStatus () + public String getWizardStatus() { return (String)get_Value(COLUMNNAME_WizardStatus); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Wlistbox_Customization.java b/org.adempiere.base/src/org/compiere/model/X_AD_Wlistbox_Customization.java index 75a1146b3b..12c9abc2e8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Wlistbox_Customization.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Wlistbox_Customization.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Wlistbox_Customization * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Wlistbox_Customization") public class X_AD_Wlistbox_Customization extends PO implements I_AD_Wlistbox_Customization, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Wlistbox_Customization extends PO implements I_AD_Wlistbox_Cus /** * */ - private static final long serialVersionUID = 20210927L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Wlistbox_Customization (Properties ctx, int AD_Wlistbox_Customization_ID, String trxName) @@ -52,7 +52,7 @@ public class X_AD_Wlistbox_Customization extends PO implements I_AD_Wlistbox_Cus } /** AccessLevel - * @return 4 - System + * @return 6 - System - Client */ protected int get_AccessLevel() { @@ -80,21 +80,20 @@ public class X_AD_Wlistbox_Customization extends PO implements I_AD_Wlistbox_Cus } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -103,18 +102,19 @@ public class X_AD_Wlistbox_Customization extends PO implements I_AD_Wlistbox_Cus } /** Set Customization of the Wlistbox. - @param AD_Wlistbox_Customization_ID Customization of the Wlistbox */ + @param AD_Wlistbox_Customization_ID Customization of the Wlistbox + */ public void setAD_Wlistbox_Customization_ID (int AD_Wlistbox_Customization_ID) { - if (AD_Wlistbox_Customization_ID < 1) + if (AD_Wlistbox_Customization_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Wlistbox_Customization_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Wlistbox_Customization_ID, Integer.valueOf(AD_Wlistbox_Customization_ID)); } /** Get Customization of the Wlistbox. @return Customization of the Wlistbox */ - public int getAD_Wlistbox_Customization_ID () + public int getAD_Wlistbox_Customization_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Wlistbox_Customization_ID); if (ii == null) @@ -123,7 +123,8 @@ public class X_AD_Wlistbox_Customization extends PO implements I_AD_Wlistbox_Cus } /** Set AD_Wlistbox_Customization_UU. - @param AD_Wlistbox_Customization_UU AD_Wlistbox_Customization_UU */ + @param AD_Wlistbox_Customization_UU AD_Wlistbox_Customization_UU + */ public void setAD_Wlistbox_Customization_UU (String AD_Wlistbox_Customization_UU) { set_ValueNoCheck (COLUMNNAME_AD_Wlistbox_Customization_UU, AD_Wlistbox_Customization_UU); @@ -131,13 +132,14 @@ public class X_AD_Wlistbox_Customization extends PO implements I_AD_Wlistbox_Cus /** Get AD_Wlistbox_Customization_UU. @return AD_Wlistbox_Customization_UU */ - public String getAD_Wlistbox_Customization_UU () + public String getAD_Wlistbox_Customization_UU() { return (String)get_Value(COLUMNNAME_AD_Wlistbox_Customization_UU); } /** Set Custom. - @param Custom Custom */ + @param Custom Custom + */ public void setCustom (String Custom) { set_Value (COLUMNNAME_Custom, Custom); @@ -145,13 +147,14 @@ public class X_AD_Wlistbox_Customization extends PO implements I_AD_Wlistbox_Cus /** Get Custom. @return Custom */ - public String getCustom () + public String getCustom() { return (String)get_Value(COLUMNNAME_Custom); } /** Set WlistboxName. - @param WlistboxName WlistboxName */ + @param WlistboxName WlistboxName + */ public void setWlistboxName (String WlistboxName) { set_Value (COLUMNNAME_WlistboxName, WlistboxName); @@ -159,8 +162,8 @@ public class X_AD_Wlistbox_Customization extends PO implements I_AD_Wlistbox_Cus /** Get WlistboxName. @return WlistboxName */ - public String getWlistboxName () + public String getWlistboxName() { return (String)get_Value(COLUMNNAME_WlistboxName); } -} +} \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Workflow.java b/org.adempiere.base/src/org/compiere/model/X_AD_Workflow.java index 6183f02b88..ee619776ef 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Workflow.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Workflow.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_Workflow * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Workflow") public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent { @@ -34,7 +34,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Workflow (Properties ctx, int AD_Workflow_ID, String trxName) @@ -108,9 +108,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** All = 7 */ public static final String ACCESSLEVEL_All = "7"; /** Set Data Access Level. - @param AccessLevel - Access Level required - */ + @param AccessLevel Access Level required + */ public void setAccessLevel (String AccessLevel) { @@ -120,7 +119,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Data Access Level. @return Access Level required */ - public String getAccessLevel () + public String getAccessLevel() { return (String)get_Value(COLUMNNAME_AccessLevel); } @@ -132,18 +131,19 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Context Help. - @param AD_CtxHelp_ID Context Help */ + @param AD_CtxHelp_ID Context Help + */ public void setAD_CtxHelp_ID (int AD_CtxHelp_ID) { - if (AD_CtxHelp_ID < 1) + if (AD_CtxHelp_ID < 1) set_Value (COLUMNNAME_AD_CtxHelp_ID, null); - else + else set_Value (COLUMNNAME_AD_CtxHelp_ID, Integer.valueOf(AD_CtxHelp_ID)); } /** Get Context Help. @return Context Help */ - public int getAD_CtxHelp_ID () + public int getAD_CtxHelp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_CtxHelp_ID); if (ii == null) @@ -158,21 +158,20 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -187,21 +186,20 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ + @param AD_WF_Node_ID Workflow Node (activity), step or process + */ public void setAD_WF_Node_ID (int AD_WF_Node_ID) { - if (AD_WF_Node_ID < 1) + if (AD_WF_Node_ID < 1) set_Value (COLUMNNAME_AD_WF_Node_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); } /** Get Node. @return Workflow Node (activity), step or process */ - public int getAD_WF_Node_ID () + public int getAD_WF_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); if (ii == null) @@ -216,21 +214,20 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Workflow Responsible. - @param AD_WF_Responsible_ID - Responsible for Workflow Execution - */ + @param AD_WF_Responsible_ID Responsible for Workflow Execution + */ public void setAD_WF_Responsible_ID (int AD_WF_Responsible_ID) { - if (AD_WF_Responsible_ID < 1) + if (AD_WF_Responsible_ID < 1) set_Value (COLUMNNAME_AD_WF_Responsible_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Responsible_ID, Integer.valueOf(AD_WF_Responsible_ID)); } /** Get Workflow Responsible. @return Responsible for Workflow Execution */ - public int getAD_WF_Responsible_ID () + public int getAD_WF_Responsible_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Responsible_ID); if (ii == null) @@ -239,21 +236,20 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Workflow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -268,21 +264,20 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Workflow Processor. - @param AD_WorkflowProcessor_ID - Workflow Processor Server - */ + @param AD_WorkflowProcessor_ID Workflow Processor Server + */ public void setAD_WorkflowProcessor_ID (int AD_WorkflowProcessor_ID) { - if (AD_WorkflowProcessor_ID < 1) + if (AD_WorkflowProcessor_ID < 1) set_Value (COLUMNNAME_AD_WorkflowProcessor_ID, null); - else + else set_Value (COLUMNNAME_AD_WorkflowProcessor_ID, Integer.valueOf(AD_WorkflowProcessor_ID)); } /** Get Workflow Processor. @return Workflow Processor Server */ - public int getAD_WorkflowProcessor_ID () + public int getAD_WorkflowProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WorkflowProcessor_ID); if (ii == null) @@ -291,7 +286,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set AD_Workflow_UU. - @param AD_Workflow_UU AD_Workflow_UU */ + @param AD_Workflow_UU AD_Workflow_UU + */ public void setAD_Workflow_UU (String AD_Workflow_UU) { set_Value (COLUMNNAME_AD_Workflow_UU, AD_Workflow_UU); @@ -299,15 +295,14 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get AD_Workflow_UU. @return AD_Workflow_UU */ - public String getAD_Workflow_UU () + public String getAD_Workflow_UU() { return (String)get_Value(COLUMNNAME_AD_Workflow_UU); } /** Set Author. - @param Author - Author/Creator of the Entity - */ + @param Author Author/Creator of the Entity + */ public void setAuthor (String Author) { set_Value (COLUMNNAME_Author, Author); @@ -316,15 +311,14 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Author. @return Author/Creator of the Entity */ - public String getAuthor () + public String getAuthor() { return (String)get_Value(COLUMNNAME_Author); } /** Set Cost. - @param Cost - Cost information - */ + @param Cost Cost information + */ public void setCost (BigDecimal Cost) { set_Value (COLUMNNAME_Cost, Cost); @@ -333,7 +327,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Cost. @return Cost information */ - public BigDecimal getCost () + public BigDecimal getCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Cost); if (bd == null) @@ -342,9 +336,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -353,15 +346,14 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -370,15 +362,14 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Document Value Logic. - @param DocValueLogic - Logic to determine Workflow Start - If true, a workflow process is started for the document - */ + @param DocValueLogic Logic to determine Workflow Start - If true, a workflow process is started for the document + */ public void setDocValueLogic (String DocValueLogic) { set_Value (COLUMNNAME_DocValueLogic, DocValueLogic); @@ -387,15 +378,14 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Document Value Logic. @return Logic to determine Workflow Start - If true, a workflow process is started for the document */ - public String getDocValueLogic () + public String getDocValueLogic() { return (String)get_Value(COLUMNNAME_DocValueLogic); } /** Set Duration. - @param Duration - Normal Duration in Duration Unit - */ + @param Duration Normal Duration in Duration Unit + */ public void setDuration (int Duration) { set_Value (COLUMNNAME_Duration, Integer.valueOf(Duration)); @@ -404,7 +394,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Duration. @return Normal Duration in Duration Unit */ - public int getDuration () + public int getDuration() { Integer ii = (Integer)get_Value(COLUMNNAME_Duration); if (ii == null) @@ -427,9 +417,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Year = Y */ public static final String DURATIONUNIT_Year = "Y"; /** Set Duration Unit. - @param DurationUnit - Unit of Duration - */ + @param DurationUnit Unit of Duration + */ public void setDurationUnit (String DurationUnit) { @@ -439,7 +428,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Duration Unit. @return Unit of Duration */ - public String getDurationUnit () + public String getDurationUnit() { return (String)get_Value(COLUMNNAME_DurationUnit); } @@ -447,9 +436,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -459,15 +447,14 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -476,15 +463,14 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Beta Functionality. - @param IsBetaFunctionality - This functionality is considered Beta - */ + @param IsBetaFunctionality This functionality is considered Beta + */ public void setIsBetaFunctionality (boolean IsBetaFunctionality) { set_Value (COLUMNNAME_IsBetaFunctionality, Boolean.valueOf(IsBetaFunctionality)); @@ -493,7 +479,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Beta Functionality. @return This functionality is considered Beta */ - public boolean isBetaFunctionality () + public boolean isBetaFunctionality() { Object oo = get_Value(COLUMNNAME_IsBetaFunctionality); if (oo != null) @@ -506,9 +492,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -517,7 +502,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -530,9 +515,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Valid. - @param IsValid - Element is valid - */ + @param IsValid Element is valid + */ public void setIsValid (boolean IsValid) { set_Value (COLUMNNAME_IsValid, Boolean.valueOf(IsValid)); @@ -541,7 +525,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Valid. @return Element is valid */ - public boolean isValid () + public boolean isValid() { Object oo = get_Value(COLUMNNAME_IsValid); if (oo != null) @@ -554,9 +538,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Duration Limit. - @param Limit - Maximum Duration in Duration Unit - */ + @param Limit Maximum Duration in Duration Unit + */ public void setLimit (int Limit) { set_Value (COLUMNNAME_Limit, Integer.valueOf(Limit)); @@ -565,7 +548,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Duration Limit. @return Maximum Duration in Duration Unit */ - public int getLimit () + public int getLimit() { Integer ii = (Integer)get_Value(COLUMNNAME_Limit); if (ii == null) @@ -574,7 +557,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Moving Time. - @param MovingTime Moving Time */ + @param MovingTime Moving Time + */ public void setMovingTime (int MovingTime) { set_Value (COLUMNNAME_MovingTime, Integer.valueOf(MovingTime)); @@ -582,7 +566,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Moving Time. @return Moving Time */ - public int getMovingTime () + public int getMovingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_MovingTime); if (ii == null) @@ -591,9 +575,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -602,7 +585,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -616,9 +599,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Overlap Units. - @param OverlapUnits - Overlap Units are number of units that must be completed before they are moved the next activity - */ + @param OverlapUnits Overlap Units are number of units that must be completed before they are moved the next activity + */ public void setOverlapUnits (BigDecimal OverlapUnits) { set_Value (COLUMNNAME_OverlapUnits, OverlapUnits); @@ -627,7 +609,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Overlap Units. @return Overlap Units are number of units that must be completed before they are moved the next activity */ - public BigDecimal getOverlapUnits () + public BigDecimal getOverlapUnits() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OverlapUnits); if (bd == null) @@ -636,9 +618,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Priority. - @param Priority - Indicates if this request is of a high, medium or low priority. - */ + @param Priority Indicates if this request is of a high, medium or low priority. + */ public void setPriority (int Priority) { set_Value (COLUMNNAME_Priority, Integer.valueOf(Priority)); @@ -647,7 +628,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Priority. @return Indicates if this request is of a high, medium or low priority. */ - public int getPriority () + public int getPriority() { Integer ii = (Integer)get_Value(COLUMNNAME_Priority); if (ii == null) @@ -670,7 +651,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Plant = PL */ public static final String PROCESSTYPE_Plant = "PL"; /** Set Process Type. - @param ProcessType Process Type */ + @param ProcessType Process Type + */ public void setProcessType (String ProcessType) { @@ -679,7 +661,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Process Type. @return Process Type */ - public String getProcessType () + public String getProcessType() { return (String)get_Value(COLUMNNAME_ProcessType); } @@ -695,9 +677,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Void = V */ public static final String PUBLISHSTATUS_Void = "V"; /** Set Publication Status. - @param PublishStatus - Status of Publication - */ + @param PublishStatus Status of Publication + */ public void setPublishStatus (String PublishStatus) { @@ -707,13 +688,14 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Publication Status. @return Status of Publication */ - public String getPublishStatus () + public String getPublishStatus() { return (String)get_Value(COLUMNNAME_PublishStatus); } /** Set Qty Batch Size. - @param QtyBatchSize Qty Batch Size */ + @param QtyBatchSize Qty Batch Size + */ public void setQtyBatchSize (BigDecimal QtyBatchSize) { set_Value (COLUMNNAME_QtyBatchSize, QtyBatchSize); @@ -721,7 +703,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Qty Batch Size. @return Qty Batch Size */ - public BigDecimal getQtyBatchSize () + public BigDecimal getQtyBatchSize() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatchSize); if (bd == null) @@ -730,9 +712,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Queuing Time. - @param QueuingTime - Queue time is the time a job waits at a work center before begin handled. - */ + @param QueuingTime Queue time is the time a job waits at a work center before begin handled. + */ public void setQueuingTime (int QueuingTime) { set_Value (COLUMNNAME_QueuingTime, Integer.valueOf(QueuingTime)); @@ -741,7 +722,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Queuing Time. @return Queue time is the time a job waits at a work center before begin handled. */ - public int getQueuingTime () + public int getQueuingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_QueuingTime); if (ii == null) @@ -750,9 +731,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Setup Time. - @param SetupTime - Setup time before starting Production - */ + @param SetupTime Setup time before starting Production + */ public void setSetupTime (int SetupTime) { set_Value (COLUMNNAME_SetupTime, Integer.valueOf(SetupTime)); @@ -761,7 +741,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Setup Time. @return Setup time before starting Production */ - public int getSetupTime () + public int getSetupTime() { Integer ii = (Integer)get_Value(COLUMNNAME_SetupTime); if (ii == null) @@ -776,21 +756,20 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Resource. - @param S_Resource_ID - Resource - */ + @param S_Resource_ID Resource + */ public void setS_Resource_ID (int S_Resource_ID) { - if (S_Resource_ID < 1) + if (S_Resource_ID < 1) set_Value (COLUMNNAME_S_Resource_ID, null); - else + else set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); } /** Get Resource. @return Resource */ - public int getS_Resource_ID () + public int getS_Resource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); if (ii == null) @@ -799,9 +778,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Units by Cycles. - @param UnitsCycles - The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit. - */ + @param UnitsCycles The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit. + */ public void setUnitsCycles (BigDecimal UnitsCycles) { set_Value (COLUMNNAME_UnitsCycles, UnitsCycles); @@ -810,7 +788,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Units by Cycles. @return The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit. */ - public BigDecimal getUnitsCycles () + public BigDecimal getUnitsCycles() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_UnitsCycles); if (bd == null) @@ -819,7 +797,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Validate Workflow. - @param ValidateWorkflow Validate Workflow */ + @param ValidateWorkflow Validate Workflow + */ public void setValidateWorkflow (String ValidateWorkflow) { set_Value (COLUMNNAME_ValidateWorkflow, ValidateWorkflow); @@ -827,15 +806,14 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Validate Workflow. @return Validate Workflow */ - public String getValidateWorkflow () + public String getValidateWorkflow() { return (String)get_Value(COLUMNNAME_ValidateWorkflow); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -844,15 +822,14 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -861,15 +838,14 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -878,15 +854,14 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Version. - @param Version - Version of the table definition - */ + @param Version Version of the table definition + */ public void setVersion (int Version) { set_Value (COLUMNNAME_Version, Integer.valueOf(Version)); @@ -895,7 +870,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Version. @return Version of the table definition */ - public int getVersion () + public int getVersion() { Integer ii = (Integer)get_Value(COLUMNNAME_Version); if (ii == null) @@ -904,9 +879,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Waiting Time. - @param WaitingTime - Workflow Simulation Waiting time - */ + @param WaitingTime Workflow Simulation Waiting time + */ public void setWaitingTime (int WaitingTime) { set_Value (COLUMNNAME_WaitingTime, Integer.valueOf(WaitingTime)); @@ -915,7 +889,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Waiting Time. @return Workflow Simulation Waiting time */ - public int getWaitingTime () + public int getWaitingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_WaitingTime); if (ii == null) @@ -938,9 +912,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Wizard = W */ public static final String WORKFLOWTYPE_Wizard = "W"; /** Set Workflow Type. - @param WorkflowType - Type of Workflow - */ + @param WorkflowType Type of Workflow + */ public void setWorkflowType (String WorkflowType) { @@ -950,15 +923,14 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Workflow Type. @return Type of Workflow */ - public String getWorkflowType () + public String getWorkflowType() { return (String)get_Value(COLUMNNAME_WorkflowType); } /** Set Working Time. - @param WorkingTime - Workflow Simulation Execution Time - */ + @param WorkingTime Workflow Simulation Execution Time + */ public void setWorkingTime (int WorkingTime) { set_Value (COLUMNNAME_WorkingTime, Integer.valueOf(WorkingTime)); @@ -967,7 +939,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Working Time. @return Workflow Simulation Execution Time */ - public int getWorkingTime () + public int getWorkingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_WorkingTime); if (ii == null) @@ -976,9 +948,8 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent } /** Set Yield %. - @param Yield - The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent - */ + @param Yield The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent + */ public void setYield (int Yield) { set_Value (COLUMNNAME_Yield, Integer.valueOf(Yield)); @@ -987,7 +958,7 @@ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent /** Get Yield %. @return The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent */ - public int getYield () + public int getYield() { Integer ii = (Integer)get_Value(COLUMNNAME_Yield); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessor.java b/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessor.java index f30a5918c1..1c604b19d9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessor.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for AD_WorkflowProcessor * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WorkflowProcessor") public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor, I_Persistent { @@ -32,7 +32,7 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WorkflowProcessor (Properties ctx, int AD_WorkflowProcessor_ID, String trxName) @@ -84,18 +84,19 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor } /** Set Schedule. - @param AD_Schedule_ID Schedule */ + @param AD_Schedule_ID Schedule + */ public void setAD_Schedule_ID (int AD_Schedule_ID) { - if (AD_Schedule_ID < 1) + if (AD_Schedule_ID < 1) set_Value (COLUMNNAME_AD_Schedule_ID, null); - else + else set_Value (COLUMNNAME_AD_Schedule_ID, Integer.valueOf(AD_Schedule_ID)); } /** Get Schedule. @return Schedule */ - public int getAD_Schedule_ID () + public int getAD_Schedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Schedule_ID); if (ii == null) @@ -104,21 +105,20 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor } /** Set Workflow Processor. - @param AD_WorkflowProcessor_ID - Workflow Processor Server - */ + @param AD_WorkflowProcessor_ID Workflow Processor Server + */ public void setAD_WorkflowProcessor_ID (int AD_WorkflowProcessor_ID) { - if (AD_WorkflowProcessor_ID < 1) + if (AD_WorkflowProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WorkflowProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WorkflowProcessor_ID, Integer.valueOf(AD_WorkflowProcessor_ID)); } /** Get Workflow Processor. @return Workflow Processor Server */ - public int getAD_WorkflowProcessor_ID () + public int getAD_WorkflowProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WorkflowProcessor_ID); if (ii == null) @@ -127,7 +127,8 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor } /** Set AD_WorkflowProcessor_UU. - @param AD_WorkflowProcessor_UU AD_WorkflowProcessor_UU */ + @param AD_WorkflowProcessor_UU AD_WorkflowProcessor_UU + */ public void setAD_WorkflowProcessor_UU (String AD_WorkflowProcessor_UU) { set_Value (COLUMNNAME_AD_WorkflowProcessor_UU, AD_WorkflowProcessor_UU); @@ -135,15 +136,14 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor /** Get AD_WorkflowProcessor_UU. @return AD_WorkflowProcessor_UU */ - public String getAD_WorkflowProcessor_UU () + public String getAD_WorkflowProcessor_UU() { return (String)get_Value(COLUMNNAME_AD_WorkflowProcessor_UU); } /** Set Alert over Priority. - @param AlertOverPriority - Send alert email when over priority - */ + @param AlertOverPriority Send alert email when over priority + */ public void setAlertOverPriority (int AlertOverPriority) { set_Value (COLUMNNAME_AlertOverPriority, Integer.valueOf(AlertOverPriority)); @@ -152,7 +152,7 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor /** Get Alert over Priority. @return Send alert email when over priority */ - public int getAlertOverPriority () + public int getAlertOverPriority() { Integer ii = (Integer)get_Value(COLUMNNAME_AlertOverPriority); if (ii == null) @@ -161,9 +161,8 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_Value (COLUMNNAME_DateLastRun, DateLastRun); @@ -172,15 +171,14 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Date next run. - @param DateNextRun - Date the process will run next - */ + @param DateNextRun Date the process will run next + */ public void setDateNextRun (Timestamp DateNextRun) { set_Value (COLUMNNAME_DateNextRun, DateNextRun); @@ -189,15 +187,14 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor /** Get Date next run. @return Date the process will run next */ - public Timestamp getDateNextRun () + public Timestamp getDateNextRun() { return (Timestamp)get_Value(COLUMNNAME_DateNextRun); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -206,15 +203,14 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Inactivity Alert Days. - @param InactivityAlertDays - Send Alert when there is no activity after days (0= no alert) - */ + @param InactivityAlertDays Send Alert when there is no activity after days (0= no alert) + */ public void setInactivityAlertDays (int InactivityAlertDays) { set_Value (COLUMNNAME_InactivityAlertDays, Integer.valueOf(InactivityAlertDays)); @@ -223,7 +219,7 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor /** Get Inactivity Alert Days. @return Send Alert when there is no activity after days (0= no alert) */ - public int getInactivityAlertDays () + public int getInactivityAlertDays() { Integer ii = (Integer)get_Value(COLUMNNAME_InactivityAlertDays); if (ii == null) @@ -232,9 +228,8 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor } /** Set Days to keep Log. - @param KeepLogDays - Number of days to keep the log entries - */ + @param KeepLogDays Number of days to keep the log entries + */ public void setKeepLogDays (int KeepLogDays) { set_Value (COLUMNNAME_KeepLogDays, Integer.valueOf(KeepLogDays)); @@ -243,7 +238,7 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor /** Get Days to keep Log. @return Number of days to keep the log entries */ - public int getKeepLogDays () + public int getKeepLogDays() { Integer ii = (Integer)get_Value(COLUMNNAME_KeepLogDays); if (ii == null) @@ -252,9 +247,8 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -263,7 +257,7 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -277,7 +271,8 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -285,7 +280,7 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -298,9 +293,8 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor } /** Set Reminder Days. - @param RemindDays - Days between sending Reminder Emails for a due or inactive Document - */ + @param RemindDays Days between sending Reminder Emails for a due or inactive Document + */ public void setRemindDays (int RemindDays) { set_Value (COLUMNNAME_RemindDays, Integer.valueOf(RemindDays)); @@ -309,7 +303,7 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor /** Get Reminder Days. @return Days between sending Reminder Emails for a due or inactive Document */ - public int getRemindDays () + public int getRemindDays() { Integer ii = (Integer)get_Value(COLUMNNAME_RemindDays); if (ii == null) @@ -324,21 +318,20 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor } /** Set Supervisor. - @param Supervisor_ID - Supervisor for this user/organization - used for escalation and approval - */ + @param Supervisor_ID Supervisor for this user/organization - used for escalation and approval + */ public void setSupervisor_ID (int Supervisor_ID) { - if (Supervisor_ID < 1) + if (Supervisor_ID < 1) set_Value (COLUMNNAME_Supervisor_ID, null); - else + else set_Value (COLUMNNAME_Supervisor_ID, Integer.valueOf(Supervisor_ID)); } /** Get Supervisor. @return Supervisor for this user/organization - used for escalation and approval */ - public int getSupervisor_ID () + public int getSupervisor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Supervisor_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessorLog.java b/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessorLog.java index ecf65aa7ae..8ac3429f87 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessorLog.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_WorkflowProcessorLog * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_WorkflowProcessorLog") public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProcessorLog, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_WorkflowProcessorLog (Properties ctx, int AD_WorkflowProcessorLog_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces } /** Set Workflow Processor. - @param AD_WorkflowProcessor_ID - Workflow Processor Server - */ + @param AD_WorkflowProcessor_ID Workflow Processor Server + */ public void setAD_WorkflowProcessor_ID (int AD_WorkflowProcessor_ID) { - if (AD_WorkflowProcessor_ID < 1) + if (AD_WorkflowProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WorkflowProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WorkflowProcessor_ID, Integer.valueOf(AD_WorkflowProcessor_ID)); } /** Get Workflow Processor. @return Workflow Processor Server */ - public int getAD_WorkflowProcessor_ID () + public int getAD_WorkflowProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WorkflowProcessor_ID); if (ii == null) @@ -102,21 +101,20 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces } /** Set Workflow Processorl Log. - @param AD_WorkflowProcessorLog_ID - Result of the execution of the Workflow Processor - */ + @param AD_WorkflowProcessorLog_ID Result of the execution of the Workflow Processor + */ public void setAD_WorkflowProcessorLog_ID (int AD_WorkflowProcessorLog_ID) { - if (AD_WorkflowProcessorLog_ID < 1) + if (AD_WorkflowProcessorLog_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WorkflowProcessorLog_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WorkflowProcessorLog_ID, Integer.valueOf(AD_WorkflowProcessorLog_ID)); } /** Get Workflow Processorl Log. @return Result of the execution of the Workflow Processor */ - public int getAD_WorkflowProcessorLog_ID () + public int getAD_WorkflowProcessorLog_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WorkflowProcessorLog_ID); if (ii == null) @@ -125,7 +123,8 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces } /** Set AD_WorkflowProcessorLog_UU. - @param AD_WorkflowProcessorLog_UU AD_WorkflowProcessorLog_UU */ + @param AD_WorkflowProcessorLog_UU AD_WorkflowProcessorLog_UU + */ public void setAD_WorkflowProcessorLog_UU (String AD_WorkflowProcessorLog_UU) { set_Value (COLUMNNAME_AD_WorkflowProcessorLog_UU, AD_WorkflowProcessorLog_UU); @@ -133,15 +132,14 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces /** Get AD_WorkflowProcessorLog_UU. @return AD_WorkflowProcessorLog_UU */ - public String getAD_WorkflowProcessorLog_UU () + public String getAD_WorkflowProcessorLog_UU() { return (String)get_Value(COLUMNNAME_AD_WorkflowProcessorLog_UU); } /** Set Binary Data. - @param BinaryData - Binary Data - */ + @param BinaryData Binary Data + */ public void setBinaryData (byte[] BinaryData) { set_Value (COLUMNNAME_BinaryData, BinaryData); @@ -150,15 +148,14 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces /** Get Binary Data. @return Binary Data */ - public byte[] getBinaryData () + public byte[] getBinaryData() { return (byte[])get_Value(COLUMNNAME_BinaryData); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -167,15 +164,14 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Error. - @param IsError - An Error occurred in the execution - */ + @param IsError An Error occurred in the execution + */ public void setIsError (boolean IsError) { set_Value (COLUMNNAME_IsError, Boolean.valueOf(IsError)); @@ -184,7 +180,7 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces /** Get Error. @return An Error occurred in the execution */ - public boolean isError () + public boolean isError() { Object oo = get_Value(COLUMNNAME_IsError); if (oo != null) @@ -197,9 +193,8 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces } /** Set Reference. - @param Reference - Reference for this record - */ + @param Reference Reference for this record + */ public void setReference (String Reference) { set_Value (COLUMNNAME_Reference, Reference); @@ -208,15 +203,14 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces /** Get Reference. @return Reference for this record */ - public String getReference () + public String getReference() { return (String)get_Value(COLUMNNAME_Reference); } /** Set Summary. - @param Summary - Textual summary of this request - */ + @param Summary Textual summary of this request + */ public void setSummary (String Summary) { set_Value (COLUMNNAME_Summary, Summary); @@ -225,15 +219,14 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces /** Get Summary. @return Textual summary of this request */ - public String getSummary () + public String getSummary() { return (String)get_Value(COLUMNNAME_Summary); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -242,7 +235,7 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Workflow_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Workflow_Access.java index dabf2c8ef2..255883b981 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Workflow_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Workflow_Access.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_Workflow_Access * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_Workflow_Access") public class X_AD_Workflow_Access extends PO implements I_AD_Workflow_Access, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_Workflow_Access extends PO implements I_AD_Workflow_Access, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_Workflow_Access (Properties ctx, int AD_Workflow_Access_ID, String trxName) @@ -79,21 +79,20 @@ public class X_AD_Workflow_Access extends PO implements I_AD_Workflow_Access, I_ } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -102,7 +101,8 @@ public class X_AD_Workflow_Access extends PO implements I_AD_Workflow_Access, I_ } /** Set AD_Workflow_Access_UU. - @param AD_Workflow_Access_UU AD_Workflow_Access_UU */ + @param AD_Workflow_Access_UU AD_Workflow_Access_UU + */ public void setAD_Workflow_Access_UU (String AD_Workflow_Access_UU) { set_Value (COLUMNNAME_AD_Workflow_Access_UU, AD_Workflow_Access_UU); @@ -110,7 +110,7 @@ public class X_AD_Workflow_Access extends PO implements I_AD_Workflow_Access, I_ /** Get AD_Workflow_Access_UU. @return AD_Workflow_Access_UU */ - public String getAD_Workflow_Access_UU () + public String getAD_Workflow_Access_UU() { return (String)get_Value(COLUMNNAME_AD_Workflow_Access_UU); } @@ -122,21 +122,20 @@ public class X_AD_Workflow_Access extends PO implements I_AD_Workflow_Access, I_ } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Workflow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -145,9 +144,8 @@ public class X_AD_Workflow_Access extends PO implements I_AD_Workflow_Access, I_ } /** Set Read Write. - @param IsReadWrite - Field is read / write - */ + @param IsReadWrite Field is read / write + */ public void setIsReadWrite (boolean IsReadWrite) { set_Value (COLUMNNAME_IsReadWrite, Boolean.valueOf(IsReadWrite)); @@ -156,7 +154,7 @@ public class X_AD_Workflow_Access extends PO implements I_AD_Workflow_Access, I_ /** Get Read Write. @return Field is read / write */ - public boolean isReadWrite () + public boolean isReadWrite() { Object oo = get_Value(COLUMNNAME_IsReadWrite); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ZoomCondition.java b/org.adempiere.base/src/org/compiere/model/X_AD_ZoomCondition.java index ef46671a33..9948e8c356 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ZoomCondition.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ZoomCondition.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for AD_ZoomCondition * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="AD_ZoomCondition") public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Persistent { @@ -30,7 +30,7 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_AD_ZoomCondition (Properties ctx, int AD_ZoomCondition_ID, String trxName) @@ -82,21 +82,20 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -134,18 +132,19 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers } /** Set Zoom condition. - @param AD_ZoomCondition_ID Zoom condition */ + @param AD_ZoomCondition_ID Zoom condition + */ public void setAD_ZoomCondition_ID (int AD_ZoomCondition_ID) { - if (AD_ZoomCondition_ID < 1) + if (AD_ZoomCondition_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_ZoomCondition_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_ZoomCondition_ID, Integer.valueOf(AD_ZoomCondition_ID)); } /** Get Zoom condition. @return Zoom condition */ - public int getAD_ZoomCondition_ID () + public int getAD_ZoomCondition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_ZoomCondition_ID); if (ii == null) @@ -154,7 +153,8 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers } /** Set AD_ZoomCondition_UU. - @param AD_ZoomCondition_UU AD_ZoomCondition_UU */ + @param AD_ZoomCondition_UU AD_ZoomCondition_UU + */ public void setAD_ZoomCondition_UU (String AD_ZoomCondition_UU) { set_Value (COLUMNNAME_AD_ZoomCondition_UU, AD_ZoomCondition_UU); @@ -162,15 +162,14 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers /** Get AD_ZoomCondition_UU. @return AD_ZoomCondition_UU */ - public String getAD_ZoomCondition_UU () + public String getAD_ZoomCondition_UU() { return (String)get_Value(COLUMNNAME_AD_ZoomCondition_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -179,7 +178,7 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -187,9 +186,8 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -199,15 +197,14 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -216,15 +213,14 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -233,7 +229,7 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -242,9 +238,8 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers } /** Set Sql WHERE. - @param WhereClause - Fully qualified SQL WHERE clause - */ + @param WhereClause Fully qualified SQL WHERE clause + */ public void setWhereClause (String WhereClause) { set_Value (COLUMNNAME_WhereClause, WhereClause); @@ -253,15 +248,14 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers /** Get Sql WHERE. @return Fully qualified SQL WHERE clause */ - public String getWhereClause () + public String getWhereClause() { return (String)get_Value(COLUMNNAME_WhereClause); } /** Set Zoom Logic. - @param ZoomLogic - the result determines if the zoom condition is applied - */ + @param ZoomLogic the result determines if the zoom condition is applied + */ public void setZoomLogic (String ZoomLogic) { set_Value (COLUMNNAME_ZoomLogic, ZoomLogic); @@ -270,7 +264,7 @@ public class X_AD_ZoomCondition extends PO implements I_AD_ZoomCondition, I_Pers /** Get Zoom Logic. @return the result determines if the zoom condition is applied */ - public String getZoomLogic () + public String getZoomLogic() { return (String)get_Value(COLUMNNAME_ZoomLogic); } diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_ClientException.java b/org.adempiere.base/src/org/compiere/model/X_ASP_ClientException.java index 31d21b18ae..a52200673a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_ClientException.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_ClientException.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for ASP_ClientException * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="ASP_ClientException") public class X_ASP_ClientException extends PO implements I_ASP_ClientException, I_Persistent { @@ -30,7 +30,7 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_ASP_ClientException (Properties ctx, int ASP_ClientException_ID, String trxName) @@ -79,21 +79,20 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, } /** Set Field. - @param AD_Field_ID - Field on a database table - */ + @param AD_Field_ID Field on a database table + */ public void setAD_Field_ID (int AD_Field_ID) { - if (AD_Field_ID < 1) + if (AD_Field_ID < 1) set_Value (COLUMNNAME_AD_Field_ID, null); - else + else set_Value (COLUMNNAME_AD_Field_ID, Integer.valueOf(AD_Field_ID)); } /** Get Field. @return Field on a database table */ - public int getAD_Field_ID () + public int getAD_Field_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Field_ID); if (ii == null) @@ -108,21 +107,20 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, } /** Set Special Form. - @param AD_Form_ID - Special Form - */ + @param AD_Form_ID Special Form + */ public void setAD_Form_ID (int AD_Form_ID) { - if (AD_Form_ID < 1) + if (AD_Form_ID < 1) set_Value (COLUMNNAME_AD_Form_ID, null); - else + else set_Value (COLUMNNAME_AD_Form_ID, Integer.valueOf(AD_Form_ID)); } /** Get Special Form. @return Special Form */ - public int getAD_Form_ID () + public int getAD_Form_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Form_ID); if (ii == null) @@ -137,21 +135,20 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -166,18 +163,19 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, } /** Set Process Parameter. - @param AD_Process_Para_ID Process Parameter */ + @param AD_Process_Para_ID Process Parameter + */ public void setAD_Process_Para_ID (int AD_Process_Para_ID) { - if (AD_Process_Para_ID < 1) + if (AD_Process_Para_ID < 1) set_Value (COLUMNNAME_AD_Process_Para_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_Para_ID, Integer.valueOf(AD_Process_Para_ID)); } /** Get Process Parameter. @return Process Parameter */ - public int getAD_Process_Para_ID () + public int getAD_Process_Para_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_Para_ID); if (ii == null) @@ -192,21 +190,20 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, } /** Set Tab. - @param AD_Tab_ID - Tab within a Window - */ + @param AD_Tab_ID Tab within a Window + */ public void setAD_Tab_ID (int AD_Tab_ID) { - if (AD_Tab_ID < 1) + if (AD_Tab_ID < 1) set_Value (COLUMNNAME_AD_Tab_ID, null); - else + else set_Value (COLUMNNAME_AD_Tab_ID, Integer.valueOf(AD_Tab_ID)); } /** Get Tab. @return Tab within a Window */ - public int getAD_Tab_ID () + public int getAD_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_ID); if (ii == null) @@ -221,21 +218,20 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, } /** Set OS Task. - @param AD_Task_ID - Operation System Task - */ + @param AD_Task_ID Operation System Task + */ public void setAD_Task_ID (int AD_Task_ID) { - if (AD_Task_ID < 1) + if (AD_Task_ID < 1) set_Value (COLUMNNAME_AD_Task_ID, null); - else + else set_Value (COLUMNNAME_AD_Task_ID, Integer.valueOf(AD_Task_ID)); } /** Get OS Task. @return Operation System Task */ - public int getAD_Task_ID () + public int getAD_Task_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Task_ID); if (ii == null) @@ -250,21 +246,20 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, } /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ + @param AD_WF_Node_ID Workflow Node (activity), step or process + */ public void setAD_WF_Node_ID (int AD_WF_Node_ID) { - if (AD_WF_Node_ID < 1) + if (AD_WF_Node_ID < 1) set_Value (COLUMNNAME_AD_WF_Node_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); } /** Get Node. @return Workflow Node (activity), step or process */ - public int getAD_WF_Node_ID () + public int getAD_WF_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); if (ii == null) @@ -279,21 +274,20 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -308,21 +302,20 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_Value (COLUMNNAME_AD_Workflow_ID, null); - else + else set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -331,18 +324,19 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, } /** Set Client Exception. - @param ASP_ClientException_ID Client Exception */ + @param ASP_ClientException_ID Client Exception + */ public void setASP_ClientException_ID (int ASP_ClientException_ID) { - if (ASP_ClientException_ID < 1) + if (ASP_ClientException_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_ClientException_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_ClientException_ID, Integer.valueOf(ASP_ClientException_ID)); } /** Get Client Exception. @return Client Exception */ - public int getASP_ClientException_ID () + public int getASP_ClientException_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_ClientException_ID); if (ii == null) @@ -351,7 +345,8 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, } /** Set ASP_ClientException_UU. - @param ASP_ClientException_UU ASP_ClientException_UU */ + @param ASP_ClientException_UU ASP_ClientException_UU + */ public void setASP_ClientException_UU (String ASP_ClientException_UU) { set_Value (COLUMNNAME_ASP_ClientException_UU, ASP_ClientException_UU); @@ -359,7 +354,7 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, /** Get ASP_ClientException_UU. @return ASP_ClientException_UU */ - public String getASP_ClientException_UU () + public String getASP_ClientException_UU() { return (String)get_Value(COLUMNNAME_ASP_ClientException_UU); } @@ -373,7 +368,8 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, /** Undefined = U */ public static final String ASP_STATUS_Undefined = "U"; /** Set ASP Status. - @param ASP_Status ASP Status */ + @param ASP_Status ASP Status + */ public void setASP_Status (String ASP_Status) { @@ -382,7 +378,7 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, /** Get ASP Status. @return ASP Status */ - public String getASP_Status () + public String getASP_Status() { return (String)get_Value(COLUMNNAME_ASP_Status); } diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_ClientLevel.java b/org.adempiere.base/src/org/compiere/model/X_ASP_ClientLevel.java index 535ed59069..8c6f3e0de0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_ClientLevel.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_ClientLevel.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for ASP_ClientLevel * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="ASP_ClientLevel") public class X_ASP_ClientLevel extends PO implements I_ASP_ClientLevel, I_Persistent { @@ -30,7 +30,7 @@ public class X_ASP_ClientLevel extends PO implements I_ASP_ClientLevel, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_ASP_ClientLevel (Properties ctx, int ASP_ClientLevel_ID, String trxName) @@ -73,18 +73,19 @@ public class X_ASP_ClientLevel extends PO implements I_ASP_ClientLevel, I_Persis } /** Set Client Level. - @param ASP_ClientLevel_ID Client Level */ + @param ASP_ClientLevel_ID Client Level + */ public void setASP_ClientLevel_ID (int ASP_ClientLevel_ID) { - if (ASP_ClientLevel_ID < 1) + if (ASP_ClientLevel_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_ClientLevel_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_ClientLevel_ID, Integer.valueOf(ASP_ClientLevel_ID)); } /** Get Client Level. @return Client Level */ - public int getASP_ClientLevel_ID () + public int getASP_ClientLevel_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_ClientLevel_ID); if (ii == null) @@ -93,7 +94,8 @@ public class X_ASP_ClientLevel extends PO implements I_ASP_ClientLevel, I_Persis } /** Set ASP_ClientLevel_UU. - @param ASP_ClientLevel_UU ASP_ClientLevel_UU */ + @param ASP_ClientLevel_UU ASP_ClientLevel_UU + */ public void setASP_ClientLevel_UU (String ASP_ClientLevel_UU) { set_Value (COLUMNNAME_ASP_ClientLevel_UU, ASP_ClientLevel_UU); @@ -101,7 +103,7 @@ public class X_ASP_ClientLevel extends PO implements I_ASP_ClientLevel, I_Persis /** Get ASP_ClientLevel_UU. @return ASP_ClientLevel_UU */ - public String getASP_ClientLevel_UU () + public String getASP_ClientLevel_UU() { return (String)get_Value(COLUMNNAME_ASP_ClientLevel_UU); } @@ -113,18 +115,19 @@ public class X_ASP_ClientLevel extends PO implements I_ASP_ClientLevel, I_Persis } /** Set ASP Level. - @param ASP_Level_ID ASP Level */ + @param ASP_Level_ID ASP Level + */ public void setASP_Level_ID (int ASP_Level_ID) { - if (ASP_Level_ID < 1) + if (ASP_Level_ID < 1) set_Value (COLUMNNAME_ASP_Level_ID, null); - else + else set_Value (COLUMNNAME_ASP_Level_ID, Integer.valueOf(ASP_Level_ID)); } /** Get ASP Level. @return ASP Level */ - public int getASP_Level_ID () + public int getASP_Level_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Level_ID); if (ii == null) @@ -139,18 +142,19 @@ public class X_ASP_ClientLevel extends PO implements I_ASP_ClientLevel, I_Persis } /** Set ASP Module. - @param ASP_Module_ID ASP Module */ + @param ASP_Module_ID ASP Module + */ public void setASP_Module_ID (int ASP_Module_ID) { - if (ASP_Module_ID < 1) + if (ASP_Module_ID < 1) set_Value (COLUMNNAME_ASP_Module_ID, null); - else + else set_Value (COLUMNNAME_ASP_Module_ID, Integer.valueOf(ASP_Module_ID)); } /** Get ASP Module. @return ASP Module */ - public int getASP_Module_ID () + public int getASP_Module_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Module_ID); if (ii == null) @@ -159,9 +163,8 @@ public class X_ASP_ClientLevel extends PO implements I_ASP_ClientLevel, I_Persis } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -170,7 +173,7 @@ public class X_ASP_ClientLevel extends PO implements I_ASP_ClientLevel, I_Persis /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Field.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Field.java index 504f246878..a8e84d68bb 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Field.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Field.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for ASP_Field * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="ASP_Field") public class X_ASP_Field extends PO implements I_ASP_Field, I_Persistent { @@ -30,7 +30,7 @@ public class X_ASP_Field extends PO implements I_ASP_Field, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_ASP_Field (Properties ctx, int ASP_Field_ID, String trxName) @@ -78,21 +78,20 @@ public class X_ASP_Field extends PO implements I_ASP_Field, I_Persistent } /** Set Field. - @param AD_Field_ID - Field on a database table - */ + @param AD_Field_ID Field on a database table + */ public void setAD_Field_ID (int AD_Field_ID) { - if (AD_Field_ID < 1) + if (AD_Field_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Field_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Field_ID, Integer.valueOf(AD_Field_ID)); } /** Get Field. @return Field on a database table */ - public int getAD_Field_ID () + public int getAD_Field_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Field_ID); if (ii == null) @@ -101,18 +100,19 @@ public class X_ASP_Field extends PO implements I_ASP_Field, I_Persistent } /** Set ASP Field. - @param ASP_Field_ID ASP Field */ + @param ASP_Field_ID ASP Field + */ public void setASP_Field_ID (int ASP_Field_ID) { - if (ASP_Field_ID < 1) + if (ASP_Field_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Field_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Field_ID, Integer.valueOf(ASP_Field_ID)); } /** Get ASP Field. @return ASP Field */ - public int getASP_Field_ID () + public int getASP_Field_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Field_ID); if (ii == null) @@ -121,7 +121,8 @@ public class X_ASP_Field extends PO implements I_ASP_Field, I_Persistent } /** Set ASP_Field_UU. - @param ASP_Field_UU ASP_Field_UU */ + @param ASP_Field_UU ASP_Field_UU + */ public void setASP_Field_UU (String ASP_Field_UU) { set_Value (COLUMNNAME_ASP_Field_UU, ASP_Field_UU); @@ -129,7 +130,7 @@ public class X_ASP_Field extends PO implements I_ASP_Field, I_Persistent /** Get ASP_Field_UU. @return ASP_Field_UU */ - public String getASP_Field_UU () + public String getASP_Field_UU() { return (String)get_Value(COLUMNNAME_ASP_Field_UU); } @@ -143,7 +144,8 @@ public class X_ASP_Field extends PO implements I_ASP_Field, I_Persistent /** Undefined = U */ public static final String ASP_STATUS_Undefined = "U"; /** Set ASP Status. - @param ASP_Status ASP Status */ + @param ASP_Status ASP Status + */ public void setASP_Status (String ASP_Status) { @@ -152,7 +154,7 @@ public class X_ASP_Field extends PO implements I_ASP_Field, I_Persistent /** Get ASP Status. @return ASP Status */ - public String getASP_Status () + public String getASP_Status() { return (String)get_Value(COLUMNNAME_ASP_Status); } @@ -164,18 +166,19 @@ public class X_ASP_Field extends PO implements I_ASP_Field, I_Persistent } /** Set ASP Tab. - @param ASP_Tab_ID ASP Tab */ + @param ASP_Tab_ID ASP Tab + */ public void setASP_Tab_ID (int ASP_Tab_ID) { - if (ASP_Tab_ID < 1) + if (ASP_Tab_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Tab_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Tab_ID, Integer.valueOf(ASP_Tab_ID)); } /** Get ASP Tab. @return ASP Tab */ - public int getASP_Tab_ID () + public int getASP_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Tab_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Form.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Form.java index be020d345f..2d4b1121dc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Form.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Form.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for ASP_Form * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="ASP_Form") public class X_ASP_Form extends PO implements I_ASP_Form, I_Persistent { @@ -30,7 +30,7 @@ public class X_ASP_Form extends PO implements I_ASP_Form, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_ASP_Form (Properties ctx, int ASP_Form_ID, String trxName) @@ -80,21 +80,20 @@ public class X_ASP_Form extends PO implements I_ASP_Form, I_Persistent } /** Set Special Form. - @param AD_Form_ID - Special Form - */ + @param AD_Form_ID Special Form + */ public void setAD_Form_ID (int AD_Form_ID) { - if (AD_Form_ID < 1) + if (AD_Form_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Form_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Form_ID, Integer.valueOf(AD_Form_ID)); } /** Get Special Form. @return Special Form */ - public int getAD_Form_ID () + public int getAD_Form_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Form_ID); if (ii == null) @@ -103,18 +102,19 @@ public class X_ASP_Form extends PO implements I_ASP_Form, I_Persistent } /** Set ASP Form. - @param ASP_Form_ID ASP Form */ + @param ASP_Form_ID ASP Form + */ public void setASP_Form_ID (int ASP_Form_ID) { - if (ASP_Form_ID < 1) + if (ASP_Form_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Form_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Form_ID, Integer.valueOf(ASP_Form_ID)); } /** Get ASP Form. @return ASP Form */ - public int getASP_Form_ID () + public int getASP_Form_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Form_ID); if (ii == null) @@ -123,7 +123,8 @@ public class X_ASP_Form extends PO implements I_ASP_Form, I_Persistent } /** Set ASP_Form_UU. - @param ASP_Form_UU ASP_Form_UU */ + @param ASP_Form_UU ASP_Form_UU + */ public void setASP_Form_UU (String ASP_Form_UU) { set_Value (COLUMNNAME_ASP_Form_UU, ASP_Form_UU); @@ -131,7 +132,7 @@ public class X_ASP_Form extends PO implements I_ASP_Form, I_Persistent /** Get ASP_Form_UU. @return ASP_Form_UU */ - public String getASP_Form_UU () + public String getASP_Form_UU() { return (String)get_Value(COLUMNNAME_ASP_Form_UU); } @@ -143,18 +144,19 @@ public class X_ASP_Form extends PO implements I_ASP_Form, I_Persistent } /** Set ASP Level. - @param ASP_Level_ID ASP Level */ + @param ASP_Level_ID ASP Level + */ public void setASP_Level_ID (int ASP_Level_ID) { - if (ASP_Level_ID < 1) + if (ASP_Level_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Level_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Level_ID, Integer.valueOf(ASP_Level_ID)); } /** Get ASP Level. @return ASP Level */ - public int getASP_Level_ID () + public int getASP_Level_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Level_ID); if (ii == null) @@ -171,7 +173,8 @@ public class X_ASP_Form extends PO implements I_ASP_Form, I_Persistent /** Undefined = U */ public static final String ASP_STATUS_Undefined = "U"; /** Set ASP Status. - @param ASP_Status ASP Status */ + @param ASP_Status ASP Status + */ public void setASP_Status (String ASP_Status) { @@ -180,7 +183,7 @@ public class X_ASP_Form extends PO implements I_ASP_Form, I_Persistent /** Get ASP Status. @return ASP Status */ - public String getASP_Status () + public String getASP_Status() { return (String)get_Value(COLUMNNAME_ASP_Status); } diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Level.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Level.java index ce25ef71a5..8aef71bd65 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Level.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Level.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for ASP_Level * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="ASP_Level") public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent { @@ -31,7 +31,7 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_ASP_Level (Properties ctx, int ASP_Level_ID, String trxName) @@ -75,18 +75,19 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent } /** Set ASP Level. - @param ASP_Level_ID ASP Level */ + @param ASP_Level_ID ASP Level + */ public void setASP_Level_ID (int ASP_Level_ID) { - if (ASP_Level_ID < 1) + if (ASP_Level_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Level_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Level_ID, Integer.valueOf(ASP_Level_ID)); } /** Get ASP Level. @return ASP Level */ - public int getASP_Level_ID () + public int getASP_Level_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Level_ID); if (ii == null) @@ -95,7 +96,8 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent } /** Set ASP_Level_UU. - @param ASP_Level_UU ASP_Level_UU */ + @param ASP_Level_UU ASP_Level_UU + */ public void setASP_Level_UU (String ASP_Level_UU) { set_Value (COLUMNNAME_ASP_Level_UU, ASP_Level_UU); @@ -103,7 +105,7 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent /** Get ASP_Level_UU. @return ASP_Level_UU */ - public String getASP_Level_UU () + public String getASP_Level_UU() { return (String)get_Value(COLUMNNAME_ASP_Level_UU); } @@ -115,18 +117,19 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent } /** Set ASP Module. - @param ASP_Module_ID ASP Module */ + @param ASP_Module_ID ASP Module + */ public void setASP_Module_ID (int ASP_Module_ID) { - if (ASP_Module_ID < 1) + if (ASP_Module_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Module_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Module_ID, Integer.valueOf(ASP_Module_ID)); } /** Get ASP Module. @return ASP Module */ - public int getASP_Module_ID () + public int getASP_Module_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Module_ID); if (ii == null) @@ -135,9 +138,8 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -146,15 +148,14 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -163,15 +164,14 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -180,7 +180,7 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -194,7 +194,8 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -202,7 +203,7 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -215,9 +216,8 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -226,7 +226,7 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Module.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Module.java index aafd890e41..094e2ea5f5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Module.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Module.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for ASP_Module * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="ASP_Module") public class X_ASP_Module extends PO implements I_ASP_Module, I_Persistent { @@ -31,7 +31,7 @@ public class X_ASP_Module extends PO implements I_ASP_Module, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_ASP_Module (Properties ctx, int ASP_Module_ID, String trxName) @@ -74,18 +74,19 @@ public class X_ASP_Module extends PO implements I_ASP_Module, I_Persistent } /** Set ASP Module. - @param ASP_Module_ID ASP Module */ + @param ASP_Module_ID ASP Module + */ public void setASP_Module_ID (int ASP_Module_ID) { - if (ASP_Module_ID < 1) + if (ASP_Module_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Module_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Module_ID, Integer.valueOf(ASP_Module_ID)); } /** Get ASP Module. @return ASP Module */ - public int getASP_Module_ID () + public int getASP_Module_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Module_ID); if (ii == null) @@ -94,7 +95,8 @@ public class X_ASP_Module extends PO implements I_ASP_Module, I_Persistent } /** Set ASP_Module_UU. - @param ASP_Module_UU ASP_Module_UU */ + @param ASP_Module_UU ASP_Module_UU + */ public void setASP_Module_UU (String ASP_Module_UU) { set_Value (COLUMNNAME_ASP_Module_UU, ASP_Module_UU); @@ -102,15 +104,14 @@ public class X_ASP_Module extends PO implements I_ASP_Module, I_Persistent /** Get ASP_Module_UU. @return ASP_Module_UU */ - public String getASP_Module_UU () + public String getASP_Module_UU() { return (String)get_Value(COLUMNNAME_ASP_Module_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -119,15 +120,14 @@ public class X_ASP_Module extends PO implements I_ASP_Module, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -136,15 +136,14 @@ public class X_ASP_Module extends PO implements I_ASP_Module, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -153,7 +152,7 @@ public class X_ASP_Module extends PO implements I_ASP_Module, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -167,9 +166,8 @@ public class X_ASP_Module extends PO implements I_ASP_Module, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -178,7 +176,7 @@ public class X_ASP_Module extends PO implements I_ASP_Module, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Process.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Process.java index 9291cb199c..e83442e3bb 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Process.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Process.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for ASP_Process * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="ASP_Process") public class X_ASP_Process extends PO implements I_ASP_Process, I_Persistent { @@ -31,7 +31,7 @@ public class X_ASP_Process extends PO implements I_ASP_Process, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_ASP_Process (Properties ctx, int ASP_Process_ID, String trxName) @@ -81,21 +81,20 @@ public class X_ASP_Process extends PO implements I_ASP_Process, I_Persistent } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Process_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -110,18 +109,19 @@ public class X_ASP_Process extends PO implements I_ASP_Process, I_Persistent } /** Set ASP Level. - @param ASP_Level_ID ASP Level */ + @param ASP_Level_ID ASP Level + */ public void setASP_Level_ID (int ASP_Level_ID) { - if (ASP_Level_ID < 1) + if (ASP_Level_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Level_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Level_ID, Integer.valueOf(ASP_Level_ID)); } /** Get ASP Level. @return ASP Level */ - public int getASP_Level_ID () + public int getASP_Level_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Level_ID); if (ii == null) @@ -138,18 +138,19 @@ public class X_ASP_Process extends PO implements I_ASP_Process, I_Persistent } /** Set ASP Process. - @param ASP_Process_ID ASP Process */ + @param ASP_Process_ID ASP Process + */ public void setASP_Process_ID (int ASP_Process_ID) { - if (ASP_Process_ID < 1) + if (ASP_Process_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Process_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Process_ID, Integer.valueOf(ASP_Process_ID)); } /** Get ASP Process. @return ASP Process */ - public int getASP_Process_ID () + public int getASP_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Process_ID); if (ii == null) @@ -158,7 +159,8 @@ public class X_ASP_Process extends PO implements I_ASP_Process, I_Persistent } /** Set ASP_Process_UU. - @param ASP_Process_UU ASP_Process_UU */ + @param ASP_Process_UU ASP_Process_UU + */ public void setASP_Process_UU (String ASP_Process_UU) { set_Value (COLUMNNAME_ASP_Process_UU, ASP_Process_UU); @@ -166,7 +168,7 @@ public class X_ASP_Process extends PO implements I_ASP_Process, I_Persistent /** Get ASP_Process_UU. @return ASP_Process_UU */ - public String getASP_Process_UU () + public String getASP_Process_UU() { return (String)get_Value(COLUMNNAME_ASP_Process_UU); } @@ -180,7 +182,8 @@ public class X_ASP_Process extends PO implements I_ASP_Process, I_Persistent /** Undefined = U */ public static final String ASP_STATUS_Undefined = "U"; /** Set ASP Status. - @param ASP_Status ASP Status */ + @param ASP_Status ASP Status + */ public void setASP_Status (String ASP_Status) { @@ -189,7 +192,7 @@ public class X_ASP_Process extends PO implements I_ASP_Process, I_Persistent /** Get ASP Status. @return ASP Status */ - public String getASP_Status () + public String getASP_Status() { return (String)get_Value(COLUMNNAME_ASP_Status); } diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Process_Para.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Process_Para.java index 2b3fa7ed2f..33fbce3d47 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Process_Para.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Process_Para.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for ASP_Process_Para * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="ASP_Process_Para") public class X_ASP_Process_Para extends PO implements I_ASP_Process_Para, I_Persistent { @@ -30,7 +30,7 @@ public class X_ASP_Process_Para extends PO implements I_ASP_Process_Para, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_ASP_Process_Para (Properties ctx, int ASP_Process_Para_ID, String trxName) @@ -78,18 +78,19 @@ public class X_ASP_Process_Para extends PO implements I_ASP_Process_Para, I_Pers } /** Set Process Parameter. - @param AD_Process_Para_ID Process Parameter */ + @param AD_Process_Para_ID Process Parameter + */ public void setAD_Process_Para_ID (int AD_Process_Para_ID) { - if (AD_Process_Para_ID < 1) + if (AD_Process_Para_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Process_Para_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Process_Para_ID, Integer.valueOf(AD_Process_Para_ID)); } /** Get Process Parameter. @return Process Parameter */ - public int getAD_Process_Para_ID () + public int getAD_Process_Para_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_Para_ID); if (ii == null) @@ -104,18 +105,19 @@ public class X_ASP_Process_Para extends PO implements I_ASP_Process_Para, I_Pers } /** Set ASP Process. - @param ASP_Process_ID ASP Process */ + @param ASP_Process_ID ASP Process + */ public void setASP_Process_ID (int ASP_Process_ID) { - if (ASP_Process_ID < 1) + if (ASP_Process_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Process_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Process_ID, Integer.valueOf(ASP_Process_ID)); } /** Get ASP Process. @return ASP Process */ - public int getASP_Process_ID () + public int getASP_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Process_ID); if (ii == null) @@ -124,18 +126,19 @@ public class X_ASP_Process_Para extends PO implements I_ASP_Process_Para, I_Pers } /** Set ASP Process Parameter. - @param ASP_Process_Para_ID ASP Process Parameter */ + @param ASP_Process_Para_ID ASP Process Parameter + */ public void setASP_Process_Para_ID (int ASP_Process_Para_ID) { - if (ASP_Process_Para_ID < 1) + if (ASP_Process_Para_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Process_Para_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Process_Para_ID, Integer.valueOf(ASP_Process_Para_ID)); } /** Get ASP Process Parameter. @return ASP Process Parameter */ - public int getASP_Process_Para_ID () + public int getASP_Process_Para_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Process_Para_ID); if (ii == null) @@ -144,7 +147,8 @@ public class X_ASP_Process_Para extends PO implements I_ASP_Process_Para, I_Pers } /** Set ASP_Process_Para_UU. - @param ASP_Process_Para_UU ASP_Process_Para_UU */ + @param ASP_Process_Para_UU ASP_Process_Para_UU + */ public void setASP_Process_Para_UU (String ASP_Process_Para_UU) { set_Value (COLUMNNAME_ASP_Process_Para_UU, ASP_Process_Para_UU); @@ -152,7 +156,7 @@ public class X_ASP_Process_Para extends PO implements I_ASP_Process_Para, I_Pers /** Get ASP_Process_Para_UU. @return ASP_Process_Para_UU */ - public String getASP_Process_Para_UU () + public String getASP_Process_Para_UU() { return (String)get_Value(COLUMNNAME_ASP_Process_Para_UU); } @@ -166,7 +170,8 @@ public class X_ASP_Process_Para extends PO implements I_ASP_Process_Para, I_Pers /** Undefined = U */ public static final String ASP_STATUS_Undefined = "U"; /** Set ASP Status. - @param ASP_Status ASP Status */ + @param ASP_Status ASP Status + */ public void setASP_Status (String ASP_Status) { @@ -175,7 +180,7 @@ public class X_ASP_Process_Para extends PO implements I_ASP_Process_Para, I_Pers /** Get ASP Status. @return ASP Status */ - public String getASP_Status () + public String getASP_Status() { return (String)get_Value(COLUMNNAME_ASP_Status); } diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Ref_List.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Ref_List.java index 409a21c167..9cfa80c6ce 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Ref_List.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Ref_List.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for ASP_Ref_List * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="ASP_Ref_List") public class X_ASP_Ref_List extends PO implements I_ASP_Ref_List, I_Persistent { @@ -30,7 +30,7 @@ public class X_ASP_Ref_List extends PO implements I_ASP_Ref_List, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_ASP_Ref_List (Properties ctx, int ASP_Ref_List_ID, String trxName) @@ -80,21 +80,20 @@ public class X_ASP_Ref_List extends PO implements I_ASP_Ref_List, I_Persistent } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -109,21 +108,20 @@ public class X_ASP_Ref_List extends PO implements I_ASP_Ref_List, I_Persistent } /** Set Reference List. - @param AD_Ref_List_ID - Reference List based on Table - */ + @param AD_Ref_List_ID Reference List based on Table + */ public void setAD_Ref_List_ID (int AD_Ref_List_ID) { - if (AD_Ref_List_ID < 1) + if (AD_Ref_List_ID < 1) set_Value (COLUMNNAME_AD_Ref_List_ID, null); - else + else set_Value (COLUMNNAME_AD_Ref_List_ID, Integer.valueOf(AD_Ref_List_ID)); } /** Get Reference List. @return Reference List based on Table */ - public int getAD_Ref_List_ID () + public int getAD_Ref_List_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Ref_List_ID); if (ii == null) @@ -138,18 +136,19 @@ public class X_ASP_Ref_List extends PO implements I_ASP_Ref_List, I_Persistent } /** Set ASP Level. - @param ASP_Level_ID ASP Level */ + @param ASP_Level_ID ASP Level + */ public void setASP_Level_ID (int ASP_Level_ID) { - if (ASP_Level_ID < 1) + if (ASP_Level_ID < 1) set_Value (COLUMNNAME_ASP_Level_ID, null); - else + else set_Value (COLUMNNAME_ASP_Level_ID, Integer.valueOf(ASP_Level_ID)); } /** Get ASP Level. @return ASP Level */ - public int getASP_Level_ID () + public int getASP_Level_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Level_ID); if (ii == null) @@ -158,18 +157,19 @@ public class X_ASP_Ref_List extends PO implements I_ASP_Ref_List, I_Persistent } /** Set ASP_Ref_List. - @param ASP_Ref_List_ID ASP_Ref_List */ + @param ASP_Ref_List_ID ASP_Ref_List + */ public void setASP_Ref_List_ID (int ASP_Ref_List_ID) { - if (ASP_Ref_List_ID < 1) + if (ASP_Ref_List_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Ref_List_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Ref_List_ID, Integer.valueOf(ASP_Ref_List_ID)); } /** Get ASP_Ref_List. @return ASP_Ref_List */ - public int getASP_Ref_List_ID () + public int getASP_Ref_List_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Ref_List_ID); if (ii == null) @@ -178,7 +178,8 @@ public class X_ASP_Ref_List extends PO implements I_ASP_Ref_List, I_Persistent } /** Set ASP_Ref_List_UU. - @param ASP_Ref_List_UU ASP_Ref_List_UU */ + @param ASP_Ref_List_UU ASP_Ref_List_UU + */ public void setASP_Ref_List_UU (String ASP_Ref_List_UU) { set_Value (COLUMNNAME_ASP_Ref_List_UU, ASP_Ref_List_UU); @@ -186,7 +187,7 @@ public class X_ASP_Ref_List extends PO implements I_ASP_Ref_List, I_Persistent /** Get ASP_Ref_List_UU. @return ASP_Ref_List_UU */ - public String getASP_Ref_List_UU () + public String getASP_Ref_List_UU() { return (String)get_Value(COLUMNNAME_ASP_Ref_List_UU); } @@ -200,7 +201,8 @@ public class X_ASP_Ref_List extends PO implements I_ASP_Ref_List, I_Persistent /** Undefined = U */ public static final String ASP_STATUS_Undefined = "U"; /** Set ASP Status. - @param ASP_Status ASP Status */ + @param ASP_Status ASP Status + */ public void setASP_Status (String ASP_Status) { @@ -209,7 +211,7 @@ public class X_ASP_Ref_List extends PO implements I_ASP_Ref_List, I_Persistent /** Get ASP Status. @return ASP Status */ - public String getASP_Status () + public String getASP_Status() { return (String)get_Value(COLUMNNAME_ASP_Status); } diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Tab.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Tab.java index 26cdaa2712..fab41b2726 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Tab.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Tab.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for ASP_Tab * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="ASP_Tab") public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent { @@ -31,7 +31,7 @@ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_ASP_Tab (Properties ctx, int ASP_Tab_ID, String trxName) @@ -80,21 +80,20 @@ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent } /** Set Tab. - @param AD_Tab_ID - Tab within a Window - */ + @param AD_Tab_ID Tab within a Window + */ public void setAD_Tab_ID (int AD_Tab_ID) { - if (AD_Tab_ID < 1) + if (AD_Tab_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tab_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tab_ID, Integer.valueOf(AD_Tab_ID)); } /** Get Tab. @return Tab within a Window */ - public int getAD_Tab_ID () + public int getAD_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tab_ID); if (ii == null) @@ -103,7 +102,8 @@ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent } /** Set AllFields. - @param AllFields AllFields */ + @param AllFields AllFields + */ public void setAllFields (boolean AllFields) { set_Value (COLUMNNAME_AllFields, Boolean.valueOf(AllFields)); @@ -111,7 +111,7 @@ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent /** Get AllFields. @return AllFields */ - public boolean isAllFields () + public boolean isAllFields() { Object oo = get_Value(COLUMNNAME_AllFields); if (oo != null) @@ -132,7 +132,8 @@ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent /** Undefined = U */ public static final String ASP_STATUS_Undefined = "U"; /** Set ASP Status. - @param ASP_Status ASP Status */ + @param ASP_Status ASP Status + */ public void setASP_Status (String ASP_Status) { @@ -141,24 +142,25 @@ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent /** Get ASP Status. @return ASP Status */ - public String getASP_Status () + public String getASP_Status() { return (String)get_Value(COLUMNNAME_ASP_Status); } /** Set ASP Tab. - @param ASP_Tab_ID ASP Tab */ + @param ASP_Tab_ID ASP Tab + */ public void setASP_Tab_ID (int ASP_Tab_ID) { - if (ASP_Tab_ID < 1) + if (ASP_Tab_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Tab_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Tab_ID, Integer.valueOf(ASP_Tab_ID)); } /** Get ASP Tab. @return ASP Tab */ - public int getASP_Tab_ID () + public int getASP_Tab_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Tab_ID); if (ii == null) @@ -167,7 +169,8 @@ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent } /** Set ASP_Tab_UU. - @param ASP_Tab_UU ASP_Tab_UU */ + @param ASP_Tab_UU ASP_Tab_UU + */ public void setASP_Tab_UU (String ASP_Tab_UU) { set_Value (COLUMNNAME_ASP_Tab_UU, ASP_Tab_UU); @@ -175,7 +178,7 @@ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent /** Get ASP_Tab_UU. @return ASP_Tab_UU */ - public String getASP_Tab_UU () + public String getASP_Tab_UU() { return (String)get_Value(COLUMNNAME_ASP_Tab_UU); } @@ -187,18 +190,19 @@ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent } /** Set ASP Window. - @param ASP_Window_ID ASP Window */ + @param ASP_Window_ID ASP Window + */ public void setASP_Window_ID (int ASP_Window_ID) { - if (ASP_Window_ID < 1) + if (ASP_Window_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Window_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Window_ID, Integer.valueOf(ASP_Window_ID)); } /** Get ASP Window. @return ASP Window */ - public int getASP_Window_ID () + public int getASP_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Window_ID); if (ii == null) @@ -215,7 +219,8 @@ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -223,7 +228,7 @@ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Task.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Task.java index e5f3b73bb8..d5e4ba89c5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Task.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Task.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for ASP_Task * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="ASP_Task") public class X_ASP_Task extends PO implements I_ASP_Task, I_Persistent { @@ -30,7 +30,7 @@ public class X_ASP_Task extends PO implements I_ASP_Task, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_ASP_Task (Properties ctx, int ASP_Task_ID, String trxName) @@ -80,21 +80,20 @@ public class X_ASP_Task extends PO implements I_ASP_Task, I_Persistent } /** Set OS Task. - @param AD_Task_ID - Operation System Task - */ + @param AD_Task_ID Operation System Task + */ public void setAD_Task_ID (int AD_Task_ID) { - if (AD_Task_ID < 1) + if (AD_Task_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Task_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Task_ID, Integer.valueOf(AD_Task_ID)); } /** Get OS Task. @return Operation System Task */ - public int getAD_Task_ID () + public int getAD_Task_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Task_ID); if (ii == null) @@ -109,18 +108,19 @@ public class X_ASP_Task extends PO implements I_ASP_Task, I_Persistent } /** Set ASP Level. - @param ASP_Level_ID ASP Level */ + @param ASP_Level_ID ASP Level + */ public void setASP_Level_ID (int ASP_Level_ID) { - if (ASP_Level_ID < 1) + if (ASP_Level_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Level_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Level_ID, Integer.valueOf(ASP_Level_ID)); } /** Get ASP Level. @return ASP Level */ - public int getASP_Level_ID () + public int getASP_Level_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Level_ID); if (ii == null) @@ -137,7 +137,8 @@ public class X_ASP_Task extends PO implements I_ASP_Task, I_Persistent /** Undefined = U */ public static final String ASP_STATUS_Undefined = "U"; /** Set ASP Status. - @param ASP_Status ASP Status */ + @param ASP_Status ASP Status + */ public void setASP_Status (String ASP_Status) { @@ -146,24 +147,25 @@ public class X_ASP_Task extends PO implements I_ASP_Task, I_Persistent /** Get ASP Status. @return ASP Status */ - public String getASP_Status () + public String getASP_Status() { return (String)get_Value(COLUMNNAME_ASP_Status); } /** Set ASP Task. - @param ASP_Task_ID ASP Task */ + @param ASP_Task_ID ASP Task + */ public void setASP_Task_ID (int ASP_Task_ID) { - if (ASP_Task_ID < 1) + if (ASP_Task_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Task_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Task_ID, Integer.valueOf(ASP_Task_ID)); } /** Get ASP Task. @return ASP Task */ - public int getASP_Task_ID () + public int getASP_Task_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Task_ID); if (ii == null) @@ -172,7 +174,8 @@ public class X_ASP_Task extends PO implements I_ASP_Task, I_Persistent } /** Set ASP_Task_UU. - @param ASP_Task_UU ASP_Task_UU */ + @param ASP_Task_UU ASP_Task_UU + */ public void setASP_Task_UU (String ASP_Task_UU) { set_Value (COLUMNNAME_ASP_Task_UU, ASP_Task_UU); @@ -180,7 +183,7 @@ public class X_ASP_Task extends PO implements I_ASP_Task, I_Persistent /** Get ASP_Task_UU. @return ASP_Task_UU */ - public String getASP_Task_UU () + public String getASP_Task_UU() { return (String)get_Value(COLUMNNAME_ASP_Task_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Window.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Window.java index 9f10fddacf..17245813c5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Window.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Window.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for ASP_Window * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="ASP_Window") public class X_ASP_Window extends PO implements I_ASP_Window, I_Persistent { @@ -31,7 +31,7 @@ public class X_ASP_Window extends PO implements I_ASP_Window, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_ASP_Window (Properties ctx, int ASP_Window_ID, String trxName) @@ -81,21 +81,20 @@ public class X_ASP_Window extends PO implements I_ASP_Window, I_Persistent } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Window_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -110,18 +109,19 @@ public class X_ASP_Window extends PO implements I_ASP_Window, I_Persistent } /** Set ASP Level. - @param ASP_Level_ID ASP Level */ + @param ASP_Level_ID ASP Level + */ public void setASP_Level_ID (int ASP_Level_ID) { - if (ASP_Level_ID < 1) + if (ASP_Level_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Level_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Level_ID, Integer.valueOf(ASP_Level_ID)); } /** Get ASP Level. @return ASP Level */ - public int getASP_Level_ID () + public int getASP_Level_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Level_ID); if (ii == null) @@ -146,7 +146,8 @@ public class X_ASP_Window extends PO implements I_ASP_Window, I_Persistent /** Undefined = U */ public static final String ASP_STATUS_Undefined = "U"; /** Set ASP Status. - @param ASP_Status ASP Status */ + @param ASP_Status ASP Status + */ public void setASP_Status (String ASP_Status) { @@ -155,24 +156,25 @@ public class X_ASP_Window extends PO implements I_ASP_Window, I_Persistent /** Get ASP Status. @return ASP Status */ - public String getASP_Status () + public String getASP_Status() { return (String)get_Value(COLUMNNAME_ASP_Status); } /** Set ASP Window. - @param ASP_Window_ID ASP Window */ + @param ASP_Window_ID ASP Window + */ public void setASP_Window_ID (int ASP_Window_ID) { - if (ASP_Window_ID < 1) + if (ASP_Window_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Window_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Window_ID, Integer.valueOf(ASP_Window_ID)); } /** Get ASP Window. @return ASP Window */ - public int getASP_Window_ID () + public int getASP_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Window_ID); if (ii == null) @@ -181,7 +183,8 @@ public class X_ASP_Window extends PO implements I_ASP_Window, I_Persistent } /** Set ASP_Window_UU. - @param ASP_Window_UU ASP_Window_UU */ + @param ASP_Window_UU ASP_Window_UU + */ public void setASP_Window_UU (String ASP_Window_UU) { set_Value (COLUMNNAME_ASP_Window_UU, ASP_Window_UU); @@ -189,7 +192,7 @@ public class X_ASP_Window extends PO implements I_ASP_Window, I_Persistent /** Get ASP_Window_UU. @return ASP_Window_UU */ - public String getASP_Window_UU () + public String getASP_Window_UU() { return (String)get_Value(COLUMNNAME_ASP_Window_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Workflow.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Workflow.java index f84c9e36a2..06e41d1adf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Workflow.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Workflow.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for ASP_Workflow * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="ASP_Workflow") public class X_ASP_Workflow extends PO implements I_ASP_Workflow, I_Persistent { @@ -30,7 +30,7 @@ public class X_ASP_Workflow extends PO implements I_ASP_Workflow, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_ASP_Workflow (Properties ctx, int ASP_Workflow_ID, String trxName) @@ -80,21 +80,20 @@ public class X_ASP_Workflow extends PO implements I_ASP_Workflow, I_Persistent } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Workflow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -109,18 +108,19 @@ public class X_ASP_Workflow extends PO implements I_ASP_Workflow, I_Persistent } /** Set ASP Level. - @param ASP_Level_ID ASP Level */ + @param ASP_Level_ID ASP Level + */ public void setASP_Level_ID (int ASP_Level_ID) { - if (ASP_Level_ID < 1) + if (ASP_Level_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Level_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Level_ID, Integer.valueOf(ASP_Level_ID)); } /** Get ASP Level. @return ASP Level */ - public int getASP_Level_ID () + public int getASP_Level_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Level_ID); if (ii == null) @@ -137,7 +137,8 @@ public class X_ASP_Workflow extends PO implements I_ASP_Workflow, I_Persistent /** Undefined = U */ public static final String ASP_STATUS_Undefined = "U"; /** Set ASP Status. - @param ASP_Status ASP Status */ + @param ASP_Status ASP Status + */ public void setASP_Status (String ASP_Status) { @@ -146,24 +147,25 @@ public class X_ASP_Workflow extends PO implements I_ASP_Workflow, I_Persistent /** Get ASP Status. @return ASP Status */ - public String getASP_Status () + public String getASP_Status() { return (String)get_Value(COLUMNNAME_ASP_Status); } /** Set ASP Workflow. - @param ASP_Workflow_ID ASP Workflow */ + @param ASP_Workflow_ID ASP Workflow + */ public void setASP_Workflow_ID (int ASP_Workflow_ID) { - if (ASP_Workflow_ID < 1) + if (ASP_Workflow_ID < 1) set_ValueNoCheck (COLUMNNAME_ASP_Workflow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_ASP_Workflow_ID, Integer.valueOf(ASP_Workflow_ID)); } /** Get ASP Workflow. @return ASP Workflow */ - public int getASP_Workflow_ID () + public int getASP_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Workflow_ID); if (ii == null) @@ -172,7 +174,8 @@ public class X_ASP_Workflow extends PO implements I_ASP_Workflow, I_Persistent } /** Set ASP_Workflow_UU. - @param ASP_Workflow_UU ASP_Workflow_UU */ + @param ASP_Workflow_UU ASP_Workflow_UU + */ public void setASP_Workflow_UU (String ASP_Workflow_UU) { set_Value (COLUMNNAME_ASP_Workflow_UU, ASP_Workflow_UU); @@ -180,7 +183,7 @@ public class X_ASP_Workflow extends PO implements I_ASP_Workflow, I_Persistent /** Get ASP_Workflow_UU. @return ASP_Workflow_UU */ - public String getASP_Workflow_UU () + public String getASP_Workflow_UU() { return (String)get_Value(COLUMNNAME_ASP_Workflow_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset.java index 0a7f57b430..d41168d982 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for A_Asset * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset") public class X_A_Asset extends PO implements I_A_Asset, I_Persistent { @@ -33,7 +33,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset (Properties ctx, int A_Asset_ID, String trxName) @@ -107,7 +107,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Transfer = TR */ public static final String A_ASSET_ACTION_Transfer = "TR"; /** Set Asset Action. - @param A_Asset_Action Asset Action */ + @param A_Asset_Action Asset Action + */ public void setA_Asset_Action (String A_Asset_Action) { @@ -116,7 +117,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Asset Action. @return Asset Action */ - public String getA_Asset_Action () + public String getA_Asset_Action() { return (String)get_Value(COLUMNNAME_A_Asset_Action); } @@ -128,18 +129,19 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Asset class. - @param A_Asset_Class_ID Asset class */ + @param A_Asset_Class_ID Asset class + */ public void setA_Asset_Class_ID (int A_Asset_Class_ID) { - if (A_Asset_Class_ID < 1) + if (A_Asset_Class_ID < 1) set_Value (COLUMNNAME_A_Asset_Class_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Class_ID, Integer.valueOf(A_Asset_Class_ID)); } /** Get Asset class. @return Asset class */ - public int getA_Asset_Class_ID () + public int getA_Asset_Class_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Class_ID); if (ii == null) @@ -148,7 +150,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Create Date. - @param A_Asset_CreateDate Create Date */ + @param A_Asset_CreateDate Create Date + */ public void setA_Asset_CreateDate (Timestamp A_Asset_CreateDate) { set_ValueNoCheck (COLUMNNAME_A_Asset_CreateDate, A_Asset_CreateDate); @@ -156,7 +159,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Create Date. @return Create Date */ - public Timestamp getA_Asset_CreateDate () + public Timestamp getA_Asset_CreateDate() { return (Timestamp)get_Value(COLUMNNAME_A_Asset_CreateDate); } @@ -168,21 +171,20 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Asset Group. - @param A_Asset_Group_ID - Group of Assets - */ + @param A_Asset_Group_ID Group of Assets + */ public void setA_Asset_Group_ID (int A_Asset_Group_ID) { - if (A_Asset_Group_ID < 1) + if (A_Asset_Group_ID < 1) set_Value (COLUMNNAME_A_Asset_Group_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Group_ID, Integer.valueOf(A_Asset_Group_ID)); } /** Get Asset Group. @return Group of Assets */ - public int getA_Asset_Group_ID () + public int getA_Asset_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Group_ID); if (ii == null) @@ -191,21 +193,20 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -214,7 +215,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Revaluation Date. - @param A_Asset_RevalDate Revaluation Date */ + @param A_Asset_RevalDate Revaluation Date + */ public void setA_Asset_RevalDate (Timestamp A_Asset_RevalDate) { set_Value (COLUMNNAME_A_Asset_RevalDate, A_Asset_RevalDate); @@ -222,7 +224,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Revaluation Date. @return Revaluation Date */ - public Timestamp getA_Asset_RevalDate () + public Timestamp getA_Asset_RevalDate() { return (Timestamp)get_Value(COLUMNNAME_A_Asset_RevalDate); } @@ -244,7 +246,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Sold = SO */ public static final String A_ASSET_STATUS_Sold = "SO"; /** Set Asset Status. - @param A_Asset_Status Asset Status */ + @param A_Asset_Status Asset Status + */ public void setA_Asset_Status (String A_Asset_Status) { @@ -253,13 +256,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Asset Status. @return Asset Status */ - public String getA_Asset_Status () + public String getA_Asset_Status() { return (String)get_Value(COLUMNNAME_A_Asset_Status); } /** Set Asset Type. - @param A_AssetType Asset Type */ + @param A_AssetType Asset Type + */ public void setA_AssetType (String A_AssetType) { set_Value (COLUMNNAME_A_AssetType, A_AssetType); @@ -267,7 +271,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Asset Type. @return Asset Type */ - public String getA_AssetType () + public String getA_AssetType() { return (String)get_Value(COLUMNNAME_A_AssetType); } @@ -279,18 +283,19 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Asset Type. - @param A_Asset_Type_ID Asset Type */ + @param A_Asset_Type_ID Asset Type + */ public void setA_Asset_Type_ID (int A_Asset_Type_ID) { - if (A_Asset_Type_ID < 1) + if (A_Asset_Type_ID < 1) set_Value (COLUMNNAME_A_Asset_Type_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Type_ID, Integer.valueOf(A_Asset_Type_ID)); } /** Get Asset Type. @return Asset Type */ - public int getA_Asset_Type_ID () + public int getA_Asset_Type_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Type_ID); if (ii == null) @@ -299,7 +304,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set A_Asset_UU. - @param A_Asset_UU A_Asset_UU */ + @param A_Asset_UU A_Asset_UU + */ public void setA_Asset_UU (String A_Asset_UU) { set_Value (COLUMNNAME_A_Asset_UU, A_Asset_UU); @@ -307,7 +313,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get A_Asset_UU. @return A_Asset_UU */ - public String getA_Asset_UU () + public String getA_Asset_UU() { return (String)get_Value(COLUMNNAME_A_Asset_UU); } @@ -319,21 +325,20 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -348,18 +353,19 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Parent Asset. - @param A_Parent_Asset_ID Parent Asset */ + @param A_Parent_Asset_ID Parent Asset + */ public void setA_Parent_Asset_ID (int A_Parent_Asset_ID) { - if (A_Parent_Asset_ID < 1) + if (A_Parent_Asset_ID < 1) set_Value (COLUMNNAME_A_Parent_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Parent_Asset_ID, Integer.valueOf(A_Parent_Asset_ID)); } /** Get Parent Asset. @return Parent Asset */ - public int getA_Parent_Asset_ID () + public int getA_Parent_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Parent_Asset_ID); if (ii == null) @@ -368,7 +374,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Current Qty. - @param A_QTY_Current Current Qty */ + @param A_QTY_Current Current Qty + */ public void setA_QTY_Current (BigDecimal A_QTY_Current) { set_Value (COLUMNNAME_A_QTY_Current, A_QTY_Current); @@ -376,7 +383,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Current Qty. @return Current Qty */ - public BigDecimal getA_QTY_Current () + public BigDecimal getA_QTY_Current() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_QTY_Current); if (bd == null) @@ -385,7 +392,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set A_QTY_Original. - @param A_QTY_Original A_QTY_Original */ + @param A_QTY_Original A_QTY_Original + */ public void setA_QTY_Original (BigDecimal A_QTY_Original) { set_Value (COLUMNNAME_A_QTY_Original, A_QTY_Original); @@ -393,7 +401,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get A_QTY_Original. @return A_QTY_Original */ - public BigDecimal getA_QTY_Original () + public BigDecimal getA_QTY_Original() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_QTY_Original); if (bd == null) @@ -402,7 +410,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Activation Date. - @param AssetActivationDate Activation Date */ + @param AssetActivationDate Activation Date + */ public void setAssetActivationDate (Timestamp AssetActivationDate) { set_Value (COLUMNNAME_AssetActivationDate, AssetActivationDate); @@ -410,15 +419,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Activation Date. @return Activation Date */ - public Timestamp getAssetActivationDate () + public Timestamp getAssetActivationDate() { return (Timestamp)get_Value(COLUMNNAME_AssetActivationDate); } /** Set Asset Depreciation Date. - @param AssetDepreciationDate - Date of last depreciation - */ + @param AssetDepreciationDate Date of last depreciation + */ public void setAssetDepreciationDate (Timestamp AssetDepreciationDate) { set_Value (COLUMNNAME_AssetDepreciationDate, AssetDepreciationDate); @@ -427,15 +435,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Asset Depreciation Date. @return Date of last depreciation */ - public Timestamp getAssetDepreciationDate () + public Timestamp getAssetDepreciationDate() { return (Timestamp)get_Value(COLUMNNAME_AssetDepreciationDate); } /** Set Asset Disposal Date. - @param AssetDisposalDate - Date when the asset is/was disposed - */ + @param AssetDisposalDate Date when the asset is/was disposed + */ public void setAssetDisposalDate (Timestamp AssetDisposalDate) { set_Value (COLUMNNAME_AssetDisposalDate, AssetDisposalDate); @@ -444,15 +451,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Asset Disposal Date. @return Date when the asset is/was disposed */ - public Timestamp getAssetDisposalDate () + public Timestamp getAssetDisposalDate() { return (Timestamp)get_Value(COLUMNNAME_AssetDisposalDate); } /** Set In Service Date. - @param AssetServiceDate - Date when Asset was put into service - */ + @param AssetServiceDate Date when Asset was put into service + */ public void setAssetServiceDate (Timestamp AssetServiceDate) { set_Value (COLUMNNAME_AssetServiceDate, AssetServiceDate); @@ -461,7 +467,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get In Service Date. @return Date when Asset was put into service */ - public Timestamp getAssetServiceDate () + public Timestamp getAssetServiceDate() { return (Timestamp)get_Value(COLUMNNAME_AssetServiceDate); } @@ -473,21 +479,20 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -501,22 +506,21 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -531,21 +535,20 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -560,21 +563,20 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set BPartner (Agent). - @param C_BPartnerSR_ID - Business Partner (Agent or Sales Rep) - */ + @param C_BPartnerSR_ID Business Partner (Agent or Sales Rep) + */ public void setC_BPartnerSR_ID (int C_BPartnerSR_ID) { - if (C_BPartnerSR_ID < 1) + if (C_BPartnerSR_ID < 1) set_Value (COLUMNNAME_C_BPartnerSR_ID, null); - else + else set_Value (COLUMNNAME_C_BPartnerSR_ID, Integer.valueOf(C_BPartnerSR_ID)); } /** Get BPartner (Agent). @return Business Partner (Agent or Sales Rep) */ - public int getC_BPartnerSR_ID () + public int getC_BPartnerSR_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartnerSR_ID); if (ii == null) @@ -589,21 +591,20 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -618,21 +619,20 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -641,9 +641,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -652,15 +651,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Guarantee Date. - @param GuaranteeDate - Date when guarantee expires - */ + @param GuaranteeDate Date when guarantee expires + */ public void setGuaranteeDate (Timestamp GuaranteeDate) { set_Value (COLUMNNAME_GuaranteeDate, GuaranteeDate); @@ -669,15 +667,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Guarantee Date. @return Date when guarantee expires */ - public Timestamp getGuaranteeDate () + public Timestamp getGuaranteeDate() { return (Timestamp)get_Value(COLUMNNAME_GuaranteeDate); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -686,13 +683,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Inventory No. - @param InventoryNo Inventory No */ + @param InventoryNo Inventory No + */ public void setInventoryNo (String InventoryNo) { set_Value (COLUMNNAME_InventoryNo, InventoryNo); @@ -700,15 +698,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Inventory No. @return Inventory No */ - public String getInventoryNo () + public String getInventoryNo() { return (String)get_Value(COLUMNNAME_InventoryNo); } /** Set Depreciate. - @param IsDepreciated - The asset will be depreciated - */ + @param IsDepreciated The asset will be depreciated + */ public void setIsDepreciated (boolean IsDepreciated) { set_Value (COLUMNNAME_IsDepreciated, Boolean.valueOf(IsDepreciated)); @@ -717,7 +714,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Depreciate. @return The asset will be depreciated */ - public boolean isDepreciated () + public boolean isDepreciated() { Object oo = get_Value(COLUMNNAME_IsDepreciated); if (oo != null) @@ -730,9 +727,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Disposed. - @param IsDisposed - The asset is disposed - */ + @param IsDisposed The asset is disposed + */ public void setIsDisposed (boolean IsDisposed) { set_Value (COLUMNNAME_IsDisposed, Boolean.valueOf(IsDisposed)); @@ -741,7 +737,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Disposed. @return The asset is disposed */ - public boolean isDisposed () + public boolean isDisposed() { Object oo = get_Value(COLUMNNAME_IsDisposed); if (oo != null) @@ -754,9 +750,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Fully depreciated. - @param IsFullyDepreciated - The asset is fully depreciated - */ + @param IsFullyDepreciated The asset is fully depreciated + */ public void setIsFullyDepreciated (boolean IsFullyDepreciated) { set_ValueNoCheck (COLUMNNAME_IsFullyDepreciated, Boolean.valueOf(IsFullyDepreciated)); @@ -765,7 +760,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Fully depreciated. @return The asset is fully depreciated */ - public boolean isFullyDepreciated () + public boolean isFullyDepreciated() { Object oo = get_Value(COLUMNNAME_IsFullyDepreciated); if (oo != null) @@ -778,9 +773,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set In Possession. - @param IsInPosession - The asset is in the possession of the organization - */ + @param IsInPosession The asset is in the possession of the organization + */ public void setIsInPosession (boolean IsInPosession) { set_Value (COLUMNNAME_IsInPosession, Boolean.valueOf(IsInPosession)); @@ -789,7 +783,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get In Possession. @return The asset is in the possession of the organization */ - public boolean isInPosession () + public boolean isInPosession() { Object oo = get_Value(COLUMNNAME_IsInPosession); if (oo != null) @@ -802,9 +796,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Owned. - @param IsOwned - The asset is owned by the organization - */ + @param IsOwned The asset is owned by the organization + */ public void setIsOwned (boolean IsOwned) { set_Value (COLUMNNAME_IsOwned, Boolean.valueOf(IsOwned)); @@ -813,7 +806,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Owned. @return The asset is owned by the organization */ - public boolean isOwned () + public boolean isOwned() { Object oo = get_Value(COLUMNNAME_IsOwned); if (oo != null) @@ -826,9 +819,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Last Maintenance. - @param LastMaintenanceDate - Last Maintenance Date - */ + @param LastMaintenanceDate Last Maintenance Date + */ public void setLastMaintenanceDate (Timestamp LastMaintenanceDate) { set_Value (COLUMNNAME_LastMaintenanceDate, LastMaintenanceDate); @@ -837,15 +829,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Last Maintenance. @return Last Maintenance Date */ - public Timestamp getLastMaintenanceDate () + public Timestamp getLastMaintenanceDate() { return (Timestamp)get_Value(COLUMNNAME_LastMaintenanceDate); } /** Set Last Note. - @param LastMaintenanceNote - Last Maintenance Note - */ + @param LastMaintenanceNote Last Maintenance Note + */ public void setLastMaintenanceNote (String LastMaintenanceNote) { set_Value (COLUMNNAME_LastMaintenanceNote, LastMaintenanceNote); @@ -854,15 +845,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Last Note. @return Last Maintenance Note */ - public String getLastMaintenanceNote () + public String getLastMaintenanceNote() { return (String)get_Value(COLUMNNAME_LastMaintenanceNote); } /** Set Last Unit. - @param LastMaintenanceUnit - Last Maintenance Unit - */ + @param LastMaintenanceUnit Last Maintenance Unit + */ public void setLastMaintenanceUnit (int LastMaintenanceUnit) { set_Value (COLUMNNAME_LastMaintenanceUnit, Integer.valueOf(LastMaintenanceUnit)); @@ -871,7 +861,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Last Unit. @return Last Maintenance Unit */ - public int getLastMaintenanceUnit () + public int getLastMaintenanceUnit() { Integer ii = (Integer)get_Value(COLUMNNAME_LastMaintenanceUnit); if (ii == null) @@ -886,21 +876,20 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Lessor. - @param Lease_BPartner_ID - The Business Partner who rents or leases - */ + @param Lease_BPartner_ID The Business Partner who rents or leases + */ public void setLease_BPartner_ID (int Lease_BPartner_ID) { - if (Lease_BPartner_ID < 1) + if (Lease_BPartner_ID < 1) set_Value (COLUMNNAME_Lease_BPartner_ID, null); - else + else set_Value (COLUMNNAME_Lease_BPartner_ID, Integer.valueOf(Lease_BPartner_ID)); } /** Get Lessor. @return The Business Partner who rents or leases */ - public int getLease_BPartner_ID () + public int getLease_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Lease_BPartner_ID); if (ii == null) @@ -909,9 +898,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Lease Termination. - @param LeaseTerminationDate - Lease Termination Date - */ + @param LeaseTerminationDate Lease Termination Date + */ public void setLeaseTerminationDate (Timestamp LeaseTerminationDate) { set_Value (COLUMNNAME_LeaseTerminationDate, LeaseTerminationDate); @@ -920,15 +908,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Lease Termination. @return Lease Termination Date */ - public Timestamp getLeaseTerminationDate () + public Timestamp getLeaseTerminationDate() { return (Timestamp)get_Value(COLUMNNAME_LeaseTerminationDate); } /** Set Life use. - @param LifeUseUnits - Units of use until the asset is not usable anymore - */ + @param LifeUseUnits Units of use until the asset is not usable anymore + */ public void setLifeUseUnits (int LifeUseUnits) { set_Value (COLUMNNAME_LifeUseUnits, Integer.valueOf(LifeUseUnits)); @@ -937,7 +924,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Life use. @return Units of use until the asset is not usable anymore */ - public int getLifeUseUnits () + public int getLifeUseUnits() { Integer ii = (Integer)get_Value(COLUMNNAME_LifeUseUnits); if (ii == null) @@ -946,9 +933,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Location comment. - @param LocationComment - Additional comments or remarks concerning the location - */ + @param LocationComment Additional comments or remarks concerning the location + */ public void setLocationComment (String LocationComment) { set_Value (COLUMNNAME_LocationComment, LocationComment); @@ -957,15 +943,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Location comment. @return Additional comments or remarks concerning the location */ - public String getLocationComment () + public String getLocationComment() { return (String)get_Value(COLUMNNAME_LocationComment); } /** Set Lot No. - @param Lot - Lot number (alphanumeric) - */ + @param Lot Lot number (alphanumeric) + */ public void setLot (String Lot) { set_Value (COLUMNNAME_Lot, Lot); @@ -974,13 +959,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Lot No. @return Lot number (alphanumeric) */ - public String getLot () + public String getLot() { return (String)get_Value(COLUMNNAME_Lot); } /** Set Manufactured Year. - @param ManufacturedYear Manufactured Year */ + @param ManufacturedYear Manufactured Year + */ public void setManufacturedYear (int ManufacturedYear) { set_Value (COLUMNNAME_ManufacturedYear, Integer.valueOf(ManufacturedYear)); @@ -988,7 +974,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Manufactured Year. @return Manufactured Year */ - public int getManufacturedYear () + public int getManufacturedYear() { Integer ii = (Integer)get_Value(COLUMNNAME_ManufacturedYear); if (ii == null) @@ -997,9 +983,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Manufacturer. - @param Manufacturer - Manufacturer of the Product - */ + @param Manufacturer Manufacturer of the Product + */ public void setManufacturer (String Manufacturer) { set_Value (COLUMNNAME_Manufacturer, Manufacturer); @@ -1008,7 +993,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Manufacturer. @return Manufacturer of the Product */ - public String getManufacturer () + public String getManufacturer() { return (String)get_Value(COLUMNNAME_Manufacturer); } @@ -1020,21 +1005,20 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -1049,21 +1033,20 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_Value (COLUMNNAME_M_InOutLine_ID, null); - else + else set_Value (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -1078,21 +1061,20 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -1107,21 +1089,20 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -1130,9 +1111,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -1141,15 +1121,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Next Maintenence. - @param NextMaintenenceDate - Next Maintenence Date - */ + @param NextMaintenenceDate Next Maintenence Date + */ public void setNextMaintenenceDate (Timestamp NextMaintenenceDate) { set_Value (COLUMNNAME_NextMaintenenceDate, NextMaintenenceDate); @@ -1158,15 +1137,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Next Maintenence. @return Next Maintenence Date */ - public Timestamp getNextMaintenenceDate () + public Timestamp getNextMaintenenceDate() { return (Timestamp)get_Value(COLUMNNAME_NextMaintenenceDate); } /** Set Next Unit. - @param NextMaintenenceUnit - Next Maintenence Unit - */ + @param NextMaintenenceUnit Next Maintenence Unit + */ public void setNextMaintenenceUnit (int NextMaintenenceUnit) { set_Value (COLUMNNAME_NextMaintenenceUnit, Integer.valueOf(NextMaintenenceUnit)); @@ -1175,7 +1153,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Next Unit. @return Next Maintenence Unit */ - public int getNextMaintenenceUnit () + public int getNextMaintenenceUnit() { Integer ii = (Integer)get_Value(COLUMNNAME_NextMaintenenceUnit); if (ii == null) @@ -1184,9 +1162,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1195,7 +1172,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1208,7 +1185,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1216,7 +1194,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1229,9 +1207,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -1240,7 +1217,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -1249,9 +1226,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Serial No. - @param SerNo - Product Serial Number - */ + @param SerNo Product Serial Number + */ public void setSerNo (String SerNo) { set_Value (COLUMNNAME_SerNo, SerNo); @@ -1260,15 +1236,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Serial No. @return Product Serial Number */ - public String getSerNo () + public String getSerNo() { return (String)get_Value(COLUMNNAME_SerNo); } /** Set Usable Life - Months. - @param UseLifeMonths - Months of the usable life of the asset - */ + @param UseLifeMonths Months of the usable life of the asset + */ public void setUseLifeMonths (int UseLifeMonths) { set_Value (COLUMNNAME_UseLifeMonths, Integer.valueOf(UseLifeMonths)); @@ -1277,7 +1252,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Usable Life - Months. @return Months of the usable life of the asset */ - public int getUseLifeMonths () + public int getUseLifeMonths() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeMonths); if (ii == null) @@ -1286,9 +1261,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Usable Life - Years. - @param UseLifeYears - Years of the usable life of the asset - */ + @param UseLifeYears Years of the usable life of the asset + */ public void setUseLifeYears (int UseLifeYears) { set_Value (COLUMNNAME_UseLifeYears, Integer.valueOf(UseLifeYears)); @@ -1297,7 +1271,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Usable Life - Years. @return Years of the usable life of the asset */ - public int getUseLifeYears () + public int getUseLifeYears() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeYears); if (ii == null) @@ -1306,9 +1280,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Use units. - @param UseUnits - Currently used units of the assets - */ + @param UseUnits Currently used units of the assets + */ public void setUseUnits (int UseUnits) { set_ValueNoCheck (COLUMNNAME_UseUnits, Integer.valueOf(UseUnits)); @@ -1317,7 +1290,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Use units. @return Currently used units of the assets */ - public int getUseUnits () + public int getUseUnits() { Integer ii = (Integer)get_Value(COLUMNNAME_UseUnits); if (ii == null) @@ -1326,9 +1299,8 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -1337,15 +1309,14 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Version No. - @param VersionNo - Version Number - */ + @param VersionNo Version Number + */ public void setVersionNo (String VersionNo) { set_Value (COLUMNNAME_VersionNo, VersionNo); @@ -1354,7 +1325,7 @@ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent /** Get Version No. @return Version Number */ - public String getVersionNo () + public String getVersionNo() { return (String)get_Value(COLUMNNAME_VersionNo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Acct.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Acct.java index 3234906b2c..ffa2a1ca6d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Acct.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Acct") public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Acct (Properties ctx, int A_Asset_Acct_ID, String trxName) @@ -96,7 +96,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Accumulated Depreciation Account. - @param A_Accumdepreciation_Acct Accumulated Depreciation Account */ + @param A_Accumdepreciation_Acct Accumulated Depreciation Account + */ public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct) { set_Value (COLUMNNAME_A_Accumdepreciation_Acct, Integer.valueOf(A_Accumdepreciation_Acct)); @@ -104,7 +105,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Accumulated Depreciation Account. @return Accumulated Depreciation Account */ - public int getA_Accumdepreciation_Acct () + public int getA_Accumdepreciation_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Accumdepreciation_Acct); if (ii == null) @@ -119,7 +120,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Asset Acct. - @param A_Asset_Acct Asset Acct */ + @param A_Asset_Acct Asset Acct + */ public void setA_Asset_Acct (int A_Asset_Acct) { set_Value (COLUMNNAME_A_Asset_Acct, Integer.valueOf(A_Asset_Acct)); @@ -127,7 +129,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Asset Acct. @return Asset Acct */ - public int getA_Asset_Acct () + public int getA_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Acct); if (ii == null) @@ -136,18 +138,19 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set A_Asset_Acct_ID. - @param A_Asset_Acct_ID A_Asset_Acct_ID */ + @param A_Asset_Acct_ID A_Asset_Acct_ID + */ public void setA_Asset_Acct_ID (int A_Asset_Acct_ID) { - if (A_Asset_Acct_ID < 1) + if (A_Asset_Acct_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Acct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Acct_ID, Integer.valueOf(A_Asset_Acct_ID)); } /** Get A_Asset_Acct_ID. @return A_Asset_Acct_ID */ - public int getA_Asset_Acct_ID () + public int getA_Asset_Acct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Acct_ID); if (ii == null) @@ -164,7 +167,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set A_Asset_Acct_UU. - @param A_Asset_Acct_UU A_Asset_Acct_UU */ + @param A_Asset_Acct_UU A_Asset_Acct_UU + */ public void setA_Asset_Acct_UU (String A_Asset_Acct_UU) { set_Value (COLUMNNAME_A_Asset_Acct_UU, A_Asset_Acct_UU); @@ -172,7 +176,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get A_Asset_Acct_UU. @return A_Asset_Acct_UU */ - public String getA_Asset_Acct_UU () + public String getA_Asset_Acct_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Acct_UU); } @@ -184,21 +188,20 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -213,7 +216,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Depreciation Account. - @param A_Depreciation_Acct Depreciation Account */ + @param A_Depreciation_Acct Depreciation Account + */ public void setA_Depreciation_Acct (int A_Depreciation_Acct) { set_Value (COLUMNNAME_A_Depreciation_Acct, Integer.valueOf(A_Depreciation_Acct)); @@ -221,7 +225,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Depreciation Account. @return Depreciation Account */ - public int getA_Depreciation_Acct () + public int getA_Depreciation_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Acct); if (ii == null) @@ -236,18 +240,19 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Depreciation Convention (fiscal). - @param A_Depreciation_Conv_F_ID Depreciation Convention (fiscal) */ + @param A_Depreciation_Conv_F_ID Depreciation Convention (fiscal) + */ public void setA_Depreciation_Conv_F_ID (int A_Depreciation_Conv_F_ID) { - if (A_Depreciation_Conv_F_ID < 1) + if (A_Depreciation_Conv_F_ID < 1) set_Value (COLUMNNAME_A_Depreciation_Conv_F_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_Conv_F_ID, Integer.valueOf(A_Depreciation_Conv_F_ID)); } /** Get Depreciation Convention (fiscal). @return Depreciation Convention (fiscal) */ - public int getA_Depreciation_Conv_F_ID () + public int getA_Depreciation_Conv_F_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Conv_F_ID); if (ii == null) @@ -262,18 +267,19 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Convention Type. - @param A_Depreciation_Conv_ID Convention Type */ + @param A_Depreciation_Conv_ID Convention Type + */ public void setA_Depreciation_Conv_ID (int A_Depreciation_Conv_ID) { - if (A_Depreciation_Conv_ID < 1) + if (A_Depreciation_Conv_ID < 1) set_Value (COLUMNNAME_A_Depreciation_Conv_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_Conv_ID, Integer.valueOf(A_Depreciation_Conv_ID)); } /** Get Convention Type. @return Convention Type */ - public int getA_Depreciation_Conv_ID () + public int getA_Depreciation_Conv_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Conv_ID); if (ii == null) @@ -288,18 +294,19 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Depreciation (fiscal). - @param A_Depreciation_F_ID Depreciation (fiscal) */ + @param A_Depreciation_F_ID Depreciation (fiscal) + */ public void setA_Depreciation_F_ID (int A_Depreciation_F_ID) { - if (A_Depreciation_F_ID < 1) + if (A_Depreciation_F_ID < 1) set_Value (COLUMNNAME_A_Depreciation_F_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_F_ID, Integer.valueOf(A_Depreciation_F_ID)); } /** Get Depreciation (fiscal). @return Depreciation (fiscal) */ - public int getA_Depreciation_F_ID () + public int getA_Depreciation_F_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_F_ID); if (ii == null) @@ -314,18 +321,19 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Depreciation. - @param A_Depreciation_ID Depreciation */ + @param A_Depreciation_ID Depreciation + */ public void setA_Depreciation_ID (int A_Depreciation_ID) { - if (A_Depreciation_ID < 1) + if (A_Depreciation_ID < 1) set_Value (COLUMNNAME_A_Depreciation_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_ID, Integer.valueOf(A_Depreciation_ID)); } /** Get Depreciation. @return Depreciation */ - public int getA_Depreciation_ID () + public int getA_Depreciation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_ID); if (ii == null) @@ -334,7 +342,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set A_Depreciation_Manual_Amount. - @param A_Depreciation_Manual_Amount A_Depreciation_Manual_Amount */ + @param A_Depreciation_Manual_Amount A_Depreciation_Manual_Amount + */ public void setA_Depreciation_Manual_Amount (BigDecimal A_Depreciation_Manual_Amount) { set_Value (COLUMNNAME_A_Depreciation_Manual_Amount, A_Depreciation_Manual_Amount); @@ -342,7 +351,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get A_Depreciation_Manual_Amount. @return A_Depreciation_Manual_Amount */ - public BigDecimal getA_Depreciation_Manual_Amount () + public BigDecimal getA_Depreciation_Manual_Amount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Depreciation_Manual_Amount); if (bd == null) @@ -357,7 +366,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Yearly = YR */ public static final String A_DEPRECIATION_MANUAL_PERIOD_Yearly = "YR"; /** Set A_Depreciation_Manual_Period. - @param A_Depreciation_Manual_Period A_Depreciation_Manual_Period */ + @param A_Depreciation_Manual_Period A_Depreciation_Manual_Period + */ public void setA_Depreciation_Manual_Period (String A_Depreciation_Manual_Period) { @@ -366,7 +376,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get A_Depreciation_Manual_Period. @return A_Depreciation_Manual_Period */ - public String getA_Depreciation_Manual_Period () + public String getA_Depreciation_Manual_Period() { return (String)get_Value(COLUMNNAME_A_Depreciation_Manual_Period); } @@ -378,18 +388,19 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Depreciation Method (fiscal). - @param A_Depreciation_Method_F_ID Depreciation Method (fiscal) */ + @param A_Depreciation_Method_F_ID Depreciation Method (fiscal) + */ public void setA_Depreciation_Method_F_ID (int A_Depreciation_Method_F_ID) { - if (A_Depreciation_Method_F_ID < 1) + if (A_Depreciation_Method_F_ID < 1) set_Value (COLUMNNAME_A_Depreciation_Method_F_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_Method_F_ID, Integer.valueOf(A_Depreciation_Method_F_ID)); } /** Get Depreciation Method (fiscal). @return Depreciation Method (fiscal) */ - public int getA_Depreciation_Method_F_ID () + public int getA_Depreciation_Method_F_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Method_F_ID); if (ii == null) @@ -404,18 +415,19 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Depreciation Method. - @param A_Depreciation_Method_ID Depreciation Method */ + @param A_Depreciation_Method_ID Depreciation Method + */ public void setA_Depreciation_Method_ID (int A_Depreciation_Method_ID) { - if (A_Depreciation_Method_ID < 1) + if (A_Depreciation_Method_ID < 1) set_Value (COLUMNNAME_A_Depreciation_Method_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_Method_ID, Integer.valueOf(A_Depreciation_Method_ID)); } /** Get Depreciation Method. @return Depreciation Method */ - public int getA_Depreciation_Method_ID () + public int getA_Depreciation_Method_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Method_ID); if (ii == null) @@ -430,18 +442,19 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set A_Depreciation_Table_Header_ID. - @param A_Depreciation_Table_Header_ID A_Depreciation_Table_Header_ID */ + @param A_Depreciation_Table_Header_ID A_Depreciation_Table_Header_ID + */ public void setA_Depreciation_Table_Header_ID (int A_Depreciation_Table_Header_ID) { - if (A_Depreciation_Table_Header_ID < 1) + if (A_Depreciation_Table_Header_ID < 1) set_Value (COLUMNNAME_A_Depreciation_Table_Header_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_Table_Header_ID, Integer.valueOf(A_Depreciation_Table_Header_ID)); } /** Get A_Depreciation_Table_Header_ID. @return A_Depreciation_Table_Header_ID */ - public int getA_Depreciation_Table_Header_ID () + public int getA_Depreciation_Table_Header_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Table_Header_ID); if (ii == null) @@ -450,7 +463,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Variable Percent. - @param A_Depreciation_Variable_Perc Variable Percent */ + @param A_Depreciation_Variable_Perc Variable Percent + */ public void setA_Depreciation_Variable_Perc (BigDecimal A_Depreciation_Variable_Perc) { set_Value (COLUMNNAME_A_Depreciation_Variable_Perc, A_Depreciation_Variable_Perc); @@ -458,7 +472,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Variable Percent. @return Variable Percent */ - public BigDecimal getA_Depreciation_Variable_Perc () + public BigDecimal getA_Depreciation_Variable_Perc() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Depreciation_Variable_Perc); if (bd == null) @@ -467,7 +481,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Variable Percent (fiscal). - @param A_Depreciation_Variable_Perc_F Variable Percent (fiscal) */ + @param A_Depreciation_Variable_Perc_F Variable Percent (fiscal) + */ public void setA_Depreciation_Variable_Perc_F (BigDecimal A_Depreciation_Variable_Perc_F) { set_Value (COLUMNNAME_A_Depreciation_Variable_Perc_F, A_Depreciation_Variable_Perc_F); @@ -475,7 +490,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Variable Percent (fiscal). @return Variable Percent (fiscal) */ - public BigDecimal getA_Depreciation_Variable_Perc_F () + public BigDecimal getA_Depreciation_Variable_Perc_F() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Depreciation_Variable_Perc_F); if (bd == null) @@ -490,7 +505,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Disposal Gain Acct. - @param A_Disposal_Gain_Acct Disposal Gain Acct */ + @param A_Disposal_Gain_Acct Disposal Gain Acct + */ public void setA_Disposal_Gain_Acct (int A_Disposal_Gain_Acct) { set_Value (COLUMNNAME_A_Disposal_Gain_Acct, Integer.valueOf(A_Disposal_Gain_Acct)); @@ -498,7 +514,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Disposal Gain Acct. @return Disposal Gain Acct */ - public int getA_Disposal_Gain_Acct () + public int getA_Disposal_Gain_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Gain_Acct); if (ii == null) @@ -513,7 +529,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Disposal Loss Acct. - @param A_Disposal_Loss_Acct Disposal Loss Acct */ + @param A_Disposal_Loss_Acct Disposal Loss Acct + */ public void setA_Disposal_Loss_Acct (int A_Disposal_Loss_Acct) { set_Value (COLUMNNAME_A_Disposal_Loss_Acct, Integer.valueOf(A_Disposal_Loss_Acct)); @@ -521,7 +538,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Disposal Loss Acct. @return Disposal Loss Acct */ - public int getA_Disposal_Loss_Acct () + public int getA_Disposal_Loss_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Loss_Acct); if (ii == null) @@ -536,7 +553,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Disposal Revenue Acct. - @param A_Disposal_Revenue_Acct Disposal Revenue Acct */ + @param A_Disposal_Revenue_Acct Disposal Revenue Acct + */ public void setA_Disposal_Revenue_Acct (int A_Disposal_Revenue_Acct) { set_Value (COLUMNNAME_A_Disposal_Revenue_Acct, Integer.valueOf(A_Disposal_Revenue_Acct)); @@ -544,7 +562,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Disposal Revenue Acct. @return Disposal Revenue Acct */ - public int getA_Disposal_Revenue_Acct () + public int getA_Disposal_Revenue_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Revenue_Acct); if (ii == null) @@ -553,7 +571,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set A_Period_End. - @param A_Period_End A_Period_End */ + @param A_Period_End A_Period_End + */ public void setA_Period_End (int A_Period_End) { set_Value (COLUMNNAME_A_Period_End, Integer.valueOf(A_Period_End)); @@ -561,7 +580,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get A_Period_End. @return A_Period_End */ - public int getA_Period_End () + public int getA_Period_End() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_End); if (ii == null) @@ -570,7 +589,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set A_Period_Start. - @param A_Period_Start A_Period_Start */ + @param A_Period_Start A_Period_Start + */ public void setA_Period_Start (int A_Period_Start) { set_Value (COLUMNNAME_A_Period_Start, Integer.valueOf(A_Period_Start)); @@ -578,7 +598,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get A_Period_Start. @return A_Period_Start */ - public int getA_Period_Start () + public int getA_Period_Start() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_Start); if (ii == null) @@ -593,7 +613,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set A_Reval_Accumdep_Offset_Cur. - @param A_Reval_Adep_Offset_Cur_Acct A_Reval_Accumdep_Offset_Cur */ + @param A_Reval_Adep_Offset_Cur_Acct A_Reval_Accumdep_Offset_Cur + */ public void setA_Reval_Adep_Offset_Cur_Acct (int A_Reval_Adep_Offset_Cur_Acct) { set_Value (COLUMNNAME_A_Reval_Adep_Offset_Cur_Acct, Integer.valueOf(A_Reval_Adep_Offset_Cur_Acct)); @@ -601,7 +622,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get A_Reval_Accumdep_Offset_Cur. @return A_Reval_Accumdep_Offset_Cur */ - public int getA_Reval_Adep_Offset_Cur_Acct () + public int getA_Reval_Adep_Offset_Cur_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Adep_Offset_Cur_Acct); if (ii == null) @@ -616,7 +637,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set A_Reval_Accumdep_Offset_Prior. - @param A_Reval_Adep_Offset_Prior_Acct A_Reval_Accumdep_Offset_Prior */ + @param A_Reval_Adep_Offset_Prior_Acct A_Reval_Accumdep_Offset_Prior + */ public void setA_Reval_Adep_Offset_Prior_Acct (int A_Reval_Adep_Offset_Prior_Acct) { set_Value (COLUMNNAME_A_Reval_Adep_Offset_Prior_Acct, Integer.valueOf(A_Reval_Adep_Offset_Prior_Acct)); @@ -624,7 +646,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get A_Reval_Accumdep_Offset_Prior. @return A_Reval_Accumdep_Offset_Prior */ - public int getA_Reval_Adep_Offset_Prior_Acct () + public int getA_Reval_Adep_Offset_Prior_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Adep_Offset_Prior_Acct); if (ii == null) @@ -641,7 +663,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Year Balances = YBF */ public static final String A_REVAL_CAL_METHOD_YearBalances = "YBF"; /** Set A_Reval_Cal_Method. - @param A_Reval_Cal_Method A_Reval_Cal_Method */ + @param A_Reval_Cal_Method A_Reval_Cal_Method + */ public void setA_Reval_Cal_Method (String A_Reval_Cal_Method) { @@ -650,7 +673,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get A_Reval_Cal_Method. @return A_Reval_Cal_Method */ - public String getA_Reval_Cal_Method () + public String getA_Reval_Cal_Method() { return (String)get_Value(COLUMNNAME_A_Reval_Cal_Method); } @@ -662,7 +685,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Reval Cost Offset Acct. - @param A_Reval_Cost_Offset_Acct Reval Cost Offset Acct */ + @param A_Reval_Cost_Offset_Acct Reval Cost Offset Acct + */ public void setA_Reval_Cost_Offset_Acct (int A_Reval_Cost_Offset_Acct) { set_Value (COLUMNNAME_A_Reval_Cost_Offset_Acct, Integer.valueOf(A_Reval_Cost_Offset_Acct)); @@ -670,7 +694,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Reval Cost Offset Acct. @return Reval Cost Offset Acct */ - public int getA_Reval_Cost_Offset_Acct () + public int getA_Reval_Cost_Offset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Cost_Offset_Acct); if (ii == null) @@ -685,7 +709,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Reval Cost Offset Prior Acct. - @param A_Reval_Cost_Offset_Prior_Acct Reval Cost Offset Prior Acct */ + @param A_Reval_Cost_Offset_Prior_Acct Reval Cost Offset Prior Acct + */ public void setA_Reval_Cost_Offset_Prior_Acct (int A_Reval_Cost_Offset_Prior_Acct) { set_Value (COLUMNNAME_A_Reval_Cost_Offset_Prior_Acct, Integer.valueOf(A_Reval_Cost_Offset_Prior_Acct)); @@ -693,7 +718,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Reval Cost Offset Prior Acct. @return Reval Cost Offset Prior Acct */ - public int getA_Reval_Cost_Offset_Prior_Acct () + public int getA_Reval_Cost_Offset_Prior_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Cost_Offset_Prior_Acct); if (ii == null) @@ -708,7 +733,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Reval Depexp Offset Acct. - @param A_Reval_Depexp_Offset_Acct Reval Depexp Offset Acct */ + @param A_Reval_Depexp_Offset_Acct Reval Depexp Offset Acct + */ public void setA_Reval_Depexp_Offset_Acct (int A_Reval_Depexp_Offset_Acct) { set_Value (COLUMNNAME_A_Reval_Depexp_Offset_Acct, Integer.valueOf(A_Reval_Depexp_Offset_Acct)); @@ -716,7 +742,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Reval Depexp Offset Acct. @return Reval Depexp Offset Acct */ - public int getA_Reval_Depexp_Offset_Acct () + public int getA_Reval_Depexp_Offset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Depexp_Offset_Acct); if (ii == null) @@ -725,7 +751,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Asset Salvage Value. - @param A_Salvage_Value Asset Salvage Value */ + @param A_Salvage_Value Asset Salvage Value + */ public void setA_Salvage_Value (BigDecimal A_Salvage_Value) { set_Value (COLUMNNAME_A_Salvage_Value, A_Salvage_Value); @@ -733,7 +760,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Asset Salvage Value. @return Asset Salvage Value */ - public BigDecimal getA_Salvage_Value () + public BigDecimal getA_Salvage_Value() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Salvage_Value); if (bd == null) @@ -742,7 +769,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Split Percent. - @param A_Split_Percent Split Percent */ + @param A_Split_Percent Split Percent + */ public void setA_Split_Percent (BigDecimal A_Split_Percent) { set_Value (COLUMNNAME_A_Split_Percent, A_Split_Percent); @@ -750,7 +778,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Split Percent. @return Split Percent */ - public BigDecimal getA_Split_Percent () + public BigDecimal getA_Split_Percent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Split_Percent); if (bd == null) @@ -765,21 +793,20 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -800,9 +827,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -812,13 +838,14 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -826,7 +853,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -839,9 +866,8 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_ValueNoCheck (COLUMNNAME_ValidFrom, ValidFrom); @@ -850,7 +876,7 @@ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Addition.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Addition.java index d37585a9a0..679b655784 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Addition.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Addition.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Addition * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Addition") public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Addition (Properties ctx, int A_Asset_Addition_ID, String trxName) @@ -101,18 +101,19 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Asset Addition. - @param A_Asset_Addition_ID Asset Addition */ + @param A_Asset_Addition_ID Asset Addition + */ public void setA_Asset_Addition_ID (int A_Asset_Addition_ID) { - if (A_Asset_Addition_ID < 1) + if (A_Asset_Addition_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Addition_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Addition_ID, Integer.valueOf(A_Asset_Addition_ID)); } /** Get Asset Addition. @return Asset Addition */ - public int getA_Asset_Addition_ID () + public int getA_Asset_Addition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Addition_ID); if (ii == null) @@ -121,7 +122,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set A_Asset_Addition_UU. - @param A_Asset_Addition_UU A_Asset_Addition_UU */ + @param A_Asset_Addition_UU A_Asset_Addition_UU + */ public void setA_Asset_Addition_UU (String A_Asset_Addition_UU) { set_Value (COLUMNNAME_A_Asset_Addition_UU, A_Asset_Addition_UU); @@ -129,7 +131,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get A_Asset_Addition_UU. @return A_Asset_Addition_UU */ - public String getA_Asset_Addition_UU () + public String getA_Asset_Addition_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Addition_UU); } @@ -141,21 +143,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -170,7 +171,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Expense = Exp */ public static final String A_CAPVSEXP_Expense = "Exp"; /** Set Capital/Expense. - @param A_CapvsExp Capital/Expense */ + @param A_CapvsExp Capital/Expense + */ public void setA_CapvsExp (String A_CapvsExp) { @@ -179,13 +181,14 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Capital/Expense. @return Capital/Expense */ - public String getA_CapvsExp () + public String getA_CapvsExp() { return (String)get_Value(COLUMNNAME_A_CapvsExp); } /** Set Create Asset. - @param A_CreateAsset Create Asset */ + @param A_CreateAsset Create Asset + */ public void setA_CreateAsset (boolean A_CreateAsset) { set_Value (COLUMNNAME_A_CreateAsset, Boolean.valueOf(A_CreateAsset)); @@ -193,7 +196,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Create Asset. @return Create Asset */ - public boolean isA_CreateAsset () + public boolean isA_CreateAsset() { Object oo = get_Value(COLUMNNAME_A_CreateAsset); if (oo != null) @@ -206,14 +209,15 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Life periods (max). - @param A_Life_Period_Max Life periods (max) */ + @param A_Life_Period_Max Life periods (max) + */ public void setA_Life_Period_Max (int A_Life_Period_Max) { throw new IllegalArgumentException ("A_Life_Period_Max is virtual column"); } /** Get Life periods (max). @return Life periods (max) */ - public int getA_Life_Period_Max () + public int getA_Life_Period_Max() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Life_Period_Max); if (ii == null) @@ -222,14 +226,15 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Life periods (min). - @param A_Life_Period_Min Life periods (min) */ + @param A_Life_Period_Min Life periods (min) + */ public void setA_Life_Period_Min (int A_Life_Period_Min) { throw new IllegalArgumentException ("A_Life_Period_Min is virtual column"); } /** Get Life periods (min). @return Life periods (min) */ - public int getA_Life_Period_Min () + public int getA_Life_Period_Min() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Life_Period_Min); if (ii == null) @@ -238,7 +243,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Current Qty. - @param A_QTY_Current Current Qty */ + @param A_QTY_Current Current Qty + */ public void setA_QTY_Current (BigDecimal A_QTY_Current) { set_Value (COLUMNNAME_A_QTY_Current, A_QTY_Current); @@ -246,7 +252,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Current Qty. @return Current Qty */ - public BigDecimal getA_QTY_Current () + public BigDecimal getA_QTY_Current() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_QTY_Current); if (bd == null) @@ -255,7 +261,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Asset Salvage Value. - @param A_Salvage_Value Asset Salvage Value */ + @param A_Salvage_Value Asset Salvage Value + */ public void setA_Salvage_Value (BigDecimal A_Salvage_Value) { set_Value (COLUMNNAME_A_Salvage_Value, A_Salvage_Value); @@ -263,7 +270,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Asset Salvage Value. @return Asset Salvage Value */ - public BigDecimal getA_Salvage_Value () + public BigDecimal getA_Salvage_Value() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Salvage_Value); if (bd == null) @@ -284,7 +291,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Project = PRJ */ public static final String A_SOURCETYPE_Project = "PRJ"; /** Set Source Type. - @param A_SourceType Source Type */ + @param A_SourceType Source Type + */ public void setA_SourceType (String A_SourceType) { @@ -293,13 +301,14 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Source Type. @return Source Type */ - public String getA_SourceType () + public String getA_SourceType() { return (String)get_Value(COLUMNNAME_A_SourceType); } /** Set Entered Amount. - @param AssetAmtEntered Entered Amount */ + @param AssetAmtEntered Entered Amount + */ public void setAssetAmtEntered (BigDecimal AssetAmtEntered) { set_Value (COLUMNNAME_AssetAmtEntered, AssetAmtEntered); @@ -307,7 +316,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Entered Amount. @return Entered Amount */ - public BigDecimal getAssetAmtEntered () + public BigDecimal getAssetAmtEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AssetAmtEntered); if (bd == null) @@ -316,7 +325,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Source Amount. - @param AssetSourceAmt Source Amount */ + @param AssetSourceAmt Source Amount + */ public void setAssetSourceAmt (BigDecimal AssetSourceAmt) { set_Value (COLUMNNAME_AssetSourceAmt, AssetSourceAmt); @@ -324,7 +334,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Source Amount. @return Source Amount */ - public BigDecimal getAssetSourceAmt () + public BigDecimal getAssetSourceAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AssetSourceAmt); if (bd == null) @@ -333,9 +343,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Asset value. - @param AssetValueAmt - Book Value of the asset - */ + @param AssetValueAmt Book Value of the asset + */ public void setAssetValueAmt (BigDecimal AssetValueAmt) { set_Value (COLUMNNAME_AssetValueAmt, AssetValueAmt); @@ -344,7 +353,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Asset value. @return Book Value of the asset */ - public BigDecimal getAssetValueAmt () + public BigDecimal getAssetValueAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AssetValueAmt); if (bd == null) @@ -359,21 +368,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -388,21 +396,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_Value (COLUMNNAME_C_ConversionType_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -417,21 +424,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -446,21 +452,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -475,21 +480,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -504,21 +508,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_Value (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_Value (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -533,21 +536,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -556,9 +558,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Rate. - @param CurrencyRate - Currency Conversion Rate - */ + @param CurrencyRate Currency Conversion Rate + */ public void setCurrencyRate (BigDecimal CurrencyRate) { set_Value (COLUMNNAME_CurrencyRate, CurrencyRate); @@ -567,7 +568,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Rate. @return Currency Conversion Rate */ - public BigDecimal getCurrencyRate () + public BigDecimal getCurrencyRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrencyRate); if (bd == null) @@ -576,9 +577,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -587,15 +587,14 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -604,15 +603,14 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -621,14 +619,14 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -657,9 +655,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -669,7 +666,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -701,9 +698,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -713,7 +709,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } @@ -721,9 +717,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** DocumentNo AD_Reference_ID=53274 */ public static final int DOCUMENTNO_AD_Reference_ID=53274; /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { @@ -733,7 +728,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -753,21 +748,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Journal Batch. - @param GL_JournalBatch_ID - General Ledger Journal Batch - */ + @param GL_JournalBatch_ID General Ledger Journal Batch + */ public void setGL_JournalBatch_ID (int GL_JournalBatch_ID) { - if (GL_JournalBatch_ID < 1) + if (GL_JournalBatch_ID < 1) set_Value (COLUMNNAME_GL_JournalBatch_ID, null); - else + else set_Value (COLUMNNAME_GL_JournalBatch_ID, Integer.valueOf(GL_JournalBatch_ID)); } /** Get Journal Batch. @return General Ledger Journal Batch */ - public int getGL_JournalBatch_ID () + public int getGL_JournalBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalBatch_ID); if (ii == null) @@ -782,18 +776,19 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Imported Fixed Asset. - @param I_FixedAsset_ID Imported Fixed Asset */ + @param I_FixedAsset_ID Imported Fixed Asset + */ public void setI_FixedAsset_ID (int I_FixedAsset_ID) { - if (I_FixedAsset_ID < 1) + if (I_FixedAsset_ID < 1) set_Value (COLUMNNAME_I_FixedAsset_ID, null); - else + else set_Value (COLUMNNAME_I_FixedAsset_ID, Integer.valueOf(I_FixedAsset_ID)); } /** Get Imported Fixed Asset. @return Imported Fixed Asset */ - public int getI_FixedAsset_ID () + public int getI_FixedAsset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_FixedAsset_ID); if (ii == null) @@ -802,9 +797,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -813,7 +807,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -826,9 +820,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -837,7 +830,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -852,21 +845,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -881,21 +873,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_Value (COLUMNNAME_M_InOutLine_ID, null); - else + else set_Value (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -910,21 +901,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -939,21 +929,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Match Invoice. - @param M_MatchInv_ID - Match Shipment/Receipt to Invoice - */ + @param M_MatchInv_ID Match Shipment/Receipt to Invoice + */ public void setM_MatchInv_ID (int M_MatchInv_ID) { - if (M_MatchInv_ID < 1) + if (M_MatchInv_ID < 1) set_Value (COLUMNNAME_M_MatchInv_ID, null); - else + else set_Value (COLUMNNAME_M_MatchInv_ID, Integer.valueOf(M_MatchInv_ID)); } /** Get Match Invoice. @return Match Shipment/Receipt to Invoice */ - public int getM_MatchInv_ID () + public int getM_MatchInv_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MatchInv_ID); if (ii == null) @@ -968,21 +957,20 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -991,9 +979,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -1002,7 +989,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -1027,9 +1014,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -1039,15 +1025,14 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1056,7 +1041,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1069,9 +1054,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -1080,7 +1064,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -1089,7 +1073,8 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1097,7 +1082,7 @@ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Pers /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Change.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Change.java index ff393f89ca..9d6ee7b1ea 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Change.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Change.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Change * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Change") public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Change (Properties ctx, int A_Asset_Change_ID, String trxName) @@ -86,7 +86,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Accumulated Depreciation Account. - @param A_Accumdepreciation_Acct Accumulated Depreciation Account */ + @param A_Accumdepreciation_Acct Accumulated Depreciation Account + */ public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct) { set_Value (COLUMNNAME_A_Accumdepreciation_Acct, Integer.valueOf(A_Accumdepreciation_Acct)); @@ -94,7 +95,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Accumulated Depreciation Account. @return Accumulated Depreciation Account */ - public int getA_Accumdepreciation_Acct () + public int getA_Accumdepreciation_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Accumdepreciation_Acct); if (ii == null) @@ -109,7 +110,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Asset Acct. - @param A_Asset_Acct Asset Acct */ + @param A_Asset_Acct Asset Acct + */ public void setA_Asset_Acct (int A_Asset_Acct) { set_Value (COLUMNNAME_A_Asset_Acct, Integer.valueOf(A_Asset_Acct)); @@ -117,7 +119,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Asset Acct. @return Asset Acct */ - public int getA_Asset_Acct () + public int getA_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Acct); if (ii == null) @@ -126,18 +128,19 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set A_Asset_Acct_ID. - @param A_Asset_Acct_ID A_Asset_Acct_ID */ + @param A_Asset_Acct_ID A_Asset_Acct_ID + */ public void setA_Asset_Acct_ID (int A_Asset_Acct_ID) { - if (A_Asset_Acct_ID < 1) + if (A_Asset_Acct_ID < 1) set_Value (COLUMNNAME_A_Asset_Acct_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Acct_ID, Integer.valueOf(A_Asset_Acct_ID)); } /** Get A_Asset_Acct_ID. @return A_Asset_Acct_ID */ - public int getA_Asset_Acct_ID () + public int getA_Asset_Acct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Acct_ID); if (ii == null) @@ -146,18 +149,19 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Asset Addition. - @param A_Asset_Addition_ID Asset Addition */ + @param A_Asset_Addition_ID Asset Addition + */ public void setA_Asset_Addition_ID (int A_Asset_Addition_ID) { - if (A_Asset_Addition_ID < 1) + if (A_Asset_Addition_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Addition_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Addition_ID, Integer.valueOf(A_Asset_Addition_ID)); } /** Get Asset Addition. @return Asset Addition */ - public int getA_Asset_Addition_ID () + public int getA_Asset_Addition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Addition_ID); if (ii == null) @@ -166,18 +170,19 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set A_Asset_Change_ID. - @param A_Asset_Change_ID A_Asset_Change_ID */ + @param A_Asset_Change_ID A_Asset_Change_ID + */ public void setA_Asset_Change_ID (int A_Asset_Change_ID) { - if (A_Asset_Change_ID < 1) + if (A_Asset_Change_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Change_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Change_ID, Integer.valueOf(A_Asset_Change_ID)); } /** Get A_Asset_Change_ID. @return A_Asset_Change_ID */ - public int getA_Asset_Change_ID () + public int getA_Asset_Change_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Change_ID); if (ii == null) @@ -194,7 +199,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set A_Asset_Change_UU. - @param A_Asset_Change_UU A_Asset_Change_UU */ + @param A_Asset_Change_UU A_Asset_Change_UU + */ public void setA_Asset_Change_UU (String A_Asset_Change_UU) { set_Value (COLUMNNAME_A_Asset_Change_UU, A_Asset_Change_UU); @@ -202,13 +208,14 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get A_Asset_Change_UU. @return A_Asset_Change_UU */ - public String getA_Asset_Change_UU () + public String getA_Asset_Change_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Change_UU); } /** Set Create Date. - @param A_Asset_CreateDate Create Date */ + @param A_Asset_CreateDate Create Date + */ public void setA_Asset_CreateDate (Timestamp A_Asset_CreateDate) { set_Value (COLUMNNAME_A_Asset_CreateDate, A_Asset_CreateDate); @@ -216,7 +223,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Create Date. @return Create Date */ - public Timestamp getA_Asset_CreateDate () + public Timestamp getA_Asset_CreateDate() { return (Timestamp)get_Value(COLUMNNAME_A_Asset_CreateDate); } @@ -228,21 +235,20 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -251,21 +257,20 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Asset Retirement. - @param A_Asset_Retirement_ID - Internally used asset is not longer used. - */ + @param A_Asset_Retirement_ID Internally used asset is not longer used. + */ public void setA_Asset_Retirement_ID (int A_Asset_Retirement_ID) { - if (A_Asset_Retirement_ID < 1) + if (A_Asset_Retirement_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Retirement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Retirement_ID, Integer.valueOf(A_Asset_Retirement_ID)); } /** Get Asset Retirement. @return Internally used asset is not longer used. */ - public int getA_Asset_Retirement_ID () + public int getA_Asset_Retirement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Retirement_ID); if (ii == null) @@ -274,7 +279,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Revaluation Date. - @param A_Asset_RevalDate Revaluation Date */ + @param A_Asset_RevalDate Revaluation Date + */ public void setA_Asset_RevalDate (Timestamp A_Asset_RevalDate) { set_Value (COLUMNNAME_A_Asset_RevalDate, A_Asset_RevalDate); @@ -282,7 +288,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Revaluation Date. @return Revaluation Date */ - public Timestamp getA_Asset_RevalDate () + public Timestamp getA_Asset_RevalDate() { return (Timestamp)get_Value(COLUMNNAME_A_Asset_RevalDate); } @@ -294,7 +300,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Depreciation Account. - @param A_Depreciation_Acct Depreciation Account */ + @param A_Depreciation_Acct Depreciation Account + */ public void setA_Depreciation_Acct (int A_Depreciation_Acct) { set_Value (COLUMNNAME_A_Depreciation_Acct, Integer.valueOf(A_Depreciation_Acct)); @@ -302,7 +309,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Depreciation Account. @return Depreciation Account */ - public int getA_Depreciation_Acct () + public int getA_Depreciation_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Acct); if (ii == null) @@ -311,7 +318,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set A_Depreciation_Manual_Amount. - @param A_Depreciation_Manual_Amount A_Depreciation_Manual_Amount */ + @param A_Depreciation_Manual_Amount A_Depreciation_Manual_Amount + */ public void setA_Depreciation_Manual_Amount (BigDecimal A_Depreciation_Manual_Amount) { set_Value (COLUMNNAME_A_Depreciation_Manual_Amount, A_Depreciation_Manual_Amount); @@ -319,7 +327,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get A_Depreciation_Manual_Amount. @return A_Depreciation_Manual_Amount */ - public BigDecimal getA_Depreciation_Manual_Amount () + public BigDecimal getA_Depreciation_Manual_Amount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Depreciation_Manual_Amount); if (bd == null) @@ -334,7 +342,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Yearly = YR */ public static final String A_DEPRECIATION_MANUAL_PERIOD_Yearly = "YR"; /** Set A_Depreciation_Manual_Period. - @param A_Depreciation_Manual_Period A_Depreciation_Manual_Period */ + @param A_Depreciation_Manual_Period A_Depreciation_Manual_Period + */ public void setA_Depreciation_Manual_Period (String A_Depreciation_Manual_Period) { @@ -343,7 +352,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get A_Depreciation_Manual_Period. @return A_Depreciation_Manual_Period */ - public String getA_Depreciation_Manual_Period () + public String getA_Depreciation_Manual_Period() { return (String)get_Value(COLUMNNAME_A_Depreciation_Manual_Period); } @@ -355,18 +364,19 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set A_Depreciation_Table_Header_ID. - @param A_Depreciation_Table_Header_ID A_Depreciation_Table_Header_ID */ + @param A_Depreciation_Table_Header_ID A_Depreciation_Table_Header_ID + */ public void setA_Depreciation_Table_Header_ID (int A_Depreciation_Table_Header_ID) { - if (A_Depreciation_Table_Header_ID < 1) + if (A_Depreciation_Table_Header_ID < 1) set_Value (COLUMNNAME_A_Depreciation_Table_Header_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_Table_Header_ID, Integer.valueOf(A_Depreciation_Table_Header_ID)); } /** Get A_Depreciation_Table_Header_ID. @return A_Depreciation_Table_Header_ID */ - public int getA_Depreciation_Table_Header_ID () + public int getA_Depreciation_Table_Header_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Table_Header_ID); if (ii == null) @@ -375,7 +385,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Variable Percent. - @param A_Depreciation_Variable_Perc Variable Percent */ + @param A_Depreciation_Variable_Perc Variable Percent + */ public void setA_Depreciation_Variable_Perc (BigDecimal A_Depreciation_Variable_Perc) { set_Value (COLUMNNAME_A_Depreciation_Variable_Perc, A_Depreciation_Variable_Perc); @@ -383,7 +394,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Variable Percent. @return Variable Percent */ - public BigDecimal getA_Depreciation_Variable_Perc () + public BigDecimal getA_Depreciation_Variable_Perc() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Depreciation_Variable_Perc); if (bd == null) @@ -398,7 +409,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Disposal Loss Acct. - @param A_Disposal_Loss_Acct Disposal Loss Acct */ + @param A_Disposal_Loss_Acct Disposal Loss Acct + */ public void setA_Disposal_Loss_Acct (int A_Disposal_Loss_Acct) { set_Value (COLUMNNAME_A_Disposal_Loss_Acct, Integer.valueOf(A_Disposal_Loss_Acct)); @@ -406,7 +418,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Disposal Loss Acct. @return Disposal Loss Acct */ - public int getA_Disposal_Loss_Acct () + public int getA_Disposal_Loss_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Loss_Acct); if (ii == null) @@ -421,7 +433,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Disposal Revenue Acct. - @param A_Disposal_Revenue_Acct Disposal Revenue Acct */ + @param A_Disposal_Revenue_Acct Disposal Revenue Acct + */ public void setA_Disposal_Revenue_Acct (int A_Disposal_Revenue_Acct) { set_Value (COLUMNNAME_A_Disposal_Revenue_Acct, Integer.valueOf(A_Disposal_Revenue_Acct)); @@ -429,7 +442,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Disposal Revenue Acct. @return Disposal Revenue Acct */ - public int getA_Disposal_Revenue_Acct () + public int getA_Disposal_Revenue_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Revenue_Acct); if (ii == null) @@ -444,21 +457,20 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -473,18 +485,19 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Parent Asset. - @param A_Parent_Asset_ID Parent Asset */ + @param A_Parent_Asset_ID Parent Asset + */ public void setA_Parent_Asset_ID (int A_Parent_Asset_ID) { - if (A_Parent_Asset_ID < 1) + if (A_Parent_Asset_ID < 1) set_Value (COLUMNNAME_A_Parent_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Parent_Asset_ID, Integer.valueOf(A_Parent_Asset_ID)); } /** Get Parent Asset. @return Parent Asset */ - public int getA_Parent_Asset_ID () + public int getA_Parent_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Parent_Asset_ID); if (ii == null) @@ -493,7 +506,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set A_Period_End. - @param A_Period_End A_Period_End */ + @param A_Period_End A_Period_End + */ public void setA_Period_End (int A_Period_End) { set_Value (COLUMNNAME_A_Period_End, Integer.valueOf(A_Period_End)); @@ -501,7 +515,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get A_Period_End. @return A_Period_End */ - public int getA_Period_End () + public int getA_Period_End() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_End); if (ii == null) @@ -510,7 +524,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set A_Period_Start. - @param A_Period_Start A_Period_Start */ + @param A_Period_Start A_Period_Start + */ public void setA_Period_Start (int A_Period_Start) { set_Value (COLUMNNAME_A_Period_Start, Integer.valueOf(A_Period_Start)); @@ -518,7 +533,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get A_Period_Start. @return A_Period_Start */ - public int getA_Period_Start () + public int getA_Period_Start() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_Start); if (ii == null) @@ -527,7 +542,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Current Qty. - @param A_QTY_Current Current Qty */ + @param A_QTY_Current Current Qty + */ public void setA_QTY_Current (BigDecimal A_QTY_Current) { set_Value (COLUMNNAME_A_QTY_Current, A_QTY_Current); @@ -535,7 +551,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Current Qty. @return Current Qty */ - public BigDecimal getA_QTY_Current () + public BigDecimal getA_QTY_Current() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_QTY_Current); if (bd == null) @@ -544,7 +560,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set A_QTY_Original. - @param A_QTY_Original A_QTY_Original */ + @param A_QTY_Original A_QTY_Original + */ public void setA_QTY_Original (BigDecimal A_QTY_Original) { set_Value (COLUMNNAME_A_QTY_Original, A_QTY_Original); @@ -552,7 +569,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get A_QTY_Original. @return A_QTY_Original */ - public BigDecimal getA_QTY_Original () + public BigDecimal getA_QTY_Original() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_QTY_Original); if (bd == null) @@ -561,7 +578,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Revaluation Accumulated Depreciation Offset for Current Year. - @param A_Reval_Accumdep_Offset_Cur Revaluation Accumulated Depreciation Offset for Current Year */ + @param A_Reval_Accumdep_Offset_Cur Revaluation Accumulated Depreciation Offset for Current Year + */ public void setA_Reval_Accumdep_Offset_Cur (int A_Reval_Accumdep_Offset_Cur) { set_Value (COLUMNNAME_A_Reval_Accumdep_Offset_Cur, Integer.valueOf(A_Reval_Accumdep_Offset_Cur)); @@ -569,7 +587,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Revaluation Accumulated Depreciation Offset for Current Year. @return Revaluation Accumulated Depreciation Offset for Current Year */ - public int getA_Reval_Accumdep_Offset_Cur () + public int getA_Reval_Accumdep_Offset_Cur() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Accumdep_Offset_Cur); if (ii == null) @@ -578,7 +596,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Revaluation Accumulated Depreciation Offset for Prior Year. - @param A_Reval_Accumdep_Offset_Prior Revaluation Accumulated Depreciation Offset for Prior Year */ + @param A_Reval_Accumdep_Offset_Prior Revaluation Accumulated Depreciation Offset for Prior Year + */ public void setA_Reval_Accumdep_Offset_Prior (int A_Reval_Accumdep_Offset_Prior) { set_Value (COLUMNNAME_A_Reval_Accumdep_Offset_Prior, Integer.valueOf(A_Reval_Accumdep_Offset_Prior)); @@ -586,7 +605,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Revaluation Accumulated Depreciation Offset for Prior Year. @return Revaluation Accumulated Depreciation Offset for Prior Year */ - public int getA_Reval_Accumdep_Offset_Prior () + public int getA_Reval_Accumdep_Offset_Prior() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Accumdep_Offset_Prior); if (ii == null) @@ -595,7 +614,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set A_Reval_Accumdep_Offset_Cur. - @param A_Reval_Adep_Offset_Cur_Acct A_Reval_Accumdep_Offset_Cur */ + @param A_Reval_Adep_Offset_Cur_Acct A_Reval_Accumdep_Offset_Cur + */ public void setA_Reval_Adep_Offset_Cur_Acct (int A_Reval_Adep_Offset_Cur_Acct) { set_Value (COLUMNNAME_A_Reval_Adep_Offset_Cur_Acct, Integer.valueOf(A_Reval_Adep_Offset_Cur_Acct)); @@ -603,7 +623,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get A_Reval_Accumdep_Offset_Cur. @return A_Reval_Accumdep_Offset_Cur */ - public int getA_Reval_Adep_Offset_Cur_Acct () + public int getA_Reval_Adep_Offset_Cur_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Adep_Offset_Cur_Acct); if (ii == null) @@ -612,7 +632,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set A_Reval_Accumdep_Offset_Prior. - @param A_Reval_Adep_Offset_Prior_Acct A_Reval_Accumdep_Offset_Prior */ + @param A_Reval_Adep_Offset_Prior_Acct A_Reval_Accumdep_Offset_Prior + */ public void setA_Reval_Adep_Offset_Prior_Acct (int A_Reval_Adep_Offset_Prior_Acct) { set_Value (COLUMNNAME_A_Reval_Adep_Offset_Prior_Acct, Integer.valueOf(A_Reval_Adep_Offset_Prior_Acct)); @@ -620,7 +641,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get A_Reval_Accumdep_Offset_Prior. @return A_Reval_Accumdep_Offset_Prior */ - public int getA_Reval_Adep_Offset_Prior_Acct () + public int getA_Reval_Adep_Offset_Prior_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Adep_Offset_Prior_Acct); if (ii == null) @@ -637,7 +658,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Year Balances = YBF */ public static final String A_REVAL_CAL_METHOD_YearBalances = "YBF"; /** Set A_Reval_Cal_Method. - @param A_Reval_Cal_Method A_Reval_Cal_Method */ + @param A_Reval_Cal_Method A_Reval_Cal_Method + */ public void setA_Reval_Cal_Method (String A_Reval_Cal_Method) { @@ -646,13 +668,14 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get A_Reval_Cal_Method. @return A_Reval_Cal_Method */ - public String getA_Reval_Cal_Method () + public String getA_Reval_Cal_Method() { return (String)get_Value(COLUMNNAME_A_Reval_Cal_Method); } /** Set Revaluation Cost Offset for Current Year. - @param A_Reval_Cost_Offset Revaluation Cost Offset for Current Year */ + @param A_Reval_Cost_Offset Revaluation Cost Offset for Current Year + */ public void setA_Reval_Cost_Offset (int A_Reval_Cost_Offset) { set_Value (COLUMNNAME_A_Reval_Cost_Offset, Integer.valueOf(A_Reval_Cost_Offset)); @@ -660,7 +683,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Revaluation Cost Offset for Current Year. @return Revaluation Cost Offset for Current Year */ - public int getA_Reval_Cost_Offset () + public int getA_Reval_Cost_Offset() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Cost_Offset); if (ii == null) @@ -669,7 +692,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Reval Cost Offset Acct. - @param A_Reval_Cost_Offset_Acct Reval Cost Offset Acct */ + @param A_Reval_Cost_Offset_Acct Reval Cost Offset Acct + */ public void setA_Reval_Cost_Offset_Acct (int A_Reval_Cost_Offset_Acct) { set_Value (COLUMNNAME_A_Reval_Cost_Offset_Acct, Integer.valueOf(A_Reval_Cost_Offset_Acct)); @@ -677,7 +701,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Reval Cost Offset Acct. @return Reval Cost Offset Acct */ - public int getA_Reval_Cost_Offset_Acct () + public int getA_Reval_Cost_Offset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Cost_Offset_Acct); if (ii == null) @@ -686,7 +710,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Revaluation Cost Offset for Prior Year. - @param A_Reval_Cost_Offset_Prior Revaluation Cost Offset for Prior Year */ + @param A_Reval_Cost_Offset_Prior Revaluation Cost Offset for Prior Year + */ public void setA_Reval_Cost_Offset_Prior (int A_Reval_Cost_Offset_Prior) { set_Value (COLUMNNAME_A_Reval_Cost_Offset_Prior, Integer.valueOf(A_Reval_Cost_Offset_Prior)); @@ -694,7 +719,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Revaluation Cost Offset for Prior Year. @return Revaluation Cost Offset for Prior Year */ - public int getA_Reval_Cost_Offset_Prior () + public int getA_Reval_Cost_Offset_Prior() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Cost_Offset_Prior); if (ii == null) @@ -703,7 +728,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Reval Cost Offset Prior Acct. - @param A_Reval_Cost_Offset_Prior_Acct Reval Cost Offset Prior Acct */ + @param A_Reval_Cost_Offset_Prior_Acct Reval Cost Offset Prior Acct + */ public void setA_Reval_Cost_Offset_Prior_Acct (int A_Reval_Cost_Offset_Prior_Acct) { set_Value (COLUMNNAME_A_Reval_Cost_Offset_Prior_Acct, Integer.valueOf(A_Reval_Cost_Offset_Prior_Acct)); @@ -711,7 +737,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Reval Cost Offset Prior Acct. @return Reval Cost Offset Prior Acct */ - public int getA_Reval_Cost_Offset_Prior_Acct () + public int getA_Reval_Cost_Offset_Prior_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Cost_Offset_Prior_Acct); if (ii == null) @@ -720,7 +746,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Revaluation Expense Offs. - @param A_Reval_Depexp_Offset Revaluation Expense Offs */ + @param A_Reval_Depexp_Offset Revaluation Expense Offs + */ public void setA_Reval_Depexp_Offset (int A_Reval_Depexp_Offset) { set_Value (COLUMNNAME_A_Reval_Depexp_Offset, Integer.valueOf(A_Reval_Depexp_Offset)); @@ -728,7 +755,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Revaluation Expense Offs. @return Revaluation Expense Offs */ - public int getA_Reval_Depexp_Offset () + public int getA_Reval_Depexp_Offset() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Depexp_Offset); if (ii == null) @@ -737,7 +764,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Reval Depexp Offset Acct. - @param A_Reval_Depexp_Offset_Acct Reval Depexp Offset Acct */ + @param A_Reval_Depexp_Offset_Acct Reval Depexp Offset Acct + */ public void setA_Reval_Depexp_Offset_Acct (int A_Reval_Depexp_Offset_Acct) { set_Value (COLUMNNAME_A_Reval_Depexp_Offset_Acct, Integer.valueOf(A_Reval_Depexp_Offset_Acct)); @@ -745,7 +773,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Reval Depexp Offset Acct. @return Reval Depexp Offset Acct */ - public int getA_Reval_Depexp_Offset_Acct () + public int getA_Reval_Depexp_Offset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Depexp_Offset_Acct); if (ii == null) @@ -754,7 +782,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Asset Salvage Value. - @param A_Salvage_Value Asset Salvage Value */ + @param A_Salvage_Value Asset Salvage Value + */ public void setA_Salvage_Value (BigDecimal A_Salvage_Value) { set_Value (COLUMNNAME_A_Salvage_Value, A_Salvage_Value); @@ -762,7 +791,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Asset Salvage Value. @return Asset Salvage Value */ - public BigDecimal getA_Salvage_Value () + public BigDecimal getA_Salvage_Value() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Salvage_Value); if (bd == null) @@ -771,7 +800,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Split Percent. - @param A_Split_Percent Split Percent */ + @param A_Split_Percent Split Percent + */ public void setA_Split_Percent (BigDecimal A_Split_Percent) { set_Value (COLUMNNAME_A_Split_Percent, A_Split_Percent); @@ -779,7 +809,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Split Percent. @return Split Percent */ - public BigDecimal getA_Split_Percent () + public BigDecimal getA_Split_Percent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Split_Percent); if (bd == null) @@ -788,7 +818,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set AssetAccumDepreciationAmt. - @param AssetAccumDepreciationAmt AssetAccumDepreciationAmt */ + @param AssetAccumDepreciationAmt AssetAccumDepreciationAmt + */ public void setAssetAccumDepreciationAmt (BigDecimal AssetAccumDepreciationAmt) { set_ValueNoCheck (COLUMNNAME_AssetAccumDepreciationAmt, AssetAccumDepreciationAmt); @@ -796,7 +827,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get AssetAccumDepreciationAmt. @return AssetAccumDepreciationAmt */ - public BigDecimal getAssetAccumDepreciationAmt () + public BigDecimal getAssetAccumDepreciationAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AssetAccumDepreciationAmt); if (bd == null) @@ -805,7 +836,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set AssetBookValueAmt. - @param AssetBookValueAmt AssetBookValueAmt */ + @param AssetBookValueAmt AssetBookValueAmt + */ public void setAssetBookValueAmt (BigDecimal AssetBookValueAmt) { set_ValueNoCheck (COLUMNNAME_AssetBookValueAmt, AssetBookValueAmt); @@ -813,7 +845,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get AssetBookValueAmt. @return AssetBookValueAmt */ - public BigDecimal getAssetBookValueAmt () + public BigDecimal getAssetBookValueAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AssetBookValueAmt); if (bd == null) @@ -822,9 +854,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Asset Depreciation Date. - @param AssetDepreciationDate - Date of last depreciation - */ + @param AssetDepreciationDate Date of last depreciation + */ public void setAssetDepreciationDate (Timestamp AssetDepreciationDate) { set_ValueNoCheck (COLUMNNAME_AssetDepreciationDate, AssetDepreciationDate); @@ -833,15 +864,14 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Asset Depreciation Date. @return Date of last depreciation */ - public Timestamp getAssetDepreciationDate () + public Timestamp getAssetDepreciationDate() { return (Timestamp)get_Value(COLUMNNAME_AssetDepreciationDate); } /** Set Asset Disposal Date. - @param AssetDisposalDate - Date when the asset is/was disposed - */ + @param AssetDisposalDate Date when the asset is/was disposed + */ public void setAssetDisposalDate (Timestamp AssetDisposalDate) { set_Value (COLUMNNAME_AssetDisposalDate, AssetDisposalDate); @@ -850,15 +880,14 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Asset Disposal Date. @return Date when the asset is/was disposed */ - public Timestamp getAssetDisposalDate () + public Timestamp getAssetDisposalDate() { return (Timestamp)get_Value(COLUMNNAME_AssetDisposalDate); } /** Set Market value Amount. - @param AssetMarketValueAmt - Market value of the asset - */ + @param AssetMarketValueAmt Market value of the asset + */ public void setAssetMarketValueAmt (BigDecimal AssetMarketValueAmt) { set_ValueNoCheck (COLUMNNAME_AssetMarketValueAmt, AssetMarketValueAmt); @@ -867,7 +896,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Market value Amount. @return Market value of the asset */ - public BigDecimal getAssetMarketValueAmt () + public BigDecimal getAssetMarketValueAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AssetMarketValueAmt); if (bd == null) @@ -876,9 +905,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set In Service Date. - @param AssetServiceDate - Date when Asset was put into service - */ + @param AssetServiceDate Date when Asset was put into service + */ public void setAssetServiceDate (Timestamp AssetServiceDate) { set_ValueNoCheck (COLUMNNAME_AssetServiceDate, AssetServiceDate); @@ -887,15 +915,14 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get In Service Date. @return Date when Asset was put into service */ - public Timestamp getAssetServiceDate () + public Timestamp getAssetServiceDate() { return (Timestamp)get_Value(COLUMNNAME_AssetServiceDate); } /** Set Asset value. - @param AssetValueAmt - Book Value of the asset - */ + @param AssetValueAmt Book Value of the asset + */ public void setAssetValueAmt (BigDecimal AssetValueAmt) { set_ValueNoCheck (COLUMNNAME_AssetValueAmt, AssetValueAmt); @@ -904,7 +931,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Asset value. @return Book Value of the asset */ - public BigDecimal getAssetValueAmt () + public BigDecimal getAssetValueAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AssetValueAmt); if (bd == null) @@ -919,21 +946,20 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -947,22 +973,21 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -977,21 +1002,20 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -1000,7 +1024,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set ChangeAmt. - @param ChangeAmt ChangeAmt */ + @param ChangeAmt ChangeAmt + */ public void setChangeAmt (BigDecimal ChangeAmt) { set_ValueNoCheck (COLUMNNAME_ChangeAmt, ChangeAmt); @@ -1008,7 +1033,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get ChangeAmt. @return ChangeAmt */ - public BigDecimal getChangeAmt () + public BigDecimal getChangeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChangeAmt); if (bd == null) @@ -1017,7 +1042,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set ChangeDate. - @param ChangeDate ChangeDate */ + @param ChangeDate ChangeDate + */ public void setChangeDate (Timestamp ChangeDate) { set_ValueNoCheck (COLUMNNAME_ChangeDate, ChangeDate); @@ -1025,7 +1051,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get ChangeDate. @return ChangeDate */ - public Timestamp getChangeDate () + public Timestamp getChangeDate() { return (Timestamp)get_Value(COLUMNNAME_ChangeDate); } @@ -1061,7 +1087,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Usage = USE */ public static final String CHANGETYPE_Usage = "USE"; /** Set ChangeType. - @param ChangeType ChangeType */ + @param ChangeType ChangeType + */ public void setChangeType (String ChangeType) { @@ -1070,7 +1097,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get ChangeType. @return ChangeType */ - public String getChangeType () + public String getChangeType() { return (String)get_Value(COLUMNNAME_ChangeType); } @@ -1082,21 +1109,20 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -1111,21 +1137,20 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Combination. - @param C_ValidCombination_ID - Valid Account Combination - */ + @param C_ValidCombination_ID Valid Account Combination + */ public void setC_ValidCombination_ID (int C_ValidCombination_ID) { - if (C_ValidCombination_ID < 1) + if (C_ValidCombination_ID < 1) set_Value (COLUMNNAME_C_ValidCombination_ID, null); - else + else set_Value (COLUMNNAME_C_ValidCombination_ID, Integer.valueOf(C_ValidCombination_ID)); } /** Get Combination. @return Valid Account Combination */ - public int getC_ValidCombination_ID () + public int getC_ValidCombination_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ValidCombination_ID); if (ii == null) @@ -1134,9 +1159,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -1145,15 +1169,14 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Depreciate. - @param IsDepreciated - The asset will be depreciated - */ + @param IsDepreciated The asset will be depreciated + */ public void setIsDepreciated (boolean IsDepreciated) { set_Value (COLUMNNAME_IsDepreciated, Boolean.valueOf(IsDepreciated)); @@ -1162,7 +1185,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Depreciate. @return The asset will be depreciated */ - public boolean isDepreciated () + public boolean isDepreciated() { Object oo = get_Value(COLUMNNAME_IsDepreciated); if (oo != null) @@ -1175,9 +1198,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Disposed. - @param IsDisposed - The asset is disposed - */ + @param IsDisposed The asset is disposed + */ public void setIsDisposed (boolean IsDisposed) { set_Value (COLUMNNAME_IsDisposed, Boolean.valueOf(IsDisposed)); @@ -1186,7 +1208,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Disposed. @return The asset is disposed */ - public boolean isDisposed () + public boolean isDisposed() { Object oo = get_Value(COLUMNNAME_IsDisposed); if (oo != null) @@ -1199,9 +1221,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Fully depreciated. - @param IsFullyDepreciated - The asset is fully depreciated - */ + @param IsFullyDepreciated The asset is fully depreciated + */ public void setIsFullyDepreciated (boolean IsFullyDepreciated) { set_Value (COLUMNNAME_IsFullyDepreciated, Boolean.valueOf(IsFullyDepreciated)); @@ -1210,7 +1231,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Fully depreciated. @return The asset is fully depreciated */ - public boolean isFullyDepreciated () + public boolean isFullyDepreciated() { Object oo = get_Value(COLUMNNAME_IsFullyDepreciated); if (oo != null) @@ -1223,9 +1244,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set In Possession. - @param IsInPosession - The asset is in the possession of the organization - */ + @param IsInPosession The asset is in the possession of the organization + */ public void setIsInPosession (boolean IsInPosession) { set_Value (COLUMNNAME_IsInPosession, Boolean.valueOf(IsInPosession)); @@ -1234,7 +1254,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get In Possession. @return The asset is in the possession of the organization */ - public boolean isInPosession () + public boolean isInPosession() { Object oo = get_Value(COLUMNNAME_IsInPosession); if (oo != null) @@ -1247,9 +1267,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Owned. - @param IsOwned - The asset is owned by the organization - */ + @param IsOwned The asset is owned by the organization + */ public void setIsOwned (boolean IsOwned) { set_Value (COLUMNNAME_IsOwned, Boolean.valueOf(IsOwned)); @@ -1258,7 +1277,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Owned. @return The asset is owned by the organization */ - public boolean isOwned () + public boolean isOwned() { Object oo = get_Value(COLUMNNAME_IsOwned); if (oo != null) @@ -1271,9 +1290,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Life use. - @param LifeUseUnits - Units of use until the asset is not usable anymore - */ + @param LifeUseUnits Units of use until the asset is not usable anymore + */ public void setLifeUseUnits (int LifeUseUnits) { set_ValueNoCheck (COLUMNNAME_LifeUseUnits, Integer.valueOf(LifeUseUnits)); @@ -1282,7 +1300,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Life use. @return Units of use until the asset is not usable anymore */ - public int getLifeUseUnits () + public int getLifeUseUnits() { Integer ii = (Integer)get_Value(COLUMNNAME_LifeUseUnits); if (ii == null) @@ -1291,9 +1309,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Lot No. - @param Lot - Lot number (alphanumeric) - */ + @param Lot Lot number (alphanumeric) + */ public void setLot (String Lot) { set_ValueNoCheck (COLUMNNAME_Lot, Lot); @@ -1302,7 +1319,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Lot No. @return Lot number (alphanumeric) */ - public String getLot () + public String getLot() { return (String)get_Value(COLUMNNAME_Lot); } @@ -1320,9 +1337,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -1332,15 +1348,14 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Serial No. - @param SerNo - Product Serial Number - */ + @param SerNo Product Serial Number + */ public void setSerNo (String SerNo) { set_ValueNoCheck (COLUMNNAME_SerNo, SerNo); @@ -1349,13 +1364,14 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Serial No. @return Product Serial Number */ - public String getSerNo () + public String getSerNo() { return (String)get_Value(COLUMNNAME_SerNo); } /** Set Details. - @param TextDetails Details */ + @param TextDetails Details + */ public void setTextDetails (String TextDetails) { set_ValueNoCheck (COLUMNNAME_TextDetails, TextDetails); @@ -1363,15 +1379,14 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Details. @return Details */ - public String getTextDetails () + public String getTextDetails() { return (String)get_Value(COLUMNNAME_TextDetails); } /** Set Usable Life - Months. - @param UseLifeMonths - Months of the usable life of the asset - */ + @param UseLifeMonths Months of the usable life of the asset + */ public void setUseLifeMonths (int UseLifeMonths) { set_ValueNoCheck (COLUMNNAME_UseLifeMonths, Integer.valueOf(UseLifeMonths)); @@ -1380,7 +1395,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Usable Life - Months. @return Months of the usable life of the asset */ - public int getUseLifeMonths () + public int getUseLifeMonths() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeMonths); if (ii == null) @@ -1389,9 +1404,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Usable Life - Years. - @param UseLifeYears - Years of the usable life of the asset - */ + @param UseLifeYears Years of the usable life of the asset + */ public void setUseLifeYears (int UseLifeYears) { set_ValueNoCheck (COLUMNNAME_UseLifeYears, Integer.valueOf(UseLifeYears)); @@ -1400,7 +1414,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Usable Life - Years. @return Years of the usable life of the asset */ - public int getUseLifeYears () + public int getUseLifeYears() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeYears); if (ii == null) @@ -1409,9 +1423,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Use units. - @param UseUnits - Currently used units of the assets - */ + @param UseUnits Currently used units of the assets + */ public void setUseUnits (int UseUnits) { set_Value (COLUMNNAME_UseUnits, Integer.valueOf(UseUnits)); @@ -1420,7 +1433,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Use units. @return Currently used units of the assets */ - public int getUseUnits () + public int getUseUnits() { Integer ii = (Integer)get_Value(COLUMNNAME_UseUnits); if (ii == null) @@ -1429,9 +1442,8 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste } /** Set Version No. - @param VersionNo - Version Number - */ + @param VersionNo Version Number + */ public void setVersionNo (String VersionNo) { set_ValueNoCheck (COLUMNNAME_VersionNo, VersionNo); @@ -1440,7 +1452,7 @@ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persiste /** Get Version No. @return Version Number */ - public String getVersionNo () + public String getVersionNo() { return (String)get_Value(COLUMNNAME_VersionNo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Class.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Class.java index fe49534fee..8952fb1fb6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Class.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Class.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for A_Asset_Class * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Class") public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent { @@ -30,7 +30,7 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Class (Properties ctx, int A_Asset_Class_ID, String trxName) @@ -75,18 +75,19 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent } /** Set Asset class. - @param A_Asset_Class_ID Asset class */ + @param A_Asset_Class_ID Asset class + */ public void setA_Asset_Class_ID (int A_Asset_Class_ID) { - if (A_Asset_Class_ID < 1) + if (A_Asset_Class_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Class_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Class_ID, Integer.valueOf(A_Asset_Class_ID)); } /** Get Asset class. @return Asset class */ - public int getA_Asset_Class_ID () + public int getA_Asset_Class_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Class_ID); if (ii == null) @@ -95,7 +96,8 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent } /** Set A_Asset_Class_UU. - @param A_Asset_Class_UU A_Asset_Class_UU */ + @param A_Asset_Class_UU A_Asset_Class_UU + */ public void setA_Asset_Class_UU (String A_Asset_Class_UU) { set_Value (COLUMNNAME_A_Asset_Class_UU, A_Asset_Class_UU); @@ -103,13 +105,14 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent /** Get A_Asset_Class_UU. @return A_Asset_Class_UU */ - public String getA_Asset_Class_UU () + public String getA_Asset_Class_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Class_UU); } /** Set Life Periods 2004 (min). - @param A_Life_Period_2004 Life Periods 2004 (min) */ + @param A_Life_Period_2004 Life Periods 2004 (min) + */ public void setA_Life_Period_2004 (int A_Life_Period_2004) { set_Value (COLUMNNAME_A_Life_Period_2004, Integer.valueOf(A_Life_Period_2004)); @@ -117,7 +120,7 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent /** Get Life Periods 2004 (min). @return Life Periods 2004 (min) */ - public int getA_Life_Period_2004 () + public int getA_Life_Period_2004() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Life_Period_2004); if (ii == null) @@ -126,7 +129,8 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent } /** Set Life periods (max). - @param A_Life_Period_Max Life periods (max) */ + @param A_Life_Period_Max Life periods (max) + */ public void setA_Life_Period_Max (int A_Life_Period_Max) { set_Value (COLUMNNAME_A_Life_Period_Max, Integer.valueOf(A_Life_Period_Max)); @@ -134,7 +138,7 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent /** Get Life periods (max). @return Life periods (max) */ - public int getA_Life_Period_Max () + public int getA_Life_Period_Max() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Life_Period_Max); if (ii == null) @@ -143,7 +147,8 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent } /** Set Life periods (min). - @param A_Life_Period_Min Life periods (min) */ + @param A_Life_Period_Min Life periods (min) + */ public void setA_Life_Period_Min (int A_Life_Period_Min) { set_Value (COLUMNNAME_A_Life_Period_Min, Integer.valueOf(A_Life_Period_Min)); @@ -151,7 +156,7 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent /** Get Life periods (min). @return Life periods (min) */ - public int getA_Life_Period_Min () + public int getA_Life_Period_Min() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Life_Period_Min); if (ii == null) @@ -160,7 +165,8 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent } /** Set Value 2004. - @param A_Value_2004 Value 2004 */ + @param A_Value_2004 Value 2004 + */ public void setA_Value_2004 (String A_Value_2004) { set_Value (COLUMNNAME_A_Value_2004, A_Value_2004); @@ -168,15 +174,14 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent /** Get Value 2004. @return Value 2004 */ - public String getA_Value_2004 () + public String getA_Value_2004() { return (String)get_Value(COLUMNNAME_A_Value_2004); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_ValueNoCheck (COLUMNNAME_Description, Description); @@ -185,13 +190,14 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Fixed Asset Class. - @param MFX_Clasa Fixed Asset Class */ + @param MFX_Clasa Fixed Asset Class + */ public void setMFX_Clasa (int MFX_Clasa) { set_Value (COLUMNNAME_MFX_Clasa, Integer.valueOf(MFX_Clasa)); @@ -199,7 +205,7 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent /** Get Fixed Asset Class. @return Fixed Asset Class */ - public int getMFX_Clasa () + public int getMFX_Clasa() { Integer ii = (Integer)get_Value(COLUMNNAME_MFX_Clasa); if (ii == null) @@ -208,7 +214,8 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent } /** Set Fixed Asset Group. - @param MFX_Grupa Fixed Asset Group */ + @param MFX_Grupa Fixed Asset Group + */ public void setMFX_Grupa (int MFX_Grupa) { set_Value (COLUMNNAME_MFX_Grupa, Integer.valueOf(MFX_Grupa)); @@ -216,7 +223,7 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent /** Get Fixed Asset Group. @return Fixed Asset Group */ - public int getMFX_Grupa () + public int getMFX_Grupa() { Integer ii = (Integer)get_Value(COLUMNNAME_MFX_Grupa); if (ii == null) @@ -225,7 +232,8 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent } /** Set Fixed Asset Subclass. - @param MFX_SubClasa Fixed Asset Subclass */ + @param MFX_SubClasa Fixed Asset Subclass + */ public void setMFX_SubClasa (int MFX_SubClasa) { set_Value (COLUMNNAME_MFX_SubClasa, Integer.valueOf(MFX_SubClasa)); @@ -233,7 +241,7 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent /** Get Fixed Asset Subclass. @return Fixed Asset Subclass */ - public int getMFX_SubClasa () + public int getMFX_SubClasa() { Integer ii = (Integer)get_Value(COLUMNNAME_MFX_SubClasa); if (ii == null) @@ -242,7 +250,8 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent } /** Set Fixed Asset Subgroup. - @param MFX_SubGrupa Fixed Asset Subgroup */ + @param MFX_SubGrupa Fixed Asset Subgroup + */ public void setMFX_SubGrupa (int MFX_SubGrupa) { set_Value (COLUMNNAME_MFX_SubGrupa, Integer.valueOf(MFX_SubGrupa)); @@ -250,7 +259,7 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent /** Get Fixed Asset Subgroup. @return Fixed Asset Subgroup */ - public int getMFX_SubGrupa () + public int getMFX_SubGrupa() { Integer ii = (Integer)get_Value(COLUMNNAME_MFX_SubGrupa); if (ii == null) @@ -259,9 +268,8 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -270,15 +278,14 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -287,7 +294,7 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Delivery.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Delivery.java index 75019a1c41..fb4f1d0a39 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Delivery.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Delivery.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Delivery * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Delivery") public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Persistent { @@ -32,7 +32,7 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Delivery (Properties ctx, int A_Asset_Delivery_ID, String trxName) @@ -75,21 +75,20 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers } /** Set Asset Delivery. - @param A_Asset_Delivery_ID - Delivery of Asset - */ + @param A_Asset_Delivery_ID Delivery of Asset + */ public void setA_Asset_Delivery_ID (int A_Asset_Delivery_ID) { - if (A_Asset_Delivery_ID < 1) + if (A_Asset_Delivery_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Delivery_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Delivery_ID, Integer.valueOf(A_Asset_Delivery_ID)); } /** Get Asset Delivery. @return Delivery of Asset */ - public int getA_Asset_Delivery_ID () + public int getA_Asset_Delivery_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Delivery_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers } /** Set A_Asset_Delivery_UU. - @param A_Asset_Delivery_UU A_Asset_Delivery_UU */ + @param A_Asset_Delivery_UU A_Asset_Delivery_UU + */ public void setA_Asset_Delivery_UU (String A_Asset_Delivery_UU) { set_Value (COLUMNNAME_A_Asset_Delivery_UU, A_Asset_Delivery_UU); @@ -106,7 +106,7 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** Get A_Asset_Delivery_UU. @return A_Asset_Delivery_UU */ - public String getA_Asset_Delivery_UU () + public String getA_Asset_Delivery_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Delivery_UU); } @@ -118,21 +118,20 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -147,21 +146,20 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -170,9 +168,8 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers } /** Set Delivery Confirmation. - @param DeliveryConfirmation - EMail Delivery confirmation - */ + @param DeliveryConfirmation EMail Delivery confirmation + */ public void setDeliveryConfirmation (String DeliveryConfirmation) { set_Value (COLUMNNAME_DeliveryConfirmation, DeliveryConfirmation); @@ -181,15 +178,14 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** Get Delivery Confirmation. @return EMail Delivery confirmation */ - public String getDeliveryConfirmation () + public String getDeliveryConfirmation() { return (String)get_Value(COLUMNNAME_DeliveryConfirmation); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -198,15 +194,14 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set EMail Address. - @param EMail - Electronic Mail Address - */ + @param EMail Electronic Mail Address + */ public void setEMail (String EMail) { set_ValueNoCheck (COLUMNNAME_EMail, EMail); @@ -215,15 +210,14 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** Get EMail Address. @return Electronic Mail Address */ - public String getEMail () + public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } /** Set Lot No. - @param Lot - Lot number (alphanumeric) - */ + @param Lot Lot number (alphanumeric) + */ public void setLot (String Lot) { set_ValueNoCheck (COLUMNNAME_Lot, Lot); @@ -232,15 +226,14 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** Get Lot No. @return Lot number (alphanumeric) */ - public String getLot () + public String getLot() { return (String)get_Value(COLUMNNAME_Lot); } /** Set Message ID. - @param MessageID - EMail Message ID - */ + @param MessageID EMail Message ID + */ public void setMessageID (String MessageID) { set_ValueNoCheck (COLUMNNAME_MessageID, MessageID); @@ -249,7 +242,7 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** Get Message ID. @return EMail Message ID */ - public String getMessageID () + public String getMessageID() { return (String)get_Value(COLUMNNAME_MessageID); } @@ -261,21 +254,20 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -284,9 +276,8 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers } /** Set Movement Date. - @param MovementDate - Date a product was moved in or out of inventory - */ + @param MovementDate Date a product was moved in or out of inventory + */ public void setMovementDate (Timestamp MovementDate) { set_ValueNoCheck (COLUMNNAME_MovementDate, MovementDate); @@ -295,7 +286,7 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** Get Movement Date. @return Date a product was moved in or out of inventory */ - public Timestamp getMovementDate () + public Timestamp getMovementDate() { return (Timestamp)get_Value(COLUMNNAME_MovementDate); } @@ -315,21 +306,20 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers } /** Set Product Download. - @param M_ProductDownload_ID - Product downloads - */ + @param M_ProductDownload_ID Product downloads + */ public void setM_ProductDownload_ID (int M_ProductDownload_ID) { - if (M_ProductDownload_ID < 1) + if (M_ProductDownload_ID < 1) set_Value (COLUMNNAME_M_ProductDownload_ID, null); - else + else set_Value (COLUMNNAME_M_ProductDownload_ID, Integer.valueOf(M_ProductDownload_ID)); } /** Get Product Download. @return Product downloads */ - public int getM_ProductDownload_ID () + public int getM_ProductDownload_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductDownload_ID); if (ii == null) @@ -338,9 +328,8 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers } /** Set Referrer. - @param Referrer - Referring web address - */ + @param Referrer Referring web address + */ public void setReferrer (String Referrer) { set_ValueNoCheck (COLUMNNAME_Referrer, Referrer); @@ -349,15 +338,14 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** Get Referrer. @return Referring web address */ - public String getReferrer () + public String getReferrer() { return (String)get_Value(COLUMNNAME_Referrer); } /** Set Remote Addr. - @param Remote_Addr - Remote Address - */ + @param Remote_Addr Remote Address + */ public void setRemote_Addr (String Remote_Addr) { set_ValueNoCheck (COLUMNNAME_Remote_Addr, Remote_Addr); @@ -366,15 +354,14 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** Get Remote Addr. @return Remote Address */ - public String getRemote_Addr () + public String getRemote_Addr() { return (String)get_Value(COLUMNNAME_Remote_Addr); } /** Set Remote Host. - @param Remote_Host - Remote host Info - */ + @param Remote_Host Remote host Info + */ public void setRemote_Host (String Remote_Host) { set_ValueNoCheck (COLUMNNAME_Remote_Host, Remote_Host); @@ -383,15 +370,14 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** Get Remote Host. @return Remote host Info */ - public String getRemote_Host () + public String getRemote_Host() { return (String)get_Value(COLUMNNAME_Remote_Host); } /** Set Serial No. - @param SerNo - Product Serial Number - */ + @param SerNo Product Serial Number + */ public void setSerNo (String SerNo) { set_ValueNoCheck (COLUMNNAME_SerNo, SerNo); @@ -400,15 +386,14 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** Get Serial No. @return Product Serial Number */ - public String getSerNo () + public String getSerNo() { return (String)get_Value(COLUMNNAME_SerNo); } /** Set URL. - @param URL - Full URL address - e.g. http://www.idempiere.org - */ + @param URL Full URL address - e.g. http://www.idempiere.org + */ public void setURL (String URL) { set_ValueNoCheck (COLUMNNAME_URL, URL); @@ -417,15 +402,14 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** Get URL. @return Full URL address - e.g. http://www.idempiere.org */ - public String getURL () + public String getURL() { return (String)get_Value(COLUMNNAME_URL); } /** Set Version No. - @param VersionNo - Version Number - */ + @param VersionNo Version Number + */ public void setVersionNo (String VersionNo) { set_ValueNoCheck (COLUMNNAME_VersionNo, VersionNo); @@ -434,7 +418,7 @@ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Pers /** Get Version No. @return Version Number */ - public String getVersionNo () + public String getVersionNo() { return (String)get_Value(COLUMNNAME_VersionNo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Disposed.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Disposed.java index a2e971c07c..f5daf9729c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Disposed.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Disposed.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Disposed * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Disposed") public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Disposed (Properties ctx, int A_Asset_Disposed_ID, String trxName) @@ -101,7 +101,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Accumulated Depreciation. - @param A_Accumulated_Depr Accumulated Depreciation */ + @param A_Accumulated_Depr Accumulated Depreciation + */ public void setA_Accumulated_Depr (BigDecimal A_Accumulated_Depr) { set_Value (COLUMNNAME_A_Accumulated_Depr, A_Accumulated_Depr); @@ -109,7 +110,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Accumulated Depreciation. @return Accumulated Depreciation */ - public BigDecimal getA_Accumulated_Depr () + public BigDecimal getA_Accumulated_Depr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr); if (bd == null) @@ -118,7 +119,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Accumulated Depreciation (delta). - @param A_Accumulated_Depr_Delta Accumulated Depreciation (delta) */ + @param A_Accumulated_Depr_Delta Accumulated Depreciation (delta) + */ public void setA_Accumulated_Depr_Delta (BigDecimal A_Accumulated_Depr_Delta) { set_Value (COLUMNNAME_A_Accumulated_Depr_Delta, A_Accumulated_Depr_Delta); @@ -126,7 +128,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Accumulated Depreciation (delta). @return Accumulated Depreciation (delta) */ - public BigDecimal getA_Accumulated_Depr_Delta () + public BigDecimal getA_Accumulated_Depr_Delta() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr_Delta); if (bd == null) @@ -139,7 +141,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Activation = AA */ public static final String A_ACTIVATION_METHOD_Activation = "AA"; /** Set Activation Method. - @param A_Activation_Method Activation Method */ + @param A_Activation_Method Activation Method + */ public void setA_Activation_Method (String A_Activation_Method) { @@ -148,13 +151,14 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Activation Method. @return Activation Method */ - public String getA_Activation_Method () + public String getA_Activation_Method() { return (String)get_Value(COLUMNNAME_A_Activation_Method); } /** Set Asset Cost. - @param A_Asset_Cost Asset Cost */ + @param A_Asset_Cost Asset Cost + */ public void setA_Asset_Cost (BigDecimal A_Asset_Cost) { set_Value (COLUMNNAME_A_Asset_Cost, A_Asset_Cost); @@ -162,7 +166,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Asset Cost. @return Asset Cost */ - public BigDecimal getA_Asset_Cost () + public BigDecimal getA_Asset_Cost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Cost); if (bd == null) @@ -171,18 +175,19 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Asset Disposed. - @param A_Asset_Disposed_ID Asset Disposed */ + @param A_Asset_Disposed_ID Asset Disposed + */ public void setA_Asset_Disposed_ID (int A_Asset_Disposed_ID) { - if (A_Asset_Disposed_ID < 1) + if (A_Asset_Disposed_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Disposed_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Disposed_ID, Integer.valueOf(A_Asset_Disposed_ID)); } /** Get Asset Disposed. @return Asset Disposed */ - public int getA_Asset_Disposed_ID () + public int getA_Asset_Disposed_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Disposed_ID); if (ii == null) @@ -199,7 +204,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set A_Asset_Disposed_UU. - @param A_Asset_Disposed_UU A_Asset_Disposed_UU */ + @param A_Asset_Disposed_UU A_Asset_Disposed_UU + */ public void setA_Asset_Disposed_UU (String A_Asset_Disposed_UU) { set_Value (COLUMNNAME_A_Asset_Disposed_UU, A_Asset_Disposed_UU); @@ -207,7 +213,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get A_Asset_Disposed_UU. @return A_Asset_Disposed_UU */ - public String getA_Asset_Disposed_UU () + public String getA_Asset_Disposed_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Disposed_UU); } @@ -219,21 +225,20 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -258,7 +263,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Sold = SO */ public static final String A_ASSET_STATUS_Sold = "SO"; /** Set Asset Status. - @param A_Asset_Status Asset Status */ + @param A_Asset_Status Asset Status + */ public void setA_Asset_Status (String A_Asset_Status) { @@ -267,7 +273,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Asset Status. @return Asset Status */ - public String getA_Asset_Status () + public String getA_Asset_Status() { return (String)get_Value(COLUMNNAME_A_Asset_Status); } @@ -279,18 +285,19 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Asset Trade. - @param A_Asset_Trade_ID Asset Trade */ + @param A_Asset_Trade_ID Asset Trade + */ public void setA_Asset_Trade_ID (int A_Asset_Trade_ID) { - if (A_Asset_Trade_ID < 1) + if (A_Asset_Trade_ID < 1) set_Value (COLUMNNAME_A_Asset_Trade_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Trade_ID, Integer.valueOf(A_Asset_Trade_ID)); } /** Get Asset Trade. @return Asset Trade */ - public int getA_Asset_Trade_ID () + public int getA_Asset_Trade_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Trade_ID); if (ii == null) @@ -299,7 +306,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Disposal Amount. - @param A_Disposal_Amt Disposal Amount */ + @param A_Disposal_Amt Disposal Amount + */ public void setA_Disposal_Amt (BigDecimal A_Disposal_Amt) { set_Value (COLUMNNAME_A_Disposal_Amt, A_Disposal_Amt); @@ -307,7 +315,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Disposal Amount. @return Disposal Amount */ - public BigDecimal getA_Disposal_Amt () + public BigDecimal getA_Disposal_Amt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Disposal_Amt); if (bd == null) @@ -316,7 +324,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Disposed Date. - @param A_Disposed_Date Disposed Date */ + @param A_Disposed_Date Disposed Date + */ public void setA_Disposed_Date (Timestamp A_Disposed_Date) { set_Value (COLUMNNAME_A_Disposed_Date, A_Disposed_Date); @@ -324,7 +333,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Disposed Date. @return Disposed Date */ - public Timestamp getA_Disposed_Date () + public Timestamp getA_Disposed_Date() { return (Timestamp)get_Value(COLUMNNAME_A_Disposed_Date); } @@ -348,7 +357,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Trade w/cash = T2 */ public static final String A_DISPOSED_METHOD_TradeWCash = "T2"; /** Set Disposed Method. - @param A_Disposed_Method Disposed Method */ + @param A_Disposed_Method Disposed Method + */ public void setA_Disposed_Method (String A_Disposed_Method) { @@ -357,7 +367,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Disposed Method. @return Disposed Method */ - public String getA_Disposed_Method () + public String getA_Disposed_Method() { return (String)get_Value(COLUMNNAME_A_Disposed_Method); } @@ -377,7 +387,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Theft = T */ public static final String A_DISPOSED_REASON_Theft = "T"; /** Set Disposed Reason. - @param A_Disposed_Reason Disposed Reason */ + @param A_Disposed_Reason Disposed Reason + */ public void setA_Disposed_Reason (String A_Disposed_Reason) { @@ -386,13 +397,14 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Disposed Reason. @return Disposed Reason */ - public String getA_Disposed_Reason () + public String getA_Disposed_Reason() { return (String)get_Value(COLUMNNAME_A_Disposed_Reason); } /** Set Asset Proceeds. - @param A_Proceeds Asset Proceeds */ + @param A_Proceeds Asset Proceeds + */ public void setA_Proceeds (BigDecimal A_Proceeds) { set_Value (COLUMNNAME_A_Proceeds, A_Proceeds); @@ -400,7 +412,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Asset Proceeds. @return Asset Proceeds */ - public BigDecimal getA_Proceeds () + public BigDecimal getA_Proceeds() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Proceeds); if (bd == null) @@ -415,21 +427,20 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -444,21 +455,20 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -473,21 +483,20 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_Value (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_Value (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -502,21 +511,20 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_Value (COLUMNNAME_C_Period_ID, null); - else + else set_Value (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -525,9 +533,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -536,15 +543,14 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -553,15 +559,14 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -570,14 +575,14 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -606,9 +611,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -618,7 +622,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -650,9 +654,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -662,15 +665,14 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_ValueNoCheck (COLUMNNAME_DocumentNo, DocumentNo); @@ -679,13 +681,14 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Expense. - @param Expense Expense */ + @param Expense Expense + */ public void setExpense (BigDecimal Expense) { set_Value (COLUMNNAME_Expense, Expense); @@ -693,7 +696,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Expense. @return Expense */ - public BigDecimal getExpense () + public BigDecimal getExpense() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Expense); if (bd == null) @@ -702,9 +705,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -713,7 +715,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -726,9 +728,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Disposed. - @param IsDisposed - The asset is disposed - */ + @param IsDisposed The asset is disposed + */ public void setIsDisposed (boolean IsDisposed) { set_Value (COLUMNNAME_IsDisposed, Boolean.valueOf(IsDisposed)); @@ -737,7 +738,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Disposed. @return The asset is disposed */ - public boolean isDisposed () + public boolean isDisposed() { Object oo = get_Value(COLUMNNAME_IsDisposed); if (oo != null) @@ -750,9 +751,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -761,7 +761,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -786,9 +786,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -798,15 +797,14 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -815,7 +813,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -828,9 +826,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -839,7 +836,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -848,7 +845,8 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -856,7 +854,7 @@ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Pers /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group.java index 173d5358ba..f1592bfdca 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Group * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Group") public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent { @@ -31,7 +31,7 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Group (Properties ctx, int A_Asset_Group_ID, String trxName) @@ -88,18 +88,19 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent } /** Set Asset class. - @param A_Asset_Class_ID Asset class */ + @param A_Asset_Class_ID Asset class + */ public void setA_Asset_Class_ID (int A_Asset_Class_ID) { - if (A_Asset_Class_ID < 1) + if (A_Asset_Class_ID < 1) set_Value (COLUMNNAME_A_Asset_Class_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Class_ID, Integer.valueOf(A_Asset_Class_ID)); } /** Get Asset class. @return Asset class */ - public int getA_Asset_Class_ID () + public int getA_Asset_Class_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Class_ID); if (ii == null) @@ -108,21 +109,20 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent } /** Set Asset Group. - @param A_Asset_Group_ID - Group of Assets - */ + @param A_Asset_Group_ID Group of Assets + */ public void setA_Asset_Group_ID (int A_Asset_Group_ID) { - if (A_Asset_Group_ID < 1) + if (A_Asset_Group_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Group_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Group_ID, Integer.valueOf(A_Asset_Group_ID)); } /** Get Asset Group. @return Group of Assets */ - public int getA_Asset_Group_ID () + public int getA_Asset_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Group_ID); if (ii == null) @@ -139,7 +139,8 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent } /** Set A_Asset_Group_UU. - @param A_Asset_Group_UU A_Asset_Group_UU */ + @param A_Asset_Group_UU A_Asset_Group_UU + */ public void setA_Asset_Group_UU (String A_Asset_Group_UU) { set_Value (COLUMNNAME_A_Asset_Group_UU, A_Asset_Group_UU); @@ -147,7 +148,7 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent /** Get A_Asset_Group_UU. @return A_Asset_Group_UU */ - public String getA_Asset_Group_UU () + public String getA_Asset_Group_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Group_UU); } @@ -159,18 +160,19 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent } /** Set Asset Type. - @param A_Asset_Type_ID Asset Type */ + @param A_Asset_Type_ID Asset Type + */ public void setA_Asset_Type_ID (int A_Asset_Type_ID) { - if (A_Asset_Type_ID < 1) + if (A_Asset_Type_ID < 1) set_Value (COLUMNNAME_A_Asset_Type_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Type_ID, Integer.valueOf(A_Asset_Type_ID)); } /** Get Asset Type. @return Asset Type */ - public int getA_Asset_Type_ID () + public int getA_Asset_Type_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Type_ID); if (ii == null) @@ -179,9 +181,8 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -190,15 +191,14 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -207,15 +207,14 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Create As Active. - @param IsCreateAsActive - Create Asset and activate it - */ + @param IsCreateAsActive Create Asset and activate it + */ public void setIsCreateAsActive (boolean IsCreateAsActive) { set_Value (COLUMNNAME_IsCreateAsActive, Boolean.valueOf(IsCreateAsActive)); @@ -224,7 +223,7 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent /** Get Create As Active. @return Create Asset and activate it */ - public boolean isCreateAsActive () + public boolean isCreateAsActive() { Object oo = get_Value(COLUMNNAME_IsCreateAsActive); if (oo != null) @@ -237,9 +236,8 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -248,7 +246,7 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -261,9 +259,8 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent } /** Set Depreciate. - @param IsDepreciated - The asset will be depreciated - */ + @param IsDepreciated The asset will be depreciated + */ public void setIsDepreciated (boolean IsDepreciated) { set_Value (COLUMNNAME_IsDepreciated, Boolean.valueOf(IsDepreciated)); @@ -272,7 +269,7 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent /** Get Depreciate. @return The asset will be depreciated */ - public boolean isDepreciated () + public boolean isDepreciated() { Object oo = get_Value(COLUMNNAME_IsDepreciated); if (oo != null) @@ -285,7 +282,8 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent } /** Set IsFixedAsset. - @param IsFixedAsset IsFixedAsset */ + @param IsFixedAsset IsFixedAsset + */ public void setIsFixedAsset (boolean IsFixedAsset) { set_Value (COLUMNNAME_IsFixedAsset, Boolean.valueOf(IsFixedAsset)); @@ -293,7 +291,7 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent /** Get IsFixedAsset. @return IsFixedAsset */ - public boolean isFixedAsset () + public boolean isFixedAsset() { Object oo = get_Value(COLUMNNAME_IsFixedAsset); if (oo != null) @@ -306,9 +304,8 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent } /** Set One Asset Per UOM. - @param IsOneAssetPerUOM - Create one asset per UOM - */ + @param IsOneAssetPerUOM Create one asset per UOM + */ public void setIsOneAssetPerUOM (boolean IsOneAssetPerUOM) { set_Value (COLUMNNAME_IsOneAssetPerUOM, Boolean.valueOf(IsOneAssetPerUOM)); @@ -317,7 +314,7 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent /** Get One Asset Per UOM. @return Create one asset per UOM */ - public boolean isOneAssetPerUOM () + public boolean isOneAssetPerUOM() { Object oo = get_Value(COLUMNNAME_IsOneAssetPerUOM); if (oo != null) @@ -330,9 +327,8 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent } /** Set Owned. - @param IsOwned - The asset is owned by the organization - */ + @param IsOwned The asset is owned by the organization + */ public void setIsOwned (boolean IsOwned) { set_Value (COLUMNNAME_IsOwned, Boolean.valueOf(IsOwned)); @@ -341,7 +337,7 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent /** Get Owned. @return The asset is owned by the organization */ - public boolean isOwned () + public boolean isOwned() { Object oo = get_Value(COLUMNNAME_IsOwned); if (oo != null) @@ -354,9 +350,8 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent } /** Set Track Issues. - @param IsTrackIssues - Enable tracking issues for this asset - */ + @param IsTrackIssues Enable tracking issues for this asset + */ public void setIsTrackIssues (boolean IsTrackIssues) { set_Value (COLUMNNAME_IsTrackIssues, Boolean.valueOf(IsTrackIssues)); @@ -365,7 +360,7 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent /** Get Track Issues. @return Enable tracking issues for this asset */ - public boolean isTrackIssues () + public boolean isTrackIssues() { Object oo = get_Value(COLUMNNAME_IsTrackIssues); if (oo != null) @@ -378,9 +373,8 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -389,7 +383,7 @@ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group_Acct.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group_Acct.java index 91562c3a90..1d3c937575 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group_Acct.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Group_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Group_Acct") public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_Persistent { @@ -33,7 +33,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Group_Acct (Properties ctx, int A_Asset_Group_Acct_ID, String trxName) @@ -97,7 +97,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Accumulated Depreciation Account. - @param A_Accumdepreciation_Acct Accumulated Depreciation Account */ + @param A_Accumdepreciation_Acct Accumulated Depreciation Account + */ public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct) { set_Value (COLUMNNAME_A_Accumdepreciation_Acct, Integer.valueOf(A_Accumdepreciation_Acct)); @@ -105,7 +106,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Accumulated Depreciation Account. @return Accumulated Depreciation Account */ - public int getA_Accumdepreciation_Acct () + public int getA_Accumdepreciation_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Accumdepreciation_Acct); if (ii == null) @@ -120,7 +121,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Asset Acct. - @param A_Asset_Acct Asset Acct */ + @param A_Asset_Acct Asset Acct + */ public void setA_Asset_Acct (int A_Asset_Acct) { set_Value (COLUMNNAME_A_Asset_Acct, Integer.valueOf(A_Asset_Acct)); @@ -128,7 +130,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Asset Acct. @return Asset Acct */ - public int getA_Asset_Acct () + public int getA_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Acct); if (ii == null) @@ -137,18 +139,19 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Asset Group Accounting. - @param A_Asset_Group_Acct_ID Asset Group Accounting */ + @param A_Asset_Group_Acct_ID Asset Group Accounting + */ public void setA_Asset_Group_Acct_ID (int A_Asset_Group_Acct_ID) { - if (A_Asset_Group_Acct_ID < 1) + if (A_Asset_Group_Acct_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Group_Acct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Group_Acct_ID, Integer.valueOf(A_Asset_Group_Acct_ID)); } /** Get Asset Group Accounting. @return Asset Group Accounting */ - public int getA_Asset_Group_Acct_ID () + public int getA_Asset_Group_Acct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Group_Acct_ID); if (ii == null) @@ -165,7 +168,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set A_Asset_Group_Acct_UU. - @param A_Asset_Group_Acct_UU A_Asset_Group_Acct_UU */ + @param A_Asset_Group_Acct_UU A_Asset_Group_Acct_UU + */ public void setA_Asset_Group_Acct_UU (String A_Asset_Group_Acct_UU) { set_Value (COLUMNNAME_A_Asset_Group_Acct_UU, A_Asset_Group_Acct_UU); @@ -173,7 +177,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get A_Asset_Group_Acct_UU. @return A_Asset_Group_Acct_UU */ - public String getA_Asset_Group_Acct_UU () + public String getA_Asset_Group_Acct_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Group_Acct_UU); } @@ -185,21 +189,20 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Asset Group. - @param A_Asset_Group_ID - Group of Assets - */ + @param A_Asset_Group_ID Group of Assets + */ public void setA_Asset_Group_ID (int A_Asset_Group_ID) { - if (A_Asset_Group_ID < 1) + if (A_Asset_Group_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Group_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Group_ID, Integer.valueOf(A_Asset_Group_ID)); } /** Get Asset Group. @return Group of Assets */ - public int getA_Asset_Group_ID () + public int getA_Asset_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Group_ID); if (ii == null) @@ -214,7 +217,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Depreciation Account. - @param A_Depreciation_Acct Depreciation Account */ + @param A_Depreciation_Acct Depreciation Account + */ public void setA_Depreciation_Acct (int A_Depreciation_Acct) { set_Value (COLUMNNAME_A_Depreciation_Acct, Integer.valueOf(A_Depreciation_Acct)); @@ -222,7 +226,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Depreciation Account. @return Depreciation Account */ - public int getA_Depreciation_Acct () + public int getA_Depreciation_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Acct); if (ii == null) @@ -237,18 +241,19 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Depreciation Convention (fiscal). - @param A_Depreciation_Conv_F_ID Depreciation Convention (fiscal) */ + @param A_Depreciation_Conv_F_ID Depreciation Convention (fiscal) + */ public void setA_Depreciation_Conv_F_ID (int A_Depreciation_Conv_F_ID) { - if (A_Depreciation_Conv_F_ID < 1) + if (A_Depreciation_Conv_F_ID < 1) set_Value (COLUMNNAME_A_Depreciation_Conv_F_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_Conv_F_ID, Integer.valueOf(A_Depreciation_Conv_F_ID)); } /** Get Depreciation Convention (fiscal). @return Depreciation Convention (fiscal) */ - public int getA_Depreciation_Conv_F_ID () + public int getA_Depreciation_Conv_F_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Conv_F_ID); if (ii == null) @@ -263,18 +268,19 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Convention Type. - @param A_Depreciation_Conv_ID Convention Type */ + @param A_Depreciation_Conv_ID Convention Type + */ public void setA_Depreciation_Conv_ID (int A_Depreciation_Conv_ID) { - if (A_Depreciation_Conv_ID < 1) + if (A_Depreciation_Conv_ID < 1) set_Value (COLUMNNAME_A_Depreciation_Conv_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_Conv_ID, Integer.valueOf(A_Depreciation_Conv_ID)); } /** Get Convention Type. @return Convention Type */ - public int getA_Depreciation_Conv_ID () + public int getA_Depreciation_Conv_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Conv_ID); if (ii == null) @@ -289,18 +295,19 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Depreciation (fiscal). - @param A_Depreciation_F_ID Depreciation (fiscal) */ + @param A_Depreciation_F_ID Depreciation (fiscal) + */ public void setA_Depreciation_F_ID (int A_Depreciation_F_ID) { - if (A_Depreciation_F_ID < 1) + if (A_Depreciation_F_ID < 1) set_Value (COLUMNNAME_A_Depreciation_F_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_F_ID, Integer.valueOf(A_Depreciation_F_ID)); } /** Get Depreciation (fiscal). @return Depreciation (fiscal) */ - public int getA_Depreciation_F_ID () + public int getA_Depreciation_F_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_F_ID); if (ii == null) @@ -315,18 +322,19 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Depreciation. - @param A_Depreciation_ID Depreciation */ + @param A_Depreciation_ID Depreciation + */ public void setA_Depreciation_ID (int A_Depreciation_ID) { - if (A_Depreciation_ID < 1) + if (A_Depreciation_ID < 1) set_Value (COLUMNNAME_A_Depreciation_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_ID, Integer.valueOf(A_Depreciation_ID)); } /** Get Depreciation. @return Depreciation */ - public int getA_Depreciation_ID () + public int getA_Depreciation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_ID); if (ii == null) @@ -335,7 +343,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set A_Depreciation_Manual_Amount. - @param A_Depreciation_Manual_Amount A_Depreciation_Manual_Amount */ + @param A_Depreciation_Manual_Amount A_Depreciation_Manual_Amount + */ public void setA_Depreciation_Manual_Amount (BigDecimal A_Depreciation_Manual_Amount) { set_Value (COLUMNNAME_A_Depreciation_Manual_Amount, A_Depreciation_Manual_Amount); @@ -343,7 +352,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get A_Depreciation_Manual_Amount. @return A_Depreciation_Manual_Amount */ - public BigDecimal getA_Depreciation_Manual_Amount () + public BigDecimal getA_Depreciation_Manual_Amount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Depreciation_Manual_Amount); if (bd == null) @@ -358,7 +367,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Yearly = YR */ public static final String A_DEPRECIATION_MANUAL_PERIOD_Yearly = "YR"; /** Set A_Depreciation_Manual_Period. - @param A_Depreciation_Manual_Period A_Depreciation_Manual_Period */ + @param A_Depreciation_Manual_Period A_Depreciation_Manual_Period + */ public void setA_Depreciation_Manual_Period (String A_Depreciation_Manual_Period) { @@ -367,7 +377,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get A_Depreciation_Manual_Period. @return A_Depreciation_Manual_Period */ - public String getA_Depreciation_Manual_Period () + public String getA_Depreciation_Manual_Period() { return (String)get_Value(COLUMNNAME_A_Depreciation_Manual_Period); } @@ -379,18 +389,19 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Depreciation Method (fiscal). - @param A_Depreciation_Method_F_ID Depreciation Method (fiscal) */ + @param A_Depreciation_Method_F_ID Depreciation Method (fiscal) + */ public void setA_Depreciation_Method_F_ID (int A_Depreciation_Method_F_ID) { - if (A_Depreciation_Method_F_ID < 1) + if (A_Depreciation_Method_F_ID < 1) set_Value (COLUMNNAME_A_Depreciation_Method_F_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_Method_F_ID, Integer.valueOf(A_Depreciation_Method_F_ID)); } /** Get Depreciation Method (fiscal). @return Depreciation Method (fiscal) */ - public int getA_Depreciation_Method_F_ID () + public int getA_Depreciation_Method_F_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Method_F_ID); if (ii == null) @@ -405,18 +416,19 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Depreciation Method. - @param A_Depreciation_Method_ID Depreciation Method */ + @param A_Depreciation_Method_ID Depreciation Method + */ public void setA_Depreciation_Method_ID (int A_Depreciation_Method_ID) { - if (A_Depreciation_Method_ID < 1) + if (A_Depreciation_Method_ID < 1) set_Value (COLUMNNAME_A_Depreciation_Method_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_Method_ID, Integer.valueOf(A_Depreciation_Method_ID)); } /** Get Depreciation Method. @return Depreciation Method */ - public int getA_Depreciation_Method_ID () + public int getA_Depreciation_Method_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Method_ID); if (ii == null) @@ -431,18 +443,19 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set A_Depreciation_Table_Header_ID. - @param A_Depreciation_Table_Header_ID A_Depreciation_Table_Header_ID */ + @param A_Depreciation_Table_Header_ID A_Depreciation_Table_Header_ID + */ public void setA_Depreciation_Table_Header_ID (int A_Depreciation_Table_Header_ID) { - if (A_Depreciation_Table_Header_ID < 1) + if (A_Depreciation_Table_Header_ID < 1) set_Value (COLUMNNAME_A_Depreciation_Table_Header_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_Table_Header_ID, Integer.valueOf(A_Depreciation_Table_Header_ID)); } /** Get A_Depreciation_Table_Header_ID. @return A_Depreciation_Table_Header_ID */ - public int getA_Depreciation_Table_Header_ID () + public int getA_Depreciation_Table_Header_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Table_Header_ID); if (ii == null) @@ -451,7 +464,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Variable Percent. - @param A_Depreciation_Variable_Perc Variable Percent */ + @param A_Depreciation_Variable_Perc Variable Percent + */ public void setA_Depreciation_Variable_Perc (BigDecimal A_Depreciation_Variable_Perc) { set_Value (COLUMNNAME_A_Depreciation_Variable_Perc, A_Depreciation_Variable_Perc); @@ -459,7 +473,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Variable Percent. @return Variable Percent */ - public BigDecimal getA_Depreciation_Variable_Perc () + public BigDecimal getA_Depreciation_Variable_Perc() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Depreciation_Variable_Perc); if (bd == null) @@ -468,7 +482,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Variable Percent (fiscal). - @param A_Depreciation_Variable_Perc_F Variable Percent (fiscal) */ + @param A_Depreciation_Variable_Perc_F Variable Percent (fiscal) + */ public void setA_Depreciation_Variable_Perc_F (BigDecimal A_Depreciation_Variable_Perc_F) { set_Value (COLUMNNAME_A_Depreciation_Variable_Perc_F, A_Depreciation_Variable_Perc_F); @@ -476,7 +491,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Variable Percent (fiscal). @return Variable Percent (fiscal) */ - public BigDecimal getA_Depreciation_Variable_Perc_F () + public BigDecimal getA_Depreciation_Variable_Perc_F() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Depreciation_Variable_Perc_F); if (bd == null) @@ -491,7 +506,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Disposal Gain Acct. - @param A_Disposal_Gain_Acct Disposal Gain Acct */ + @param A_Disposal_Gain_Acct Disposal Gain Acct + */ public void setA_Disposal_Gain_Acct (int A_Disposal_Gain_Acct) { set_Value (COLUMNNAME_A_Disposal_Gain_Acct, Integer.valueOf(A_Disposal_Gain_Acct)); @@ -499,7 +515,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Disposal Gain Acct. @return Disposal Gain Acct */ - public int getA_Disposal_Gain_Acct () + public int getA_Disposal_Gain_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Gain_Acct); if (ii == null) @@ -514,7 +530,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Disposal Loss Acct. - @param A_Disposal_Loss_Acct Disposal Loss Acct */ + @param A_Disposal_Loss_Acct Disposal Loss Acct + */ public void setA_Disposal_Loss_Acct (int A_Disposal_Loss_Acct) { set_Value (COLUMNNAME_A_Disposal_Loss_Acct, Integer.valueOf(A_Disposal_Loss_Acct)); @@ -522,7 +539,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Disposal Loss Acct. @return Disposal Loss Acct */ - public int getA_Disposal_Loss_Acct () + public int getA_Disposal_Loss_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Loss_Acct); if (ii == null) @@ -537,7 +554,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Disposal Revenue Acct. - @param A_Disposal_Revenue_Acct Disposal Revenue Acct */ + @param A_Disposal_Revenue_Acct Disposal Revenue Acct + */ public void setA_Disposal_Revenue_Acct (int A_Disposal_Revenue_Acct) { set_Value (COLUMNNAME_A_Disposal_Revenue_Acct, Integer.valueOf(A_Disposal_Revenue_Acct)); @@ -545,7 +563,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Disposal Revenue Acct. @return Disposal Revenue Acct */ - public int getA_Disposal_Revenue_Acct () + public int getA_Disposal_Revenue_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Revenue_Acct); if (ii == null) @@ -560,7 +578,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set A_Reval_Accumdep_Offset_Cur. - @param A_Reval_Adep_Offset_Cur_Acct A_Reval_Accumdep_Offset_Cur */ + @param A_Reval_Adep_Offset_Cur_Acct A_Reval_Accumdep_Offset_Cur + */ public void setA_Reval_Adep_Offset_Cur_Acct (int A_Reval_Adep_Offset_Cur_Acct) { set_Value (COLUMNNAME_A_Reval_Adep_Offset_Cur_Acct, Integer.valueOf(A_Reval_Adep_Offset_Cur_Acct)); @@ -568,7 +587,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get A_Reval_Accumdep_Offset_Cur. @return A_Reval_Accumdep_Offset_Cur */ - public int getA_Reval_Adep_Offset_Cur_Acct () + public int getA_Reval_Adep_Offset_Cur_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Adep_Offset_Cur_Acct); if (ii == null) @@ -583,7 +602,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set A_Reval_Accumdep_Offset_Prior. - @param A_Reval_Adep_Offset_Prior_Acct A_Reval_Accumdep_Offset_Prior */ + @param A_Reval_Adep_Offset_Prior_Acct A_Reval_Accumdep_Offset_Prior + */ public void setA_Reval_Adep_Offset_Prior_Acct (int A_Reval_Adep_Offset_Prior_Acct) { set_Value (COLUMNNAME_A_Reval_Adep_Offset_Prior_Acct, Integer.valueOf(A_Reval_Adep_Offset_Prior_Acct)); @@ -591,7 +611,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get A_Reval_Accumdep_Offset_Prior. @return A_Reval_Accumdep_Offset_Prior */ - public int getA_Reval_Adep_Offset_Prior_Acct () + public int getA_Reval_Adep_Offset_Prior_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Adep_Offset_Prior_Acct); if (ii == null) @@ -608,7 +628,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Year Balances = YBF */ public static final String A_REVAL_CAL_METHOD_YearBalances = "YBF"; /** Set A_Reval_Cal_Method. - @param A_Reval_Cal_Method A_Reval_Cal_Method */ + @param A_Reval_Cal_Method A_Reval_Cal_Method + */ public void setA_Reval_Cal_Method (String A_Reval_Cal_Method) { @@ -617,7 +638,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get A_Reval_Cal_Method. @return A_Reval_Cal_Method */ - public String getA_Reval_Cal_Method () + public String getA_Reval_Cal_Method() { return (String)get_Value(COLUMNNAME_A_Reval_Cal_Method); } @@ -629,7 +650,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Reval Cost Offset Acct. - @param A_Reval_Cost_Offset_Acct Reval Cost Offset Acct */ + @param A_Reval_Cost_Offset_Acct Reval Cost Offset Acct + */ public void setA_Reval_Cost_Offset_Acct (int A_Reval_Cost_Offset_Acct) { set_Value (COLUMNNAME_A_Reval_Cost_Offset_Acct, Integer.valueOf(A_Reval_Cost_Offset_Acct)); @@ -637,7 +659,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Reval Cost Offset Acct. @return Reval Cost Offset Acct */ - public int getA_Reval_Cost_Offset_Acct () + public int getA_Reval_Cost_Offset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Cost_Offset_Acct); if (ii == null) @@ -652,7 +674,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Reval Cost Offset Prior Acct. - @param A_Reval_Cost_Offset_Prior_Acct Reval Cost Offset Prior Acct */ + @param A_Reval_Cost_Offset_Prior_Acct Reval Cost Offset Prior Acct + */ public void setA_Reval_Cost_Offset_Prior_Acct (int A_Reval_Cost_Offset_Prior_Acct) { set_Value (COLUMNNAME_A_Reval_Cost_Offset_Prior_Acct, Integer.valueOf(A_Reval_Cost_Offset_Prior_Acct)); @@ -660,7 +683,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Reval Cost Offset Prior Acct. @return Reval Cost Offset Prior Acct */ - public int getA_Reval_Cost_Offset_Prior_Acct () + public int getA_Reval_Cost_Offset_Prior_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Cost_Offset_Prior_Acct); if (ii == null) @@ -675,7 +698,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Reval Depexp Offset Acct. - @param A_Reval_Depexp_Offset_Acct Reval Depexp Offset Acct */ + @param A_Reval_Depexp_Offset_Acct Reval Depexp Offset Acct + */ public void setA_Reval_Depexp_Offset_Acct (int A_Reval_Depexp_Offset_Acct) { set_Value (COLUMNNAME_A_Reval_Depexp_Offset_Acct, Integer.valueOf(A_Reval_Depexp_Offset_Acct)); @@ -683,7 +707,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Reval Depexp Offset Acct. @return Reval Depexp Offset Acct */ - public int getA_Reval_Depexp_Offset_Acct () + public int getA_Reval_Depexp_Offset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Reval_Depexp_Offset_Acct); if (ii == null) @@ -692,7 +716,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Split Percent. - @param A_Split_Percent Split Percent */ + @param A_Split_Percent Split Percent + */ public void setA_Split_Percent (BigDecimal A_Split_Percent) { set_Value (COLUMNNAME_A_Split_Percent, A_Split_Percent); @@ -700,7 +725,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Split Percent. @return Split Percent */ - public BigDecimal getA_Split_Percent () + public BigDecimal getA_Split_Percent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Split_Percent); if (bd == null) @@ -715,21 +740,20 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -750,9 +774,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -762,13 +785,14 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -776,7 +800,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -789,9 +813,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Usable Life - Months. - @param UseLifeMonths - Months of the usable life of the asset - */ + @param UseLifeMonths Months of the usable life of the asset + */ public void setUseLifeMonths (int UseLifeMonths) { set_Value (COLUMNNAME_UseLifeMonths, Integer.valueOf(UseLifeMonths)); @@ -800,7 +823,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Usable Life - Months. @return Months of the usable life of the asset */ - public int getUseLifeMonths () + public int getUseLifeMonths() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeMonths); if (ii == null) @@ -809,7 +832,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Use Life - Months (fiscal). - @param UseLifeMonths_F Use Life - Months (fiscal) */ + @param UseLifeMonths_F Use Life - Months (fiscal) + */ public void setUseLifeMonths_F (int UseLifeMonths_F) { set_Value (COLUMNNAME_UseLifeMonths_F, Integer.valueOf(UseLifeMonths_F)); @@ -817,7 +841,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Use Life - Months (fiscal). @return Use Life - Months (fiscal) */ - public int getUseLifeMonths_F () + public int getUseLifeMonths_F() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeMonths_F); if (ii == null) @@ -826,9 +850,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Usable Life - Years. - @param UseLifeYears - Years of the usable life of the asset - */ + @param UseLifeYears Years of the usable life of the asset + */ public void setUseLifeYears (int UseLifeYears) { set_Value (COLUMNNAME_UseLifeYears, Integer.valueOf(UseLifeYears)); @@ -837,7 +860,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Usable Life - Years. @return Years of the usable life of the asset */ - public int getUseLifeYears () + public int getUseLifeYears() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeYears); if (ii == null) @@ -846,7 +869,8 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ } /** Set Use Life - Years (fiscal). - @param UseLifeYears_F Use Life - Years (fiscal) */ + @param UseLifeYears_F Use Life - Years (fiscal) + */ public void setUseLifeYears_F (int UseLifeYears_F) { set_Value (COLUMNNAME_UseLifeYears_F, Integer.valueOf(UseLifeYears_F)); @@ -854,7 +878,7 @@ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_ /** Get Use Life - Years (fiscal). @return Use Life - Years (fiscal) */ - public int getUseLifeYears_F () + public int getUseLifeYears_F() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeYears_F); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Fin.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Fin.java index c402d68326..50b8c6b224 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Fin.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Fin.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Info_Fin * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Info_Fin") public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Info_Fin (Properties ctx, int A_Asset_Info_Fin_ID, String trxName) @@ -82,21 +82,20 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -105,18 +104,19 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers } /** Set Asset Info Financial ID. - @param A_Asset_Info_Fin_ID Asset Info Financial ID */ + @param A_Asset_Info_Fin_ID Asset Info Financial ID + */ public void setA_Asset_Info_Fin_ID (int A_Asset_Info_Fin_ID) { - if (A_Asset_Info_Fin_ID < 1) + if (A_Asset_Info_Fin_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Info_Fin_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Info_Fin_ID, Integer.valueOf(A_Asset_Info_Fin_ID)); } /** Get Asset Info Financial ID. @return Asset Info Financial ID */ - public int getA_Asset_Info_Fin_ID () + public int getA_Asset_Info_Fin_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Info_Fin_ID); if (ii == null) @@ -133,7 +133,8 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers } /** Set A_Asset_Info_Fin_UU. - @param A_Asset_Info_Fin_UU A_Asset_Info_Fin_UU */ + @param A_Asset_Info_Fin_UU A_Asset_Info_Fin_UU + */ public void setA_Asset_Info_Fin_UU (String A_Asset_Info_Fin_UU) { set_Value (COLUMNNAME_A_Asset_Info_Fin_UU, A_Asset_Info_Fin_UU); @@ -141,13 +142,14 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Get A_Asset_Info_Fin_UU. @return A_Asset_Info_Fin_UU */ - public String getA_Asset_Info_Fin_UU () + public String getA_Asset_Info_Fin_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Info_Fin_UU); } /** Set Contract Date. - @param A_Contract_Date Contract Date */ + @param A_Contract_Date Contract Date + */ public void setA_Contract_Date (Timestamp A_Contract_Date) { set_Value (COLUMNNAME_A_Contract_Date, A_Contract_Date); @@ -155,7 +157,7 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Get Contract Date. @return Contract Date */ - public Timestamp getA_Contract_Date () + public Timestamp getA_Contract_Date() { return (Timestamp)get_Value(COLUMNNAME_A_Contract_Date); } @@ -171,7 +173,8 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Yearly on or before contract date = YER */ public static final String A_DUE_ON_YearlyOnOrBeforeContractDate = "YER"; /** Set Asset Due On. - @param A_Due_On Asset Due On */ + @param A_Due_On Asset Due On + */ public void setA_Due_On (String A_Due_On) { @@ -180,13 +183,14 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Get Asset Due On. @return Asset Due On */ - public String getA_Due_On () + public String getA_Due_On() { return (String)get_Value(COLUMNNAME_A_Due_On); } /** Set Asset Expired Date. - @param A_Expired_Date Asset Expired Date */ + @param A_Expired_Date Asset Expired Date + */ public void setA_Expired_Date (Timestamp A_Expired_Date) { set_Value (COLUMNNAME_A_Expired_Date, A_Expired_Date); @@ -194,7 +198,7 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Get Asset Expired Date. @return Asset Expired Date */ - public Timestamp getA_Expired_Date () + public Timestamp getA_Expired_Date() { return (Timestamp)get_Value(COLUMNNAME_A_Expired_Date); } @@ -210,7 +214,8 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Rented = RE */ public static final String A_FINANCE_METH_Rented = "RE"; /** Set Asset Finance Method. - @param A_Finance_Meth Asset Finance Method */ + @param A_Finance_Meth Asset Finance Method + */ public void setA_Finance_Meth (String A_Finance_Meth) { @@ -219,13 +224,14 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Get Asset Finance Method. @return Asset Finance Method */ - public String getA_Finance_Meth () + public String getA_Finance_Meth() { return (String)get_Value(COLUMNNAME_A_Finance_Meth); } /** Set Asset Monthly Payment. - @param A_Monthly_Payment Asset Monthly Payment */ + @param A_Monthly_Payment Asset Monthly Payment + */ public void setA_Monthly_Payment (BigDecimal A_Monthly_Payment) { set_Value (COLUMNNAME_A_Monthly_Payment, A_Monthly_Payment); @@ -233,7 +239,7 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Get Asset Monthly Payment. @return Asset Monthly Payment */ - public BigDecimal getA_Monthly_Payment () + public BigDecimal getA_Monthly_Payment() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Monthly_Payment); if (bd == null) @@ -242,7 +248,8 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers } /** Set Purchase Option. - @param A_Purchase_Option Purchase Option */ + @param A_Purchase_Option Purchase Option + */ public void setA_Purchase_Option (boolean A_Purchase_Option) { set_Value (COLUMNNAME_A_Purchase_Option, Boolean.valueOf(A_Purchase_Option)); @@ -250,7 +257,7 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Get Purchase Option. @return Purchase Option */ - public boolean isA_Purchase_Option () + public boolean isA_Purchase_Option() { Object oo = get_Value(COLUMNNAME_A_Purchase_Option); if (oo != null) @@ -263,7 +270,8 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers } /** Set Purchase Option Credit. - @param A_Purchase_Option_Credit Purchase Option Credit */ + @param A_Purchase_Option_Credit Purchase Option Credit + */ public void setA_Purchase_Option_Credit (int A_Purchase_Option_Credit) { set_Value (COLUMNNAME_A_Purchase_Option_Credit, Integer.valueOf(A_Purchase_Option_Credit)); @@ -271,7 +279,7 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Get Purchase Option Credit. @return Purchase Option Credit */ - public int getA_Purchase_Option_Credit () + public int getA_Purchase_Option_Credit() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Purchase_Option_Credit); if (ii == null) @@ -280,7 +288,8 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers } /** Set Purchase Option Credit %. - @param A_Purchase_Option_Credit_Per Purchase Option Credit % */ + @param A_Purchase_Option_Credit_Per Purchase Option Credit % + */ public void setA_Purchase_Option_Credit_Per (BigDecimal A_Purchase_Option_Credit_Per) { set_Value (COLUMNNAME_A_Purchase_Option_Credit_Per, A_Purchase_Option_Credit_Per); @@ -288,7 +297,7 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Get Purchase Option Credit %. @return Purchase Option Credit % */ - public BigDecimal getA_Purchase_Option_Credit_Per () + public BigDecimal getA_Purchase_Option_Credit_Per() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Purchase_Option_Credit_Per); if (bd == null) @@ -297,7 +306,8 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers } /** Set Purchase Price. - @param A_Purchase_Price Purchase Price */ + @param A_Purchase_Price Purchase Price + */ public void setA_Purchase_Price (BigDecimal A_Purchase_Price) { set_Value (COLUMNNAME_A_Purchase_Price, A_Purchase_Price); @@ -305,7 +315,7 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Get Purchase Price. @return Purchase Price */ - public BigDecimal getA_Purchase_Price () + public BigDecimal getA_Purchase_Price() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Purchase_Price); if (bd == null) @@ -319,22 +329,21 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -343,9 +352,8 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_ValueNoCheck (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -354,7 +362,7 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -367,9 +375,8 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -378,7 +385,7 @@ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Pers /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Ins.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Ins.java index acb77b44d9..6a08bd837e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Ins.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Ins.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Info_Ins * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Info_Ins") public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Info_Ins (Properties ctx, int A_Asset_Info_Ins_ID, String trxName) @@ -76,21 +76,20 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -99,18 +98,19 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers } /** Set A_Asset_Info_Ins_ID. - @param A_Asset_Info_Ins_ID A_Asset_Info_Ins_ID */ + @param A_Asset_Info_Ins_ID A_Asset_Info_Ins_ID + */ public void setA_Asset_Info_Ins_ID (int A_Asset_Info_Ins_ID) { - if (A_Asset_Info_Ins_ID < 1) + if (A_Asset_Info_Ins_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Info_Ins_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Info_Ins_ID, Integer.valueOf(A_Asset_Info_Ins_ID)); } /** Get A_Asset_Info_Ins_ID. @return A_Asset_Info_Ins_ID */ - public int getA_Asset_Info_Ins_ID () + public int getA_Asset_Info_Ins_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Info_Ins_ID); if (ii == null) @@ -127,7 +127,8 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers } /** Set A_Asset_Info_Ins_UU. - @param A_Asset_Info_Ins_UU A_Asset_Info_Ins_UU */ + @param A_Asset_Info_Ins_UU A_Asset_Info_Ins_UU + */ public void setA_Asset_Info_Ins_UU (String A_Asset_Info_Ins_UU) { set_Value (COLUMNNAME_A_Asset_Info_Ins_UU, A_Asset_Info_Ins_UU); @@ -135,13 +136,14 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers /** Get A_Asset_Info_Ins_UU. @return A_Asset_Info_Ins_UU */ - public String getA_Asset_Info_Ins_UU () + public String getA_Asset_Info_Ins_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Info_Ins_UU); } /** Set Asset Insurance Premium. - @param A_Ins_Premium Asset Insurance Premium */ + @param A_Ins_Premium Asset Insurance Premium + */ public void setA_Ins_Premium (BigDecimal A_Ins_Premium) { set_Value (COLUMNNAME_A_Ins_Premium, A_Ins_Premium); @@ -149,7 +151,7 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers /** Get Asset Insurance Premium. @return Asset Insurance Premium */ - public BigDecimal getA_Ins_Premium () + public BigDecimal getA_Ins_Premium() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Ins_Premium); if (bd == null) @@ -158,7 +160,8 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers } /** Set Insurance Company. - @param A_Insurance_Co Insurance Company */ + @param A_Insurance_Co Insurance Company + */ public void setA_Insurance_Co (String A_Insurance_Co) { set_Value (COLUMNNAME_A_Insurance_Co, A_Insurance_Co); @@ -166,13 +169,14 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers /** Get Insurance Company. @return Insurance Company */ - public String getA_Insurance_Co () + public String getA_Insurance_Co() { return (String)get_Value(COLUMNNAME_A_Insurance_Co); } /** Set Asset Insurance Value. - @param A_Ins_Value Asset Insurance Value */ + @param A_Ins_Value Asset Insurance Value + */ public void setA_Ins_Value (BigDecimal A_Ins_Value) { set_Value (COLUMNNAME_A_Ins_Value, A_Ins_Value); @@ -180,7 +184,7 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers /** Get Asset Insurance Value. @return Asset Insurance Value */ - public BigDecimal getA_Ins_Value () + public BigDecimal getA_Ins_Value() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Ins_Value); if (bd == null) @@ -189,7 +193,8 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers } /** Set Asset Policy No. - @param A_Policy_No Asset Policy No */ + @param A_Policy_No Asset Policy No + */ public void setA_Policy_No (String A_Policy_No) { set_Value (COLUMNNAME_A_Policy_No, A_Policy_No); @@ -197,13 +202,14 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers /** Get Asset Policy No. @return Asset Policy No */ - public String getA_Policy_No () + public String getA_Policy_No() { return (String)get_Value(COLUMNNAME_A_Policy_No); } /** Set Asset Renewal Date. - @param A_Renewal_Date Asset Renewal Date */ + @param A_Renewal_Date Asset Renewal Date + */ public void setA_Renewal_Date (Timestamp A_Renewal_Date) { set_Value (COLUMNNAME_A_Renewal_Date, A_Renewal_Date); @@ -211,13 +217,14 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers /** Get Asset Renewal Date. @return Asset Renewal Date */ - public Timestamp getA_Renewal_Date () + public Timestamp getA_Renewal_Date() { return (Timestamp)get_Value(COLUMNNAME_A_Renewal_Date); } /** Set Asset Replace Cost. - @param A_Replace_Cost Asset Replace Cost */ + @param A_Replace_Cost Asset Replace Cost + */ public void setA_Replace_Cost (BigDecimal A_Replace_Cost) { set_Value (COLUMNNAME_A_Replace_Cost, A_Replace_Cost); @@ -225,7 +232,7 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers /** Get Asset Replace Cost. @return Asset Replace Cost */ - public BigDecimal getA_Replace_Cost () + public BigDecimal getA_Replace_Cost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Replace_Cost); if (bd == null) @@ -234,7 +241,8 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers } /** Set Description. - @param Text Description */ + @param Text Description + */ public void setText (String Text) { set_Value (COLUMNNAME_Text, Text); @@ -242,7 +250,7 @@ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Pers /** Get Description. @return Description */ - public String getText () + public String getText() { return (String)get_Value(COLUMNNAME_Text); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Lic.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Lic.java index eba69c8a3b..4ce118a7a0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Lic.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Lic.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Info_Lic * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Info_Lic") public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Info_Lic (Properties ctx, int A_Asset_Info_Lic_ID, String trxName) @@ -82,21 +82,20 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -105,18 +104,19 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers } /** Set A_Asset_Info_Lic_ID. - @param A_Asset_Info_Lic_ID A_Asset_Info_Lic_ID */ + @param A_Asset_Info_Lic_ID A_Asset_Info_Lic_ID + */ public void setA_Asset_Info_Lic_ID (int A_Asset_Info_Lic_ID) { - if (A_Asset_Info_Lic_ID < 1) + if (A_Asset_Info_Lic_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Info_Lic_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Info_Lic_ID, Integer.valueOf(A_Asset_Info_Lic_ID)); } /** Get A_Asset_Info_Lic_ID. @return A_Asset_Info_Lic_ID */ - public int getA_Asset_Info_Lic_ID () + public int getA_Asset_Info_Lic_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Info_Lic_ID); if (ii == null) @@ -133,7 +133,8 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers } /** Set A_Asset_Info_Lic_UU. - @param A_Asset_Info_Lic_UU A_Asset_Info_Lic_UU */ + @param A_Asset_Info_Lic_UU A_Asset_Info_Lic_UU + */ public void setA_Asset_Info_Lic_UU (String A_Asset_Info_Lic_UU) { set_Value (COLUMNNAME_A_Asset_Info_Lic_UU, A_Asset_Info_Lic_UU); @@ -141,13 +142,14 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers /** Get A_Asset_Info_Lic_UU. @return A_Asset_Info_Lic_UU */ - public String getA_Asset_Info_Lic_UU () + public String getA_Asset_Info_Lic_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Info_Lic_UU); } /** Set Issuing Agency. - @param A_Issuing_Agency Issuing Agency */ + @param A_Issuing_Agency Issuing Agency + */ public void setA_Issuing_Agency (String A_Issuing_Agency) { set_Value (COLUMNNAME_A_Issuing_Agency, A_Issuing_Agency); @@ -155,13 +157,14 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers /** Get Issuing Agency. @return Issuing Agency */ - public String getA_Issuing_Agency () + public String getA_Issuing_Agency() { return (String)get_Value(COLUMNNAME_A_Issuing_Agency); } /** Set Asset License Fee. - @param A_License_Fee Asset License Fee */ + @param A_License_Fee Asset License Fee + */ public void setA_License_Fee (BigDecimal A_License_Fee) { set_Value (COLUMNNAME_A_License_Fee, A_License_Fee); @@ -169,7 +172,7 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers /** Get Asset License Fee. @return Asset License Fee */ - public BigDecimal getA_License_Fee () + public BigDecimal getA_License_Fee() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_License_Fee); if (bd == null) @@ -178,7 +181,8 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers } /** Set Asset License No. - @param A_License_No Asset License No */ + @param A_License_No Asset License No + */ public void setA_License_No (String A_License_No) { set_Value (COLUMNNAME_A_License_No, A_License_No); @@ -186,13 +190,14 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers /** Get Asset License No. @return Asset License No */ - public String getA_License_No () + public String getA_License_No() { return (String)get_Value(COLUMNNAME_A_License_No); } /** Set Asset Renewal Date. - @param A_Renewal_Date Asset Renewal Date */ + @param A_Renewal_Date Asset Renewal Date + */ public void setA_Renewal_Date (Timestamp A_Renewal_Date) { set_Value (COLUMNNAME_A_Renewal_Date, A_Renewal_Date); @@ -200,15 +205,14 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers /** Get Asset Renewal Date. @return Asset Renewal Date */ - public Timestamp getA_Renewal_Date () + public Timestamp getA_Renewal_Date() { return (Timestamp)get_Value(COLUMNNAME_A_Renewal_Date); } /** Set Account State. - @param A_State - State of the Credit Card or Account holder - */ + @param A_State State of the Credit Card or Account holder + */ public void setA_State (String A_State) { set_Value (COLUMNNAME_A_State, A_State); @@ -217,15 +221,14 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers /** Get Account State. @return State of the Credit Card or Account holder */ - public String getA_State () + public String getA_State() { return (String)get_Value(COLUMNNAME_A_State); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_ValueNoCheck (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -234,7 +237,7 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -247,7 +250,8 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers } /** Set Description. - @param Text Description */ + @param Text Description + */ public void setText (String Text) { set_Value (COLUMNNAME_Text, Text); @@ -255,7 +259,7 @@ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Pers /** Get Description. @return Description */ - public String getText () + public String getText() { return (String)get_Value(COLUMNNAME_Text); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Oth.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Oth.java index d838e5fc9e..ae0f6df766 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Oth.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Oth.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Info_Oth * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Info_Oth") public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Persistent { @@ -31,7 +31,7 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Info_Oth (Properties ctx, int A_Asset_Info_Oth_ID, String trxName) @@ -73,21 +73,20 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -96,18 +95,19 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers } /** Set A_Asset_Info_Oth_ID. - @param A_Asset_Info_Oth_ID A_Asset_Info_Oth_ID */ + @param A_Asset_Info_Oth_ID A_Asset_Info_Oth_ID + */ public void setA_Asset_Info_Oth_ID (int A_Asset_Info_Oth_ID) { - if (A_Asset_Info_Oth_ID < 1) + if (A_Asset_Info_Oth_ID < 1) set_Value (COLUMNNAME_A_Asset_Info_Oth_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Info_Oth_ID, Integer.valueOf(A_Asset_Info_Oth_ID)); } /** Get A_Asset_Info_Oth_ID. @return A_Asset_Info_Oth_ID */ - public int getA_Asset_Info_Oth_ID () + public int getA_Asset_Info_Oth_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Info_Oth_ID); if (ii == null) @@ -124,7 +124,8 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers } /** Set A_Asset_Info_Oth_UU. - @param A_Asset_Info_Oth_UU A_Asset_Info_Oth_UU */ + @param A_Asset_Info_Oth_UU A_Asset_Info_Oth_UU + */ public void setA_Asset_Info_Oth_UU (String A_Asset_Info_Oth_UU) { set_Value (COLUMNNAME_A_Asset_Info_Oth_UU, A_Asset_Info_Oth_UU); @@ -132,13 +133,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_Asset_Info_Oth_UU. @return A_Asset_Info_Oth_UU */ - public String getA_Asset_Info_Oth_UU () + public String getA_Asset_Info_Oth_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Info_Oth_UU); } /** Set A_User1. - @param A_User1 A_User1 */ + @param A_User1 A_User1 + */ public void setA_User1 (String A_User1) { set_Value (COLUMNNAME_A_User1, A_User1); @@ -146,13 +148,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User1. @return A_User1 */ - public String getA_User1 () + public String getA_User1() { return (String)get_Value(COLUMNNAME_A_User1); } /** Set A_User10. - @param A_User10 A_User10 */ + @param A_User10 A_User10 + */ public void setA_User10 (String A_User10) { set_Value (COLUMNNAME_A_User10, A_User10); @@ -160,13 +163,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User10. @return A_User10 */ - public String getA_User10 () + public String getA_User10() { return (String)get_Value(COLUMNNAME_A_User10); } /** Set A_User11. - @param A_User11 A_User11 */ + @param A_User11 A_User11 + */ public void setA_User11 (String A_User11) { set_Value (COLUMNNAME_A_User11, A_User11); @@ -174,13 +178,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User11. @return A_User11 */ - public String getA_User11 () + public String getA_User11() { return (String)get_Value(COLUMNNAME_A_User11); } /** Set A_User12. - @param A_User12 A_User12 */ + @param A_User12 A_User12 + */ public void setA_User12 (String A_User12) { set_Value (COLUMNNAME_A_User12, A_User12); @@ -188,13 +193,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User12. @return A_User12 */ - public String getA_User12 () + public String getA_User12() { return (String)get_Value(COLUMNNAME_A_User12); } /** Set A_User13. - @param A_User13 A_User13 */ + @param A_User13 A_User13 + */ public void setA_User13 (String A_User13) { set_Value (COLUMNNAME_A_User13, A_User13); @@ -202,13 +208,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User13. @return A_User13 */ - public String getA_User13 () + public String getA_User13() { return (String)get_Value(COLUMNNAME_A_User13); } /** Set A_User14. - @param A_User14 A_User14 */ + @param A_User14 A_User14 + */ public void setA_User14 (String A_User14) { set_Value (COLUMNNAME_A_User14, A_User14); @@ -216,13 +223,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User14. @return A_User14 */ - public String getA_User14 () + public String getA_User14() { return (String)get_Value(COLUMNNAME_A_User14); } /** Set A_User15. - @param A_User15 A_User15 */ + @param A_User15 A_User15 + */ public void setA_User15 (String A_User15) { set_Value (COLUMNNAME_A_User15, A_User15); @@ -230,13 +238,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User15. @return A_User15 */ - public String getA_User15 () + public String getA_User15() { return (String)get_Value(COLUMNNAME_A_User15); } /** Set A_User2. - @param A_User2 A_User2 */ + @param A_User2 A_User2 + */ public void setA_User2 (String A_User2) { set_Value (COLUMNNAME_A_User2, A_User2); @@ -244,13 +253,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User2. @return A_User2 */ - public String getA_User2 () + public String getA_User2() { return (String)get_Value(COLUMNNAME_A_User2); } /** Set A_User3. - @param A_User3 A_User3 */ + @param A_User3 A_User3 + */ public void setA_User3 (String A_User3) { set_Value (COLUMNNAME_A_User3, A_User3); @@ -258,13 +268,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User3. @return A_User3 */ - public String getA_User3 () + public String getA_User3() { return (String)get_Value(COLUMNNAME_A_User3); } /** Set A_User4. - @param A_User4 A_User4 */ + @param A_User4 A_User4 + */ public void setA_User4 (String A_User4) { set_Value (COLUMNNAME_A_User4, A_User4); @@ -272,13 +283,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User4. @return A_User4 */ - public String getA_User4 () + public String getA_User4() { return (String)get_Value(COLUMNNAME_A_User4); } /** Set A_User5. - @param A_User5 A_User5 */ + @param A_User5 A_User5 + */ public void setA_User5 (String A_User5) { set_Value (COLUMNNAME_A_User5, A_User5); @@ -286,13 +298,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User5. @return A_User5 */ - public String getA_User5 () + public String getA_User5() { return (String)get_Value(COLUMNNAME_A_User5); } /** Set A_User6. - @param A_User6 A_User6 */ + @param A_User6 A_User6 + */ public void setA_User6 (String A_User6) { set_Value (COLUMNNAME_A_User6, A_User6); @@ -300,13 +313,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User6. @return A_User6 */ - public String getA_User6 () + public String getA_User6() { return (String)get_Value(COLUMNNAME_A_User6); } /** Set A_User7. - @param A_User7 A_User7 */ + @param A_User7 A_User7 + */ public void setA_User7 (String A_User7) { set_Value (COLUMNNAME_A_User7, A_User7); @@ -314,13 +328,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User7. @return A_User7 */ - public String getA_User7 () + public String getA_User7() { return (String)get_Value(COLUMNNAME_A_User7); } /** Set A_User8. - @param A_User8 A_User8 */ + @param A_User8 A_User8 + */ public void setA_User8 (String A_User8) { set_Value (COLUMNNAME_A_User8, A_User8); @@ -328,13 +343,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User8. @return A_User8 */ - public String getA_User8 () + public String getA_User8() { return (String)get_Value(COLUMNNAME_A_User8); } /** Set A_User9. - @param A_User9 A_User9 */ + @param A_User9 A_User9 + */ public void setA_User9 (String A_User9) { set_Value (COLUMNNAME_A_User9, A_User9); @@ -342,13 +358,14 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get A_User9. @return A_User9 */ - public String getA_User9 () + public String getA_User9() { return (String)get_Value(COLUMNNAME_A_User9); } /** Set Description. - @param Text Description */ + @param Text Description + */ public void setText (String Text) { set_Value (COLUMNNAME_Text, Text); @@ -356,7 +373,7 @@ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Pers /** Get Description. @return Description */ - public String getText () + public String getText() { return (String)get_Value(COLUMNNAME_Text); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Tax.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Tax.java index dfd0774f5c..47225e80f1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Tax.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Tax.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Info_Tax * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Info_Tax") public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Persistent { @@ -31,7 +31,7 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Info_Tax (Properties ctx, int A_Asset_Info_Tax_ID, String trxName) @@ -73,21 +73,20 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -96,18 +95,19 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers } /** Set Asset Info Tax. - @param A_Asset_Info_Tax_ID Asset Info Tax */ + @param A_Asset_Info_Tax_ID Asset Info Tax + */ public void setA_Asset_Info_Tax_ID (int A_Asset_Info_Tax_ID) { - if (A_Asset_Info_Tax_ID < 1) + if (A_Asset_Info_Tax_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Info_Tax_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Info_Tax_ID, Integer.valueOf(A_Asset_Info_Tax_ID)); } /** Get Asset Info Tax. @return Asset Info Tax */ - public int getA_Asset_Info_Tax_ID () + public int getA_Asset_Info_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Info_Tax_ID); if (ii == null) @@ -124,7 +124,8 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers } /** Set A_Asset_Info_Tax_UU. - @param A_Asset_Info_Tax_UU A_Asset_Info_Tax_UU */ + @param A_Asset_Info_Tax_UU A_Asset_Info_Tax_UU + */ public void setA_Asset_Info_Tax_UU (String A_Asset_Info_Tax_UU) { set_Value (COLUMNNAME_A_Asset_Info_Tax_UU, A_Asset_Info_Tax_UU); @@ -132,7 +133,7 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers /** Get A_Asset_Info_Tax_UU. @return A_Asset_Info_Tax_UU */ - public String getA_Asset_Info_Tax_UU () + public String getA_Asset_Info_Tax_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Info_Tax_UU); } @@ -148,7 +149,8 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers /** Rented = RE */ public static final String A_FINANCE_METH_Rented = "RE"; /** Set Asset Finance Method. - @param A_Finance_Meth Asset Finance Method */ + @param A_Finance_Meth Asset Finance Method + */ public void setA_Finance_Meth (String A_Finance_Meth) { @@ -157,13 +159,14 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers /** Get Asset Finance Method. @return Asset Finance Method */ - public String getA_Finance_Meth () + public String getA_Finance_Meth() { return (String)get_Value(COLUMNNAME_A_Finance_Meth); } /** Set Asset Investment CR. - @param A_Investment_CR Asset Investment CR */ + @param A_Investment_CR Asset Investment CR + */ public void setA_Investment_CR (int A_Investment_CR) { set_Value (COLUMNNAME_A_Investment_CR, Integer.valueOf(A_Investment_CR)); @@ -171,7 +174,7 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers /** Get Asset Investment CR. @return Asset Investment CR */ - public int getA_Investment_CR () + public int getA_Investment_CR() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Investment_CR); if (ii == null) @@ -180,7 +183,8 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers } /** Set Asset New Used. - @param A_New_Used Asset New Used */ + @param A_New_Used Asset New Used + */ public void setA_New_Used (boolean A_New_Used) { set_Value (COLUMNNAME_A_New_Used, Boolean.valueOf(A_New_Used)); @@ -188,7 +192,7 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers /** Get Asset New Used. @return Asset New Used */ - public boolean isA_New_Used () + public boolean isA_New_Used() { Object oo = get_Value(COLUMNNAME_A_New_Used); if (oo != null) @@ -201,9 +205,8 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers } /** Set Account State. - @param A_State - State of the Credit Card or Account holder - */ + @param A_State State of the Credit Card or Account holder + */ public void setA_State (String A_State) { set_Value (COLUMNNAME_A_State, A_State); @@ -212,13 +215,14 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers /** Get Account State. @return State of the Credit Card or Account holder */ - public String getA_State () + public String getA_State() { return (String)get_Value(COLUMNNAME_A_State); } /** Set Asset Tax Entity. - @param A_Tax_Entity Asset Tax Entity */ + @param A_Tax_Entity Asset Tax Entity + */ public void setA_Tax_Entity (String A_Tax_Entity) { set_Value (COLUMNNAME_A_Tax_Entity, A_Tax_Entity); @@ -226,15 +230,14 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers /** Get Asset Tax Entity. @return Asset Tax Entity */ - public String getA_Tax_Entity () + public String getA_Tax_Entity() { return (String)get_Value(COLUMNNAME_A_Tax_Entity); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -243,7 +246,7 @@ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Pers /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Product.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Product.java index 571abb2bac..b270358ecd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Product.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Product.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for A_Asset_Product * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Product") public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persistent { @@ -32,7 +32,7 @@ public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Product (Properties ctx, int A_Asset_Product_ID, String trxName) @@ -84,21 +84,20 @@ public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persis } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -107,18 +106,19 @@ public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persis } /** Set Asset Product. - @param A_Asset_Product_ID Asset Product */ + @param A_Asset_Product_ID Asset Product + */ public void setA_Asset_Product_ID (int A_Asset_Product_ID) { - if (A_Asset_Product_ID < 1) + if (A_Asset_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Product_ID, Integer.valueOf(A_Asset_Product_ID)); } /** Get Asset Product. @return Asset Product */ - public int getA_Asset_Product_ID () + public int getA_Asset_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Product_ID); if (ii == null) @@ -127,7 +127,8 @@ public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persis } /** Set A_Asset_Product_UU. - @param A_Asset_Product_UU A_Asset_Product_UU */ + @param A_Asset_Product_UU A_Asset_Product_UU + */ public void setA_Asset_Product_UU (String A_Asset_Product_UU) { set_Value (COLUMNNAME_A_Asset_Product_UU, A_Asset_Product_UU); @@ -135,13 +136,14 @@ public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persis /** Get A_Asset_Product_UU. @return A_Asset_Product_UU */ - public String getA_Asset_Product_UU () + public String getA_Asset_Product_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Product_UU); } /** Set Current Qty. - @param A_QTY_Current Current Qty */ + @param A_QTY_Current Current Qty + */ public void setA_QTY_Current (BigDecimal A_QTY_Current) { set_Value (COLUMNNAME_A_QTY_Current, A_QTY_Current); @@ -149,7 +151,7 @@ public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persis /** Get Current Qty. @return Current Qty */ - public BigDecimal getA_QTY_Current () + public BigDecimal getA_QTY_Current() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_QTY_Current); if (bd == null) @@ -158,9 +160,8 @@ public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persis } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -169,7 +170,7 @@ public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -181,21 +182,20 @@ public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persis } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -210,21 +210,20 @@ public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persis } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -239,21 +238,20 @@ public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persis } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Retirement.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Retirement.java index 8c40fab72f..5cda0b3885 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Retirement.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Retirement.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Retirement * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Retirement") public class X_A_Asset_Retirement extends PO implements I_A_Asset_Retirement, I_Persistent { @@ -33,7 +33,7 @@ public class X_A_Asset_Retirement extends PO implements I_A_Asset_Retirement, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Retirement (Properties ctx, int A_Asset_Retirement_ID, String trxName) @@ -83,21 +83,20 @@ public class X_A_Asset_Retirement extends PO implements I_A_Asset_Retirement, I_ } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -106,21 +105,20 @@ public class X_A_Asset_Retirement extends PO implements I_A_Asset_Retirement, I_ } /** Set Asset Retirement. - @param A_Asset_Retirement_ID - Internally used asset is not longer used. - */ + @param A_Asset_Retirement_ID Internally used asset is not longer used. + */ public void setA_Asset_Retirement_ID (int A_Asset_Retirement_ID) { - if (A_Asset_Retirement_ID < 1) + if (A_Asset_Retirement_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Retirement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Retirement_ID, Integer.valueOf(A_Asset_Retirement_ID)); } /** Get Asset Retirement. @return Internally used asset is not longer used. */ - public int getA_Asset_Retirement_ID () + public int getA_Asset_Retirement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Retirement_ID); if (ii == null) @@ -137,7 +135,8 @@ public class X_A_Asset_Retirement extends PO implements I_A_Asset_Retirement, I_ } /** Set A_Asset_Retirement_UU. - @param A_Asset_Retirement_UU A_Asset_Retirement_UU */ + @param A_Asset_Retirement_UU A_Asset_Retirement_UU + */ public void setA_Asset_Retirement_UU (String A_Asset_Retirement_UU) { set_Value (COLUMNNAME_A_Asset_Retirement_UU, A_Asset_Retirement_UU); @@ -145,15 +144,14 @@ public class X_A_Asset_Retirement extends PO implements I_A_Asset_Retirement, I_ /** Get A_Asset_Retirement_UU. @return A_Asset_Retirement_UU */ - public String getA_Asset_Retirement_UU () + public String getA_Asset_Retirement_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Retirement_UU); } /** Set Market value Amount. - @param AssetMarketValueAmt - Market value of the asset - */ + @param AssetMarketValueAmt Market value of the asset + */ public void setAssetMarketValueAmt (BigDecimal AssetMarketValueAmt) { set_Value (COLUMNNAME_AssetMarketValueAmt, AssetMarketValueAmt); @@ -162,7 +160,7 @@ public class X_A_Asset_Retirement extends PO implements I_A_Asset_Retirement, I_ /** Get Market value Amount. @return Market value of the asset */ - public BigDecimal getAssetMarketValueAmt () + public BigDecimal getAssetMarketValueAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AssetMarketValueAmt); if (bd == null) @@ -171,9 +169,8 @@ public class X_A_Asset_Retirement extends PO implements I_A_Asset_Retirement, I_ } /** Set Asset value. - @param AssetValueAmt - Book Value of the asset - */ + @param AssetValueAmt Book Value of the asset + */ public void setAssetValueAmt (BigDecimal AssetValueAmt) { set_Value (COLUMNNAME_AssetValueAmt, AssetValueAmt); @@ -182,7 +179,7 @@ public class X_A_Asset_Retirement extends PO implements I_A_Asset_Retirement, I_ /** Get Asset value. @return Book Value of the asset */ - public BigDecimal getAssetValueAmt () + public BigDecimal getAssetValueAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AssetValueAmt); if (bd == null) @@ -197,21 +194,20 @@ public class X_A_Asset_Retirement extends PO implements I_A_Asset_Retirement, I_ } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_Value (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_Value (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval.java index 7b70546deb..4eaa846486 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Reval * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Reval") public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Reval (Properties ctx, int A_Asset_Reval_ID, String trxName) @@ -92,7 +92,8 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent } /** Set Accumulated Depreciation. - @param A_Accumulated_Depr Accumulated Depreciation */ + @param A_Accumulated_Depr Accumulated Depreciation + */ public void setA_Accumulated_Depr (BigDecimal A_Accumulated_Depr) { set_Value (COLUMNNAME_A_Accumulated_Depr, A_Accumulated_Depr); @@ -100,7 +101,7 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get Accumulated Depreciation. @return Accumulated Depreciation */ - public BigDecimal getA_Accumulated_Depr () + public BigDecimal getA_Accumulated_Depr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr); if (bd == null) @@ -109,7 +110,8 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent } /** Set Asset Cost. - @param A_Asset_Cost Asset Cost */ + @param A_Asset_Cost Asset Cost + */ public void setA_Asset_Cost (BigDecimal A_Asset_Cost) { set_Value (COLUMNNAME_A_Asset_Cost, A_Asset_Cost); @@ -117,7 +119,7 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get Asset Cost. @return Asset Cost */ - public BigDecimal getA_Asset_Cost () + public BigDecimal getA_Asset_Cost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Cost); if (bd == null) @@ -126,7 +128,8 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent } /** Set Asset Cost Change. - @param A_Asset_Cost_Change Asset Cost Change */ + @param A_Asset_Cost_Change Asset Cost Change + */ public void setA_Asset_Cost_Change (BigDecimal A_Asset_Cost_Change) { set_Value (COLUMNNAME_A_Asset_Cost_Change, A_Asset_Cost_Change); @@ -134,7 +137,7 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get Asset Cost Change. @return Asset Cost Change */ - public BigDecimal getA_Asset_Cost_Change () + public BigDecimal getA_Asset_Cost_Change() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Cost_Change); if (bd == null) @@ -149,21 +152,20 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -172,18 +174,19 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent } /** Set Asset Revaluation. - @param A_Asset_Reval_ID Asset Revaluation */ + @param A_Asset_Reval_ID Asset Revaluation + */ public void setA_Asset_Reval_ID (int A_Asset_Reval_ID) { - if (A_Asset_Reval_ID < 1) + if (A_Asset_Reval_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Reval_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Reval_ID, Integer.valueOf(A_Asset_Reval_ID)); } /** Get Asset Revaluation. @return Asset Revaluation */ - public int getA_Asset_Reval_ID () + public int getA_Asset_Reval_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Reval_ID); if (ii == null) @@ -200,7 +203,8 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent } /** Set A_Asset_Reval_UU. - @param A_Asset_Reval_UU A_Asset_Reval_UU */ + @param A_Asset_Reval_UU A_Asset_Reval_UU + */ public void setA_Asset_Reval_UU (String A_Asset_Reval_UU) { set_Value (COLUMNNAME_A_Asset_Reval_UU, A_Asset_Reval_UU); @@ -208,13 +212,14 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get A_Asset_Reval_UU. @return A_Asset_Reval_UU */ - public String getA_Asset_Reval_UU () + public String getA_Asset_Reval_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Reval_UU); } /** Set Change Acumulated Depreciation. - @param A_Change_Acumulated_Depr Change Acumulated Depreciation */ + @param A_Change_Acumulated_Depr Change Acumulated Depreciation + */ public void setA_Change_Acumulated_Depr (BigDecimal A_Change_Acumulated_Depr) { set_Value (COLUMNNAME_A_Change_Acumulated_Depr, A_Change_Acumulated_Depr); @@ -222,7 +227,7 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get Change Acumulated Depreciation. @return Change Acumulated Depreciation */ - public BigDecimal getA_Change_Acumulated_Depr () + public BigDecimal getA_Change_Acumulated_Depr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Change_Acumulated_Depr); if (bd == null) @@ -231,9 +236,8 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -242,15 +246,14 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -259,14 +262,14 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -295,9 +298,8 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -307,7 +309,7 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -339,9 +341,8 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -351,15 +352,14 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -368,15 +368,14 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -385,7 +384,7 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -410,9 +409,8 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -422,15 +420,14 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -439,7 +436,7 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -452,9 +449,8 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -463,7 +459,7 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -472,7 +468,8 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -480,7 +477,7 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Entry.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Entry.java index 9825ba1d1d..7250397b2e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Entry.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Entry.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Reval_Entry * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Reval_Entry") public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, I_Persistent { @@ -32,7 +32,7 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Reval_Entry (Properties ctx, int A_Asset_Reval_Entry_ID, String trxName) @@ -84,18 +84,19 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, } /** Set Asset Reval. Entry. - @param A_Asset_Reval_Entry_ID Asset Reval. Entry */ + @param A_Asset_Reval_Entry_ID Asset Reval. Entry + */ public void setA_Asset_Reval_Entry_ID (int A_Asset_Reval_Entry_ID) { - if (A_Asset_Reval_Entry_ID < 1) + if (A_Asset_Reval_Entry_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Reval_Entry_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Reval_Entry_ID, Integer.valueOf(A_Asset_Reval_Entry_ID)); } /** Get Asset Reval. Entry. @return Asset Reval. Entry */ - public int getA_Asset_Reval_Entry_ID () + public int getA_Asset_Reval_Entry_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Reval_Entry_ID); if (ii == null) @@ -112,7 +113,8 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, } /** Set A_Asset_Reval_Entry_UU. - @param A_Asset_Reval_Entry_UU A_Asset_Reval_Entry_UU */ + @param A_Asset_Reval_Entry_UU A_Asset_Reval_Entry_UU + */ public void setA_Asset_Reval_Entry_UU (String A_Asset_Reval_Entry_UU) { set_Value (COLUMNNAME_A_Asset_Reval_Entry_UU, A_Asset_Reval_Entry_UU); @@ -120,13 +122,14 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Get A_Asset_Reval_Entry_UU. @return A_Asset_Reval_Entry_UU */ - public String getA_Asset_Reval_Entry_UU () + public String getA_Asset_Reval_Entry_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Reval_Entry_UU); } /** Set Effective Date. - @param A_Effective_Date Effective Date */ + @param A_Effective_Date Effective Date + */ public void setA_Effective_Date (Timestamp A_Effective_Date) { set_Value (COLUMNNAME_A_Effective_Date, A_Effective_Date); @@ -134,7 +137,7 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Get Effective Date. @return Effective Date */ - public Timestamp getA_Effective_Date () + public Timestamp getA_Effective_Date() { return (Timestamp)get_Value(COLUMNNAME_A_Effective_Date); } @@ -148,7 +151,8 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Year Balances = YBF */ public static final String A_REVAL_CAL_METHOD_YearBalances = "YBF"; /** Set A_Reval_Cal_Method. - @param A_Reval_Cal_Method A_Reval_Cal_Method */ + @param A_Reval_Cal_Method A_Reval_Cal_Method + */ public void setA_Reval_Cal_Method (String A_Reval_Cal_Method) { @@ -157,7 +161,7 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Get A_Reval_Cal_Method. @return A_Reval_Cal_Method */ - public String getA_Reval_Cal_Method () + public String getA_Reval_Cal_Method() { return (String)get_Value(COLUMNNAME_A_Reval_Cal_Method); } @@ -171,7 +175,8 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Date Depreciation Started = SD */ public static final String A_REVAL_EFFECTIVE_DATE_DateDepreciationStarted = "SD"; /** Set Reval. Effective Date. - @param A_Reval_Effective_Date Reval. Effective Date */ + @param A_Reval_Effective_Date Reval. Effective Date + */ public void setA_Reval_Effective_Date (String A_Reval_Effective_Date) { @@ -180,7 +185,7 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Get Reval. Effective Date. @return Reval. Effective Date */ - public String getA_Reval_Effective_Date () + public String getA_Reval_Effective_Date() { return (String)get_Value(COLUMNNAME_A_Reval_Effective_Date); } @@ -192,7 +197,8 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Index = IND */ public static final String A_REVAL_MULTIPLIER_Index = "IND"; /** Set Reval. Multiplier. - @param A_Reval_Multiplier Reval. Multiplier */ + @param A_Reval_Multiplier Reval. Multiplier + */ public void setA_Reval_Multiplier (String A_Reval_Multiplier) { @@ -201,7 +207,7 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Get Reval. Multiplier. @return Reval. Multiplier */ - public String getA_Reval_Multiplier () + public String getA_Reval_Multiplier() { return (String)get_Value(COLUMNNAME_A_Reval_Multiplier); } @@ -215,7 +221,8 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Revaluation Code #3 = R03 */ public static final String A_REV_CODE_RevaluationCode3 = "R03"; /** Set Rev. Code. - @param A_Rev_Code Rev. Code */ + @param A_Rev_Code Rev. Code + */ public void setA_Rev_Code (String A_Rev_Code) { @@ -224,7 +231,7 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Get Rev. Code. @return Rev. Code */ - public String getA_Rev_Code () + public String getA_Rev_Code() { return (String)get_Value(COLUMNNAME_A_Rev_Code); } @@ -236,21 +243,20 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -265,21 +271,20 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -294,21 +299,20 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -323,21 +327,20 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_Value (COLUMNNAME_C_Period_ID, null); - else + else set_Value (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -346,9 +349,8 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -357,15 +359,14 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -374,15 +375,14 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -391,15 +391,14 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -408,7 +407,7 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -420,21 +419,20 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, } /** Set GL Category. - @param GL_Category_ID - General Ledger Category - */ + @param GL_Category_ID General Ledger Category + */ public void setGL_Category_ID (int GL_Category_ID) { - if (GL_Category_ID < 1) + if (GL_Category_ID < 1) set_Value (COLUMNNAME_GL_Category_ID, null); - else + else set_Value (COLUMNNAME_GL_Category_ID, Integer.valueOf(GL_Category_ID)); } /** Get GL Category. @return General Ledger Category */ - public int getGL_Category_ID () + public int getGL_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Category_ID); if (ii == null) @@ -455,9 +453,8 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -467,15 +464,14 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -484,7 +480,7 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -497,7 +493,8 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -505,7 +502,7 @@ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Index.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Index.java index a86a50b61f..696989d265 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Index.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Index.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Reval_Index * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Reval_Index") public class X_A_Asset_Reval_Index extends PO implements I_A_Asset_Reval_Index, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Asset_Reval_Index extends PO implements I_A_Asset_Reval_Index, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Reval_Index (Properties ctx, int A_Asset_Reval_Index_ID, String trxName) @@ -79,18 +79,19 @@ public class X_A_Asset_Reval_Index extends PO implements I_A_Asset_Reval_Index, } /** Set Asset Reval Index. - @param A_Asset_Reval_Index_ID Asset Reval Index */ + @param A_Asset_Reval_Index_ID Asset Reval Index + */ public void setA_Asset_Reval_Index_ID (int A_Asset_Reval_Index_ID) { - if (A_Asset_Reval_Index_ID < 1) + if (A_Asset_Reval_Index_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Reval_Index_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Reval_Index_ID, Integer.valueOf(A_Asset_Reval_Index_ID)); } /** Get Asset Reval Index. @return Asset Reval Index */ - public int getA_Asset_Reval_Index_ID () + public int getA_Asset_Reval_Index_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Reval_Index_ID); if (ii == null) @@ -107,7 +108,8 @@ public class X_A_Asset_Reval_Index extends PO implements I_A_Asset_Reval_Index, } /** Set A_Asset_Reval_Index_UU. - @param A_Asset_Reval_Index_UU A_Asset_Reval_Index_UU */ + @param A_Asset_Reval_Index_UU A_Asset_Reval_Index_UU + */ public void setA_Asset_Reval_Index_UU (String A_Asset_Reval_Index_UU) { set_Value (COLUMNNAME_A_Asset_Reval_Index_UU, A_Asset_Reval_Index_UU); @@ -115,13 +117,14 @@ public class X_A_Asset_Reval_Index extends PO implements I_A_Asset_Reval_Index, /** Get A_Asset_Reval_Index_UU. @return A_Asset_Reval_Index_UU */ - public String getA_Asset_Reval_Index_UU () + public String getA_Asset_Reval_Index_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Reval_Index_UU); } /** Set Effective Date. - @param A_Effective_Date Effective Date */ + @param A_Effective_Date Effective Date + */ public void setA_Effective_Date (Timestamp A_Effective_Date) { set_Value (COLUMNNAME_A_Effective_Date, A_Effective_Date); @@ -129,7 +132,7 @@ public class X_A_Asset_Reval_Index extends PO implements I_A_Asset_Reval_Index, /** Get Effective Date. @return Effective Date */ - public Timestamp getA_Effective_Date () + public Timestamp getA_Effective_Date() { return (Timestamp)get_Value(COLUMNNAME_A_Effective_Date); } @@ -143,7 +146,8 @@ public class X_A_Asset_Reval_Index extends PO implements I_A_Asset_Reval_Index, /** Revaluation Code #3 = R03 */ public static final String A_REVAL_CODE_RevaluationCode3 = "R03"; /** Set Reval. Code. - @param A_Reval_Code Reval. Code */ + @param A_Reval_Code Reval. Code + */ public void setA_Reval_Code (String A_Reval_Code) { @@ -152,7 +156,7 @@ public class X_A_Asset_Reval_Index extends PO implements I_A_Asset_Reval_Index, /** Get Reval. Code. @return Reval. Code */ - public String getA_Reval_Code () + public String getA_Reval_Code() { return (String)get_Value(COLUMNNAME_A_Reval_Code); } @@ -164,7 +168,8 @@ public class X_A_Asset_Reval_Index extends PO implements I_A_Asset_Reval_Index, /** Index = IND */ public static final String A_REVAL_MULTIPLIER_Index = "IND"; /** Set Reval. Multiplier. - @param A_Reval_Multiplier Reval. Multiplier */ + @param A_Reval_Multiplier Reval. Multiplier + */ public void setA_Reval_Multiplier (String A_Reval_Multiplier) { @@ -173,13 +178,14 @@ public class X_A_Asset_Reval_Index extends PO implements I_A_Asset_Reval_Index, /** Get Reval. Multiplier. @return Reval. Multiplier */ - public String getA_Reval_Multiplier () + public String getA_Reval_Multiplier() { return (String)get_Value(COLUMNNAME_A_Reval_Multiplier); } /** Set Reval. Rate. - @param A_Reval_Rate Reval. Rate */ + @param A_Reval_Rate Reval. Rate + */ public void setA_Reval_Rate (BigDecimal A_Reval_Rate) { set_Value (COLUMNNAME_A_Reval_Rate, A_Reval_Rate); @@ -187,7 +193,7 @@ public class X_A_Asset_Reval_Index extends PO implements I_A_Asset_Reval_Index, /** Get Reval. Rate. @return Reval. Rate */ - public BigDecimal getA_Reval_Rate () + public BigDecimal getA_Reval_Rate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Reval_Rate); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Split.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Split.java index eca0bda1a8..1459de42e5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Split.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Split.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Split * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Split") public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Split (Properties ctx, int A_Asset_Split_ID, String trxName) @@ -93,7 +93,8 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set Amount Split. - @param A_Amount_Split Amount Split */ + @param A_Amount_Split Amount Split + */ public void setA_Amount_Split (BigDecimal A_Amount_Split) { set_Value (COLUMNNAME_A_Amount_Split, A_Amount_Split); @@ -101,7 +102,7 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get Amount Split. @return Amount Split */ - public BigDecimal getA_Amount_Split () + public BigDecimal getA_Amount_Split() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Amount_Split); if (bd == null) @@ -110,18 +111,19 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set A_Asset_Acct_ID. - @param A_Asset_Acct_ID A_Asset_Acct_ID */ + @param A_Asset_Acct_ID A_Asset_Acct_ID + */ public void setA_Asset_Acct_ID (int A_Asset_Acct_ID) { - if (A_Asset_Acct_ID < 1) + if (A_Asset_Acct_ID < 1) set_Value (COLUMNNAME_A_Asset_Acct_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Acct_ID, Integer.valueOf(A_Asset_Acct_ID)); } /** Get A_Asset_Acct_ID. @return A_Asset_Acct_ID */ - public int getA_Asset_Acct_ID () + public int getA_Asset_Acct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Acct_ID); if (ii == null) @@ -130,7 +132,8 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set Asset Cost. - @param A_Asset_Cost Asset Cost */ + @param A_Asset_Cost Asset Cost + */ public void setA_Asset_Cost (BigDecimal A_Asset_Cost) { set_Value (COLUMNNAME_A_Asset_Cost, A_Asset_Cost); @@ -138,7 +141,7 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get Asset Cost. @return Asset Cost */ - public BigDecimal getA_Asset_Cost () + public BigDecimal getA_Asset_Cost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Cost); if (bd == null) @@ -147,21 +150,20 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -176,7 +178,8 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set To Asset ID. - @param A_Asset_ID_To To Asset ID */ + @param A_Asset_ID_To To Asset ID + */ public void setA_Asset_ID_To (int A_Asset_ID_To) { set_Value (COLUMNNAME_A_Asset_ID_To, Integer.valueOf(A_Asset_ID_To)); @@ -184,7 +187,7 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get To Asset ID. @return To Asset ID */ - public int getA_Asset_ID_To () + public int getA_Asset_ID_To() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID_To); if (ii == null) @@ -193,18 +196,19 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set Asset Split. - @param A_Asset_Split_ID Asset Split */ + @param A_Asset_Split_ID Asset Split + */ public void setA_Asset_Split_ID (int A_Asset_Split_ID) { - if (A_Asset_Split_ID < 1) + if (A_Asset_Split_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Split_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Split_ID, Integer.valueOf(A_Asset_Split_ID)); } /** Get Asset Split. @return Asset Split */ - public int getA_Asset_Split_ID () + public int getA_Asset_Split_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Split_ID); if (ii == null) @@ -221,7 +225,8 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set A_Asset_Split_UU. - @param A_Asset_Split_UU A_Asset_Split_UU */ + @param A_Asset_Split_UU A_Asset_Split_UU + */ public void setA_Asset_Split_UU (String A_Asset_Split_UU) { set_Value (COLUMNNAME_A_Asset_Split_UU, A_Asset_Split_UU); @@ -229,24 +234,25 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get A_Asset_Split_UU. @return A_Asset_Split_UU */ - public String getA_Asset_Split_UU () + public String getA_Asset_Split_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Split_UU); } /** Set A_Depreciation_Workfile_ID. - @param A_Depreciation_Workfile_ID A_Depreciation_Workfile_ID */ + @param A_Depreciation_Workfile_ID A_Depreciation_Workfile_ID + */ public void setA_Depreciation_Workfile_ID (int A_Depreciation_Workfile_ID) { - if (A_Depreciation_Workfile_ID < 1) + if (A_Depreciation_Workfile_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Depreciation_Workfile_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Depreciation_Workfile_ID, Integer.valueOf(A_Depreciation_Workfile_ID)); } /** Get A_Depreciation_Workfile_ID. @return A_Depreciation_Workfile_ID */ - public int getA_Depreciation_Workfile_ID () + public int getA_Depreciation_Workfile_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Workfile_ID); if (ii == null) @@ -255,7 +261,8 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set Original Percent. - @param A_Percent_Original Original Percent */ + @param A_Percent_Original Original Percent + */ public void setA_Percent_Original (BigDecimal A_Percent_Original) { set_Value (COLUMNNAME_A_Percent_Original, A_Percent_Original); @@ -263,7 +270,7 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get Original Percent. @return Original Percent */ - public BigDecimal getA_Percent_Original () + public BigDecimal getA_Percent_Original() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Percent_Original); if (bd == null) @@ -272,7 +279,8 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set A_Percent_Split. - @param A_Percent_Split A_Percent_Split */ + @param A_Percent_Split A_Percent_Split + */ public void setA_Percent_Split (BigDecimal A_Percent_Split) { set_Value (COLUMNNAME_A_Percent_Split, A_Percent_Split); @@ -280,7 +288,7 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get A_Percent_Split. @return A_Percent_Split */ - public BigDecimal getA_Percent_Split () + public BigDecimal getA_Percent_Split() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Percent_Split); if (bd == null) @@ -289,7 +297,8 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set Current Qty. - @param A_QTY_Current Current Qty */ + @param A_QTY_Current Current Qty + */ public void setA_QTY_Current (BigDecimal A_QTY_Current) { set_Value (COLUMNNAME_A_QTY_Current, A_QTY_Current); @@ -297,7 +306,7 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get Current Qty. @return Current Qty */ - public BigDecimal getA_QTY_Current () + public BigDecimal getA_QTY_Current() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_QTY_Current); if (bd == null) @@ -306,7 +315,8 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set Qty. Split. - @param A_QTY_Split Qty. Split */ + @param A_QTY_Split Qty. Split + */ public void setA_QTY_Split (BigDecimal A_QTY_Split) { set_Value (COLUMNNAME_A_QTY_Split, A_QTY_Split); @@ -314,7 +324,7 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get Qty. Split. @return Qty. Split */ - public BigDecimal getA_QTY_Split () + public BigDecimal getA_QTY_Split() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_QTY_Split); if (bd == null) @@ -331,7 +341,8 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Quantity = QTY */ public static final String A_SPLIT_TYPE_Quantity = "QTY"; /** Set Split Type. - @param A_Split_Type Split Type */ + @param A_Split_Type Split Type + */ public void setA_Split_Type (String A_Split_Type) { @@ -340,13 +351,14 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get Split Type. @return Split Type */ - public String getA_Split_Type () + public String getA_Split_Type() { return (String)get_Value(COLUMNNAME_A_Split_Type); } /** Set A_Transfer_Balance_IS. - @param A_Transfer_Balance_IS A_Transfer_Balance_IS */ + @param A_Transfer_Balance_IS A_Transfer_Balance_IS + */ public void setA_Transfer_Balance_IS (boolean A_Transfer_Balance_IS) { set_Value (COLUMNNAME_A_Transfer_Balance_IS, Boolean.valueOf(A_Transfer_Balance_IS)); @@ -354,7 +366,7 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get A_Transfer_Balance_IS. @return A_Transfer_Balance_IS */ - public boolean isA_Transfer_Balance_IS () + public boolean isA_Transfer_Balance_IS() { Object oo = get_Value(COLUMNNAME_A_Transfer_Balance_IS); if (oo != null) @@ -373,21 +385,20 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_Value (COLUMNNAME_C_Period_ID, null); - else + else set_Value (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -396,9 +407,8 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -407,7 +417,7 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } @@ -425,9 +435,8 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -437,15 +446,14 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -454,7 +462,7 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -467,7 +475,8 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -475,7 +484,7 @@ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Transfer.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Transfer.java index 6160227e29..2eaa6889bc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Transfer.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Transfer.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Transfer * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Transfer") public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Transfer (Properties ctx, int A_Asset_Transfer_ID, String trxName) @@ -109,7 +109,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Accumulated Depreciation Account. - @param A_Accumdepreciation_Acct Accumulated Depreciation Account */ + @param A_Accumdepreciation_Acct Accumulated Depreciation Account + */ public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct) { set_ValueNoCheck (COLUMNNAME_A_Accumdepreciation_Acct, Integer.valueOf(A_Accumdepreciation_Acct)); @@ -117,7 +118,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Accumulated Depreciation Account. @return Accumulated Depreciation Account */ - public int getA_Accumdepreciation_Acct () + public int getA_Accumdepreciation_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Accumdepreciation_Acct); if (ii == null) @@ -126,7 +127,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Old Asset Cost Acct. - @param A_Accumdepreciation_Acct_Str Old Asset Cost Acct */ + @param A_Accumdepreciation_Acct_Str Old Asset Cost Acct + */ public void setA_Accumdepreciation_Acct_Str (String A_Accumdepreciation_Acct_Str) { set_ValueNoCheck (COLUMNNAME_A_Accumdepreciation_Acct_Str, A_Accumdepreciation_Acct_Str); @@ -134,7 +136,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Old Asset Cost Acct. @return Old Asset Cost Acct */ - public String getA_Accumdepreciation_Acct_Str () + public String getA_Accumdepreciation_Acct_Str() { return (String)get_Value(COLUMNNAME_A_Accumdepreciation_Acct_Str); } @@ -146,7 +148,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Accumulated Depreciation Account (new). - @param A_Accumdepreciation_New_Acct Accumulated Depreciation Account (new) */ + @param A_Accumdepreciation_New_Acct Accumulated Depreciation Account (new) + */ public void setA_Accumdepreciation_New_Acct (int A_Accumdepreciation_New_Acct) { set_Value (COLUMNNAME_A_Accumdepreciation_New_Acct, Integer.valueOf(A_Accumdepreciation_New_Acct)); @@ -154,7 +157,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Accumulated Depreciation Account (new). @return Accumulated Depreciation Account (new) */ - public int getA_Accumdepreciation_New_Acct () + public int getA_Accumdepreciation_New_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Accumdepreciation_New_Acct); if (ii == null) @@ -163,7 +166,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Accumulated Depreciation (fiscal). - @param A_Accumulated_Depr_F Accumulated Depreciation (fiscal) */ + @param A_Accumulated_Depr_F Accumulated Depreciation (fiscal) + */ public void setA_Accumulated_Depr_F (BigDecimal A_Accumulated_Depr_F) { set_Value (COLUMNNAME_A_Accumulated_Depr_F, A_Accumulated_Depr_F); @@ -171,7 +175,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Accumulated Depreciation (fiscal). @return Accumulated Depreciation (fiscal) */ - public BigDecimal getA_Accumulated_Depr_F () + public BigDecimal getA_Accumulated_Depr_F() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr_F); if (bd == null) @@ -186,7 +190,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Asset Acct. - @param A_Asset_Acct Asset Acct */ + @param A_Asset_Acct Asset Acct + */ public void setA_Asset_Acct (int A_Asset_Acct) { set_ValueNoCheck (COLUMNNAME_A_Asset_Acct, Integer.valueOf(A_Asset_Acct)); @@ -194,7 +199,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Asset Acct. @return Asset Acct */ - public int getA_Asset_Acct () + public int getA_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Acct); if (ii == null) @@ -203,18 +208,19 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set A_Asset_Acct_ID. - @param A_Asset_Acct_ID A_Asset_Acct_ID */ + @param A_Asset_Acct_ID A_Asset_Acct_ID + */ public void setA_Asset_Acct_ID (int A_Asset_Acct_ID) { - if (A_Asset_Acct_ID < 1) + if (A_Asset_Acct_ID < 1) set_Value (COLUMNNAME_A_Asset_Acct_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Acct_ID, Integer.valueOf(A_Asset_Acct_ID)); } /** Get A_Asset_Acct_ID. @return A_Asset_Acct_ID */ - public int getA_Asset_Acct_ID () + public int getA_Asset_Acct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Acct_ID); if (ii == null) @@ -223,7 +229,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set A_Asset_Acct_Str. - @param A_Asset_Acct_Str A_Asset_Acct_Str */ + @param A_Asset_Acct_Str A_Asset_Acct_Str + */ public void setA_Asset_Acct_Str (String A_Asset_Acct_Str) { set_ValueNoCheck (COLUMNNAME_A_Asset_Acct_Str, A_Asset_Acct_Str); @@ -231,7 +238,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get A_Asset_Acct_Str. @return A_Asset_Acct_Str */ - public String getA_Asset_Acct_Str () + public String getA_Asset_Acct_Str() { return (String)get_Value(COLUMNNAME_A_Asset_Acct_Str); } @@ -243,21 +250,20 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -272,7 +278,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Asset Acct (new). - @param A_Asset_New_Acct Asset Acct (new) */ + @param A_Asset_New_Acct Asset Acct (new) + */ public void setA_Asset_New_Acct (int A_Asset_New_Acct) { set_Value (COLUMNNAME_A_Asset_New_Acct, Integer.valueOf(A_Asset_New_Acct)); @@ -280,7 +287,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Asset Acct (new). @return Asset Acct (new) */ - public int getA_Asset_New_Acct () + public int getA_Asset_New_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_New_Acct); if (ii == null) @@ -289,18 +296,19 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set A_Asset_Transfer_ID. - @param A_Asset_Transfer_ID A_Asset_Transfer_ID */ + @param A_Asset_Transfer_ID A_Asset_Transfer_ID + */ public void setA_Asset_Transfer_ID (int A_Asset_Transfer_ID) { - if (A_Asset_Transfer_ID < 1) + if (A_Asset_Transfer_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Transfer_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Transfer_ID, Integer.valueOf(A_Asset_Transfer_ID)); } /** Get A_Asset_Transfer_ID. @return A_Asset_Transfer_ID */ - public int getA_Asset_Transfer_ID () + public int getA_Asset_Transfer_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Transfer_ID); if (ii == null) @@ -317,7 +325,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set A_Asset_Transfer_UU. - @param A_Asset_Transfer_UU A_Asset_Transfer_UU */ + @param A_Asset_Transfer_UU A_Asset_Transfer_UU + */ public void setA_Asset_Transfer_UU (String A_Asset_Transfer_UU) { set_Value (COLUMNNAME_A_Asset_Transfer_UU, A_Asset_Transfer_UU); @@ -325,7 +334,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get A_Asset_Transfer_UU. @return A_Asset_Transfer_UU */ - public String getA_Asset_Transfer_UU () + public String getA_Asset_Transfer_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Transfer_UU); } @@ -337,7 +346,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Expense = Exp */ public static final String A_CAPVSEXP_Expense = "Exp"; /** Set Capital/Expense. - @param A_CapvsExp Capital/Expense */ + @param A_CapvsExp Capital/Expense + */ public void setA_CapvsExp (String A_CapvsExp) { @@ -346,7 +356,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Capital/Expense. @return Capital/Expense */ - public String getA_CapvsExp () + public String getA_CapvsExp() { return (String)get_Value(COLUMNNAME_A_CapvsExp); } @@ -358,7 +368,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Depreciation Account. - @param A_Depreciation_Acct Depreciation Account */ + @param A_Depreciation_Acct Depreciation Account + */ public void setA_Depreciation_Acct (int A_Depreciation_Acct) { set_ValueNoCheck (COLUMNNAME_A_Depreciation_Acct, Integer.valueOf(A_Depreciation_Acct)); @@ -366,7 +377,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Depreciation Account. @return Depreciation Account */ - public int getA_Depreciation_Acct () + public int getA_Depreciation_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Acct); if (ii == null) @@ -375,7 +386,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set A_Depreciation_Acct_Str. - @param A_Depreciation_Acct_Str A_Depreciation_Acct_Str */ + @param A_Depreciation_Acct_Str A_Depreciation_Acct_Str + */ public void setA_Depreciation_Acct_Str (String A_Depreciation_Acct_Str) { set_ValueNoCheck (COLUMNNAME_A_Depreciation_Acct_Str, A_Depreciation_Acct_Str); @@ -383,7 +395,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get A_Depreciation_Acct_Str. @return A_Depreciation_Acct_Str */ - public String getA_Depreciation_Acct_Str () + public String getA_Depreciation_Acct_Str() { return (String)get_Value(COLUMNNAME_A_Depreciation_Acct_Str); } @@ -395,7 +407,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Depreciation Acct (new). - @param A_Depreciation_New_Acct Depreciation Acct (new) */ + @param A_Depreciation_New_Acct Depreciation Acct (new) + */ public void setA_Depreciation_New_Acct (int A_Depreciation_New_Acct) { set_Value (COLUMNNAME_A_Depreciation_New_Acct, Integer.valueOf(A_Depreciation_New_Acct)); @@ -403,7 +416,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Depreciation Acct (new). @return Depreciation Acct (new) */ - public int getA_Depreciation_New_Acct () + public int getA_Depreciation_New_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_New_Acct); if (ii == null) @@ -412,7 +425,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Loss on Disposal. - @param A_Disposal_Loss Loss on Disposal */ + @param A_Disposal_Loss Loss on Disposal + */ public void setA_Disposal_Loss (int A_Disposal_Loss) { set_Value (COLUMNNAME_A_Disposal_Loss, Integer.valueOf(A_Disposal_Loss)); @@ -420,7 +434,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Loss on Disposal. @return Loss on Disposal */ - public int getA_Disposal_Loss () + public int getA_Disposal_Loss() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Loss); if (ii == null) @@ -435,7 +449,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Disposal Loss Acct. - @param A_Disposal_Loss_Acct Disposal Loss Acct */ + @param A_Disposal_Loss_Acct Disposal Loss Acct + */ public void setA_Disposal_Loss_Acct (int A_Disposal_Loss_Acct) { set_ValueNoCheck (COLUMNNAME_A_Disposal_Loss_Acct, Integer.valueOf(A_Disposal_Loss_Acct)); @@ -443,7 +458,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Disposal Loss Acct. @return Disposal Loss Acct */ - public int getA_Disposal_Loss_Acct () + public int getA_Disposal_Loss_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Loss_Acct); if (ii == null) @@ -458,7 +473,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Disposal Loss Acct (new). - @param A_Disposal_Loss_New_Acct Disposal Loss Acct (new) */ + @param A_Disposal_Loss_New_Acct Disposal Loss Acct (new) + */ public void setA_Disposal_Loss_New_Acct (int A_Disposal_Loss_New_Acct) { set_Value (COLUMNNAME_A_Disposal_Loss_New_Acct, Integer.valueOf(A_Disposal_Loss_New_Acct)); @@ -466,7 +482,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Disposal Loss Acct (new). @return Disposal Loss Acct (new) */ - public int getA_Disposal_Loss_New_Acct () + public int getA_Disposal_Loss_New_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Loss_New_Acct); if (ii == null) @@ -475,7 +491,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Disposal Loss Str. - @param A_Disposal_Loss_Str Disposal Loss Str */ + @param A_Disposal_Loss_Str Disposal Loss Str + */ public void setA_Disposal_Loss_Str (String A_Disposal_Loss_Str) { set_ValueNoCheck (COLUMNNAME_A_Disposal_Loss_Str, A_Disposal_Loss_Str); @@ -483,13 +500,14 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Disposal Loss Str. @return Disposal Loss Str */ - public String getA_Disposal_Loss_Str () + public String getA_Disposal_Loss_Str() { return (String)get_Value(COLUMNNAME_A_Disposal_Loss_Str); } /** Set Disposal Revenue. - @param A_Disposal_Revenue Disposal Revenue */ + @param A_Disposal_Revenue Disposal Revenue + */ public void setA_Disposal_Revenue (int A_Disposal_Revenue) { set_Value (COLUMNNAME_A_Disposal_Revenue, Integer.valueOf(A_Disposal_Revenue)); @@ -497,7 +515,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Disposal Revenue. @return Disposal Revenue */ - public int getA_Disposal_Revenue () + public int getA_Disposal_Revenue() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Revenue); if (ii == null) @@ -512,7 +530,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Disposal Revenue Acct. - @param A_Disposal_Revenue_Acct Disposal Revenue Acct */ + @param A_Disposal_Revenue_Acct Disposal Revenue Acct + */ public void setA_Disposal_Revenue_Acct (int A_Disposal_Revenue_Acct) { set_ValueNoCheck (COLUMNNAME_A_Disposal_Revenue_Acct, Integer.valueOf(A_Disposal_Revenue_Acct)); @@ -520,7 +539,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Disposal Revenue Acct. @return Disposal Revenue Acct */ - public int getA_Disposal_Revenue_Acct () + public int getA_Disposal_Revenue_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Revenue_Acct); if (ii == null) @@ -535,7 +554,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Disposal Revenue Acct (new). - @param A_Disposal_Revenue_New_Acct Disposal Revenue Acct (new) */ + @param A_Disposal_Revenue_New_Acct Disposal Revenue Acct (new) + */ public void setA_Disposal_Revenue_New_Acct (int A_Disposal_Revenue_New_Acct) { set_Value (COLUMNNAME_A_Disposal_Revenue_New_Acct, Integer.valueOf(A_Disposal_Revenue_New_Acct)); @@ -543,7 +563,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Disposal Revenue Acct (new). @return Disposal Revenue Acct (new) */ - public int getA_Disposal_Revenue_New_Acct () + public int getA_Disposal_Revenue_New_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Disposal_Revenue_New_Acct); if (ii == null) @@ -552,7 +572,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Disposal Revenue Str. - @param A_Disposal_Revenue_Str Disposal Revenue Str */ + @param A_Disposal_Revenue_Str Disposal Revenue Str + */ public void setA_Disposal_Revenue_Str (String A_Disposal_Revenue_Str) { set_ValueNoCheck (COLUMNNAME_A_Disposal_Revenue_Str, A_Disposal_Revenue_Str); @@ -560,13 +581,14 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Disposal Revenue Str. @return Disposal Revenue Str */ - public String getA_Disposal_Revenue_Str () + public String getA_Disposal_Revenue_Str() { return (String)get_Value(COLUMNNAME_A_Disposal_Revenue_Str); } /** Set A_Period_End. - @param A_Period_End A_Period_End */ + @param A_Period_End A_Period_End + */ public void setA_Period_End (int A_Period_End) { set_ValueNoCheck (COLUMNNAME_A_Period_End, Integer.valueOf(A_Period_End)); @@ -574,7 +596,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get A_Period_End. @return A_Period_End */ - public int getA_Period_End () + public int getA_Period_End() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_End); if (ii == null) @@ -583,7 +605,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set A_Period_Start. - @param A_Period_Start A_Period_Start */ + @param A_Period_Start A_Period_Start + */ public void setA_Period_Start (int A_Period_Start) { set_ValueNoCheck (COLUMNNAME_A_Period_Start, Integer.valueOf(A_Period_Start)); @@ -591,7 +614,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get A_Period_Start. @return A_Period_Start */ - public int getA_Period_Start () + public int getA_Period_Start() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_Start); if (ii == null) @@ -600,7 +623,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Split Percent. - @param A_Split_Percent Split Percent */ + @param A_Split_Percent Split Percent + */ public void setA_Split_Percent (BigDecimal A_Split_Percent) { set_ValueNoCheck (COLUMNNAME_A_Split_Percent, A_Split_Percent); @@ -608,7 +632,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Split Percent. @return Split Percent */ - public BigDecimal getA_Split_Percent () + public BigDecimal getA_Split_Percent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Split_Percent); if (bd == null) @@ -617,7 +641,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set A_Transfer_Balance. - @param A_Transfer_Balance A_Transfer_Balance */ + @param A_Transfer_Balance A_Transfer_Balance + */ public void setA_Transfer_Balance (boolean A_Transfer_Balance) { set_Value (COLUMNNAME_A_Transfer_Balance, Boolean.valueOf(A_Transfer_Balance)); @@ -625,7 +650,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get A_Transfer_Balance. @return A_Transfer_Balance */ - public boolean isA_Transfer_Balance () + public boolean isA_Transfer_Balance() { Object oo = get_Value(COLUMNNAME_A_Transfer_Balance); if (oo != null) @@ -638,7 +663,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set A_Transfer_Balance_IS. - @param A_Transfer_Balance_IS A_Transfer_Balance_IS */ + @param A_Transfer_Balance_IS A_Transfer_Balance_IS + */ public void setA_Transfer_Balance_IS (boolean A_Transfer_Balance_IS) { set_Value (COLUMNNAME_A_Transfer_Balance_IS, Boolean.valueOf(A_Transfer_Balance_IS)); @@ -646,7 +672,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get A_Transfer_Balance_IS. @return A_Transfer_Balance_IS */ - public boolean isA_Transfer_Balance_IS () + public boolean isA_Transfer_Balance_IS() { Object oo = get_Value(COLUMNNAME_A_Transfer_Balance_IS); if (oo != null) @@ -665,21 +691,20 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -694,21 +719,20 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_Value (COLUMNNAME_C_Period_ID, null); - else + else set_Value (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -717,9 +741,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -728,15 +751,14 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -745,14 +767,14 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -781,9 +803,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -793,7 +814,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -825,9 +846,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -837,15 +857,14 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -854,15 +873,14 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -871,7 +889,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -896,9 +914,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -908,15 +925,14 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -925,7 +941,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -938,9 +954,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -949,7 +964,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -958,7 +973,8 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -966,7 +982,7 @@ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Pers /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Type.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Type.java index 06e69ec65b..458831542e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Type.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Type.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Type * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Type") public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent { @@ -31,7 +31,7 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Type (Properties ctx, int A_Asset_Type_ID, String trxName) @@ -80,18 +80,19 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent } /** Set Asset Type. - @param A_Asset_Type_ID Asset Type */ + @param A_Asset_Type_ID Asset Type + */ public void setA_Asset_Type_ID (int A_Asset_Type_ID) { - if (A_Asset_Type_ID < 1) + if (A_Asset_Type_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Type_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Type_ID, Integer.valueOf(A_Asset_Type_ID)); } /** Get Asset Type. @return Asset Type */ - public int getA_Asset_Type_ID () + public int getA_Asset_Type_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Type_ID); if (ii == null) @@ -100,7 +101,8 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent } /** Set A_Asset_Type_UU. - @param A_Asset_Type_UU A_Asset_Type_UU */ + @param A_Asset_Type_UU A_Asset_Type_UU + */ public void setA_Asset_Type_UU (String A_Asset_Type_UU) { set_Value (COLUMNNAME_A_Asset_Type_UU, A_Asset_Type_UU); @@ -108,15 +110,14 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent /** Get A_Asset_Type_UU. @return A_Asset_Type_UU */ - public String getA_Asset_Type_UU () + public String getA_Asset_Type_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Type_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -125,7 +126,7 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -143,9 +144,8 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent /** Yes = YX */ public static final String ISDEPRECIABLE_Yes = "YX"; /** Set Is Depreciable. - @param IsDepreciable - This asset CAN be depreciated - */ + @param IsDepreciable This asset CAN be depreciated + */ public void setIsDepreciable (String IsDepreciable) { @@ -155,7 +155,7 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent /** Get Is Depreciable. @return This asset CAN be depreciated */ - public String getIsDepreciable () + public String getIsDepreciable() { return (String)get_Value(COLUMNNAME_IsDepreciable); } @@ -173,9 +173,8 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent /** Yes = YX */ public static final String ISINPOSESSION_Yes = "YX"; /** Set In Possession. - @param IsInPosession - The asset is in the possession of the organization - */ + @param IsInPosession The asset is in the possession of the organization + */ public void setIsInPosession (String IsInPosession) { @@ -185,7 +184,7 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent /** Get In Possession. @return The asset is in the possession of the organization */ - public String getIsInPosession () + public String getIsInPosession() { return (String)get_Value(COLUMNNAME_IsInPosession); } @@ -203,9 +202,8 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent /** Yes = YX */ public static final String ISOWNED_Yes = "YX"; /** Set Owned. - @param IsOwned - The asset is owned by the organization - */ + @param IsOwned The asset is owned by the organization + */ public void setIsOwned (String IsOwned) { @@ -215,15 +213,14 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent /** Get Owned. @return The asset is owned by the organization */ - public String getIsOwned () + public String getIsOwned() { return (String)get_Value(COLUMNNAME_IsOwned); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -232,7 +229,7 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -246,9 +243,8 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -257,7 +253,7 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Use.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Use.java index 60ee424dac..3ebd1b7b25 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Use.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Use.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Use * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Use") public class X_A_Asset_Use extends PO implements I_A_Asset_Use, I_Persistent { @@ -32,7 +32,7 @@ public class X_A_Asset_Use extends PO implements I_A_Asset_Use, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Asset_Use (Properties ctx, int A_Asset_Use_ID, String trxName) @@ -83,21 +83,20 @@ public class X_A_Asset_Use extends PO implements I_A_Asset_Use, I_Persistent } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -106,18 +105,19 @@ public class X_A_Asset_Use extends PO implements I_A_Asset_Use, I_Persistent } /** Set A_Asset_Use_ID. - @param A_Asset_Use_ID A_Asset_Use_ID */ + @param A_Asset_Use_ID A_Asset_Use_ID + */ public void setA_Asset_Use_ID (int A_Asset_Use_ID) { - if (A_Asset_Use_ID < 1) + if (A_Asset_Use_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Use_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_Use_ID, Integer.valueOf(A_Asset_Use_ID)); } /** Get A_Asset_Use_ID. @return A_Asset_Use_ID */ - public int getA_Asset_Use_ID () + public int getA_Asset_Use_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Use_ID); if (ii == null) @@ -134,7 +134,8 @@ public class X_A_Asset_Use extends PO implements I_A_Asset_Use, I_Persistent } /** Set A_Asset_Use_UU. - @param A_Asset_Use_UU A_Asset_Use_UU */ + @param A_Asset_Use_UU A_Asset_Use_UU + */ public void setA_Asset_Use_UU (String A_Asset_Use_UU) { set_Value (COLUMNNAME_A_Asset_Use_UU, A_Asset_Use_UU); @@ -142,15 +143,14 @@ public class X_A_Asset_Use extends PO implements I_A_Asset_Use, I_Persistent /** Get A_Asset_Use_UU. @return A_Asset_Use_UU */ - public String getA_Asset_Use_UU () + public String getA_Asset_Use_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Use_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -159,13 +159,14 @@ public class X_A_Asset_Use extends PO implements I_A_Asset_Use, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set UseDate. - @param UseDate UseDate */ + @param UseDate UseDate + */ public void setUseDate (Timestamp UseDate) { set_Value (COLUMNNAME_UseDate, UseDate); @@ -173,15 +174,14 @@ public class X_A_Asset_Use extends PO implements I_A_Asset_Use, I_Persistent /** Get UseDate. @return UseDate */ - public Timestamp getUseDate () + public Timestamp getUseDate() { return (Timestamp)get_Value(COLUMNNAME_UseDate); } /** Set Use units. - @param UseUnits - Currently used units of the assets - */ + @param UseUnits Currently used units of the assets + */ public void setUseUnits (int UseUnits) { set_Value (COLUMNNAME_UseUnits, Integer.valueOf(UseUnits)); @@ -190,7 +190,7 @@ public class X_A_Asset_Use extends PO implements I_A_Asset_Use, I_Persistent /** Get Use units. @return Currently used units of the assets */ - public int getUseUnits () + public int getUseUnits() { Integer ii = (Integer)get_Value(COLUMNNAME_UseUnits); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation.java index d646b14d2f..8571239ead 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for A_Depreciation * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Depreciation") public class X_A_Depreciation extends PO implements I_A_Depreciation, I_Persistent { @@ -30,7 +30,7 @@ public class X_A_Depreciation extends PO implements I_A_Depreciation, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Depreciation (Properties ctx, int A_Depreciation_ID, String trxName) @@ -75,18 +75,19 @@ public class X_A_Depreciation extends PO implements I_A_Depreciation, I_Persiste } /** Set Depreciation. - @param A_Depreciation_ID Depreciation */ + @param A_Depreciation_ID Depreciation + */ public void setA_Depreciation_ID (int A_Depreciation_ID) { - if (A_Depreciation_ID < 1) + if (A_Depreciation_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Depreciation_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Depreciation_ID, Integer.valueOf(A_Depreciation_ID)); } /** Get Depreciation. @return Depreciation */ - public int getA_Depreciation_ID () + public int getA_Depreciation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_ID); if (ii == null) @@ -95,7 +96,8 @@ public class X_A_Depreciation extends PO implements I_A_Depreciation, I_Persiste } /** Set A_Depreciation_UU. - @param A_Depreciation_UU A_Depreciation_UU */ + @param A_Depreciation_UU A_Depreciation_UU + */ public void setA_Depreciation_UU (String A_Depreciation_UU) { set_Value (COLUMNNAME_A_Depreciation_UU, A_Depreciation_UU); @@ -103,13 +105,14 @@ public class X_A_Depreciation extends PO implements I_A_Depreciation, I_Persiste /** Get A_Depreciation_UU. @return A_Depreciation_UU */ - public String getA_Depreciation_UU () + public String getA_Depreciation_UU() { return (String)get_Value(COLUMNNAME_A_Depreciation_UU); } /** Set DepreciationType. - @param DepreciationType DepreciationType */ + @param DepreciationType DepreciationType + */ public void setDepreciationType (String DepreciationType) { set_Value (COLUMNNAME_DepreciationType, DepreciationType); @@ -117,15 +120,14 @@ public class X_A_Depreciation extends PO implements I_A_Depreciation, I_Persiste /** Get DepreciationType. @return DepreciationType */ - public String getDepreciationType () + public String getDepreciationType() { return (String)get_Value(COLUMNNAME_DepreciationType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -134,15 +136,14 @@ public class X_A_Depreciation extends PO implements I_A_Depreciation, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -151,15 +152,14 @@ public class X_A_Depreciation extends PO implements I_A_Depreciation, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -168,7 +168,7 @@ public class X_A_Depreciation extends PO implements I_A_Depreciation, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -181,7 +181,8 @@ public class X_A_Depreciation extends PO implements I_A_Depreciation, I_Persiste } /** Set Description. - @param Text Description */ + @param Text Description + */ public void setText (String Text) { set_Value (COLUMNNAME_Text, Text); @@ -189,7 +190,7 @@ public class X_A_Depreciation extends PO implements I_A_Depreciation, I_Persiste /** Get Description. @return Description */ - public String getText () + public String getText() { return (String)get_Value(COLUMNNAME_Text); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Build.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Build.java index cfd1845514..2681fbb6c3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Build.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Build.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Build * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Depreciation_Build") public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build, I_Persistent { @@ -32,7 +32,7 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Depreciation_Build (Properties ctx, int A_Depreciation_Build_ID, String trxName) @@ -73,18 +73,19 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build } /** Set Build Depreciation. - @param A_Depreciation_Build_ID Build Depreciation */ + @param A_Depreciation_Build_ID Build Depreciation + */ public void setA_Depreciation_Build_ID (int A_Depreciation_Build_ID) { - if (A_Depreciation_Build_ID < 1) + if (A_Depreciation_Build_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Depreciation_Build_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Depreciation_Build_ID, Integer.valueOf(A_Depreciation_Build_ID)); } /** Get Build Depreciation. @return Build Depreciation */ - public int getA_Depreciation_Build_ID () + public int getA_Depreciation_Build_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Build_ID); if (ii == null) @@ -101,7 +102,8 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build } /** Set A_Depreciation_Build_UU. - @param A_Depreciation_Build_UU A_Depreciation_Build_UU */ + @param A_Depreciation_Build_UU A_Depreciation_Build_UU + */ public void setA_Depreciation_Build_UU (String A_Depreciation_Build_UU) { set_Value (COLUMNNAME_A_Depreciation_Build_UU, A_Depreciation_Build_UU); @@ -109,7 +111,7 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build /** Get A_Depreciation_Build_UU. @return A_Depreciation_Build_UU */ - public String getA_Depreciation_Build_UU () + public String getA_Depreciation_Build_UU() { return (String)get_Value(COLUMNNAME_A_Depreciation_Build_UU); } @@ -121,18 +123,19 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build } /** Set To Asset. - @param A_End_Asset_ID To Asset */ + @param A_End_Asset_ID To Asset + */ public void setA_End_Asset_ID (int A_End_Asset_ID) { - if (A_End_Asset_ID < 1) + if (A_End_Asset_ID < 1) set_Value (COLUMNNAME_A_End_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_End_Asset_ID, Integer.valueOf(A_End_Asset_ID)); } /** Get To Asset. @return To Asset */ - public int getA_End_Asset_ID () + public int getA_End_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_End_Asset_ID); if (ii == null) @@ -147,18 +150,19 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build } /** Set From Asset. - @param A_Start_Asset_ID From Asset */ + @param A_Start_Asset_ID From Asset + */ public void setA_Start_Asset_ID (int A_Start_Asset_ID) { - if (A_Start_Asset_ID < 1) + if (A_Start_Asset_ID < 1) set_Value (COLUMNNAME_A_Start_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Start_Asset_ID, Integer.valueOf(A_Start_Asset_ID)); } /** Get From Asset. @return From Asset */ - public int getA_Start_Asset_ID () + public int getA_Start_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Start_Asset_ID); if (ii == null) @@ -173,21 +177,20 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_Value (COLUMNNAME_C_Period_ID, null); - else + else set_Value (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -196,9 +199,8 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -207,15 +209,14 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -224,15 +225,14 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** Set Period No. - @param PeriodNo - Unique Period Number - */ + @param PeriodNo Unique Period Number + */ public void setPeriodNo (int PeriodNo) { set_Value (COLUMNNAME_PeriodNo, Integer.valueOf(PeriodNo)); @@ -241,7 +241,7 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build /** Get Period No. @return Unique Period Number */ - public int getPeriodNo () + public int getPeriodNo() { Integer ii = (Integer)get_Value(COLUMNNAME_PeriodNo); if (ii == null) @@ -262,9 +262,8 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -274,15 +273,14 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -291,7 +289,7 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -304,7 +302,8 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -312,7 +311,7 @@ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Convention.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Convention.java index 1560655fb3..39c2fd0c70 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Convention.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Convention.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for A_Depreciation_Convention * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Depreciation_Convention") public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_Convention, I_Persistent { @@ -30,7 +30,7 @@ public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Depreciation_Convention (Properties ctx, int A_Depreciation_Convention_ID, String trxName) @@ -73,18 +73,19 @@ public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_ } /** Set Depreciation Convention. - @param A_Depreciation_Convention_ID Depreciation Convention */ + @param A_Depreciation_Convention_ID Depreciation Convention + */ public void setA_Depreciation_Convention_ID (int A_Depreciation_Convention_ID) { - if (A_Depreciation_Convention_ID < 1) + if (A_Depreciation_Convention_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Depreciation_Convention_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Depreciation_Convention_ID, Integer.valueOf(A_Depreciation_Convention_ID)); } /** Get Depreciation Convention. @return Depreciation Convention */ - public int getA_Depreciation_Convention_ID () + public int getA_Depreciation_Convention_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Convention_ID); if (ii == null) @@ -93,7 +94,8 @@ public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_ } /** Set A_Depreciation_Convention_UU. - @param A_Depreciation_Convention_UU A_Depreciation_Convention_UU */ + @param A_Depreciation_Convention_UU A_Depreciation_Convention_UU + */ public void setA_Depreciation_Convention_UU (String A_Depreciation_Convention_UU) { set_Value (COLUMNNAME_A_Depreciation_Convention_UU, A_Depreciation_Convention_UU); @@ -101,13 +103,14 @@ public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_ /** Get A_Depreciation_Convention_UU. @return A_Depreciation_Convention_UU */ - public String getA_Depreciation_Convention_UU () + public String getA_Depreciation_Convention_UU() { return (String)get_Value(COLUMNNAME_A_Depreciation_Convention_UU); } /** Set ConventionType. - @param ConventionType ConventionType */ + @param ConventionType ConventionType + */ public void setConventionType (String ConventionType) { set_Value (COLUMNNAME_ConventionType, ConventionType); @@ -115,15 +118,14 @@ public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_ /** Get ConventionType. @return ConventionType */ - public String getConventionType () + public String getConventionType() { return (String)get_Value(COLUMNNAME_ConventionType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -132,15 +134,14 @@ public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -149,15 +150,14 @@ public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -166,7 +166,7 @@ public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_ /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -179,7 +179,8 @@ public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_ } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -187,7 +188,7 @@ public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_ /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -200,9 +201,8 @@ public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_ } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -211,7 +211,7 @@ public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_ /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Entry.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Entry.java index d59ade08c8..4b8294d88e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Entry.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Entry.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Entry * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Depreciation_Entry") public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Depreciation_Entry (Properties ctx, int A_Depreciation_Entry_ID, String trxName) @@ -97,18 +97,19 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry } /** Set Depreciation Entry. - @param A_Depreciation_Entry_ID Depreciation Entry */ + @param A_Depreciation_Entry_ID Depreciation Entry + */ public void setA_Depreciation_Entry_ID (int A_Depreciation_Entry_ID) { - if (A_Depreciation_Entry_ID < 1) + if (A_Depreciation_Entry_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Depreciation_Entry_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Depreciation_Entry_ID, Integer.valueOf(A_Depreciation_Entry_ID)); } /** Get Depreciation Entry. @return Depreciation Entry */ - public int getA_Depreciation_Entry_ID () + public int getA_Depreciation_Entry_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Entry_ID); if (ii == null) @@ -125,7 +126,8 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry } /** Set A_Depreciation_Entry_UU. - @param A_Depreciation_Entry_UU A_Depreciation_Entry_UU */ + @param A_Depreciation_Entry_UU A_Depreciation_Entry_UU + */ public void setA_Depreciation_Entry_UU (String A_Depreciation_Entry_UU) { set_Value (COLUMNNAME_A_Depreciation_Entry_UU, A_Depreciation_Entry_UU); @@ -133,7 +135,7 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get A_Depreciation_Entry_UU. @return A_Depreciation_Entry_UU */ - public String getA_Depreciation_Entry_UU () + public String getA_Depreciation_Entry_UU() { return (String)get_Value(COLUMNNAME_A_Depreciation_Entry_UU); } @@ -153,7 +155,8 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Transfers = TRN */ public static final String A_ENTRY_TYPE_Transfers = "TRN"; /** Set Entry Type. - @param A_Entry_Type Entry Type */ + @param A_Entry_Type Entry Type + */ public void setA_Entry_Type (String A_Entry_Type) { @@ -162,7 +165,7 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get Entry Type. @return Entry Type */ - public String getA_Entry_Type () + public String getA_Entry_Type() { return (String)get_Value(COLUMNNAME_A_Entry_Type); } @@ -174,21 +177,20 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -203,21 +205,20 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -232,21 +233,20 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -261,21 +261,20 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_Value (COLUMNNAME_C_Period_ID, null); - else + else set_Value (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -284,9 +283,8 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -295,15 +293,14 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -312,15 +309,14 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -329,14 +325,14 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -365,9 +361,8 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -377,7 +372,7 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -409,9 +404,8 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -421,15 +415,14 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -438,15 +431,14 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -455,7 +447,7 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -468,9 +460,8 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -479,7 +470,7 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -504,9 +495,8 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -516,15 +506,14 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -533,7 +522,7 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -546,9 +535,8 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -557,7 +545,7 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -566,7 +554,8 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -574,7 +563,7 @@ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Exp.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Exp.java index 5ad533c477..6bad626d19 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Exp.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Exp.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Exp * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Depreciation_Exp") public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Depreciation_Exp (Properties ctx, int A_Depreciation_Exp_ID, String trxName) @@ -97,7 +97,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set A_Account_Number_Acct. - @param A_Account_Number_Acct A_Account_Number_Acct */ + @param A_Account_Number_Acct A_Account_Number_Acct + */ public void setA_Account_Number_Acct (int A_Account_Number_Acct) { set_Value (COLUMNNAME_A_Account_Number_Acct, Integer.valueOf(A_Account_Number_Acct)); @@ -105,7 +106,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get A_Account_Number_Acct. @return A_Account_Number_Acct */ - public int getA_Account_Number_Acct () + public int getA_Account_Number_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Account_Number_Acct); if (ii == null) @@ -114,7 +115,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Accumulated Depreciation. - @param A_Accumulated_Depr Accumulated Depreciation */ + @param A_Accumulated_Depr Accumulated Depreciation + */ public void setA_Accumulated_Depr (BigDecimal A_Accumulated_Depr) { set_Value (COLUMNNAME_A_Accumulated_Depr, A_Accumulated_Depr); @@ -122,7 +124,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Accumulated Depreciation. @return Accumulated Depreciation */ - public BigDecimal getA_Accumulated_Depr () + public BigDecimal getA_Accumulated_Depr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr); if (bd == null) @@ -131,7 +133,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Accumulated Depreciation (delta). - @param A_Accumulated_Depr_Delta Accumulated Depreciation (delta) */ + @param A_Accumulated_Depr_Delta Accumulated Depreciation (delta) + */ public void setA_Accumulated_Depr_Delta (BigDecimal A_Accumulated_Depr_Delta) { set_Value (COLUMNNAME_A_Accumulated_Depr_Delta, A_Accumulated_Depr_Delta); @@ -139,7 +142,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Accumulated Depreciation (delta). @return Accumulated Depreciation (delta) */ - public BigDecimal getA_Accumulated_Depr_Delta () + public BigDecimal getA_Accumulated_Depr_Delta() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr_Delta); if (bd == null) @@ -148,7 +151,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Accumulated Depreciation (fiscal). - @param A_Accumulated_Depr_F Accumulated Depreciation (fiscal) */ + @param A_Accumulated_Depr_F Accumulated Depreciation (fiscal) + */ public void setA_Accumulated_Depr_F (BigDecimal A_Accumulated_Depr_F) { set_Value (COLUMNNAME_A_Accumulated_Depr_F, A_Accumulated_Depr_F); @@ -156,7 +160,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Accumulated Depreciation (fiscal). @return Accumulated Depreciation (fiscal) */ - public BigDecimal getA_Accumulated_Depr_F () + public BigDecimal getA_Accumulated_Depr_F() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr_F); if (bd == null) @@ -165,7 +169,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Accumulated Depreciation - fiscal (delta). - @param A_Accumulated_Depr_F_Delta Accumulated Depreciation - fiscal (delta) */ + @param A_Accumulated_Depr_F_Delta Accumulated Depreciation - fiscal (delta) + */ public void setA_Accumulated_Depr_F_Delta (BigDecimal A_Accumulated_Depr_F_Delta) { set_Value (COLUMNNAME_A_Accumulated_Depr_F_Delta, A_Accumulated_Depr_F_Delta); @@ -173,7 +178,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Accumulated Depreciation - fiscal (delta). @return Accumulated Depreciation - fiscal (delta) */ - public BigDecimal getA_Accumulated_Depr_F_Delta () + public BigDecimal getA_Accumulated_Depr_F_Delta() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr_F_Delta); if (bd == null) @@ -188,18 +193,19 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Asset Addition. - @param A_Asset_Addition_ID Asset Addition */ + @param A_Asset_Addition_ID Asset Addition + */ public void setA_Asset_Addition_ID (int A_Asset_Addition_ID) { - if (A_Asset_Addition_ID < 1) + if (A_Asset_Addition_ID < 1) set_Value (COLUMNNAME_A_Asset_Addition_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Addition_ID, Integer.valueOf(A_Asset_Addition_ID)); } /** Get Asset Addition. @return Asset Addition */ - public int getA_Asset_Addition_ID () + public int getA_Asset_Addition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Addition_ID); if (ii == null) @@ -208,7 +214,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Asset Cost. - @param A_Asset_Cost Asset Cost */ + @param A_Asset_Cost Asset Cost + */ public void setA_Asset_Cost (BigDecimal A_Asset_Cost) { set_Value (COLUMNNAME_A_Asset_Cost, A_Asset_Cost); @@ -216,7 +223,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Asset Cost. @return Asset Cost */ - public BigDecimal getA_Asset_Cost () + public BigDecimal getA_Asset_Cost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Cost); if (bd == null) @@ -225,7 +232,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Delta Asset Cost. - @param A_Asset_Cost_Delta Delta Asset Cost */ + @param A_Asset_Cost_Delta Delta Asset Cost + */ public void setA_Asset_Cost_Delta (BigDecimal A_Asset_Cost_Delta) { set_Value (COLUMNNAME_A_Asset_Cost_Delta, A_Asset_Cost_Delta); @@ -233,7 +241,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Delta Asset Cost. @return Delta Asset Cost */ - public BigDecimal getA_Asset_Cost_Delta () + public BigDecimal getA_Asset_Cost_Delta() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Cost_Delta); if (bd == null) @@ -248,18 +256,19 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Asset Disposed. - @param A_Asset_Disposed_ID Asset Disposed */ + @param A_Asset_Disposed_ID Asset Disposed + */ public void setA_Asset_Disposed_ID (int A_Asset_Disposed_ID) { - if (A_Asset_Disposed_ID < 1) + if (A_Asset_Disposed_ID < 1) set_Value (COLUMNNAME_A_Asset_Disposed_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Disposed_ID, Integer.valueOf(A_Asset_Disposed_ID)); } /** Get Asset Disposed. @return Asset Disposed */ - public int getA_Asset_Disposed_ID () + public int getA_Asset_Disposed_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Disposed_ID); if (ii == null) @@ -274,21 +283,20 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -297,7 +305,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Remaining Amt. - @param A_Asset_Remaining Remaining Amt */ + @param A_Asset_Remaining Remaining Amt + */ public void setA_Asset_Remaining (BigDecimal A_Asset_Remaining) { set_Value (COLUMNNAME_A_Asset_Remaining, A_Asset_Remaining); @@ -305,7 +314,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Remaining Amt. @return Remaining Amt */ - public BigDecimal getA_Asset_Remaining () + public BigDecimal getA_Asset_Remaining() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Remaining); if (bd == null) @@ -314,7 +323,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Remaining Amt (fiscal). - @param A_Asset_Remaining_F Remaining Amt (fiscal) */ + @param A_Asset_Remaining_F Remaining Amt (fiscal) + */ public void setA_Asset_Remaining_F (BigDecimal A_Asset_Remaining_F) { set_Value (COLUMNNAME_A_Asset_Remaining_F, A_Asset_Remaining_F); @@ -322,7 +332,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Remaining Amt (fiscal). @return Remaining Amt (fiscal) */ - public BigDecimal getA_Asset_Remaining_F () + public BigDecimal getA_Asset_Remaining_F() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Remaining_F); if (bd == null) @@ -337,18 +347,19 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Depreciation Entry. - @param A_Depreciation_Entry_ID Depreciation Entry */ + @param A_Depreciation_Entry_ID Depreciation Entry + */ public void setA_Depreciation_Entry_ID (int A_Depreciation_Entry_ID) { - if (A_Depreciation_Entry_ID < 1) + if (A_Depreciation_Entry_ID < 1) set_Value (COLUMNNAME_A_Depreciation_Entry_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_Entry_ID, Integer.valueOf(A_Depreciation_Entry_ID)); } /** Get Depreciation Entry. @return Depreciation Entry */ - public int getA_Depreciation_Entry_ID () + public int getA_Depreciation_Entry_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Entry_ID); if (ii == null) @@ -357,18 +368,19 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set A_Depreciation_Exp_ID. - @param A_Depreciation_Exp_ID A_Depreciation_Exp_ID */ + @param A_Depreciation_Exp_ID A_Depreciation_Exp_ID + */ public void setA_Depreciation_Exp_ID (int A_Depreciation_Exp_ID) { - if (A_Depreciation_Exp_ID < 1) + if (A_Depreciation_Exp_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Depreciation_Exp_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Depreciation_Exp_ID, Integer.valueOf(A_Depreciation_Exp_ID)); } /** Get A_Depreciation_Exp_ID. @return A_Depreciation_Exp_ID */ - public int getA_Depreciation_Exp_ID () + public int getA_Depreciation_Exp_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Exp_ID); if (ii == null) @@ -385,7 +397,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set A_Depreciation_Exp_UU. - @param A_Depreciation_Exp_UU A_Depreciation_Exp_UU */ + @param A_Depreciation_Exp_UU A_Depreciation_Exp_UU + */ public void setA_Depreciation_Exp_UU (String A_Depreciation_Exp_UU) { set_Value (COLUMNNAME_A_Depreciation_Exp_UU, A_Depreciation_Exp_UU); @@ -393,7 +406,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get A_Depreciation_Exp_UU. @return A_Depreciation_Exp_UU */ - public String getA_Depreciation_Exp_UU () + public String getA_Depreciation_Exp_UU() { return (String)get_Value(COLUMNNAME_A_Depreciation_Exp_UU); } @@ -413,7 +426,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Transfers = TRN */ public static final String A_ENTRY_TYPE_Transfers = "TRN"; /** Set Entry Type. - @param A_Entry_Type Entry Type */ + @param A_Entry_Type Entry Type + */ public void setA_Entry_Type (String A_Entry_Type) { @@ -422,13 +436,14 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Entry Type. @return Entry Type */ - public String getA_Entry_Type () + public String getA_Entry_Type() { return (String)get_Value(COLUMNNAME_A_Entry_Type); } /** Set Asset Period. - @param A_Period Asset Period */ + @param A_Period Asset Period + */ public void setA_Period (int A_Period) { set_Value (COLUMNNAME_A_Period, Integer.valueOf(A_Period)); @@ -436,7 +451,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Asset Period. @return Asset Period */ - public int getA_Period () + public int getA_Period() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period); if (ii == null) @@ -451,21 +466,20 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -480,21 +494,20 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Account (credit). - @param CR_Account_ID - Account used - */ + @param CR_Account_ID Account used + */ public void setCR_Account_ID (int CR_Account_ID) { - if (CR_Account_ID < 1) + if (CR_Account_ID < 1) set_Value (COLUMNNAME_CR_Account_ID, null); - else + else set_Value (COLUMNNAME_CR_Account_ID, Integer.valueOf(CR_Account_ID)); } /** Get Account (credit). @return Account used */ - public int getCR_Account_ID () + public int getCR_Account_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CR_Account_ID); if (ii == null) @@ -503,9 +516,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -514,15 +526,14 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -531,7 +542,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -543,21 +554,20 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Account (debit). - @param DR_Account_ID - Account used - */ + @param DR_Account_ID Account used + */ public void setDR_Account_ID (int DR_Account_ID) { - if (DR_Account_ID < 1) + if (DR_Account_ID < 1) set_Value (COLUMNNAME_DR_Account_ID, null); - else + else set_Value (COLUMNNAME_DR_Account_ID, Integer.valueOf(DR_Account_ID)); } /** Get Account (debit). @return Account used */ - public int getDR_Account_ID () + public int getDR_Account_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DR_Account_ID); if (ii == null) @@ -566,7 +576,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Expense. - @param Expense Expense */ + @param Expense Expense + */ public void setExpense (BigDecimal Expense) { set_Value (COLUMNNAME_Expense, Expense); @@ -574,7 +585,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Expense. @return Expense */ - public BigDecimal getExpense () + public BigDecimal getExpense() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Expense); if (bd == null) @@ -583,7 +594,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Expense (fiscal). - @param Expense_F Expense (fiscal) */ + @param Expense_F Expense (fiscal) + */ public void setExpense_F (BigDecimal Expense_F) { set_Value (COLUMNNAME_Expense_F, Expense_F); @@ -591,7 +603,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Expense (fiscal). @return Expense (fiscal) */ - public BigDecimal getExpense_F () + public BigDecimal getExpense_F() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Expense_F); if (bd == null) @@ -600,9 +612,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -611,15 +622,14 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Depreciate. - @param IsDepreciated - The asset will be depreciated - */ + @param IsDepreciated The asset will be depreciated + */ public void setIsDepreciated (boolean IsDepreciated) { set_Value (COLUMNNAME_IsDepreciated, Boolean.valueOf(IsDepreciated)); @@ -628,7 +638,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Depreciate. @return The asset will be depreciated */ - public boolean isDepreciated () + public boolean isDepreciated() { Object oo = get_Value(COLUMNNAME_IsDepreciated); if (oo != null) @@ -653,9 +663,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -665,15 +674,14 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -682,7 +690,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -695,7 +703,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -703,7 +712,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -716,9 +725,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Usable Life - Months. - @param UseLifeMonths - Months of the usable life of the asset - */ + @param UseLifeMonths Months of the usable life of the asset + */ public void setUseLifeMonths (int UseLifeMonths) { set_Value (COLUMNNAME_UseLifeMonths, Integer.valueOf(UseLifeMonths)); @@ -727,7 +735,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Usable Life - Months. @return Months of the usable life of the asset */ - public int getUseLifeMonths () + public int getUseLifeMonths() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeMonths); if (ii == null) @@ -736,7 +744,8 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ } /** Set Use Life - Months (fiscal). - @param UseLifeMonths_F Use Life - Months (fiscal) */ + @param UseLifeMonths_F Use Life - Months (fiscal) + */ public void setUseLifeMonths_F (int UseLifeMonths_F) { set_Value (COLUMNNAME_UseLifeMonths_F, Integer.valueOf(UseLifeMonths_F)); @@ -744,7 +753,7 @@ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_ /** Get Use Life - Months (fiscal). @return Use Life - Months (fiscal) */ - public int getUseLifeMonths_F () + public int getUseLifeMonths_F() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeMonths_F); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Forecast.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Forecast.java index 8da987b939..bb7ee5971f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Forecast.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Forecast.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Forecast * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Depreciation_Forecast") public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Forecast, I_Persistent { @@ -32,7 +32,7 @@ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Fo /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Depreciation_Forecast (Properties ctx, int A_Depreciation_Forecast_ID, String trxName) @@ -77,18 +77,19 @@ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Fo } /** Set Depreciation Forecast. - @param A_Depreciation_Forecast_ID Depreciation Forecast */ + @param A_Depreciation_Forecast_ID Depreciation Forecast + */ public void setA_Depreciation_Forecast_ID (int A_Depreciation_Forecast_ID) { - if (A_Depreciation_Forecast_ID < 1) + if (A_Depreciation_Forecast_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Depreciation_Forecast_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Depreciation_Forecast_ID, Integer.valueOf(A_Depreciation_Forecast_ID)); } /** Get Depreciation Forecast. @return Depreciation Forecast */ - public int getA_Depreciation_Forecast_ID () + public int getA_Depreciation_Forecast_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Forecast_ID); if (ii == null) @@ -105,7 +106,8 @@ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Fo } /** Set A_Depreciation_Forecast_UU. - @param A_Depreciation_Forecast_UU A_Depreciation_Forecast_UU */ + @param A_Depreciation_Forecast_UU A_Depreciation_Forecast_UU + */ public void setA_Depreciation_Forecast_UU (String A_Depreciation_Forecast_UU) { set_Value (COLUMNNAME_A_Depreciation_Forecast_UU, A_Depreciation_Forecast_UU); @@ -113,7 +115,7 @@ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Fo /** Get A_Depreciation_Forecast_UU. @return A_Depreciation_Forecast_UU */ - public String getA_Depreciation_Forecast_UU () + public String getA_Depreciation_Forecast_UU() { return (String)get_Value(COLUMNNAME_A_Depreciation_Forecast_UU); } @@ -125,18 +127,19 @@ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Fo } /** Set To Asset. - @param A_End_Asset_ID To Asset */ + @param A_End_Asset_ID To Asset + */ public void setA_End_Asset_ID (int A_End_Asset_ID) { - if (A_End_Asset_ID < 1) + if (A_End_Asset_ID < 1) set_Value (COLUMNNAME_A_End_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_End_Asset_ID, Integer.valueOf(A_End_Asset_ID)); } /** Get To Asset. @return To Asset */ - public int getA_End_Asset_ID () + public int getA_End_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_End_Asset_ID); if (ii == null) @@ -151,18 +154,19 @@ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Fo } /** Set From Asset. - @param A_Start_Asset_ID From Asset */ + @param A_Start_Asset_ID From Asset + */ public void setA_Start_Asset_ID (int A_Start_Asset_ID) { - if (A_Start_Asset_ID < 1) + if (A_Start_Asset_ID < 1) set_Value (COLUMNNAME_A_Start_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Start_Asset_ID, Integer.valueOf(A_Start_Asset_ID)); } /** Get From Asset. @return From Asset */ - public int getA_Start_Asset_ID () + public int getA_Start_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Start_Asset_ID); if (ii == null) @@ -171,9 +175,8 @@ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Fo } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -182,7 +185,7 @@ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Fo /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } @@ -200,9 +203,8 @@ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Fo /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -212,15 +214,14 @@ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Fo /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -229,7 +230,7 @@ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Fo /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -242,7 +243,8 @@ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Fo } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -250,7 +252,7 @@ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Fo /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Method.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Method.java index 63368a052b..2a27cfd7c1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Method.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Method.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Method * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Depreciation_Method") public class X_A_Depreciation_Method extends PO implements I_A_Depreciation_Method, I_Persistent { @@ -31,7 +31,7 @@ public class X_A_Depreciation_Method extends PO implements I_A_Depreciation_Meth /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Depreciation_Method (Properties ctx, int A_Depreciation_Method_ID, String trxName) @@ -74,18 +74,19 @@ public class X_A_Depreciation_Method extends PO implements I_A_Depreciation_Meth } /** Set Depreciation Method. - @param A_Depreciation_Method_ID Depreciation Method */ + @param A_Depreciation_Method_ID Depreciation Method + */ public void setA_Depreciation_Method_ID (int A_Depreciation_Method_ID) { - if (A_Depreciation_Method_ID < 1) + if (A_Depreciation_Method_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Depreciation_Method_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Depreciation_Method_ID, Integer.valueOf(A_Depreciation_Method_ID)); } /** Get Depreciation Method. @return Depreciation Method */ - public int getA_Depreciation_Method_ID () + public int getA_Depreciation_Method_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Method_ID); if (ii == null) @@ -102,7 +103,8 @@ public class X_A_Depreciation_Method extends PO implements I_A_Depreciation_Meth } /** Set A_Depreciation_Method_UU. - @param A_Depreciation_Method_UU A_Depreciation_Method_UU */ + @param A_Depreciation_Method_UU A_Depreciation_Method_UU + */ public void setA_Depreciation_Method_UU (String A_Depreciation_Method_UU) { set_Value (COLUMNNAME_A_Depreciation_Method_UU, A_Depreciation_Method_UU); @@ -110,13 +112,14 @@ public class X_A_Depreciation_Method extends PO implements I_A_Depreciation_Meth /** Get A_Depreciation_Method_UU. @return A_Depreciation_Method_UU */ - public String getA_Depreciation_Method_UU () + public String getA_Depreciation_Method_UU() { return (String)get_Value(COLUMNNAME_A_Depreciation_Method_UU); } /** Set DepreciationType. - @param DepreciationType DepreciationType */ + @param DepreciationType DepreciationType + */ public void setDepreciationType (String DepreciationType) { set_Value (COLUMNNAME_DepreciationType, DepreciationType); @@ -124,15 +127,14 @@ public class X_A_Depreciation_Method extends PO implements I_A_Depreciation_Meth /** Get DepreciationType. @return DepreciationType */ - public String getDepreciationType () + public String getDepreciationType() { return (String)get_Value(COLUMNNAME_DepreciationType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -141,15 +143,14 @@ public class X_A_Depreciation_Method extends PO implements I_A_Depreciation_Meth /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -158,15 +159,14 @@ public class X_A_Depreciation_Method extends PO implements I_A_Depreciation_Meth /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -175,7 +175,7 @@ public class X_A_Depreciation_Method extends PO implements I_A_Depreciation_Meth /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -188,7 +188,8 @@ public class X_A_Depreciation_Method extends PO implements I_A_Depreciation_Meth } /** Set Description. - @param Text Description */ + @param Text Description + */ public void setText (String Text) { set_Value (COLUMNNAME_Text, Text); @@ -196,7 +197,7 @@ public class X_A_Depreciation_Method extends PO implements I_A_Depreciation_Meth /** Get Description. @return Description */ - public String getText () + public String getText() { return (String)get_Value(COLUMNNAME_Text); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Detail.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Detail.java index 909874dcb0..2db8b3d0a8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Detail.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Detail.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Table_Detail * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Depreciation_Table_Detail") public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciation_Table_Detail, I_Persistent { @@ -33,7 +33,7 @@ public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciatio /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Depreciation_Table_Detail (Properties ctx, int A_Depreciation_Table_Detail_ID, String trxName) @@ -78,7 +78,8 @@ public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciatio } /** Set Rate. - @param A_Depreciation_Rate Rate */ + @param A_Depreciation_Rate Rate + */ public void setA_Depreciation_Rate (BigDecimal A_Depreciation_Rate) { set_Value (COLUMNNAME_A_Depreciation_Rate, A_Depreciation_Rate); @@ -86,7 +87,7 @@ public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciatio /** Get Rate. @return Rate */ - public BigDecimal getA_Depreciation_Rate () + public BigDecimal getA_Depreciation_Rate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Depreciation_Rate); if (bd == null) @@ -95,7 +96,8 @@ public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciatio } /** Set Depreciation Code. - @param A_Depreciation_Table_Code Depreciation Code */ + @param A_Depreciation_Table_Code Depreciation Code + */ public void setA_Depreciation_Table_Code (String A_Depreciation_Table_Code) { set_ValueNoCheck (COLUMNNAME_A_Depreciation_Table_Code, A_Depreciation_Table_Code); @@ -103,24 +105,25 @@ public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciatio /** Get Depreciation Code. @return Depreciation Code */ - public String getA_Depreciation_Table_Code () + public String getA_Depreciation_Table_Code() { return (String)get_Value(COLUMNNAME_A_Depreciation_Table_Code); } /** Set Depreciation Table Detail. - @param A_Depreciation_Table_Detail_ID Depreciation Table Detail */ + @param A_Depreciation_Table_Detail_ID Depreciation Table Detail + */ public void setA_Depreciation_Table_Detail_ID (int A_Depreciation_Table_Detail_ID) { - if (A_Depreciation_Table_Detail_ID < 1) + if (A_Depreciation_Table_Detail_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Depreciation_Table_Detail_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Depreciation_Table_Detail_ID, Integer.valueOf(A_Depreciation_Table_Detail_ID)); } /** Get Depreciation Table Detail. @return Depreciation Table Detail */ - public int getA_Depreciation_Table_Detail_ID () + public int getA_Depreciation_Table_Detail_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Table_Detail_ID); if (ii == null) @@ -137,7 +140,8 @@ public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciatio } /** Set A_Depreciation_Table_Detail_UU. - @param A_Depreciation_Table_Detail_UU A_Depreciation_Table_Detail_UU */ + @param A_Depreciation_Table_Detail_UU A_Depreciation_Table_Detail_UU + */ public void setA_Depreciation_Table_Detail_UU (String A_Depreciation_Table_Detail_UU) { set_Value (COLUMNNAME_A_Depreciation_Table_Detail_UU, A_Depreciation_Table_Detail_UU); @@ -145,13 +149,14 @@ public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciatio /** Get A_Depreciation_Table_Detail_UU. @return A_Depreciation_Table_Detail_UU */ - public String getA_Depreciation_Table_Detail_UU () + public String getA_Depreciation_Table_Detail_UU() { return (String)get_Value(COLUMNNAME_A_Depreciation_Table_Detail_UU); } /** Set Asset Period. - @param A_Period Asset Period */ + @param A_Period Asset Period + */ public void setA_Period (int A_Period) { set_Value (COLUMNNAME_A_Period, Integer.valueOf(A_Period)); @@ -159,7 +164,7 @@ public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciatio /** Get Asset Period. @return Asset Period */ - public int getA_Period () + public int getA_Period() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period); if (ii == null) @@ -174,7 +179,8 @@ public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciatio /** Rate = RT */ public static final String A_TABLE_RATE_TYPE_Rate = "RT"; /** Set Type. - @param A_Table_Rate_Type Type */ + @param A_Table_Rate_Type Type + */ public void setA_Table_Rate_Type (String A_Table_Rate_Type) { @@ -183,15 +189,14 @@ public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciatio /** Get Type. @return Type */ - public String getA_Table_Rate_Type () + public String getA_Table_Rate_Type() { return (String)get_Value(COLUMNNAME_A_Table_Rate_Type); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -200,7 +205,7 @@ public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciatio /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Header.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Header.java index 402aee5323..c1b8cc402a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Header.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Header.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Table_Header * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Depreciation_Table_Header") public class X_A_Depreciation_Table_Header extends PO implements I_A_Depreciation_Table_Header, I_Persistent { @@ -31,7 +31,7 @@ public class X_A_Depreciation_Table_Header extends PO implements I_A_Depreciatio /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Depreciation_Table_Header (Properties ctx, int A_Depreciation_Table_Header_ID, String trxName) @@ -77,7 +77,8 @@ public class X_A_Depreciation_Table_Header extends PO implements I_A_Depreciatio } /** Set Depreciation Code. - @param A_Depreciation_Table_Code Depreciation Code */ + @param A_Depreciation_Table_Code Depreciation Code + */ public void setA_Depreciation_Table_Code (String A_Depreciation_Table_Code) { set_Value (COLUMNNAME_A_Depreciation_Table_Code, A_Depreciation_Table_Code); @@ -85,24 +86,25 @@ public class X_A_Depreciation_Table_Header extends PO implements I_A_Depreciatio /** Get Depreciation Code. @return Depreciation Code */ - public String getA_Depreciation_Table_Code () + public String getA_Depreciation_Table_Code() { return (String)get_Value(COLUMNNAME_A_Depreciation_Table_Code); } /** Set A_Depreciation_Table_Header_ID. - @param A_Depreciation_Table_Header_ID A_Depreciation_Table_Header_ID */ + @param A_Depreciation_Table_Header_ID A_Depreciation_Table_Header_ID + */ public void setA_Depreciation_Table_Header_ID (int A_Depreciation_Table_Header_ID) { - if (A_Depreciation_Table_Header_ID < 1) + if (A_Depreciation_Table_Header_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Depreciation_Table_Header_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Depreciation_Table_Header_ID, Integer.valueOf(A_Depreciation_Table_Header_ID)); } /** Get A_Depreciation_Table_Header_ID. @return A_Depreciation_Table_Header_ID */ - public int getA_Depreciation_Table_Header_ID () + public int getA_Depreciation_Table_Header_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Table_Header_ID); if (ii == null) @@ -119,7 +121,8 @@ public class X_A_Depreciation_Table_Header extends PO implements I_A_Depreciatio } /** Set A_Depreciation_Table_Header_UU. - @param A_Depreciation_Table_Header_UU A_Depreciation_Table_Header_UU */ + @param A_Depreciation_Table_Header_UU A_Depreciation_Table_Header_UU + */ public void setA_Depreciation_Table_Header_UU (String A_Depreciation_Table_Header_UU) { set_Value (COLUMNNAME_A_Depreciation_Table_Header_UU, A_Depreciation_Table_Header_UU); @@ -127,7 +130,7 @@ public class X_A_Depreciation_Table_Header extends PO implements I_A_Depreciatio /** Get A_Depreciation_Table_Header_UU. @return A_Depreciation_Table_Header_UU */ - public String getA_Depreciation_Table_Header_UU () + public String getA_Depreciation_Table_Header_UU() { return (String)get_Value(COLUMNNAME_A_Depreciation_Table_Header_UU); } @@ -139,7 +142,8 @@ public class X_A_Depreciation_Table_Header extends PO implements I_A_Depreciatio /** Rate = RT */ public static final String A_TABLE_RATE_TYPE_Rate = "RT"; /** Set Type. - @param A_Table_Rate_Type Type */ + @param A_Table_Rate_Type Type + */ public void setA_Table_Rate_Type (String A_Table_Rate_Type) { @@ -148,7 +152,7 @@ public class X_A_Depreciation_Table_Header extends PO implements I_A_Depreciatio /** Get Type. @return Type */ - public String getA_Table_Rate_Type () + public String getA_Table_Rate_Type() { return (String)get_Value(COLUMNNAME_A_Table_Rate_Type); } @@ -160,7 +164,8 @@ public class X_A_Depreciation_Table_Header extends PO implements I_A_Depreciatio /** Yearly = YR */ public static final String A_TERM_Yearly = "YR"; /** Set Period/Yearly. - @param A_Term Period/Yearly */ + @param A_Term Period/Yearly + */ public void setA_Term (String A_Term) { @@ -169,15 +174,14 @@ public class X_A_Depreciation_Table_Header extends PO implements I_A_Depreciatio /** Get Period/Yearly. @return Period/Yearly */ - public String getA_Term () + public String getA_Term() { return (String)get_Value(COLUMNNAME_A_Term); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -186,15 +190,14 @@ public class X_A_Depreciation_Table_Header extends PO implements I_A_Depreciatio /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -203,7 +206,7 @@ public class X_A_Depreciation_Table_Header extends PO implements I_A_Depreciatio /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Workfile.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Workfile.java index 1d6cfa72bf..f808a22522 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Workfile.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Workfile.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Workfile * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Depreciation_Workfile") public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Workfile, I_Persistent { @@ -34,7 +34,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Depreciation_Workfile (Properties ctx, int A_Depreciation_Workfile_ID, String trxName) @@ -109,7 +109,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Accumulated Depreciation. - @param A_Accumulated_Depr Accumulated Depreciation */ + @param A_Accumulated_Depr Accumulated Depreciation + */ public void setA_Accumulated_Depr (BigDecimal A_Accumulated_Depr) { set_Value (COLUMNNAME_A_Accumulated_Depr, A_Accumulated_Depr); @@ -117,7 +118,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Accumulated Depreciation. @return Accumulated Depreciation */ - public BigDecimal getA_Accumulated_Depr () + public BigDecimal getA_Accumulated_Depr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr); if (bd == null) @@ -126,7 +127,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Accumulated Depreciation (fiscal). - @param A_Accumulated_Depr_F Accumulated Depreciation (fiscal) */ + @param A_Accumulated_Depr_F Accumulated Depreciation (fiscal) + */ public void setA_Accumulated_Depr_F (BigDecimal A_Accumulated_Depr_F) { set_Value (COLUMNNAME_A_Accumulated_Depr_F, A_Accumulated_Depr_F); @@ -134,7 +136,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Accumulated Depreciation (fiscal). @return Accumulated Depreciation (fiscal) */ - public BigDecimal getA_Accumulated_Depr_F () + public BigDecimal getA_Accumulated_Depr_F() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr_F); if (bd == null) @@ -143,7 +145,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Asset Cost. - @param A_Asset_Cost Asset Cost */ + @param A_Asset_Cost Asset Cost + */ public void setA_Asset_Cost (BigDecimal A_Asset_Cost) { set_Value (COLUMNNAME_A_Asset_Cost, A_Asset_Cost); @@ -151,7 +154,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Asset Cost. @return Asset Cost */ - public BigDecimal getA_Asset_Cost () + public BigDecimal getA_Asset_Cost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Cost); if (bd == null) @@ -166,21 +169,20 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -189,7 +191,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set A_Asset_Life_Current_Year. - @param A_Asset_Life_Current_Year A_Asset_Life_Current_Year */ + @param A_Asset_Life_Current_Year A_Asset_Life_Current_Year + */ public void setA_Asset_Life_Current_Year (BigDecimal A_Asset_Life_Current_Year) { set_Value (COLUMNNAME_A_Asset_Life_Current_Year, A_Asset_Life_Current_Year); @@ -197,7 +200,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get A_Asset_Life_Current_Year. @return A_Asset_Life_Current_Year */ - public BigDecimal getA_Asset_Life_Current_Year () + public BigDecimal getA_Asset_Life_Current_Year() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Life_Current_Year); if (bd == null) @@ -206,7 +209,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Life Years. - @param A_Asset_Life_Years Life Years */ + @param A_Asset_Life_Years Life Years + */ public void setA_Asset_Life_Years (int A_Asset_Life_Years) { set_Value (COLUMNNAME_A_Asset_Life_Years, Integer.valueOf(A_Asset_Life_Years)); @@ -214,7 +218,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Life Years. @return Life Years */ - public int getA_Asset_Life_Years () + public int getA_Asset_Life_Years() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Life_Years); if (ii == null) @@ -223,7 +227,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Life Years (fiscal). - @param A_Asset_Life_Years_F Life Years (fiscal) */ + @param A_Asset_Life_Years_F Life Years (fiscal) + */ public void setA_Asset_Life_Years_F (int A_Asset_Life_Years_F) { set_Value (COLUMNNAME_A_Asset_Life_Years_F, Integer.valueOf(A_Asset_Life_Years_F)); @@ -231,7 +236,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Life Years (fiscal). @return Life Years (fiscal) */ - public int getA_Asset_Life_Years_F () + public int getA_Asset_Life_Years_F() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Life_Years_F); if (ii == null) @@ -240,7 +245,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Remaining Amt. - @param A_Asset_Remaining Remaining Amt */ + @param A_Asset_Remaining Remaining Amt + */ public void setA_Asset_Remaining (BigDecimal A_Asset_Remaining) { set_ValueNoCheck (COLUMNNAME_A_Asset_Remaining, A_Asset_Remaining); @@ -248,7 +254,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Remaining Amt. @return Remaining Amt */ - public BigDecimal getA_Asset_Remaining () + public BigDecimal getA_Asset_Remaining() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Remaining); if (bd == null) @@ -257,7 +263,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Remaining Amt (fiscal). - @param A_Asset_Remaining_F Remaining Amt (fiscal) */ + @param A_Asset_Remaining_F Remaining Amt (fiscal) + */ public void setA_Asset_Remaining_F (BigDecimal A_Asset_Remaining_F) { set_ValueNoCheck (COLUMNNAME_A_Asset_Remaining_F, A_Asset_Remaining_F); @@ -265,7 +272,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Remaining Amt (fiscal). @return Remaining Amt (fiscal) */ - public BigDecimal getA_Asset_Remaining_F () + public BigDecimal getA_Asset_Remaining_F() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Remaining_F); if (bd == null) @@ -274,7 +281,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set A_Base_Amount. - @param A_Base_Amount A_Base_Amount */ + @param A_Base_Amount A_Base_Amount + */ public void setA_Base_Amount (BigDecimal A_Base_Amount) { set_Value (COLUMNNAME_A_Base_Amount, A_Base_Amount); @@ -282,7 +290,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get A_Base_Amount. @return A_Base_Amount */ - public BigDecimal getA_Base_Amount () + public BigDecimal getA_Base_Amount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Base_Amount); if (bd == null) @@ -291,7 +299,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set A_Calc_Accumulated_Depr. - @param A_Calc_Accumulated_Depr A_Calc_Accumulated_Depr */ + @param A_Calc_Accumulated_Depr A_Calc_Accumulated_Depr + */ public void setA_Calc_Accumulated_Depr (BigDecimal A_Calc_Accumulated_Depr) { set_Value (COLUMNNAME_A_Calc_Accumulated_Depr, A_Calc_Accumulated_Depr); @@ -299,7 +308,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get A_Calc_Accumulated_Depr. @return A_Calc_Accumulated_Depr */ - public BigDecimal getA_Calc_Accumulated_Depr () + public BigDecimal getA_Calc_Accumulated_Depr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Calc_Accumulated_Depr); if (bd == null) @@ -308,7 +317,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set A_Curr_Dep_Exp. - @param A_Curr_Dep_Exp A_Curr_Dep_Exp */ + @param A_Curr_Dep_Exp A_Curr_Dep_Exp + */ public void setA_Curr_Dep_Exp (BigDecimal A_Curr_Dep_Exp) { set_Value (COLUMNNAME_A_Curr_Dep_Exp, A_Curr_Dep_Exp); @@ -316,7 +326,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get A_Curr_Dep_Exp. @return A_Curr_Dep_Exp */ - public BigDecimal getA_Curr_Dep_Exp () + public BigDecimal getA_Curr_Dep_Exp() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Curr_Dep_Exp); if (bd == null) @@ -325,7 +335,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Current Period. - @param A_Current_Period Current Period */ + @param A_Current_Period Current Period + */ public void setA_Current_Period (int A_Current_Period) { set_Value (COLUMNNAME_A_Current_Period, Integer.valueOf(A_Current_Period)); @@ -333,7 +344,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Current Period. @return Current Period */ - public int getA_Current_Period () + public int getA_Current_Period() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Current_Period); if (ii == null) @@ -342,18 +353,19 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set A_Depreciation_Workfile_ID. - @param A_Depreciation_Workfile_ID A_Depreciation_Workfile_ID */ + @param A_Depreciation_Workfile_ID A_Depreciation_Workfile_ID + */ public void setA_Depreciation_Workfile_ID (int A_Depreciation_Workfile_ID) { - if (A_Depreciation_Workfile_ID < 1) + if (A_Depreciation_Workfile_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Depreciation_Workfile_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Depreciation_Workfile_ID, Integer.valueOf(A_Depreciation_Workfile_ID)); } /** Get A_Depreciation_Workfile_ID. @return A_Depreciation_Workfile_ID */ - public int getA_Depreciation_Workfile_ID () + public int getA_Depreciation_Workfile_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Workfile_ID); if (ii == null) @@ -370,7 +382,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set A_Depreciation_Workfile_UU. - @param A_Depreciation_Workfile_UU A_Depreciation_Workfile_UU */ + @param A_Depreciation_Workfile_UU A_Depreciation_Workfile_UU + */ public void setA_Depreciation_Workfile_UU (String A_Depreciation_Workfile_UU) { set_Value (COLUMNNAME_A_Depreciation_Workfile_UU, A_Depreciation_Workfile_UU); @@ -378,20 +391,21 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get A_Depreciation_Workfile_UU. @return A_Depreciation_Workfile_UU */ - public String getA_Depreciation_Workfile_UU () + public String getA_Depreciation_Workfile_UU() { return (String)get_Value(COLUMNNAME_A_Depreciation_Workfile_UU); } /** Set SL Expense/Period. - @param A_Expense_SL SL Expense/Period */ + @param A_Expense_SL SL Expense/Period + */ public void setA_Expense_SL (BigDecimal A_Expense_SL) { throw new IllegalArgumentException ("A_Expense_SL is virtual column"); } /** Get SL Expense/Period. @return SL Expense/Period */ - public BigDecimal getA_Expense_SL () + public BigDecimal getA_Expense_SL() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Expense_SL); if (bd == null) @@ -400,14 +414,15 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set SL Expense/Period (fiscal). - @param A_Expense_SL_F SL Expense/Period (fiscal) */ + @param A_Expense_SL_F SL Expense/Period (fiscal) + */ public void setA_Expense_SL_F (BigDecimal A_Expense_SL_F) { throw new IllegalArgumentException ("A_Expense_SL_F is virtual column"); } /** Get SL Expense/Period (fiscal). @return SL Expense/Period (fiscal) */ - public BigDecimal getA_Expense_SL_F () + public BigDecimal getA_Expense_SL_F() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Expense_SL_F); if (bd == null) @@ -422,18 +437,19 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Asset Funding Mode. - @param A_FundingMode_ID Asset Funding Mode */ + @param A_FundingMode_ID Asset Funding Mode + */ public void setA_FundingMode_ID (int A_FundingMode_ID) { - if (A_FundingMode_ID < 1) + if (A_FundingMode_ID < 1) set_Value (COLUMNNAME_A_FundingMode_ID, null); - else + else set_Value (COLUMNNAME_A_FundingMode_ID, Integer.valueOf(A_FundingMode_ID)); } /** Get Asset Funding Mode. @return Asset Funding Mode */ - public int getA_FundingMode_ID () + public int getA_FundingMode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_FundingMode_ID); if (ii == null) @@ -442,7 +458,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Life Periods. - @param A_Life_Period Life Periods */ + @param A_Life_Period Life Periods + */ public void setA_Life_Period (int A_Life_Period) { set_Value (COLUMNNAME_A_Life_Period, Integer.valueOf(A_Life_Period)); @@ -450,7 +467,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Life Periods. @return Life Periods */ - public int getA_Life_Period () + public int getA_Life_Period() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Life_Period); if (ii == null) @@ -459,7 +476,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Life Period (fiscal). - @param A_Life_Period_F Life Period (fiscal) */ + @param A_Life_Period_F Life Period (fiscal) + */ public void setA_Life_Period_F (int A_Life_Period_F) { set_Value (COLUMNNAME_A_Life_Period_F, Integer.valueOf(A_Life_Period_F)); @@ -467,7 +485,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Life Period (fiscal). @return Life Period (fiscal) */ - public int getA_Life_Period_F () + public int getA_Life_Period_F() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Life_Period_F); if (ii == null) @@ -476,14 +494,15 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Life periods (max). - @param A_Life_Period_Max Life periods (max) */ + @param A_Life_Period_Max Life periods (max) + */ public void setA_Life_Period_Max (int A_Life_Period_Max) { throw new IllegalArgumentException ("A_Life_Period_Max is virtual column"); } /** Get Life periods (max). @return Life periods (max) */ - public int getA_Life_Period_Max () + public int getA_Life_Period_Max() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Life_Period_Max); if (ii == null) @@ -492,14 +511,15 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Life periods (min). - @param A_Life_Period_Min Life periods (min) */ + @param A_Life_Period_Min Life periods (min) + */ public void setA_Life_Period_Min (int A_Life_Period_Min) { throw new IllegalArgumentException ("A_Life_Period_Min is virtual column"); } /** Get Life periods (min). @return Life periods (min) */ - public int getA_Life_Period_Min () + public int getA_Life_Period_Min() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Life_Period_Min); if (ii == null) @@ -508,7 +528,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set A_Period_Forecast. - @param A_Period_Forecast A_Period_Forecast */ + @param A_Period_Forecast A_Period_Forecast + */ public void setA_Period_Forecast (BigDecimal A_Period_Forecast) { set_Value (COLUMNNAME_A_Period_Forecast, A_Period_Forecast); @@ -516,7 +537,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get A_Period_Forecast. @return A_Period_Forecast */ - public BigDecimal getA_Period_Forecast () + public BigDecimal getA_Period_Forecast() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Period_Forecast); if (bd == null) @@ -525,7 +546,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set A_Period_Posted. - @param A_Period_Posted A_Period_Posted */ + @param A_Period_Posted A_Period_Posted + */ public void setA_Period_Posted (int A_Period_Posted) { set_Value (COLUMNNAME_A_Period_Posted, Integer.valueOf(A_Period_Posted)); @@ -533,7 +555,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get A_Period_Posted. @return A_Period_Posted */ - public int getA_Period_Posted () + public int getA_Period_Posted() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_Posted); if (ii == null) @@ -542,7 +564,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set A_Prior_Year_Accumulated_Depr. - @param A_Prior_Year_Accumulated_Depr A_Prior_Year_Accumulated_Depr */ + @param A_Prior_Year_Accumulated_Depr A_Prior_Year_Accumulated_Depr + */ public void setA_Prior_Year_Accumulated_Depr (BigDecimal A_Prior_Year_Accumulated_Depr) { set_Value (COLUMNNAME_A_Prior_Year_Accumulated_Depr, A_Prior_Year_Accumulated_Depr); @@ -550,7 +573,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get A_Prior_Year_Accumulated_Depr. @return A_Prior_Year_Accumulated_Depr */ - public BigDecimal getA_Prior_Year_Accumulated_Depr () + public BigDecimal getA_Prior_Year_Accumulated_Depr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Prior_Year_Accumulated_Depr); if (bd == null) @@ -559,7 +582,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Current Qty. - @param A_QTY_Current Current Qty */ + @param A_QTY_Current Current Qty + */ public void setA_QTY_Current (BigDecimal A_QTY_Current) { set_Value (COLUMNNAME_A_QTY_Current, A_QTY_Current); @@ -567,7 +591,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Current Qty. @return Current Qty */ - public BigDecimal getA_QTY_Current () + public BigDecimal getA_QTY_Current() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_QTY_Current); if (bd == null) @@ -576,7 +600,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Asset Salvage Value. - @param A_Salvage_Value Asset Salvage Value */ + @param A_Salvage_Value Asset Salvage Value + */ public void setA_Salvage_Value (BigDecimal A_Salvage_Value) { set_Value (COLUMNNAME_A_Salvage_Value, A_Salvage_Value); @@ -584,7 +609,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Asset Salvage Value. @return Asset Salvage Value */ - public BigDecimal getA_Salvage_Value () + public BigDecimal getA_Salvage_Value() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Salvage_Value); if (bd == null) @@ -593,9 +618,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Asset Depreciation Date. - @param AssetDepreciationDate - Date of last depreciation - */ + @param AssetDepreciationDate Date of last depreciation + */ public void setAssetDepreciationDate (Timestamp AssetDepreciationDate) { set_Value (COLUMNNAME_AssetDepreciationDate, AssetDepreciationDate); @@ -604,7 +628,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Asset Depreciation Date. @return Date of last depreciation */ - public Timestamp getAssetDepreciationDate () + public Timestamp getAssetDepreciationDate() { return (Timestamp)get_Value(COLUMNNAME_AssetDepreciationDate); } @@ -618,9 +642,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Terti = T */ public static final String A_TIP_FINANTARE_Terti = "T"; /** Set Financing Type. - @param A_Tip_Finantare - Financing Type - */ + @param A_Tip_Finantare Financing Type + */ public void setA_Tip_Finantare (String A_Tip_Finantare) { @@ -630,13 +653,14 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Financing Type. @return Financing Type */ - public String getA_Tip_Finantare () + public String getA_Tip_Finantare() { return (String)get_Value(COLUMNNAME_A_Tip_Finantare); } /** Set Own contribution. - @param A_Valoare_Cofinantare Own contribution */ + @param A_Valoare_Cofinantare Own contribution + */ public void setA_Valoare_Cofinantare (BigDecimal A_Valoare_Cofinantare) { set_Value (COLUMNNAME_A_Valoare_Cofinantare, A_Valoare_Cofinantare); @@ -644,7 +668,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Own contribution. @return Own contribution */ - public BigDecimal getA_Valoare_Cofinantare () + public BigDecimal getA_Valoare_Cofinantare() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Valoare_Cofinantare); if (bd == null) @@ -653,7 +677,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Third contribution. - @param A_Valoare_Tert Third contribution */ + @param A_Valoare_Tert Third contribution + */ public void setA_Valoare_Tert (BigDecimal A_Valoare_Tert) { set_Value (COLUMNNAME_A_Valoare_Tert, A_Valoare_Tert); @@ -661,7 +686,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Third contribution. @return Third contribution */ - public BigDecimal getA_Valoare_Tert () + public BigDecimal getA_Valoare_Tert() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Valoare_Tert); if (bd == null) @@ -676,21 +701,20 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -699,9 +723,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -710,15 +733,14 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -727,15 +749,14 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Depreciate. - @param IsDepreciated - The asset will be depreciated - */ + @param IsDepreciated The asset will be depreciated + */ public void setIsDepreciated (boolean IsDepreciated) { set_Value (COLUMNNAME_IsDepreciated, Boolean.valueOf(IsDepreciated)); @@ -744,7 +765,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Depreciate. @return The asset will be depreciated */ - public boolean isDepreciated () + public boolean isDepreciated() { Object oo = get_Value(COLUMNNAME_IsDepreciated); if (oo != null) @@ -769,9 +790,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -781,15 +801,14 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -798,7 +817,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -811,7 +830,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -819,7 +839,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -832,9 +852,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Usable Life - Months. - @param UseLifeMonths - Months of the usable life of the asset - */ + @param UseLifeMonths Months of the usable life of the asset + */ public void setUseLifeMonths (int UseLifeMonths) { set_Value (COLUMNNAME_UseLifeMonths, Integer.valueOf(UseLifeMonths)); @@ -843,7 +862,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Usable Life - Months. @return Months of the usable life of the asset */ - public int getUseLifeMonths () + public int getUseLifeMonths() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeMonths); if (ii == null) @@ -852,7 +871,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Use Life - Months (fiscal). - @param UseLifeMonths_F Use Life - Months (fiscal) */ + @param UseLifeMonths_F Use Life - Months (fiscal) + */ public void setUseLifeMonths_F (int UseLifeMonths_F) { set_Value (COLUMNNAME_UseLifeMonths_F, Integer.valueOf(UseLifeMonths_F)); @@ -860,7 +880,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Use Life - Months (fiscal). @return Use Life - Months (fiscal) */ - public int getUseLifeMonths_F () + public int getUseLifeMonths_F() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeMonths_F); if (ii == null) @@ -869,9 +889,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Usable Life - Years. - @param UseLifeYears - Years of the usable life of the asset - */ + @param UseLifeYears Years of the usable life of the asset + */ public void setUseLifeYears (int UseLifeYears) { set_Value (COLUMNNAME_UseLifeYears, Integer.valueOf(UseLifeYears)); @@ -880,7 +899,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Usable Life - Years. @return Years of the usable life of the asset */ - public int getUseLifeYears () + public int getUseLifeYears() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeYears); if (ii == null) @@ -889,7 +908,8 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo } /** Set Use Life - Years (fiscal). - @param UseLifeYears_F Use Life - Years (fiscal) */ + @param UseLifeYears_F Use Life - Years (fiscal) + */ public void setUseLifeYears_F (int UseLifeYears_F) { set_Value (COLUMNNAME_UseLifeYears_F, Integer.valueOf(UseLifeYears_F)); @@ -897,7 +917,7 @@ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Wo /** Get Use Life - Years (fiscal). @return Use Life - Years (fiscal) */ - public int getUseLifeYears_F () + public int getUseLifeYears_F() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeYears_F); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_FundingMode.java b/org.adempiere.base/src/org/compiere/model/X_A_FundingMode.java index 641fdc5015..0144de8ead 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_FundingMode.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_FundingMode.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_FundingMode * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_FundingMode") public class X_A_FundingMode extends PO implements I_A_FundingMode, I_Persistent { @@ -31,7 +31,7 @@ public class X_A_FundingMode extends PO implements I_A_FundingMode, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_FundingMode (Properties ctx, int A_FundingMode_ID, String trxName) @@ -74,18 +74,19 @@ public class X_A_FundingMode extends PO implements I_A_FundingMode, I_Persistent } /** Set Asset Funding Mode. - @param A_FundingMode_ID Asset Funding Mode */ + @param A_FundingMode_ID Asset Funding Mode + */ public void setA_FundingMode_ID (int A_FundingMode_ID) { - if (A_FundingMode_ID < 1) + if (A_FundingMode_ID < 1) set_ValueNoCheck (COLUMNNAME_A_FundingMode_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_FundingMode_ID, Integer.valueOf(A_FundingMode_ID)); } /** Get Asset Funding Mode. @return Asset Funding Mode */ - public int getA_FundingMode_ID () + public int getA_FundingMode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_FundingMode_ID); if (ii == null) @@ -94,7 +95,8 @@ public class X_A_FundingMode extends PO implements I_A_FundingMode, I_Persistent } /** Set A_FundingMode_UU. - @param A_FundingMode_UU A_FundingMode_UU */ + @param A_FundingMode_UU A_FundingMode_UU + */ public void setA_FundingMode_UU (String A_FundingMode_UU) { set_Value (COLUMNNAME_A_FundingMode_UU, A_FundingMode_UU); @@ -102,15 +104,14 @@ public class X_A_FundingMode extends PO implements I_A_FundingMode, I_Persistent /** Get A_FundingMode_UU. @return A_FundingMode_UU */ - public String getA_FundingMode_UU () + public String getA_FundingMode_UU() { return (String)get_Value(COLUMNNAME_A_FundingMode_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -119,15 +120,14 @@ public class X_A_FundingMode extends PO implements I_A_FundingMode, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -136,15 +136,14 @@ public class X_A_FundingMode extends PO implements I_A_FundingMode, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -153,7 +152,7 @@ public class X_A_FundingMode extends PO implements I_A_FundingMode, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_FundingMode_Acct.java b/org.adempiere.base/src/org/compiere/model/X_A_FundingMode_Acct.java index ab7794bbb5..88c06a0781 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_FundingMode_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_FundingMode_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for A_FundingMode_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_FundingMode_Acct") public class X_A_FundingMode_Acct extends PO implements I_A_FundingMode_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_A_FundingMode_Acct extends PO implements I_A_FundingMode_Acct, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_FundingMode_Acct (Properties ctx, int A_FundingMode_Acct_ID, String trxName) @@ -79,7 +79,8 @@ public class X_A_FundingMode_Acct extends PO implements I_A_FundingMode_Acct, I_ } /** Set Funding Mode Account. - @param A_FundingMode_Acct Funding Mode Account */ + @param A_FundingMode_Acct Funding Mode Account + */ public void setA_FundingMode_Acct (int A_FundingMode_Acct) { set_Value (COLUMNNAME_A_FundingMode_Acct, Integer.valueOf(A_FundingMode_Acct)); @@ -87,7 +88,7 @@ public class X_A_FundingMode_Acct extends PO implements I_A_FundingMode_Acct, I_ /** Get Funding Mode Account. @return Funding Mode Account */ - public int getA_FundingMode_Acct () + public int getA_FundingMode_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_FundingMode_Acct); if (ii == null) @@ -96,7 +97,8 @@ public class X_A_FundingMode_Acct extends PO implements I_A_FundingMode_Acct, I_ } /** Set A_FundingMode_Acct_UU. - @param A_FundingMode_Acct_UU A_FundingMode_Acct_UU */ + @param A_FundingMode_Acct_UU A_FundingMode_Acct_UU + */ public void setA_FundingMode_Acct_UU (String A_FundingMode_Acct_UU) { set_Value (COLUMNNAME_A_FundingMode_Acct_UU, A_FundingMode_Acct_UU); @@ -104,7 +106,7 @@ public class X_A_FundingMode_Acct extends PO implements I_A_FundingMode_Acct, I_ /** Get A_FundingMode_Acct_UU. @return A_FundingMode_Acct_UU */ - public String getA_FundingMode_Acct_UU () + public String getA_FundingMode_Acct_UU() { return (String)get_Value(COLUMNNAME_A_FundingMode_Acct_UU); } @@ -116,18 +118,19 @@ public class X_A_FundingMode_Acct extends PO implements I_A_FundingMode_Acct, I_ } /** Set Asset Funding Mode. - @param A_FundingMode_ID Asset Funding Mode */ + @param A_FundingMode_ID Asset Funding Mode + */ public void setA_FundingMode_ID (int A_FundingMode_ID) { - if (A_FundingMode_ID < 1) + if (A_FundingMode_ID < 1) set_ValueNoCheck (COLUMNNAME_A_FundingMode_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_FundingMode_ID, Integer.valueOf(A_FundingMode_ID)); } /** Get Asset Funding Mode. @return Asset Funding Mode */ - public int getA_FundingMode_ID () + public int getA_FundingMode_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_FundingMode_ID); if (ii == null) @@ -142,21 +145,20 @@ public class X_A_FundingMode_Acct extends PO implements I_A_FundingMode_Acct, I_ } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Registration.java b/org.adempiere.base/src/org/compiere/model/X_A_Registration.java index ebe1abe24e..ee27011e54 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Registration.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Registration.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_Registration * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_Registration") public class X_A_Registration extends PO implements I_A_Registration, I_Persistent { @@ -32,7 +32,7 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_Registration (Properties ctx, int A_Registration_ID, String trxName) @@ -84,21 +84,20 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -113,21 +112,20 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -136,21 +134,20 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste } /** Set Registration. - @param A_Registration_ID - User Asset Registration - */ + @param A_Registration_ID User Asset Registration + */ public void setA_Registration_ID (int A_Registration_ID) { - if (A_Registration_ID < 1) + if (A_Registration_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Registration_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Registration_ID, Integer.valueOf(A_Registration_ID)); } /** Get Registration. @return User Asset Registration */ - public int getA_Registration_ID () + public int getA_Registration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Registration_ID); if (ii == null) @@ -159,7 +156,8 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste } /** Set A_Registration_UU. - @param A_Registration_UU A_Registration_UU */ + @param A_Registration_UU A_Registration_UU + */ public void setA_Registration_UU (String A_Registration_UU) { set_Value (COLUMNNAME_A_Registration_UU, A_Registration_UU); @@ -167,15 +165,14 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste /** Get A_Registration_UU. @return A_Registration_UU */ - public String getA_Registration_UU () + public String getA_Registration_UU() { return (String)get_Value(COLUMNNAME_A_Registration_UU); } /** Set In Service Date. - @param AssetServiceDate - Date when Asset was put into service - */ + @param AssetServiceDate Date when Asset was put into service + */ public void setAssetServiceDate (Timestamp AssetServiceDate) { set_ValueNoCheck (COLUMNNAME_AssetServiceDate, AssetServiceDate); @@ -184,7 +181,7 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste /** Get In Service Date. @return Date when Asset was put into service */ - public Timestamp getAssetServiceDate () + public Timestamp getAssetServiceDate() { return (Timestamp)get_Value(COLUMNNAME_AssetServiceDate); } @@ -195,22 +192,21 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -219,9 +215,8 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -230,15 +225,14 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -247,15 +241,14 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Allowed to be Published. - @param IsAllowPublish - You allow to publish the information, not just statistical summary info - */ + @param IsAllowPublish You allow to publish the information, not just statistical summary info + */ public void setIsAllowPublish (boolean IsAllowPublish) { set_Value (COLUMNNAME_IsAllowPublish, Boolean.valueOf(IsAllowPublish)); @@ -264,7 +257,7 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste /** Get Allowed to be Published. @return You allow to publish the information, not just statistical summary info */ - public boolean isAllowPublish () + public boolean isAllowPublish() { Object oo = get_Value(COLUMNNAME_IsAllowPublish); if (oo != null) @@ -277,9 +270,8 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste } /** Set In Production. - @param IsInProduction - The system is in production - */ + @param IsInProduction The system is in production + */ public void setIsInProduction (boolean IsInProduction) { set_Value (COLUMNNAME_IsInProduction, Boolean.valueOf(IsInProduction)); @@ -288,7 +280,7 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste /** Get In Production. @return The system is in production */ - public boolean isInProduction () + public boolean isInProduction() { Object oo = get_Value(COLUMNNAME_IsInProduction); if (oo != null) @@ -301,9 +293,8 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste } /** Set Registered. - @param IsRegistered - The application is registered. - */ + @param IsRegistered The application is registered. + */ public void setIsRegistered (boolean IsRegistered) { set_Value (COLUMNNAME_IsRegistered, Boolean.valueOf(IsRegistered)); @@ -312,7 +303,7 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste /** Get Registered. @return The application is registered. */ - public boolean isRegistered () + public boolean isRegistered() { Object oo = get_Value(COLUMNNAME_IsRegistered); if (oo != null) @@ -331,21 +322,20 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -354,9 +344,8 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -365,7 +354,7 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -379,9 +368,8 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste } /** Set Note. - @param Note - Optional additional user defined information - */ + @param Note Optional additional user defined information + */ public void setNote (String Note) { set_Value (COLUMNNAME_Note, Note); @@ -390,13 +378,14 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste /** Get Note. @return Optional additional user defined information */ - public String getNote () + public String getNote() { return (String)get_Value(COLUMNNAME_Note); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -404,7 +393,7 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -417,9 +406,8 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste } /** Set Remote Addr. - @param Remote_Addr - Remote Address - */ + @param Remote_Addr Remote Address + */ public void setRemote_Addr (String Remote_Addr) { set_Value (COLUMNNAME_Remote_Addr, Remote_Addr); @@ -428,15 +416,14 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste /** Get Remote Addr. @return Remote Address */ - public String getRemote_Addr () + public String getRemote_Addr() { return (String)get_Value(COLUMNNAME_Remote_Addr); } /** Set Remote Host. - @param Remote_Host - Remote host Info - */ + @param Remote_Host Remote host Info + */ public void setRemote_Host (String Remote_Host) { set_Value (COLUMNNAME_Remote_Host, Remote_Host); @@ -445,7 +432,7 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste /** Get Remote Host. @return Remote host Info */ - public String getRemote_Host () + public String getRemote_Host() { return (String)get_Value(COLUMNNAME_Remote_Host); } diff --git a/org.adempiere.base/src/org/compiere/model/X_A_RegistrationAttribute.java b/org.adempiere.base/src/org/compiere/model/X_A_RegistrationAttribute.java index 910e585fec..75173823f0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_RegistrationAttribute.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_RegistrationAttribute.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_RegistrationAttribute * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_RegistrationAttribute") public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAttribute, I_Persistent { @@ -31,7 +31,7 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_RegistrationAttribute (Properties ctx, int A_RegistrationAttribute_ID, String trxName) @@ -83,21 +83,20 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -112,21 +111,20 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt } /** Set Reference Key. - @param AD_Reference_Value_ID - Required to specify, if data type is Table or List - */ + @param AD_Reference_Value_ID Required to specify, if data type is Table or List + */ public void setAD_Reference_Value_ID (int AD_Reference_Value_ID) { - if (AD_Reference_Value_ID < 1) + if (AD_Reference_Value_ID < 1) set_Value (COLUMNNAME_AD_Reference_Value_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_Value_ID, Integer.valueOf(AD_Reference_Value_ID)); } /** Get Reference Key. @return Required to specify, if data type is Table or List */ - public int getAD_Reference_Value_ID () + public int getAD_Reference_Value_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_Value_ID); if (ii == null) @@ -135,21 +133,20 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt } /** Set Registration Attribute. - @param A_RegistrationAttribute_ID - Asset Registration Attribute - */ + @param A_RegistrationAttribute_ID Asset Registration Attribute + */ public void setA_RegistrationAttribute_ID (int A_RegistrationAttribute_ID) { - if (A_RegistrationAttribute_ID < 1) + if (A_RegistrationAttribute_ID < 1) set_ValueNoCheck (COLUMNNAME_A_RegistrationAttribute_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_RegistrationAttribute_ID, Integer.valueOf(A_RegistrationAttribute_ID)); } /** Get Registration Attribute. @return Asset Registration Attribute */ - public int getA_RegistrationAttribute_ID () + public int getA_RegistrationAttribute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_RegistrationAttribute_ID); if (ii == null) @@ -158,7 +155,8 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt } /** Set A_RegistrationAttribute_UU. - @param A_RegistrationAttribute_UU A_RegistrationAttribute_UU */ + @param A_RegistrationAttribute_UU A_RegistrationAttribute_UU + */ public void setA_RegistrationAttribute_UU (String A_RegistrationAttribute_UU) { set_Value (COLUMNNAME_A_RegistrationAttribute_UU, A_RegistrationAttribute_UU); @@ -166,15 +164,14 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt /** Get A_RegistrationAttribute_UU. @return A_RegistrationAttribute_UU */ - public String getA_RegistrationAttribute_UU () + public String getA_RegistrationAttribute_UU() { return (String)get_Value(COLUMNNAME_A_RegistrationAttribute_UU); } /** Set DB Column Name. - @param ColumnName - Name of the column in the database - */ + @param ColumnName Name of the column in the database + */ public void setColumnName (String ColumnName) { set_Value (COLUMNNAME_ColumnName, ColumnName); @@ -183,15 +180,14 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt /** Get DB Column Name. @return Name of the column in the database */ - public String getColumnName () + public String getColumnName() { return (String)get_Value(COLUMNNAME_ColumnName); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -200,15 +196,14 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -217,7 +212,7 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -230,9 +225,8 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -241,7 +235,7 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -255,9 +249,8 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -266,7 +259,7 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_RegistrationProduct.java b/org.adempiere.base/src/org/compiere/model/X_A_RegistrationProduct.java index 303f094eea..5a6bc8bf26 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_RegistrationProduct.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_RegistrationProduct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for A_RegistrationProduct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_RegistrationProduct") public class X_A_RegistrationProduct extends PO implements I_A_RegistrationProduct, I_Persistent { @@ -30,7 +30,7 @@ public class X_A_RegistrationProduct extends PO implements I_A_RegistrationProdu /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_RegistrationProduct (Properties ctx, int A_RegistrationProduct_ID, String trxName) @@ -78,21 +78,20 @@ public class X_A_RegistrationProduct extends PO implements I_A_RegistrationProdu } /** Set Registration Attribute. - @param A_RegistrationAttribute_ID - Asset Registration Attribute - */ + @param A_RegistrationAttribute_ID Asset Registration Attribute + */ public void setA_RegistrationAttribute_ID (int A_RegistrationAttribute_ID) { - if (A_RegistrationAttribute_ID < 1) + if (A_RegistrationAttribute_ID < 1) set_ValueNoCheck (COLUMNNAME_A_RegistrationAttribute_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_RegistrationAttribute_ID, Integer.valueOf(A_RegistrationAttribute_ID)); } /** Get Registration Attribute. @return Asset Registration Attribute */ - public int getA_RegistrationAttribute_ID () + public int getA_RegistrationAttribute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_RegistrationAttribute_ID); if (ii == null) @@ -101,7 +100,8 @@ public class X_A_RegistrationProduct extends PO implements I_A_RegistrationProdu } /** Set A_RegistrationProduct_UU. - @param A_RegistrationProduct_UU A_RegistrationProduct_UU */ + @param A_RegistrationProduct_UU A_RegistrationProduct_UU + */ public void setA_RegistrationProduct_UU (String A_RegistrationProduct_UU) { set_Value (COLUMNNAME_A_RegistrationProduct_UU, A_RegistrationProduct_UU); @@ -109,15 +109,14 @@ public class X_A_RegistrationProduct extends PO implements I_A_RegistrationProdu /** Get A_RegistrationProduct_UU. @return A_RegistrationProduct_UU */ - public String getA_RegistrationProduct_UU () + public String getA_RegistrationProduct_UU() { return (String)get_Value(COLUMNNAME_A_RegistrationProduct_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -126,7 +125,7 @@ public class X_A_RegistrationProduct extends PO implements I_A_RegistrationProdu /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -138,21 +137,20 @@ public class X_A_RegistrationProduct extends PO implements I_A_RegistrationProdu } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_RegistrationValue.java b/org.adempiere.base/src/org/compiere/model/X_A_RegistrationValue.java index 3b071500b2..289edfcd8e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_RegistrationValue.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_RegistrationValue.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for A_RegistrationValue * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="A_RegistrationValue") public class X_A_RegistrationValue extends PO implements I_A_RegistrationValue, I_Persistent { @@ -31,7 +31,7 @@ public class X_A_RegistrationValue extends PO implements I_A_RegistrationValue, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_A_RegistrationValue (Properties ctx, int A_RegistrationValue_ID, String trxName) @@ -80,21 +80,20 @@ public class X_A_RegistrationValue extends PO implements I_A_RegistrationValue, } /** Set Registration Attribute. - @param A_RegistrationAttribute_ID - Asset Registration Attribute - */ + @param A_RegistrationAttribute_ID Asset Registration Attribute + */ public void setA_RegistrationAttribute_ID (int A_RegistrationAttribute_ID) { - if (A_RegistrationAttribute_ID < 1) + if (A_RegistrationAttribute_ID < 1) set_ValueNoCheck (COLUMNNAME_A_RegistrationAttribute_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_RegistrationAttribute_ID, Integer.valueOf(A_RegistrationAttribute_ID)); } /** Get Registration Attribute. @return Asset Registration Attribute */ - public int getA_RegistrationAttribute_ID () + public int getA_RegistrationAttribute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_RegistrationAttribute_ID); if (ii == null) @@ -117,21 +116,20 @@ public class X_A_RegistrationValue extends PO implements I_A_RegistrationValue, } /** Set Registration. - @param A_Registration_ID - User Asset Registration - */ + @param A_Registration_ID User Asset Registration + */ public void setA_Registration_ID (int A_Registration_ID) { - if (A_Registration_ID < 1) + if (A_Registration_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Registration_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Registration_ID, Integer.valueOf(A_Registration_ID)); } /** Get Registration. @return User Asset Registration */ - public int getA_Registration_ID () + public int getA_Registration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Registration_ID); if (ii == null) @@ -140,7 +138,8 @@ public class X_A_RegistrationValue extends PO implements I_A_RegistrationValue, } /** Set A_RegistrationValue_UU. - @param A_RegistrationValue_UU A_RegistrationValue_UU */ + @param A_RegistrationValue_UU A_RegistrationValue_UU + */ public void setA_RegistrationValue_UU (String A_RegistrationValue_UU) { set_Value (COLUMNNAME_A_RegistrationValue_UU, A_RegistrationValue_UU); @@ -148,15 +147,14 @@ public class X_A_RegistrationValue extends PO implements I_A_RegistrationValue, /** Get A_RegistrationValue_UU. @return A_RegistrationValue_UU */ - public String getA_RegistrationValue_UU () + public String getA_RegistrationValue_UU() { return (String)get_Value(COLUMNNAME_A_RegistrationValue_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -165,15 +163,14 @@ public class X_A_RegistrationValue extends PO implements I_A_RegistrationValue, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -182,7 +179,7 @@ public class X_A_RegistrationValue extends PO implements I_A_RegistrationValue, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_B_Bid.java b/org.adempiere.base/src/org/compiere/model/X_B_Bid.java index b74a350a6c..ef94fcaee9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_Bid.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_Bid.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for B_Bid * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="B_Bid") public class X_B_Bid extends PO implements I_B_Bid, I_Persistent { @@ -31,7 +31,7 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_B_Bid (Properties ctx, int B_Bid_ID, String trxName) @@ -83,21 +83,20 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -106,21 +105,20 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent } /** Set Bid. - @param B_Bid_ID - Bid for a Topic - */ + @param B_Bid_ID Bid for a Topic + */ public void setB_Bid_ID (int B_Bid_ID) { - if (B_Bid_ID < 1) + if (B_Bid_ID < 1) set_ValueNoCheck (COLUMNNAME_B_Bid_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_B_Bid_ID, Integer.valueOf(B_Bid_ID)); } /** Get Bid. @return Bid for a Topic */ - public int getB_Bid_ID () + public int getB_Bid_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_Bid_ID); if (ii == null) @@ -129,7 +127,8 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent } /** Set B_Bid_UU. - @param B_Bid_UU B_Bid_UU */ + @param B_Bid_UU B_Bid_UU + */ public void setB_Bid_UU (String B_Bid_UU) { set_Value (COLUMNNAME_B_Bid_UU, B_Bid_UU); @@ -137,7 +136,7 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent /** Get B_Bid_UU. @return B_Bid_UU */ - public String getB_Bid_UU () + public String getB_Bid_UU() { return (String)get_Value(COLUMNNAME_B_Bid_UU); } @@ -149,21 +148,20 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent } /** Set Buyer Funds. - @param B_BuyerFunds_ID - Buyer Funds for Bids on Topics - */ + @param B_BuyerFunds_ID Buyer Funds for Bids on Topics + */ public void setB_BuyerFunds_ID (int B_BuyerFunds_ID) { - if (B_BuyerFunds_ID < 1) + if (B_BuyerFunds_ID < 1) set_Value (COLUMNNAME_B_BuyerFunds_ID, null); - else + else set_Value (COLUMNNAME_B_BuyerFunds_ID, Integer.valueOf(B_BuyerFunds_ID)); } /** Get Buyer Funds. @return Buyer Funds for Bids on Topics */ - public int getB_BuyerFunds_ID () + public int getB_BuyerFunds_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_BuyerFunds_ID); if (ii == null) @@ -178,21 +176,20 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent } /** Set Topic. - @param B_Topic_ID - Auction Topic - */ + @param B_Topic_ID Auction Topic + */ public void setB_Topic_ID (int B_Topic_ID) { - if (B_Topic_ID < 1) + if (B_Topic_ID < 1) set_Value (COLUMNNAME_B_Topic_ID, null); - else + else set_Value (COLUMNNAME_B_Topic_ID, Integer.valueOf(B_Topic_ID)); } /** Get Topic. @return Auction Topic */ - public int getB_Topic_ID () + public int getB_Topic_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_Topic_ID); if (ii == null) @@ -201,7 +198,8 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent } /** Set Willing to commit. - @param IsWillingToCommit Willing to commit */ + @param IsWillingToCommit Willing to commit + */ public void setIsWillingToCommit (boolean IsWillingToCommit) { set_Value (COLUMNNAME_IsWillingToCommit, Boolean.valueOf(IsWillingToCommit)); @@ -209,7 +207,7 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent /** Get Willing to commit. @return Willing to commit */ - public boolean isWillingToCommit () + public boolean isWillingToCommit() { Object oo = get_Value(COLUMNNAME_IsWillingToCommit); if (oo != null) @@ -222,9 +220,8 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -233,7 +230,7 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -247,9 +244,8 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent } /** Set Private Note. - @param PrivateNote - Private Note - not visible to the other parties - */ + @param PrivateNote Private Note - not visible to the other parties + */ public void setPrivateNote (String PrivateNote) { set_Value (COLUMNNAME_PrivateNote, PrivateNote); @@ -258,15 +254,14 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent /** Get Private Note. @return Private Note - not visible to the other parties */ - public String getPrivateNote () + public String getPrivateNote() { return (String)get_Value(COLUMNNAME_PrivateNote); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -275,7 +270,7 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_B_BidComment.java b/org.adempiere.base/src/org/compiere/model/X_B_BidComment.java index 48276dbd27..f4994f946a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_BidComment.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_BidComment.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for B_BidComment * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="B_BidComment") public class X_B_BidComment extends PO implements I_B_BidComment, I_Persistent { @@ -30,7 +30,7 @@ public class X_B_BidComment extends PO implements I_B_BidComment, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_B_BidComment (Properties ctx, int B_BidComment_ID, String trxName) @@ -80,21 +80,20 @@ public class X_B_BidComment extends PO implements I_B_BidComment, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -103,21 +102,20 @@ public class X_B_BidComment extends PO implements I_B_BidComment, I_Persistent } /** Set Bid Comment. - @param B_BidComment_ID - Make a comment to a Bid Topic - */ + @param B_BidComment_ID Make a comment to a Bid Topic + */ public void setB_BidComment_ID (int B_BidComment_ID) { - if (B_BidComment_ID < 1) + if (B_BidComment_ID < 1) set_ValueNoCheck (COLUMNNAME_B_BidComment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_B_BidComment_ID, Integer.valueOf(B_BidComment_ID)); } /** Get Bid Comment. @return Make a comment to a Bid Topic */ - public int getB_BidComment_ID () + public int getB_BidComment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_BidComment_ID); if (ii == null) @@ -126,7 +124,8 @@ public class X_B_BidComment extends PO implements I_B_BidComment, I_Persistent } /** Set B_BidComment_UU. - @param B_BidComment_UU B_BidComment_UU */ + @param B_BidComment_UU B_BidComment_UU + */ public void setB_BidComment_UU (String B_BidComment_UU) { set_Value (COLUMNNAME_B_BidComment_UU, B_BidComment_UU); @@ -134,7 +133,7 @@ public class X_B_BidComment extends PO implements I_B_BidComment, I_Persistent /** Get B_BidComment_UU. @return B_BidComment_UU */ - public String getB_BidComment_UU () + public String getB_BidComment_UU() { return (String)get_Value(COLUMNNAME_B_BidComment_UU); } @@ -146,21 +145,20 @@ public class X_B_BidComment extends PO implements I_B_BidComment, I_Persistent } /** Set Topic. - @param B_Topic_ID - Auction Topic - */ + @param B_Topic_ID Auction Topic + */ public void setB_Topic_ID (int B_Topic_ID) { - if (B_Topic_ID < 1) + if (B_Topic_ID < 1) set_Value (COLUMNNAME_B_Topic_ID, null); - else + else set_Value (COLUMNNAME_B_Topic_ID, Integer.valueOf(B_Topic_ID)); } /** Get Topic. @return Auction Topic */ - public int getB_Topic_ID () + public int getB_Topic_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_Topic_ID); if (ii == null) @@ -169,9 +167,8 @@ public class X_B_BidComment extends PO implements I_B_BidComment, I_Persistent } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -180,7 +177,7 @@ public class X_B_BidComment extends PO implements I_B_BidComment, I_Persistent /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_B_Buyer.java b/org.adempiere.base/src/org/compiere/model/X_B_Buyer.java index f9e5ad2585..44bb688434 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_Buyer.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_Buyer.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for B_Buyer * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="B_Buyer") public class X_B_Buyer extends PO implements I_B_Buyer, I_Persistent { @@ -32,7 +32,7 @@ public class X_B_Buyer extends PO implements I_B_Buyer, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_B_Buyer (Properties ctx, int B_Buyer_ID, String trxName) @@ -81,21 +81,20 @@ public class X_B_Buyer extends PO implements I_B_Buyer, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -104,7 +103,8 @@ public class X_B_Buyer extends PO implements I_B_Buyer, I_Persistent } /** Set B_Buyer_UU. - @param B_Buyer_UU B_Buyer_UU */ + @param B_Buyer_UU B_Buyer_UU + */ public void setB_Buyer_UU (String B_Buyer_UU) { set_Value (COLUMNNAME_B_Buyer_UU, B_Buyer_UU); @@ -112,15 +112,14 @@ public class X_B_Buyer extends PO implements I_B_Buyer, I_Persistent /** Get B_Buyer_UU. @return B_Buyer_UU */ - public String getB_Buyer_UU () + public String getB_Buyer_UU() { return (String)get_Value(COLUMNNAME_B_Buyer_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -129,15 +128,14 @@ public class X_B_Buyer extends PO implements I_B_Buyer, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -146,7 +144,7 @@ public class X_B_Buyer extends PO implements I_B_Buyer, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -160,9 +158,8 @@ public class X_B_Buyer extends PO implements I_B_Buyer, I_Persistent } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -171,7 +168,7 @@ public class X_B_Buyer extends PO implements I_B_Buyer, I_Persistent /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_B_BuyerFunds.java b/org.adempiere.base/src/org/compiere/model/X_B_BuyerFunds.java index 458968268e..78c8b93924 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_BuyerFunds.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_BuyerFunds.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for B_BuyerFunds * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="B_BuyerFunds") public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent { @@ -33,7 +33,7 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_B_BuyerFunds (Properties ctx, int B_BuyerFunds_ID, String trxName) @@ -83,21 +83,20 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -114,21 +113,20 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent } /** Set Buyer Funds. - @param B_BuyerFunds_ID - Buyer Funds for Bids on Topics - */ + @param B_BuyerFunds_ID Buyer Funds for Bids on Topics + */ public void setB_BuyerFunds_ID (int B_BuyerFunds_ID) { - if (B_BuyerFunds_ID < 1) + if (B_BuyerFunds_ID < 1) set_ValueNoCheck (COLUMNNAME_B_BuyerFunds_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_B_BuyerFunds_ID, Integer.valueOf(B_BuyerFunds_ID)); } /** Get Buyer Funds. @return Buyer Funds for Bids on Topics */ - public int getB_BuyerFunds_ID () + public int getB_BuyerFunds_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_BuyerFunds_ID); if (ii == null) @@ -137,7 +135,8 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent } /** Set B_BuyerFunds_UU. - @param B_BuyerFunds_UU B_BuyerFunds_UU */ + @param B_BuyerFunds_UU B_BuyerFunds_UU + */ public void setB_BuyerFunds_UU (String B_BuyerFunds_UU) { set_Value (COLUMNNAME_B_BuyerFunds_UU, B_BuyerFunds_UU); @@ -145,15 +144,14 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent /** Get B_BuyerFunds_UU. @return B_BuyerFunds_UU */ - public String getB_BuyerFunds_UU () + public String getB_BuyerFunds_UU() { return (String)get_Value(COLUMNNAME_B_BuyerFunds_UU); } /** Set Committed Amount. - @param CommittedAmt - The (legal) commitment amount - */ + @param CommittedAmt The (legal) commitment amount + */ public void setCommittedAmt (BigDecimal CommittedAmt) { set_Value (COLUMNNAME_CommittedAmt, CommittedAmt); @@ -162,7 +160,7 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent /** Get Committed Amount. @return The (legal) commitment amount */ - public BigDecimal getCommittedAmt () + public BigDecimal getCommittedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CommittedAmt); if (bd == null) @@ -177,21 +175,20 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -206,21 +203,20 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Payment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -229,9 +225,8 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent } /** Set Not Committed Aount. - @param NonCommittedAmt - Amount not committed yet - */ + @param NonCommittedAmt Amount not committed yet + */ public void setNonCommittedAmt (BigDecimal NonCommittedAmt) { set_Value (COLUMNNAME_NonCommittedAmt, NonCommittedAmt); @@ -240,7 +235,7 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent /** Get Not Committed Aount. @return Amount not committed yet */ - public BigDecimal getNonCommittedAmt () + public BigDecimal getNonCommittedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_NonCommittedAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_B_Offer.java b/org.adempiere.base/src/org/compiere/model/X_B_Offer.java index bea10d4c8b..69b2a265dc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_Offer.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_Offer.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for B_Offer * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="B_Offer") public class X_B_Offer extends PO implements I_B_Offer, I_Persistent { @@ -31,7 +31,7 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_B_Offer (Properties ctx, int B_Offer_ID, String trxName) @@ -83,21 +83,20 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -106,21 +105,20 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent } /** Set Offer. - @param B_Offer_ID - Offer for a Topic - */ + @param B_Offer_ID Offer for a Topic + */ public void setB_Offer_ID (int B_Offer_ID) { - if (B_Offer_ID < 1) + if (B_Offer_ID < 1) set_ValueNoCheck (COLUMNNAME_B_Offer_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_B_Offer_ID, Integer.valueOf(B_Offer_ID)); } /** Get Offer. @return Offer for a Topic */ - public int getB_Offer_ID () + public int getB_Offer_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_Offer_ID); if (ii == null) @@ -129,7 +127,8 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent } /** Set B_Offer_UU. - @param B_Offer_UU B_Offer_UU */ + @param B_Offer_UU B_Offer_UU + */ public void setB_Offer_UU (String B_Offer_UU) { set_Value (COLUMNNAME_B_Offer_UU, B_Offer_UU); @@ -137,7 +136,7 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent /** Get B_Offer_UU. @return B_Offer_UU */ - public String getB_Offer_UU () + public String getB_Offer_UU() { return (String)get_Value(COLUMNNAME_B_Offer_UU); } @@ -149,21 +148,20 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent } /** Set Seller Funds. - @param B_SellerFunds_ID - Seller Funds from Offers on Topics - */ + @param B_SellerFunds_ID Seller Funds from Offers on Topics + */ public void setB_SellerFunds_ID (int B_SellerFunds_ID) { - if (B_SellerFunds_ID < 1) + if (B_SellerFunds_ID < 1) set_Value (COLUMNNAME_B_SellerFunds_ID, null); - else + else set_Value (COLUMNNAME_B_SellerFunds_ID, Integer.valueOf(B_SellerFunds_ID)); } /** Get Seller Funds. @return Seller Funds from Offers on Topics */ - public int getB_SellerFunds_ID () + public int getB_SellerFunds_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_SellerFunds_ID); if (ii == null) @@ -178,21 +176,20 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent } /** Set Topic. - @param B_Topic_ID - Auction Topic - */ + @param B_Topic_ID Auction Topic + */ public void setB_Topic_ID (int B_Topic_ID) { - if (B_Topic_ID < 1) + if (B_Topic_ID < 1) set_Value (COLUMNNAME_B_Topic_ID, null); - else + else set_Value (COLUMNNAME_B_Topic_ID, Integer.valueOf(B_Topic_ID)); } /** Get Topic. @return Auction Topic */ - public int getB_Topic_ID () + public int getB_Topic_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_Topic_ID); if (ii == null) @@ -201,7 +198,8 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent } /** Set Willing to commit. - @param IsWillingToCommit Willing to commit */ + @param IsWillingToCommit Willing to commit + */ public void setIsWillingToCommit (boolean IsWillingToCommit) { set_Value (COLUMNNAME_IsWillingToCommit, Boolean.valueOf(IsWillingToCommit)); @@ -209,7 +207,7 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent /** Get Willing to commit. @return Willing to commit */ - public boolean isWillingToCommit () + public boolean isWillingToCommit() { Object oo = get_Value(COLUMNNAME_IsWillingToCommit); if (oo != null) @@ -222,9 +220,8 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -233,7 +230,7 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -247,9 +244,8 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent } /** Set Private Note. - @param PrivateNote - Private Note - not visible to the other parties - */ + @param PrivateNote Private Note - not visible to the other parties + */ public void setPrivateNote (String PrivateNote) { set_Value (COLUMNNAME_PrivateNote, PrivateNote); @@ -258,15 +254,14 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent /** Get Private Note. @return Private Note - not visible to the other parties */ - public String getPrivateNote () + public String getPrivateNote() { return (String)get_Value(COLUMNNAME_PrivateNote); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -275,7 +270,7 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_B_Seller.java b/org.adempiere.base/src/org/compiere/model/X_B_Seller.java index 96d292ad64..a0d5826176 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_Seller.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_Seller.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for B_Seller * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="B_Seller") public class X_B_Seller extends PO implements I_B_Seller, I_Persistent { @@ -32,7 +32,7 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_B_Seller (Properties ctx, int B_Seller_ID, String trxName) @@ -82,21 +82,20 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -105,7 +104,8 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent } /** Set B_Seller_UU. - @param B_Seller_UU B_Seller_UU */ + @param B_Seller_UU B_Seller_UU + */ public void setB_Seller_UU (String B_Seller_UU) { set_Value (COLUMNNAME_B_Seller_UU, B_Seller_UU); @@ -113,15 +113,14 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent /** Get B_Seller_UU. @return B_Seller_UU */ - public String getB_Seller_UU () + public String getB_Seller_UU() { return (String)get_Value(COLUMNNAME_B_Seller_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -130,15 +129,14 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Internal. - @param IsInternal - Internal Organization - */ + @param IsInternal Internal Organization + */ public void setIsInternal (boolean IsInternal) { set_Value (COLUMNNAME_IsInternal, Boolean.valueOf(IsInternal)); @@ -147,7 +145,7 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent /** Get Internal. @return Internal Organization */ - public boolean isInternal () + public boolean isInternal() { Object oo = get_Value(COLUMNNAME_IsInternal); if (oo != null) @@ -160,9 +158,8 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -171,7 +168,7 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -185,9 +182,8 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -196,7 +192,7 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_B_SellerFunds.java b/org.adempiere.base/src/org/compiere/model/X_B_SellerFunds.java index 38da00eb82..9551804250 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_SellerFunds.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_SellerFunds.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for B_SellerFunds * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="B_SellerFunds") public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent { @@ -33,7 +33,7 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_B_SellerFunds (Properties ctx, int B_SellerFunds_ID, String trxName) @@ -83,21 +83,20 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -114,21 +113,20 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent } /** Set Seller Funds. - @param B_SellerFunds_ID - Seller Funds from Offers on Topics - */ + @param B_SellerFunds_ID Seller Funds from Offers on Topics + */ public void setB_SellerFunds_ID (int B_SellerFunds_ID) { - if (B_SellerFunds_ID < 1) + if (B_SellerFunds_ID < 1) set_ValueNoCheck (COLUMNNAME_B_SellerFunds_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_B_SellerFunds_ID, Integer.valueOf(B_SellerFunds_ID)); } /** Get Seller Funds. @return Seller Funds from Offers on Topics */ - public int getB_SellerFunds_ID () + public int getB_SellerFunds_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_SellerFunds_ID); if (ii == null) @@ -137,7 +135,8 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent } /** Set B_SellerFunds_UU. - @param B_SellerFunds_UU B_SellerFunds_UU */ + @param B_SellerFunds_UU B_SellerFunds_UU + */ public void setB_SellerFunds_UU (String B_SellerFunds_UU) { set_Value (COLUMNNAME_B_SellerFunds_UU, B_SellerFunds_UU); @@ -145,15 +144,14 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent /** Get B_SellerFunds_UU. @return B_SellerFunds_UU */ - public String getB_SellerFunds_UU () + public String getB_SellerFunds_UU() { return (String)get_Value(COLUMNNAME_B_SellerFunds_UU); } /** Set Committed Amount. - @param CommittedAmt - The (legal) commitment amount - */ + @param CommittedAmt The (legal) commitment amount + */ public void setCommittedAmt (BigDecimal CommittedAmt) { set_Value (COLUMNNAME_CommittedAmt, CommittedAmt); @@ -162,7 +160,7 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent /** Get Committed Amount. @return The (legal) commitment amount */ - public BigDecimal getCommittedAmt () + public BigDecimal getCommittedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CommittedAmt); if (bd == null) @@ -177,21 +175,20 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_Value (COLUMNNAME_C_Order_ID, null); - else + else set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -206,21 +203,20 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -229,9 +225,8 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent } /** Set Not Committed Aount. - @param NonCommittedAmt - Amount not committed yet - */ + @param NonCommittedAmt Amount not committed yet + */ public void setNonCommittedAmt (BigDecimal NonCommittedAmt) { set_Value (COLUMNNAME_NonCommittedAmt, NonCommittedAmt); @@ -240,7 +235,7 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent /** Get Not Committed Aount. @return Amount not committed yet */ - public BigDecimal getNonCommittedAmt () + public BigDecimal getNonCommittedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_NonCommittedAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_B_Topic.java b/org.adempiere.base/src/org/compiere/model/X_B_Topic.java index f5cc991113..1b3bce07ad 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_Topic.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_Topic.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for B_Topic * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="B_Topic") public class X_B_Topic extends PO implements I_B_Topic, I_Persistent { @@ -32,7 +32,7 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_B_Topic (Properties ctx, int B_Topic_ID, String trxName) @@ -88,21 +88,20 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent } /** Set Topic Category. - @param B_TopicCategory_ID - Auction Topic Category - */ + @param B_TopicCategory_ID Auction Topic Category + */ public void setB_TopicCategory_ID (int B_TopicCategory_ID) { - if (B_TopicCategory_ID < 1) + if (B_TopicCategory_ID < 1) set_ValueNoCheck (COLUMNNAME_B_TopicCategory_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_B_TopicCategory_ID, Integer.valueOf(B_TopicCategory_ID)); } /** Get Topic Category. @return Auction Topic Category */ - public int getB_TopicCategory_ID () + public int getB_TopicCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_TopicCategory_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent } /** Set Topic. - @param B_Topic_ID - Auction Topic - */ + @param B_Topic_ID Auction Topic + */ public void setB_Topic_ID (int B_Topic_ID) { - if (B_Topic_ID < 1) + if (B_Topic_ID < 1) set_ValueNoCheck (COLUMNNAME_B_Topic_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_B_Topic_ID, Integer.valueOf(B_Topic_ID)); } /** Get Topic. @return Auction Topic */ - public int getB_Topic_ID () + public int getB_Topic_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_Topic_ID); if (ii == null) @@ -140,21 +138,20 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent } /** Set Topic Type. - @param B_TopicType_ID - Auction Topic Type - */ + @param B_TopicType_ID Auction Topic Type + */ public void setB_TopicType_ID (int B_TopicType_ID) { - if (B_TopicType_ID < 1) + if (B_TopicType_ID < 1) set_ValueNoCheck (COLUMNNAME_B_TopicType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_B_TopicType_ID, Integer.valueOf(B_TopicType_ID)); } /** Get Topic Type. @return Auction Topic Type */ - public int getB_TopicType_ID () + public int getB_TopicType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_TopicType_ID); if (ii == null) @@ -163,7 +160,8 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent } /** Set B_Topic_UU. - @param B_Topic_UU B_Topic_UU */ + @param B_Topic_UU B_Topic_UU + */ public void setB_Topic_UU (String B_Topic_UU) { set_Value (COLUMNNAME_B_Topic_UU, B_Topic_UU); @@ -171,13 +169,14 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent /** Get B_Topic_UU. @return B_Topic_UU */ - public String getB_Topic_UU () + public String getB_Topic_UU() { return (String)get_Value(COLUMNNAME_B_Topic_UU); } /** Set Decision date. - @param DecisionDate Decision date */ + @param DecisionDate Decision date + */ public void setDecisionDate (Timestamp DecisionDate) { set_Value (COLUMNNAME_DecisionDate, DecisionDate); @@ -185,15 +184,14 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent /** Get Decision date. @return Decision date */ - public Timestamp getDecisionDate () + public Timestamp getDecisionDate() { return (Timestamp)get_Value(COLUMNNAME_DecisionDate); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -202,15 +200,14 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -219,15 +216,14 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Published. - @param IsPublished - The Topic is published and can be viewed - */ + @param IsPublished The Topic is published and can be viewed + */ public void setIsPublished (boolean IsPublished) { set_Value (COLUMNNAME_IsPublished, Boolean.valueOf(IsPublished)); @@ -236,7 +232,7 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent /** Get Published. @return The Topic is published and can be viewed */ - public boolean isPublished () + public boolean isPublished() { Object oo = get_Value(COLUMNNAME_IsPublished); if (oo != null) @@ -249,9 +245,8 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -260,7 +255,7 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -274,9 +269,8 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -285,7 +279,7 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -298,7 +292,8 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -306,7 +301,7 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -319,7 +314,8 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent } /** Set Details. - @param TextDetails Details */ + @param TextDetails Details + */ public void setTextDetails (String TextDetails) { set_Value (COLUMNNAME_TextDetails, TextDetails); @@ -327,15 +323,14 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent /** Get Details. @return Details */ - public String getTextDetails () + public String getTextDetails() { return (String)get_Value(COLUMNNAME_TextDetails); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -344,13 +339,14 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } /** Set Topic Action. - @param TopicAction Topic Action */ + @param TopicAction Topic Action + */ public void setTopicAction (String TopicAction) { set_Value (COLUMNNAME_TopicAction, TopicAction); @@ -358,13 +354,14 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent /** Get Topic Action. @return Topic Action */ - public String getTopicAction () + public String getTopicAction() { return (String)get_Value(COLUMNNAME_TopicAction); } /** Set Topic Status. - @param TopicStatus Topic Status */ + @param TopicStatus Topic Status + */ public void setTopicStatus (String TopicStatus) { set_Value (COLUMNNAME_TopicStatus, TopicStatus); @@ -372,7 +369,7 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent /** Get Topic Status. @return Topic Status */ - public String getTopicStatus () + public String getTopicStatus() { return (String)get_Value(COLUMNNAME_TopicStatus); } diff --git a/org.adempiere.base/src/org/compiere/model/X_B_TopicCategory.java b/org.adempiere.base/src/org/compiere/model/X_B_TopicCategory.java index eb23b418cf..3b34de3249 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_TopicCategory.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_TopicCategory.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for B_TopicCategory * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="B_TopicCategory") public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persistent { @@ -31,7 +31,7 @@ public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_B_TopicCategory (Properties ctx, int B_TopicCategory_ID, String trxName) @@ -74,21 +74,20 @@ public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persis } /** Set Topic Category. - @param B_TopicCategory_ID - Auction Topic Category - */ + @param B_TopicCategory_ID Auction Topic Category + */ public void setB_TopicCategory_ID (int B_TopicCategory_ID) { - if (B_TopicCategory_ID < 1) + if (B_TopicCategory_ID < 1) set_ValueNoCheck (COLUMNNAME_B_TopicCategory_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_B_TopicCategory_ID, Integer.valueOf(B_TopicCategory_ID)); } /** Get Topic Category. @return Auction Topic Category */ - public int getB_TopicCategory_ID () + public int getB_TopicCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_TopicCategory_ID); if (ii == null) @@ -97,7 +96,8 @@ public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persis } /** Set B_TopicCategory_UU. - @param B_TopicCategory_UU B_TopicCategory_UU */ + @param B_TopicCategory_UU B_TopicCategory_UU + */ public void setB_TopicCategory_UU (String B_TopicCategory_UU) { set_Value (COLUMNNAME_B_TopicCategory_UU, B_TopicCategory_UU); @@ -105,7 +105,7 @@ public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persis /** Get B_TopicCategory_UU. @return B_TopicCategory_UU */ - public String getB_TopicCategory_UU () + public String getB_TopicCategory_UU() { return (String)get_Value(COLUMNNAME_B_TopicCategory_UU); } @@ -117,21 +117,20 @@ public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persis } /** Set Topic Type. - @param B_TopicType_ID - Auction Topic Type - */ + @param B_TopicType_ID Auction Topic Type + */ public void setB_TopicType_ID (int B_TopicType_ID) { - if (B_TopicType_ID < 1) + if (B_TopicType_ID < 1) set_ValueNoCheck (COLUMNNAME_B_TopicType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_B_TopicType_ID, Integer.valueOf(B_TopicType_ID)); } /** Get Topic Type. @return Auction Topic Type */ - public int getB_TopicType_ID () + public int getB_TopicType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_TopicType_ID); if (ii == null) @@ -140,9 +139,8 @@ public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persis } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -151,15 +149,14 @@ public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -168,7 +165,7 @@ public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_B_TopicType.java b/org.adempiere.base/src/org/compiere/model/X_B_TopicType.java index 9935659ba1..b1767ab0c8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_TopicType.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_TopicType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for B_TopicType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="B_TopicType") public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent { @@ -31,7 +31,7 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_B_TopicType (Properties ctx, int B_TopicType_ID, String trxName) @@ -77,7 +77,8 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent } /** Set Auction Type. - @param AuctionType Auction Type */ + @param AuctionType Auction Type + */ public void setAuctionType (String AuctionType) { set_Value (COLUMNNAME_AuctionType, AuctionType); @@ -85,27 +86,26 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent /** Get Auction Type. @return Auction Type */ - public String getAuctionType () + public String getAuctionType() { return (String)get_Value(COLUMNNAME_AuctionType); } /** Set Topic Type. - @param B_TopicType_ID - Auction Topic Type - */ + @param B_TopicType_ID Auction Topic Type + */ public void setB_TopicType_ID (int B_TopicType_ID) { - if (B_TopicType_ID < 1) + if (B_TopicType_ID < 1) set_ValueNoCheck (COLUMNNAME_B_TopicType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_B_TopicType_ID, Integer.valueOf(B_TopicType_ID)); } /** Get Topic Type. @return Auction Topic Type */ - public int getB_TopicType_ID () + public int getB_TopicType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_B_TopicType_ID); if (ii == null) @@ -114,7 +114,8 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent } /** Set B_TopicType_UU. - @param B_TopicType_UU B_TopicType_UU */ + @param B_TopicType_UU B_TopicType_UU + */ public void setB_TopicType_UU (String B_TopicType_UU) { set_Value (COLUMNNAME_B_TopicType_UU, B_TopicType_UU); @@ -122,15 +123,14 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent /** Get B_TopicType_UU. @return B_TopicType_UU */ - public String getB_TopicType_UU () + public String getB_TopicType_UU() { return (String)get_Value(COLUMNNAME_B_TopicType_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -139,15 +139,14 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -156,7 +155,7 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -168,21 +167,20 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_Value (COLUMNNAME_M_PriceList_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -197,21 +195,20 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -226,21 +223,20 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent } /** Set Membership. - @param M_ProductMember_ID - Product used to determine the price of the membership for the topic type - */ + @param M_ProductMember_ID Product used to determine the price of the membership for the topic type + */ public void setM_ProductMember_ID (int M_ProductMember_ID) { - if (M_ProductMember_ID < 1) + if (M_ProductMember_ID < 1) set_Value (COLUMNNAME_M_ProductMember_ID, null); - else + else set_Value (COLUMNNAME_M_ProductMember_ID, Integer.valueOf(M_ProductMember_ID)); } /** Get Membership. @return Product used to determine the price of the membership for the topic type */ - public int getM_ProductMember_ID () + public int getM_ProductMember_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductMember_ID); if (ii == null) @@ -249,9 +245,8 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -260,7 +255,7 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_Chat.java b/org.adempiere.base/src/org/compiere/model/X_CM_Chat.java index 3266beed7c..a3afd87804 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_Chat.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_Chat.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for CM_Chat * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="CM_Chat") public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent { @@ -31,7 +31,7 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_CM_Chat (Properties ctx, int CM_Chat_ID, String trxName) @@ -82,21 +82,20 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -105,21 +104,20 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent } /** Set Chat. - @param CM_Chat_ID - Chat or discussion thread - */ + @param CM_Chat_ID Chat or discussion thread + */ public void setCM_Chat_ID (int CM_Chat_ID) { - if (CM_Chat_ID < 1) + if (CM_Chat_ID < 1) set_ValueNoCheck (COLUMNNAME_CM_Chat_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_CM_Chat_ID, Integer.valueOf(CM_Chat_ID)); } /** Get Chat. @return Chat or discussion thread */ - public int getCM_Chat_ID () + public int getCM_Chat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CM_Chat_ID); if (ii == null) @@ -134,21 +132,20 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent } /** Set Chat Type. - @param CM_ChatType_ID - Type of discussion / chat - */ + @param CM_ChatType_ID Type of discussion / chat + */ public void setCM_ChatType_ID (int CM_ChatType_ID) { - if (CM_ChatType_ID < 1) + if (CM_ChatType_ID < 1) set_Value (COLUMNNAME_CM_ChatType_ID, null); - else + else set_Value (COLUMNNAME_CM_ChatType_ID, Integer.valueOf(CM_ChatType_ID)); } /** Get Chat Type. @return Type of discussion / chat */ - public int getCM_ChatType_ID () + public int getCM_ChatType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CM_ChatType_ID); if (ii == null) @@ -157,7 +154,8 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent } /** Set CM_Chat_UU. - @param CM_Chat_UU CM_Chat_UU */ + @param CM_Chat_UU CM_Chat_UU + */ public void setCM_Chat_UU (String CM_Chat_UU) { set_Value (COLUMNNAME_CM_Chat_UU, CM_Chat_UU); @@ -165,7 +163,7 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent /** Get CM_Chat_UU. @return CM_Chat_UU */ - public String getCM_Chat_UU () + public String getCM_Chat_UU() { return (String)get_Value(COLUMNNAME_CM_Chat_UU); } @@ -181,9 +179,8 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent /** Private Information = P */ public static final String CONFIDENTIALTYPE_PrivateInformation = "P"; /** Set Confidentiality. - @param ConfidentialType - Type of Confidentiality - */ + @param ConfidentialType Type of Confidentiality + */ public void setConfidentialType (String ConfidentialType) { @@ -193,15 +190,14 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent /** Get Confidentiality. @return Type of Confidentiality */ - public String getConfidentialType () + public String getConfidentialType() { return (String)get_Value(COLUMNNAME_ConfidentialType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -210,7 +206,7 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -232,9 +228,8 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent /** Not moderated = N */ public static final String MODERATIONTYPE_NotModerated = "N"; /** Set Moderation Type. - @param ModerationType - Type of moderation - */ + @param ModerationType Type of moderation + */ public void setModerationType (String ModerationType) { @@ -244,27 +239,26 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent /** Get Moderation Type. @return Type of moderation */ - public String getModerationType () + public String getModerationType() { return (String)get_Value(COLUMNNAME_ModerationType); } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_ChatEntry.java b/org.adempiere.base/src/org/compiere/model/X_CM_ChatEntry.java index edc5b8a1f9..ff4db4c983 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_ChatEntry.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_ChatEntry.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for CM_ChatEntry * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="CM_ChatEntry") public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent { @@ -31,7 +31,7 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_CM_ChatEntry (Properties ctx, int CM_ChatEntry_ID, String trxName) @@ -83,21 +83,20 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -106,9 +105,8 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent } /** Set Character Data. - @param CharacterData - Long Character Field - */ + @param CharacterData Long Character Field + */ public void setCharacterData (String CharacterData) { set_ValueNoCheck (COLUMNNAME_CharacterData, CharacterData); @@ -117,7 +115,7 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent /** Get Character Data. @return Long Character Field */ - public String getCharacterData () + public String getCharacterData() { return (String)get_Value(COLUMNNAME_CharacterData); } @@ -131,9 +129,8 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent /** Wiki = W */ public static final String CHATENTRYTYPE_Wiki = "W"; /** Set Chat Entry Type. - @param ChatEntryType - Type of Chat/Forum Entry - */ + @param ChatEntryType Type of Chat/Forum Entry + */ public void setChatEntryType (String ChatEntryType) { @@ -143,7 +140,7 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent /** Get Chat Entry Type. @return Type of Chat/Forum Entry */ - public String getChatEntryType () + public String getChatEntryType() { return (String)get_Value(COLUMNNAME_ChatEntryType); } @@ -155,21 +152,20 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent } /** Set Chat Entry Grandparent. - @param CM_ChatEntryGrandParent_ID - Link to Grand Parent (root level) - */ + @param CM_ChatEntryGrandParent_ID Link to Grand Parent (root level) + */ public void setCM_ChatEntryGrandParent_ID (int CM_ChatEntryGrandParent_ID) { - if (CM_ChatEntryGrandParent_ID < 1) + if (CM_ChatEntryGrandParent_ID < 1) set_Value (COLUMNNAME_CM_ChatEntryGrandParent_ID, null); - else + else set_Value (COLUMNNAME_CM_ChatEntryGrandParent_ID, Integer.valueOf(CM_ChatEntryGrandParent_ID)); } /** Get Chat Entry Grandparent. @return Link to Grand Parent (root level) */ - public int getCM_ChatEntryGrandParent_ID () + public int getCM_ChatEntryGrandParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CM_ChatEntryGrandParent_ID); if (ii == null) @@ -178,21 +174,20 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent } /** Set Chat Entry. - @param CM_ChatEntry_ID - Individual Chat / Discussion Entry - */ + @param CM_ChatEntry_ID Individual Chat / Discussion Entry + */ public void setCM_ChatEntry_ID (int CM_ChatEntry_ID) { - if (CM_ChatEntry_ID < 1) + if (CM_ChatEntry_ID < 1) set_ValueNoCheck (COLUMNNAME_CM_ChatEntry_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_CM_ChatEntry_ID, Integer.valueOf(CM_ChatEntry_ID)); } /** Get Chat Entry. @return Individual Chat / Discussion Entry */ - public int getCM_ChatEntry_ID () + public int getCM_ChatEntry_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CM_ChatEntry_ID); if (ii == null) @@ -215,21 +210,20 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent } /** Set Chat Entry Parent. - @param CM_ChatEntryParent_ID - Link to direct Parent - */ + @param CM_ChatEntryParent_ID Link to direct Parent + */ public void setCM_ChatEntryParent_ID (int CM_ChatEntryParent_ID) { - if (CM_ChatEntryParent_ID < 1) + if (CM_ChatEntryParent_ID < 1) set_Value (COLUMNNAME_CM_ChatEntryParent_ID, null); - else + else set_Value (COLUMNNAME_CM_ChatEntryParent_ID, Integer.valueOf(CM_ChatEntryParent_ID)); } /** Get Chat Entry Parent. @return Link to direct Parent */ - public int getCM_ChatEntryParent_ID () + public int getCM_ChatEntryParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CM_ChatEntryParent_ID); if (ii == null) @@ -238,7 +232,8 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent } /** Set CM_ChatEntry_UU. - @param CM_ChatEntry_UU CM_ChatEntry_UU */ + @param CM_ChatEntry_UU CM_ChatEntry_UU + */ public void setCM_ChatEntry_UU (String CM_ChatEntry_UU) { set_Value (COLUMNNAME_CM_ChatEntry_UU, CM_ChatEntry_UU); @@ -246,7 +241,7 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent /** Get CM_ChatEntry_UU. @return CM_ChatEntry_UU */ - public String getCM_ChatEntry_UU () + public String getCM_ChatEntry_UU() { return (String)get_Value(COLUMNNAME_CM_ChatEntry_UU); } @@ -258,21 +253,20 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent } /** Set Chat. - @param CM_Chat_ID - Chat or discussion thread - */ + @param CM_Chat_ID Chat or discussion thread + */ public void setCM_Chat_ID (int CM_Chat_ID) { - if (CM_Chat_ID < 1) + if (CM_Chat_ID < 1) set_ValueNoCheck (COLUMNNAME_CM_Chat_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_CM_Chat_ID, Integer.valueOf(CM_Chat_ID)); } /** Get Chat. @return Chat or discussion thread */ - public int getCM_Chat_ID () + public int getCM_Chat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CM_Chat_ID); if (ii == null) @@ -291,9 +285,8 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent /** Private Information = P */ public static final String CONFIDENTIALTYPE_PrivateInformation = "P"; /** Set Confidentiality. - @param ConfidentialType - Type of Confidentiality - */ + @param ConfidentialType Type of Confidentiality + */ public void setConfidentialType (String ConfidentialType) { @@ -303,7 +296,7 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent /** Get Confidentiality. @return Type of Confidentiality */ - public String getConfidentialType () + public String getConfidentialType() { return (String)get_Value(COLUMNNAME_ConfidentialType); } @@ -319,9 +312,8 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent /** Suspicious = S */ public static final String MODERATORSTATUS_Suspicious = "S"; /** Set Moderation Status. - @param ModeratorStatus - Status of Moderation - */ + @param ModeratorStatus Status of Moderation + */ public void setModeratorStatus (String ModeratorStatus) { @@ -331,15 +323,14 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent /** Get Moderation Status. @return Status of Moderation */ - public String getModeratorStatus () + public String getModeratorStatus() { return (String)get_Value(COLUMNNAME_ModeratorStatus); } /** Set Subject. - @param Subject - Email Message Subject - */ + @param Subject Email Message Subject + */ public void setSubject (String Subject) { set_Value (COLUMNNAME_Subject, Subject); @@ -348,7 +339,7 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent /** Get Subject. @return Email Message Subject */ - public String getSubject () + public String getSubject() { return (String)get_Value(COLUMNNAME_Subject); } diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_ChatType.java b/org.adempiere.base/src/org/compiere/model/X_CM_ChatType.java index d5714bd4cb..aa539ef4a0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_ChatType.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_ChatType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for CM_ChatType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="CM_ChatType") public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent { @@ -31,7 +31,7 @@ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_CM_ChatType (Properties ctx, int CM_ChatType_ID, String trxName) @@ -80,21 +80,20 @@ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -103,21 +102,20 @@ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent } /** Set Chat Type. - @param CM_ChatType_ID - Type of discussion / chat - */ + @param CM_ChatType_ID Type of discussion / chat + */ public void setCM_ChatType_ID (int CM_ChatType_ID) { - if (CM_ChatType_ID < 1) + if (CM_ChatType_ID < 1) set_ValueNoCheck (COLUMNNAME_CM_ChatType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_CM_ChatType_ID, Integer.valueOf(CM_ChatType_ID)); } /** Get Chat Type. @return Type of discussion / chat */ - public int getCM_ChatType_ID () + public int getCM_ChatType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CM_ChatType_ID); if (ii == null) @@ -126,7 +124,8 @@ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent } /** Set CM_ChatType_UU. - @param CM_ChatType_UU CM_ChatType_UU */ + @param CM_ChatType_UU CM_ChatType_UU + */ public void setCM_ChatType_UU (String CM_ChatType_UU) { set_Value (COLUMNNAME_CM_ChatType_UU, CM_ChatType_UU); @@ -134,15 +133,14 @@ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent /** Get CM_ChatType_UU. @return CM_ChatType_UU */ - public String getCM_ChatType_UU () + public String getCM_ChatType_UU() { return (String)get_Value(COLUMNNAME_CM_ChatType_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -151,7 +149,7 @@ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -165,9 +163,8 @@ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent /** Not moderated = N */ public static final String MODERATIONTYPE_NotModerated = "N"; /** Set Moderation Type. - @param ModerationType - Type of moderation - */ + @param ModerationType Type of moderation + */ public void setModerationType (String ModerationType) { @@ -177,15 +174,14 @@ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent /** Get Moderation Type. @return Type of moderation */ - public String getModerationType () + public String getModerationType() { return (String)get_Value(COLUMNNAME_ModerationType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -194,7 +190,7 @@ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_ChatTypeUpdate.java b/org.adempiere.base/src/org/compiere/model/X_CM_ChatTypeUpdate.java index a57b8a5b46..617d74e51f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_ChatTypeUpdate.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_ChatTypeUpdate.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for CM_ChatTypeUpdate * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="CM_ChatTypeUpdate") public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Persistent { @@ -30,7 +30,7 @@ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_CM_ChatTypeUpdate (Properties ctx, int CM_ChatTypeUpdate_ID, String trxName) @@ -79,21 +79,20 @@ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Pe } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -108,21 +107,20 @@ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Pe } /** Set Chat Type. - @param CM_ChatType_ID - Type of discussion / chat - */ + @param CM_ChatType_ID Type of discussion / chat + */ public void setCM_ChatType_ID (int CM_ChatType_ID) { - if (CM_ChatType_ID < 1) + if (CM_ChatType_ID < 1) set_ValueNoCheck (COLUMNNAME_CM_ChatType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_CM_ChatType_ID, Integer.valueOf(CM_ChatType_ID)); } /** Get Chat Type. @return Type of discussion / chat */ - public int getCM_ChatType_ID () + public int getCM_ChatType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CM_ChatType_ID); if (ii == null) @@ -131,7 +129,8 @@ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Pe } /** Set CM_ChatTypeUpdate_UU. - @param CM_ChatTypeUpdate_UU CM_ChatTypeUpdate_UU */ + @param CM_ChatTypeUpdate_UU CM_ChatTypeUpdate_UU + */ public void setCM_ChatTypeUpdate_UU (String CM_ChatTypeUpdate_UU) { set_Value (COLUMNNAME_CM_ChatTypeUpdate_UU, CM_ChatTypeUpdate_UU); @@ -139,15 +138,14 @@ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Pe /** Get CM_ChatTypeUpdate_UU. @return CM_ChatTypeUpdate_UU */ - public String getCM_ChatTypeUpdate_UU () + public String getCM_ChatTypeUpdate_UU() { return (String)get_Value(COLUMNNAME_CM_ChatTypeUpdate_UU); } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -156,7 +154,7 @@ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Pe /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_ChatUpdate.java b/org.adempiere.base/src/org/compiere/model/X_CM_ChatUpdate.java index 7edba26094..0609d7f2e4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_ChatUpdate.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_ChatUpdate.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for CM_ChatUpdate * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="CM_ChatUpdate") public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent { @@ -30,7 +30,7 @@ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_CM_ChatUpdate (Properties ctx, int CM_ChatUpdate_ID, String trxName) @@ -79,21 +79,20 @@ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -108,21 +107,20 @@ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent } /** Set Chat. - @param CM_Chat_ID - Chat or discussion thread - */ + @param CM_Chat_ID Chat or discussion thread + */ public void setCM_Chat_ID (int CM_Chat_ID) { - if (CM_Chat_ID < 1) + if (CM_Chat_ID < 1) set_ValueNoCheck (COLUMNNAME_CM_Chat_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_CM_Chat_ID, Integer.valueOf(CM_Chat_ID)); } /** Get Chat. @return Chat or discussion thread */ - public int getCM_Chat_ID () + public int getCM_Chat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CM_Chat_ID); if (ii == null) @@ -131,7 +129,8 @@ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent } /** Set CM_ChatUpdate_UU. - @param CM_ChatUpdate_UU CM_ChatUpdate_UU */ + @param CM_ChatUpdate_UU CM_ChatUpdate_UU + */ public void setCM_ChatUpdate_UU (String CM_ChatUpdate_UU) { set_Value (COLUMNNAME_CM_ChatUpdate_UU, CM_ChatUpdate_UU); @@ -139,15 +138,14 @@ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent /** Get CM_ChatUpdate_UU. @return CM_ChatUpdate_UU */ - public String getCM_ChatUpdate_UU () + public String getCM_ChatUpdate_UU() { return (String)get_Value(COLUMNNAME_CM_ChatUpdate_UU); } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -156,7 +154,7 @@ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_1099Box.java b/org.adempiere.base/src/org/compiere/model/X_C_1099Box.java index 7014980c3b..410a4a0842 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_1099Box.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_1099Box.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_1099Box * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_1099Box") public class X_C_1099Box extends PO implements I_C_1099Box, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_1099Box extends PO implements I_C_1099Box, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_1099Box (Properties ctx, int C_1099Box_ID, String trxName) @@ -75,7 +75,8 @@ public class X_C_1099Box extends PO implements I_C_1099Box, I_Persistent } /** Set Bucket. - @param Bucket Bucket */ + @param Bucket Bucket + */ public void setBucket (int Bucket) { set_Value (COLUMNNAME_Bucket, Integer.valueOf(Bucket)); @@ -83,7 +84,7 @@ public class X_C_1099Box extends PO implements I_C_1099Box, I_Persistent /** Get Bucket. @return Bucket */ - public int getBucket () + public int getBucket() { Integer ii = (Integer)get_Value(COLUMNNAME_Bucket); if (ii == null) @@ -92,18 +93,19 @@ public class X_C_1099Box extends PO implements I_C_1099Box, I_Persistent } /** Set 1099 Box. - @param C_1099Box_ID 1099 Box */ + @param C_1099Box_ID 1099 Box + */ public void setC_1099Box_ID (int C_1099Box_ID) { - if (C_1099Box_ID < 1) + if (C_1099Box_ID < 1) set_ValueNoCheck (COLUMNNAME_C_1099Box_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_1099Box_ID, Integer.valueOf(C_1099Box_ID)); } /** Get 1099 Box. @return 1099 Box */ - public int getC_1099Box_ID () + public int getC_1099Box_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_1099Box_ID); if (ii == null) @@ -112,7 +114,8 @@ public class X_C_1099Box extends PO implements I_C_1099Box, I_Persistent } /** Set C_1099Box_UU. - @param C_1099Box_UU C_1099Box_UU */ + @param C_1099Box_UU C_1099Box_UU + */ public void setC_1099Box_UU (String C_1099Box_UU) { set_Value (COLUMNNAME_C_1099Box_UU, C_1099Box_UU); @@ -120,15 +123,14 @@ public class X_C_1099Box extends PO implements I_C_1099Box, I_Persistent /** Get C_1099Box_UU. @return C_1099Box_UU */ - public String getC_1099Box_UU () + public String getC_1099Box_UU() { return (String)get_Value(COLUMNNAME_C_1099Box_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -137,15 +139,14 @@ public class X_C_1099Box extends PO implements I_C_1099Box, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -154,15 +155,14 @@ public class X_C_1099Box extends PO implements I_C_1099Box, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -171,7 +171,7 @@ public class X_C_1099Box extends PO implements I_C_1099Box, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -185,9 +185,8 @@ public class X_C_1099Box extends PO implements I_C_1099Box, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -196,7 +195,7 @@ public class X_C_1099Box extends PO implements I_C_1099Box, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessor.java b/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessor.java index ecd7d19ed3..56bada8801 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessor.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_AcctProcessor * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_AcctProcessor") public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_AcctProcessor (Properties ctx, int C_AcctProcessor_ID, String trxName) @@ -84,18 +84,19 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis } /** Set Schedule. - @param AD_Schedule_ID Schedule */ + @param AD_Schedule_ID Schedule + */ public void setAD_Schedule_ID (int AD_Schedule_ID) { - if (AD_Schedule_ID < 1) + if (AD_Schedule_ID < 1) set_Value (COLUMNNAME_AD_Schedule_ID, null); - else + else set_Value (COLUMNNAME_AD_Schedule_ID, Integer.valueOf(AD_Schedule_ID)); } /** Get Schedule. @return Schedule */ - public int getAD_Schedule_ID () + public int getAD_Schedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Schedule_ID); if (ii == null) @@ -110,21 +111,20 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -133,21 +133,20 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis } /** Set Accounting Processor. - @param C_AcctProcessor_ID - Accounting Processor/Server Parameters - */ + @param C_AcctProcessor_ID Accounting Processor/Server Parameters + */ public void setC_AcctProcessor_ID (int C_AcctProcessor_ID) { - if (C_AcctProcessor_ID < 1) + if (C_AcctProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctProcessor_ID, Integer.valueOf(C_AcctProcessor_ID)); } /** Get Accounting Processor. @return Accounting Processor/Server Parameters */ - public int getC_AcctProcessor_ID () + public int getC_AcctProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctProcessor_ID); if (ii == null) @@ -156,7 +155,8 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis } /** Set C_AcctProcessor_UU. - @param C_AcctProcessor_UU C_AcctProcessor_UU */ + @param C_AcctProcessor_UU C_AcctProcessor_UU + */ public void setC_AcctProcessor_UU (String C_AcctProcessor_UU) { set_Value (COLUMNNAME_C_AcctProcessor_UU, C_AcctProcessor_UU); @@ -164,7 +164,7 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis /** Get C_AcctProcessor_UU. @return C_AcctProcessor_UU */ - public String getC_AcctProcessor_UU () + public String getC_AcctProcessor_UU() { return (String)get_Value(COLUMNNAME_C_AcctProcessor_UU); } @@ -176,21 +176,20 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -199,9 +198,8 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_Value (COLUMNNAME_DateLastRun, DateLastRun); @@ -210,15 +208,14 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Date next run. - @param DateNextRun - Date the process will run next - */ + @param DateNextRun Date the process will run next + */ public void setDateNextRun (Timestamp DateNextRun) { set_Value (COLUMNNAME_DateNextRun, DateNextRun); @@ -227,15 +224,14 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis /** Get Date next run. @return Date the process will run next */ - public Timestamp getDateNextRun () + public Timestamp getDateNextRun() { return (Timestamp)get_Value(COLUMNNAME_DateNextRun); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -244,15 +240,14 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Days to keep Log. - @param KeepLogDays - Number of days to keep the log entries - */ + @param KeepLogDays Number of days to keep the log entries + */ public void setKeepLogDays (int KeepLogDays) { set_Value (COLUMNNAME_KeepLogDays, Integer.valueOf(KeepLogDays)); @@ -261,7 +256,7 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis /** Get Days to keep Log. @return Number of days to keep the log entries */ - public int getKeepLogDays () + public int getKeepLogDays() { Integer ii = (Integer)get_Value(COLUMNNAME_KeepLogDays); if (ii == null) @@ -270,9 +265,8 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -281,7 +275,7 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -295,7 +289,8 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -303,7 +298,7 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -322,21 +317,20 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis } /** Set Supervisor. - @param Supervisor_ID - Supervisor for this user/organization - used for escalation and approval - */ + @param Supervisor_ID Supervisor for this user/organization - used for escalation and approval + */ public void setSupervisor_ID (int Supervisor_ID) { - if (Supervisor_ID < 1) + if (Supervisor_ID < 1) set_Value (COLUMNNAME_Supervisor_ID, null); - else + else set_Value (COLUMNNAME_Supervisor_ID, Integer.valueOf(Supervisor_ID)); } /** Get Supervisor. @return Supervisor for this user/organization - used for escalation and approval */ - public int getSupervisor_ID () + public int getSupervisor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Supervisor_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessorLog.java b/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessorLog.java index ddc549da07..fb175f82dd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessorLog.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_AcctProcessorLog * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_AcctProcessorLog") public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_AcctProcessorLog (Properties ctx, int C_AcctProcessorLog_ID, String trxName) @@ -73,9 +73,8 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ } /** Set Binary Data. - @param BinaryData - Binary Data - */ + @param BinaryData Binary Data + */ public void setBinaryData (byte[] BinaryData) { set_Value (COLUMNNAME_BinaryData, BinaryData); @@ -84,7 +83,7 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ /** Get Binary Data. @return Binary Data */ - public byte[] getBinaryData () + public byte[] getBinaryData() { return (byte[])get_Value(COLUMNNAME_BinaryData); } @@ -96,21 +95,20 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ } /** Set Accounting Processor. - @param C_AcctProcessor_ID - Accounting Processor/Server Parameters - */ + @param C_AcctProcessor_ID Accounting Processor/Server Parameters + */ public void setC_AcctProcessor_ID (int C_AcctProcessor_ID) { - if (C_AcctProcessor_ID < 1) + if (C_AcctProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctProcessor_ID, Integer.valueOf(C_AcctProcessor_ID)); } /** Get Accounting Processor. @return Accounting Processor/Server Parameters */ - public int getC_AcctProcessor_ID () + public int getC_AcctProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctProcessor_ID); if (ii == null) @@ -119,21 +117,20 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ } /** Set Accounting Processor Log. - @param C_AcctProcessorLog_ID - Result of the execution of the Accounting Processor - */ + @param C_AcctProcessorLog_ID Result of the execution of the Accounting Processor + */ public void setC_AcctProcessorLog_ID (int C_AcctProcessorLog_ID) { - if (C_AcctProcessorLog_ID < 1) + if (C_AcctProcessorLog_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctProcessorLog_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctProcessorLog_ID, Integer.valueOf(C_AcctProcessorLog_ID)); } /** Get Accounting Processor Log. @return Result of the execution of the Accounting Processor */ - public int getC_AcctProcessorLog_ID () + public int getC_AcctProcessorLog_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctProcessorLog_ID); if (ii == null) @@ -142,7 +139,8 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ } /** Set C_AcctProcessorLog_UU. - @param C_AcctProcessorLog_UU C_AcctProcessorLog_UU */ + @param C_AcctProcessorLog_UU C_AcctProcessorLog_UU + */ public void setC_AcctProcessorLog_UU (String C_AcctProcessorLog_UU) { set_Value (COLUMNNAME_C_AcctProcessorLog_UU, C_AcctProcessorLog_UU); @@ -150,15 +148,14 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ /** Get C_AcctProcessorLog_UU. @return C_AcctProcessorLog_UU */ - public String getC_AcctProcessorLog_UU () + public String getC_AcctProcessorLog_UU() { return (String)get_Value(COLUMNNAME_C_AcctProcessorLog_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -167,15 +164,14 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Error. - @param IsError - An Error occurred in the execution - */ + @param IsError An Error occurred in the execution + */ public void setIsError (boolean IsError) { set_Value (COLUMNNAME_IsError, Boolean.valueOf(IsError)); @@ -184,7 +180,7 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ /** Get Error. @return An Error occurred in the execution */ - public boolean isError () + public boolean isError() { Object oo = get_Value(COLUMNNAME_IsError); if (oo != null) @@ -197,9 +193,8 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ } /** Set Reference. - @param Reference - Reference for this record - */ + @param Reference Reference for this record + */ public void setReference (String Reference) { set_Value (COLUMNNAME_Reference, Reference); @@ -208,15 +203,14 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ /** Get Reference. @return Reference for this record */ - public String getReference () + public String getReference() { return (String)get_Value(COLUMNNAME_Reference); } /** Set Summary. - @param Summary - Textual summary of this request - */ + @param Summary Textual summary of this request + */ public void setSummary (String Summary) { set_Value (COLUMNNAME_Summary, Summary); @@ -225,15 +219,14 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ /** Get Summary. @return Textual summary of this request */ - public String getSummary () + public String getSummary() { return (String)get_Value(COLUMNNAME_Summary); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -242,7 +235,7 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema.java b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema.java index d9b08e4b58..04dcd3f883 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_AcctSchema * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_AcctSchema") public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_AcctSchema (Properties ctx, int C_AcctSchema_ID, String trxName) @@ -97,21 +97,20 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Only Organization. - @param AD_OrgOnly_ID - Create posting entries only for this organization - */ + @param AD_OrgOnly_ID Create posting entries only for this organization + */ public void setAD_OrgOnly_ID (int AD_OrgOnly_ID) { - if (AD_OrgOnly_ID < 1) + if (AD_OrgOnly_ID < 1) set_Value (COLUMNNAME_AD_OrgOnly_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgOnly_ID, Integer.valueOf(AD_OrgOnly_ID)); } /** Get Only Organization. @return Create posting entries only for this organization */ - public int getAD_OrgOnly_ID () + public int getAD_OrgOnly_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgOnly_ID); if (ii == null) @@ -120,9 +119,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Automatic Period Control. - @param AutoPeriodControl - If selected, the periods are automatically opened and closed - */ + @param AutoPeriodControl If selected, the periods are automatically opened and closed + */ public void setAutoPeriodControl (boolean AutoPeriodControl) { set_Value (COLUMNNAME_AutoPeriodControl, Boolean.valueOf(AutoPeriodControl)); @@ -131,7 +129,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Automatic Period Control. @return If selected, the periods are automatically opened and closed */ - public boolean isAutoPeriodControl () + public boolean isAutoPeriodControl() { Object oo = get_Value(COLUMNNAME_AutoPeriodControl); if (oo != null) @@ -144,21 +142,20 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -167,7 +164,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set C_AcctSchema_UU. - @param C_AcctSchema_UU C_AcctSchema_UU */ + @param C_AcctSchema_UU C_AcctSchema_UU + */ public void setC_AcctSchema_UU (String C_AcctSchema_UU) { set_Value (COLUMNNAME_C_AcctSchema_UU, C_AcctSchema_UU); @@ -175,7 +173,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get C_AcctSchema_UU. @return C_AcctSchema_UU */ - public String getC_AcctSchema_UU () + public String getC_AcctSchema_UU() { return (String)get_Value(COLUMNNAME_C_AcctSchema_UU); } @@ -187,21 +185,20 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -211,9 +208,9 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** CommitmentType AD_Reference_ID=359 */ public static final int COMMITMENTTYPE_AD_Reference_ID=359; - /** PO/SO Commitment & Reservation = A */ + /** PO/SO Commitment & Reservation = A */ public static final String COMMITMENTTYPE_POSOCommitmentReservation = "A"; - /** PO Commitment & Reservation = B */ + /** PO Commitment & Reservation = B */ public static final String COMMITMENTTYPE_POCommitmentReservation = "B"; /** PO Commitment only = C */ public static final String COMMITMENTTYPE_POCommitmentOnly = "C"; @@ -224,9 +221,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** SO Commitment only = S */ public static final String COMMITMENTTYPE_SOCommitmentOnly = "S"; /** Set Commitment Type. - @param CommitmentType - Create Commitment and/or Reservations for Budget Control - */ + @param CommitmentType Create Commitment and/or Reservations for Budget Control + */ public void setCommitmentType (String CommitmentType) { @@ -236,7 +232,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Commitment Type. @return Create Commitment and/or Reservations for Budget Control */ - public String getCommitmentType () + public String getCommitmentType() { return (String)get_Value(COLUMNNAME_CommitmentType); } @@ -250,9 +246,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Organization = O */ public static final String COSTINGLEVEL_Organization = "O"; /** Set Costing Level. - @param CostingLevel - The lowest level to accumulate Costing Information - */ + @param CostingLevel The lowest level to accumulate Costing Information + */ public void setCostingLevel (String CostingLevel) { @@ -262,7 +257,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Costing Level. @return The lowest level to accumulate Costing Information */ - public String getCostingLevel () + public String getCostingLevel() { return (String)get_Value(COLUMNNAME_CostingLevel); } @@ -288,9 +283,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** _ = x */ public static final String COSTINGMETHOD__ = "x"; /** Set Costing Method. - @param CostingMethod - Indicates how Costs will be calculated - */ + @param CostingMethod Indicates how Costs will be calculated + */ public void setCostingMethod (String CostingMethod) { @@ -300,7 +294,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Costing Method. @return Indicates how Costs will be calculated */ - public String getCostingMethod () + public String getCostingMethod() { return (String)get_Value(COLUMNNAME_CostingMethod); } @@ -312,21 +306,20 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Period_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -335,9 +328,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -346,7 +338,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -364,9 +356,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Custom Accounting Rules = XX */ public static final String GAAP_CustomAccountingRules = "XX"; /** Set GAAP. - @param GAAP - Generally Accepted Accounting Principles - */ + @param GAAP Generally Accepted Accounting Principles + */ public void setGAAP (String GAAP) { @@ -376,15 +367,14 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get GAAP. @return Generally Accepted Accounting Principles */ - public String getGAAP () + public String getGAAP() { return (String)get_Value(COLUMNNAME_GAAP); } /** Set Use Account Alias. - @param HasAlias - Ability to select (partial) account combinations by an Alias - */ + @param HasAlias Ability to select (partial) account combinations by an Alias + */ public void setHasAlias (boolean HasAlias) { set_Value (COLUMNNAME_HasAlias, Boolean.valueOf(HasAlias)); @@ -393,7 +383,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Use Account Alias. @return Ability to select (partial) account combinations by an Alias */ - public boolean isHasAlias () + public boolean isHasAlias() { Object oo = get_Value(COLUMNNAME_HasAlias); if (oo != null) @@ -406,9 +396,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Use Account Combination Control. - @param HasCombination - Combination of account elements are checked - */ + @param HasCombination Combination of account elements are checked + */ public void setHasCombination (boolean HasCombination) { set_Value (COLUMNNAME_HasCombination, Boolean.valueOf(HasCombination)); @@ -417,7 +406,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Use Account Combination Control. @return Combination of account elements are checked */ - public boolean isHasCombination () + public boolean isHasCombination() { Object oo = get_Value(COLUMNNAME_HasCombination); if (oo != null) @@ -430,9 +419,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Accrual. - @param IsAccrual - Indicates if Accrual or Cash Based accounting will be used - */ + @param IsAccrual Indicates if Accrual or Cash Based accounting will be used + */ public void setIsAccrual (boolean IsAccrual) { set_Value (COLUMNNAME_IsAccrual, Boolean.valueOf(IsAccrual)); @@ -441,7 +429,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Accrual. @return Indicates if Accrual or Cash Based accounting will be used */ - public boolean isAccrual () + public boolean isAccrual() { Object oo = get_Value(COLUMNNAME_IsAccrual); if (oo != null) @@ -454,9 +442,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Adjust COGS. - @param IsAdjustCOGS - Adjust Cost of Good Sold - */ + @param IsAdjustCOGS Adjust Cost of Good Sold + */ public void setIsAdjustCOGS (boolean IsAdjustCOGS) { set_Value (COLUMNNAME_IsAdjustCOGS, Boolean.valueOf(IsAdjustCOGS)); @@ -465,7 +452,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Adjust COGS. @return Adjust Cost of Good Sold */ - public boolean isAdjustCOGS () + public boolean isAdjustCOGS() { Object oo = get_Value(COLUMNNAME_IsAdjustCOGS); if (oo != null) @@ -478,9 +465,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Allow Negative Posting. - @param IsAllowNegativePosting - Allow to post negative accounting values - */ + @param IsAllowNegativePosting Allow to post negative accounting values + */ public void setIsAllowNegativePosting (boolean IsAllowNegativePosting) { set_Value (COLUMNNAME_IsAllowNegativePosting, Boolean.valueOf(IsAllowNegativePosting)); @@ -489,7 +475,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Allow Negative Posting. @return Allow to post negative accounting values */ - public boolean isAllowNegativePosting () + public boolean isAllowNegativePosting() { Object oo = get_Value(COLUMNNAME_IsAllowNegativePosting); if (oo != null) @@ -502,9 +488,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Correct tax for Discounts/Charges. - @param IsDiscountCorrectsTax - Correct the tax for payment discount and charges - */ + @param IsDiscountCorrectsTax Correct the tax for payment discount and charges + */ public void setIsDiscountCorrectsTax (boolean IsDiscountCorrectsTax) { set_Value (COLUMNNAME_IsDiscountCorrectsTax, Boolean.valueOf(IsDiscountCorrectsTax)); @@ -513,7 +498,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Correct tax for Discounts/Charges. @return Correct the tax for payment discount and charges */ - public boolean isDiscountCorrectsTax () + public boolean isDiscountCorrectsTax() { Object oo = get_Value(COLUMNNAME_IsDiscountCorrectsTax); if (oo != null) @@ -526,9 +511,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Explicit Cost Adjustment. - @param IsExplicitCostAdjustment - Post the cost adjustment explicitly - */ + @param IsExplicitCostAdjustment Post the cost adjustment explicitly + */ public void setIsExplicitCostAdjustment (boolean IsExplicitCostAdjustment) { set_Value (COLUMNNAME_IsExplicitCostAdjustment, Boolean.valueOf(IsExplicitCostAdjustment)); @@ -537,7 +521,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Explicit Cost Adjustment. @return Post the cost adjustment explicitly */ - public boolean isExplicitCostAdjustment () + public boolean isExplicitCostAdjustment() { Object oo = get_Value(COLUMNNAME_IsExplicitCostAdjustment); if (oo != null) @@ -550,9 +534,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Post if Clearing Equal. - @param IsPostIfClearingEqual - This flag controls if Adempiere must post when clearing (transit) and final accounts are the same - */ + @param IsPostIfClearingEqual This flag controls if Adempiere must post when clearing (transit) and final accounts are the same + */ public void setIsPostIfClearingEqual (boolean IsPostIfClearingEqual) { set_Value (COLUMNNAME_IsPostIfClearingEqual, Boolean.valueOf(IsPostIfClearingEqual)); @@ -561,7 +544,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Post if Clearing Equal. @return This flag controls if Adempiere must post when clearing (transit) and final accounts are the same */ - public boolean isPostIfClearingEqual () + public boolean isPostIfClearingEqual() { Object oo = get_Value(COLUMNNAME_IsPostIfClearingEqual); if (oo != null) @@ -574,9 +557,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Post Services Separately. - @param IsPostServices - Differentiate between Services and Product Receivable/Payables - */ + @param IsPostServices Differentiate between Services and Product Receivable/Payables + */ public void setIsPostServices (boolean IsPostServices) { set_Value (COLUMNNAME_IsPostServices, Boolean.valueOf(IsPostServices)); @@ -585,7 +567,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Post Services Separately. @return Differentiate between Services and Product Receivable/Payables */ - public boolean isPostServices () + public boolean isPostServices() { Object oo = get_Value(COLUMNNAME_IsPostServices); if (oo != null) @@ -598,9 +580,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Post Trade Discount. - @param IsTradeDiscountPosted - Generate postings for trade discounts - */ + @param IsTradeDiscountPosted Generate postings for trade discounts + */ public void setIsTradeDiscountPosted (boolean IsTradeDiscountPosted) { set_Value (COLUMNNAME_IsTradeDiscountPosted, Boolean.valueOf(IsTradeDiscountPosted)); @@ -609,7 +590,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Post Trade Discount. @return Generate postings for trade discounts */ - public boolean isTradeDiscountPosted () + public boolean isTradeDiscountPosted() { Object oo = get_Value(COLUMNNAME_IsTradeDiscountPosted); if (oo != null) @@ -628,21 +609,20 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Cost Type. - @param M_CostType_ID - Type of Cost (e.g. Current, Plan, Future) - */ + @param M_CostType_ID Type of Cost (e.g. Current, Plan, Future) + */ public void setM_CostType_ID (int M_CostType_ID) { - if (M_CostType_ID < 1) + if (M_CostType_ID < 1) set_Value (COLUMNNAME_M_CostType_ID, null); - else + else set_Value (COLUMNNAME_M_CostType_ID, Integer.valueOf(M_CostType_ID)); } /** Get Cost Type. @return Type of Cost (e.g. Current, Plan, Future) */ - public int getM_CostType_ID () + public int getM_CostType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostType_ID); if (ii == null) @@ -651,9 +631,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -662,7 +641,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -676,9 +655,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Future Days. - @param Period_OpenFuture - Number of days to be able to post to a future date (based on system date) - */ + @param Period_OpenFuture Number of days to be able to post to a future date (based on system date) + */ public void setPeriod_OpenFuture (int Period_OpenFuture) { set_Value (COLUMNNAME_Period_OpenFuture, Integer.valueOf(Period_OpenFuture)); @@ -687,7 +665,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Future Days. @return Number of days to be able to post to a future date (based on system date) */ - public int getPeriod_OpenFuture () + public int getPeriod_OpenFuture() { Integer ii = (Integer)get_Value(COLUMNNAME_Period_OpenFuture); if (ii == null) @@ -696,9 +674,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set History Days. - @param Period_OpenHistory - Number of days to be able to post in the past (based on system date) - */ + @param Period_OpenHistory Number of days to be able to post in the past (based on system date) + */ public void setPeriod_OpenHistory (int Period_OpenHistory) { set_Value (COLUMNNAME_Period_OpenHistory, Integer.valueOf(Period_OpenHistory)); @@ -707,7 +684,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get History Days. @return Number of days to be able to post in the past (based on system date) */ - public int getPeriod_OpenHistory () + public int getPeriod_OpenHistory() { Integer ii = (Integer)get_Value(COLUMNNAME_Period_OpenHistory); if (ii == null) @@ -716,7 +693,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -724,7 +702,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -737,9 +715,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent } /** Set Element Separator. - @param Separator - Element Separator - */ + @param Separator Element Separator + */ public void setSeparator (String Separator) { set_Value (COLUMNNAME_Separator, Separator); @@ -748,7 +725,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Element Separator. @return Element Separator */ - public String getSeparator () + public String getSeparator() { return (String)get_Value(COLUMNNAME_Separator); } @@ -764,9 +741,8 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Write-off only = W */ public static final String TAXCORRECTIONTYPE_Write_OffOnly = "W"; /** Set Tax Correction. - @param TaxCorrectionType - Type of Tax Correction - */ + @param TaxCorrectionType Type of Tax Correction + */ public void setTaxCorrectionType (String TaxCorrectionType) { @@ -776,7 +752,7 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent /** Get Tax Correction. @return Type of Tax Correction */ - public String getTaxCorrectionType () + public String getTaxCorrectionType() { return (String)get_Value(COLUMNNAME_TaxCorrectionType); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Default.java b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Default.java index 5df02e91b3..5a088023e2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Default.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Default.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_AcctSchema_Default * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_AcctSchema_Default") public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_AcctSchema_Default (Properties ctx, int C_AcctSchema_Default_ID, String trxName) @@ -114,9 +114,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Bank Asset. - @param B_Asset_Acct - Bank Asset Account - */ + @param B_Asset_Acct Bank Asset Account + */ public void setB_Asset_Acct (int B_Asset_Acct) { set_Value (COLUMNNAME_B_Asset_Acct, Integer.valueOf(B_Asset_Acct)); @@ -125,7 +124,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Bank Asset. @return Bank Asset Account */ - public int getB_Asset_Acct () + public int getB_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_Asset_Acct); if (ii == null) @@ -140,9 +139,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Bank Interest Expense. - @param B_InterestExp_Acct - Bank Interest Expense Account - */ + @param B_InterestExp_Acct Bank Interest Expense Account + */ public void setB_InterestExp_Acct (int B_InterestExp_Acct) { set_Value (COLUMNNAME_B_InterestExp_Acct, Integer.valueOf(B_InterestExp_Acct)); @@ -151,7 +149,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Bank Interest Expense. @return Bank Interest Expense Account */ - public int getB_InterestExp_Acct () + public int getB_InterestExp_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_InterestExp_Acct); if (ii == null) @@ -166,9 +164,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Bank Interest Revenue. - @param B_InterestRev_Acct - Bank Interest Revenue Account - */ + @param B_InterestRev_Acct Bank Interest Revenue Account + */ public void setB_InterestRev_Acct (int B_InterestRev_Acct) { set_Value (COLUMNNAME_B_InterestRev_Acct, Integer.valueOf(B_InterestRev_Acct)); @@ -177,7 +174,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Bank Interest Revenue. @return Bank Interest Revenue Account */ - public int getB_InterestRev_Acct () + public int getB_InterestRev_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_InterestRev_Acct); if (ii == null) @@ -192,9 +189,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Bank In Transit. - @param B_InTransit_Acct - Bank In Transit Account - */ + @param B_InTransit_Acct Bank In Transit Account + */ public void setB_InTransit_Acct (int B_InTransit_Acct) { set_Value (COLUMNNAME_B_InTransit_Acct, Integer.valueOf(B_InTransit_Acct)); @@ -203,7 +199,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Bank In Transit. @return Bank In Transit Account */ - public int getB_InTransit_Acct () + public int getB_InTransit_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_InTransit_Acct); if (ii == null) @@ -218,9 +214,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Payment Selection. - @param B_PaymentSelect_Acct - AP Payment Selection Clearing Account - */ + @param B_PaymentSelect_Acct AP Payment Selection Clearing Account + */ public void setB_PaymentSelect_Acct (int B_PaymentSelect_Acct) { set_Value (COLUMNNAME_B_PaymentSelect_Acct, Integer.valueOf(B_PaymentSelect_Acct)); @@ -229,7 +224,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Payment Selection. @return AP Payment Selection Clearing Account */ - public int getB_PaymentSelect_Acct () + public int getB_PaymentSelect_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_PaymentSelect_Acct); if (ii == null) @@ -244,9 +239,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Unallocated Cash. - @param B_UnallocatedCash_Acct - Unallocated Cash Clearing Account - */ + @param B_UnallocatedCash_Acct Unallocated Cash Clearing Account + */ public void setB_UnallocatedCash_Acct (int B_UnallocatedCash_Acct) { set_Value (COLUMNNAME_B_UnallocatedCash_Acct, Integer.valueOf(B_UnallocatedCash_Acct)); @@ -255,7 +249,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Unallocated Cash. @return Unallocated Cash Clearing Account */ - public int getB_UnallocatedCash_Acct () + public int getB_UnallocatedCash_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_UnallocatedCash_Acct); if (ii == null) @@ -264,7 +258,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set C_AcctSchema_Default_UU. - @param C_AcctSchema_Default_UU C_AcctSchema_Default_UU */ + @param C_AcctSchema_Default_UU C_AcctSchema_Default_UU + */ public void setC_AcctSchema_Default_UU (String C_AcctSchema_Default_UU) { set_Value (COLUMNNAME_C_AcctSchema_Default_UU, C_AcctSchema_Default_UU); @@ -272,7 +267,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get C_AcctSchema_Default_UU. @return C_AcctSchema_Default_UU */ - public String getC_AcctSchema_Default_UU () + public String getC_AcctSchema_Default_UU() { return (String)get_Value(COLUMNNAME_C_AcctSchema_Default_UU); } @@ -284,21 +279,20 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -321,9 +315,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Cash Book Asset. - @param CB_Asset_Acct - Cash Book Asset Account - */ + @param CB_Asset_Acct Cash Book Asset Account + */ public void setCB_Asset_Acct (int CB_Asset_Acct) { set_Value (COLUMNNAME_CB_Asset_Acct, Integer.valueOf(CB_Asset_Acct)); @@ -332,7 +325,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Cash Book Asset. @return Cash Book Asset Account */ - public int getCB_Asset_Acct () + public int getCB_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_CB_Asset_Acct); if (ii == null) @@ -347,9 +340,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Cash Transfer. - @param CB_CashTransfer_Acct - Cash Transfer Clearing Account - */ + @param CB_CashTransfer_Acct Cash Transfer Clearing Account + */ public void setCB_CashTransfer_Acct (int CB_CashTransfer_Acct) { set_Value (COLUMNNAME_CB_CashTransfer_Acct, Integer.valueOf(CB_CashTransfer_Acct)); @@ -358,7 +350,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Cash Transfer. @return Cash Transfer Clearing Account */ - public int getCB_CashTransfer_Acct () + public int getCB_CashTransfer_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_CB_CashTransfer_Acct); if (ii == null) @@ -373,9 +365,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Cash Book Differences. - @param CB_Differences_Acct - Cash Book Differences Account - */ + @param CB_Differences_Acct Cash Book Differences Account + */ public void setCB_Differences_Acct (int CB_Differences_Acct) { set_Value (COLUMNNAME_CB_Differences_Acct, Integer.valueOf(CB_Differences_Acct)); @@ -384,7 +375,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Cash Book Differences. @return Cash Book Differences Account */ - public int getCB_Differences_Acct () + public int getCB_Differences_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_CB_Differences_Acct); if (ii == null) @@ -399,9 +390,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Cash Book Expense. - @param CB_Expense_Acct - Cash Book Expense Account - */ + @param CB_Expense_Acct Cash Book Expense Account + */ public void setCB_Expense_Acct (int CB_Expense_Acct) { set_Value (COLUMNNAME_CB_Expense_Acct, Integer.valueOf(CB_Expense_Acct)); @@ -410,7 +400,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Cash Book Expense. @return Cash Book Expense Account */ - public int getCB_Expense_Acct () + public int getCB_Expense_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_CB_Expense_Acct); if (ii == null) @@ -425,9 +415,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Cash Book Receipt. - @param CB_Receipt_Acct - Cash Book Receipts Account - */ + @param CB_Receipt_Acct Cash Book Receipts Account + */ public void setCB_Receipt_Acct (int CB_Receipt_Acct) { set_Value (COLUMNNAME_CB_Receipt_Acct, Integer.valueOf(CB_Receipt_Acct)); @@ -436,7 +425,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Cash Book Receipt. @return Cash Book Receipts Account */ - public int getCB_Receipt_Acct () + public int getCB_Receipt_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_CB_Receipt_Acct); if (ii == null) @@ -451,9 +440,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Charge Account. - @param Ch_Expense_Acct - Charge Account - */ + @param Ch_Expense_Acct Charge Account + */ public void setCh_Expense_Acct (int Ch_Expense_Acct) { set_Value (COLUMNNAME_Ch_Expense_Acct, Integer.valueOf(Ch_Expense_Acct)); @@ -462,7 +450,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Charge Account. @return Charge Account */ - public int getCh_Expense_Acct () + public int getCh_Expense_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_Ch_Expense_Acct); if (ii == null) @@ -477,9 +465,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Customer Prepayment. - @param C_Prepayment_Acct - Account for customer prepayments - */ + @param C_Prepayment_Acct Account for customer prepayments + */ public void setC_Prepayment_Acct (int C_Prepayment_Acct) { set_Value (COLUMNNAME_C_Prepayment_Acct, Integer.valueOf(C_Prepayment_Acct)); @@ -488,7 +475,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Customer Prepayment. @return Account for customer prepayments */ - public int getC_Prepayment_Acct () + public int getC_Prepayment_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Prepayment_Acct); if (ii == null) @@ -503,9 +490,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Customer Receivables. - @param C_Receivable_Acct - Account for Customer Receivables - */ + @param C_Receivable_Acct Account for Customer Receivables + */ public void setC_Receivable_Acct (int C_Receivable_Acct) { set_Value (COLUMNNAME_C_Receivable_Acct, Integer.valueOf(C_Receivable_Acct)); @@ -514,7 +500,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Customer Receivables. @return Account for Customer Receivables */ - public int getC_Receivable_Acct () + public int getC_Receivable_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Receivable_Acct); if (ii == null) @@ -529,9 +515,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Receivable Services. - @param C_Receivable_Services_Acct - Customer Accounts Receivables Services Account - */ + @param C_Receivable_Services_Acct Customer Accounts Receivables Services Account + */ public void setC_Receivable_Services_Acct (int C_Receivable_Services_Acct) { set_Value (COLUMNNAME_C_Receivable_Services_Acct, Integer.valueOf(C_Receivable_Services_Acct)); @@ -540,7 +525,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Receivable Services. @return Customer Accounts Receivables Services Account */ - public int getC_Receivable_Services_Acct () + public int getC_Receivable_Services_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Receivable_Services_Acct); if (ii == null) @@ -555,9 +540,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Not-invoiced Receipts. - @param NotInvoicedReceipts_Acct - Account for not-invoiced Material Receipts - */ + @param NotInvoicedReceipts_Acct Account for not-invoiced Material Receipts + */ public void setNotInvoicedReceipts_Acct (int NotInvoicedReceipts_Acct) { set_Value (COLUMNNAME_NotInvoicedReceipts_Acct, Integer.valueOf(NotInvoicedReceipts_Acct)); @@ -566,7 +550,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Not-invoiced Receipts. @return Account for not-invoiced Material Receipts */ - public int getNotInvoicedReceipts_Acct () + public int getNotInvoicedReceipts_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_NotInvoicedReceipts_Acct); if (ii == null) @@ -581,9 +565,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Product Asset. - @param P_Asset_Acct - Account for Product Asset (Inventory) - */ + @param P_Asset_Acct Account for Product Asset (Inventory) + */ public void setP_Asset_Acct (int P_Asset_Acct) { set_Value (COLUMNNAME_P_Asset_Acct, Integer.valueOf(P_Asset_Acct)); @@ -592,7 +575,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Product Asset. @return Account for Product Asset (Inventory) */ - public int getP_Asset_Acct () + public int getP_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_Asset_Acct); if (ii == null) @@ -607,9 +590,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Average Cost Variance. - @param P_AverageCostVariance_Acct - Average Cost Variance - */ + @param P_AverageCostVariance_Acct Average Cost Variance + */ public void setP_AverageCostVariance_Acct (int P_AverageCostVariance_Acct) { set_Value (COLUMNNAME_P_AverageCostVariance_Acct, Integer.valueOf(P_AverageCostVariance_Acct)); @@ -618,7 +600,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Average Cost Variance. @return Average Cost Variance */ - public int getP_AverageCostVariance_Acct () + public int getP_AverageCostVariance_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_AverageCostVariance_Acct); if (ii == null) @@ -633,9 +615,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Payment Discount Expense. - @param PayDiscount_Exp_Acct - Payment Discount Expense Account - */ + @param PayDiscount_Exp_Acct Payment Discount Expense Account + */ public void setPayDiscount_Exp_Acct (int PayDiscount_Exp_Acct) { set_Value (COLUMNNAME_PayDiscount_Exp_Acct, Integer.valueOf(PayDiscount_Exp_Acct)); @@ -644,7 +625,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Payment Discount Expense. @return Payment Discount Expense Account */ - public int getPayDiscount_Exp_Acct () + public int getPayDiscount_Exp_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_PayDiscount_Exp_Acct); if (ii == null) @@ -659,9 +640,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Payment Discount Revenue. - @param PayDiscount_Rev_Acct - Payment Discount Revenue Account - */ + @param PayDiscount_Rev_Acct Payment Discount Revenue Account + */ public void setPayDiscount_Rev_Acct (int PayDiscount_Rev_Acct) { set_Value (COLUMNNAME_PayDiscount_Rev_Acct, Integer.valueOf(PayDiscount_Rev_Acct)); @@ -670,7 +650,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Payment Discount Revenue. @return Payment Discount Revenue Account */ - public int getPayDiscount_Rev_Acct () + public int getPayDiscount_Rev_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_PayDiscount_Rev_Acct); if (ii == null) @@ -685,9 +665,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Product COGS. - @param P_COGS_Acct - Account for Cost of Goods Sold - */ + @param P_COGS_Acct Account for Cost of Goods Sold + */ public void setP_COGS_Acct (int P_COGS_Acct) { set_Value (COLUMNNAME_P_COGS_Acct, Integer.valueOf(P_COGS_Acct)); @@ -696,7 +675,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Product COGS. @return Account for Cost of Goods Sold */ - public int getP_COGS_Acct () + public int getP_COGS_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_COGS_Acct); if (ii == null) @@ -711,9 +690,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Cost Adjustment. - @param P_CostAdjustment_Acct - Product Cost Adjustment Account - */ + @param P_CostAdjustment_Acct Product Cost Adjustment Account + */ public void setP_CostAdjustment_Acct (int P_CostAdjustment_Acct) { set_Value (COLUMNNAME_P_CostAdjustment_Acct, Integer.valueOf(P_CostAdjustment_Acct)); @@ -722,7 +700,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Cost Adjustment. @return Product Cost Adjustment Account */ - public int getP_CostAdjustment_Acct () + public int getP_CostAdjustment_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_CostAdjustment_Acct); if (ii == null) @@ -737,9 +715,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Product Expense. - @param P_Expense_Acct - Account for Product Expense - */ + @param P_Expense_Acct Account for Product Expense + */ public void setP_Expense_Acct (int P_Expense_Acct) { set_Value (COLUMNNAME_P_Expense_Acct, Integer.valueOf(P_Expense_Acct)); @@ -748,7 +725,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Product Expense. @return Account for Product Expense */ - public int getP_Expense_Acct () + public int getP_Expense_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_Expense_Acct); if (ii == null) @@ -763,9 +740,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Inventory Clearing. - @param P_InventoryClearing_Acct - Product Inventory Clearing Account - */ + @param P_InventoryClearing_Acct Product Inventory Clearing Account + */ public void setP_InventoryClearing_Acct (int P_InventoryClearing_Acct) { set_Value (COLUMNNAME_P_InventoryClearing_Acct, Integer.valueOf(P_InventoryClearing_Acct)); @@ -774,7 +750,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Inventory Clearing. @return Product Inventory Clearing Account */ - public int getP_InventoryClearing_Acct () + public int getP_InventoryClearing_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_InventoryClearing_Acct); if (ii == null) @@ -789,9 +765,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Invoice Price Variance. - @param P_InvoicePriceVariance_Acct - Difference between Costs and Invoice Price (IPV) - */ + @param P_InvoicePriceVariance_Acct Difference between Costs and Invoice Price (IPV) + */ public void setP_InvoicePriceVariance_Acct (int P_InvoicePriceVariance_Acct) { set_Value (COLUMNNAME_P_InvoicePriceVariance_Acct, Integer.valueOf(P_InvoicePriceVariance_Acct)); @@ -800,7 +775,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Invoice Price Variance. @return Difference between Costs and Invoice Price (IPV) */ - public int getP_InvoicePriceVariance_Acct () + public int getP_InvoicePriceVariance_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_InvoicePriceVariance_Acct); if (ii == null) @@ -815,9 +790,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Project Asset. - @param PJ_Asset_Acct - Project Asset Account - */ + @param PJ_Asset_Acct Project Asset Account + */ public void setPJ_Asset_Acct (int PJ_Asset_Acct) { set_Value (COLUMNNAME_PJ_Asset_Acct, Integer.valueOf(PJ_Asset_Acct)); @@ -826,7 +800,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Project Asset. @return Project Asset Account */ - public int getPJ_Asset_Acct () + public int getPJ_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_PJ_Asset_Acct); if (ii == null) @@ -841,9 +815,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Work In Progress. - @param PJ_WIP_Acct - Account for Work in Progress - */ + @param PJ_WIP_Acct Account for Work in Progress + */ public void setPJ_WIP_Acct (int PJ_WIP_Acct) { set_Value (COLUMNNAME_PJ_WIP_Acct, Integer.valueOf(PJ_WIP_Acct)); @@ -852,7 +825,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Work In Progress. @return Account for Work in Progress */ - public int getPJ_WIP_Acct () + public int getPJ_WIP_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_PJ_WIP_Acct); if (ii == null) @@ -867,9 +840,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Landed Cost Clearing. - @param P_LandedCostClearing_Acct - Product Landed Cost Clearing Account - */ + @param P_LandedCostClearing_Acct Product Landed Cost Clearing Account + */ public void setP_LandedCostClearing_Acct (int P_LandedCostClearing_Acct) { set_Value (COLUMNNAME_P_LandedCostClearing_Acct, Integer.valueOf(P_LandedCostClearing_Acct)); @@ -878,7 +850,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Landed Cost Clearing. @return Product Landed Cost Clearing Account */ - public int getP_LandedCostClearing_Acct () + public int getP_LandedCostClearing_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_LandedCostClearing_Acct); if (ii == null) @@ -893,9 +865,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Purchase Price Variance. - @param P_PurchasePriceVariance_Acct - Difference between Standard Cost and Purchase Price (PPV) - */ + @param P_PurchasePriceVariance_Acct Difference between Standard Cost and Purchase Price (PPV) + */ public void setP_PurchasePriceVariance_Acct (int P_PurchasePriceVariance_Acct) { set_Value (COLUMNNAME_P_PurchasePriceVariance_Acct, Integer.valueOf(P_PurchasePriceVariance_Acct)); @@ -904,7 +875,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Purchase Price Variance. @return Difference between Standard Cost and Purchase Price (PPV) */ - public int getP_PurchasePriceVariance_Acct () + public int getP_PurchasePriceVariance_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_PurchasePriceVariance_Acct); if (ii == null) @@ -919,9 +890,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Rate Variance. - @param P_RateVariance_Acct - The Rate Variance account is the account used Manufacturing Order - */ + @param P_RateVariance_Acct The Rate Variance account is the account used Manufacturing Order + */ public void setP_RateVariance_Acct (int P_RateVariance_Acct) { set_Value (COLUMNNAME_P_RateVariance_Acct, Integer.valueOf(P_RateVariance_Acct)); @@ -930,7 +900,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Rate Variance. @return The Rate Variance account is the account used Manufacturing Order */ - public int getP_RateVariance_Acct () + public int getP_RateVariance_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_RateVariance_Acct); if (ii == null) @@ -945,9 +915,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Product Revenue. - @param P_Revenue_Acct - Account for Product Revenue (Sales Account) - */ + @param P_Revenue_Acct Account for Product Revenue (Sales Account) + */ public void setP_Revenue_Acct (int P_Revenue_Acct) { set_Value (COLUMNNAME_P_Revenue_Acct, Integer.valueOf(P_Revenue_Acct)); @@ -956,7 +925,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Product Revenue. @return Account for Product Revenue (Sales Account) */ - public int getP_Revenue_Acct () + public int getP_Revenue_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_Revenue_Acct); if (ii == null) @@ -965,7 +934,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -973,7 +943,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -992,9 +962,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Trade Discount Granted. - @param P_TradeDiscountGrant_Acct - Trade Discount Granted Account - */ + @param P_TradeDiscountGrant_Acct Trade Discount Granted Account + */ public void setP_TradeDiscountGrant_Acct (int P_TradeDiscountGrant_Acct) { set_Value (COLUMNNAME_P_TradeDiscountGrant_Acct, Integer.valueOf(P_TradeDiscountGrant_Acct)); @@ -1003,7 +972,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Trade Discount Granted. @return Trade Discount Granted Account */ - public int getP_TradeDiscountGrant_Acct () + public int getP_TradeDiscountGrant_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_TradeDiscountGrant_Acct); if (ii == null) @@ -1018,9 +987,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Trade Discount Received. - @param P_TradeDiscountRec_Acct - Trade Discount Receivable Account - */ + @param P_TradeDiscountRec_Acct Trade Discount Receivable Account + */ public void setP_TradeDiscountRec_Acct (int P_TradeDiscountRec_Acct) { set_Value (COLUMNNAME_P_TradeDiscountRec_Acct, Integer.valueOf(P_TradeDiscountRec_Acct)); @@ -1029,7 +997,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Trade Discount Received. @return Trade Discount Receivable Account */ - public int getP_TradeDiscountRec_Acct () + public int getP_TradeDiscountRec_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_TradeDiscountRec_Acct); if (ii == null) @@ -1044,9 +1012,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Realized Gain Acct. - @param RealizedGain_Acct - Realized Gain Account - */ + @param RealizedGain_Acct Realized Gain Account + */ public void setRealizedGain_Acct (int RealizedGain_Acct) { set_Value (COLUMNNAME_RealizedGain_Acct, Integer.valueOf(RealizedGain_Acct)); @@ -1055,7 +1022,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Realized Gain Acct. @return Realized Gain Account */ - public int getRealizedGain_Acct () + public int getRealizedGain_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_RealizedGain_Acct); if (ii == null) @@ -1070,9 +1037,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Realized Loss Acct. - @param RealizedLoss_Acct - Realized Loss Account - */ + @param RealizedLoss_Acct Realized Loss Account + */ public void setRealizedLoss_Acct (int RealizedLoss_Acct) { set_Value (COLUMNNAME_RealizedLoss_Acct, Integer.valueOf(RealizedLoss_Acct)); @@ -1081,7 +1047,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Realized Loss Acct. @return Realized Loss Account */ - public int getRealizedLoss_Acct () + public int getRealizedLoss_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_RealizedLoss_Acct); if (ii == null) @@ -1096,9 +1062,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Tax Credit. - @param T_Credit_Acct - Account for Tax you can reclaim - */ + @param T_Credit_Acct Account for Tax you can reclaim + */ public void setT_Credit_Acct (int T_Credit_Acct) { set_Value (COLUMNNAME_T_Credit_Acct, Integer.valueOf(T_Credit_Acct)); @@ -1107,7 +1072,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Tax Credit. @return Account for Tax you can reclaim */ - public int getT_Credit_Acct () + public int getT_Credit_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_T_Credit_Acct); if (ii == null) @@ -1122,9 +1087,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Tax Due. - @param T_Due_Acct - Account for Tax you have to pay - */ + @param T_Due_Acct Account for Tax you have to pay + */ public void setT_Due_Acct (int T_Due_Acct) { set_Value (COLUMNNAME_T_Due_Acct, Integer.valueOf(T_Due_Acct)); @@ -1133,7 +1097,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Tax Due. @return Account for Tax you have to pay */ - public int getT_Due_Acct () + public int getT_Due_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_T_Due_Acct); if (ii == null) @@ -1148,9 +1112,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Tax Expense. - @param T_Expense_Acct - Account for paid tax you cannot reclaim - */ + @param T_Expense_Acct Account for paid tax you cannot reclaim + */ public void setT_Expense_Acct (int T_Expense_Acct) { set_Value (COLUMNNAME_T_Expense_Acct, Integer.valueOf(T_Expense_Acct)); @@ -1159,7 +1122,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Tax Expense. @return Account for paid tax you cannot reclaim */ - public int getT_Expense_Acct () + public int getT_Expense_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_T_Expense_Acct); if (ii == null) @@ -1174,9 +1137,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Unearned Revenue. - @param UnEarnedRevenue_Acct - Account for unearned revenue - */ + @param UnEarnedRevenue_Acct Account for unearned revenue + */ public void setUnEarnedRevenue_Acct (int UnEarnedRevenue_Acct) { set_Value (COLUMNNAME_UnEarnedRevenue_Acct, Integer.valueOf(UnEarnedRevenue_Acct)); @@ -1185,7 +1147,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Unearned Revenue. @return Account for unearned revenue */ - public int getUnEarnedRevenue_Acct () + public int getUnEarnedRevenue_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_UnEarnedRevenue_Acct); if (ii == null) @@ -1200,9 +1162,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Unrealized Gain Acct. - @param UnrealizedGain_Acct - Unrealized Gain Account for currency revaluation - */ + @param UnrealizedGain_Acct Unrealized Gain Account for currency revaluation + */ public void setUnrealizedGain_Acct (int UnrealizedGain_Acct) { set_Value (COLUMNNAME_UnrealizedGain_Acct, Integer.valueOf(UnrealizedGain_Acct)); @@ -1211,7 +1172,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Unrealized Gain Acct. @return Unrealized Gain Account for currency revaluation */ - public int getUnrealizedGain_Acct () + public int getUnrealizedGain_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_UnrealizedGain_Acct); if (ii == null) @@ -1226,9 +1187,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Unrealized Loss Acct. - @param UnrealizedLoss_Acct - Unrealized Loss Account for currency revaluation - */ + @param UnrealizedLoss_Acct Unrealized Loss Account for currency revaluation + */ public void setUnrealizedLoss_Acct (int UnrealizedLoss_Acct) { set_Value (COLUMNNAME_UnrealizedLoss_Acct, Integer.valueOf(UnrealizedLoss_Acct)); @@ -1237,7 +1197,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Unrealized Loss Acct. @return Unrealized Loss Account for currency revaluation */ - public int getUnrealizedLoss_Acct () + public int getUnrealizedLoss_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_UnrealizedLoss_Acct); if (ii == null) @@ -1252,9 +1212,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Vendor Liability. - @param V_Liability_Acct - Account for Vendor Liability - */ + @param V_Liability_Acct Account for Vendor Liability + */ public void setV_Liability_Acct (int V_Liability_Acct) { set_Value (COLUMNNAME_V_Liability_Acct, Integer.valueOf(V_Liability_Acct)); @@ -1263,7 +1222,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Vendor Liability. @return Account for Vendor Liability */ - public int getV_Liability_Acct () + public int getV_Liability_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_V_Liability_Acct); if (ii == null) @@ -1278,9 +1237,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Vendor Service Liability. - @param V_Liability_Services_Acct - Account for Vendor Service Liability - */ + @param V_Liability_Services_Acct Account for Vendor Service Liability + */ public void setV_Liability_Services_Acct (int V_Liability_Services_Acct) { set_Value (COLUMNNAME_V_Liability_Services_Acct, Integer.valueOf(V_Liability_Services_Acct)); @@ -1289,7 +1247,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Vendor Service Liability. @return Account for Vendor Service Liability */ - public int getV_Liability_Services_Acct () + public int getV_Liability_Services_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_V_Liability_Services_Acct); if (ii == null) @@ -1304,9 +1262,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Vendor Prepayment. - @param V_Prepayment_Acct - Account for Vendor Prepayments - */ + @param V_Prepayment_Acct Account for Vendor Prepayments + */ public void setV_Prepayment_Acct (int V_Prepayment_Acct) { set_Value (COLUMNNAME_V_Prepayment_Acct, Integer.valueOf(V_Prepayment_Acct)); @@ -1315,7 +1272,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Vendor Prepayment. @return Account for Vendor Prepayments */ - public int getV_Prepayment_Acct () + public int getV_Prepayment_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_V_Prepayment_Acct); if (ii == null) @@ -1330,9 +1287,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Warehouse Differences. - @param W_Differences_Acct - Warehouse Differences Account - */ + @param W_Differences_Acct Warehouse Differences Account + */ public void setW_Differences_Acct (int W_Differences_Acct) { set_Value (COLUMNNAME_W_Differences_Acct, Integer.valueOf(W_Differences_Acct)); @@ -1341,7 +1297,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Warehouse Differences. @return Warehouse Differences Account */ - public int getW_Differences_Acct () + public int getW_Differences_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_W_Differences_Acct); if (ii == null) @@ -1356,9 +1312,8 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default } /** Set Write-off. - @param WriteOff_Acct - Account for Receivables write-off - */ + @param WriteOff_Acct Account for Receivables write-off + */ public void setWriteOff_Acct (int WriteOff_Acct) { set_Value (COLUMNNAME_WriteOff_Acct, Integer.valueOf(WriteOff_Acct)); @@ -1367,7 +1322,7 @@ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default /** Get Write-off. @return Account for Receivables write-off */ - public int getWriteOff_Acct () + public int getWriteOff_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_WriteOff_Acct); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Element.java b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Element.java index 89c7df4ce3..e05ec8feac 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Element.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Element.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_AcctSchema_Element * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_AcctSchema_Element") public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_AcctSchema_Element (Properties ctx, int C_AcctSchema_Element_ID, String trxName) @@ -87,21 +87,20 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -110,18 +109,19 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Acct.Schema Element. - @param C_AcctSchema_Element_ID Acct.Schema Element */ + @param C_AcctSchema_Element_ID Acct.Schema Element + */ public void setC_AcctSchema_Element_ID (int C_AcctSchema_Element_ID) { - if (C_AcctSchema_Element_ID < 1) + if (C_AcctSchema_Element_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_Element_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_Element_ID, Integer.valueOf(C_AcctSchema_Element_ID)); } /** Get Acct.Schema Element. @return Acct.Schema Element */ - public int getC_AcctSchema_Element_ID () + public int getC_AcctSchema_Element_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_Element_ID); if (ii == null) @@ -130,7 +130,8 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set C_AcctSchema_Element_UU. - @param C_AcctSchema_Element_UU C_AcctSchema_Element_UU */ + @param C_AcctSchema_Element_UU C_AcctSchema_Element_UU + */ public void setC_AcctSchema_Element_UU (String C_AcctSchema_Element_UU) { set_Value (COLUMNNAME_C_AcctSchema_Element_UU, C_AcctSchema_Element_UU); @@ -138,7 +139,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element /** Get C_AcctSchema_Element_UU. @return C_AcctSchema_Element_UU */ - public String getC_AcctSchema_Element_UU () + public String getC_AcctSchema_Element_UU() { return (String)get_Value(COLUMNNAME_C_AcctSchema_Element_UU); } @@ -150,21 +151,20 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -179,21 +179,20 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -207,22 +206,21 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -237,21 +235,20 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -266,21 +263,20 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Element. - @param C_Element_ID - Accounting Element - */ + @param C_Element_ID Accounting Element + */ public void setC_Element_ID (int C_Element_ID) { - if (C_Element_ID < 1) + if (C_Element_ID < 1) set_Value (COLUMNNAME_C_Element_ID, null); - else + else set_Value (COLUMNNAME_C_Element_ID, Integer.valueOf(C_Element_ID)); } /** Get Element. @return Accounting Element */ - public int getC_Element_ID () + public int getC_Element_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Element_ID); if (ii == null) @@ -295,21 +291,20 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Account Element. - @param C_ElementValue_ID - Account Element - */ + @param C_ElementValue_ID Account Element + */ public void setC_ElementValue_ID (int C_ElementValue_ID) { - if (C_ElementValue_ID < 1) + if (C_ElementValue_ID < 1) set_Value (COLUMNNAME_C_ElementValue_ID, null); - else + else set_Value (COLUMNNAME_C_ElementValue_ID, Integer.valueOf(C_ElementValue_ID)); } /** Get Account Element. @return Account Element */ - public int getC_ElementValue_ID () + public int getC_ElementValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValue_ID); if (ii == null) @@ -324,21 +319,20 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -353,21 +347,20 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -382,21 +375,20 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_Value (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_Value (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -439,9 +431,8 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element /** User Column 2 = X2 */ public static final String ELEMENTTYPE_UserColumn2 = "X2"; /** Set Type. - @param ElementType - Element Type (account or user defined) - */ + @param ElementType Element Type (account or user defined) + */ public void setElementType (String ElementType) { @@ -451,13 +442,14 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element /** Get Type. @return Element Type (account or user defined) */ - public String getElementType () + public String getElementType() { return (String)get_Value(COLUMNNAME_ElementType); } /** Set Balanced. - @param IsBalanced Balanced */ + @param IsBalanced Balanced + */ public void setIsBalanced (boolean IsBalanced) { set_Value (COLUMNNAME_IsBalanced, Boolean.valueOf(IsBalanced)); @@ -465,7 +457,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element /** Get Balanced. @return Balanced */ - public boolean isBalanced () + public boolean isBalanced() { Object oo = get_Value(COLUMNNAME_IsBalanced); if (oo != null) @@ -478,9 +470,8 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Mandatory. - @param IsMandatory - Data entry is required in this column - */ + @param IsMandatory Data entry is required in this column + */ public void setIsMandatory (boolean IsMandatory) { set_Value (COLUMNNAME_IsMandatory, Boolean.valueOf(IsMandatory)); @@ -489,7 +480,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element /** Get Mandatory. @return Data entry is required in this column */ - public boolean isMandatory () + public boolean isMandatory() { Object oo = get_Value(COLUMNNAME_IsMandatory); if (oo != null) @@ -508,21 +499,20 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -531,9 +521,8 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -542,7 +531,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -556,21 +545,20 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Organization. - @param Org_ID - Organizational entity within client - */ + @param Org_ID Organizational entity within client + */ public void setOrg_ID (int Org_ID) { - if (Org_ID < 1) + if (Org_ID < 1) set_Value (COLUMNNAME_Org_ID, null); - else + else set_Value (COLUMNNAME_Org_ID, Integer.valueOf(Org_ID)); } /** Get Organization. @return Organizational entity within client */ - public int getOrg_ID () + public int getOrg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Org_ID); if (ii == null) @@ -579,9 +567,8 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -590,7 +577,7 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_GL.java b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_GL.java index b58d582218..8e781e200d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_GL.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_GL.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_AcctSchema_GL * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_AcctSchema_GL") public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_AcctSchema_GL (Properties ctx, int C_AcctSchema_GL_ID, String trxName) @@ -80,7 +80,8 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis } /** Set C_AcctSchema_GL_UU. - @param C_AcctSchema_GL_UU C_AcctSchema_GL_UU */ + @param C_AcctSchema_GL_UU C_AcctSchema_GL_UU + */ public void setC_AcctSchema_GL_UU (String C_AcctSchema_GL_UU) { set_Value (COLUMNNAME_C_AcctSchema_GL_UU, C_AcctSchema_GL_UU); @@ -88,7 +89,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis /** Get C_AcctSchema_GL_UU. @return C_AcctSchema_GL_UU */ - public String getC_AcctSchema_GL_UU () + public String getC_AcctSchema_GL_UU() { return (String)get_Value(COLUMNNAME_C_AcctSchema_GL_UU); } @@ -100,21 +101,20 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -137,9 +137,8 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis } /** Set Commitment Offset. - @param CommitmentOffset_Acct - Budgetary Commitment Offset Account - */ + @param CommitmentOffset_Acct Budgetary Commitment Offset Account + */ public void setCommitmentOffset_Acct (int CommitmentOffset_Acct) { set_Value (COLUMNNAME_CommitmentOffset_Acct, Integer.valueOf(CommitmentOffset_Acct)); @@ -148,7 +147,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis /** Get Commitment Offset. @return Budgetary Commitment Offset Account */ - public int getCommitmentOffset_Acct () + public int getCommitmentOffset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_CommitmentOffset_Acct); if (ii == null) @@ -163,9 +162,8 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis } /** Set Commitment Offset Sales. - @param CommitmentOffsetSales_Acct - Budgetary Commitment Offset Account for Sales - */ + @param CommitmentOffsetSales_Acct Budgetary Commitment Offset Account for Sales + */ public void setCommitmentOffsetSales_Acct (int CommitmentOffsetSales_Acct) { set_Value (COLUMNNAME_CommitmentOffsetSales_Acct, Integer.valueOf(CommitmentOffsetSales_Acct)); @@ -174,7 +172,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis /** Get Commitment Offset Sales. @return Budgetary Commitment Offset Account for Sales */ - public int getCommitmentOffsetSales_Acct () + public int getCommitmentOffsetSales_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_CommitmentOffsetSales_Acct); if (ii == null) @@ -189,9 +187,8 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis } /** Set Currency Balancing Acct. - @param CurrencyBalancing_Acct - Account used when a currency is out of balance - */ + @param CurrencyBalancing_Acct Account used when a currency is out of balance + */ public void setCurrencyBalancing_Acct (int CurrencyBalancing_Acct) { set_Value (COLUMNNAME_CurrencyBalancing_Acct, Integer.valueOf(CurrencyBalancing_Acct)); @@ -200,7 +197,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis /** Get Currency Balancing Acct. @return Account used when a currency is out of balance */ - public int getCurrencyBalancing_Acct () + public int getCurrencyBalancing_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_CurrencyBalancing_Acct); if (ii == null) @@ -215,9 +212,8 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis } /** Set Intercompany Due From Acct. - @param IntercompanyDueFrom_Acct - Intercompany Due From / Receivables Account - */ + @param IntercompanyDueFrom_Acct Intercompany Due From / Receivables Account + */ public void setIntercompanyDueFrom_Acct (int IntercompanyDueFrom_Acct) { set_Value (COLUMNNAME_IntercompanyDueFrom_Acct, Integer.valueOf(IntercompanyDueFrom_Acct)); @@ -226,7 +222,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis /** Get Intercompany Due From Acct. @return Intercompany Due From / Receivables Account */ - public int getIntercompanyDueFrom_Acct () + public int getIntercompanyDueFrom_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_IntercompanyDueFrom_Acct); if (ii == null) @@ -241,9 +237,8 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis } /** Set Intercompany Due To Acct. - @param IntercompanyDueTo_Acct - Intercompany Due To / Payable Account - */ + @param IntercompanyDueTo_Acct Intercompany Due To / Payable Account + */ public void setIntercompanyDueTo_Acct (int IntercompanyDueTo_Acct) { set_Value (COLUMNNAME_IntercompanyDueTo_Acct, Integer.valueOf(IntercompanyDueTo_Acct)); @@ -252,7 +247,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis /** Get Intercompany Due To Acct. @return Intercompany Due To / Payable Account */ - public int getIntercompanyDueTo_Acct () + public int getIntercompanyDueTo_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_IntercompanyDueTo_Acct); if (ii == null) @@ -267,9 +262,8 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis } /** Set PPV Offset. - @param PPVOffset_Acct - Purchase Price Variance Offset Account - */ + @param PPVOffset_Acct Purchase Price Variance Offset Account + */ public void setPPVOffset_Acct (int PPVOffset_Acct) { set_Value (COLUMNNAME_PPVOffset_Acct, Integer.valueOf(PPVOffset_Acct)); @@ -278,7 +272,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis /** Get PPV Offset. @return Purchase Price Variance Offset Account */ - public int getPPVOffset_Acct () + public int getPPVOffset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_PPVOffset_Acct); if (ii == null) @@ -293,7 +287,8 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis } /** Set Suspense Balancing Acct. - @param SuspenseBalancing_Acct Suspense Balancing Acct */ + @param SuspenseBalancing_Acct Suspense Balancing Acct + */ public void setSuspenseBalancing_Acct (int SuspenseBalancing_Acct) { set_Value (COLUMNNAME_SuspenseBalancing_Acct, Integer.valueOf(SuspenseBalancing_Acct)); @@ -301,7 +296,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis /** Get Suspense Balancing Acct. @return Suspense Balancing Acct */ - public int getSuspenseBalancing_Acct () + public int getSuspenseBalancing_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_SuspenseBalancing_Acct); if (ii == null) @@ -310,7 +305,8 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis } /** Set Use Currency Balancing. - @param UseCurrencyBalancing Use Currency Balancing */ + @param UseCurrencyBalancing Use Currency Balancing + */ public void setUseCurrencyBalancing (boolean UseCurrencyBalancing) { set_Value (COLUMNNAME_UseCurrencyBalancing, Boolean.valueOf(UseCurrencyBalancing)); @@ -318,7 +314,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis /** Get Use Currency Balancing. @return Use Currency Balancing */ - public boolean isUseCurrencyBalancing () + public boolean isUseCurrencyBalancing() { Object oo = get_Value(COLUMNNAME_UseCurrencyBalancing); if (oo != null) @@ -331,7 +327,8 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis } /** Set Use Suspense Balancing. - @param UseSuspenseBalancing Use Suspense Balancing */ + @param UseSuspenseBalancing Use Suspense Balancing + */ public void setUseSuspenseBalancing (boolean UseSuspenseBalancing) { set_Value (COLUMNNAME_UseSuspenseBalancing, Boolean.valueOf(UseSuspenseBalancing)); @@ -339,7 +336,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis /** Get Use Suspense Balancing. @return Use Suspense Balancing */ - public boolean isUseSuspenseBalancing () + public boolean isUseSuspenseBalancing() { Object oo = get_Value(COLUMNNAME_UseSuspenseBalancing); if (oo != null) @@ -352,7 +349,8 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis } /** Set Use Suspense Error. - @param UseSuspenseError Use Suspense Error */ + @param UseSuspenseError Use Suspense Error + */ public void setUseSuspenseError (boolean UseSuspenseError) { set_Value (COLUMNNAME_UseSuspenseError, Boolean.valueOf(UseSuspenseError)); @@ -360,7 +358,7 @@ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persis /** Get Use Suspense Error. @return Use Suspense Error */ - public boolean isUseSuspenseError () + public boolean isUseSuspenseError() { Object oo = get_Value(COLUMNNAME_UseSuspenseError); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Activity.java b/org.adempiere.base/src/org/compiere/model/X_C_Activity.java index 0b993f8ff7..f0f02ef4e7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Activity.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Activity.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Activity * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Activity") public class X_C_Activity extends PO implements I_C_Activity, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Activity extends PO implements I_C_Activity, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Activity (Properties ctx, int C_Activity_ID, String trxName) @@ -75,21 +75,20 @@ public class X_C_Activity extends PO implements I_C_Activity, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Activity_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_C_Activity extends PO implements I_C_Activity, I_Persistent } /** Set C_Activity_UU. - @param C_Activity_UU C_Activity_UU */ + @param C_Activity_UU C_Activity_UU + */ public void setC_Activity_UU (String C_Activity_UU) { set_Value (COLUMNNAME_C_Activity_UU, C_Activity_UU); @@ -106,15 +106,14 @@ public class X_C_Activity extends PO implements I_C_Activity, I_Persistent /** Get C_Activity_UU. @return C_Activity_UU */ - public String getC_Activity_UU () + public String getC_Activity_UU() { return (String)get_Value(COLUMNNAME_C_Activity_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -123,15 +122,14 @@ public class X_C_Activity extends PO implements I_C_Activity, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -140,15 +138,14 @@ public class X_C_Activity extends PO implements I_C_Activity, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -157,7 +154,7 @@ public class X_C_Activity extends PO implements I_C_Activity, I_Persistent /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -170,9 +167,8 @@ public class X_C_Activity extends PO implements I_C_Activity, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -181,7 +177,7 @@ public class X_C_Activity extends PO implements I_C_Activity, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -195,9 +191,8 @@ public class X_C_Activity extends PO implements I_C_Activity, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -206,7 +201,7 @@ public class X_C_Activity extends PO implements I_C_Activity, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AddressTransaction.java b/org.adempiere.base/src/org/compiere/model/X_C_AddressTransaction.java index 46b52bd020..a4803b9a17 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AddressTransaction.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AddressTransaction.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_AddressTransaction * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_AddressTransaction") public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_AddressTransaction (Properties ctx, int C_AddressTransaction_ID, String trxName) @@ -77,9 +77,8 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction } /** Set Address 1. - @param Address1 - Address line 1 for this location - */ + @param Address1 Address line 1 for this location + */ public void setAddress1 (String Address1) { set_Value (COLUMNNAME_Address1, Address1); @@ -88,15 +87,14 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get Address 1. @return Address line 1 for this location */ - public String getAddress1 () + public String getAddress1() { return (String)get_Value(COLUMNNAME_Address1); } /** Set Address 2. - @param Address2 - Address line 2 for this location - */ + @param Address2 Address line 2 for this location + */ public void setAddress2 (String Address2) { set_Value (COLUMNNAME_Address2, Address2); @@ -105,15 +103,14 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get Address 2. @return Address line 2 for this location */ - public String getAddress2 () + public String getAddress2() { return (String)get_Value(COLUMNNAME_Address2); } /** Set Address 3. - @param Address3 - Address Line 3 for the location - */ + @param Address3 Address Line 3 for the location + */ public void setAddress3 (String Address3) { set_Value (COLUMNNAME_Address3, Address3); @@ -122,15 +119,14 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get Address 3. @return Address Line 3 for the location */ - public String getAddress3 () + public String getAddress3() { return (String)get_Value(COLUMNNAME_Address3); } /** Set Address 4. - @param Address4 - Address Line 4 for the location - */ + @param Address4 Address Line 4 for the location + */ public void setAddress4 (String Address4) { set_Value (COLUMNNAME_Address4, Address4); @@ -139,15 +135,14 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get Address 4. @return Address Line 4 for the location */ - public String getAddress4 () + public String getAddress4() { return (String)get_Value(COLUMNNAME_Address4); } /** Set Address 5. - @param Address5 - Address Line 5 for the location - */ + @param Address5 Address Line 5 for the location + */ public void setAddress5 (String Address5) { set_Value (COLUMNNAME_Address5, Address5); @@ -156,24 +151,25 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get Address 5. @return Address Line 5 for the location */ - public String getAddress5 () + public String getAddress5() { return (String)get_Value(COLUMNNAME_Address5); } /** Set Address Transaction. - @param C_AddressTransaction_ID Address Transaction */ + @param C_AddressTransaction_ID Address Transaction + */ public void setC_AddressTransaction_ID (int C_AddressTransaction_ID) { - if (C_AddressTransaction_ID < 1) + if (C_AddressTransaction_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AddressTransaction_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AddressTransaction_ID, Integer.valueOf(C_AddressTransaction_ID)); } /** Get Address Transaction. @return Address Transaction */ - public int getC_AddressTransaction_ID () + public int getC_AddressTransaction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AddressTransaction_ID); if (ii == null) @@ -182,7 +178,8 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction } /** Set C_AddressTransaction_UU. - @param C_AddressTransaction_UU C_AddressTransaction_UU */ + @param C_AddressTransaction_UU C_AddressTransaction_UU + */ public void setC_AddressTransaction_UU (String C_AddressTransaction_UU) { set_Value (COLUMNNAME_C_AddressTransaction_UU, C_AddressTransaction_UU); @@ -190,7 +187,7 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get C_AddressTransaction_UU. @return C_AddressTransaction_UU */ - public String getC_AddressTransaction_UU () + public String getC_AddressTransaction_UU() { return (String)get_Value(COLUMNNAME_C_AddressTransaction_UU); } @@ -202,18 +199,19 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction } /** Set Address Validation. - @param C_AddressValidation_ID Address Validation */ + @param C_AddressValidation_ID Address Validation + */ public void setC_AddressValidation_ID (int C_AddressValidation_ID) { - if (C_AddressValidation_ID < 1) + if (C_AddressValidation_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AddressValidation_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AddressValidation_ID, Integer.valueOf(C_AddressValidation_ID)); } /** Get Address Validation. @return Address Validation */ - public int getC_AddressValidation_ID () + public int getC_AddressValidation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AddressValidation_ID); if (ii == null) @@ -222,9 +220,8 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction } /** Set City. - @param City - Identifies a City - */ + @param City Identifies a City + */ public void setCity (String City) { set_Value (COLUMNNAME_City, City); @@ -233,7 +230,7 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get City. @return Identifies a City */ - public String getCity () + public String getCity() { return (String)get_Value(COLUMNNAME_City); } @@ -253,21 +250,20 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -276,9 +272,8 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction } /** Set Comments. - @param Comments - Comments or additional information - */ + @param Comments Comments or additional information + */ public void setComments (String Comments) { set_Value (COLUMNNAME_Comments, Comments); @@ -287,13 +282,14 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get Comments. @return Comments or additional information */ - public String getComments () + public String getComments() { return (String)get_Value(COLUMNNAME_Comments); } /** Set Country. - @param Country Country */ + @param Country Country + */ public void setCountry (String Country) { set_ValueNoCheck (COLUMNNAME_Country, Country); @@ -301,15 +297,14 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get Country. @return Country */ - public String getCountry () + public String getCountry() { return (String)get_Value(COLUMNNAME_Country); } /** Set Valid. - @param IsValid - Element is valid - */ + @param IsValid Element is valid + */ public void setIsValid (boolean IsValid) { set_Value (COLUMNNAME_IsValid, Boolean.valueOf(IsValid)); @@ -318,7 +313,7 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get Valid. @return Element is valid */ - public boolean isValid () + public boolean isValid() { Object oo = get_Value(COLUMNNAME_IsValid); if (oo != null) @@ -331,9 +326,8 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction } /** Set ZIP. - @param Postal - Postal code - */ + @param Postal Postal code + */ public void setPostal (String Postal) { set_Value (COLUMNNAME_Postal, Postal); @@ -342,15 +336,14 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get ZIP. @return Postal code */ - public String getPostal () + public String getPostal() { return (String)get_Value(COLUMNNAME_Postal); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -359,7 +352,7 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -372,7 +365,8 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction } /** Set Region. - @param Region Region */ + @param Region Region + */ public void setRegion (String Region) { set_ValueNoCheck (COLUMNNAME_Region, Region); @@ -380,15 +374,14 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get Region. @return Region */ - public String getRegion () + public String getRegion() { return (String)get_Value(COLUMNNAME_Region); } /** Set Result. - @param Result - Result of the action taken - */ + @param Result Result of the action taken + */ public void setResult (String Result) { set_ValueNoCheck (COLUMNNAME_Result, Result); @@ -397,7 +390,7 @@ public class X_C_AddressTransaction extends PO implements I_C_AddressTransaction /** Get Result. @return Result of the action taken */ - public String getResult () + public String getResult() { return (String)get_Value(COLUMNNAME_Result); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AddressValidation.java b/org.adempiere.base/src/org/compiere/model/X_C_AddressValidation.java index ad56c83124..11e8be422a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AddressValidation.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AddressValidation.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_AddressValidation * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_AddressValidation") public class X_C_AddressValidation extends PO implements I_C_AddressValidation, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_AddressValidation extends PO implements I_C_AddressValidation, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_AddressValidation (Properties ctx, int C_AddressValidation_ID, String trxName) @@ -82,18 +82,19 @@ public class X_C_AddressValidation extends PO implements I_C_AddressValidation, } /** Set Address Validation Configuration. - @param C_AddressValidationCfg_ID Address Validation Configuration */ + @param C_AddressValidationCfg_ID Address Validation Configuration + */ public void setC_AddressValidationCfg_ID (int C_AddressValidationCfg_ID) { - if (C_AddressValidationCfg_ID < 1) + if (C_AddressValidationCfg_ID < 1) set_Value (COLUMNNAME_C_AddressValidationCfg_ID, null); - else + else set_Value (COLUMNNAME_C_AddressValidationCfg_ID, Integer.valueOf(C_AddressValidationCfg_ID)); } /** Get Address Validation Configuration. @return Address Validation Configuration */ - public int getC_AddressValidationCfg_ID () + public int getC_AddressValidationCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AddressValidationCfg_ID); if (ii == null) @@ -102,18 +103,19 @@ public class X_C_AddressValidation extends PO implements I_C_AddressValidation, } /** Set Address Validation. - @param C_AddressValidation_ID Address Validation */ + @param C_AddressValidation_ID Address Validation + */ public void setC_AddressValidation_ID (int C_AddressValidation_ID) { - if (C_AddressValidation_ID < 1) + if (C_AddressValidation_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AddressValidation_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AddressValidation_ID, Integer.valueOf(C_AddressValidation_ID)); } /** Get Address Validation. @return Address Validation */ - public int getC_AddressValidation_ID () + public int getC_AddressValidation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AddressValidation_ID); if (ii == null) @@ -122,7 +124,8 @@ public class X_C_AddressValidation extends PO implements I_C_AddressValidation, } /** Set C_AddressValidation_UU. - @param C_AddressValidation_UU C_AddressValidation_UU */ + @param C_AddressValidation_UU C_AddressValidation_UU + */ public void setC_AddressValidation_UU (String C_AddressValidation_UU) { set_Value (COLUMNNAME_C_AddressValidation_UU, C_AddressValidation_UU); @@ -130,13 +133,14 @@ public class X_C_AddressValidation extends PO implements I_C_AddressValidation, /** Get C_AddressValidation_UU. @return C_AddressValidation_UU */ - public String getC_AddressValidation_UU () + public String getC_AddressValidation_UU() { return (String)get_Value(COLUMNNAME_C_AddressValidation_UU); } /** Set Connection Key. - @param ConnectionKey Connection Key */ + @param ConnectionKey Connection Key + */ public void setConnectionKey (String ConnectionKey) { set_Value (COLUMNNAME_ConnectionKey, ConnectionKey); @@ -144,13 +148,14 @@ public class X_C_AddressValidation extends PO implements I_C_AddressValidation, /** Get Connection Key. @return Connection Key */ - public String getConnectionKey () + public String getConnectionKey() { return (String)get_Value(COLUMNNAME_ConnectionKey); } /** Set Connection Password. - @param ConnectionPassword Connection Password */ + @param ConnectionPassword Connection Password + */ public void setConnectionPassword (String ConnectionPassword) { set_Value (COLUMNNAME_ConnectionPassword, ConnectionPassword); @@ -158,15 +163,14 @@ public class X_C_AddressValidation extends PO implements I_C_AddressValidation, /** Get Connection Password. @return Connection Password */ - public String getConnectionPassword () + public String getConnectionPassword() { return (String)get_Value(COLUMNNAME_ConnectionPassword); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -175,15 +179,14 @@ public class X_C_AddressValidation extends PO implements I_C_AddressValidation, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -192,7 +195,7 @@ public class X_C_AddressValidation extends PO implements I_C_AddressValidation, /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -201,7 +204,8 @@ public class X_C_AddressValidation extends PO implements I_C_AddressValidation, } /** Set Shipper Account Number. - @param ShipperAccount Shipper Account Number */ + @param ShipperAccount Shipper Account Number + */ public void setShipperAccount (String ShipperAccount) { set_Value (COLUMNNAME_ShipperAccount, ShipperAccount); @@ -209,13 +213,14 @@ public class X_C_AddressValidation extends PO implements I_C_AddressValidation, /** Get Shipper Account Number. @return Shipper Account Number */ - public String getShipperAccount () + public String getShipperAccount() { return (String)get_Value(COLUMNNAME_ShipperAccount); } /** Set Shipper Meter. - @param ShipperMeter Shipper Meter */ + @param ShipperMeter Shipper Meter + */ public void setShipperMeter (String ShipperMeter) { set_Value (COLUMNNAME_ShipperMeter, ShipperMeter); @@ -223,15 +228,14 @@ public class X_C_AddressValidation extends PO implements I_C_AddressValidation, /** Get Shipper Meter. @return Shipper Meter */ - public String getShipperMeter () + public String getShipperMeter() { return (String)get_Value(COLUMNNAME_ShipperMeter); } /** Set User ID. - @param UserID - User ID or account number - */ + @param UserID User ID or account number + */ public void setUserID (String UserID) { set_Value (COLUMNNAME_UserID, UserID); @@ -240,7 +244,7 @@ public class X_C_AddressValidation extends PO implements I_C_AddressValidation, /** Get User ID. @return User ID or account number */ - public String getUserID () + public String getUserID() { return (String)get_Value(COLUMNNAME_UserID); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AddressValidationCfg.java b/org.adempiere.base/src/org/compiere/model/X_C_AddressValidationCfg.java index 1cdfcc2c17..3a2d5e6e05 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AddressValidationCfg.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AddressValidationCfg.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_AddressValidationCfg * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_AddressValidationCfg") public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidationCfg, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_AddressValidationCfg (Properties ctx, int C_AddressValidationCfg_ID, String trxName) @@ -75,7 +75,8 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio } /** Set Address Validation Class. - @param AddressValidationClass Address Validation Class */ + @param AddressValidationClass Address Validation Class + */ public void setAddressValidationClass (String AddressValidationClass) { set_Value (COLUMNNAME_AddressValidationClass, AddressValidationClass); @@ -83,24 +84,25 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio /** Get Address Validation Class. @return Address Validation Class */ - public String getAddressValidationClass () + public String getAddressValidationClass() { return (String)get_Value(COLUMNNAME_AddressValidationClass); } /** Set Address Validation Configuration. - @param C_AddressValidationCfg_ID Address Validation Configuration */ + @param C_AddressValidationCfg_ID Address Validation Configuration + */ public void setC_AddressValidationCfg_ID (int C_AddressValidationCfg_ID) { - if (C_AddressValidationCfg_ID < 1) + if (C_AddressValidationCfg_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AddressValidationCfg_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AddressValidationCfg_ID, Integer.valueOf(C_AddressValidationCfg_ID)); } /** Get Address Validation Configuration. @return Address Validation Configuration */ - public int getC_AddressValidationCfg_ID () + public int getC_AddressValidationCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AddressValidationCfg_ID); if (ii == null) @@ -109,7 +111,8 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio } /** Set C_AddressValidationCfg_UU. - @param C_AddressValidationCfg_UU C_AddressValidationCfg_UU */ + @param C_AddressValidationCfg_UU C_AddressValidationCfg_UU + */ public void setC_AddressValidationCfg_UU (String C_AddressValidationCfg_UU) { set_Value (COLUMNNAME_C_AddressValidationCfg_UU, C_AddressValidationCfg_UU); @@ -117,15 +120,14 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio /** Get C_AddressValidationCfg_UU. @return C_AddressValidationCfg_UU */ - public String getC_AddressValidationCfg_UU () + public String getC_AddressValidationCfg_UU() { return (String)get_Value(COLUMNNAME_C_AddressValidationCfg_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -134,15 +136,14 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Host Address. - @param HostAddress - Host Address URL or DNS - */ + @param HostAddress Host Address URL or DNS + */ public void setHostAddress (String HostAddress) { set_Value (COLUMNNAME_HostAddress, HostAddress); @@ -151,15 +152,14 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio /** Get Host Address. @return Host Address URL or DNS */ - public String getHostAddress () + public String getHostAddress() { return (String)get_Value(COLUMNNAME_HostAddress); } /** Set Host port. - @param HostPort - Host Communication Port - */ + @param HostPort Host Communication Port + */ public void setHostPort (int HostPort) { set_Value (COLUMNNAME_HostPort, Integer.valueOf(HostPort)); @@ -168,7 +168,7 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio /** Get Host port. @return Host Communication Port */ - public int getHostPort () + public int getHostPort() { Integer ii = (Integer)get_Value(COLUMNNAME_HostPort); if (ii == null) @@ -177,9 +177,8 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -188,7 +187,7 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -202,9 +201,8 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio } /** Set Proxy address. - @param ProxyAddress - Address of your proxy server - */ + @param ProxyAddress Address of your proxy server + */ public void setProxyAddress (String ProxyAddress) { set_Value (COLUMNNAME_ProxyAddress, ProxyAddress); @@ -213,15 +211,14 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio /** Get Proxy address. @return Address of your proxy server */ - public String getProxyAddress () + public String getProxyAddress() { return (String)get_Value(COLUMNNAME_ProxyAddress); } /** Set Proxy logon. - @param ProxyLogon - Logon of your proxy server - */ + @param ProxyLogon Logon of your proxy server + */ public void setProxyLogon (String ProxyLogon) { set_Value (COLUMNNAME_ProxyLogon, ProxyLogon); @@ -230,15 +227,14 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio /** Get Proxy logon. @return Logon of your proxy server */ - public String getProxyLogon () + public String getProxyLogon() { return (String)get_Value(COLUMNNAME_ProxyLogon); } /** Set Proxy password. - @param ProxyPassword - Password of your proxy server - */ + @param ProxyPassword Password of your proxy server + */ public void setProxyPassword (String ProxyPassword) { set_Value (COLUMNNAME_ProxyPassword, ProxyPassword); @@ -247,15 +243,14 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio /** Get Proxy password. @return Password of your proxy server */ - public String getProxyPassword () + public String getProxyPassword() { return (String)get_Value(COLUMNNAME_ProxyPassword); } /** Set Proxy port. - @param ProxyPort - Port of your proxy server - */ + @param ProxyPort Port of your proxy server + */ public void setProxyPort (int ProxyPort) { set_Value (COLUMNNAME_ProxyPort, Integer.valueOf(ProxyPort)); @@ -264,7 +259,7 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio /** Get Proxy port. @return Port of your proxy server */ - public int getProxyPort () + public int getProxyPort() { Integer ii = (Integer)get_Value(COLUMNNAME_ProxyPort); if (ii == null) @@ -273,7 +268,8 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio } /** Set Service Path. - @param ServicePath Service Path */ + @param ServicePath Service Path + */ public void setServicePath (String ServicePath) { set_Value (COLUMNNAME_ServicePath, ServicePath); @@ -281,7 +277,7 @@ public class X_C_AddressValidationCfg extends PO implements I_C_AddressValidatio /** Get Service Path. @return Service Path */ - public String getServicePath () + public String getServicePath() { return (String)get_Value(COLUMNNAME_ServicePath); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AllocationHdr.java b/org.adempiere.base/src/org/compiere/model/X_C_AllocationHdr.java index 4704023fc5..f01a8273b6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AllocationHdr.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AllocationHdr.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_AllocationHdr * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_AllocationHdr") public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_AllocationHdr (Properties ctx, int C_AllocationHdr_ID, String trxName) @@ -88,9 +88,8 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis } /** Set Approval Amount. - @param ApprovalAmt - Document Approval Amount - */ + @param ApprovalAmt Document Approval Amount + */ public void setApprovalAmt (BigDecimal ApprovalAmt) { set_Value (COLUMNNAME_ApprovalAmt, ApprovalAmt); @@ -99,7 +98,7 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get Approval Amount. @return Document Approval Amount */ - public BigDecimal getApprovalAmt () + public BigDecimal getApprovalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ApprovalAmt); if (bd == null) @@ -108,21 +107,20 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis } /** Set Allocation. - @param C_AllocationHdr_ID - Payment allocation - */ + @param C_AllocationHdr_ID Payment allocation + */ public void setC_AllocationHdr_ID (int C_AllocationHdr_ID) { - if (C_AllocationHdr_ID < 1) + if (C_AllocationHdr_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AllocationHdr_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AllocationHdr_ID, Integer.valueOf(C_AllocationHdr_ID)); } /** Get Allocation. @return Payment allocation */ - public int getC_AllocationHdr_ID () + public int getC_AllocationHdr_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AllocationHdr_ID); if (ii == null) @@ -131,7 +129,8 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis } /** Set C_AllocationHdr_UU. - @param C_AllocationHdr_UU C_AllocationHdr_UU */ + @param C_AllocationHdr_UU C_AllocationHdr_UU + */ public void setC_AllocationHdr_UU (String C_AllocationHdr_UU) { set_Value (COLUMNNAME_C_AllocationHdr_UU, C_AllocationHdr_UU); @@ -139,7 +138,7 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get C_AllocationHdr_UU. @return C_AllocationHdr_UU */ - public String getC_AllocationHdr_UU () + public String getC_AllocationHdr_UU() { return (String)get_Value(COLUMNNAME_C_AllocationHdr_UU); } @@ -151,21 +150,20 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -180,21 +178,20 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_ValueNoCheck (COLUMNNAME_C_DocType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -203,9 +200,8 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -214,15 +210,14 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Transaction Date. - @param DateTrx - Transaction Date - */ + @param DateTrx Transaction Date + */ public void setDateTrx (Timestamp DateTrx) { set_Value (COLUMNNAME_DateTrx, DateTrx); @@ -231,15 +226,14 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get Transaction Date. @return Transaction Date */ - public Timestamp getDateTrx () + public Timestamp getDateTrx() { return (Timestamp)get_Value(COLUMNNAME_DateTrx); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -248,14 +242,14 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -284,9 +278,8 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -296,7 +289,7 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -328,9 +321,8 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -340,15 +332,14 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -357,7 +348,7 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -371,9 +362,8 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -382,7 +372,7 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -395,9 +385,8 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis } /** Set Manual. - @param IsManual - This is a manual process - */ + @param IsManual This is a manual process + */ public void setIsManual (boolean IsManual) { set_Value (COLUMNNAME_IsManual, Boolean.valueOf(IsManual)); @@ -406,7 +395,7 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get Manual. @return This is a manual process */ - public boolean isManual () + public boolean isManual() { Object oo = get_Value(COLUMNNAME_IsManual); if (oo != null) @@ -419,9 +408,8 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -430,7 +418,7 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -443,9 +431,8 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -454,7 +441,7 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -467,9 +454,8 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -478,7 +464,7 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -487,7 +473,8 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -495,7 +482,7 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -514,21 +501,20 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_Value (COLUMNNAME_Reversal_ID, null); - else + else set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AllocationLine.java b/org.adempiere.base/src/org/compiere/model/X_C_AllocationLine.java index 3b49ca23bb..f59bacf63f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AllocationLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AllocationLine.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_AllocationLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_AllocationLine") public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_AllocationLine (Properties ctx, int C_AllocationLine_ID, String trxName) @@ -79,9 +79,8 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers } /** Set Amount. - @param Amount - Amount in a defined currency - */ + @param Amount Amount in a defined currency + */ public void setAmount (BigDecimal Amount) { set_ValueNoCheck (COLUMNNAME_Amount, Amount); @@ -90,7 +89,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers /** Get Amount. @return Amount in a defined currency */ - public BigDecimal getAmount () + public BigDecimal getAmount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amount); if (bd == null) @@ -105,21 +104,20 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers } /** Set Allocation. - @param C_AllocationHdr_ID - Payment allocation - */ + @param C_AllocationHdr_ID Payment allocation + */ public void setC_AllocationHdr_ID (int C_AllocationHdr_ID) { - if (C_AllocationHdr_ID < 1) + if (C_AllocationHdr_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AllocationHdr_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AllocationHdr_ID, Integer.valueOf(C_AllocationHdr_ID)); } /** Get Allocation. @return Payment allocation */ - public int getC_AllocationHdr_ID () + public int getC_AllocationHdr_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AllocationHdr_ID); if (ii == null) @@ -128,21 +126,20 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers } /** Set Allocation Line. - @param C_AllocationLine_ID - Allocation Line - */ + @param C_AllocationLine_ID Allocation Line + */ public void setC_AllocationLine_ID (int C_AllocationLine_ID) { - if (C_AllocationLine_ID < 1) + if (C_AllocationLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AllocationLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AllocationLine_ID, Integer.valueOf(C_AllocationLine_ID)); } /** Get Allocation Line. @return Allocation Line */ - public int getC_AllocationLine_ID () + public int getC_AllocationLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AllocationLine_ID); if (ii == null) @@ -151,7 +148,8 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers } /** Set C_AllocationLine_UU. - @param C_AllocationLine_UU C_AllocationLine_UU */ + @param C_AllocationLine_UU C_AllocationLine_UU + */ public void setC_AllocationLine_UU (String C_AllocationLine_UU) { set_Value (COLUMNNAME_C_AllocationLine_UU, C_AllocationLine_UU); @@ -159,7 +157,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers /** Get C_AllocationLine_UU. @return C_AllocationLine_UU */ - public String getC_AllocationLine_UU () + public String getC_AllocationLine_UU() { return (String)get_Value(COLUMNNAME_C_AllocationLine_UU); } @@ -170,22 +168,21 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -200,21 +197,20 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers } /** Set Cash Journal Line. - @param C_CashLine_ID - Cash Journal Line - */ + @param C_CashLine_ID Cash Journal Line + */ public void setC_CashLine_ID (int C_CashLine_ID) { - if (C_CashLine_ID < 1) + if (C_CashLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CashLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CashLine_ID, Integer.valueOf(C_CashLine_ID)); } /** Get Cash Journal Line. @return Cash Journal Line */ - public int getC_CashLine_ID () + public int getC_CashLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashLine_ID); if (ii == null) @@ -229,21 +225,20 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Charge_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -258,21 +253,20 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -295,21 +289,20 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -324,21 +317,20 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Payment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -347,9 +339,8 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers } /** Set Transaction Date. - @param DateTrx - Transaction Date - */ + @param DateTrx Transaction Date + */ public void setDateTrx (Timestamp DateTrx) { set_ValueNoCheck (COLUMNNAME_DateTrx, DateTrx); @@ -358,15 +349,14 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers /** Get Transaction Date. @return Transaction Date */ - public Timestamp getDateTrx () + public Timestamp getDateTrx() { return (Timestamp)get_Value(COLUMNNAME_DateTrx); } /** Set Discount Amount. - @param DiscountAmt - Calculated amount of discount - */ + @param DiscountAmt Calculated amount of discount + */ public void setDiscountAmt (BigDecimal DiscountAmt) { set_ValueNoCheck (COLUMNNAME_DiscountAmt, DiscountAmt); @@ -375,7 +365,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers /** Get Discount Amount. @return Calculated amount of discount */ - public BigDecimal getDiscountAmt () + public BigDecimal getDiscountAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DiscountAmt); if (bd == null) @@ -384,9 +374,8 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers } /** Set Manual. - @param IsManual - This is a manual process - */ + @param IsManual This is a manual process + */ public void setIsManual (boolean IsManual) { set_ValueNoCheck (COLUMNNAME_IsManual, Boolean.valueOf(IsManual)); @@ -395,7 +384,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers /** Get Manual. @return This is a manual process */ - public boolean isManual () + public boolean isManual() { Object oo = get_Value(COLUMNNAME_IsManual); if (oo != null) @@ -408,9 +397,8 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers } /** Set Over/Under Payment. - @param OverUnderAmt - Over-Payment (unallocated) or Under-Payment (partial payment) Amount - */ + @param OverUnderAmt Over-Payment (unallocated) or Under-Payment (partial payment) Amount + */ public void setOverUnderAmt (BigDecimal OverUnderAmt) { set_Value (COLUMNNAME_OverUnderAmt, OverUnderAmt); @@ -419,7 +407,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers /** Get Over/Under Payment. @return Over-Payment (unallocated) or Under-Payment (partial payment) Amount */ - public BigDecimal getOverUnderAmt () + public BigDecimal getOverUnderAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OverUnderAmt); if (bd == null) @@ -428,9 +416,8 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers } /** Set Write-off Amount. - @param WriteOffAmt - Amount to write-off - */ + @param WriteOffAmt Amount to write-off + */ public void setWriteOffAmt (BigDecimal WriteOffAmt) { set_ValueNoCheck (COLUMNNAME_WriteOffAmt, WriteOffAmt); @@ -439,7 +426,7 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers /** Get Write-off Amount. @return Amount to write-off */ - public BigDecimal getWriteOffAmt () + public BigDecimal getWriteOffAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_WriteOffAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_BankAccount.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_BankAccount.java index 5b402abc1a..18a4015864 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_BankAccount.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_BankAccount.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BP_BankAccount * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BP_BankAccount") public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BP_BankAccount (Properties ctx, int C_BP_BankAccount_ID, String trxName) @@ -75,9 +75,8 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers } /** Set Account No. - @param AccountNo - Account Number - */ + @param AccountNo Account Number + */ public void setAccountNo (String AccountNo) { set_Value (COLUMNNAME_AccountNo, AccountNo); @@ -86,15 +85,14 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Account No. @return Account Number */ - public String getAccountNo () + public String getAccountNo() { return (String)get_Value(COLUMNNAME_AccountNo); } /** Set Account City. - @param A_City - City or the Credit Card or Account Holder - */ + @param A_City City or the Credit Card or Account Holder + */ public void setA_City (String A_City) { set_Value (COLUMNNAME_A_City, A_City); @@ -103,15 +101,14 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Account City. @return City or the Credit Card or Account Holder */ - public String getA_City () + public String getA_City() { return (String)get_Value(COLUMNNAME_A_City); } /** Set Account Country. - @param A_Country - Country - */ + @param A_Country Country + */ public void setA_Country (String A_Country) { set_Value (COLUMNNAME_A_Country, A_Country); @@ -120,7 +117,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Account Country. @return Country */ - public String getA_Country () + public String getA_Country() { return (String)get_Value(COLUMNNAME_A_Country); } @@ -132,21 +129,20 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -155,9 +151,8 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers } /** Set Account EMail. - @param A_EMail - Email Address - */ + @param A_EMail Email Address + */ public void setA_EMail (String A_EMail) { set_Value (COLUMNNAME_A_EMail, A_EMail); @@ -166,15 +161,14 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Account EMail. @return Email Address */ - public String getA_EMail () + public String getA_EMail() { return (String)get_Value(COLUMNNAME_A_EMail); } /** Set Driver License. - @param A_Ident_DL - Payment Identification - Driver License - */ + @param A_Ident_DL Payment Identification - Driver License + */ public void setA_Ident_DL (String A_Ident_DL) { set_Value (COLUMNNAME_A_Ident_DL, A_Ident_DL); @@ -183,15 +177,14 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Driver License. @return Payment Identification - Driver License */ - public String getA_Ident_DL () + public String getA_Ident_DL() { return (String)get_Value(COLUMNNAME_A_Ident_DL); } /** Set Social Security No. - @param A_Ident_SSN - Payment Identification - Social Security No - */ + @param A_Ident_SSN Payment Identification - Social Security No + */ public void setA_Ident_SSN (String A_Ident_SSN) { set_Value (COLUMNNAME_A_Ident_SSN, A_Ident_SSN); @@ -200,15 +193,14 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Social Security No. @return Payment Identification - Social Security No */ - public String getA_Ident_SSN () + public String getA_Ident_SSN() { return (String)get_Value(COLUMNNAME_A_Ident_SSN); } /** Set Account Name. - @param A_Name - Name on Credit Card or Account holder - */ + @param A_Name Name on Credit Card or Account holder + */ public void setA_Name (String A_Name) { set_Value (COLUMNNAME_A_Name, A_Name); @@ -217,7 +209,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Account Name. @return Name on Credit Card or Account holder */ - public String getA_Name () + public String getA_Name() { return (String)get_Value(COLUMNNAME_A_Name); } @@ -231,9 +223,8 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers } /** Set Account State. - @param A_State - State of the Credit Card or Account holder - */ + @param A_State State of the Credit Card or Account holder + */ public void setA_State (String A_State) { set_Value (COLUMNNAME_A_State, A_State); @@ -242,15 +233,14 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Account State. @return State of the Credit Card or Account holder */ - public String getA_State () + public String getA_State() { return (String)get_Value(COLUMNNAME_A_State); } /** Set Account Street. - @param A_Street - Street address of the Credit Card or Account holder - */ + @param A_Street Street address of the Credit Card or Account holder + */ public void setA_Street (String A_Street) { set_Value (COLUMNNAME_A_Street, A_Street); @@ -259,15 +249,14 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Account Street. @return Street address of the Credit Card or Account holder */ - public String getA_Street () + public String getA_Street() { return (String)get_Value(COLUMNNAME_A_Street); } /** Set Account Zip/Postal. - @param A_Zip - Zip Code of the Credit Card or Account Holder - */ + @param A_Zip Zip Code of the Credit Card or Account Holder + */ public void setA_Zip (String A_Zip) { set_Value (COLUMNNAME_A_Zip, A_Zip); @@ -276,7 +265,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Account Zip/Postal. @return Zip Code of the Credit Card or Account Holder */ - public String getA_Zip () + public String getA_Zip() { return (String)get_Value(COLUMNNAME_A_Zip); } @@ -292,9 +281,8 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Savings = S */ public static final String BANKACCOUNTTYPE_Savings = "S"; /** Set Bank Account Type. - @param BankAccountType - Bank Account Type - */ + @param BankAccountType Bank Account Type + */ public void setBankAccountType (String BankAccountType) { @@ -304,7 +292,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Bank Account Type. @return Bank Account Type */ - public String getBankAccountType () + public String getBankAccountType() { return (String)get_Value(COLUMNNAME_BankAccountType); } @@ -320,9 +308,8 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Direct Deposit = T */ public static final String BPBANKACCTUSE_DirectDeposit = "T"; /** Set Account Usage. - @param BPBankAcctUse - Business Partner Bank Account usage - */ + @param BPBankAcctUse Business Partner Bank Account usage + */ public void setBPBankAcctUse (String BPBankAcctUse) { @@ -332,7 +319,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Account Usage. @return Business Partner Bank Account usage */ - public String getBPBankAcctUse () + public String getBPBankAcctUse() { return (String)get_Value(COLUMNNAME_BPBankAcctUse); } @@ -344,21 +331,20 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers } /** Set Bank. - @param C_Bank_ID - Bank - */ + @param C_Bank_ID Bank + */ public void setC_Bank_ID (int C_Bank_ID) { - if (C_Bank_ID < 1) + if (C_Bank_ID < 1) set_Value (COLUMNNAME_C_Bank_ID, null); - else + else set_Value (COLUMNNAME_C_Bank_ID, Integer.valueOf(C_Bank_ID)); } /** Get Bank. @return Bank */ - public int getC_Bank_ID () + public int getC_Bank_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Bank_ID); if (ii == null) @@ -372,22 +358,21 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -396,21 +381,20 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers } /** Set Partner Bank Account. - @param C_BP_BankAccount_ID - Bank Account of the Business Partner - */ + @param C_BP_BankAccount_ID Bank Account of the Business Partner + */ public void setC_BP_BankAccount_ID (int C_BP_BankAccount_ID) { - if (C_BP_BankAccount_ID < 1) + if (C_BP_BankAccount_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_BankAccount_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_BankAccount_ID, Integer.valueOf(C_BP_BankAccount_ID)); } /** Get Partner Bank Account. @return Bank Account of the Business Partner */ - public int getC_BP_BankAccount_ID () + public int getC_BP_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_BankAccount_ID); if (ii == null) @@ -419,7 +403,8 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers } /** Set C_BP_BankAccount_UU. - @param C_BP_BankAccount_UU C_BP_BankAccount_UU */ + @param C_BP_BankAccount_UU C_BP_BankAccount_UU + */ public void setC_BP_BankAccount_UU (String C_BP_BankAccount_UU) { set_Value (COLUMNNAME_C_BP_BankAccount_UU, C_BP_BankAccount_UU); @@ -427,7 +412,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get C_BP_BankAccount_UU. @return C_BP_BankAccount_UU */ - public String getC_BP_BankAccount_UU () + public String getC_BP_BankAccount_UU() { return (String)get_Value(COLUMNNAME_C_BP_BankAccount_UU); } @@ -439,21 +424,20 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers } /** Set Payment Processor. - @param C_PaymentProcessor_ID - Payment processor for electronic payments - */ + @param C_PaymentProcessor_ID Payment processor for electronic payments + */ public void setC_PaymentProcessor_ID (int C_PaymentProcessor_ID) { - if (C_PaymentProcessor_ID < 1) + if (C_PaymentProcessor_ID < 1) set_Value (COLUMNNAME_C_PaymentProcessor_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentProcessor_ID, Integer.valueOf(C_PaymentProcessor_ID)); } /** Get Payment Processor. @return Payment processor for electronic payments */ - public int getC_PaymentProcessor_ID () + public int getC_PaymentProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentProcessor_ID); if (ii == null) @@ -462,9 +446,8 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers } /** Set Exp. Month. - @param CreditCardExpMM - Expiry Month - */ + @param CreditCardExpMM Expiry Month + */ public void setCreditCardExpMM (int CreditCardExpMM) { set_Value (COLUMNNAME_CreditCardExpMM, Integer.valueOf(CreditCardExpMM)); @@ -473,7 +456,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Exp. Month. @return Expiry Month */ - public int getCreditCardExpMM () + public int getCreditCardExpMM() { Integer ii = (Integer)get_Value(COLUMNNAME_CreditCardExpMM); if (ii == null) @@ -482,9 +465,8 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers } /** Set Exp. Year. - @param CreditCardExpYY - Expiry Year - */ + @param CreditCardExpYY Expiry Year + */ public void setCreditCardExpYY (int CreditCardExpYY) { set_Value (COLUMNNAME_CreditCardExpYY, Integer.valueOf(CreditCardExpYY)); @@ -493,7 +475,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Exp. Year. @return Expiry Year */ - public int getCreditCardExpYY () + public int getCreditCardExpYY() { Integer ii = (Integer)get_Value(COLUMNNAME_CreditCardExpYY); if (ii == null) @@ -502,9 +484,8 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers } /** Set Number. - @param CreditCardNumber - Credit Card Number - */ + @param CreditCardNumber Credit Card Number + */ public void setCreditCardNumber (String CreditCardNumber) { set_Value (COLUMNNAME_CreditCardNumber, CreditCardNumber); @@ -513,7 +494,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Number. @return Credit Card Number */ - public String getCreditCardNumber () + public String getCreditCardNumber() { return (String)get_Value(COLUMNNAME_CreditCardNumber); } @@ -535,9 +516,8 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Visa = V */ public static final String CREDITCARDTYPE_Visa = "V"; /** Set Credit Card. - @param CreditCardType - Credit Card (Visa, MC, AmEx) - */ + @param CreditCardType Credit Card (Visa, MC, AmEx) + */ public void setCreditCardType (String CreditCardType) { @@ -547,15 +527,14 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Credit Card. @return Credit Card (Visa, MC, AmEx) */ - public String getCreditCardType () + public String getCreditCardType() { return (String)get_Value(COLUMNNAME_CreditCardType); } /** Set Verification Code. - @param CreditCardVV - Credit Card Verification code on credit card - */ + @param CreditCardVV Credit Card Verification code on credit card + */ public void setCreditCardVV (String CreditCardVV) { set_Value (COLUMNNAME_CreditCardVV, CreditCardVV); @@ -564,13 +543,14 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Verification Code. @return Credit Card Verification code on credit card */ - public String getCreditCardVV () + public String getCreditCardVV() { return (String)get_Value(COLUMNNAME_CreditCardVV); } /** Set Customer Payment Profile ID. - @param CustomerPaymentProfileID Customer Payment Profile ID */ + @param CustomerPaymentProfileID Customer Payment Profile ID + */ public void setCustomerPaymentProfileID (String CustomerPaymentProfileID) { set_Value (COLUMNNAME_CustomerPaymentProfileID, CustomerPaymentProfileID); @@ -578,15 +558,14 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Customer Payment Profile ID. @return Customer Payment Profile ID */ - public String getCustomerPaymentProfileID () + public String getCustomerPaymentProfileID() { return (String)get_Value(COLUMNNAME_CustomerPaymentProfileID); } /** Set IBAN. - @param IBAN - International Bank Account Number - */ + @param IBAN International Bank Account Number + */ public void setIBAN (String IBAN) { set_Value (COLUMNNAME_IBAN, IBAN); @@ -595,15 +574,14 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get IBAN. @return International Bank Account Number */ - public String getIBAN () + public String getIBAN() { return (String)get_Value(COLUMNNAME_IBAN); } /** Set ACH. - @param IsACH - Automatic Clearing House - */ + @param IsACH Automatic Clearing House + */ public void setIsACH (boolean IsACH) { set_Value (COLUMNNAME_IsACH, Boolean.valueOf(IsACH)); @@ -612,7 +590,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get ACH. @return Automatic Clearing House */ - public boolean isACH () + public boolean isACH() { Object oo = get_Value(COLUMNNAME_IsACH); if (oo != null) @@ -633,9 +611,8 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Match = Y */ public static final String R_AVSADDR_Match = "Y"; /** Set Address verified. - @param R_AvsAddr - This address has been verified - */ + @param R_AvsAddr This address has been verified + */ public void setR_AvsAddr (String R_AvsAddr) { @@ -645,7 +622,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Address verified. @return This address has been verified */ - public String getR_AvsAddr () + public String getR_AvsAddr() { return (String)get_Value(COLUMNNAME_R_AvsAddr); } @@ -659,9 +636,8 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Match = Y */ public static final String R_AVSZIP_Match = "Y"; /** Set Zip verified. - @param R_AvsZip - The Zip Code has been verified - */ + @param R_AvsZip The Zip Code has been verified + */ public void setR_AvsZip (String R_AvsZip) { @@ -671,15 +647,14 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Zip verified. @return The Zip Code has been verified */ - public String getR_AvsZip () + public String getR_AvsZip() { return (String)get_Value(COLUMNNAME_R_AvsZip); } /** Set Routing No. - @param RoutingNo - Bank Routing Number - */ + @param RoutingNo Bank Routing Number + */ public void setRoutingNo (String RoutingNo) { set_Value (COLUMNNAME_RoutingNo, RoutingNo); @@ -688,7 +663,7 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** Get Routing No. @return Bank Routing Number */ - public String getRoutingNo () + public String getRoutingNo() { return (String)get_Value(COLUMNNAME_RoutingNo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Customer_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Customer_Acct.java index 28e593edc3..4c9a9a5e68 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Customer_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Customer_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_BP_Customer_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BP_Customer_Acct") public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BP_Customer_Acct (Properties ctx, int C_BP_Customer_Acct_ID, String trxName) @@ -81,21 +81,20 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -109,22 +108,21 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -133,7 +131,8 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ } /** Set C_BP_Customer_Acct_UU. - @param C_BP_Customer_Acct_UU C_BP_Customer_Acct_UU */ + @param C_BP_Customer_Acct_UU C_BP_Customer_Acct_UU + */ public void setC_BP_Customer_Acct_UU (String C_BP_Customer_Acct_UU) { set_Value (COLUMNNAME_C_BP_Customer_Acct_UU, C_BP_Customer_Acct_UU); @@ -141,7 +140,7 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ /** Get C_BP_Customer_Acct_UU. @return C_BP_Customer_Acct_UU */ - public String getC_BP_Customer_Acct_UU () + public String getC_BP_Customer_Acct_UU() { return (String)get_Value(COLUMNNAME_C_BP_Customer_Acct_UU); } @@ -153,9 +152,8 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ } /** Set Customer Prepayment. - @param C_Prepayment_Acct - Account for customer prepayments - */ + @param C_Prepayment_Acct Account for customer prepayments + */ public void setC_Prepayment_Acct (int C_Prepayment_Acct) { set_Value (COLUMNNAME_C_Prepayment_Acct, Integer.valueOf(C_Prepayment_Acct)); @@ -164,7 +162,7 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ /** Get Customer Prepayment. @return Account for customer prepayments */ - public int getC_Prepayment_Acct () + public int getC_Prepayment_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Prepayment_Acct); if (ii == null) @@ -179,9 +177,8 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ } /** Set Customer Receivables. - @param C_Receivable_Acct - Account for Customer Receivables - */ + @param C_Receivable_Acct Account for Customer Receivables + */ public void setC_Receivable_Acct (int C_Receivable_Acct) { set_Value (COLUMNNAME_C_Receivable_Acct, Integer.valueOf(C_Receivable_Acct)); @@ -190,7 +187,7 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ /** Get Customer Receivables. @return Account for Customer Receivables */ - public int getC_Receivable_Acct () + public int getC_Receivable_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Receivable_Acct); if (ii == null) @@ -205,9 +202,8 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ } /** Set Receivable Services. - @param C_Receivable_Services_Acct - Customer Accounts Receivables Services Account - */ + @param C_Receivable_Services_Acct Customer Accounts Receivables Services Account + */ public void setC_Receivable_Services_Acct (int C_Receivable_Services_Acct) { set_Value (COLUMNNAME_C_Receivable_Services_Acct, Integer.valueOf(C_Receivable_Services_Acct)); @@ -216,7 +212,7 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ /** Get Receivable Services. @return Customer Accounts Receivables Services Account */ - public int getC_Receivable_Services_Acct () + public int getC_Receivable_Services_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Receivable_Services_Acct); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_EDI.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_EDI.java index 1cb40479c8..ec397a206c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_EDI.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_EDI.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BP_EDI * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BP_EDI") public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BP_EDI (Properties ctx, int C_BP_EDI_ID, String trxName) @@ -92,21 +92,20 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent } /** Set Sequence. - @param AD_Sequence_ID - Document Sequence - */ + @param AD_Sequence_ID Document Sequence + */ public void setAD_Sequence_ID (int AD_Sequence_ID) { - if (AD_Sequence_ID < 1) + if (AD_Sequence_ID < 1) set_Value (COLUMNNAME_AD_Sequence_ID, null); - else + else set_Value (COLUMNNAME_AD_Sequence_ID, Integer.valueOf(AD_Sequence_ID)); } /** Get Sequence. @return Document Sequence */ - public int getAD_Sequence_ID () + public int getAD_Sequence_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Sequence_ID); if (ii == null) @@ -120,22 +119,21 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -144,21 +142,20 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent } /** Set EDI Definition. - @param C_BP_EDI_ID - Electronic Data Interchange - */ + @param C_BP_EDI_ID Electronic Data Interchange + */ public void setC_BP_EDI_ID (int C_BP_EDI_ID) { - if (C_BP_EDI_ID < 1) + if (C_BP_EDI_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_EDI_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_EDI_ID, Integer.valueOf(C_BP_EDI_ID)); } /** Get EDI Definition. @return Electronic Data Interchange */ - public int getC_BP_EDI_ID () + public int getC_BP_EDI_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_EDI_ID); if (ii == null) @@ -167,7 +164,8 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent } /** Set C_BP_EDI_UU. - @param C_BP_EDI_UU C_BP_EDI_UU */ + @param C_BP_EDI_UU C_BP_EDI_UU + */ public void setC_BP_EDI_UU (String C_BP_EDI_UU) { set_Value (COLUMNNAME_C_BP_EDI_UU, C_BP_EDI_UU); @@ -175,15 +173,14 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get C_BP_EDI_UU. @return C_BP_EDI_UU */ - public String getC_BP_EDI_UU () + public String getC_BP_EDI_UU() { return (String)get_Value(COLUMNNAME_C_BP_EDI_UU); } /** Set Customer No. - @param CustomerNo - EDI Identification Number - */ + @param CustomerNo EDI Identification Number + */ public void setCustomerNo (String CustomerNo) { set_Value (COLUMNNAME_CustomerNo, CustomerNo); @@ -192,15 +189,14 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get Customer No. @return EDI Identification Number */ - public String getCustomerNo () + public String getCustomerNo() { return (String)get_Value(COLUMNNAME_CustomerNo); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -209,7 +205,7 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -223,7 +219,8 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** ASC X12 = X */ public static final String EDITYPE_ASCX12 = "X"; /** Set EDI Type. - @param EDIType EDI Type */ + @param EDIType EDI Type + */ public void setEDIType (String EDIType) { @@ -232,15 +229,14 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get EDI Type. @return EDI Type */ - public String getEDIType () + public String getEDIType() { return (String)get_Value(COLUMNNAME_EDIType); } /** Set Error EMail. - @param EMail_Error_To - Email address to send error messages to - */ + @param EMail_Error_To Email address to send error messages to + */ public void setEMail_Error_To (String EMail_Error_To) { set_Value (COLUMNNAME_EMail_Error_To, EMail_Error_To); @@ -249,15 +245,14 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get Error EMail. @return Email address to send error messages to */ - public String getEMail_Error_To () + public String getEMail_Error_To() { return (String)get_Value(COLUMNNAME_EMail_Error_To); } /** Set From EMail. - @param EMail_From - Full EMail address used to send requests - e.g. edi@organization.com - */ + @param EMail_From Full EMail address used to send requests - e.g. edi@organization.com + */ public void setEMail_From (String EMail_From) { set_Value (COLUMNNAME_EMail_From, EMail_From); @@ -266,15 +261,14 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get From EMail. @return Full EMail address used to send requests - e.g. edi@organization.com */ - public String getEMail_From () + public String getEMail_From() { return (String)get_Value(COLUMNNAME_EMail_From); } /** Set From EMail Password. - @param EMail_From_Pwd - Password of the sending EMail address - */ + @param EMail_From_Pwd Password of the sending EMail address + */ public void setEMail_From_Pwd (String EMail_From_Pwd) { set_Value (COLUMNNAME_EMail_From_Pwd, EMail_From_Pwd); @@ -283,15 +277,14 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get From EMail Password. @return Password of the sending EMail address */ - public String getEMail_From_Pwd () + public String getEMail_From_Pwd() { return (String)get_Value(COLUMNNAME_EMail_From_Pwd); } /** Set From EMail User ID. - @param EMail_From_Uid - User ID of the sending EMail address (on default SMTP Host) - e.g. edi - */ + @param EMail_From_Uid User ID of the sending EMail address (on default SMTP Host) - e.g. edi + */ public void setEMail_From_Uid (String EMail_From_Uid) { set_Value (COLUMNNAME_EMail_From_Uid, EMail_From_Uid); @@ -300,15 +293,14 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get From EMail User ID. @return User ID of the sending EMail address (on default SMTP Host) - e.g. edi */ - public String getEMail_From_Uid () + public String getEMail_From_Uid() { return (String)get_Value(COLUMNNAME_EMail_From_Uid); } /** Set Info EMail. - @param EMail_Info_To - EMail address to send informational messages and copies - */ + @param EMail_Info_To EMail address to send informational messages and copies + */ public void setEMail_Info_To (String EMail_Info_To) { set_Value (COLUMNNAME_EMail_Info_To, EMail_Info_To); @@ -317,15 +309,14 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get Info EMail. @return EMail address to send informational messages and copies */ - public String getEMail_Info_To () + public String getEMail_Info_To() { return (String)get_Value(COLUMNNAME_EMail_Info_To); } /** Set To EMail. - @param EMail_To - EMail address to send requests to - e.g. edi@manufacturer.com - */ + @param EMail_To EMail address to send requests to - e.g. edi@manufacturer.com + */ public void setEMail_To (String EMail_To) { set_Value (COLUMNNAME_EMail_To, EMail_To); @@ -334,15 +325,14 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get To EMail. @return EMail address to send requests to - e.g. edi@manufacturer.com */ - public String getEMail_To () + public String getEMail_To() { return (String)get_Value(COLUMNNAME_EMail_To); } /** Set Activate Audit. - @param IsAudited - Activate Audit Trail of what numbers are generated - */ + @param IsAudited Activate Audit Trail of what numbers are generated + */ public void setIsAudited (boolean IsAudited) { set_Value (COLUMNNAME_IsAudited, Boolean.valueOf(IsAudited)); @@ -351,7 +341,7 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get Activate Audit. @return Activate Audit Trail of what numbers are generated */ - public boolean isAudited () + public boolean isAudited() { Object oo = get_Value(COLUMNNAME_IsAudited); if (oo != null) @@ -364,9 +354,8 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent } /** Set Send Info. - @param IsInfoSent - Send informational messages and copies - */ + @param IsInfoSent Send informational messages and copies + */ public void setIsInfoSent (boolean IsInfoSent) { set_Value (COLUMNNAME_IsInfoSent, Boolean.valueOf(IsInfoSent)); @@ -375,7 +364,7 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get Send Info. @return Send informational messages and copies */ - public boolean isInfoSent () + public boolean isInfoSent() { Object oo = get_Value(COLUMNNAME_IsInfoSent); if (oo != null) @@ -394,21 +383,20 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -417,9 +405,8 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -428,7 +415,7 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -442,7 +429,8 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent } /** Set Received Inquiry Reply. - @param ReceiveInquiryReply Received Inquiry Reply */ + @param ReceiveInquiryReply Received Inquiry Reply + */ public void setReceiveInquiryReply (boolean ReceiveInquiryReply) { set_Value (COLUMNNAME_ReceiveInquiryReply, Boolean.valueOf(ReceiveInquiryReply)); @@ -450,7 +438,7 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get Received Inquiry Reply. @return Received Inquiry Reply */ - public boolean isReceiveInquiryReply () + public boolean isReceiveInquiryReply() { Object oo = get_Value(COLUMNNAME_ReceiveInquiryReply); if (oo != null) @@ -463,7 +451,8 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent } /** Set Receive Order Reply. - @param ReceiveOrderReply Receive Order Reply */ + @param ReceiveOrderReply Receive Order Reply + */ public void setReceiveOrderReply (boolean ReceiveOrderReply) { set_Value (COLUMNNAME_ReceiveOrderReply, Boolean.valueOf(ReceiveOrderReply)); @@ -471,7 +460,7 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get Receive Order Reply. @return Receive Order Reply */ - public boolean isReceiveOrderReply () + public boolean isReceiveOrderReply() { Object oo = get_Value(COLUMNNAME_ReceiveOrderReply); if (oo != null) @@ -484,9 +473,8 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent } /** Set Send Inquiry. - @param SendInquiry - Quantity Availability Inquiry - */ + @param SendInquiry Quantity Availability Inquiry + */ public void setSendInquiry (boolean SendInquiry) { set_Value (COLUMNNAME_SendInquiry, Boolean.valueOf(SendInquiry)); @@ -495,7 +483,7 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get Send Inquiry. @return Quantity Availability Inquiry */ - public boolean isSendInquiry () + public boolean isSendInquiry() { Object oo = get_Value(COLUMNNAME_SendInquiry); if (oo != null) @@ -508,7 +496,8 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent } /** Set Send Order. - @param SendOrder Send Order */ + @param SendOrder Send Order + */ public void setSendOrder (boolean SendOrder) { set_Value (COLUMNNAME_SendOrder, Boolean.valueOf(SendOrder)); @@ -516,7 +505,7 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent /** Get Send Order. @return Send Order */ - public boolean isSendOrder () + public boolean isSendOrder() { Object oo = get_Value(COLUMNNAME_SendOrder); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Employee_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Employee_Acct.java index fd45cde40d..40e1f39a3c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Employee_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Employee_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_BP_Employee_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BP_Employee_Acct") public class X_C_BP_Employee_Acct extends PO implements I_C_BP_Employee_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_BP_Employee_Acct extends PO implements I_C_BP_Employee_Acct, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BP_Employee_Acct (Properties ctx, int C_BP_Employee_Acct_ID, String trxName) @@ -78,21 +78,20 @@ public class X_C_BP_Employee_Acct extends PO implements I_C_BP_Employee_Acct, I_ } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -106,22 +105,21 @@ public class X_C_BP_Employee_Acct extends PO implements I_C_BP_Employee_Acct, I_ .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -130,7 +128,8 @@ public class X_C_BP_Employee_Acct extends PO implements I_C_BP_Employee_Acct, I_ } /** Set C_BP_Employee_Acct_UU. - @param C_BP_Employee_Acct_UU C_BP_Employee_Acct_UU */ + @param C_BP_Employee_Acct_UU C_BP_Employee_Acct_UU + */ public void setC_BP_Employee_Acct_UU (String C_BP_Employee_Acct_UU) { set_Value (COLUMNNAME_C_BP_Employee_Acct_UU, C_BP_Employee_Acct_UU); @@ -138,7 +137,7 @@ public class X_C_BP_Employee_Acct extends PO implements I_C_BP_Employee_Acct, I_ /** Get C_BP_Employee_Acct_UU. @return C_BP_Employee_Acct_UU */ - public String getC_BP_Employee_Acct_UU () + public String getC_BP_Employee_Acct_UU() { return (String)get_Value(COLUMNNAME_C_BP_Employee_Acct_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Group.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Group.java index 103850a599..cbb58e81ad 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Group.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Group.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BP_Group * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BP_Group") public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BP_Group (Properties ctx, int C_BP_Group_ID, String trxName) @@ -85,21 +85,20 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent } /** Set Print Color. - @param AD_PrintColor_ID - Color used for printing and display - */ + @param AD_PrintColor_ID Color used for printing and display + */ public void setAD_PrintColor_ID (int AD_PrintColor_ID) { - if (AD_PrintColor_ID < 1) + if (AD_PrintColor_ID < 1) set_Value (COLUMNNAME_AD_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintColor_ID, Integer.valueOf(AD_PrintColor_ID)); } /** Get Print Color. @return Color used for printing and display */ - public int getAD_PrintColor_ID () + public int getAD_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintColor_ID); if (ii == null) @@ -108,21 +107,20 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent } /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ + @param C_BP_Group_ID Business Partner Group + */ public void setC_BP_Group_ID (int C_BP_Group_ID) { - if (C_BP_Group_ID < 1) + if (C_BP_Group_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_Group_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); } /** Get Business Partner Group. @return Business Partner Group */ - public int getC_BP_Group_ID () + public int getC_BP_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); if (ii == null) @@ -131,7 +129,8 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent } /** Set C_BP_Group_UU. - @param C_BP_Group_UU C_BP_Group_UU */ + @param C_BP_Group_UU C_BP_Group_UU + */ public void setC_BP_Group_UU (String C_BP_Group_UU) { set_Value (COLUMNNAME_C_BP_Group_UU, C_BP_Group_UU); @@ -139,7 +138,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent /** Get C_BP_Group_UU. @return C_BP_Group_UU */ - public String getC_BP_Group_UU () + public String getC_BP_Group_UU() { return (String)get_Value(COLUMNNAME_C_BP_Group_UU); } @@ -151,21 +150,20 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent } /** Set Dunning. - @param C_Dunning_ID - Dunning Rules for overdue invoices - */ + @param C_Dunning_ID Dunning Rules for overdue invoices + */ public void setC_Dunning_ID (int C_Dunning_ID) { - if (C_Dunning_ID < 1) + if (C_Dunning_ID < 1) set_Value (COLUMNNAME_C_Dunning_ID, null); - else + else set_Value (COLUMNNAME_C_Dunning_ID, Integer.valueOf(C_Dunning_ID)); } /** Get Dunning. @return Dunning Rules for overdue invoices */ - public int getC_Dunning_ID () + public int getC_Dunning_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Dunning_ID); if (ii == null) @@ -174,9 +172,8 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent } /** Set Credit Watch %. - @param CreditWatchPercent - Credit Watch - Percent of Credit Limit when OK switches to Watch - */ + @param CreditWatchPercent Credit Watch - Percent of Credit Limit when OK switches to Watch + */ public void setCreditWatchPercent (BigDecimal CreditWatchPercent) { set_Value (COLUMNNAME_CreditWatchPercent, CreditWatchPercent); @@ -185,7 +182,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent /** Get Credit Watch %. @return Credit Watch - Percent of Credit Limit when OK switches to Watch */ - public BigDecimal getCreditWatchPercent () + public BigDecimal getCreditWatchPercent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CreditWatchPercent); if (bd == null) @@ -194,9 +191,8 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -205,15 +201,14 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Confidential Info. - @param IsConfidentialInfo - Can enter confidential information - */ + @param IsConfidentialInfo Can enter confidential information + */ public void setIsConfidentialInfo (boolean IsConfidentialInfo) { set_Value (COLUMNNAME_IsConfidentialInfo, Boolean.valueOf(IsConfidentialInfo)); @@ -222,7 +217,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent /** Get Confidential Info. @return Can enter confidential information */ - public boolean isConfidentialInfo () + public boolean isConfidentialInfo() { Object oo = get_Value(COLUMNNAME_IsConfidentialInfo); if (oo != null) @@ -235,9 +230,8 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -246,7 +240,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -265,21 +259,20 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent } /** Set Discount Schema. - @param M_DiscountSchema_ID - Schema to calculate the trade discount percentage - */ + @param M_DiscountSchema_ID Schema to calculate the trade discount percentage + */ public void setM_DiscountSchema_ID (int M_DiscountSchema_ID) { - if (M_DiscountSchema_ID < 1) + if (M_DiscountSchema_ID < 1) set_Value (COLUMNNAME_M_DiscountSchema_ID, null); - else + else set_Value (COLUMNNAME_M_DiscountSchema_ID, Integer.valueOf(M_DiscountSchema_ID)); } /** Get Discount Schema. @return Schema to calculate the trade discount percentage */ - public int getM_DiscountSchema_ID () + public int getM_DiscountSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DiscountSchema_ID); if (ii == null) @@ -294,21 +287,20 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_Value (COLUMNNAME_M_PriceList_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -317,9 +309,8 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -328,7 +319,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -348,21 +339,20 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent } /** Set PO Discount Schema. - @param PO_DiscountSchema_ID - Schema to calculate the purchase trade discount percentage - */ + @param PO_DiscountSchema_ID Schema to calculate the purchase trade discount percentage + */ public void setPO_DiscountSchema_ID (int PO_DiscountSchema_ID) { - if (PO_DiscountSchema_ID < 1) + if (PO_DiscountSchema_ID < 1) set_Value (COLUMNNAME_PO_DiscountSchema_ID, null); - else + else set_Value (COLUMNNAME_PO_DiscountSchema_ID, Integer.valueOf(PO_DiscountSchema_ID)); } /** Get PO Discount Schema. @return Schema to calculate the purchase trade discount percentage */ - public int getPO_DiscountSchema_ID () + public int getPO_DiscountSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PO_DiscountSchema_ID); if (ii == null) @@ -377,21 +367,20 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent } /** Set Purchase Pricelist. - @param PO_PriceList_ID - Price List used by this Business Partner - */ + @param PO_PriceList_ID Price List used by this Business Partner + */ public void setPO_PriceList_ID (int PO_PriceList_ID) { - if (PO_PriceList_ID < 1) + if (PO_PriceList_ID < 1) set_Value (COLUMNNAME_PO_PriceList_ID, null); - else + else set_Value (COLUMNNAME_PO_PriceList_ID, Integer.valueOf(PO_PriceList_ID)); } /** Get Purchase Pricelist. @return Price List used by this Business Partner */ - public int getPO_PriceList_ID () + public int getPO_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PO_PriceList_ID); if (ii == null) @@ -400,9 +389,8 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent } /** Set Price Match Tolerance. - @param PriceMatchTolerance - PO-Invoice Match Price Tolerance in percent of the purchase price - */ + @param PriceMatchTolerance PO-Invoice Match Price Tolerance in percent of the purchase price + */ public void setPriceMatchTolerance (BigDecimal PriceMatchTolerance) { set_Value (COLUMNNAME_PriceMatchTolerance, PriceMatchTolerance); @@ -411,7 +399,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent /** Get Price Match Tolerance. @return PO-Invoice Match Price Tolerance in percent of the purchase price */ - public BigDecimal getPriceMatchTolerance () + public BigDecimal getPriceMatchTolerance() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceMatchTolerance); if (bd == null) @@ -428,9 +416,8 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent /** Same = S */ public static final String PRIORITYBASE_Same = "S"; /** Set Priority Base. - @param PriorityBase - Base of Priority - */ + @param PriorityBase Base of Priority + */ public void setPriorityBase (String PriorityBase) { @@ -440,15 +427,14 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent /** Get Priority Base. @return Base of Priority */ - public String getPriorityBase () + public String getPriorityBase() { return (String)get_Value(COLUMNNAME_PriorityBase); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -457,7 +443,7 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Group_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Group_Acct.java index df3de286cb..7a01948a68 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Group_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Group_Acct.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BP_Group_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BP_Group_Acct") public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BP_Group_Acct (Properties ctx, int C_BP_Group_Acct_ID, String trxName) @@ -88,21 +88,20 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -111,7 +110,8 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set C_BP_Group_Acct_UU. - @param C_BP_Group_Acct_UU C_BP_Group_Acct_UU */ + @param C_BP_Group_Acct_UU C_BP_Group_Acct_UU + */ public void setC_BP_Group_Acct_UU (String C_BP_Group_Acct_UU) { set_Value (COLUMNNAME_C_BP_Group_Acct_UU, C_BP_Group_Acct_UU); @@ -119,7 +119,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** Get C_BP_Group_Acct_UU. @return C_BP_Group_Acct_UU */ - public String getC_BP_Group_Acct_UU () + public String getC_BP_Group_Acct_UU() { return (String)get_Value(COLUMNNAME_C_BP_Group_Acct_UU); } @@ -131,21 +131,20 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ + @param C_BP_Group_ID Business Partner Group + */ public void setC_BP_Group_ID (int C_BP_Group_ID) { - if (C_BP_Group_ID < 1) + if (C_BP_Group_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_Group_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); } /** Get Business Partner Group. @return Business Partner Group */ - public int getC_BP_Group_ID () + public int getC_BP_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); if (ii == null) @@ -168,9 +167,8 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Customer Prepayment. - @param C_Prepayment_Acct - Account for customer prepayments - */ + @param C_Prepayment_Acct Account for customer prepayments + */ public void setC_Prepayment_Acct (int C_Prepayment_Acct) { set_Value (COLUMNNAME_C_Prepayment_Acct, Integer.valueOf(C_Prepayment_Acct)); @@ -179,7 +177,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** Get Customer Prepayment. @return Account for customer prepayments */ - public int getC_Prepayment_Acct () + public int getC_Prepayment_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Prepayment_Acct); if (ii == null) @@ -194,9 +192,8 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Customer Receivables. - @param C_Receivable_Acct - Account for Customer Receivables - */ + @param C_Receivable_Acct Account for Customer Receivables + */ public void setC_Receivable_Acct (int C_Receivable_Acct) { set_Value (COLUMNNAME_C_Receivable_Acct, Integer.valueOf(C_Receivable_Acct)); @@ -205,7 +202,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** Get Customer Receivables. @return Account for Customer Receivables */ - public int getC_Receivable_Acct () + public int getC_Receivable_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Receivable_Acct); if (ii == null) @@ -220,9 +217,8 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Receivable Services. - @param C_Receivable_Services_Acct - Customer Accounts Receivables Services Account - */ + @param C_Receivable_Services_Acct Customer Accounts Receivables Services Account + */ public void setC_Receivable_Services_Acct (int C_Receivable_Services_Acct) { set_Value (COLUMNNAME_C_Receivable_Services_Acct, Integer.valueOf(C_Receivable_Services_Acct)); @@ -231,7 +227,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** Get Receivable Services. @return Customer Accounts Receivables Services Account */ - public int getC_Receivable_Services_Acct () + public int getC_Receivable_Services_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Receivable_Services_Acct); if (ii == null) @@ -246,9 +242,8 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Not-invoiced Receipts. - @param NotInvoicedReceipts_Acct - Account for not-invoiced Material Receipts - */ + @param NotInvoicedReceipts_Acct Account for not-invoiced Material Receipts + */ public void setNotInvoicedReceipts_Acct (int NotInvoicedReceipts_Acct) { set_Value (COLUMNNAME_NotInvoicedReceipts_Acct, Integer.valueOf(NotInvoicedReceipts_Acct)); @@ -257,7 +252,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** Get Not-invoiced Receipts. @return Account for not-invoiced Material Receipts */ - public int getNotInvoicedReceipts_Acct () + public int getNotInvoicedReceipts_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_NotInvoicedReceipts_Acct); if (ii == null) @@ -272,9 +267,8 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Payment Discount Expense. - @param PayDiscount_Exp_Acct - Payment Discount Expense Account - */ + @param PayDiscount_Exp_Acct Payment Discount Expense Account + */ public void setPayDiscount_Exp_Acct (int PayDiscount_Exp_Acct) { set_Value (COLUMNNAME_PayDiscount_Exp_Acct, Integer.valueOf(PayDiscount_Exp_Acct)); @@ -283,7 +277,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** Get Payment Discount Expense. @return Payment Discount Expense Account */ - public int getPayDiscount_Exp_Acct () + public int getPayDiscount_Exp_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_PayDiscount_Exp_Acct); if (ii == null) @@ -298,9 +292,8 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Payment Discount Revenue. - @param PayDiscount_Rev_Acct - Payment Discount Revenue Account - */ + @param PayDiscount_Rev_Acct Payment Discount Revenue Account + */ public void setPayDiscount_Rev_Acct (int PayDiscount_Rev_Acct) { set_Value (COLUMNNAME_PayDiscount_Rev_Acct, Integer.valueOf(PayDiscount_Rev_Acct)); @@ -309,7 +302,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** Get Payment Discount Revenue. @return Payment Discount Revenue Account */ - public int getPayDiscount_Rev_Acct () + public int getPayDiscount_Rev_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_PayDiscount_Rev_Acct); if (ii == null) @@ -318,7 +311,8 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -326,7 +320,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -345,9 +339,8 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Unearned Revenue. - @param UnEarnedRevenue_Acct - Account for unearned revenue - */ + @param UnEarnedRevenue_Acct Account for unearned revenue + */ public void setUnEarnedRevenue_Acct (int UnEarnedRevenue_Acct) { set_Value (COLUMNNAME_UnEarnedRevenue_Acct, Integer.valueOf(UnEarnedRevenue_Acct)); @@ -356,7 +349,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** Get Unearned Revenue. @return Account for unearned revenue */ - public int getUnEarnedRevenue_Acct () + public int getUnEarnedRevenue_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_UnEarnedRevenue_Acct); if (ii == null) @@ -371,9 +364,8 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Vendor Liability. - @param V_Liability_Acct - Account for Vendor Liability - */ + @param V_Liability_Acct Account for Vendor Liability + */ public void setV_Liability_Acct (int V_Liability_Acct) { set_Value (COLUMNNAME_V_Liability_Acct, Integer.valueOf(V_Liability_Acct)); @@ -382,7 +374,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** Get Vendor Liability. @return Account for Vendor Liability */ - public int getV_Liability_Acct () + public int getV_Liability_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_V_Liability_Acct); if (ii == null) @@ -397,9 +389,8 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Vendor Service Liability. - @param V_Liability_Services_Acct - Account for Vendor Service Liability - */ + @param V_Liability_Services_Acct Account for Vendor Service Liability + */ public void setV_Liability_Services_Acct (int V_Liability_Services_Acct) { set_Value (COLUMNNAME_V_Liability_Services_Acct, Integer.valueOf(V_Liability_Services_Acct)); @@ -408,7 +399,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** Get Vendor Service Liability. @return Account for Vendor Service Liability */ - public int getV_Liability_Services_Acct () + public int getV_Liability_Services_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_V_Liability_Services_Acct); if (ii == null) @@ -423,9 +414,8 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Vendor Prepayment. - @param V_Prepayment_Acct - Account for Vendor Prepayments - */ + @param V_Prepayment_Acct Account for Vendor Prepayments + */ public void setV_Prepayment_Acct (int V_Prepayment_Acct) { set_Value (COLUMNNAME_V_Prepayment_Acct, Integer.valueOf(V_Prepayment_Acct)); @@ -434,7 +424,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** Get Vendor Prepayment. @return Account for Vendor Prepayments */ - public int getV_Prepayment_Acct () + public int getV_Prepayment_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_V_Prepayment_Acct); if (ii == null) @@ -449,9 +439,8 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis } /** Set Write-off. - @param WriteOff_Acct - Account for Receivables write-off - */ + @param WriteOff_Acct Account for Receivables write-off + */ public void setWriteOff_Acct (int WriteOff_Acct) { set_Value (COLUMNNAME_WriteOff_Acct, Integer.valueOf(WriteOff_Acct)); @@ -460,7 +449,7 @@ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persis /** Get Write-off. @return Account for Receivables write-off */ - public int getWriteOff_Acct () + public int getWriteOff_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_WriteOff_Acct); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Relation.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Relation.java index 455aa96285..290e87346a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Relation.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Relation.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BP_Relation * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BP_Relation") public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BP_Relation (Properties ctx, int C_BP_Relation_ID, String trxName) @@ -86,22 +86,21 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -116,21 +115,20 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -145,21 +143,20 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent } /** Set Related Partner. - @param C_BPartnerRelation_ID - Related Business Partner - */ + @param C_BPartnerRelation_ID Related Business Partner + */ public void setC_BPartnerRelation_ID (int C_BPartnerRelation_ID) { - if (C_BPartnerRelation_ID < 1) + if (C_BPartnerRelation_ID < 1) set_Value (COLUMNNAME_C_BPartnerRelation_ID, null); - else + else set_Value (COLUMNNAME_C_BPartnerRelation_ID, Integer.valueOf(C_BPartnerRelation_ID)); } /** Get Related Partner. @return Related Business Partner */ - public int getC_BPartnerRelation_ID () + public int getC_BPartnerRelation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartnerRelation_ID); if (ii == null) @@ -174,21 +171,20 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent } /** Set Related Partner Location. - @param C_BPartnerRelation_Location_ID - Location of the related Business Partner - */ + @param C_BPartnerRelation_Location_ID Location of the related Business Partner + */ public void setC_BPartnerRelation_Location_ID (int C_BPartnerRelation_Location_ID) { - if (C_BPartnerRelation_Location_ID < 1) + if (C_BPartnerRelation_Location_ID < 1) set_Value (COLUMNNAME_C_BPartnerRelation_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartnerRelation_Location_ID, Integer.valueOf(C_BPartnerRelation_Location_ID)); } /** Get Related Partner Location. @return Location of the related Business Partner */ - public int getC_BPartnerRelation_Location_ID () + public int getC_BPartnerRelation_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartnerRelation_Location_ID); if (ii == null) @@ -197,21 +193,20 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent } /** Set Partner Relation. - @param C_BP_Relation_ID - Business Partner Relation - */ + @param C_BP_Relation_ID Business Partner Relation + */ public void setC_BP_Relation_ID (int C_BP_Relation_ID) { - if (C_BP_Relation_ID < 1) + if (C_BP_Relation_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_Relation_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_Relation_ID, Integer.valueOf(C_BP_Relation_ID)); } /** Get Partner Relation. @return Business Partner Relation */ - public int getC_BP_Relation_ID () + public int getC_BP_Relation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Relation_ID); if (ii == null) @@ -220,7 +215,8 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent } /** Set C_BP_Relation_UU. - @param C_BP_Relation_UU C_BP_Relation_UU */ + @param C_BP_Relation_UU C_BP_Relation_UU + */ public void setC_BP_Relation_UU (String C_BP_Relation_UU) { set_Value (COLUMNNAME_C_BP_Relation_UU, C_BP_Relation_UU); @@ -228,15 +224,14 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent /** Get C_BP_Relation_UU. @return C_BP_Relation_UU */ - public String getC_BP_Relation_UU () + public String getC_BP_Relation_UU() { return (String)get_Value(COLUMNNAME_C_BP_Relation_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -245,15 +240,14 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Invoice Address. - @param IsBillTo - Business Partner Invoice/Bill Address - */ + @param IsBillTo Business Partner Invoice/Bill Address + */ public void setIsBillTo (boolean IsBillTo) { set_Value (COLUMNNAME_IsBillTo, Boolean.valueOf(IsBillTo)); @@ -262,7 +256,7 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent /** Get Invoice Address. @return Business Partner Invoice/Bill Address */ - public boolean isBillTo () + public boolean isBillTo() { Object oo = get_Value(COLUMNNAME_IsBillTo); if (oo != null) @@ -275,18 +269,17 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent } /** Set Pay-From Address. - @param IsPayFrom - Business Partner pays from that address and we'll send dunning letters there - */ + @param IsPayFrom Business Partner pays from that address and we'll send dunning letters there + */ public void setIsPayFrom (boolean IsPayFrom) { set_Value (COLUMNNAME_IsPayFrom, Boolean.valueOf(IsPayFrom)); } /** Get Pay-From Address. - @return Business Partner pays from that address and we'll send dunning letters there + @return Business Partner pays from that address and we'll send dunning letters there */ - public boolean isPayFrom () + public boolean isPayFrom() { Object oo = get_Value(COLUMNNAME_IsPayFrom); if (oo != null) @@ -299,9 +292,8 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent } /** Set Remit-To Address. - @param IsRemitTo - Business Partner payment address - */ + @param IsRemitTo Business Partner payment address + */ public void setIsRemitTo (boolean IsRemitTo) { set_Value (COLUMNNAME_IsRemitTo, Boolean.valueOf(IsRemitTo)); @@ -310,7 +302,7 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent /** Get Remit-To Address. @return Business Partner payment address */ - public boolean isRemitTo () + public boolean isRemitTo() { Object oo = get_Value(COLUMNNAME_IsRemitTo); if (oo != null) @@ -323,9 +315,8 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent } /** Set Ship Address. - @param IsShipTo - Business Partner Shipment Address - */ + @param IsShipTo Business Partner Shipment Address + */ public void setIsShipTo (boolean IsShipTo) { set_ValueNoCheck (COLUMNNAME_IsShipTo, Boolean.valueOf(IsShipTo)); @@ -334,7 +325,7 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent /** Get Ship Address. @return Business Partner Shipment Address */ - public boolean isShipTo () + public boolean isShipTo() { Object oo = get_Value(COLUMNNAME_IsShipTo); if (oo != null) @@ -347,9 +338,8 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -358,7 +348,7 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_ShippingAcct.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_ShippingAcct.java index e2c4018b8f..7f24d4a71f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_ShippingAcct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_ShippingAcct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_BP_ShippingAcct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BP_ShippingAcct") public class X_C_BP_ShippingAcct extends PO implements I_C_BP_ShippingAcct, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_BP_ShippingAcct extends PO implements I_C_BP_ShippingAcct, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BP_ShippingAcct (Properties ctx, int C_BP_ShippingAcct_ID, String trxName) @@ -77,22 +77,21 @@ public class X_C_BP_ShippingAcct extends PO implements I_C_BP_ShippingAcct, I_Pe .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -107,21 +106,20 @@ public class X_C_BP_ShippingAcct extends PO implements I_C_BP_ShippingAcct, I_Pe } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -130,18 +128,19 @@ public class X_C_BP_ShippingAcct extends PO implements I_C_BP_ShippingAcct, I_Pe } /** Set Business Partner Shipping Account. - @param C_BP_ShippingAcct_ID Business Partner Shipping Account */ + @param C_BP_ShippingAcct_ID Business Partner Shipping Account + */ public void setC_BP_ShippingAcct_ID (int C_BP_ShippingAcct_ID) { - if (C_BP_ShippingAcct_ID < 1) + if (C_BP_ShippingAcct_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_ShippingAcct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_ShippingAcct_ID, Integer.valueOf(C_BP_ShippingAcct_ID)); } /** Get Business Partner Shipping Account. @return Business Partner Shipping Account */ - public int getC_BP_ShippingAcct_ID () + public int getC_BP_ShippingAcct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_ShippingAcct_ID); if (ii == null) @@ -150,7 +149,8 @@ public class X_C_BP_ShippingAcct extends PO implements I_C_BP_ShippingAcct, I_Pe } /** Set C_BP_ShippingAcct_UU. - @param C_BP_ShippingAcct_UU C_BP_ShippingAcct_UU */ + @param C_BP_ShippingAcct_UU C_BP_ShippingAcct_UU + */ public void setC_BP_ShippingAcct_UU (String C_BP_ShippingAcct_UU) { set_Value (COLUMNNAME_C_BP_ShippingAcct_UU, C_BP_ShippingAcct_UU); @@ -158,13 +158,14 @@ public class X_C_BP_ShippingAcct extends PO implements I_C_BP_ShippingAcct, I_Pe /** Get C_BP_ShippingAcct_UU. @return C_BP_ShippingAcct_UU */ - public String getC_BP_ShippingAcct_UU () + public String getC_BP_ShippingAcct_UU() { return (String)get_Value(COLUMNNAME_C_BP_ShippingAcct_UU); } /** Set Duties Shipper Account. - @param DutiesShipperAccount Duties Shipper Account */ + @param DutiesShipperAccount Duties Shipper Account + */ public void setDutiesShipperAccount (String DutiesShipperAccount) { set_Value (COLUMNNAME_DutiesShipperAccount, DutiesShipperAccount); @@ -172,7 +173,7 @@ public class X_C_BP_ShippingAcct extends PO implements I_C_BP_ShippingAcct, I_Pe /** Get Duties Shipper Account. @return Duties Shipper Account */ - public String getDutiesShipperAccount () + public String getDutiesShipperAccount() { return (String)get_Value(COLUMNNAME_DutiesShipperAccount); } @@ -184,18 +185,19 @@ public class X_C_BP_ShippingAcct extends PO implements I_C_BP_ShippingAcct, I_Pe } /** Set Shipping Processor. - @param M_ShippingProcessor_ID Shipping Processor */ + @param M_ShippingProcessor_ID Shipping Processor + */ public void setM_ShippingProcessor_ID (int M_ShippingProcessor_ID) { - if (M_ShippingProcessor_ID < 1) + if (M_ShippingProcessor_ID < 1) set_Value (COLUMNNAME_M_ShippingProcessor_ID, null); - else + else set_Value (COLUMNNAME_M_ShippingProcessor_ID, Integer.valueOf(M_ShippingProcessor_ID)); } /** Get Shipping Processor. @return Shipping Processor */ - public int getM_ShippingProcessor_ID () + public int getM_ShippingProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShippingProcessor_ID); if (ii == null) @@ -204,7 +206,8 @@ public class X_C_BP_ShippingAcct extends PO implements I_C_BP_ShippingAcct, I_Pe } /** Set Shipper Account Number. - @param ShipperAccount Shipper Account Number */ + @param ShipperAccount Shipper Account Number + */ public void setShipperAccount (String ShipperAccount) { set_Value (COLUMNNAME_ShipperAccount, ShipperAccount); @@ -212,13 +215,14 @@ public class X_C_BP_ShippingAcct extends PO implements I_C_BP_ShippingAcct, I_Pe /** Get Shipper Account Number. @return Shipper Account Number */ - public String getShipperAccount () + public String getShipperAccount() { return (String)get_Value(COLUMNNAME_ShipperAccount); } /** Set Shipper Meter. - @param ShipperMeter Shipper Meter */ + @param ShipperMeter Shipper Meter + */ public void setShipperMeter (String ShipperMeter) { set_Value (COLUMNNAME_ShipperMeter, ShipperMeter); @@ -226,7 +230,7 @@ public class X_C_BP_ShippingAcct extends PO implements I_C_BP_ShippingAcct, I_Pe /** Get Shipper Meter. @return Shipper Meter */ - public String getShipperMeter () + public String getShipperMeter() { return (String)get_Value(COLUMNNAME_ShipperMeter); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Vendor_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Vendor_Acct.java index 80c277db64..224e222019 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Vendor_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Vendor_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_BP_Vendor_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BP_Vendor_Acct") public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BP_Vendor_Acct (Properties ctx, int C_BP_Vendor_Acct_ID, String trxName) @@ -80,21 +80,20 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -108,22 +107,21 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -132,7 +130,8 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers } /** Set C_BP_Vendor_Acct_UU. - @param C_BP_Vendor_Acct_UU C_BP_Vendor_Acct_UU */ + @param C_BP_Vendor_Acct_UU C_BP_Vendor_Acct_UU + */ public void setC_BP_Vendor_Acct_UU (String C_BP_Vendor_Acct_UU) { set_Value (COLUMNNAME_C_BP_Vendor_Acct_UU, C_BP_Vendor_Acct_UU); @@ -140,7 +139,7 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers /** Get C_BP_Vendor_Acct_UU. @return C_BP_Vendor_Acct_UU */ - public String getC_BP_Vendor_Acct_UU () + public String getC_BP_Vendor_Acct_UU() { return (String)get_Value(COLUMNNAME_C_BP_Vendor_Acct_UU); } @@ -152,9 +151,8 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers } /** Set Vendor Liability. - @param V_Liability_Acct - Account for Vendor Liability - */ + @param V_Liability_Acct Account for Vendor Liability + */ public void setV_Liability_Acct (int V_Liability_Acct) { set_Value (COLUMNNAME_V_Liability_Acct, Integer.valueOf(V_Liability_Acct)); @@ -163,7 +161,7 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers /** Get Vendor Liability. @return Account for Vendor Liability */ - public int getV_Liability_Acct () + public int getV_Liability_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_V_Liability_Acct); if (ii == null) @@ -178,9 +176,8 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers } /** Set Vendor Service Liability. - @param V_Liability_Services_Acct - Account for Vendor Service Liability - */ + @param V_Liability_Services_Acct Account for Vendor Service Liability + */ public void setV_Liability_Services_Acct (int V_Liability_Services_Acct) { set_Value (COLUMNNAME_V_Liability_Services_Acct, Integer.valueOf(V_Liability_Services_Acct)); @@ -189,7 +186,7 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers /** Get Vendor Service Liability. @return Account for Vendor Service Liability */ - public int getV_Liability_Services_Acct () + public int getV_Liability_Services_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_V_Liability_Services_Acct); if (ii == null) @@ -204,9 +201,8 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers } /** Set Vendor Prepayment. - @param V_Prepayment_Acct - Account for Vendor Prepayments - */ + @param V_Prepayment_Acct Account for Vendor Prepayments + */ public void setV_Prepayment_Acct (int V_Prepayment_Acct) { set_Value (COLUMNNAME_V_Prepayment_Acct, Integer.valueOf(V_Prepayment_Acct)); @@ -215,7 +211,7 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers /** Get Vendor Prepayment. @return Account for Vendor Prepayments */ - public int getV_Prepayment_Acct () + public int getV_Prepayment_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_V_Prepayment_Acct); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Withholding.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Withholding.java index 08fcd210ad..dfdf8d75e8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Withholding.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Withholding.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BP_Withholding * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BP_Withholding") public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BP_Withholding (Properties ctx, int C_BP_Withholding_ID, String trxName) @@ -80,22 +80,21 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -112,7 +111,8 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers } /** Set C_BP_Withholding_UU. - @param C_BP_Withholding_UU C_BP_Withholding_UU */ + @param C_BP_Withholding_UU C_BP_Withholding_UU + */ public void setC_BP_Withholding_UU (String C_BP_Withholding_UU) { set_Value (COLUMNNAME_C_BP_Withholding_UU, C_BP_Withholding_UU); @@ -120,7 +120,7 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers /** Get C_BP_Withholding_UU. @return C_BP_Withholding_UU */ - public String getC_BP_Withholding_UU () + public String getC_BP_Withholding_UU() { return (String)get_Value(COLUMNNAME_C_BP_Withholding_UU); } @@ -132,21 +132,20 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers } /** Set Withholding. - @param C_Withholding_ID - Withholding type defined - */ + @param C_Withholding_ID Withholding type defined + */ public void setC_Withholding_ID (int C_Withholding_ID) { - if (C_Withholding_ID < 1) + if (C_Withholding_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Withholding_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Withholding_ID, Integer.valueOf(C_Withholding_ID)); } /** Get Withholding. @return Withholding type defined */ - public int getC_Withholding_ID () + public int getC_Withholding_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Withholding_ID); if (ii == null) @@ -155,9 +154,8 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers } /** Set Exempt reason. - @param ExemptReason - Reason for not withholding - */ + @param ExemptReason Reason for not withholding + */ public void setExemptReason (String ExemptReason) { set_Value (COLUMNNAME_ExemptReason, ExemptReason); @@ -166,15 +164,14 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers /** Get Exempt reason. @return Reason for not withholding */ - public String getExemptReason () + public String getExemptReason() { return (String)get_Value(COLUMNNAME_ExemptReason); } /** Set Mandatory Withholding. - @param IsMandatoryWithholding - Monies must be withheld - */ + @param IsMandatoryWithholding Monies must be withheld + */ public void setIsMandatoryWithholding (boolean IsMandatoryWithholding) { set_Value (COLUMNNAME_IsMandatoryWithholding, Boolean.valueOf(IsMandatoryWithholding)); @@ -183,7 +180,7 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers /** Get Mandatory Withholding. @return Monies must be withheld */ - public boolean isMandatoryWithholding () + public boolean isMandatoryWithholding() { Object oo = get_Value(COLUMNNAME_IsMandatoryWithholding); if (oo != null) @@ -196,9 +193,8 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers } /** Set Temporary exempt. - @param IsTemporaryExempt - Temporarily do not withhold taxes - */ + @param IsTemporaryExempt Temporarily do not withhold taxes + */ public void setIsTemporaryExempt (boolean IsTemporaryExempt) { set_Value (COLUMNNAME_IsTemporaryExempt, Boolean.valueOf(IsTemporaryExempt)); @@ -207,7 +203,7 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers /** Get Temporary exempt. @return Temporarily do not withhold taxes */ - public boolean isTemporaryExempt () + public boolean isTemporaryExempt() { Object oo = get_Value(COLUMNNAME_IsTemporaryExempt); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BPartner.java b/org.adempiere.base/src/org/compiere/model/X_C_BPartner.java index 7b55c06ef8..59330e1448 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BPartner.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BPartner.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BPartner * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BPartner") public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BPartner (Properties ctx, int C_BPartner_ID, String trxName) @@ -93,9 +93,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Acquisition Cost. - @param AcqusitionCost - The cost of gaining the prospect as a customer - */ + @param AcqusitionCost The cost of gaining the prospect as a customer + */ public void setAcqusitionCost (BigDecimal AcqusitionCost) { set_Value (COLUMNNAME_AcqusitionCost, AcqusitionCost); @@ -104,7 +103,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Acquisition Cost. @return The cost of gaining the prospect as a customer */ - public BigDecimal getAcqusitionCost () + public BigDecimal getAcqusitionCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AcqusitionCost); if (bd == null) @@ -113,9 +112,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Actual Life Time Value. - @param ActualLifeTimeValue - Actual Life Time Revenue - */ + @param ActualLifeTimeValue Actual Life Time Revenue + */ public void setActualLifeTimeValue (BigDecimal ActualLifeTimeValue) { set_Value (COLUMNNAME_ActualLifeTimeValue, ActualLifeTimeValue); @@ -124,7 +122,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Actual Life Time Value. @return Actual Life Time Revenue */ - public BigDecimal getActualLifeTimeValue () + public BigDecimal getActualLifeTimeValue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ActualLifeTimeValue); if (bd == null) @@ -135,9 +133,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** AD_Language AD_Reference_ID=327 */ public static final int AD_LANGUAGE_AD_Reference_ID=327; /** Set Language. - @param AD_Language - Language for this entity - */ + @param AD_Language Language for this entity + */ public void setAD_Language (String AD_Language) { @@ -147,27 +144,26 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Language. @return Language for this entity */ - public String getAD_Language () + public String getAD_Language() { return (String)get_Value(COLUMNNAME_AD_Language); } /** Set Linked Organization. - @param AD_OrgBP_ID - The Business Partner is another Organization for explicit Inter-Org transactions - */ + @param AD_OrgBP_ID The Business Partner is another Organization for explicit Inter-Org transactions + */ public void setAD_OrgBP_ID (int AD_OrgBP_ID) { - if (AD_OrgBP_ID < 1) + if (AD_OrgBP_ID < 1) set_Value (COLUMNNAME_AD_OrgBP_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgBP_ID, Integer.valueOf(AD_OrgBP_ID)); } /** Get Linked Organization. @return The Business Partner is another Organization for explicit Inter-Org transactions */ - public int getAD_OrgBP_ID () + public int getAD_OrgBP_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgBP_ID); if (ii == null) @@ -176,21 +172,20 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Partner Parent. - @param BPartner_Parent_ID - Business Partner Parent - */ + @param BPartner_Parent_ID Business Partner Parent + */ public void setBPartner_Parent_ID (int BPartner_Parent_ID) { - if (BPartner_Parent_ID < 1) + if (BPartner_Parent_ID < 1) set_Value (COLUMNNAME_BPartner_Parent_ID, null); - else + else set_Value (COLUMNNAME_BPartner_Parent_ID, Integer.valueOf(BPartner_Parent_ID)); } /** Get Partner Parent. @return Business Partner Parent */ - public int getBPartner_Parent_ID () + public int getBPartner_Parent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_BPartner_Parent_ID); if (ii == null) @@ -198,22 +193,21 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent return ii.intValue(); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -222,7 +216,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set C_BPartner_UU. - @param C_BPartner_UU C_BPartner_UU */ + @param C_BPartner_UU C_BPartner_UU + */ public void setC_BPartner_UU (String C_BPartner_UU) { set_Value (COLUMNNAME_C_BPartner_UU, C_BPartner_UU); @@ -230,7 +225,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get C_BPartner_UU. @return C_BPartner_UU */ - public String getC_BPartner_UU () + public String getC_BPartner_UU() { return (String)get_Value(COLUMNNAME_C_BPartner_UU); } @@ -242,21 +237,20 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ + @param C_BP_Group_ID Business Partner Group + */ public void setC_BP_Group_ID (int C_BP_Group_ID) { - if (C_BP_Group_ID < 1) + if (C_BP_Group_ID < 1) set_Value (COLUMNNAME_C_BP_Group_ID, null); - else + else set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); } /** Get Business Partner Group. @return Business Partner Group */ - public int getC_BP_Group_ID () + public int getC_BP_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); if (ii == null) @@ -271,21 +265,20 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Dunning. - @param C_Dunning_ID - Dunning Rules for overdue invoices - */ + @param C_Dunning_ID Dunning Rules for overdue invoices + */ public void setC_Dunning_ID (int C_Dunning_ID) { - if (C_Dunning_ID < 1) + if (C_Dunning_ID < 1) set_Value (COLUMNNAME_C_Dunning_ID, null); - else + else set_Value (COLUMNNAME_C_Dunning_ID, Integer.valueOf(C_Dunning_ID)); } /** Get Dunning. @return Dunning Rules for overdue invoices */ - public int getC_Dunning_ID () + public int getC_Dunning_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Dunning_ID); if (ii == null) @@ -300,21 +293,20 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Greeting. - @param C_Greeting_ID - Greeting to print on correspondence - */ + @param C_Greeting_ID Greeting to print on correspondence + */ public void setC_Greeting_ID (int C_Greeting_ID) { - if (C_Greeting_ID < 1) + if (C_Greeting_ID < 1) set_Value (COLUMNNAME_C_Greeting_ID, null); - else + else set_Value (COLUMNNAME_C_Greeting_ID, Integer.valueOf(C_Greeting_ID)); } /** Get Greeting. @return Greeting to print on correspondence */ - public int getC_Greeting_ID () + public int getC_Greeting_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Greeting_ID); if (ii == null) @@ -329,21 +321,20 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Invoice Schedule. - @param C_InvoiceSchedule_ID - Schedule for generating Invoices - */ + @param C_InvoiceSchedule_ID Schedule for generating Invoices + */ public void setC_InvoiceSchedule_ID (int C_InvoiceSchedule_ID) { - if (C_InvoiceSchedule_ID < 1) + if (C_InvoiceSchedule_ID < 1) set_Value (COLUMNNAME_C_InvoiceSchedule_ID, null); - else + else set_Value (COLUMNNAME_C_InvoiceSchedule_ID, Integer.valueOf(C_InvoiceSchedule_ID)); } /** Get Invoice Schedule. @return Schedule for generating Invoices */ - public int getC_InvoiceSchedule_ID () + public int getC_InvoiceSchedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceSchedule_ID); if (ii == null) @@ -358,21 +349,20 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Payment Term. - @param C_PaymentTerm_ID - The terms of Payment (timing, discount) - */ + @param C_PaymentTerm_ID The terms of Payment (timing, discount) + */ public void setC_PaymentTerm_ID (int C_PaymentTerm_ID) { - if (C_PaymentTerm_ID < 1) + if (C_PaymentTerm_ID < 1) set_Value (COLUMNNAME_C_PaymentTerm_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentTerm_ID, Integer.valueOf(C_PaymentTerm_ID)); } /** Get Payment Term. @return The terms of Payment (timing, discount) */ - public int getC_PaymentTerm_ID () + public int getC_PaymentTerm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentTerm_ID); if (ii == null) @@ -387,18 +377,19 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Tax Group. - @param C_TaxGroup_ID Tax Group */ + @param C_TaxGroup_ID Tax Group + */ public void setC_TaxGroup_ID (int C_TaxGroup_ID) { - if (C_TaxGroup_ID < 1) + if (C_TaxGroup_ID < 1) set_Value (COLUMNNAME_C_TaxGroup_ID, null); - else + else set_Value (COLUMNNAME_C_TaxGroup_ID, Integer.valueOf(C_TaxGroup_ID)); } /** Get Tax Group. @return Tax Group */ - public int getC_TaxGroup_ID () + public int getC_TaxGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxGroup_ID); if (ii == null) @@ -407,7 +398,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Customer Profile ID. - @param CustomerProfileID Customer Profile ID */ + @param CustomerProfileID Customer Profile ID + */ public void setCustomerProfileID (String CustomerProfileID) { set_Value (COLUMNNAME_CustomerProfileID, CustomerProfileID); @@ -415,7 +407,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Customer Profile ID. @return Customer Profile ID */ - public String getCustomerProfileID () + public String getCustomerProfileID() { return (String)get_Value(COLUMNNAME_CustomerProfileID); } @@ -427,18 +419,19 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Default 1099 Box. - @param Default1099Box_ID Default 1099 Box */ + @param Default1099Box_ID Default 1099 Box + */ public void setDefault1099Box_ID (int Default1099Box_ID) { - if (Default1099Box_ID < 1) + if (Default1099Box_ID < 1) set_Value (COLUMNNAME_Default1099Box_ID, null); - else + else set_Value (COLUMNNAME_Default1099Box_ID, Integer.valueOf(Default1099Box_ID)); } /** Get Default 1099 Box. @return Default 1099 Box */ - public int getDefault1099Box_ID () + public int getDefault1099Box_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Default1099Box_ID); if (ii == null) @@ -461,9 +454,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** After Payment = R */ public static final String DELIVERYRULE_AfterPayment = "R"; /** Set Delivery Rule. - @param DeliveryRule - Defines the timing of Delivery - */ + @param DeliveryRule Defines the timing of Delivery + */ public void setDeliveryRule (String DeliveryRule) { @@ -473,7 +465,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Delivery Rule. @return Defines the timing of Delivery */ - public String getDeliveryRule () + public String getDeliveryRule() { return (String)get_Value(COLUMNNAME_DeliveryRule); } @@ -487,9 +479,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Shipper = S */ public static final String DELIVERYVIARULE_Shipper = "S"; /** Set Delivery Via. - @param DeliveryViaRule - How the order will be delivered - */ + @param DeliveryViaRule How the order will be delivered + */ public void setDeliveryViaRule (String DeliveryViaRule) { @@ -499,15 +490,14 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Delivery Via. @return How the order will be delivered */ - public String getDeliveryViaRule () + public String getDeliveryViaRule() { return (String)get_Value(COLUMNNAME_DeliveryViaRule); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -516,15 +506,14 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document Copies. - @param DocumentCopies - Number of copies to be printed - */ + @param DocumentCopies Number of copies to be printed + */ public void setDocumentCopies (int DocumentCopies) { set_Value (COLUMNNAME_DocumentCopies, Integer.valueOf(DocumentCopies)); @@ -533,7 +522,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Document Copies. @return Number of copies to be printed */ - public int getDocumentCopies () + public int getDocumentCopies() { Integer ii = (Integer)get_Value(COLUMNNAME_DocumentCopies); if (ii == null) @@ -542,7 +531,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Dunning Grace Date. - @param DunningGrace Dunning Grace Date */ + @param DunningGrace Dunning Grace Date + */ public void setDunningGrace (Timestamp DunningGrace) { set_Value (COLUMNNAME_DunningGrace, DunningGrace); @@ -550,32 +540,30 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Dunning Grace Date. @return Dunning Grace Date */ - public Timestamp getDunningGrace () + public Timestamp getDunningGrace() { return (Timestamp)get_Value(COLUMNNAME_DunningGrace); } /** Set D-U-N-S. - @param DUNS - Dun & Bradstreet Number - */ + @param DUNS Dun & Bradstreet Number + */ public void setDUNS (String DUNS) { set_Value (COLUMNNAME_DUNS, DUNS); } /** Get D-U-N-S. - @return Dun & Bradstreet Number + @return Dun & Bradstreet Number */ - public String getDUNS () + public String getDUNS() { return (String)get_Value(COLUMNNAME_DUNS); } /** Set First Sale. - @param FirstSale - Date of First Sale - */ + @param FirstSale Date of First Sale + */ public void setFirstSale (Timestamp FirstSale) { set_Value (COLUMNNAME_FirstSale, FirstSale); @@ -584,15 +572,14 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get First Sale. @return Date of First Sale */ - public Timestamp getFirstSale () + public Timestamp getFirstSale() { return (Timestamp)get_Value(COLUMNNAME_FirstSale); } /** Set Flat Discount %. - @param FlatDiscount - Flat discount percentage - */ + @param FlatDiscount Flat discount percentage + */ public void setFlatDiscount (BigDecimal FlatDiscount) { set_Value (COLUMNNAME_FlatDiscount, FlatDiscount); @@ -601,7 +588,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Flat Discount %. @return Flat discount percentage */ - public BigDecimal getFlatDiscount () + public BigDecimal getFlatDiscount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FlatDiscount); if (bd == null) @@ -620,9 +607,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Line = L */ public static final String FREIGHTCOSTRULE_Line = "L"; /** Set Freight Cost Rule. - @param FreightCostRule - Method for charging Freight - */ + @param FreightCostRule Method for charging Freight + */ public void setFreightCostRule (String FreightCostRule) { @@ -632,7 +618,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Freight Cost Rule. @return Method for charging Freight */ - public String getFreightCostRule () + public String getFreightCostRule() { return (String)get_Value(COLUMNNAME_FreightCostRule); } @@ -644,21 +630,20 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Invoice Print Format. - @param Invoice_PrintFormat_ID - Print Format for printing Invoices - */ + @param Invoice_PrintFormat_ID Print Format for printing Invoices + */ public void setInvoice_PrintFormat_ID (int Invoice_PrintFormat_ID) { - if (Invoice_PrintFormat_ID < 1) + if (Invoice_PrintFormat_ID < 1) set_Value (COLUMNNAME_Invoice_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_Invoice_PrintFormat_ID, Integer.valueOf(Invoice_PrintFormat_ID)); } /** Get Invoice Print Format. @return Print Format for printing Invoices */ - public int getInvoice_PrintFormat_ID () + public int getInvoice_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Invoice_PrintFormat_ID); if (ii == null) @@ -677,9 +662,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Customer Schedule after Delivery = S */ public static final String INVOICERULE_CustomerScheduleAfterDelivery = "S"; /** Set Invoice Rule. - @param InvoiceRule - Frequency and method of invoicing - */ + @param InvoiceRule Frequency and method of invoicing + */ public void setInvoiceRule (String InvoiceRule) { @@ -689,13 +673,14 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Invoice Rule. @return Frequency and method of invoicing */ - public String getInvoiceRule () + public String getInvoiceRule() { return (String)get_Value(COLUMNNAME_InvoiceRule); } /** Set 1099 Vendor. - @param Is1099Vendor 1099 Vendor */ + @param Is1099Vendor 1099 Vendor + */ public void setIs1099Vendor (boolean Is1099Vendor) { set_Value (COLUMNNAME_Is1099Vendor, Boolean.valueOf(Is1099Vendor)); @@ -703,7 +688,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get 1099 Vendor. @return 1099 Vendor */ - public boolean is1099Vendor () + public boolean is1099Vendor() { Object oo = get_Value(COLUMNNAME_Is1099Vendor); if (oo != null) @@ -716,9 +701,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Customer. - @param IsCustomer - Indicates if this Business Partner is a Customer - */ + @param IsCustomer Indicates if this Business Partner is a Customer + */ public void setIsCustomer (boolean IsCustomer) { set_Value (COLUMNNAME_IsCustomer, Boolean.valueOf(IsCustomer)); @@ -727,7 +711,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Customer. @return Indicates if this Business Partner is a Customer */ - public boolean isCustomer () + public boolean isCustomer() { Object oo = get_Value(COLUMNNAME_IsCustomer); if (oo != null) @@ -740,9 +724,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Discount Printed. - @param IsDiscountPrinted - Print Discount on Invoice and Order - */ + @param IsDiscountPrinted Print Discount on Invoice and Order + */ public void setIsDiscountPrinted (boolean IsDiscountPrinted) { set_Value (COLUMNNAME_IsDiscountPrinted, Boolean.valueOf(IsDiscountPrinted)); @@ -751,7 +734,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Discount Printed. @return Print Discount on Invoice and Order */ - public boolean isDiscountPrinted () + public boolean isDiscountPrinted() { Object oo = get_Value(COLUMNNAME_IsDiscountPrinted); if (oo != null) @@ -764,9 +747,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Employee. - @param IsEmployee - Indicates if this Business Partner is an employee - */ + @param IsEmployee Indicates if this Business Partner is an employee + */ public void setIsEmployee (boolean IsEmployee) { set_Value (COLUMNNAME_IsEmployee, Boolean.valueOf(IsEmployee)); @@ -775,7 +757,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Employee. @return Indicates if this Business Partner is an employee */ - public boolean isEmployee () + public boolean isEmployee() { Object oo = get_Value(COLUMNNAME_IsEmployee); if (oo != null) @@ -788,9 +770,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Is Manufacturer. - @param IsManufacturer - Indicate role of this Business partner as Manufacturer - */ + @param IsManufacturer Indicate role of this Business partner as Manufacturer + */ public void setIsManufacturer (boolean IsManufacturer) { set_Value (COLUMNNAME_IsManufacturer, Boolean.valueOf(IsManufacturer)); @@ -799,7 +780,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Is Manufacturer. @return Indicate role of this Business partner as Manufacturer */ - public boolean isManufacturer () + public boolean isManufacturer() { Object oo = get_Value(COLUMNNAME_IsManufacturer); if (oo != null) @@ -812,7 +793,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set One time transaction. - @param IsOneTime One time transaction */ + @param IsOneTime One time transaction + */ public void setIsOneTime (boolean IsOneTime) { set_Value (COLUMNNAME_IsOneTime, Boolean.valueOf(IsOneTime)); @@ -820,7 +802,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get One time transaction. @return One time transaction */ - public boolean isOneTime () + public boolean isOneTime() { Object oo = get_Value(COLUMNNAME_IsOneTime); if (oo != null) @@ -833,9 +815,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set PO Tax exempt. - @param IsPOTaxExempt - Business partner is exempt from tax on purchases - */ + @param IsPOTaxExempt Business partner is exempt from tax on purchases + */ public void setIsPOTaxExempt (boolean IsPOTaxExempt) { set_Value (COLUMNNAME_IsPOTaxExempt, Boolean.valueOf(IsPOTaxExempt)); @@ -844,7 +825,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get PO Tax exempt. @return Business partner is exempt from tax on purchases */ - public boolean isPOTaxExempt () + public boolean isPOTaxExempt() { Object oo = get_Value(COLUMNNAME_IsPOTaxExempt); if (oo != null) @@ -857,9 +838,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Prospect. - @param IsProspect - Indicates this is a Prospect - */ + @param IsProspect Indicates this is a Prospect + */ public void setIsProspect (boolean IsProspect) { set_Value (COLUMNNAME_IsProspect, Boolean.valueOf(IsProspect)); @@ -868,7 +848,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Prospect. @return Indicates this is a Prospect */ - public boolean isProspect () + public boolean isProspect() { Object oo = get_Value(COLUMNNAME_IsProspect); if (oo != null) @@ -881,9 +861,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Sales Representative. - @param IsSalesRep - Indicates if the business partner is a sales representative or company agent - */ + @param IsSalesRep Indicates if the business partner is a sales representative or company agent + */ public void setIsSalesRep (boolean IsSalesRep) { set_Value (COLUMNNAME_IsSalesRep, Boolean.valueOf(IsSalesRep)); @@ -892,7 +871,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Sales Representative. @return Indicates if the business partner is a sales representative or company agent */ - public boolean isSalesRep () + public boolean isSalesRep() { Object oo = get_Value(COLUMNNAME_IsSalesRep); if (oo != null) @@ -905,9 +884,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -916,7 +894,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -929,9 +907,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set SO Tax exempt. - @param IsTaxExempt - Business partner is exempt from tax on sales - */ + @param IsTaxExempt Business partner is exempt from tax on sales + */ public void setIsTaxExempt (boolean IsTaxExempt) { set_Value (COLUMNNAME_IsTaxExempt, Boolean.valueOf(IsTaxExempt)); @@ -940,7 +917,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get SO Tax exempt. @return Business partner is exempt from tax on sales */ - public boolean isTaxExempt () + public boolean isTaxExempt() { Object oo = get_Value(COLUMNNAME_IsTaxExempt); if (oo != null) @@ -953,9 +930,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Vendor. - @param IsVendor - Indicates if this Business Partner is a Vendor - */ + @param IsVendor Indicates if this Business Partner is a Vendor + */ public void setIsVendor (boolean IsVendor) { set_Value (COLUMNNAME_IsVendor, Boolean.valueOf(IsVendor)); @@ -964,7 +940,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Vendor. @return Indicates if this Business Partner is a Vendor */ - public boolean isVendor () + public boolean isVendor() { Object oo = get_Value(COLUMNNAME_IsVendor); if (oo != null) @@ -977,18 +953,19 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Logo. - @param Logo_ID Logo */ + @param Logo_ID Logo + */ public void setLogo_ID (int Logo_ID) { - if (Logo_ID < 1) + if (Logo_ID < 1) set_Value (COLUMNNAME_Logo_ID, null); - else + else set_Value (COLUMNNAME_Logo_ID, Integer.valueOf(Logo_ID)); } /** Get Logo. @return Logo */ - public int getLogo_ID () + public int getLogo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Logo_ID); if (ii == null) @@ -1003,21 +980,20 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Discount Schema. - @param M_DiscountSchema_ID - Schema to calculate the trade discount percentage - */ + @param M_DiscountSchema_ID Schema to calculate the trade discount percentage + */ public void setM_DiscountSchema_ID (int M_DiscountSchema_ID) { - if (M_DiscountSchema_ID < 1) + if (M_DiscountSchema_ID < 1) set_Value (COLUMNNAME_M_DiscountSchema_ID, null); - else + else set_Value (COLUMNNAME_M_DiscountSchema_ID, Integer.valueOf(M_DiscountSchema_ID)); } /** Get Discount Schema. @return Schema to calculate the trade discount percentage */ - public int getM_DiscountSchema_ID () + public int getM_DiscountSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DiscountSchema_ID); if (ii == null) @@ -1032,21 +1008,20 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_Value (COLUMNNAME_M_PriceList_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -1055,9 +1030,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set NAICS/SIC. - @param NAICS - Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.html - */ + @param NAICS Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.html + */ public void setNAICS (String NAICS) { set_Value (COLUMNNAME_NAICS, NAICS); @@ -1066,15 +1040,14 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get NAICS/SIC. @return Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.html */ - public String getNAICS () + public String getNAICS() { return (String)get_Value(COLUMNNAME_NAICS); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -1083,7 +1056,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -1097,9 +1070,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Name 2. - @param Name2 - Additional Name - */ + @param Name2 Additional Name + */ public void setName2 (String Name2) { set_Value (COLUMNNAME_Name2, Name2); @@ -1108,15 +1080,14 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Name 2. @return Additional Name */ - public String getName2 () + public String getName2() { return (String)get_Value(COLUMNNAME_Name2); } /** Set Employees. - @param NumberEmployees - Number of employees - */ + @param NumberEmployees Number of employees + */ public void setNumberEmployees (int NumberEmployees) { set_Value (COLUMNNAME_NumberEmployees, Integer.valueOf(NumberEmployees)); @@ -1125,7 +1096,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Employees. @return Number of employees */ - public int getNumberEmployees () + public int getNumberEmployees() { Integer ii = (Integer)get_Value(COLUMNNAME_NumberEmployees); if (ii == null) @@ -1150,9 +1121,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Direct Deposit = T */ public static final String PAYMENTRULE_DirectDeposit = "T"; /** Set Payment Rule. - @param PaymentRule - How you pay the invoice - */ + @param PaymentRule How you pay the invoice + */ public void setPaymentRule (String PaymentRule) { @@ -1162,7 +1132,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Payment Rule. @return How you pay the invoice */ - public String getPaymentRule () + public String getPaymentRule() { return (String)get_Value(COLUMNNAME_PaymentRule); } @@ -1184,9 +1154,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Direct Deposit = T */ public static final String PAYMENTRULEPO_DirectDeposit = "T"; /** Set Payment Rule. - @param PaymentRulePO - Purchase payment option - */ + @param PaymentRulePO Purchase payment option + */ public void setPaymentRulePO (String PaymentRulePO) { @@ -1196,7 +1165,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Payment Rule. @return Purchase payment option */ - public String getPaymentRulePO () + public String getPaymentRulePO() { return (String)get_Value(COLUMNNAME_PaymentRulePO); } @@ -1208,21 +1177,20 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set PO Discount Schema. - @param PO_DiscountSchema_ID - Schema to calculate the purchase trade discount percentage - */ + @param PO_DiscountSchema_ID Schema to calculate the purchase trade discount percentage + */ public void setPO_DiscountSchema_ID (int PO_DiscountSchema_ID) { - if (PO_DiscountSchema_ID < 1) + if (PO_DiscountSchema_ID < 1) set_Value (COLUMNNAME_PO_DiscountSchema_ID, null); - else + else set_Value (COLUMNNAME_PO_DiscountSchema_ID, Integer.valueOf(PO_DiscountSchema_ID)); } /** Get PO Discount Schema. @return Schema to calculate the purchase trade discount percentage */ - public int getPO_DiscountSchema_ID () + public int getPO_DiscountSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PO_DiscountSchema_ID); if (ii == null) @@ -1237,21 +1205,20 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set PO Payment Term. - @param PO_PaymentTerm_ID - Payment rules for a purchase order - */ + @param PO_PaymentTerm_ID Payment rules for a purchase order + */ public void setPO_PaymentTerm_ID (int PO_PaymentTerm_ID) { - if (PO_PaymentTerm_ID < 1) + if (PO_PaymentTerm_ID < 1) set_Value (COLUMNNAME_PO_PaymentTerm_ID, null); - else + else set_Value (COLUMNNAME_PO_PaymentTerm_ID, Integer.valueOf(PO_PaymentTerm_ID)); } /** Get PO Payment Term. @return Payment rules for a purchase order */ - public int getPO_PaymentTerm_ID () + public int getPO_PaymentTerm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PO_PaymentTerm_ID); if (ii == null) @@ -1266,21 +1233,20 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Purchase Pricelist. - @param PO_PriceList_ID - Price List used by this Business Partner - */ + @param PO_PriceList_ID Price List used by this Business Partner + */ public void setPO_PriceList_ID (int PO_PriceList_ID) { - if (PO_PriceList_ID < 1) + if (PO_PriceList_ID < 1) set_Value (COLUMNNAME_PO_PriceList_ID, null); - else + else set_Value (COLUMNNAME_PO_PriceList_ID, Integer.valueOf(PO_PriceList_ID)); } /** Get Purchase Pricelist. @return Price List used by this Business Partner */ - public int getPO_PriceList_ID () + public int getPO_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PO_PriceList_ID); if (ii == null) @@ -1289,9 +1255,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Order Reference. - @param POReference - Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner - */ + @param POReference Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner + */ public void setPOReference (String POReference) { set_Value (COLUMNNAME_POReference, POReference); @@ -1300,15 +1265,14 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Order Reference. @return Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner */ - public String getPOReference () + public String getPOReference() { return (String)get_Value(COLUMNNAME_POReference); } /** Set Potential Life Time Value. - @param PotentialLifeTimeValue - Total Revenue expected - */ + @param PotentialLifeTimeValue Total Revenue expected + */ public void setPotentialLifeTimeValue (BigDecimal PotentialLifeTimeValue) { set_Value (COLUMNNAME_PotentialLifeTimeValue, PotentialLifeTimeValue); @@ -1317,7 +1281,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Potential Life Time Value. @return Total Revenue expected */ - public BigDecimal getPotentialLifeTimeValue () + public BigDecimal getPotentialLifeTimeValue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PotentialLifeTimeValue); if (bd == null) @@ -1326,9 +1290,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Rating. - @param Rating - Classification or Importance - */ + @param Rating Classification or Importance + */ public void setRating (String Rating) { set_Value (COLUMNNAME_Rating, Rating); @@ -1337,24 +1300,23 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Rating. @return Classification or Importance */ - public String getRating () + public String getRating() { return (String)get_Value(COLUMNNAME_Rating); } /** Set Reference No. - @param ReferenceNo - Your customer or vendor number at the Business Partner's site - */ + @param ReferenceNo Your customer or vendor number at the Business Partner's site + */ public void setReferenceNo (String ReferenceNo) { set_Value (COLUMNNAME_ReferenceNo, ReferenceNo); } /** Get Reference No. - @return Your customer or vendor number at the Business Partner's site + @return Your customer or vendor number at the Business Partner's site */ - public String getReferenceNo () + public String getReferenceNo() { return (String)get_Value(COLUMNNAME_ReferenceNo); } @@ -1366,21 +1328,20 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -1389,9 +1350,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Sales Volume in 1.000. - @param SalesVolume - Total Volume of Sales in Thousands of Currency - */ + @param SalesVolume Total Volume of Sales in Thousands of Currency + */ public void setSalesVolume (int SalesVolume) { set_Value (COLUMNNAME_SalesVolume, Integer.valueOf(SalesVolume)); @@ -1400,7 +1360,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Sales Volume in 1.000. @return Total Volume of Sales in Thousands of Currency */ - public int getSalesVolume () + public int getSalesVolume() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesVolume); if (ii == null) @@ -1409,9 +1369,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Send EMail. - @param SendEMail - Enable sending Document EMail - */ + @param SendEMail Enable sending Document EMail + */ public void setSendEMail (boolean SendEMail) { set_Value (COLUMNNAME_SendEMail, Boolean.valueOf(SendEMail)); @@ -1420,7 +1379,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Send EMail. @return Enable sending Document EMail */ - public boolean isSendEMail () + public boolean isSendEMail() { Object oo = get_Value(COLUMNNAME_SendEMail); if (oo != null) @@ -1433,18 +1392,17 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Share. - @param ShareOfCustomer - Share of Customer's business as a percentage - */ + @param ShareOfCustomer Share of Customer's business as a percentage + */ public void setShareOfCustomer (int ShareOfCustomer) { set_Value (COLUMNNAME_ShareOfCustomer, Integer.valueOf(ShareOfCustomer)); } /** Get Share. - @return Share of Customer's business as a percentage + @return Share of Customer's business as a percentage */ - public int getShareOfCustomer () + public int getShareOfCustomer() { Integer ii = (Integer)get_Value(COLUMNNAME_ShareOfCustomer); if (ii == null) @@ -1453,9 +1411,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Min Shelf Life %. - @param ShelfLifeMinPct - Minimum Shelf Life in percent based on Product Instance Guarantee Date - */ + @param ShelfLifeMinPct Minimum Shelf Life in percent based on Product Instance Guarantee Date + */ public void setShelfLifeMinPct (int ShelfLifeMinPct) { set_Value (COLUMNNAME_ShelfLifeMinPct, Integer.valueOf(ShelfLifeMinPct)); @@ -1464,7 +1421,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Min Shelf Life %. @return Minimum Shelf Life in percent based on Product Instance Guarantee Date */ - public int getShelfLifeMinPct () + public int getShelfLifeMinPct() { Integer ii = (Integer)get_Value(COLUMNNAME_ShelfLifeMinPct); if (ii == null) @@ -1473,9 +1430,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Credit Limit. - @param SO_CreditLimit - Total outstanding invoice amounts allowed - */ + @param SO_CreditLimit Total outstanding invoice amounts allowed + */ public void setSO_CreditLimit (BigDecimal SO_CreditLimit) { set_Value (COLUMNNAME_SO_CreditLimit, SO_CreditLimit); @@ -1484,7 +1440,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Credit Limit. @return Total outstanding invoice amounts allowed */ - public BigDecimal getSO_CreditLimit () + public BigDecimal getSO_CreditLimit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SO_CreditLimit); if (bd == null) @@ -1505,9 +1461,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** No Credit Check = X */ public static final String SOCREDITSTATUS_NoCreditCheck = "X"; /** Set Credit Status. - @param SOCreditStatus - Business Partner Credit Status - */ + @param SOCreditStatus Business Partner Credit Status + */ public void setSOCreditStatus (String SOCreditStatus) { @@ -1517,15 +1472,14 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Credit Status. @return Business Partner Credit Status */ - public String getSOCreditStatus () + public String getSOCreditStatus() { return (String)get_Value(COLUMNNAME_SOCreditStatus); } /** Set Credit Used. - @param SO_CreditUsed - Current open balance - */ + @param SO_CreditUsed Current open balance + */ public void setSO_CreditUsed (BigDecimal SO_CreditUsed) { set_ValueNoCheck (COLUMNNAME_SO_CreditUsed, SO_CreditUsed); @@ -1534,7 +1488,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Credit Used. @return Current open balance */ - public BigDecimal getSO_CreditUsed () + public BigDecimal getSO_CreditUsed() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SO_CreditUsed); if (bd == null) @@ -1543,9 +1497,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set Order Description. - @param SO_Description - Description to be used on orders - */ + @param SO_Description Description to be used on orders + */ public void setSO_Description (String SO_Description) { set_Value (COLUMNNAME_SO_Description, SO_Description); @@ -1554,15 +1507,14 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Order Description. @return Description to be used on orders */ - public String getSO_Description () + public String getSO_Description() { return (String)get_Value(COLUMNNAME_SO_Description); } /** Set Tax ID. - @param TaxID - Tax Identification - */ + @param TaxID Tax Identification + */ public void setTaxID (String TaxID) { set_Value (COLUMNNAME_TaxID, TaxID); @@ -1571,15 +1523,14 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Tax ID. @return Tax Identification */ - public String getTaxID () + public String getTaxID() { return (String)get_Value(COLUMNNAME_TaxID); } /** Set Open Balance. - @param TotalOpenBalance - Total Open Balance Amount in primary Accounting Currency - */ + @param TotalOpenBalance Total Open Balance Amount in primary Accounting Currency + */ public void setTotalOpenBalance (BigDecimal TotalOpenBalance) { set_Value (COLUMNNAME_TotalOpenBalance, TotalOpenBalance); @@ -1588,7 +1539,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Open Balance. @return Total Open Balance Amount in primary Accounting Currency */ - public BigDecimal getTotalOpenBalance () + public BigDecimal getTotalOpenBalance() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalOpenBalance); if (bd == null) @@ -1597,9 +1548,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Set URL. - @param URL - Full URL address - e.g. http://www.idempiere.org - */ + @param URL Full URL address - e.g. http://www.idempiere.org + */ public void setURL (String URL) { set_Value (COLUMNNAME_URL, URL); @@ -1608,15 +1558,14 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get URL. @return Full URL address - e.g. http://www.idempiere.org */ - public String getURL () + public String getURL() { return (String)get_Value(COLUMNNAME_URL); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -1625,7 +1574,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Location.java b/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Location.java index e3c5b13c74..a7edf6fde6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Location.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Location.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BPartner_Location * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BPartner_Location") public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BPartner_Location (Properties ctx, int C_BPartner_Location_ID, String trxName) @@ -91,22 +91,21 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -115,21 +114,20 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -138,7 +136,8 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, } /** Set C_BPartner_Location_UU. - @param C_BPartner_Location_UU C_BPartner_Location_UU */ + @param C_BPartner_Location_UU C_BPartner_Location_UU + */ public void setC_BPartner_Location_UU (String C_BPartner_Location_UU) { set_Value (COLUMNNAME_C_BPartner_Location_UU, C_BPartner_Location_UU); @@ -146,7 +145,7 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, /** Get C_BPartner_Location_UU. @return C_BPartner_Location_UU */ - public String getC_BPartner_Location_UU () + public String getC_BPartner_Location_UU() { return (String)get_Value(COLUMNNAME_C_BPartner_Location_UU); } @@ -158,21 +157,20 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -187,21 +185,20 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_Value (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_Value (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -210,7 +207,8 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, } /** Set Customer Address ID. - @param CustomerAddressID Customer Address ID */ + @param CustomerAddressID Customer Address ID + */ public void setCustomerAddressID (String CustomerAddressID) { set_Value (COLUMNNAME_CustomerAddressID, CustomerAddressID); @@ -218,15 +216,14 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, /** Get Customer Address ID. @return Customer Address ID */ - public String getCustomerAddressID () + public String getCustomerAddressID() { return (String)get_Value(COLUMNNAME_CustomerAddressID); } /** Set Fax. - @param Fax - Facsimile number - */ + @param Fax Facsimile number + */ public void setFax (String Fax) { set_Value (COLUMNNAME_Fax, Fax); @@ -235,15 +232,14 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, /** Get Fax. @return Facsimile number */ - public String getFax () + public String getFax() { return (String)get_Value(COLUMNNAME_Fax); } /** Set Invoice Address. - @param IsBillTo - Business Partner Invoice/Bill Address - */ + @param IsBillTo Business Partner Invoice/Bill Address + */ public void setIsBillTo (boolean IsBillTo) { set_Value (COLUMNNAME_IsBillTo, Boolean.valueOf(IsBillTo)); @@ -252,7 +248,7 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, /** Get Invoice Address. @return Business Partner Invoice/Bill Address */ - public boolean isBillTo () + public boolean isBillTo() { Object oo = get_Value(COLUMNNAME_IsBillTo); if (oo != null) @@ -265,9 +261,8 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, } /** Set ISDN. - @param ISDN - ISDN or modem line - */ + @param ISDN ISDN or modem line + */ public void setISDN (String ISDN) { set_Value (COLUMNNAME_ISDN, ISDN); @@ -276,24 +271,23 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, /** Get ISDN. @return ISDN or modem line */ - public String getISDN () + public String getISDN() { return (String)get_Value(COLUMNNAME_ISDN); } /** Set Pay-From Address. - @param IsPayFrom - Business Partner pays from that address and we'll send dunning letters there - */ + @param IsPayFrom Business Partner pays from that address and we'll send dunning letters there + */ public void setIsPayFrom (boolean IsPayFrom) { set_Value (COLUMNNAME_IsPayFrom, Boolean.valueOf(IsPayFrom)); } /** Get Pay-From Address. - @return Business Partner pays from that address and we'll send dunning letters there + @return Business Partner pays from that address and we'll send dunning letters there */ - public boolean isPayFrom () + public boolean isPayFrom() { Object oo = get_Value(COLUMNNAME_IsPayFrom); if (oo != null) @@ -306,7 +300,8 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, } /** Set Preserve custom name. - @param IsPreserveCustomName Preserve custom name */ + @param IsPreserveCustomName Preserve custom name + */ public void setIsPreserveCustomName (boolean IsPreserveCustomName) { set_Value (COLUMNNAME_IsPreserveCustomName, Boolean.valueOf(IsPreserveCustomName)); @@ -314,7 +309,7 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, /** Get Preserve custom name. @return Preserve custom name */ - public boolean isPreserveCustomName () + public boolean isPreserveCustomName() { Object oo = get_Value(COLUMNNAME_IsPreserveCustomName); if (oo != null) @@ -327,9 +322,8 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, } /** Set Remit-To Address. - @param IsRemitTo - Business Partner payment address - */ + @param IsRemitTo Business Partner payment address + */ public void setIsRemitTo (boolean IsRemitTo) { set_Value (COLUMNNAME_IsRemitTo, Boolean.valueOf(IsRemitTo)); @@ -338,7 +332,7 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, /** Get Remit-To Address. @return Business Partner payment address */ - public boolean isRemitTo () + public boolean isRemitTo() { Object oo = get_Value(COLUMNNAME_IsRemitTo); if (oo != null) @@ -351,9 +345,8 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, } /** Set Ship Address. - @param IsShipTo - Business Partner Shipment Address - */ + @param IsShipTo Business Partner Shipment Address + */ public void setIsShipTo (boolean IsShipTo) { set_Value (COLUMNNAME_IsShipTo, Boolean.valueOf(IsShipTo)); @@ -362,7 +355,7 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, /** Get Ship Address. @return Business Partner Shipment Address */ - public boolean isShipTo () + public boolean isShipTo() { Object oo = get_Value(COLUMNNAME_IsShipTo); if (oo != null) @@ -375,9 +368,8 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -386,7 +378,7 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -400,9 +392,8 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, } /** Set Phone. - @param Phone - Identifies a telephone number - */ + @param Phone Identifies a telephone number + */ public void setPhone (String Phone) { set_Value (COLUMNNAME_Phone, Phone); @@ -411,15 +402,14 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, /** Get Phone. @return Identifies a telephone number */ - public String getPhone () + public String getPhone() { return (String)get_Value(COLUMNNAME_Phone); } /** Set 2nd Phone. - @param Phone2 - Identifies an alternate telephone number. - */ + @param Phone2 Identifies an alternate telephone number. + */ public void setPhone2 (String Phone2) { set_Value (COLUMNNAME_Phone2, Phone2); @@ -428,7 +418,7 @@ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, /** Get 2nd Phone. @return Identifies an alternate telephone number. */ - public String getPhone2 () + public String getPhone2() { return (String)get_Value(COLUMNNAME_Phone2); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Product.java b/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Product.java index 5aa2cd86b9..dfe51baccf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Product.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Product.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for C_BPartner_Product * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BPartner_Product") public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BPartner_Product (Properties ctx, int C_BPartner_Product_ID, String trxName) @@ -83,22 +83,21 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -107,7 +106,8 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ } /** Set C_BPartner_Product_UU. - @param C_BPartner_Product_UU C_BPartner_Product_UU */ + @param C_BPartner_Product_UU C_BPartner_Product_UU + */ public void setC_BPartner_Product_UU (String C_BPartner_Product_UU) { set_Value (COLUMNNAME_C_BPartner_Product_UU, C_BPartner_Product_UU); @@ -115,15 +115,14 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ /** Get C_BPartner_Product_UU. @return C_BPartner_Product_UU */ - public String getC_BPartner_Product_UU () + public String getC_BPartner_Product_UU() { return (String)get_Value(COLUMNNAME_C_BPartner_Product_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -132,15 +131,14 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Is Manufacturer. - @param IsManufacturer - Indicate role of this Business partner as Manufacturer - */ + @param IsManufacturer Indicate role of this Business partner as Manufacturer + */ public void setIsManufacturer (boolean IsManufacturer) { set_Value (COLUMNNAME_IsManufacturer, Boolean.valueOf(IsManufacturer)); @@ -149,7 +147,7 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ /** Get Is Manufacturer. @return Indicate role of this Business partner as Manufacturer */ - public boolean isManufacturer () + public boolean isManufacturer() { Object oo = get_Value(COLUMNNAME_IsManufacturer); if (oo != null) @@ -162,9 +160,8 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ } /** Set Manufacturer. - @param Manufacturer - Manufacturer of the Product - */ + @param Manufacturer Manufacturer of the Product + */ public void setManufacturer (String Manufacturer) { set_Value (COLUMNNAME_Manufacturer, Manufacturer); @@ -173,7 +170,7 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ /** Get Manufacturer. @return Manufacturer of the Product */ - public String getManufacturer () + public String getManufacturer() { return (String)get_Value(COLUMNNAME_Manufacturer); } @@ -185,21 +182,20 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -208,9 +204,8 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ } /** Set Quality Rating. - @param QualityRating - Method for rating vendors - */ + @param QualityRating Method for rating vendors + */ public void setQualityRating (BigDecimal QualityRating) { set_Value (COLUMNNAME_QualityRating, QualityRating); @@ -219,7 +214,7 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ /** Get Quality Rating. @return Method for rating vendors */ - public BigDecimal getQualityRating () + public BigDecimal getQualityRating() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QualityRating); if (bd == null) @@ -228,9 +223,8 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ } /** Set Min Shelf Life Days. - @param ShelfLifeMinDays - Minimum Shelf Life in days based on Product Instance Guarantee Date - */ + @param ShelfLifeMinDays Minimum Shelf Life in days based on Product Instance Guarantee Date + */ public void setShelfLifeMinDays (int ShelfLifeMinDays) { set_Value (COLUMNNAME_ShelfLifeMinDays, Integer.valueOf(ShelfLifeMinDays)); @@ -239,7 +233,7 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ /** Get Min Shelf Life Days. @return Minimum Shelf Life in days based on Product Instance Guarantee Date */ - public int getShelfLifeMinDays () + public int getShelfLifeMinDays() { Integer ii = (Integer)get_Value(COLUMNNAME_ShelfLifeMinDays); if (ii == null) @@ -248,9 +242,8 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ } /** Set Min Shelf Life %. - @param ShelfLifeMinPct - Minimum Shelf Life in percent based on Product Instance Guarantee Date - */ + @param ShelfLifeMinPct Minimum Shelf Life in percent based on Product Instance Guarantee Date + */ public void setShelfLifeMinPct (int ShelfLifeMinPct) { set_Value (COLUMNNAME_ShelfLifeMinPct, Integer.valueOf(ShelfLifeMinPct)); @@ -259,7 +252,7 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ /** Get Min Shelf Life %. @return Minimum Shelf Life in percent based on Product Instance Guarantee Date */ - public int getShelfLifeMinPct () + public int getShelfLifeMinPct() { Integer ii = (Integer)get_Value(COLUMNNAME_ShelfLifeMinPct); if (ii == null) @@ -268,9 +261,8 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ } /** Set Partner Category. - @param VendorCategory - Product Category of the Business Partner - */ + @param VendorCategory Product Category of the Business Partner + */ public void setVendorCategory (String VendorCategory) { set_Value (COLUMNNAME_VendorCategory, VendorCategory); @@ -279,15 +271,14 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ /** Get Partner Category. @return Product Category of the Business Partner */ - public String getVendorCategory () + public String getVendorCategory() { return (String)get_Value(COLUMNNAME_VendorCategory); } /** Set Partner Product Key. - @param VendorProductNo - Product Key of the Business Partner - */ + @param VendorProductNo Product Key of the Business Partner + */ public void setVendorProductNo (String VendorProductNo) { set_Value (COLUMNNAME_VendorProductNo, VendorProductNo); @@ -296,7 +287,7 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ /** Get Partner Product Key. @return Product Key of the Business Partner */ - public String getVendorProductNo () + public String getVendorProductNo() { return (String)get_Value(COLUMNNAME_VendorProductNo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Bank.java b/org.adempiere.base/src/org/compiere/model/X_C_Bank.java index 6097bb1c92..b635387417 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Bank.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Bank.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Bank * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Bank") public class X_C_Bank extends PO implements I_C_Bank, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Bank (Properties ctx, int C_Bank_ID, String trxName) @@ -76,21 +76,20 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent } /** Set Bank. - @param C_Bank_ID - Bank - */ + @param C_Bank_ID Bank + */ public void setC_Bank_ID (int C_Bank_ID) { - if (C_Bank_ID < 1) + if (C_Bank_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Bank_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Bank_ID, Integer.valueOf(C_Bank_ID)); } /** Get Bank. @return Bank */ - public int getC_Bank_ID () + public int getC_Bank_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Bank_ID); if (ii == null) @@ -99,7 +98,8 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent } /** Set C_Bank_UU. - @param C_Bank_UU C_Bank_UU */ + @param C_Bank_UU C_Bank_UU + */ public void setC_Bank_UU (String C_Bank_UU) { set_Value (COLUMNNAME_C_Bank_UU, C_Bank_UU); @@ -107,7 +107,7 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent /** Get C_Bank_UU. @return C_Bank_UU */ - public String getC_Bank_UU () + public String getC_Bank_UU() { return (String)get_Value(COLUMNNAME_C_Bank_UU); } @@ -119,21 +119,20 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -142,9 +141,8 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -153,15 +151,14 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Own Bank. - @param IsOwnBank - Bank for this Organization - */ + @param IsOwnBank Bank for this Organization + */ public void setIsOwnBank (boolean IsOwnBank) { set_Value (COLUMNNAME_IsOwnBank, Boolean.valueOf(IsOwnBank)); @@ -170,7 +167,7 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent /** Get Own Bank. @return Bank for this Organization */ - public boolean isOwnBank () + public boolean isOwnBank() { Object oo = get_Value(COLUMNNAME_IsOwnBank); if (oo != null) @@ -183,9 +180,8 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -194,7 +190,7 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -208,9 +204,8 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent } /** Set Routing No. - @param RoutingNo - Bank Routing Number - */ + @param RoutingNo Bank Routing Number + */ public void setRoutingNo (String RoutingNo) { set_Value (COLUMNNAME_RoutingNo, RoutingNo); @@ -219,15 +214,14 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent /** Get Routing No. @return Bank Routing Number */ - public String getRoutingNo () + public String getRoutingNo() { return (String)get_Value(COLUMNNAME_RoutingNo); } /** Set Swift code. - @param SwiftCode - Swift Code or BIC - */ + @param SwiftCode Swift Code or BIC + */ public void setSwiftCode (String SwiftCode) { set_Value (COLUMNNAME_SwiftCode, SwiftCode); @@ -236,7 +230,7 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent /** Get Swift code. @return Swift Code or BIC */ - public String getSwiftCode () + public String getSwiftCode() { return (String)get_Value(COLUMNNAME_SwiftCode); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankAccount.java b/org.adempiere.base/src/org/compiere/model/X_C_BankAccount.java index a9ce8a3f80..438ea97275 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankAccount.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankAccount.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BankAccount * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BankAccount") public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BankAccount (Properties ctx, int C_BankAccount_ID, String trxName) @@ -83,9 +83,8 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent } /** Set Account No. - @param AccountNo - Account Number - */ + @param AccountNo Account Number + */ public void setAccountNo (String AccountNo) { set_Value (COLUMNNAME_AccountNo, AccountNo); @@ -94,7 +93,7 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** Get Account No. @return Account Number */ - public String getAccountNo () + public String getAccountNo() { return (String)get_Value(COLUMNNAME_AccountNo); } @@ -110,9 +109,8 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** Savings = S */ public static final String BANKACCOUNTTYPE_Savings = "S"; /** Set Bank Account Type. - @param BankAccountType - Bank Account Type - */ + @param BankAccountType Bank Account Type + */ public void setBankAccountType (String BankAccountType) { @@ -122,15 +120,14 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** Get Bank Account Type. @return Bank Account Type */ - public String getBankAccountType () + public String getBankAccountType() { return (String)get_Value(COLUMNNAME_BankAccountType); } /** Set BBAN. - @param BBAN - Basic Bank Account Number - */ + @param BBAN Basic Bank Account Number + */ public void setBBAN (String BBAN) { set_Value (COLUMNNAME_BBAN, BBAN); @@ -139,27 +136,26 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** Get BBAN. @return Basic Bank Account Number */ - public String getBBAN () + public String getBBAN() { return (String)get_Value(COLUMNNAME_BBAN); } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -168,7 +164,8 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent } /** Set C_BankAccount_UU. - @param C_BankAccount_UU C_BankAccount_UU */ + @param C_BankAccount_UU C_BankAccount_UU + */ public void setC_BankAccount_UU (String C_BankAccount_UU) { set_Value (COLUMNNAME_C_BankAccount_UU, C_BankAccount_UU); @@ -176,7 +173,7 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** Get C_BankAccount_UU. @return C_BankAccount_UU */ - public String getC_BankAccount_UU () + public String getC_BankAccount_UU() { return (String)get_Value(COLUMNNAME_C_BankAccount_UU); } @@ -188,21 +185,20 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent } /** Set Bank. - @param C_Bank_ID - Bank - */ + @param C_Bank_ID Bank + */ public void setC_Bank_ID (int C_Bank_ID) { - if (C_Bank_ID < 1) + if (C_Bank_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Bank_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Bank_ID, Integer.valueOf(C_Bank_ID)); } /** Get Bank. @return Bank */ - public int getC_Bank_ID () + public int getC_Bank_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Bank_ID); if (ii == null) @@ -217,21 +213,20 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -240,9 +235,8 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent } /** Set Credit limit. - @param CreditLimit - Amount of Credit allowed - */ + @param CreditLimit Amount of Credit allowed + */ public void setCreditLimit (BigDecimal CreditLimit) { set_Value (COLUMNNAME_CreditLimit, CreditLimit); @@ -251,7 +245,7 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** Get Credit limit. @return Amount of Credit allowed */ - public BigDecimal getCreditLimit () + public BigDecimal getCreditLimit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CreditLimit); if (bd == null) @@ -260,9 +254,8 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent } /** Set Current balance. - @param CurrentBalance - Current Balance - */ + @param CurrentBalance Current Balance + */ public void setCurrentBalance (BigDecimal CurrentBalance) { set_Value (COLUMNNAME_CurrentBalance, CurrentBalance); @@ -271,7 +264,7 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** Get Current balance. @return Current Balance */ - public BigDecimal getCurrentBalance () + public BigDecimal getCurrentBalance() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentBalance); if (bd == null) @@ -280,9 +273,8 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -291,15 +283,14 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set IBAN. - @param IBAN - International Bank Account Number - */ + @param IBAN International Bank Account Number + */ public void setIBAN (String IBAN) { set_Value (COLUMNNAME_IBAN, IBAN); @@ -308,15 +299,14 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** Get IBAN. @return International Bank Account Number */ - public String getIBAN () + public String getIBAN() { return (String)get_Value(COLUMNNAME_IBAN); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -325,7 +315,7 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -338,9 +328,8 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -349,7 +338,7 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -363,7 +352,8 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent } /** Set Payment Export Class. - @param PaymentExportClass Payment Export Class */ + @param PaymentExportClass Payment Export Class + */ public void setPaymentExportClass (String PaymentExportClass) { set_Value (COLUMNNAME_PaymentExportClass, PaymentExportClass); @@ -371,15 +361,14 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** Get Payment Export Class. @return Payment Export Class */ - public String getPaymentExportClass () + public String getPaymentExportClass() { return (String)get_Value(COLUMNNAME_PaymentExportClass); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -388,7 +377,7 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankAccountDoc.java b/org.adempiere.base/src/org/compiere/model/X_C_BankAccountDoc.java index 9dbeb38004..06b060ce33 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankAccountDoc.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankAccountDoc.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BankAccountDoc * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BankAccountDoc") public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BankAccountDoc (Properties ctx, int C_BankAccountDoc_ID, String trxName) @@ -76,21 +76,20 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers } /** Set Bank Account Document. - @param C_BankAccountDoc_ID - Checks, Transfers, etc. - */ + @param C_BankAccountDoc_ID Checks, Transfers, etc. + */ public void setC_BankAccountDoc_ID (int C_BankAccountDoc_ID) { - if (C_BankAccountDoc_ID < 1) + if (C_BankAccountDoc_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BankAccountDoc_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BankAccountDoc_ID, Integer.valueOf(C_BankAccountDoc_ID)); } /** Get Bank Account Document. @return Checks, Transfers, etc. */ - public int getC_BankAccountDoc_ID () + public int getC_BankAccountDoc_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccountDoc_ID); if (ii == null) @@ -99,7 +98,8 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers } /** Set C_BankAccountDoc_UU. - @param C_BankAccountDoc_UU C_BankAccountDoc_UU */ + @param C_BankAccountDoc_UU C_BankAccountDoc_UU + */ public void setC_BankAccountDoc_UU (String C_BankAccountDoc_UU) { set_Value (COLUMNNAME_C_BankAccountDoc_UU, C_BankAccountDoc_UU); @@ -107,7 +107,7 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers /** Get C_BankAccountDoc_UU. @return C_BankAccountDoc_UU */ - public String getC_BankAccountDoc_UU () + public String getC_BankAccountDoc_UU() { return (String)get_Value(COLUMNNAME_C_BankAccountDoc_UU); } @@ -119,21 +119,20 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -148,21 +147,20 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers } /** Set Check Print Format. - @param Check_PrintFormat_ID - Print Format for printing Checks - */ + @param Check_PrintFormat_ID Print Format for printing Checks + */ public void setCheck_PrintFormat_ID (int Check_PrintFormat_ID) { - if (Check_PrintFormat_ID < 1) + if (Check_PrintFormat_ID < 1) set_Value (COLUMNNAME_Check_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_Check_PrintFormat_ID, Integer.valueOf(Check_PrintFormat_ID)); } /** Get Check Print Format. @return Print Format for printing Checks */ - public int getCheck_PrintFormat_ID () + public int getCheck_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Check_PrintFormat_ID); if (ii == null) @@ -171,9 +169,8 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers } /** Set Current Next. - @param CurrentNext - The next number to be used - */ + @param CurrentNext The next number to be used + */ public void setCurrentNext (int CurrentNext) { set_Value (COLUMNNAME_CurrentNext, Integer.valueOf(CurrentNext)); @@ -182,7 +179,7 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers /** Get Current Next. @return The next number to be used */ - public int getCurrentNext () + public int getCurrentNext() { Integer ii = (Integer)get_Value(COLUMNNAME_CurrentNext); if (ii == null) @@ -191,9 +188,8 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -202,15 +198,14 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -219,7 +214,7 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -249,9 +244,8 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers /** Direct Deposit = T */ public static final String PAYMENTRULE_DirectDeposit = "T"; /** Set Payment Rule. - @param PaymentRule - How you pay the invoice - */ + @param PaymentRule How you pay the invoice + */ public void setPaymentRule (String PaymentRule) { @@ -261,7 +255,7 @@ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Pers /** Get Payment Rule. @return How you pay the invoice */ - public String getPaymentRule () + public String getPaymentRule() { return (String)get_Value(COLUMNNAME_PaymentRule); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Acct.java index 83b6968c1a..a128032839 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_BankAccount_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BankAccount_Acct") public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BankAccount_Acct (Properties ctx, int C_BankAccount_Acct_ID, String trxName) @@ -84,9 +84,8 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ } /** Set Bank Asset. - @param B_Asset_Acct - Bank Asset Account - */ + @param B_Asset_Acct Bank Asset Account + */ public void setB_Asset_Acct (int B_Asset_Acct) { set_Value (COLUMNNAME_B_Asset_Acct, Integer.valueOf(B_Asset_Acct)); @@ -95,7 +94,7 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ /** Get Bank Asset. @return Bank Asset Account */ - public int getB_Asset_Acct () + public int getB_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_Asset_Acct); if (ii == null) @@ -110,9 +109,8 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ } /** Set Bank Interest Expense. - @param B_InterestExp_Acct - Bank Interest Expense Account - */ + @param B_InterestExp_Acct Bank Interest Expense Account + */ public void setB_InterestExp_Acct (int B_InterestExp_Acct) { set_Value (COLUMNNAME_B_InterestExp_Acct, Integer.valueOf(B_InterestExp_Acct)); @@ -121,7 +119,7 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ /** Get Bank Interest Expense. @return Bank Interest Expense Account */ - public int getB_InterestExp_Acct () + public int getB_InterestExp_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_InterestExp_Acct); if (ii == null) @@ -136,9 +134,8 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ } /** Set Bank Interest Revenue. - @param B_InterestRev_Acct - Bank Interest Revenue Account - */ + @param B_InterestRev_Acct Bank Interest Revenue Account + */ public void setB_InterestRev_Acct (int B_InterestRev_Acct) { set_Value (COLUMNNAME_B_InterestRev_Acct, Integer.valueOf(B_InterestRev_Acct)); @@ -147,7 +144,7 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ /** Get Bank Interest Revenue. @return Bank Interest Revenue Account */ - public int getB_InterestRev_Acct () + public int getB_InterestRev_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_InterestRev_Acct); if (ii == null) @@ -162,9 +159,8 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ } /** Set Bank In Transit. - @param B_InTransit_Acct - Bank In Transit Account - */ + @param B_InTransit_Acct Bank In Transit Account + */ public void setB_InTransit_Acct (int B_InTransit_Acct) { set_Value (COLUMNNAME_B_InTransit_Acct, Integer.valueOf(B_InTransit_Acct)); @@ -173,7 +169,7 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ /** Get Bank In Transit. @return Bank In Transit Account */ - public int getB_InTransit_Acct () + public int getB_InTransit_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_InTransit_Acct); if (ii == null) @@ -188,9 +184,8 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ } /** Set Payment Selection. - @param B_PaymentSelect_Acct - AP Payment Selection Clearing Account - */ + @param B_PaymentSelect_Acct AP Payment Selection Clearing Account + */ public void setB_PaymentSelect_Acct (int B_PaymentSelect_Acct) { set_Value (COLUMNNAME_B_PaymentSelect_Acct, Integer.valueOf(B_PaymentSelect_Acct)); @@ -199,7 +194,7 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ /** Get Payment Selection. @return AP Payment Selection Clearing Account */ - public int getB_PaymentSelect_Acct () + public int getB_PaymentSelect_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_PaymentSelect_Acct); if (ii == null) @@ -214,9 +209,8 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ } /** Set Unallocated Cash. - @param B_UnallocatedCash_Acct - Unallocated Cash Clearing Account - */ + @param B_UnallocatedCash_Acct Unallocated Cash Clearing Account + */ public void setB_UnallocatedCash_Acct (int B_UnallocatedCash_Acct) { set_Value (COLUMNNAME_B_UnallocatedCash_Acct, Integer.valueOf(B_UnallocatedCash_Acct)); @@ -225,7 +219,7 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ /** Get Unallocated Cash. @return Unallocated Cash Clearing Account */ - public int getB_UnallocatedCash_Acct () + public int getB_UnallocatedCash_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_UnallocatedCash_Acct); if (ii == null) @@ -240,21 +234,20 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -263,7 +256,8 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ } /** Set C_BankAccount_Acct_UU. - @param C_BankAccount_Acct_UU C_BankAccount_Acct_UU */ + @param C_BankAccount_Acct_UU C_BankAccount_Acct_UU + */ public void setC_BankAccount_Acct_UU (String C_BankAccount_Acct_UU) { set_Value (COLUMNNAME_C_BankAccount_Acct_UU, C_BankAccount_Acct_UU); @@ -271,7 +265,7 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ /** Get C_BankAccount_Acct_UU. @return C_BankAccount_Acct_UU */ - public String getC_BankAccount_Acct_UU () + public String getC_BankAccount_Acct_UU() { return (String)get_Value(COLUMNNAME_C_BankAccount_Acct_UU); } @@ -283,21 +277,20 @@ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_ } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Processor.java b/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Processor.java index 8cc099fb1d..f6ff032a3f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Processor.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Processor.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for C_BankAccount_Processor * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BankAccount_Processor") public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Processor, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BankAccount_Processor (Properties ctx, int C_BankAccount_Processor_ID, String trxName) @@ -98,9 +98,8 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept AMEX. - @param AcceptAMEX - Accept American Express Card - */ + @param AcceptAMEX Accept American Express Card + */ public void setAcceptAMEX (boolean AcceptAMEX) { set_Value (COLUMNNAME_AcceptAMEX, Boolean.valueOf(AcceptAMEX)); @@ -109,7 +108,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Accept AMEX. @return Accept American Express Card */ - public boolean isAcceptAMEX () + public boolean isAcceptAMEX() { Object oo = get_Value(COLUMNNAME_AcceptAMEX); if (oo != null) @@ -122,9 +121,8 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept ATM. - @param AcceptATM - Accept Bank ATM Card - */ + @param AcceptATM Accept Bank ATM Card + */ public void setAcceptATM (boolean AcceptATM) { set_Value (COLUMNNAME_AcceptATM, Boolean.valueOf(AcceptATM)); @@ -133,7 +131,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Accept ATM. @return Accept Bank ATM Card */ - public boolean isAcceptATM () + public boolean isAcceptATM() { Object oo = get_Value(COLUMNNAME_AcceptATM); if (oo != null) @@ -146,9 +144,8 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Electronic Check. - @param AcceptCheck - Accept ECheck (Electronic Checks) - */ + @param AcceptCheck Accept ECheck (Electronic Checks) + */ public void setAcceptCheck (boolean AcceptCheck) { set_Value (COLUMNNAME_AcceptCheck, Boolean.valueOf(AcceptCheck)); @@ -157,7 +154,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Accept Electronic Check. @return Accept ECheck (Electronic Checks) */ - public boolean isAcceptCheck () + public boolean isAcceptCheck() { Object oo = get_Value(COLUMNNAME_AcceptCheck); if (oo != null) @@ -170,9 +167,8 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Corporate. - @param AcceptCorporate - Accept Corporate Purchase Cards - */ + @param AcceptCorporate Accept Corporate Purchase Cards + */ public void setAcceptCorporate (boolean AcceptCorporate) { set_Value (COLUMNNAME_AcceptCorporate, Boolean.valueOf(AcceptCorporate)); @@ -181,7 +177,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Accept Corporate. @return Accept Corporate Purchase Cards */ - public boolean isAcceptCorporate () + public boolean isAcceptCorporate() { Object oo = get_Value(COLUMNNAME_AcceptCorporate); if (oo != null) @@ -194,18 +190,17 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Diners. - @param AcceptDiners - Accept Diner's Club - */ + @param AcceptDiners Accept Diner's Club + */ public void setAcceptDiners (boolean AcceptDiners) { set_Value (COLUMNNAME_AcceptDiners, Boolean.valueOf(AcceptDiners)); } /** Get Accept Diners. - @return Accept Diner's Club + @return Accept Diner's Club */ - public boolean isAcceptDiners () + public boolean isAcceptDiners() { Object oo = get_Value(COLUMNNAME_AcceptDiners); if (oo != null) @@ -218,9 +213,8 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Direct Debit. - @param AcceptDirectDebit - Accept Direct Debits (vendor initiated) - */ + @param AcceptDirectDebit Accept Direct Debits (vendor initiated) + */ public void setAcceptDirectDebit (boolean AcceptDirectDebit) { set_Value (COLUMNNAME_AcceptDirectDebit, Boolean.valueOf(AcceptDirectDebit)); @@ -229,7 +223,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Accept Direct Debit. @return Accept Direct Debits (vendor initiated) */ - public boolean isAcceptDirectDebit () + public boolean isAcceptDirectDebit() { Object oo = get_Value(COLUMNNAME_AcceptDirectDebit); if (oo != null) @@ -242,9 +236,8 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Direct Deposit. - @param AcceptDirectDeposit - Accept Direct Deposit (payee initiated) - */ + @param AcceptDirectDeposit Accept Direct Deposit (payee initiated) + */ public void setAcceptDirectDeposit (boolean AcceptDirectDeposit) { set_Value (COLUMNNAME_AcceptDirectDeposit, Boolean.valueOf(AcceptDirectDeposit)); @@ -253,7 +246,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Accept Direct Deposit. @return Accept Direct Deposit (payee initiated) */ - public boolean isAcceptDirectDeposit () + public boolean isAcceptDirectDeposit() { Object oo = get_Value(COLUMNNAME_AcceptDirectDeposit); if (oo != null) @@ -266,9 +259,8 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Discover. - @param AcceptDiscover - Accept Discover Card - */ + @param AcceptDiscover Accept Discover Card + */ public void setAcceptDiscover (boolean AcceptDiscover) { set_Value (COLUMNNAME_AcceptDiscover, Boolean.valueOf(AcceptDiscover)); @@ -277,7 +269,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Accept Discover. @return Accept Discover Card */ - public boolean isAcceptDiscover () + public boolean isAcceptDiscover() { Object oo = get_Value(COLUMNNAME_AcceptDiscover); if (oo != null) @@ -290,9 +282,8 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept MasterCard. - @param AcceptMC - Accept Master Card - */ + @param AcceptMC Accept Master Card + */ public void setAcceptMC (boolean AcceptMC) { set_Value (COLUMNNAME_AcceptMC, Boolean.valueOf(AcceptMC)); @@ -301,7 +292,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Accept MasterCard. @return Accept Master Card */ - public boolean isAcceptMC () + public boolean isAcceptMC() { Object oo = get_Value(COLUMNNAME_AcceptMC); if (oo != null) @@ -314,9 +305,8 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Visa. - @param AcceptVisa - Accept Visa Cards - */ + @param AcceptVisa Accept Visa Cards + */ public void setAcceptVisa (boolean AcceptVisa) { set_Value (COLUMNNAME_AcceptVisa, Boolean.valueOf(AcceptVisa)); @@ -325,7 +315,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Accept Visa. @return Accept Visa Cards */ - public boolean isAcceptVisa () + public boolean isAcceptVisa() { Object oo = get_Value(COLUMNNAME_AcceptVisa); if (oo != null) @@ -344,21 +334,20 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -367,7 +356,8 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set C_BankAccount_Processor_UU. - @param C_BankAccount_Processor_UU C_BankAccount_Processor_UU */ + @param C_BankAccount_Processor_UU C_BankAccount_Processor_UU + */ public void setC_BankAccount_Processor_UU (String C_BankAccount_Processor_UU) { set_Value (COLUMNNAME_C_BankAccount_Processor_UU, C_BankAccount_Processor_UU); @@ -375,7 +365,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get C_BankAccount_Processor_UU. @return C_BankAccount_Processor_UU */ - public String getC_BankAccount_Processor_UU () + public String getC_BankAccount_Processor_UU() { return (String)get_Value(COLUMNNAME_C_BankAccount_Processor_UU); } @@ -387,21 +377,20 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -416,21 +405,20 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Payment Processor. - @param C_PaymentProcessor_ID - Payment processor for electronic payments - */ + @param C_PaymentProcessor_ID Payment processor for electronic payments + */ public void setC_PaymentProcessor_ID (int C_PaymentProcessor_ID) { - if (C_PaymentProcessor_ID < 1) + if (C_PaymentProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaymentProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaymentProcessor_ID, Integer.valueOf(C_PaymentProcessor_ID)); } /** Get Payment Processor. @return Payment processor for electronic payments */ - public int getC_PaymentProcessor_ID () + public int getC_PaymentProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentProcessor_ID); if (ii == null) @@ -439,14 +427,15 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept AMEX. - @param IsPPAcceptAMEX Accept AMEX */ + @param IsPPAcceptAMEX Accept AMEX + */ public void setIsPPAcceptAMEX (boolean IsPPAcceptAMEX) { throw new IllegalArgumentException ("IsPPAcceptAMEX is virtual column"); } /** Get Accept AMEX. @return Accept AMEX */ - public boolean isPPAcceptAMEX () + public boolean isPPAcceptAMEX() { Object oo = get_Value(COLUMNNAME_IsPPAcceptAMEX); if (oo != null) @@ -459,14 +448,15 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept ATM. - @param IsPPAcceptATM Accept ATM */ + @param IsPPAcceptATM Accept ATM + */ public void setIsPPAcceptATM (boolean IsPPAcceptATM) { throw new IllegalArgumentException ("IsPPAcceptATM is virtual column"); } /** Get Accept ATM. @return Accept ATM */ - public boolean isPPAcceptATM () + public boolean isPPAcceptATM() { Object oo = get_Value(COLUMNNAME_IsPPAcceptATM); if (oo != null) @@ -479,14 +469,15 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Check. - @param IsPPAcceptCheck Accept Check */ + @param IsPPAcceptCheck Accept Check + */ public void setIsPPAcceptCheck (boolean IsPPAcceptCheck) { throw new IllegalArgumentException ("IsPPAcceptCheck is virtual column"); } /** Get Accept Check. @return Accept Check */ - public boolean isPPAcceptCheck () + public boolean isPPAcceptCheck() { Object oo = get_Value(COLUMNNAME_IsPPAcceptCheck); if (oo != null) @@ -499,14 +490,15 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Corporate. - @param IsPPAcceptCorporate Accept Corporate */ + @param IsPPAcceptCorporate Accept Corporate + */ public void setIsPPAcceptCorporate (boolean IsPPAcceptCorporate) { throw new IllegalArgumentException ("IsPPAcceptCorporate is virtual column"); } /** Get Accept Corporate. @return Accept Corporate */ - public boolean isPPAcceptCorporate () + public boolean isPPAcceptCorporate() { Object oo = get_Value(COLUMNNAME_IsPPAcceptCorporate); if (oo != null) @@ -519,14 +511,15 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Diners. - @param IsPPAcceptDiners Accept Diners */ + @param IsPPAcceptDiners Accept Diners + */ public void setIsPPAcceptDiners (boolean IsPPAcceptDiners) { throw new IllegalArgumentException ("IsPPAcceptDiners is virtual column"); } /** Get Accept Diners. @return Accept Diners */ - public boolean isPPAcceptDiners () + public boolean isPPAcceptDiners() { Object oo = get_Value(COLUMNNAME_IsPPAcceptDiners); if (oo != null) @@ -539,14 +532,15 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Direct Debit. - @param IsPPAcceptDirectDebit Accept Direct Debit */ + @param IsPPAcceptDirectDebit Accept Direct Debit + */ public void setIsPPAcceptDirectDebit (boolean IsPPAcceptDirectDebit) { throw new IllegalArgumentException ("IsPPAcceptDirectDebit is virtual column"); } /** Get Accept Direct Debit. @return Accept Direct Debit */ - public boolean isPPAcceptDirectDebit () + public boolean isPPAcceptDirectDebit() { Object oo = get_Value(COLUMNNAME_IsPPAcceptDirectDebit); if (oo != null) @@ -559,14 +553,15 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Direct Deposit. - @param IsPPAcceptDirectDeposit Accept Direct Deposit */ + @param IsPPAcceptDirectDeposit Accept Direct Deposit + */ public void setIsPPAcceptDirectDeposit (boolean IsPPAcceptDirectDeposit) { throw new IllegalArgumentException ("IsPPAcceptDirectDeposit is virtual column"); } /** Get Accept Direct Deposit. @return Accept Direct Deposit */ - public boolean isPPAcceptDirectDeposit () + public boolean isPPAcceptDirectDeposit() { Object oo = get_Value(COLUMNNAME_IsPPAcceptDirectDeposit); if (oo != null) @@ -579,14 +574,15 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Discover. - @param IsPPAcceptDiscover Accept Discover */ + @param IsPPAcceptDiscover Accept Discover + */ public void setIsPPAcceptDiscover (boolean IsPPAcceptDiscover) { throw new IllegalArgumentException ("IsPPAcceptDiscover is virtual column"); } /** Get Accept Discover. @return Accept Discover */ - public boolean isPPAcceptDiscover () + public boolean isPPAcceptDiscover() { Object oo = get_Value(COLUMNNAME_IsPPAcceptDiscover); if (oo != null) @@ -599,14 +595,15 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept MasterCard. - @param IsPPAcceptMC Accept MasterCard */ + @param IsPPAcceptMC Accept MasterCard + */ public void setIsPPAcceptMC (boolean IsPPAcceptMC) { throw new IllegalArgumentException ("IsPPAcceptMC is virtual column"); } /** Get Accept MasterCard. @return Accept MasterCard */ - public boolean isPPAcceptMC () + public boolean isPPAcceptMC() { Object oo = get_Value(COLUMNNAME_IsPPAcceptMC); if (oo != null) @@ -619,14 +616,15 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Accept Visa. - @param IsPPAcceptVisa Accept Visa */ + @param IsPPAcceptVisa Accept Visa + */ public void setIsPPAcceptVisa (boolean IsPPAcceptVisa) { throw new IllegalArgumentException ("IsPPAcceptVisa is virtual column"); } /** Get Accept Visa. @return Accept Visa */ - public boolean isPPAcceptVisa () + public boolean isPPAcceptVisa() { Object oo = get_Value(COLUMNNAME_IsPPAcceptVisa); if (oo != null) @@ -639,9 +637,8 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Minimum Amt. - @param MinimumAmt - Minimum Amount in Document Currency - */ + @param MinimumAmt Minimum Amount in Document Currency + */ public void setMinimumAmt (BigDecimal MinimumAmt) { set_Value (COLUMNNAME_MinimumAmt, MinimumAmt); @@ -650,7 +647,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Minimum Amt. @return Minimum Amount in Document Currency */ - public BigDecimal getMinimumAmt () + public BigDecimal getMinimumAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MinimumAmt); if (bd == null) @@ -659,9 +656,8 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set Partner ID. - @param PartnerID - Partner ID or Account for the Payment Processor - */ + @param PartnerID Partner ID or Account for the Payment Processor + */ public void setPartnerID (String PartnerID) { set_Value (COLUMNNAME_PartnerID, PartnerID); @@ -670,15 +666,14 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Partner ID. @return Partner ID or Account for the Payment Processor */ - public String getPartnerID () + public String getPartnerID() { return (String)get_Value(COLUMNNAME_PartnerID); } /** Set Password. - @param Password - Password of any length (case sensitive) - */ + @param Password Password of any length (case sensitive) + */ public void setPassword (String Password) { set_Value (COLUMNNAME_Password, Password); @@ -687,15 +682,14 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Password. @return Password of any length (case sensitive) */ - public String getPassword () + public String getPassword() { return (String)get_Value(COLUMNNAME_Password); } /** Set Require CreditCard Verification Code. - @param RequireVV - Require 3/4 digit Credit Verification Code - */ + @param RequireVV Require 3/4 digit Credit Verification Code + */ public void setRequireVV (boolean RequireVV) { set_Value (COLUMNNAME_RequireVV, Boolean.valueOf(RequireVV)); @@ -704,7 +698,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Require CreditCard Verification Code. @return Require 3/4 digit Credit Verification Code */ - public boolean isRequireVV () + public boolean isRequireVV() { Object oo = get_Value(COLUMNNAME_RequireVV); if (oo != null) @@ -717,9 +711,8 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro } /** Set User ID. - @param UserID - User ID or account number - */ + @param UserID User ID or account number + */ public void setUserID (String UserID) { set_Value (COLUMNNAME_UserID, UserID); @@ -728,15 +721,14 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get User ID. @return User ID or account number */ - public String getUserID () + public String getUserID() { return (String)get_Value(COLUMNNAME_UserID); } /** Set Vendor ID. - @param VendorID - Vendor ID for the Payment Processor - */ + @param VendorID Vendor ID for the Payment Processor + */ public void setVendorID (String VendorID) { set_Value (COLUMNNAME_VendorID, VendorID); @@ -745,7 +737,7 @@ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Pro /** Get Vendor ID. @return Vendor ID for the Payment Processor */ - public String getVendorID () + public String getVendorID() { return (String)get_Value(COLUMNNAME_VendorID); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankStatement.java b/org.adempiere.base/src/org/compiere/model/X_C_BankStatement.java index eb9503df25..70c29ada50 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankStatement.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankStatement.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BankStatement * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BankStatement") public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BankStatement (Properties ctx, int C_BankStatement_ID, String trxName) @@ -93,9 +93,8 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis } /** Set Beginning Balance. - @param BeginningBalance - Balance prior to any transactions - */ + @param BeginningBalance Balance prior to any transactions + */ public void setBeginningBalance (BigDecimal BeginningBalance) { set_Value (COLUMNNAME_BeginningBalance, BeginningBalance); @@ -104,7 +103,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Beginning Balance. @return Balance prior to any transactions */ - public BigDecimal getBeginningBalance () + public BigDecimal getBeginningBalance() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_BeginningBalance); if (bd == null) @@ -119,21 +118,20 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -142,21 +140,20 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis } /** Set Bank Statement. - @param C_BankStatement_ID - Bank Statement of account - */ + @param C_BankStatement_ID Bank Statement of account + */ public void setC_BankStatement_ID (int C_BankStatement_ID) { - if (C_BankStatement_ID < 1) + if (C_BankStatement_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BankStatement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BankStatement_ID, Integer.valueOf(C_BankStatement_ID)); } /** Get Bank Statement. @return Bank Statement of account */ - public int getC_BankStatement_ID () + public int getC_BankStatement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankStatement_ID); if (ii == null) @@ -165,7 +162,8 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis } /** Set C_BankStatement_UU. - @param C_BankStatement_UU C_BankStatement_UU */ + @param C_BankStatement_UU C_BankStatement_UU + */ public void setC_BankStatement_UU (String C_BankStatement_UU) { set_Value (COLUMNNAME_C_BankStatement_UU, C_BankStatement_UU); @@ -173,15 +171,14 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get C_BankStatement_UU. @return C_BankStatement_UU */ - public String getC_BankStatement_UU () + public String getC_BankStatement_UU() { return (String)get_Value(COLUMNNAME_C_BankStatement_UU); } /** Set Copy From. - @param CopyFrom - Copy From Record - */ + @param CopyFrom Copy From Record + */ public void setCopyFrom (String CopyFrom) { set_Value (COLUMNNAME_CopyFrom, CopyFrom); @@ -190,15 +187,14 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Copy From. @return Copy From Record */ - public String getCopyFrom () + public String getCopyFrom() { return (String)get_Value(COLUMNNAME_CopyFrom); } /** Set Create lines from. - @param CreateFrom - Process which will generate a new document lines based on an existing document - */ + @param CreateFrom Process which will generate a new document lines based on an existing document + */ public void setCreateFrom (String CreateFrom) { set_Value (COLUMNNAME_CreateFrom, CreateFrom); @@ -207,13 +203,14 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Create lines from. @return Process which will generate a new document lines based on an existing document */ - public String getCreateFrom () + public String getCreateFrom() { return (String)get_Value(COLUMNNAME_CreateFrom); } /** Set Create From Batch. - @param CreateFromBatch Create From Batch */ + @param CreateFromBatch Create From Batch + */ public void setCreateFromBatch (String CreateFromBatch) { set_Value (COLUMNNAME_CreateFromBatch, CreateFromBatch); @@ -221,15 +218,14 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Create From Batch. @return Create From Batch */ - public String getCreateFromBatch () + public String getCreateFromBatch() { return (String)get_Value(COLUMNNAME_CreateFromBatch); } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -238,15 +234,14 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -255,14 +250,14 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -291,9 +286,8 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -303,7 +297,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -335,9 +329,8 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -347,15 +340,14 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set EFT Statement Date. - @param EftStatementDate - Electronic Funds Transfer Statement Date - */ + @param EftStatementDate Electronic Funds Transfer Statement Date + */ public void setEftStatementDate (Timestamp EftStatementDate) { set_Value (COLUMNNAME_EftStatementDate, EftStatementDate); @@ -364,15 +356,14 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get EFT Statement Date. @return Electronic Funds Transfer Statement Date */ - public Timestamp getEftStatementDate () + public Timestamp getEftStatementDate() { return (Timestamp)get_Value(COLUMNNAME_EftStatementDate); } /** Set EFT Statement Reference. - @param EftStatementReference - Electronic Funds Transfer Statement Reference - */ + @param EftStatementReference Electronic Funds Transfer Statement Reference + */ public void setEftStatementReference (String EftStatementReference) { set_Value (COLUMNNAME_EftStatementReference, EftStatementReference); @@ -381,15 +372,14 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get EFT Statement Reference. @return Electronic Funds Transfer Statement Reference */ - public String getEftStatementReference () + public String getEftStatementReference() { return (String)get_Value(COLUMNNAME_EftStatementReference); } /** Set Ending balance. - @param EndingBalance - Ending or closing balance - */ + @param EndingBalance Ending or closing balance + */ public void setEndingBalance (BigDecimal EndingBalance) { set_Value (COLUMNNAME_EndingBalance, EndingBalance); @@ -398,7 +388,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Ending balance. @return Ending or closing balance */ - public BigDecimal getEndingBalance () + public BigDecimal getEndingBalance() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_EndingBalance); if (bd == null) @@ -407,9 +397,8 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -418,7 +407,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -431,9 +420,8 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis } /** Set Manual. - @param IsManual - This is a manual process - */ + @param IsManual This is a manual process + */ public void setIsManual (boolean IsManual) { set_Value (COLUMNNAME_IsManual, Boolean.valueOf(IsManual)); @@ -442,7 +430,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Manual. @return This is a manual process */ - public boolean isManual () + public boolean isManual() { Object oo = get_Value(COLUMNNAME_IsManual); if (oo != null) @@ -455,7 +443,8 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis } /** Set Match Statement. - @param MatchStatement Match Statement */ + @param MatchStatement Match Statement + */ public void setMatchStatement (String MatchStatement) { set_Value (COLUMNNAME_MatchStatement, MatchStatement); @@ -463,15 +452,14 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Match Statement. @return Match Statement */ - public String getMatchStatement () + public String getMatchStatement() { return (String)get_Value(COLUMNNAME_MatchStatement); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -480,7 +468,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -494,9 +482,8 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -505,7 +492,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -518,9 +505,8 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -529,7 +515,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -542,9 +528,8 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -553,7 +538,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -562,7 +547,8 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -570,7 +556,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -583,9 +569,8 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis } /** Set Statement date. - @param StatementDate - Date of the statement - */ + @param StatementDate Date of the statement + */ public void setStatementDate (Timestamp StatementDate) { set_Value (COLUMNNAME_StatementDate, StatementDate); @@ -594,15 +579,14 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Statement date. @return Date of the statement */ - public Timestamp getStatementDate () + public Timestamp getStatementDate() { return (Timestamp)get_Value(COLUMNNAME_StatementDate); } /** Set Statement difference. - @param StatementDifference - Difference between statement ending balance and actual ending balance - */ + @param StatementDifference Difference between statement ending balance and actual ending balance + */ public void setStatementDifference (BigDecimal StatementDifference) { set_Value (COLUMNNAME_StatementDifference, StatementDifference); @@ -611,7 +595,7 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis /** Get Statement difference. @return Difference between statement ending balance and actual ending balance */ - public BigDecimal getStatementDifference () + public BigDecimal getStatementDifference() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_StatementDifference); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLine.java b/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLine.java index 57b30084a8..650c292328 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLine.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BankStatementLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BankStatementLine") public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BankStatementLine (Properties ctx, int C_BankStatementLine_ID, String trxName) @@ -100,21 +100,20 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Bank Statement. - @param C_BankStatement_ID - Bank Statement of account - */ + @param C_BankStatement_ID Bank Statement of account + */ public void setC_BankStatement_ID (int C_BankStatement_ID) { - if (C_BankStatement_ID < 1) + if (C_BankStatement_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BankStatement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BankStatement_ID, Integer.valueOf(C_BankStatement_ID)); } /** Get Bank Statement. @return Bank Statement of account */ - public int getC_BankStatement_ID () + public int getC_BankStatement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankStatement_ID); if (ii == null) @@ -123,21 +122,20 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Bank statement line. - @param C_BankStatementLine_ID - Line on a statement from this Bank - */ + @param C_BankStatementLine_ID Line on a statement from this Bank + */ public void setC_BankStatementLine_ID (int C_BankStatementLine_ID) { - if (C_BankStatementLine_ID < 1) + if (C_BankStatementLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BankStatementLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BankStatementLine_ID, Integer.valueOf(C_BankStatementLine_ID)); } /** Get Bank statement line. @return Line on a statement from this Bank */ - public int getC_BankStatementLine_ID () + public int getC_BankStatementLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankStatementLine_ID); if (ii == null) @@ -146,7 +144,8 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set C_BankStatementLine_UU. - @param C_BankStatementLine_UU C_BankStatementLine_UU */ + @param C_BankStatementLine_UU C_BankStatementLine_UU + */ public void setC_BankStatementLine_UU (String C_BankStatementLine_UU) { set_Value (COLUMNNAME_C_BankStatementLine_UU, C_BankStatementLine_UU); @@ -154,7 +153,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get C_BankStatementLine_UU. @return C_BankStatementLine_UU */ - public String getC_BankStatementLine_UU () + public String getC_BankStatementLine_UU() { return (String)get_Value(COLUMNNAME_C_BankStatementLine_UU); } @@ -165,22 +164,21 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -195,21 +193,20 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -224,21 +221,20 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -247,9 +243,8 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Charge amount. - @param ChargeAmt - Charge Amount - */ + @param ChargeAmt Charge Amount + */ public void setChargeAmt (BigDecimal ChargeAmt) { set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); @@ -258,7 +253,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Charge amount. @return Charge Amount */ - public BigDecimal getChargeAmt () + public BigDecimal getChargeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); if (bd == null) @@ -273,21 +268,20 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -302,21 +296,20 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -325,7 +318,8 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Create Payment. - @param CreatePayment Create Payment */ + @param CreatePayment Create Payment + */ public void setCreatePayment (String CreatePayment) { set_Value (COLUMNNAME_CreatePayment, CreatePayment); @@ -333,15 +327,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Create Payment. @return Create Payment */ - public String getCreatePayment () + public String getCreatePayment() { return (String)get_Value(COLUMNNAME_CreatePayment); } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -350,15 +343,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -367,15 +359,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set EFT Amount. - @param EftAmt - Electronic Funds Transfer Amount - */ + @param EftAmt Electronic Funds Transfer Amount + */ public void setEftAmt (BigDecimal EftAmt) { set_Value (COLUMNNAME_EftAmt, EftAmt); @@ -384,7 +375,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get EFT Amount. @return Electronic Funds Transfer Amount */ - public BigDecimal getEftAmt () + public BigDecimal getEftAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_EftAmt); if (bd == null) @@ -393,9 +384,8 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set EFT Check No. - @param EftCheckNo - Electronic Funds Transfer Check No - */ + @param EftCheckNo Electronic Funds Transfer Check No + */ public void setEftCheckNo (String EftCheckNo) { set_Value (COLUMNNAME_EftCheckNo, EftCheckNo); @@ -404,15 +394,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get EFT Check No. @return Electronic Funds Transfer Check No */ - public String getEftCheckNo () + public String getEftCheckNo() { return (String)get_Value(COLUMNNAME_EftCheckNo); } /** Set EFT Currency. - @param EftCurrency - Electronic Funds Transfer Currency - */ + @param EftCurrency Electronic Funds Transfer Currency + */ public void setEftCurrency (String EftCurrency) { set_Value (COLUMNNAME_EftCurrency, EftCurrency); @@ -421,15 +410,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get EFT Currency. @return Electronic Funds Transfer Currency */ - public String getEftCurrency () + public String getEftCurrency() { return (String)get_Value(COLUMNNAME_EftCurrency); } /** Set EFT Memo. - @param EftMemo - Electronic Funds Transfer Memo - */ + @param EftMemo Electronic Funds Transfer Memo + */ public void setEftMemo (String EftMemo) { set_Value (COLUMNNAME_EftMemo, EftMemo); @@ -438,15 +426,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get EFT Memo. @return Electronic Funds Transfer Memo */ - public String getEftMemo () + public String getEftMemo() { return (String)get_Value(COLUMNNAME_EftMemo); } /** Set EFT Payee. - @param EftPayee - Electronic Funds Transfer Payee information - */ + @param EftPayee Electronic Funds Transfer Payee information + */ public void setEftPayee (String EftPayee) { set_Value (COLUMNNAME_EftPayee, EftPayee); @@ -455,15 +442,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get EFT Payee. @return Electronic Funds Transfer Payee information */ - public String getEftPayee () + public String getEftPayee() { return (String)get_Value(COLUMNNAME_EftPayee); } /** Set EFT Payee Account. - @param EftPayeeAccount - Electronic Funds Transfer Payee Account Information - */ + @param EftPayeeAccount Electronic Funds Transfer Payee Account Information + */ public void setEftPayeeAccount (String EftPayeeAccount) { set_Value (COLUMNNAME_EftPayeeAccount, EftPayeeAccount); @@ -472,15 +458,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get EFT Payee Account. @return Electronic Funds Transfer Payee Account Information */ - public String getEftPayeeAccount () + public String getEftPayeeAccount() { return (String)get_Value(COLUMNNAME_EftPayeeAccount); } /** Set EFT Reference. - @param EftReference - Electronic Funds Transfer Reference - */ + @param EftReference Electronic Funds Transfer Reference + */ public void setEftReference (String EftReference) { set_Value (COLUMNNAME_EftReference, EftReference); @@ -489,15 +474,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get EFT Reference. @return Electronic Funds Transfer Reference */ - public String getEftReference () + public String getEftReference() { return (String)get_Value(COLUMNNAME_EftReference); } /** Set EFT Statement Line Date. - @param EftStatementLineDate - Electronic Funds Transfer Statement Line Date - */ + @param EftStatementLineDate Electronic Funds Transfer Statement Line Date + */ public void setEftStatementLineDate (Timestamp EftStatementLineDate) { set_Value (COLUMNNAME_EftStatementLineDate, EftStatementLineDate); @@ -506,15 +490,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get EFT Statement Line Date. @return Electronic Funds Transfer Statement Line Date */ - public Timestamp getEftStatementLineDate () + public Timestamp getEftStatementLineDate() { return (Timestamp)get_Value(COLUMNNAME_EftStatementLineDate); } /** Set EFT Trx ID. - @param EftTrxID - Electronic Funds Transfer Transaction ID - */ + @param EftTrxID Electronic Funds Transfer Transaction ID + */ public void setEftTrxID (String EftTrxID) { set_Value (COLUMNNAME_EftTrxID, EftTrxID); @@ -523,15 +506,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get EFT Trx ID. @return Electronic Funds Transfer Transaction ID */ - public String getEftTrxID () + public String getEftTrxID() { return (String)get_Value(COLUMNNAME_EftTrxID); } /** Set EFT Trx Type. - @param EftTrxType - Electronic Funds Transfer Transaction Type - */ + @param EftTrxType Electronic Funds Transfer Transaction Type + */ public void setEftTrxType (String EftTrxType) { set_Value (COLUMNNAME_EftTrxType, EftTrxType); @@ -540,15 +522,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get EFT Trx Type. @return Electronic Funds Transfer Transaction Type */ - public String getEftTrxType () + public String getEftTrxType() { return (String)get_Value(COLUMNNAME_EftTrxType); } /** Set EFT Effective Date. - @param EftValutaDate - Electronic Funds Transfer Valuta (effective) Date - */ + @param EftValutaDate Electronic Funds Transfer Valuta (effective) Date + */ public void setEftValutaDate (Timestamp EftValutaDate) { set_Value (COLUMNNAME_EftValutaDate, EftValutaDate); @@ -557,15 +538,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get EFT Effective Date. @return Electronic Funds Transfer Valuta (effective) Date */ - public Timestamp getEftValutaDate () + public Timestamp getEftValutaDate() { return (Timestamp)get_Value(COLUMNNAME_EftValutaDate); } /** Set Interest Amount. - @param InterestAmt - Interest Amount - */ + @param InterestAmt Interest Amount + */ public void setInterestAmt (BigDecimal InterestAmt) { set_Value (COLUMNNAME_InterestAmt, InterestAmt); @@ -574,7 +554,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Interest Amount. @return Interest Amount */ - public BigDecimal getInterestAmt () + public BigDecimal getInterestAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_InterestAmt); if (bd == null) @@ -583,9 +563,8 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Manual. - @param IsManual - This is a manual process - */ + @param IsManual This is a manual process + */ public void setIsManual (boolean IsManual) { set_Value (COLUMNNAME_IsManual, Boolean.valueOf(IsManual)); @@ -594,7 +573,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Manual. @return This is a manual process */ - public boolean isManual () + public boolean isManual() { Object oo = get_Value(COLUMNNAME_IsManual); if (oo != null) @@ -607,9 +586,8 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Reversal. - @param IsReversal - This is a reversing transaction - */ + @param IsReversal This is a reversing transaction + */ public void setIsReversal (boolean IsReversal) { set_Value (COLUMNNAME_IsReversal, Boolean.valueOf(IsReversal)); @@ -618,7 +596,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Reversal. @return This is a reversing transaction */ - public boolean isReversal () + public boolean isReversal() { Object oo = get_Value(COLUMNNAME_IsReversal); if (oo != null) @@ -631,9 +609,8 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -642,7 +619,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -659,7 +636,8 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Match Statement. - @param MatchStatement Match Statement */ + @param MatchStatement Match Statement + */ public void setMatchStatement (String MatchStatement) { set_Value (COLUMNNAME_MatchStatement, MatchStatement); @@ -667,15 +645,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Match Statement. @return Match Statement */ - public String getMatchStatement () + public String getMatchStatement() { return (String)get_Value(COLUMNNAME_MatchStatement); } /** Set Memo. - @param Memo - Memo Text - */ + @param Memo Memo Text + */ public void setMemo (String Memo) { set_Value (COLUMNNAME_Memo, Memo); @@ -684,15 +661,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Memo. @return Memo Text */ - public String getMemo () + public String getMemo() { return (String)get_Value(COLUMNNAME_Memo); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -701,7 +677,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -714,26 +690,24 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Reference No. - @param ReferenceNo - Your customer or vendor number at the Business Partner's site - */ + @param ReferenceNo Your customer or vendor number at the Business Partner's site + */ public void setReferenceNo (String ReferenceNo) { set_Value (COLUMNNAME_ReferenceNo, ReferenceNo); } /** Get Reference No. - @return Your customer or vendor number at the Business Partner's site + @return Your customer or vendor number at the Business Partner's site */ - public String getReferenceNo () + public String getReferenceNo() { return (String)get_Value(COLUMNNAME_ReferenceNo); } /** Set Statement Line Date. - @param StatementLineDate - Date of the Statement Line - */ + @param StatementLineDate Date of the Statement Line + */ public void setStatementLineDate (Timestamp StatementLineDate) { set_Value (COLUMNNAME_StatementLineDate, StatementLineDate); @@ -742,15 +716,14 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Statement Line Date. @return Date of the Statement Line */ - public Timestamp getStatementLineDate () + public Timestamp getStatementLineDate() { return (Timestamp)get_Value(COLUMNNAME_StatementLineDate); } /** Set Statement amount. - @param StmtAmt - Statement Amount - */ + @param StmtAmt Statement Amount + */ public void setStmtAmt (BigDecimal StmtAmt) { set_Value (COLUMNNAME_StmtAmt, StmtAmt); @@ -759,7 +732,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Statement amount. @return Statement Amount */ - public BigDecimal getStmtAmt () + public BigDecimal getStmtAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_StmtAmt); if (bd == null) @@ -768,9 +741,8 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Transaction Amount. - @param TrxAmt - Amount of a transaction - */ + @param TrxAmt Amount of a transaction + */ public void setTrxAmt (BigDecimal TrxAmt) { set_Value (COLUMNNAME_TrxAmt, TrxAmt); @@ -779,7 +751,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Transaction Amount. @return Amount of a transaction */ - public BigDecimal getTrxAmt () + public BigDecimal getTrxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TrxAmt); if (bd == null) @@ -788,9 +760,8 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, } /** Set Effective date. - @param ValutaDate - Date when money is available - */ + @param ValutaDate Date when money is available + */ public void setValutaDate (Timestamp ValutaDate) { set_Value (COLUMNNAME_ValutaDate, ValutaDate); @@ -799,7 +770,7 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, /** Get Effective date. @return Date when money is available */ - public Timestamp getValutaDate () + public Timestamp getValutaDate() { return (Timestamp)get_Value(COLUMNNAME_ValutaDate); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLoader.java b/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLoader.java index 5f51bf308c..1981e7f6ed 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLoader.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLoader.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BankStatementLoader * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BankStatementLoader") public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoader, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BankStatementLoader (Properties ctx, int C_BankStatementLoader_ID, String trxName) @@ -75,9 +75,8 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad } /** Set Account No. - @param AccountNo - Account Number - */ + @param AccountNo Account Number + */ public void setAccountNo (String AccountNo) { set_Value (COLUMNNAME_AccountNo, AccountNo); @@ -86,15 +85,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Account No. @return Account Number */ - public String getAccountNo () + public String getAccountNo() { return (String)get_Value(COLUMNNAME_AccountNo); } /** Set Branch ID. - @param BranchID - Bank Branch ID - */ + @param BranchID Bank Branch ID + */ public void setBranchID (String BranchID) { set_Value (COLUMNNAME_BranchID, BranchID); @@ -103,7 +101,7 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Branch ID. @return Bank Branch ID */ - public String getBranchID () + public String getBranchID() { return (String)get_Value(COLUMNNAME_BranchID); } @@ -115,21 +113,20 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -138,21 +135,20 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad } /** Set Bank Statement Loader. - @param C_BankStatementLoader_ID - Definition of Bank Statement Loader (SWIFT, OFX) - */ + @param C_BankStatementLoader_ID Definition of Bank Statement Loader (SWIFT, OFX) + */ public void setC_BankStatementLoader_ID (int C_BankStatementLoader_ID) { - if (C_BankStatementLoader_ID < 1) + if (C_BankStatementLoader_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BankStatementLoader_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BankStatementLoader_ID, Integer.valueOf(C_BankStatementLoader_ID)); } /** Get Bank Statement Loader. @return Definition of Bank Statement Loader (SWIFT, OFX) */ - public int getC_BankStatementLoader_ID () + public int getC_BankStatementLoader_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankStatementLoader_ID); if (ii == null) @@ -161,7 +157,8 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad } /** Set C_BankStatementLoader_UU. - @param C_BankStatementLoader_UU C_BankStatementLoader_UU */ + @param C_BankStatementLoader_UU C_BankStatementLoader_UU + */ public void setC_BankStatementLoader_UU (String C_BankStatementLoader_UU) { set_Value (COLUMNNAME_C_BankStatementLoader_UU, C_BankStatementLoader_UU); @@ -169,15 +166,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get C_BankStatementLoader_UU. @return C_BankStatementLoader_UU */ - public String getC_BankStatementLoader_UU () + public String getC_BankStatementLoader_UU() { return (String)get_Value(COLUMNNAME_C_BankStatementLoader_UU); } /** Set Date Format. - @param DateFormat - Date format used in the input format - */ + @param DateFormat Date format used in the input format + */ public void setDateFormat (String DateFormat) { set_Value (COLUMNNAME_DateFormat, DateFormat); @@ -186,15 +182,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Date Format. @return Date format used in the input format */ - public String getDateFormat () + public String getDateFormat() { return (String)get_Value(COLUMNNAME_DateFormat); } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_Value (COLUMNNAME_DateLastRun, DateLastRun); @@ -203,15 +198,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -220,15 +214,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set File Name. - @param FileName - Name of the local file or URL - */ + @param FileName Name of the local file or URL + */ public void setFileName (String FileName) { set_Value (COLUMNNAME_FileName, FileName); @@ -237,15 +230,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get File Name. @return Name of the local file or URL */ - public String getFileName () + public String getFileName() { return (String)get_Value(COLUMNNAME_FileName); } /** Set Financial Institution ID. - @param FinancialInstitutionID - The ID of the Financial Institution / Bank - */ + @param FinancialInstitutionID The ID of the Financial Institution / Bank + */ public void setFinancialInstitutionID (String FinancialInstitutionID) { set_Value (COLUMNNAME_FinancialInstitutionID, FinancialInstitutionID); @@ -254,15 +246,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Financial Institution ID. @return The ID of the Financial Institution / Bank */ - public String getFinancialInstitutionID () + public String getFinancialInstitutionID() { return (String)get_Value(COLUMNNAME_FinancialInstitutionID); } /** Set Host Address. - @param HostAddress - Host Address URL or DNS - */ + @param HostAddress Host Address URL or DNS + */ public void setHostAddress (String HostAddress) { set_Value (COLUMNNAME_HostAddress, HostAddress); @@ -271,15 +262,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Host Address. @return Host Address URL or DNS */ - public String getHostAddress () + public String getHostAddress() { return (String)get_Value(COLUMNNAME_HostAddress); } /** Set Host port. - @param HostPort - Host Communication Port - */ + @param HostPort Host Communication Port + */ public void setHostPort (int HostPort) { set_Value (COLUMNNAME_HostPort, Integer.valueOf(HostPort)); @@ -288,7 +278,7 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Host port. @return Host Communication Port */ - public int getHostPort () + public int getHostPort() { Integer ii = (Integer)get_Value(COLUMNNAME_HostPort); if (ii == null) @@ -297,9 +287,8 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -308,7 +297,7 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -322,9 +311,8 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad } /** Set Password. - @param Password - Password of any length (case sensitive) - */ + @param Password Password of any length (case sensitive) + */ public void setPassword (String Password) { set_Value (COLUMNNAME_Password, Password); @@ -333,15 +321,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Password. @return Password of any length (case sensitive) */ - public String getPassword () + public String getPassword() { return (String)get_Value(COLUMNNAME_Password); } /** Set PIN. - @param PIN - Personal Identification Number - */ + @param PIN Personal Identification Number + */ public void setPIN (String PIN) { set_Value (COLUMNNAME_PIN, PIN); @@ -350,15 +337,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get PIN. @return Personal Identification Number */ - public String getPIN () + public String getPIN() { return (String)get_Value(COLUMNNAME_PIN); } /** Set Proxy address. - @param ProxyAddress - Address of your proxy server - */ + @param ProxyAddress Address of your proxy server + */ public void setProxyAddress (String ProxyAddress) { set_Value (COLUMNNAME_ProxyAddress, ProxyAddress); @@ -367,15 +353,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Proxy address. @return Address of your proxy server */ - public String getProxyAddress () + public String getProxyAddress() { return (String)get_Value(COLUMNNAME_ProxyAddress); } /** Set Proxy logon. - @param ProxyLogon - Logon of your proxy server - */ + @param ProxyLogon Logon of your proxy server + */ public void setProxyLogon (String ProxyLogon) { set_Value (COLUMNNAME_ProxyLogon, ProxyLogon); @@ -384,15 +369,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Proxy logon. @return Logon of your proxy server */ - public String getProxyLogon () + public String getProxyLogon() { return (String)get_Value(COLUMNNAME_ProxyLogon); } /** Set Proxy password. - @param ProxyPassword - Password of your proxy server - */ + @param ProxyPassword Password of your proxy server + */ public void setProxyPassword (String ProxyPassword) { set_Value (COLUMNNAME_ProxyPassword, ProxyPassword); @@ -401,15 +385,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Proxy password. @return Password of your proxy server */ - public String getProxyPassword () + public String getProxyPassword() { return (String)get_Value(COLUMNNAME_ProxyPassword); } /** Set Proxy port. - @param ProxyPort - Port of your proxy server - */ + @param ProxyPort Port of your proxy server + */ public void setProxyPort (int ProxyPort) { set_Value (COLUMNNAME_ProxyPort, Integer.valueOf(ProxyPort)); @@ -418,7 +401,7 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Proxy port. @return Port of your proxy server */ - public int getProxyPort () + public int getProxyPort() { Integer ii = (Integer)get_Value(COLUMNNAME_ProxyPort); if (ii == null) @@ -427,9 +410,8 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad } /** Set Statement Loader Class. - @param StmtLoaderClass - Class name of the bank statement loader - */ + @param StmtLoaderClass Class name of the bank statement loader + */ public void setStmtLoaderClass (String StmtLoaderClass) { set_Value (COLUMNNAME_StmtLoaderClass, StmtLoaderClass); @@ -438,15 +420,14 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get Statement Loader Class. @return Class name of the bank statement loader */ - public String getStmtLoaderClass () + public String getStmtLoaderClass() { return (String)get_Value(COLUMNNAME_StmtLoaderClass); } /** Set User ID. - @param UserID - User ID or account number - */ + @param UserID User ID or account number + */ public void setUserID (String UserID) { set_Value (COLUMNNAME_UserID, UserID); @@ -455,7 +436,7 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad /** Get User ID. @return User ID or account number */ - public String getUserID () + public String getUserID() { return (String)get_Value(COLUMNNAME_UserID); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankStatementMatcher.java b/org.adempiere.base/src/org/compiere/model/X_C_BankStatementMatcher.java index 4a1f53bbf4..895e54d0b5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankStatementMatcher.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankStatementMatcher.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_BankStatementMatcher * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_BankStatementMatcher") public class X_C_BankStatementMatcher extends PO implements I_C_BankStatementMatcher, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_BankStatementMatcher extends PO implements I_C_BankStatementMat /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_BankStatementMatcher (Properties ctx, int C_BankStatementMatcher_ID, String trxName) @@ -75,21 +75,20 @@ public class X_C_BankStatementMatcher extends PO implements I_C_BankStatementMat } /** Set Bank Statement Matcher. - @param C_BankStatementMatcher_ID - Algorithm to match Bank Statement Info to Business Partners, Invoices and Payments - */ + @param C_BankStatementMatcher_ID Algorithm to match Bank Statement Info to Business Partners, Invoices and Payments + */ public void setC_BankStatementMatcher_ID (int C_BankStatementMatcher_ID) { - if (C_BankStatementMatcher_ID < 1) + if (C_BankStatementMatcher_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BankStatementMatcher_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BankStatementMatcher_ID, Integer.valueOf(C_BankStatementMatcher_ID)); } /** Get Bank Statement Matcher. @return Algorithm to match Bank Statement Info to Business Partners, Invoices and Payments */ - public int getC_BankStatementMatcher_ID () + public int getC_BankStatementMatcher_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankStatementMatcher_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_C_BankStatementMatcher extends PO implements I_C_BankStatementMat } /** Set C_BankStatementMatcher_UU. - @param C_BankStatementMatcher_UU C_BankStatementMatcher_UU */ + @param C_BankStatementMatcher_UU C_BankStatementMatcher_UU + */ public void setC_BankStatementMatcher_UU (String C_BankStatementMatcher_UU) { set_Value (COLUMNNAME_C_BankStatementMatcher_UU, C_BankStatementMatcher_UU); @@ -106,15 +106,14 @@ public class X_C_BankStatementMatcher extends PO implements I_C_BankStatementMat /** Get C_BankStatementMatcher_UU. @return C_BankStatementMatcher_UU */ - public String getC_BankStatementMatcher_UU () + public String getC_BankStatementMatcher_UU() { return (String)get_Value(COLUMNNAME_C_BankStatementMatcher_UU); } /** Set Classname. - @param Classname - Java Classname - */ + @param Classname Java Classname + */ public void setClassname (String Classname) { set_Value (COLUMNNAME_Classname, Classname); @@ -123,15 +122,14 @@ public class X_C_BankStatementMatcher extends PO implements I_C_BankStatementMat /** Get Classname. @return Java Classname */ - public String getClassname () + public String getClassname() { return (String)get_Value(COLUMNNAME_Classname); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -140,15 +138,14 @@ public class X_C_BankStatementMatcher extends PO implements I_C_BankStatementMat /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -157,7 +154,7 @@ public class X_C_BankStatementMatcher extends PO implements I_C_BankStatementMat /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -171,9 +168,8 @@ public class X_C_BankStatementMatcher extends PO implements I_C_BankStatementMat } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -182,7 +178,7 @@ public class X_C_BankStatementMatcher extends PO implements I_C_BankStatementMat /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Calendar.java b/org.adempiere.base/src/org/compiere/model/X_C_Calendar.java index a7c93e2967..e338f480a2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Calendar.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Calendar.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Calendar * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Calendar") public class X_C_Calendar extends PO implements I_C_Calendar, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Calendar extends PO implements I_C_Calendar, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Calendar (Properties ctx, int C_Calendar_ID, String trxName) @@ -73,21 +73,20 @@ public class X_C_Calendar extends PO implements I_C_Calendar, I_Persistent } /** Set Calendar. - @param C_Calendar_ID - Accounting Calendar Name - */ + @param C_Calendar_ID Accounting Calendar Name + */ public void setC_Calendar_ID (int C_Calendar_ID) { - if (C_Calendar_ID < 1) + if (C_Calendar_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Calendar_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Calendar_ID, Integer.valueOf(C_Calendar_ID)); } /** Get Calendar. @return Accounting Calendar Name */ - public int getC_Calendar_ID () + public int getC_Calendar_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Calendar_ID); if (ii == null) @@ -96,7 +95,8 @@ public class X_C_Calendar extends PO implements I_C_Calendar, I_Persistent } /** Set C_Calendar_UU. - @param C_Calendar_UU C_Calendar_UU */ + @param C_Calendar_UU C_Calendar_UU + */ public void setC_Calendar_UU (String C_Calendar_UU) { set_Value (COLUMNNAME_C_Calendar_UU, C_Calendar_UU); @@ -104,15 +104,14 @@ public class X_C_Calendar extends PO implements I_C_Calendar, I_Persistent /** Get C_Calendar_UU. @return C_Calendar_UU */ - public String getC_Calendar_UU () + public String getC_Calendar_UU() { return (String)get_Value(COLUMNNAME_C_Calendar_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -121,15 +120,14 @@ public class X_C_Calendar extends PO implements I_C_Calendar, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -138,7 +136,7 @@ public class X_C_Calendar extends PO implements I_C_Calendar, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Campaign.java b/org.adempiere.base/src/org/compiere/model/X_C_Campaign.java index 658097dccb..0d7121daa3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Campaign.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Campaign.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Campaign * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Campaign") public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Campaign (Properties ctx, int C_Campaign_ID, String trxName) @@ -79,21 +79,20 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Campaign_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -102,7 +101,8 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent } /** Set C_Campaign_UU. - @param C_Campaign_UU C_Campaign_UU */ + @param C_Campaign_UU C_Campaign_UU + */ public void setC_Campaign_UU (String C_Campaign_UU) { set_Value (COLUMNNAME_C_Campaign_UU, C_Campaign_UU); @@ -110,7 +110,7 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent /** Get C_Campaign_UU. @return C_Campaign_UU */ - public String getC_Campaign_UU () + public String getC_Campaign_UU() { return (String)get_Value(COLUMNNAME_C_Campaign_UU); } @@ -122,21 +122,20 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent } /** Set Channel. - @param C_Channel_ID - Sales Channel - */ + @param C_Channel_ID Sales Channel + */ public void setC_Channel_ID (int C_Channel_ID) { - if (C_Channel_ID < 1) + if (C_Channel_ID < 1) set_Value (COLUMNNAME_C_Channel_ID, null); - else + else set_Value (COLUMNNAME_C_Channel_ID, Integer.valueOf(C_Channel_ID)); } /** Get Channel. @return Sales Channel */ - public int getC_Channel_ID () + public int getC_Channel_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Channel_ID); if (ii == null) @@ -145,9 +144,8 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent } /** Set Costs. - @param Costs - Costs in accounting currency - */ + @param Costs Costs in accounting currency + */ public void setCosts (BigDecimal Costs) { set_Value (COLUMNNAME_Costs, Costs); @@ -156,7 +154,7 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent /** Get Costs. @return Costs in accounting currency */ - public BigDecimal getCosts () + public BigDecimal getCosts() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Costs); if (bd == null) @@ -165,9 +163,8 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -176,15 +173,14 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set End Date. - @param EndDate - Last effective date (inclusive) - */ + @param EndDate Last effective date (inclusive) + */ public void setEndDate (Timestamp EndDate) { set_Value (COLUMNNAME_EndDate, EndDate); @@ -193,15 +189,14 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent /** Get End Date. @return Last effective date (inclusive) */ - public Timestamp getEndDate () + public Timestamp getEndDate() { return (Timestamp)get_Value(COLUMNNAME_EndDate); } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -210,7 +205,7 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -223,9 +218,8 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -234,7 +228,7 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -248,9 +242,8 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent } /** Set Start Date. - @param StartDate - First effective day (inclusive) - */ + @param StartDate First effective day (inclusive) + */ public void setStartDate (Timestamp StartDate) { set_Value (COLUMNNAME_StartDate, StartDate); @@ -259,15 +252,14 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent /** Get Start Date. @return First effective day (inclusive) */ - public Timestamp getStartDate () + public Timestamp getStartDate() { return (Timestamp)get_Value(COLUMNNAME_StartDate); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -276,7 +268,7 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Cash.java b/org.adempiere.base/src/org/compiere/model/X_C_Cash.java index 0ea312c083..6165c96ce7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Cash.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Cash.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Cash * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Cash") public class X_C_Cash extends PO implements I_C_Cash, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Cash (Properties ctx, int C_Cash_ID, String trxName) @@ -92,21 +92,20 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -115,9 +114,8 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Beginning Balance. - @param BeginningBalance - Balance prior to any transactions - */ + @param BeginningBalance Balance prior to any transactions + */ public void setBeginningBalance (BigDecimal BeginningBalance) { set_Value (COLUMNNAME_BeginningBalance, BeginningBalance); @@ -126,7 +124,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Beginning Balance. @return Balance prior to any transactions */ - public BigDecimal getBeginningBalance () + public BigDecimal getBeginningBalance() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_BeginningBalance); if (bd == null) @@ -141,21 +139,20 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -170,21 +167,20 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -199,21 +195,20 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Cash Book. - @param C_CashBook_ID - Cash Book for recording petty cash transactions - */ + @param C_CashBook_ID Cash Book for recording petty cash transactions + */ public void setC_CashBook_ID (int C_CashBook_ID) { - if (C_CashBook_ID < 1) + if (C_CashBook_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CashBook_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CashBook_ID, Integer.valueOf(C_CashBook_ID)); } /** Get Cash Book. @return Cash Book for recording petty cash transactions */ - public int getC_CashBook_ID () + public int getC_CashBook_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashBook_ID); if (ii == null) @@ -222,21 +217,20 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Cash Journal. - @param C_Cash_ID - Cash Journal - */ + @param C_Cash_ID Cash Journal + */ public void setC_Cash_ID (int C_Cash_ID) { - if (C_Cash_ID < 1) + if (C_Cash_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Cash_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Cash_ID, Integer.valueOf(C_Cash_ID)); } /** Get Cash Journal. @return Cash Journal */ - public int getC_Cash_ID () + public int getC_Cash_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Cash_ID); if (ii == null) @@ -245,7 +239,8 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set C_Cash_UU. - @param C_Cash_UU C_Cash_UU */ + @param C_Cash_UU C_Cash_UU + */ public void setC_Cash_UU (String C_Cash_UU) { set_Value (COLUMNNAME_C_Cash_UU, C_Cash_UU); @@ -253,7 +248,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get C_Cash_UU. @return C_Cash_UU */ - public String getC_Cash_UU () + public String getC_Cash_UU() { return (String)get_Value(COLUMNNAME_C_Cash_UU); } @@ -265,21 +260,20 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -288,9 +282,8 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -299,15 +292,14 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -316,14 +308,14 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -352,9 +344,8 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -364,7 +355,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -396,9 +387,8 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -408,15 +398,14 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Ending balance. - @param EndingBalance - Ending or closing balance - */ + @param EndingBalance Ending or closing balance + */ public void setEndingBalance (BigDecimal EndingBalance) { set_Value (COLUMNNAME_EndingBalance, EndingBalance); @@ -425,7 +414,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Ending balance. @return Ending or closing balance */ - public BigDecimal getEndingBalance () + public BigDecimal getEndingBalance() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_EndingBalance); if (bd == null) @@ -434,9 +423,8 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -445,7 +433,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -458,9 +446,8 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -469,7 +456,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -483,9 +470,8 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -494,7 +480,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -507,9 +493,8 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -518,7 +503,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -531,9 +516,8 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -542,7 +526,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -551,7 +535,8 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -559,7 +544,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -572,9 +557,8 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set Statement date. - @param StatementDate - Date of the statement - */ + @param StatementDate Date of the statement + */ public void setStatementDate (Timestamp StatementDate) { set_Value (COLUMNNAME_StatementDate, StatementDate); @@ -583,15 +567,14 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Statement date. @return Date of the statement */ - public Timestamp getStatementDate () + public Timestamp getStatementDate() { return (Timestamp)get_Value(COLUMNNAME_StatementDate); } /** Set Statement difference. - @param StatementDifference - Difference between statement ending balance and actual ending balance - */ + @param StatementDifference Difference between statement ending balance and actual ending balance + */ public void setStatementDifference (BigDecimal StatementDifference) { set_Value (COLUMNNAME_StatementDifference, StatementDifference); @@ -600,7 +583,7 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent /** Get Statement difference. @return Difference between statement ending balance and actual ending balance */ - public BigDecimal getStatementDifference () + public BigDecimal getStatementDifference() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_StatementDifference); if (bd == null) @@ -615,21 +598,20 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -644,21 +626,20 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CashBook.java b/org.adempiere.base/src/org/compiere/model/X_C_CashBook.java index 5a9bd80210..d9c8f5e123 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CashBook.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CashBook.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_CashBook * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_CashBook") public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_CashBook (Properties ctx, int C_CashBook_ID, String trxName) @@ -75,21 +75,20 @@ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent } /** Set Cash Book. - @param C_CashBook_ID - Cash Book for recording petty cash transactions - */ + @param C_CashBook_ID Cash Book for recording petty cash transactions + */ public void setC_CashBook_ID (int C_CashBook_ID) { - if (C_CashBook_ID < 1) + if (C_CashBook_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CashBook_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CashBook_ID, Integer.valueOf(C_CashBook_ID)); } /** Get Cash Book. @return Cash Book for recording petty cash transactions */ - public int getC_CashBook_ID () + public int getC_CashBook_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashBook_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent } /** Set C_CashBook_UU. - @param C_CashBook_UU C_CashBook_UU */ + @param C_CashBook_UU C_CashBook_UU + */ public void setC_CashBook_UU (String C_CashBook_UU) { set_Value (COLUMNNAME_C_CashBook_UU, C_CashBook_UU); @@ -106,7 +106,7 @@ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent /** Get C_CashBook_UU. @return C_CashBook_UU */ - public String getC_CashBook_UU () + public String getC_CashBook_UU() { return (String)get_Value(COLUMNNAME_C_CashBook_UU); } @@ -118,21 +118,20 @@ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -141,9 +140,8 @@ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -152,15 +150,14 @@ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -169,7 +166,7 @@ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -182,9 +179,8 @@ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -193,7 +189,7 @@ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CashBook_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_CashBook_Acct.java index 76ac9224d4..a7a7765880 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CashBook_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CashBook_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_CashBook_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_CashBook_Acct") public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_CashBook_Acct (Properties ctx, int C_CashBook_Acct_ID, String trxName) @@ -78,21 +78,20 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -107,9 +106,8 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis } /** Set Cash Book Asset. - @param CB_Asset_Acct - Cash Book Asset Account - */ + @param CB_Asset_Acct Cash Book Asset Account + */ public void setCB_Asset_Acct (int CB_Asset_Acct) { set_Value (COLUMNNAME_CB_Asset_Acct, Integer.valueOf(CB_Asset_Acct)); @@ -118,7 +116,7 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis /** Get Cash Book Asset. @return Cash Book Asset Account */ - public int getCB_Asset_Acct () + public int getCB_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_CB_Asset_Acct); if (ii == null) @@ -133,9 +131,8 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis } /** Set Cash Transfer. - @param CB_CashTransfer_Acct - Cash Transfer Clearing Account - */ + @param CB_CashTransfer_Acct Cash Transfer Clearing Account + */ public void setCB_CashTransfer_Acct (int CB_CashTransfer_Acct) { set_Value (COLUMNNAME_CB_CashTransfer_Acct, Integer.valueOf(CB_CashTransfer_Acct)); @@ -144,7 +141,7 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis /** Get Cash Transfer. @return Cash Transfer Clearing Account */ - public int getCB_CashTransfer_Acct () + public int getCB_CashTransfer_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_CB_CashTransfer_Acct); if (ii == null) @@ -159,9 +156,8 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis } /** Set Cash Book Differences. - @param CB_Differences_Acct - Cash Book Differences Account - */ + @param CB_Differences_Acct Cash Book Differences Account + */ public void setCB_Differences_Acct (int CB_Differences_Acct) { set_Value (COLUMNNAME_CB_Differences_Acct, Integer.valueOf(CB_Differences_Acct)); @@ -170,7 +166,7 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis /** Get Cash Book Differences. @return Cash Book Differences Account */ - public int getCB_Differences_Acct () + public int getCB_Differences_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_CB_Differences_Acct); if (ii == null) @@ -185,9 +181,8 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis } /** Set Cash Book Expense. - @param CB_Expense_Acct - Cash Book Expense Account - */ + @param CB_Expense_Acct Cash Book Expense Account + */ public void setCB_Expense_Acct (int CB_Expense_Acct) { set_Value (COLUMNNAME_CB_Expense_Acct, Integer.valueOf(CB_Expense_Acct)); @@ -196,7 +191,7 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis /** Get Cash Book Expense. @return Cash Book Expense Account */ - public int getCB_Expense_Acct () + public int getCB_Expense_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_CB_Expense_Acct); if (ii == null) @@ -211,9 +206,8 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis } /** Set Cash Book Receipt. - @param CB_Receipt_Acct - Cash Book Receipts Account - */ + @param CB_Receipt_Acct Cash Book Receipts Account + */ public void setCB_Receipt_Acct (int CB_Receipt_Acct) { set_Value (COLUMNNAME_CB_Receipt_Acct, Integer.valueOf(CB_Receipt_Acct)); @@ -222,7 +216,7 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis /** Get Cash Book Receipt. @return Cash Book Receipts Account */ - public int getCB_Receipt_Acct () + public int getCB_Receipt_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_CB_Receipt_Acct); if (ii == null) @@ -231,7 +225,8 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis } /** Set C_CashBook_Acct_UU. - @param C_CashBook_Acct_UU C_CashBook_Acct_UU */ + @param C_CashBook_Acct_UU C_CashBook_Acct_UU + */ public void setC_CashBook_Acct_UU (String C_CashBook_Acct_UU) { set_Value (COLUMNNAME_C_CashBook_Acct_UU, C_CashBook_Acct_UU); @@ -239,7 +234,7 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis /** Get C_CashBook_Acct_UU. @return C_CashBook_Acct_UU */ - public String getC_CashBook_Acct_UU () + public String getC_CashBook_Acct_UU() { return (String)get_Value(COLUMNNAME_C_CashBook_Acct_UU); } @@ -251,21 +246,20 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis } /** Set Cash Book. - @param C_CashBook_ID - Cash Book for recording petty cash transactions - */ + @param C_CashBook_ID Cash Book for recording petty cash transactions + */ public void setC_CashBook_ID (int C_CashBook_ID) { - if (C_CashBook_ID < 1) + if (C_CashBook_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CashBook_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CashBook_ID, Integer.valueOf(C_CashBook_ID)); } /** Get Cash Book. @return Cash Book for recording petty cash transactions */ - public int getC_CashBook_ID () + public int getC_CashBook_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashBook_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CashLine.java b/org.adempiere.base/src/org/compiere/model/X_C_CashLine.java index e929bc84e4..a08f885f45 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CashLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CashLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_CashLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_CashLine") public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_CashLine (Properties ctx, int C_CashLine_ID, String trxName) @@ -81,9 +81,8 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set Amount. - @param Amount - Amount in a defined currency - */ + @param Amount Amount in a defined currency + */ public void setAmount (BigDecimal Amount) { set_Value (COLUMNNAME_Amount, Amount); @@ -92,7 +91,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent /** Get Amount. @return Amount in a defined currency */ - public BigDecimal getAmount () + public BigDecimal getAmount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amount); if (bd == null) @@ -115,9 +114,8 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent /** Bank Account Transfer = T */ public static final String CASHTYPE_BankAccountTransfer = "T"; /** Set Cash Type. - @param CashType - Source of Cash - */ + @param CashType Source of Cash + */ public void setCashType (String CashType) { @@ -127,7 +125,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent /** Get Cash Type. @return Source of Cash */ - public String getCashType () + public String getCashType() { return (String)get_Value(COLUMNNAME_CashType); } @@ -139,21 +137,20 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -168,21 +165,20 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set Cash Journal. - @param C_Cash_ID - Cash Journal - */ + @param C_Cash_ID Cash Journal + */ public void setC_Cash_ID (int C_Cash_ID) { - if (C_Cash_ID < 1) + if (C_Cash_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Cash_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Cash_ID, Integer.valueOf(C_Cash_ID)); } /** Get Cash Journal. @return Cash Journal */ - public int getC_Cash_ID () + public int getC_Cash_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Cash_ID); if (ii == null) @@ -199,21 +195,20 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set Cash Journal Line. - @param C_CashLine_ID - Cash Journal Line - */ + @param C_CashLine_ID Cash Journal Line + */ public void setC_CashLine_ID (int C_CashLine_ID) { - if (C_CashLine_ID < 1) + if (C_CashLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CashLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CashLine_ID, Integer.valueOf(C_CashLine_ID)); } /** Get Cash Journal Line. @return Cash Journal Line */ - public int getC_CashLine_ID () + public int getC_CashLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashLine_ID); if (ii == null) @@ -222,7 +217,8 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set C_CashLine_UU. - @param C_CashLine_UU C_CashLine_UU */ + @param C_CashLine_UU C_CashLine_UU + */ public void setC_CashLine_UU (String C_CashLine_UU) { set_Value (COLUMNNAME_C_CashLine_UU, C_CashLine_UU); @@ -230,7 +226,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent /** Get C_CashLine_UU. @return C_CashLine_UU */ - public String getC_CashLine_UU () + public String getC_CashLine_UU() { return (String)get_Value(COLUMNNAME_C_CashLine_UU); } @@ -242,21 +238,20 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -271,21 +266,20 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Currency_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -300,21 +294,20 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -329,21 +322,20 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -352,9 +344,8 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -363,15 +354,14 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Discount Amount. - @param DiscountAmt - Calculated amount of discount - */ + @param DiscountAmt Calculated amount of discount + */ public void setDiscountAmt (BigDecimal DiscountAmt) { set_Value (COLUMNNAME_DiscountAmt, DiscountAmt); @@ -380,7 +370,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent /** Get Discount Amount. @return Calculated amount of discount */ - public BigDecimal getDiscountAmt () + public BigDecimal getDiscountAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DiscountAmt); if (bd == null) @@ -389,9 +379,8 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set Generated. - @param IsGenerated - This Line is generated - */ + @param IsGenerated This Line is generated + */ public void setIsGenerated (boolean IsGenerated) { set_ValueNoCheck (COLUMNNAME_IsGenerated, Boolean.valueOf(IsGenerated)); @@ -400,7 +389,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent /** Get Generated. @return This Line is generated */ - public boolean isGenerated () + public boolean isGenerated() { Object oo = get_Value(COLUMNNAME_IsGenerated); if (oo != null) @@ -413,9 +402,8 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -424,7 +412,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -433,9 +421,8 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -444,7 +431,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -457,9 +444,8 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent } /** Set Write-off Amount. - @param WriteOffAmt - Amount to write-off - */ + @param WriteOffAmt Amount to write-off + */ public void setWriteOffAmt (BigDecimal WriteOffAmt) { set_Value (COLUMNNAME_WriteOffAmt, WriteOffAmt); @@ -468,7 +454,7 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent /** Get Write-off Amount. @return Amount to write-off */ - public BigDecimal getWriteOffAmt () + public BigDecimal getWriteOffAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_WriteOffAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CashPlan.java b/org.adempiere.base/src/org/compiere/model/X_C_CashPlan.java index 7b8ae3bb8b..88c8dccf25 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CashPlan.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CashPlan.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_CashPlan * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_CashPlan") public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_CashPlan (Properties ctx, int C_CashPlan_ID, String trxName) @@ -83,21 +83,20 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -112,21 +111,20 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -143,7 +141,8 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent /** Operational = O */ public static final String CASHFLOWTYPE_Operational = "O"; /** Set Cash Flow Type. - @param CashFlowType Cash Flow Type */ + @param CashFlowType Cash Flow Type + */ public void setCashFlowType (String CashFlowType) { @@ -152,7 +151,7 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent /** Get Cash Flow Type. @return Cash Flow Type */ - public String getCashFlowType () + public String getCashFlowType() { return (String)get_Value(COLUMNNAME_CashFlowType); } @@ -163,22 +162,21 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -193,21 +191,20 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -216,18 +213,19 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent } /** Set Cash Plan. - @param C_CashPlan_ID Cash Plan */ + @param C_CashPlan_ID Cash Plan + */ public void setC_CashPlan_ID (int C_CashPlan_ID) { - if (C_CashPlan_ID < 1) + if (C_CashPlan_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CashPlan_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CashPlan_ID, Integer.valueOf(C_CashPlan_ID)); } /** Get Cash Plan. @return Cash Plan */ - public int getC_CashPlan_ID () + public int getC_CashPlan_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashPlan_ID); if (ii == null) @@ -236,7 +234,8 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent } /** Set C_CashPlan_UU. - @param C_CashPlan_UU C_CashPlan_UU */ + @param C_CashPlan_UU C_CashPlan_UU + */ public void setC_CashPlan_UU (String C_CashPlan_UU) { set_Value (COLUMNNAME_C_CashPlan_UU, C_CashPlan_UU); @@ -244,15 +243,14 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent /** Get C_CashPlan_UU. @return C_CashPlan_UU */ - public String getC_CashPlan_UU () + public String getC_CashPlan_UU() { return (String)get_Value(COLUMNNAME_C_CashPlan_UU); } /** Set Copy From. - @param CopyFrom - Copy From Record - */ + @param CopyFrom Copy From Record + */ public void setCopyFrom (String CopyFrom) { set_Value (COLUMNNAME_CopyFrom, CopyFrom); @@ -261,7 +259,7 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent /** Get Copy From. @return Copy From Record */ - public String getCopyFrom () + public String getCopyFrom() { return (String)get_Value(COLUMNNAME_CopyFrom); } @@ -273,21 +271,20 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -296,9 +293,8 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -307,15 +303,14 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -324,15 +319,14 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -341,7 +335,7 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -355,7 +349,8 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent } /** Set Generate Periodic Plan. - @param GeneratePeriodic Generate Periodic Plan */ + @param GeneratePeriodic Generate Periodic Plan + */ public void setGeneratePeriodic (String GeneratePeriodic) { set_Value (COLUMNNAME_GeneratePeriodic, GeneratePeriodic); @@ -363,15 +358,14 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent /** Get Generate Periodic Plan. @return Generate Periodic Plan */ - public String getGeneratePeriodic () + public String getGeneratePeriodic() { return (String)get_Value(COLUMNNAME_GeneratePeriodic); } /** Set Grand Total. - @param GrandTotal - Total amount of document - */ + @param GrandTotal Total amount of document + */ public void setGrandTotal (BigDecimal GrandTotal) { set_ValueNoCheck (COLUMNNAME_GrandTotal, GrandTotal); @@ -380,7 +374,7 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent /** Get Grand Total. @return Total amount of document */ - public BigDecimal getGrandTotal () + public BigDecimal getGrandTotal() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_GrandTotal); if (bd == null) @@ -389,9 +383,8 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_ValueNoCheck (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -400,7 +393,7 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -413,9 +406,8 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -424,7 +416,7 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -437,9 +429,8 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_ValueNoCheck (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -448,7 +439,7 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -467,21 +458,20 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -496,21 +486,20 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CashPlanLine.java b/org.adempiere.base/src/org/compiere/model/X_C_CashPlanLine.java index f3282bbe27..8d960ffd8e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CashPlanLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CashPlanLine.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_CashPlanLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_CashPlanLine") public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_CashPlanLine (Properties ctx, int C_CashPlanLine_ID, String trxName) @@ -82,21 +82,20 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -139,22 +137,21 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -169,21 +166,20 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -198,18 +194,19 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Cash Plan. - @param C_CashPlan_ID Cash Plan */ + @param C_CashPlan_ID Cash Plan + */ public void setC_CashPlan_ID (int C_CashPlan_ID) { - if (C_CashPlan_ID < 1) + if (C_CashPlan_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CashPlan_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CashPlan_ID, Integer.valueOf(C_CashPlan_ID)); } /** Get Cash Plan. @return Cash Plan */ - public int getC_CashPlan_ID () + public int getC_CashPlan_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashPlan_ID); if (ii == null) @@ -226,18 +223,19 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Cash Plan Line. - @param C_CashPlanLine_ID Cash Plan Line */ + @param C_CashPlanLine_ID Cash Plan Line + */ public void setC_CashPlanLine_ID (int C_CashPlanLine_ID) { - if (C_CashPlanLine_ID < 1) + if (C_CashPlanLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CashPlanLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CashPlanLine_ID, Integer.valueOf(C_CashPlanLine_ID)); } /** Get Cash Plan Line. @return Cash Plan Line */ - public int getC_CashPlanLine_ID () + public int getC_CashPlanLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashPlanLine_ID); if (ii == null) @@ -246,7 +244,8 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set C_CashPlanLine_UU. - @param C_CashPlanLine_UU C_CashPlanLine_UU */ + @param C_CashPlanLine_UU C_CashPlanLine_UU + */ public void setC_CashPlanLine_UU (String C_CashPlanLine_UU) { set_Value (COLUMNNAME_C_CashPlanLine_UU, C_CashPlanLine_UU); @@ -254,7 +253,7 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste /** Get C_CashPlanLine_UU. @return C_CashPlanLine_UU */ - public String getC_CashPlanLine_UU () + public String getC_CashPlanLine_UU() { return (String)get_Value(COLUMNNAME_C_CashPlanLine_UU); } @@ -266,21 +265,20 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -295,21 +293,20 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -324,21 +321,20 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Project Phase. - @param C_ProjectPhase_ID - Phase of a Project - */ + @param C_ProjectPhase_ID Phase of a Project + */ public void setC_ProjectPhase_ID (int C_ProjectPhase_ID) { - if (C_ProjectPhase_ID < 1) + if (C_ProjectPhase_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID)); } /** Get Project Phase. @return Phase of a Project */ - public int getC_ProjectPhase_ID () + public int getC_ProjectPhase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID); if (ii == null) @@ -353,21 +349,20 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Project Task. - @param C_ProjectTask_ID - Actual Project Task in a Phase - */ + @param C_ProjectTask_ID Actual Project Task in a Phase + */ public void setC_ProjectTask_ID (int C_ProjectTask_ID) { - if (C_ProjectTask_ID < 1) + if (C_ProjectTask_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectTask_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectTask_ID, Integer.valueOf(C_ProjectTask_ID)); } /** Get Project Task. @return Actual Project Task in a Phase */ - public int getC_ProjectTask_ID () + public int getC_ProjectTask_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectTask_ID); if (ii == null) @@ -376,9 +371,8 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Transaction Date. - @param DateTrx - Transaction Date - */ + @param DateTrx Transaction Date + */ public void setDateTrx (Timestamp DateTrx) { set_Value (COLUMNNAME_DateTrx, DateTrx); @@ -387,15 +381,14 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste /** Get Transaction Date. @return Transaction Date */ - public Timestamp getDateTrx () + public Timestamp getDateTrx() { return (Timestamp)get_Value(COLUMNNAME_DateTrx); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -404,15 +397,14 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -421,7 +413,7 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -430,9 +422,8 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Line Total. - @param LineTotalAmt - Total line amount incl. Tax - */ + @param LineTotalAmt Total line amount incl. Tax + */ public void setLineTotalAmt (BigDecimal LineTotalAmt) { set_Value (COLUMNNAME_LineTotalAmt, LineTotalAmt); @@ -441,7 +432,7 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste /** Get Line Total. @return Total line amount incl. Tax */ - public BigDecimal getLineTotalAmt () + public BigDecimal getLineTotalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineTotalAmt); if (bd == null) @@ -456,21 +447,20 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -479,9 +469,8 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -490,13 +479,14 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Probability. - @param Probability Probability */ + @param Probability Probability + */ public void setProbability (BigDecimal Probability) { set_Value (COLUMNNAME_Probability, Probability); @@ -504,7 +494,7 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste /** Get Probability. @return Probability */ - public BigDecimal getProbability () + public BigDecimal getProbability() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Probability); if (bd == null) @@ -513,9 +503,8 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -524,7 +513,7 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -537,9 +526,8 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set Quantity. - @param QtyEntered - The Quantity Entered is based on the selected UoM - */ + @param QtyEntered The Quantity Entered is based on the selected UoM + */ public void setQtyEntered (BigDecimal QtyEntered) { set_Value (COLUMNNAME_QtyEntered, QtyEntered); @@ -548,7 +536,7 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste /** Get Quantity. @return The Quantity Entered is based on the selected UoM */ - public BigDecimal getQtyEntered () + public BigDecimal getQtyEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyEntered); if (bd == null) @@ -563,21 +551,20 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -592,21 +579,20 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Channel.java b/org.adempiere.base/src/org/compiere/model/X_C_Channel.java index 5613ec34f2..a26b73d41a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Channel.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Channel.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Channel * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Channel") public class X_C_Channel extends PO implements I_C_Channel, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Channel extends PO implements I_C_Channel, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Channel (Properties ctx, int C_Channel_ID, String trxName) @@ -79,21 +79,20 @@ public class X_C_Channel extends PO implements I_C_Channel, I_Persistent } /** Set Print Color. - @param AD_PrintColor_ID - Color used for printing and display - */ + @param AD_PrintColor_ID Color used for printing and display + */ public void setAD_PrintColor_ID (int AD_PrintColor_ID) { - if (AD_PrintColor_ID < 1) + if (AD_PrintColor_ID < 1) set_Value (COLUMNNAME_AD_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintColor_ID, Integer.valueOf(AD_PrintColor_ID)); } /** Get Print Color. @return Color used for printing and display */ - public int getAD_PrintColor_ID () + public int getAD_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintColor_ID); if (ii == null) @@ -102,21 +101,20 @@ public class X_C_Channel extends PO implements I_C_Channel, I_Persistent } /** Set Channel. - @param C_Channel_ID - Sales Channel - */ + @param C_Channel_ID Sales Channel + */ public void setC_Channel_ID (int C_Channel_ID) { - if (C_Channel_ID < 1) + if (C_Channel_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Channel_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Channel_ID, Integer.valueOf(C_Channel_ID)); } /** Get Channel. @return Sales Channel */ - public int getC_Channel_ID () + public int getC_Channel_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Channel_ID); if (ii == null) @@ -125,7 +123,8 @@ public class X_C_Channel extends PO implements I_C_Channel, I_Persistent } /** Set C_Channel_UU. - @param C_Channel_UU C_Channel_UU */ + @param C_Channel_UU C_Channel_UU + */ public void setC_Channel_UU (String C_Channel_UU) { set_Value (COLUMNNAME_C_Channel_UU, C_Channel_UU); @@ -133,15 +132,14 @@ public class X_C_Channel extends PO implements I_C_Channel, I_Persistent /** Get C_Channel_UU. @return C_Channel_UU */ - public String getC_Channel_UU () + public String getC_Channel_UU() { return (String)get_Value(COLUMNNAME_C_Channel_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -150,15 +148,14 @@ public class X_C_Channel extends PO implements I_C_Channel, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -167,7 +164,7 @@ public class X_C_Channel extends PO implements I_C_Channel, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Charge.java b/org.adempiere.base/src/org/compiere/model/X_C_Charge.java index 7911b39f9d..6184a24d1a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Charge.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Charge.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Charge * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Charge") public class X_C_Charge extends PO implements I_C_Charge, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Charge (Properties ctx, int C_Charge_ID, String trxName) @@ -86,22 +86,21 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Charge_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -139,18 +137,19 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent } /** Set Charge Type. - @param C_ChargeType_ID Charge Type */ + @param C_ChargeType_ID Charge Type + */ public void setC_ChargeType_ID (int C_ChargeType_ID) { - if (C_ChargeType_ID < 1) + if (C_ChargeType_ID < 1) set_Value (COLUMNNAME_C_ChargeType_ID, null); - else + else set_Value (COLUMNNAME_C_ChargeType_ID, Integer.valueOf(C_ChargeType_ID)); } /** Get Charge Type. @return Charge Type */ - public int getC_ChargeType_ID () + public int getC_ChargeType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ChargeType_ID); if (ii == null) @@ -159,7 +158,8 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent } /** Set C_Charge_UU. - @param C_Charge_UU C_Charge_UU */ + @param C_Charge_UU C_Charge_UU + */ public void setC_Charge_UU (String C_Charge_UU) { set_Value (COLUMNNAME_C_Charge_UU, C_Charge_UU); @@ -167,15 +167,14 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent /** Get C_Charge_UU. @return C_Charge_UU */ - public String getC_Charge_UU () + public String getC_Charge_UU() { return (String)get_Value(COLUMNNAME_C_Charge_UU); } /** Set Charge amount. - @param ChargeAmt - Charge Amount - */ + @param ChargeAmt Charge Amount + */ public void setChargeAmt (BigDecimal ChargeAmt) { set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); @@ -184,7 +183,7 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent /** Get Charge amount. @return Charge Amount */ - public BigDecimal getChargeAmt () + public BigDecimal getChargeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); if (bd == null) @@ -199,21 +198,20 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent } /** Set Tax Category. - @param C_TaxCategory_ID - Tax Category - */ + @param C_TaxCategory_ID Tax Category + */ public void setC_TaxCategory_ID (int C_TaxCategory_ID) { - if (C_TaxCategory_ID < 1) + if (C_TaxCategory_ID < 1) set_Value (COLUMNNAME_C_TaxCategory_ID, null); - else + else set_Value (COLUMNNAME_C_TaxCategory_ID, Integer.valueOf(C_TaxCategory_ID)); } /** Get Tax Category. @return Tax Category */ - public int getC_TaxCategory_ID () + public int getC_TaxCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxCategory_ID); if (ii == null) @@ -222,9 +220,8 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -233,13 +230,14 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Same Currency. - @param IsSameCurrency Same Currency */ + @param IsSameCurrency Same Currency + */ public void setIsSameCurrency (boolean IsSameCurrency) { set_Value (COLUMNNAME_IsSameCurrency, Boolean.valueOf(IsSameCurrency)); @@ -247,7 +245,7 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent /** Get Same Currency. @return Same Currency */ - public boolean isSameCurrency () + public boolean isSameCurrency() { Object oo = get_Value(COLUMNNAME_IsSameCurrency); if (oo != null) @@ -260,9 +258,8 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent } /** Set Same Tax. - @param IsSameTax - Use the same tax as the main transaction - */ + @param IsSameTax Use the same tax as the main transaction + */ public void setIsSameTax (boolean IsSameTax) { set_Value (COLUMNNAME_IsSameTax, Boolean.valueOf(IsSameTax)); @@ -271,7 +268,7 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent /** Get Same Tax. @return Use the same tax as the main transaction */ - public boolean isSameTax () + public boolean isSameTax() { Object oo = get_Value(COLUMNNAME_IsSameTax); if (oo != null) @@ -284,9 +281,8 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent } /** Set Price includes Tax. - @param IsTaxIncluded - Tax is included in the price - */ + @param IsTaxIncluded Tax is included in the price + */ public void setIsTaxIncluded (boolean IsTaxIncluded) { set_Value (COLUMNNAME_IsTaxIncluded, Boolean.valueOf(IsTaxIncluded)); @@ -295,7 +291,7 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent /** Get Price includes Tax. @return Tax is included in the price */ - public boolean isTaxIncluded () + public boolean isTaxIncluded() { Object oo = get_Value(COLUMNNAME_IsTaxIncluded); if (oo != null) @@ -308,9 +304,8 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -319,7 +314,7 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ChargeType.java b/org.adempiere.base/src/org/compiere/model/X_C_ChargeType.java index b1073eb708..48298720c1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ChargeType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ChargeType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_ChargeType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ChargeType") public class X_C_ChargeType extends PO implements I_C_ChargeType, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_ChargeType extends PO implements I_C_ChargeType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ChargeType (Properties ctx, int C_ChargeType_ID, String trxName) @@ -74,18 +74,19 @@ public class X_C_ChargeType extends PO implements I_C_ChargeType, I_Persistent } /** Set Charge Type. - @param C_ChargeType_ID Charge Type */ + @param C_ChargeType_ID Charge Type + */ public void setC_ChargeType_ID (int C_ChargeType_ID) { - if (C_ChargeType_ID < 1) + if (C_ChargeType_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ChargeType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ChargeType_ID, Integer.valueOf(C_ChargeType_ID)); } /** Get Charge Type. @return Charge Type */ - public int getC_ChargeType_ID () + public int getC_ChargeType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ChargeType_ID); if (ii == null) @@ -94,7 +95,8 @@ public class X_C_ChargeType extends PO implements I_C_ChargeType, I_Persistent } /** Set C_ChargeType_UU. - @param C_ChargeType_UU C_ChargeType_UU */ + @param C_ChargeType_UU C_ChargeType_UU + */ public void setC_ChargeType_UU (String C_ChargeType_UU) { set_Value (COLUMNNAME_C_ChargeType_UU, C_ChargeType_UU); @@ -102,15 +104,14 @@ public class X_C_ChargeType extends PO implements I_C_ChargeType, I_Persistent /** Get C_ChargeType_UU. @return C_ChargeType_UU */ - public String getC_ChargeType_UU () + public String getC_ChargeType_UU() { return (String)get_Value(COLUMNNAME_C_ChargeType_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -119,15 +120,14 @@ public class X_C_ChargeType extends PO implements I_C_ChargeType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -136,15 +136,14 @@ public class X_C_ChargeType extends PO implements I_C_ChargeType, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -153,7 +152,7 @@ public class X_C_ChargeType extends PO implements I_C_ChargeType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -167,9 +166,8 @@ public class X_C_ChargeType extends PO implements I_C_ChargeType, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -178,7 +176,7 @@ public class X_C_ChargeType extends PO implements I_C_ChargeType, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ChargeType_DocType.java b/org.adempiere.base/src/org/compiere/model/X_C_ChargeType_DocType.java index 59dd6f2e1f..592c12aa8e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ChargeType_DocType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ChargeType_DocType.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_ChargeType_DocType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ChargeType_DocType") public class X_C_ChargeType_DocType extends PO implements I_C_ChargeType_DocType, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_ChargeType_DocType extends PO implements I_C_ChargeType_DocType /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ChargeType_DocType (Properties ctx, int C_ChargeType_DocType_ID, String trxName) @@ -76,7 +76,8 @@ public class X_C_ChargeType_DocType extends PO implements I_C_ChargeType_DocType } /** Set C_ChargeType_DocType_UU. - @param C_ChargeType_DocType_UU C_ChargeType_DocType_UU */ + @param C_ChargeType_DocType_UU C_ChargeType_DocType_UU + */ public void setC_ChargeType_DocType_UU (String C_ChargeType_DocType_UU) { set_Value (COLUMNNAME_C_ChargeType_DocType_UU, C_ChargeType_DocType_UU); @@ -84,7 +85,7 @@ public class X_C_ChargeType_DocType extends PO implements I_C_ChargeType_DocType /** Get C_ChargeType_DocType_UU. @return C_ChargeType_DocType_UU */ - public String getC_ChargeType_DocType_UU () + public String getC_ChargeType_DocType_UU() { return (String)get_Value(COLUMNNAME_C_ChargeType_DocType_UU); } @@ -96,18 +97,19 @@ public class X_C_ChargeType_DocType extends PO implements I_C_ChargeType_DocType } /** Set Charge Type. - @param C_ChargeType_ID Charge Type */ + @param C_ChargeType_ID Charge Type + */ public void setC_ChargeType_ID (int C_ChargeType_ID) { - if (C_ChargeType_ID < 1) + if (C_ChargeType_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ChargeType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ChargeType_ID, Integer.valueOf(C_ChargeType_ID)); } /** Get Charge Type. @return Charge Type */ - public int getC_ChargeType_ID () + public int getC_ChargeType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ChargeType_ID); if (ii == null) @@ -122,21 +124,20 @@ public class X_C_ChargeType_DocType extends PO implements I_C_ChargeType_DocType } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_ValueNoCheck (COLUMNNAME_C_DocType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -145,7 +146,8 @@ public class X_C_ChargeType_DocType extends PO implements I_C_ChargeType_DocType } /** Set Allow Negative. - @param IsAllowNegative Allow Negative */ + @param IsAllowNegative Allow Negative + */ public void setIsAllowNegative (boolean IsAllowNegative) { set_Value (COLUMNNAME_IsAllowNegative, Boolean.valueOf(IsAllowNegative)); @@ -153,7 +155,7 @@ public class X_C_ChargeType_DocType extends PO implements I_C_ChargeType_DocType /** Get Allow Negative. @return Allow Negative */ - public boolean isAllowNegative () + public boolean isAllowNegative() { Object oo = get_Value(COLUMNNAME_IsAllowNegative); if (oo != null) @@ -166,7 +168,8 @@ public class X_C_ChargeType_DocType extends PO implements I_C_ChargeType_DocType } /** Set Allow Positive. - @param IsAllowPositive Allow Positive */ + @param IsAllowPositive Allow Positive + */ public void setIsAllowPositive (boolean IsAllowPositive) { set_Value (COLUMNNAME_IsAllowPositive, Boolean.valueOf(IsAllowPositive)); @@ -174,7 +177,7 @@ public class X_C_ChargeType_DocType extends PO implements I_C_ChargeType_DocType /** Get Allow Positive. @return Allow Positive */ - public boolean isAllowPositive () + public boolean isAllowPositive() { Object oo = get_Value(COLUMNNAME_IsAllowPositive); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Charge_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_Charge_Acct.java index a9fa94d535..bca0863723 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Charge_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Charge_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_Charge_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Charge_Acct") public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Charge_Acct (Properties ctx, int C_Charge_Acct_ID, String trxName) @@ -79,21 +79,20 @@ public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -102,7 +101,8 @@ public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent } /** Set C_Charge_Acct_UU. - @param C_Charge_Acct_UU C_Charge_Acct_UU */ + @param C_Charge_Acct_UU C_Charge_Acct_UU + */ public void setC_Charge_Acct_UU (String C_Charge_Acct_UU) { set_Value (COLUMNNAME_C_Charge_Acct_UU, C_Charge_Acct_UU); @@ -110,7 +110,7 @@ public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent /** Get C_Charge_Acct_UU. @return C_Charge_Acct_UU */ - public String getC_Charge_Acct_UU () + public String getC_Charge_Acct_UU() { return (String)get_Value(COLUMNNAME_C_Charge_Acct_UU); } @@ -122,21 +122,20 @@ public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Charge_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -151,9 +150,8 @@ public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent } /** Set Charge Account. - @param Ch_Expense_Acct - Charge Account - */ + @param Ch_Expense_Acct Charge Account + */ public void setCh_Expense_Acct (int Ch_Expense_Acct) { set_Value (COLUMNNAME_Ch_Expense_Acct, Integer.valueOf(Ch_Expense_Acct)); @@ -162,7 +160,7 @@ public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent /** Get Charge Account. @return Charge Account */ - public int getCh_Expense_Acct () + public int getCh_Expense_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_Ch_Expense_Acct); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_City.java b/org.adempiere.base/src/org/compiere/model/X_C_City.java index 35dc306781..24c6cb4bd9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_City.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_City.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_City * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_City") public class X_C_City extends PO implements I_C_City, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_City extends PO implements I_C_City, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_City (Properties ctx, int C_City_ID, String trxName) @@ -73,9 +73,8 @@ public class X_C_City extends PO implements I_C_City, I_Persistent } /** Set Area Code. - @param AreaCode - Phone Area Code - */ + @param AreaCode Phone Area Code + */ public void setAreaCode (String AreaCode) { set_Value (COLUMNNAME_AreaCode, AreaCode); @@ -84,27 +83,26 @@ public class X_C_City extends PO implements I_C_City, I_Persistent /** Get Area Code. @return Phone Area Code */ - public String getAreaCode () + public String getAreaCode() { return (String)get_Value(COLUMNNAME_AreaCode); } /** Set City. - @param C_City_ID - City - */ + @param C_City_ID City + */ public void setC_City_ID (int C_City_ID) { - if (C_City_ID < 1) + if (C_City_ID < 1) set_ValueNoCheck (COLUMNNAME_C_City_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_City_ID, Integer.valueOf(C_City_ID)); } /** Get City. @return City */ - public int getC_City_ID () + public int getC_City_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_City_ID); if (ii == null) @@ -113,7 +111,8 @@ public class X_C_City extends PO implements I_C_City, I_Persistent } /** Set C_City_UU. - @param C_City_UU C_City_UU */ + @param C_City_UU C_City_UU + */ public void setC_City_UU (String C_City_UU) { set_Value (COLUMNNAME_C_City_UU, C_City_UU); @@ -121,7 +120,7 @@ public class X_C_City extends PO implements I_C_City, I_Persistent /** Get C_City_UU. @return C_City_UU */ - public String getC_City_UU () + public String getC_City_UU() { return (String)get_Value(COLUMNNAME_C_City_UU); } @@ -133,21 +132,20 @@ public class X_C_City extends PO implements I_C_City, I_Persistent } /** Set Country. - @param C_Country_ID - Country - */ + @param C_Country_ID Country + */ public void setC_Country_ID (int C_Country_ID) { - if (C_Country_ID < 1) + if (C_Country_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Country_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Country_ID, Integer.valueOf(C_Country_ID)); } /** Get Country. @return Country */ - public int getC_Country_ID () + public int getC_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Country_ID); if (ii == null) @@ -156,9 +154,8 @@ public class X_C_City extends PO implements I_C_City, I_Persistent } /** Set Coordinates. - @param Coordinates - Location coordinate - */ + @param Coordinates Location coordinate + */ public void setCoordinates (String Coordinates) { set_Value (COLUMNNAME_Coordinates, Coordinates); @@ -167,7 +164,7 @@ public class X_C_City extends PO implements I_C_City, I_Persistent /** Get Coordinates. @return Location coordinate */ - public String getCoordinates () + public String getCoordinates() { return (String)get_Value(COLUMNNAME_Coordinates); } @@ -179,21 +176,20 @@ public class X_C_City extends PO implements I_C_City, I_Persistent } /** Set Region. - @param C_Region_ID - Identifies a geographical Region - */ + @param C_Region_ID Identifies a geographical Region + */ public void setC_Region_ID (int C_Region_ID) { - if (C_Region_ID < 1) + if (C_Region_ID < 1) set_Value (COLUMNNAME_C_Region_ID, null); - else + else set_Value (COLUMNNAME_C_Region_ID, Integer.valueOf(C_Region_ID)); } /** Get Region. @return Identifies a geographical Region */ - public int getC_Region_ID () + public int getC_Region_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Region_ID); if (ii == null) @@ -202,9 +198,8 @@ public class X_C_City extends PO implements I_C_City, I_Persistent } /** Set Locode. - @param Locode - Location code - UN/LOCODE - */ + @param Locode Location code - UN/LOCODE + */ public void setLocode (String Locode) { set_Value (COLUMNNAME_Locode, Locode); @@ -213,15 +208,14 @@ public class X_C_City extends PO implements I_C_City, I_Persistent /** Get Locode. @return Location code - UN/LOCODE */ - public String getLocode () + public String getLocode() { return (String)get_Value(COLUMNNAME_Locode); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -230,7 +224,7 @@ public class X_C_City extends PO implements I_C_City, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -244,9 +238,8 @@ public class X_C_City extends PO implements I_C_City, I_Persistent } /** Set ZIP. - @param Postal - Postal code - */ + @param Postal Postal code + */ public void setPostal (String Postal) { set_Value (COLUMNNAME_Postal, Postal); @@ -255,7 +248,7 @@ public class X_C_City extends PO implements I_C_City, I_Persistent /** Get ZIP. @return Postal code */ - public String getPostal () + public String getPostal() { return (String)get_Value(COLUMNNAME_Postal); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Commission.java b/org.adempiere.base/src/org/compiere/model/X_C_Commission.java index dbfc1ebe79..bfa469574b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Commission.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Commission.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Commission * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Commission") public class X_C_Commission extends PO implements I_C_Commission, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent /** * */ - private static final long serialVersionUID = 20211011L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Commission (Properties ctx, int C_Commission_ID, String trxName) @@ -86,22 +86,21 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -116,21 +115,20 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -139,21 +137,20 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent } /** Set Commission. - @param C_Commission_ID - Commission - */ + @param C_Commission_ID Commission + */ public void setC_Commission_ID (int C_Commission_ID) { - if (C_Commission_ID < 1) + if (C_Commission_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Commission_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Commission_ID, Integer.valueOf(C_Commission_ID)); } /** Get Commission. @return Commission */ - public int getC_Commission_ID () + public int getC_Commission_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Commission_ID); if (ii == null) @@ -162,7 +159,8 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent } /** Set C_Commission_UU. - @param C_Commission_UU C_Commission_UU */ + @param C_Commission_UU C_Commission_UU + */ public void setC_Commission_UU (String C_Commission_UU) { set_Value (COLUMNNAME_C_Commission_UU, C_Commission_UU); @@ -170,7 +168,7 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent /** Get C_Commission_UU. @return C_Commission_UU */ - public String getC_Commission_UU () + public String getC_Commission_UU() { return (String)get_Value(COLUMNNAME_C_Commission_UU); } @@ -182,21 +180,20 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -205,9 +202,8 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent } /** Set Create lines from. - @param CreateFrom - Process which will generate a new document lines based on an existing document - */ + @param CreateFrom Process which will generate a new document lines based on an existing document + */ public void setCreateFrom (String CreateFrom) { set_Value (COLUMNNAME_CreateFrom, CreateFrom); @@ -216,15 +212,14 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent /** Get Create lines from. @return Process which will generate a new document lines based on an existing document */ - public String getCreateFrom () + public String getCreateFrom() { return (String)get_Value(COLUMNNAME_CreateFrom); } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_ValueNoCheck (COLUMNNAME_DateLastRun, DateLastRun); @@ -233,15 +228,14 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -250,7 +244,7 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -264,9 +258,8 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent /** Receipt = R */ public static final String DOCBASISTYPE_Receipt = "R"; /** Set Calculation Basis. - @param DocBasisType - Basis for the calculation the commission - */ + @param DocBasisType Basis for the calculation the commission + */ public void setDocBasisType (String DocBasisType) { @@ -276,7 +269,7 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent /** Get Calculation Basis. @return Basis for the calculation the commission */ - public String getDocBasisType () + public String getDocBasisType() { return (String)get_Value(COLUMNNAME_DocBasisType); } @@ -292,9 +285,8 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent /** Yearly = Y */ public static final String FREQUENCYTYPE_Yearly = "Y"; /** Set Frequency Type. - @param FrequencyType - Frequency of event - */ + @param FrequencyType Frequency of event + */ public void setFrequencyType (String FrequencyType) { @@ -304,15 +296,14 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent /** Get Frequency Type. @return Frequency of event */ - public String getFrequencyType () + public String getFrequencyType() { return (String)get_Value(COLUMNNAME_FrequencyType); } /** Set List Details. - @param ListDetails - List document details - */ + @param ListDetails List document details + */ public void setListDetails (boolean ListDetails) { set_Value (COLUMNNAME_ListDetails, Boolean.valueOf(ListDetails)); @@ -321,7 +312,7 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent /** Get List Details. @return List document details */ - public boolean isListDetails () + public boolean isListDetails() { Object oo = get_Value(COLUMNNAME_ListDetails); if (oo != null) @@ -340,21 +331,20 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -363,9 +353,8 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -374,7 +363,7 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -388,7 +377,8 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -396,7 +386,7 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CommissionAmt.java b/org.adempiere.base/src/org/compiere/model/X_C_CommissionAmt.java index 724a8d5d5d..596ed0ace7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CommissionAmt.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CommissionAmt.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_CommissionAmt * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_CommissionAmt") public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_CommissionAmt (Properties ctx, int C_CommissionAmt_ID, String trxName) @@ -79,9 +79,8 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis } /** Set Actual Quantity. - @param ActualQty - The actual quantity - */ + @param ActualQty The actual quantity + */ public void setActualQty (BigDecimal ActualQty) { set_Value (COLUMNNAME_ActualQty, ActualQty); @@ -90,7 +89,7 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis /** Get Actual Quantity. @return The actual quantity */ - public BigDecimal getActualQty () + public BigDecimal getActualQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ActualQty); if (bd == null) @@ -99,21 +98,20 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis } /** Set Commission Amount. - @param C_CommissionAmt_ID - Generated Commission Amount - */ + @param C_CommissionAmt_ID Generated Commission Amount + */ public void setC_CommissionAmt_ID (int C_CommissionAmt_ID) { - if (C_CommissionAmt_ID < 1) + if (C_CommissionAmt_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CommissionAmt_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CommissionAmt_ID, Integer.valueOf(C_CommissionAmt_ID)); } /** Get Commission Amount. @return Generated Commission Amount */ - public int getC_CommissionAmt_ID () + public int getC_CommissionAmt_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CommissionAmt_ID); if (ii == null) @@ -122,7 +120,8 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis } /** Set C_CommissionAmt_UU. - @param C_CommissionAmt_UU C_CommissionAmt_UU */ + @param C_CommissionAmt_UU C_CommissionAmt_UU + */ public void setC_CommissionAmt_UU (String C_CommissionAmt_UU) { set_Value (COLUMNNAME_C_CommissionAmt_UU, C_CommissionAmt_UU); @@ -130,7 +129,7 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis /** Get C_CommissionAmt_UU. @return C_CommissionAmt_UU */ - public String getC_CommissionAmt_UU () + public String getC_CommissionAmt_UU() { return (String)get_Value(COLUMNNAME_C_CommissionAmt_UU); } @@ -142,21 +141,20 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis } /** Set Commission Line. - @param C_CommissionLine_ID - Commission Line - */ + @param C_CommissionLine_ID Commission Line + */ public void setC_CommissionLine_ID (int C_CommissionLine_ID) { - if (C_CommissionLine_ID < 1) + if (C_CommissionLine_ID < 1) set_Value (COLUMNNAME_C_CommissionLine_ID, null); - else + else set_Value (COLUMNNAME_C_CommissionLine_ID, Integer.valueOf(C_CommissionLine_ID)); } /** Get Commission Line. @return Commission Line */ - public int getC_CommissionLine_ID () + public int getC_CommissionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CommissionLine_ID); if (ii == null) @@ -171,21 +169,20 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis } /** Set Commission Run. - @param C_CommissionRun_ID - Commission Run or Process - */ + @param C_CommissionRun_ID Commission Run or Process + */ public void setC_CommissionRun_ID (int C_CommissionRun_ID) { - if (C_CommissionRun_ID < 1) + if (C_CommissionRun_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CommissionRun_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CommissionRun_ID, Integer.valueOf(C_CommissionRun_ID)); } /** Get Commission Run. @return Commission Run or Process */ - public int getC_CommissionRun_ID () + public int getC_CommissionRun_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CommissionRun_ID); if (ii == null) @@ -202,9 +199,8 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis } /** Set Commission Amount. - @param CommissionAmt - Commission Amount - */ + @param CommissionAmt Commission Amount + */ public void setCommissionAmt (BigDecimal CommissionAmt) { set_Value (COLUMNNAME_CommissionAmt, CommissionAmt); @@ -213,7 +209,7 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis /** Get Commission Amount. @return Commission Amount */ - public BigDecimal getCommissionAmt () + public BigDecimal getCommissionAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CommissionAmt); if (bd == null) @@ -222,9 +218,8 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis } /** Set Converted Amount. - @param ConvertedAmt - Converted Amount - */ + @param ConvertedAmt Converted Amount + */ public void setConvertedAmt (BigDecimal ConvertedAmt) { set_Value (COLUMNNAME_ConvertedAmt, ConvertedAmt); @@ -233,7 +228,7 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis /** Get Converted Amount. @return Converted Amount */ - public BigDecimal getConvertedAmt () + public BigDecimal getConvertedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConvertedAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CommissionDetail.java b/org.adempiere.base/src/org/compiere/model/X_C_CommissionDetail.java index 136f993804..57d61ff810 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CommissionDetail.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CommissionDetail.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_CommissionDetail * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_CommissionDetail") public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_CommissionDetail (Properties ctx, int C_CommissionDetail_ID, String trxName) @@ -79,9 +79,8 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ } /** Set Actual Amount. - @param ActualAmt - The actual amount - */ + @param ActualAmt The actual amount + */ public void setActualAmt (BigDecimal ActualAmt) { set_Value (COLUMNNAME_ActualAmt, ActualAmt); @@ -90,7 +89,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ /** Get Actual Amount. @return The actual amount */ - public BigDecimal getActualAmt () + public BigDecimal getActualAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ActualAmt); if (bd == null) @@ -99,9 +98,8 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ } /** Set Actual Quantity. - @param ActualQty - The actual quantity - */ + @param ActualQty The actual quantity + */ public void setActualQty (BigDecimal ActualQty) { set_Value (COLUMNNAME_ActualQty, ActualQty); @@ -110,7 +108,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ /** Get Actual Quantity. @return The actual quantity */ - public BigDecimal getActualQty () + public BigDecimal getActualQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ActualQty); if (bd == null) @@ -125,21 +123,20 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ } /** Set Commission Amount. - @param C_CommissionAmt_ID - Generated Commission Amount - */ + @param C_CommissionAmt_ID Generated Commission Amount + */ public void setC_CommissionAmt_ID (int C_CommissionAmt_ID) { - if (C_CommissionAmt_ID < 1) + if (C_CommissionAmt_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CommissionAmt_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CommissionAmt_ID, Integer.valueOf(C_CommissionAmt_ID)); } /** Get Commission Amount. @return Generated Commission Amount */ - public int getC_CommissionAmt_ID () + public int getC_CommissionAmt_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CommissionAmt_ID); if (ii == null) @@ -148,21 +145,20 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ } /** Set Commission Detail. - @param C_CommissionDetail_ID - Supporting information for Commission Amounts - */ + @param C_CommissionDetail_ID Supporting information for Commission Amounts + */ public void setC_CommissionDetail_ID (int C_CommissionDetail_ID) { - if (C_CommissionDetail_ID < 1) + if (C_CommissionDetail_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CommissionDetail_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CommissionDetail_ID, Integer.valueOf(C_CommissionDetail_ID)); } /** Get Commission Detail. @return Supporting information for Commission Amounts */ - public int getC_CommissionDetail_ID () + public int getC_CommissionDetail_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CommissionDetail_ID); if (ii == null) @@ -171,7 +167,8 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ } /** Set C_CommissionDetail_UU. - @param C_CommissionDetail_UU C_CommissionDetail_UU */ + @param C_CommissionDetail_UU C_CommissionDetail_UU + */ public void setC_CommissionDetail_UU (String C_CommissionDetail_UU) { set_Value (COLUMNNAME_C_CommissionDetail_UU, C_CommissionDetail_UU); @@ -179,7 +176,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ /** Get C_CommissionDetail_UU. @return C_CommissionDetail_UU */ - public String getC_CommissionDetail_UU () + public String getC_CommissionDetail_UU() { return (String)get_Value(COLUMNNAME_C_CommissionDetail_UU); } @@ -191,21 +188,20 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -220,21 +216,20 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -243,9 +238,8 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ } /** Set Converted Amount. - @param ConvertedAmt - Converted Amount - */ + @param ConvertedAmt Converted Amount + */ public void setConvertedAmt (BigDecimal ConvertedAmt) { set_Value (COLUMNNAME_ConvertedAmt, ConvertedAmt); @@ -254,7 +248,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ /** Get Converted Amount. @return Converted Amount */ - public BigDecimal getConvertedAmt () + public BigDecimal getConvertedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConvertedAmt); if (bd == null) @@ -269,21 +263,20 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -292,9 +285,8 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ } /** Set Info. - @param Info - Information - */ + @param Info Information + */ public void setInfo (String Info) { set_Value (COLUMNNAME_Info, Info); @@ -303,15 +295,14 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ /** Get Info. @return Information */ - public String getInfo () + public String getInfo() { return (String)get_Value(COLUMNNAME_Info); } /** Set Reference. - @param Reference - Reference for this record - */ + @param Reference Reference for this record + */ public void setReference (String Reference) { set_Value (COLUMNNAME_Reference, Reference); @@ -320,7 +311,7 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ /** Get Reference. @return Reference for this record */ - public String getReference () + public String getReference() { return (String)get_Value(COLUMNNAME_Reference); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CommissionLine.java b/org.adempiere.base/src/org/compiere/model/X_C_CommissionLine.java index 46d1833735..b94aa6fb69 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CommissionLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CommissionLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_CommissionLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_CommissionLine") public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_CommissionLine (Properties ctx, int C_CommissionLine_ID, String trxName) @@ -83,9 +83,8 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers } /** Set Multiplier Amount. - @param AmtMultiplier - Multiplier Amount for generating commissions - */ + @param AmtMultiplier Multiplier Amount for generating commissions + */ public void setAmtMultiplier (BigDecimal AmtMultiplier) { set_Value (COLUMNNAME_AmtMultiplier, AmtMultiplier); @@ -94,7 +93,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers /** Get Multiplier Amount. @return Multiplier Amount for generating commissions */ - public BigDecimal getAmtMultiplier () + public BigDecimal getAmtMultiplier() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtMultiplier); if (bd == null) @@ -103,9 +102,8 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers } /** Set Subtract Amount. - @param AmtSubtract - Subtract Amount for generating commissions - */ + @param AmtSubtract Subtract Amount for generating commissions + */ public void setAmtSubtract (BigDecimal AmtSubtract) { set_Value (COLUMNNAME_AmtSubtract, AmtSubtract); @@ -114,7 +112,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers /** Get Subtract Amount. @return Subtract Amount for generating commissions */ - public BigDecimal getAmtSubtract () + public BigDecimal getAmtSubtract() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtSubtract); if (bd == null) @@ -128,22 +126,21 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -158,21 +155,20 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers } /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ + @param C_BP_Group_ID Business Partner Group + */ public void setC_BP_Group_ID (int C_BP_Group_ID) { - if (C_BP_Group_ID < 1) + if (C_BP_Group_ID < 1) set_Value (COLUMNNAME_C_BP_Group_ID, null); - else + else set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); } /** Get Business Partner Group. @return Business Partner Group */ - public int getC_BP_Group_ID () + public int getC_BP_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); if (ii == null) @@ -187,21 +183,20 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers } /** Set Commission. - @param C_Commission_ID - Commission - */ + @param C_Commission_ID Commission + */ public void setC_Commission_ID (int C_Commission_ID) { - if (C_Commission_ID < 1) + if (C_Commission_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Commission_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Commission_ID, Integer.valueOf(C_Commission_ID)); } /** Get Commission. @return Commission */ - public int getC_Commission_ID () + public int getC_Commission_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Commission_ID); if (ii == null) @@ -218,21 +213,20 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers } /** Set Commission Line. - @param C_CommissionLine_ID - Commission Line - */ + @param C_CommissionLine_ID Commission Line + */ public void setC_CommissionLine_ID (int C_CommissionLine_ID) { - if (C_CommissionLine_ID < 1) + if (C_CommissionLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CommissionLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CommissionLine_ID, Integer.valueOf(C_CommissionLine_ID)); } /** Get Commission Line. @return Commission Line */ - public int getC_CommissionLine_ID () + public int getC_CommissionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CommissionLine_ID); if (ii == null) @@ -241,7 +235,8 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers } /** Set C_CommissionLine_UU. - @param C_CommissionLine_UU C_CommissionLine_UU */ + @param C_CommissionLine_UU C_CommissionLine_UU + */ public void setC_CommissionLine_UU (String C_CommissionLine_UU) { set_Value (COLUMNNAME_C_CommissionLine_UU, C_CommissionLine_UU); @@ -249,15 +244,14 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers /** Get C_CommissionLine_UU. @return C_CommissionLine_UU */ - public String getC_CommissionLine_UU () + public String getC_CommissionLine_UU() { return (String)get_Value(COLUMNNAME_C_CommissionLine_UU); } /** Set Commission only specified Orders. - @param CommissionOrders - Commission only Orders or Invoices, where this Sales Rep is entered - */ + @param CommissionOrders Commission only Orders or Invoices, where this Sales Rep is entered + */ public void setCommissionOrders (boolean CommissionOrders) { set_Value (COLUMNNAME_CommissionOrders, Boolean.valueOf(CommissionOrders)); @@ -266,7 +260,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers /** Get Commission only specified Orders. @return Commission only Orders or Invoices, where this Sales Rep is entered */ - public boolean isCommissionOrders () + public boolean isCommissionOrders() { Object oo = get_Value(COLUMNNAME_CommissionOrders); if (oo != null) @@ -285,21 +279,20 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_Value (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_Value (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -308,9 +301,8 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -319,15 +311,14 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Positive only. - @param IsPositiveOnly - Do not generate negative commissions - */ + @param IsPositiveOnly Do not generate negative commissions + */ public void setIsPositiveOnly (boolean IsPositiveOnly) { set_Value (COLUMNNAME_IsPositiveOnly, Boolean.valueOf(IsPositiveOnly)); @@ -336,7 +327,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers /** Get Positive only. @return Do not generate negative commissions */ - public boolean isPositiveOnly () + public boolean isPositiveOnly() { Object oo = get_Value(COLUMNNAME_IsPositiveOnly); if (oo != null) @@ -349,9 +340,8 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -360,7 +350,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -375,21 +365,20 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -404,21 +393,20 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -427,21 +415,20 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers } /** Set Organization. - @param Org_ID - Organizational entity within client - */ + @param Org_ID Organizational entity within client + */ public void setOrg_ID (int Org_ID) { - if (Org_ID < 1) + if (Org_ID < 1) set_Value (COLUMNNAME_Org_ID, null); - else + else set_Value (COLUMNNAME_Org_ID, Integer.valueOf(Org_ID)); } /** Get Organization. @return Organizational entity within client */ - public int getOrg_ID () + public int getOrg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Org_ID); if (ii == null) @@ -466,9 +453,8 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers /** Direct Deposit = T */ public static final String PAYMENTRULE_DirectDeposit = "T"; /** Set Payment Rule. - @param PaymentRule - How you pay the invoice - */ + @param PaymentRule How you pay the invoice + */ public void setPaymentRule (String PaymentRule) { @@ -478,15 +464,14 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers /** Get Payment Rule. @return How you pay the invoice */ - public String getPaymentRule () + public String getPaymentRule() { return (String)get_Value(COLUMNNAME_PaymentRule); } /** Set Multiplier Quantity. - @param QtyMultiplier - Value to multiply quantities by for generating commissions. - */ + @param QtyMultiplier Value to multiply quantities by for generating commissions. + */ public void setQtyMultiplier (BigDecimal QtyMultiplier) { set_Value (COLUMNNAME_QtyMultiplier, QtyMultiplier); @@ -495,7 +480,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers /** Get Multiplier Quantity. @return Value to multiply quantities by for generating commissions. */ - public BigDecimal getQtyMultiplier () + public BigDecimal getQtyMultiplier() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyMultiplier); if (bd == null) @@ -504,9 +489,8 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers } /** Set Subtract Quantity. - @param QtySubtract - Quantity to subtract when generating commissions - */ + @param QtySubtract Quantity to subtract when generating commissions + */ public void setQtySubtract (BigDecimal QtySubtract) { set_Value (COLUMNNAME_QtySubtract, QtySubtract); @@ -515,7 +499,7 @@ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Pers /** Get Subtract Quantity. @return Quantity to subtract when generating commissions */ - public BigDecimal getQtySubtract () + public BigDecimal getQtySubtract() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtySubtract); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CommissionRun.java b/org.adempiere.base/src/org/compiere/model/X_C_CommissionRun.java index dfdecdded3..131c946c77 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CommissionRun.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CommissionRun.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_CommissionRun * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_CommissionRun") public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_CommissionRun (Properties ctx, int C_CommissionRun_ID, String trxName) @@ -86,21 +86,20 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis } /** Set Commission. - @param C_Commission_ID - Commission - */ + @param C_Commission_ID Commission + */ public void setC_Commission_ID (int C_Commission_ID) { - if (C_Commission_ID < 1) + if (C_Commission_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Commission_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Commission_ID, Integer.valueOf(C_Commission_ID)); } /** Get Commission. @return Commission */ - public int getC_Commission_ID () + public int getC_Commission_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Commission_ID); if (ii == null) @@ -109,21 +108,20 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis } /** Set Commission Run. - @param C_CommissionRun_ID - Commission Run or Process - */ + @param C_CommissionRun_ID Commission Run or Process + */ public void setC_CommissionRun_ID (int C_CommissionRun_ID) { - if (C_CommissionRun_ID < 1) + if (C_CommissionRun_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CommissionRun_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CommissionRun_ID, Integer.valueOf(C_CommissionRun_ID)); } /** Get Commission Run. @return Commission Run or Process */ - public int getC_CommissionRun_ID () + public int getC_CommissionRun_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CommissionRun_ID); if (ii == null) @@ -132,7 +130,8 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis } /** Set C_CommissionRun_UU. - @param C_CommissionRun_UU C_CommissionRun_UU */ + @param C_CommissionRun_UU C_CommissionRun_UU + */ public void setC_CommissionRun_UU (String C_CommissionRun_UU) { set_Value (COLUMNNAME_C_CommissionRun_UU, C_CommissionRun_UU); @@ -140,15 +139,14 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis /** Get C_CommissionRun_UU. @return C_CommissionRun_UU */ - public String getC_CommissionRun_UU () + public String getC_CommissionRun_UU() { return (String)get_Value(COLUMNNAME_C_CommissionRun_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -157,15 +155,14 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -174,7 +171,7 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -188,9 +185,8 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis } /** Set Grand Total. - @param GrandTotal - Total amount of document - */ + @param GrandTotal Total amount of document + */ public void setGrandTotal (BigDecimal GrandTotal) { set_ValueNoCheck (COLUMNNAME_GrandTotal, GrandTotal); @@ -199,7 +195,7 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis /** Get Grand Total. @return Total amount of document */ - public BigDecimal getGrandTotal () + public BigDecimal getGrandTotal() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_GrandTotal); if (bd == null) @@ -208,9 +204,8 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -219,7 +214,7 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -232,7 +227,8 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -240,7 +236,7 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -253,9 +249,8 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis } /** Set Start Date. - @param StartDate - First effective day (inclusive) - */ + @param StartDate First effective day (inclusive) + */ public void setStartDate (Timestamp StartDate) { set_Value (COLUMNNAME_StartDate, StartDate); @@ -264,7 +259,7 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis /** Get Start Date. @return First effective day (inclusive) */ - public Timestamp getStartDate () + public Timestamp getStartDate() { return (Timestamp)get_Value(COLUMNNAME_StartDate); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ContactActivity.java b/org.adempiere.base/src/org/compiere/model/X_C_ContactActivity.java index b567e6a3cb..79257fb9a1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ContactActivity.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ContactActivity.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_ContactActivity * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ContactActivity") public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ContactActivity (Properties ctx, int C_ContactActivity_ID, String trxName) @@ -83,21 +83,20 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -106,21 +105,20 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe } /** Set Contact Activity. - @param C_ContactActivity_ID - Events, tasks, communications related to a contact - */ + @param C_ContactActivity_ID Events, tasks, communications related to a contact + */ public void setC_ContactActivity_ID (int C_ContactActivity_ID) { - if (C_ContactActivity_ID < 1) + if (C_ContactActivity_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ContactActivity_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ContactActivity_ID, Integer.valueOf(C_ContactActivity_ID)); } /** Get Contact Activity. @return Events, tasks, communications related to a contact */ - public int getC_ContactActivity_ID () + public int getC_ContactActivity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ContactActivity_ID); if (ii == null) @@ -129,7 +127,8 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe } /** Set C_ContactActivity_UU. - @param C_ContactActivity_UU C_ContactActivity_UU */ + @param C_ContactActivity_UU C_ContactActivity_UU + */ public void setC_ContactActivity_UU (String C_ContactActivity_UU) { set_Value (COLUMNNAME_C_ContactActivity_UU, C_ContactActivity_UU); @@ -137,15 +136,14 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe /** Get C_ContactActivity_UU. @return C_ContactActivity_UU */ - public String getC_ContactActivity_UU () + public String getC_ContactActivity_UU() { return (String)get_Value(COLUMNNAME_C_ContactActivity_UU); } /** Set Comments. - @param Comments - Comments or additional information - */ + @param Comments Comments or additional information + */ public void setComments (String Comments) { set_Value (COLUMNNAME_Comments, Comments); @@ -154,7 +152,7 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe /** Get Comments. @return Comments or additional information */ - public String getComments () + public String getComments() { return (String)get_Value(COLUMNNAME_Comments); } @@ -170,9 +168,8 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe /** Task = TA */ public static final String CONTACTACTIVITYTYPE_Task = "TA"; /** Set Activity Type. - @param ContactActivityType - Type of activity, e.g. task, email, phone call - */ + @param ContactActivityType Type of activity, e.g. task, email, phone call + */ public void setContactActivityType (String ContactActivityType) { @@ -182,7 +179,7 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe /** Get Activity Type. @return Type of activity, e.g. task, email, phone call */ - public String getContactActivityType () + public String getContactActivityType() { return (String)get_Value(COLUMNNAME_ContactActivityType); } @@ -194,18 +191,19 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe } /** Set Sales Opportunity. - @param C_Opportunity_ID Sales Opportunity */ + @param C_Opportunity_ID Sales Opportunity + */ public void setC_Opportunity_ID (int C_Opportunity_ID) { - if (C_Opportunity_ID < 1) + if (C_Opportunity_ID < 1) set_Value (COLUMNNAME_C_Opportunity_ID, null); - else + else set_Value (COLUMNNAME_C_Opportunity_ID, Integer.valueOf(C_Opportunity_ID)); } /** Get Sales Opportunity. @return Sales Opportunity */ - public int getC_Opportunity_ID () + public int getC_Opportunity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Opportunity_ID); if (ii == null) @@ -214,9 +212,8 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -225,7 +222,7 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -239,9 +236,8 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe } /** Set End Date. - @param EndDate - Last effective date (inclusive) - */ + @param EndDate Last effective date (inclusive) + */ public void setEndDate (Timestamp EndDate) { set_Value (COLUMNNAME_EndDate, EndDate); @@ -250,15 +246,14 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe /** Get End Date. @return Last effective date (inclusive) */ - public Timestamp getEndDate () + public Timestamp getEndDate() { return (Timestamp)get_Value(COLUMNNAME_EndDate); } /** Set Complete. - @param IsComplete - It is complete - */ + @param IsComplete It is complete + */ public void setIsComplete (boolean IsComplete) { set_Value (COLUMNNAME_IsComplete, Boolean.valueOf(IsComplete)); @@ -267,7 +262,7 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe /** Get Complete. @return It is complete */ - public boolean isComplete () + public boolean isComplete() { Object oo = get_Value(COLUMNNAME_IsComplete); if (oo != null) @@ -286,21 +281,20 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -309,9 +303,8 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe } /** Set Start Date. - @param StartDate - First effective day (inclusive) - */ + @param StartDate First effective day (inclusive) + */ public void setStartDate (Timestamp StartDate) { set_Value (COLUMNNAME_StartDate, StartDate); @@ -320,7 +313,7 @@ public class X_C_ContactActivity extends PO implements I_C_ContactActivity, I_Pe /** Get Start Date. @return First effective day (inclusive) */ - public Timestamp getStartDate () + public Timestamp getStartDate() { return (Timestamp)get_Value(COLUMNNAME_StartDate); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ConversionType.java b/org.adempiere.base/src/org/compiere/model/X_C_ConversionType.java index 010c333a7c..eaf4cee855 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ConversionType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ConversionType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_ConversionType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ConversionType") public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ConversionType (Properties ctx, int C_ConversionType_ID, String trxName) @@ -75,21 +75,20 @@ public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Pers } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ConversionType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Pers } /** Set C_ConversionType_UU. - @param C_ConversionType_UU C_ConversionType_UU */ + @param C_ConversionType_UU C_ConversionType_UU + */ public void setC_ConversionType_UU (String C_ConversionType_UU) { set_Value (COLUMNNAME_C_ConversionType_UU, C_ConversionType_UU); @@ -106,15 +106,14 @@ public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Pers /** Get C_ConversionType_UU. @return C_ConversionType_UU */ - public String getC_ConversionType_UU () + public String getC_ConversionType_UU() { return (String)get_Value(COLUMNNAME_C_ConversionType_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -123,15 +122,14 @@ public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -140,7 +138,7 @@ public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Pers /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -153,9 +151,8 @@ public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Pers } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -164,7 +161,7 @@ public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -178,9 +175,8 @@ public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Pers } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -189,7 +185,7 @@ public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Pers /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Conversion_Rate.java b/org.adempiere.base/src/org/compiere/model/X_C_Conversion_Rate.java index de2c228f96..97c5068a6c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Conversion_Rate.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Conversion_Rate.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Conversion_Rate * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Conversion_Rate") public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Conversion_Rate (Properties ctx, int C_Conversion_Rate_ID, String trxName) @@ -81,21 +81,20 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe } /** Set Conversion Rate. - @param C_Conversion_Rate_ID - Rate used for converting currencies - */ + @param C_Conversion_Rate_ID Rate used for converting currencies + */ public void setC_Conversion_Rate_ID (int C_Conversion_Rate_ID) { - if (C_Conversion_Rate_ID < 1) + if (C_Conversion_Rate_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Conversion_Rate_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Conversion_Rate_ID, Integer.valueOf(C_Conversion_Rate_ID)); } /** Get Conversion Rate. @return Rate used for converting currencies */ - public int getC_Conversion_Rate_ID () + public int getC_Conversion_Rate_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Conversion_Rate_ID); if (ii == null) @@ -112,7 +111,8 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe } /** Set C_Conversion_Rate_UU. - @param C_Conversion_Rate_UU C_Conversion_Rate_UU */ + @param C_Conversion_Rate_UU C_Conversion_Rate_UU + */ public void setC_Conversion_Rate_UU (String C_Conversion_Rate_UU) { set_Value (COLUMNNAME_C_Conversion_Rate_UU, C_Conversion_Rate_UU); @@ -120,7 +120,7 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe /** Get C_Conversion_Rate_UU. @return C_Conversion_Rate_UU */ - public String getC_Conversion_Rate_UU () + public String getC_Conversion_Rate_UU() { return (String)get_Value(COLUMNNAME_C_Conversion_Rate_UU); } @@ -132,21 +132,20 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ConversionType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -161,21 +160,20 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Currency_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -190,9 +188,8 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe } /** Set Currency To. - @param C_Currency_ID_To - Target currency - */ + @param C_Currency_ID_To Target currency + */ public void setC_Currency_ID_To (int C_Currency_ID_To) { set_ValueNoCheck (COLUMNNAME_C_Currency_ID_To, Integer.valueOf(C_Currency_ID_To)); @@ -201,7 +198,7 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe /** Get Currency To. @return Target currency */ - public int getC_Currency_ID_To () + public int getC_Currency_ID_To() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID_To); if (ii == null) @@ -210,9 +207,8 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe } /** Set Divide Rate. - @param DivideRate - To convert Source number to Target number, the Source is divided - */ + @param DivideRate To convert Source number to Target number, the Source is divided + */ public void setDivideRate (BigDecimal DivideRate) { set_Value (COLUMNNAME_DivideRate, DivideRate); @@ -221,7 +217,7 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe /** Get Divide Rate. @return To convert Source number to Target number, the Source is divided */ - public BigDecimal getDivideRate () + public BigDecimal getDivideRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DivideRate); if (bd == null) @@ -230,9 +226,8 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe } /** Set Multiply Rate. - @param MultiplyRate - Rate to multiple the source by to calculate the target. - */ + @param MultiplyRate Rate to multiple the source by to calculate the target. + */ public void setMultiplyRate (BigDecimal MultiplyRate) { set_Value (COLUMNNAME_MultiplyRate, MultiplyRate); @@ -241,7 +236,7 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe /** Get Multiply Rate. @return Rate to multiple the source by to calculate the target. */ - public BigDecimal getMultiplyRate () + public BigDecimal getMultiplyRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MultiplyRate); if (bd == null) @@ -250,9 +245,8 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_ValueNoCheck (COLUMNNAME_ValidFrom, ValidFrom); @@ -261,15 +255,14 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_ValueNoCheck (COLUMNNAME_ValidTo, ValidTo); @@ -278,7 +271,7 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Country.java b/org.adempiere.base/src/org/compiere/model/X_C_Country.java index bc14bc80e5..1f4af33ae0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Country.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Country.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Country * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Country") public class X_C_Country extends PO implements I_C_Country, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Country (Properties ctx, int C_Country_ID, String trxName) @@ -82,9 +82,8 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** AD_Language AD_Reference_ID=106 */ public static final int AD_LANGUAGE_AD_Reference_ID=106; /** Set Language. - @param AD_Language - Language for this entity - */ + @param AD_Language Language for this entity + */ public void setAD_Language (String AD_Language) { @@ -94,15 +93,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Language. @return Language for this entity */ - public String getAD_Language () + public String getAD_Language() { return (String)get_Value(COLUMNNAME_AD_Language); } /** Set Allow Cities out of List. - @param AllowCitiesOutOfList - A flag to allow cities, currently not in the list, to be entered - */ + @param AllowCitiesOutOfList A flag to allow cities, currently not in the list, to be entered + */ public void setAllowCitiesOutOfList (boolean AllowCitiesOutOfList) { set_Value (COLUMNNAME_AllowCitiesOutOfList, Boolean.valueOf(AllowCitiesOutOfList)); @@ -111,7 +109,7 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Allow Cities out of List. @return A flag to allow cities, currently not in the list, to be entered */ - public boolean isAllowCitiesOutOfList () + public boolean isAllowCitiesOutOfList() { Object oo = get_Value(COLUMNNAME_AllowCitiesOutOfList); if (oo != null) @@ -124,7 +122,8 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent } /** Set Capture Sequence. - @param CaptureSequence Capture Sequence */ + @param CaptureSequence Capture Sequence + */ public void setCaptureSequence (String CaptureSequence) { set_Value (COLUMNNAME_CaptureSequence, CaptureSequence); @@ -132,27 +131,26 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Capture Sequence. @return Capture Sequence */ - public String getCaptureSequence () + public String getCaptureSequence() { return (String)get_Value(COLUMNNAME_CaptureSequence); } /** Set Country. - @param C_Country_ID - Country - */ + @param C_Country_ID Country + */ public void setC_Country_ID (int C_Country_ID) { - if (C_Country_ID < 1) + if (C_Country_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Country_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Country_ID, Integer.valueOf(C_Country_ID)); } /** Get Country. @return Country */ - public int getC_Country_ID () + public int getC_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Country_ID); if (ii == null) @@ -161,7 +159,8 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent } /** Set C_Country_UU. - @param C_Country_UU C_Country_UU */ + @param C_Country_UU C_Country_UU + */ public void setC_Country_UU (String C_Country_UU) { set_Value (COLUMNNAME_C_Country_UU, C_Country_UU); @@ -169,7 +168,7 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get C_Country_UU. @return C_Country_UU */ - public String getC_Country_UU () + public String getC_Country_UU() { return (String)get_Value(COLUMNNAME_C_Country_UU); } @@ -181,21 +180,20 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -204,9 +202,8 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent } /** Set ISO Country Code. - @param CountryCode - Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html - */ + @param CountryCode Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html + */ public void setCountryCode (String CountryCode) { set_Value (COLUMNNAME_CountryCode, CountryCode); @@ -215,15 +212,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get ISO Country Code. @return Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html */ - public String getCountryCode () + public String getCountryCode() { return (String)get_Value(COLUMNNAME_CountryCode); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -232,15 +228,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Address Print Format. - @param DisplaySequence - Format for printing this Address - */ + @param DisplaySequence Format for printing this Address + */ public void setDisplaySequence (String DisplaySequence) { set_Value (COLUMNNAME_DisplaySequence, DisplaySequence); @@ -249,15 +244,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Address Print Format. @return Format for printing this Address */ - public String getDisplaySequence () + public String getDisplaySequence() { return (String)get_Value(COLUMNNAME_DisplaySequence); } /** Set Local Address Format. - @param DisplaySequenceLocal - Format for printing this Address locally - */ + @param DisplaySequenceLocal Format for printing this Address locally + */ public void setDisplaySequenceLocal (String DisplaySequenceLocal) { set_Value (COLUMNNAME_DisplaySequenceLocal, DisplaySequenceLocal); @@ -266,15 +260,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Local Address Format. @return Format for printing this Address locally */ - public String getDisplaySequenceLocal () + public String getDisplaySequenceLocal() { return (String)get_Value(COLUMNNAME_DisplaySequenceLocal); } /** Set Bank Account No Format. - @param ExpressionBankAccountNo - Format of the Bank Account - */ + @param ExpressionBankAccountNo Format of the Bank Account + */ public void setExpressionBankAccountNo (String ExpressionBankAccountNo) { set_Value (COLUMNNAME_ExpressionBankAccountNo, ExpressionBankAccountNo); @@ -283,15 +276,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Bank Account No Format. @return Format of the Bank Account */ - public String getExpressionBankAccountNo () + public String getExpressionBankAccountNo() { return (String)get_Value(COLUMNNAME_ExpressionBankAccountNo); } /** Set Bank Routing No Format. - @param ExpressionBankRoutingNo - Format of the Bank Routing Number - */ + @param ExpressionBankRoutingNo Format of the Bank Routing Number + */ public void setExpressionBankRoutingNo (String ExpressionBankRoutingNo) { set_Value (COLUMNNAME_ExpressionBankRoutingNo, ExpressionBankRoutingNo); @@ -300,66 +292,62 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Bank Routing No Format. @return Format of the Bank Routing Number */ - public String getExpressionBankRoutingNo () + public String getExpressionBankRoutingNo() { return (String)get_Value(COLUMNNAME_ExpressionBankRoutingNo); } /** Set Phone Format. - @param ExpressionPhone - Format of the phone; Can contain fixed format elements, Variables: "_lLoOaAcCa09" - */ + @param ExpressionPhone Format of the phone; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + */ public void setExpressionPhone (String ExpressionPhone) { set_Value (COLUMNNAME_ExpressionPhone, ExpressionPhone); } /** Get Phone Format. - @return Format of the phone; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + @return Format of the phone; Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ - public String getExpressionPhone () + public String getExpressionPhone() { return (String)get_Value(COLUMNNAME_ExpressionPhone); } /** Set Postal Code Format. - @param ExpressionPostal - Format of the postal code; Can contain fixed format elements, Variables: "_lLoOaAcCa09" - */ + @param ExpressionPostal Format of the postal code; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + */ public void setExpressionPostal (String ExpressionPostal) { set_Value (COLUMNNAME_ExpressionPostal, ExpressionPostal); } /** Get Postal Code Format. - @return Format of the postal code; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + @return Format of the postal code; Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ - public String getExpressionPostal () + public String getExpressionPostal() { return (String)get_Value(COLUMNNAME_ExpressionPostal); } /** Set Additional Postal Format. - @param ExpressionPostal_Add - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" - */ + @param ExpressionPostal_Add Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + */ public void setExpressionPostal_Add (String ExpressionPostal_Add) { set_Value (COLUMNNAME_ExpressionPostal_Add, ExpressionPostal_Add); } /** Get Additional Postal Format. - @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ - public String getExpressionPostal_Add () + public String getExpressionPostal_Add() { return (String)get_Value(COLUMNNAME_ExpressionPostal_Add); } /** Set Additional Postal code. - @param HasPostal_Add - Has Additional Postal Code - */ + @param HasPostal_Add Has Additional Postal Code + */ public void setHasPostal_Add (boolean HasPostal_Add) { set_Value (COLUMNNAME_HasPostal_Add, Boolean.valueOf(HasPostal_Add)); @@ -368,7 +356,7 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Additional Postal code. @return Has Additional Postal Code */ - public boolean isHasPostal_Add () + public boolean isHasPostal_Add() { Object oo = get_Value(COLUMNNAME_HasPostal_Add); if (oo != null) @@ -381,9 +369,8 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent } /** Set Country has Region. - @param HasRegion - Country contains Regions - */ + @param HasRegion Country contains Regions + */ public void setHasRegion (boolean HasRegion) { set_Value (COLUMNNAME_HasRegion, Boolean.valueOf(HasRegion)); @@ -392,7 +379,7 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Country has Region. @return Country contains Regions */ - public boolean isHasRegion () + public boolean isHasRegion() { Object oo = get_Value(COLUMNNAME_HasRegion); if (oo != null) @@ -405,9 +392,8 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent } /** Set Reverse Local Address Lines. - @param IsAddressLinesLocalReverse - Print Local Address in reverse Order - */ + @param IsAddressLinesLocalReverse Print Local Address in reverse Order + */ public void setIsAddressLinesLocalReverse (boolean IsAddressLinesLocalReverse) { set_Value (COLUMNNAME_IsAddressLinesLocalReverse, Boolean.valueOf(IsAddressLinesLocalReverse)); @@ -416,7 +402,7 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Reverse Local Address Lines. @return Print Local Address in reverse Order */ - public boolean isAddressLinesLocalReverse () + public boolean isAddressLinesLocalReverse() { Object oo = get_Value(COLUMNNAME_IsAddressLinesLocalReverse); if (oo != null) @@ -429,9 +415,8 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent } /** Set Reverse Address Lines. - @param IsAddressLinesReverse - Print Address in reverse Order - */ + @param IsAddressLinesReverse Print Address in reverse Order + */ public void setIsAddressLinesReverse (boolean IsAddressLinesReverse) { set_Value (COLUMNNAME_IsAddressLinesReverse, Boolean.valueOf(IsAddressLinesReverse)); @@ -440,7 +425,7 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Reverse Address Lines. @return Print Address in reverse Order */ - public boolean isAddressLinesReverse () + public boolean isAddressLinesReverse() { Object oo = get_Value(COLUMNNAME_IsAddressLinesReverse); if (oo != null) @@ -453,9 +438,8 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent } /** Set Use Postcode Lookup. - @param IsPostcodeLookup - Does this country have a post code web service - */ + @param IsPostcodeLookup Does this country have a post code web service + */ public void setIsPostcodeLookup (boolean IsPostcodeLookup) { set_Value (COLUMNNAME_IsPostcodeLookup, Boolean.valueOf(IsPostcodeLookup)); @@ -464,7 +448,7 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Use Postcode Lookup. @return Does this country have a post code web service */ - public boolean isPostcodeLookup () + public boolean isPostcodeLookup() { Object oo = get_Value(COLUMNNAME_IsPostcodeLookup); if (oo != null) @@ -477,9 +461,8 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent } /** Set Lookup ClassName. - @param LookupClassName - The class name of the postcode lookup plugin - */ + @param LookupClassName The class name of the postcode lookup plugin + */ public void setLookupClassName (String LookupClassName) { set_Value (COLUMNNAME_LookupClassName, LookupClassName); @@ -488,15 +471,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Lookup ClassName. @return The class name of the postcode lookup plugin */ - public String getLookupClassName () + public String getLookupClassName() { return (String)get_Value(COLUMNNAME_LookupClassName); } /** Set Lookup Client ID. - @param LookupClientID - The ClientID or Login submitted to the Lookup URL - */ + @param LookupClientID The ClientID or Login submitted to the Lookup URL + */ public void setLookupClientID (String LookupClientID) { set_Value (COLUMNNAME_LookupClientID, LookupClientID); @@ -505,15 +487,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Lookup Client ID. @return The ClientID or Login submitted to the Lookup URL */ - public String getLookupClientID () + public String getLookupClientID() { return (String)get_Value(COLUMNNAME_LookupClientID); } /** Set Lookup Password. - @param LookupPassword - The password submitted to the Lookup URL - */ + @param LookupPassword The password submitted to the Lookup URL + */ public void setLookupPassword (String LookupPassword) { set_Value (COLUMNNAME_LookupPassword, LookupPassword); @@ -522,15 +503,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Lookup Password. @return The password submitted to the Lookup URL */ - public String getLookupPassword () + public String getLookupPassword() { return (String)get_Value(COLUMNNAME_LookupPassword); } /** Set Lookup URL. - @param LookupUrl - The URL of the web service that the plugin connects to in order to retrieve postcode data - */ + @param LookupUrl The URL of the web service that the plugin connects to in order to retrieve postcode data + */ public void setLookupUrl (String LookupUrl) { set_Value (COLUMNNAME_LookupUrl, LookupUrl); @@ -539,15 +519,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Lookup URL. @return The URL of the web service that the plugin connects to in order to retrieve postcode data */ - public String getLookupUrl () + public String getLookupUrl() { return (String)get_Value(COLUMNNAME_LookupUrl); } /** Set Media Size. - @param MediaSize - Java Media Size - */ + @param MediaSize Java Media Size + */ public void setMediaSize (String MediaSize) { set_Value (COLUMNNAME_MediaSize, MediaSize); @@ -556,15 +535,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Media Size. @return Java Media Size */ - public String getMediaSize () + public String getMediaSize() { return (String)get_Value(COLUMNNAME_MediaSize); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -573,7 +551,7 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -587,7 +565,8 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent } /** Set Placeholder for Address 1. - @param PlaceholderAddress1 Placeholder for Address 1 */ + @param PlaceholderAddress1 Placeholder for Address 1 + */ public void setPlaceholderAddress1 (String PlaceholderAddress1) { set_Value (COLUMNNAME_PlaceholderAddress1, PlaceholderAddress1); @@ -595,13 +574,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Placeholder for Address 1. @return Placeholder for Address 1 */ - public String getPlaceholderAddress1 () + public String getPlaceholderAddress1() { return (String)get_Value(COLUMNNAME_PlaceholderAddress1); } /** Set Placeholder for Address 2. - @param PlaceholderAddress2 Placeholder for Address 2 */ + @param PlaceholderAddress2 Placeholder for Address 2 + */ public void setPlaceholderAddress2 (String PlaceholderAddress2) { set_Value (COLUMNNAME_PlaceholderAddress2, PlaceholderAddress2); @@ -609,13 +589,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Placeholder for Address 2. @return Placeholder for Address 2 */ - public String getPlaceholderAddress2 () + public String getPlaceholderAddress2() { return (String)get_Value(COLUMNNAME_PlaceholderAddress2); } /** Set Placeholder for Address 3. - @param PlaceholderAddress3 Placeholder for Address 3 */ + @param PlaceholderAddress3 Placeholder for Address 3 + */ public void setPlaceholderAddress3 (String PlaceholderAddress3) { set_Value (COLUMNNAME_PlaceholderAddress3, PlaceholderAddress3); @@ -623,13 +604,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Placeholder for Address 3. @return Placeholder for Address 3 */ - public String getPlaceholderAddress3 () + public String getPlaceholderAddress3() { return (String)get_Value(COLUMNNAME_PlaceholderAddress3); } /** Set Placeholder for Address 4. - @param PlaceholderAddress4 Placeholder for Address 4 */ + @param PlaceholderAddress4 Placeholder for Address 4 + */ public void setPlaceholderAddress4 (String PlaceholderAddress4) { set_Value (COLUMNNAME_PlaceholderAddress4, PlaceholderAddress4); @@ -637,13 +619,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Placeholder for Address 4. @return Placeholder for Address 4 */ - public String getPlaceholderAddress4 () + public String getPlaceholderAddress4() { return (String)get_Value(COLUMNNAME_PlaceholderAddress4); } /** Set Placeholder for Address 5. - @param PlaceholderAddress5 Placeholder for Address 5 */ + @param PlaceholderAddress5 Placeholder for Address 5 + */ public void setPlaceholderAddress5 (String PlaceholderAddress5) { set_Value (COLUMNNAME_PlaceholderAddress5, PlaceholderAddress5); @@ -651,13 +634,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Placeholder for Address 5. @return Placeholder for Address 5 */ - public String getPlaceholderAddress5 () + public String getPlaceholderAddress5() { return (String)get_Value(COLUMNNAME_PlaceholderAddress5); } /** Set Placeholder for city. - @param PlaceholderCity Placeholder for city */ + @param PlaceholderCity Placeholder for city + */ public void setPlaceholderCity (String PlaceholderCity) { set_Value (COLUMNNAME_PlaceholderCity, PlaceholderCity); @@ -665,13 +649,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Placeholder for city. @return Placeholder for city */ - public String getPlaceholderCity () + public String getPlaceholderCity() { return (String)get_Value(COLUMNNAME_PlaceholderCity); } /** Set Placeholder for comments. - @param PlaceholderComments Placeholder for comments */ + @param PlaceholderComments Placeholder for comments + */ public void setPlaceholderComments (String PlaceholderComments) { set_Value (COLUMNNAME_PlaceholderComments, PlaceholderComments); @@ -679,13 +664,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Placeholder for comments. @return Placeholder for comments */ - public String getPlaceholderComments () + public String getPlaceholderComments() { return (String)get_Value(COLUMNNAME_PlaceholderComments); } /** Set Placeholder for postal. - @param PlaceholderPostal Placeholder for postal */ + @param PlaceholderPostal Placeholder for postal + */ public void setPlaceholderPostal (String PlaceholderPostal) { set_Value (COLUMNNAME_PlaceholderPostal, PlaceholderPostal); @@ -693,13 +679,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Placeholder for postal. @return Placeholder for postal */ - public String getPlaceholderPostal () + public String getPlaceholderPostal() { return (String)get_Value(COLUMNNAME_PlaceholderPostal); } /** Set Placeholder for additional zip. - @param PlaceholderPostal_Add Placeholder for additional zip */ + @param PlaceholderPostal_Add Placeholder for additional zip + */ public void setPlaceholderPostal_Add (String PlaceholderPostal_Add) { set_Value (COLUMNNAME_PlaceholderPostal_Add, PlaceholderPostal_Add); @@ -707,15 +694,14 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Placeholder for additional zip. @return Placeholder for additional zip */ - public String getPlaceholderPostal_Add () + public String getPlaceholderPostal_Add() { return (String)get_Value(COLUMNNAME_PlaceholderPostal_Add); } /** Set Region. - @param RegionName - Name of the Region - */ + @param RegionName Name of the Region + */ public void setRegionName (String RegionName) { set_Value (COLUMNNAME_RegionName, RegionName); @@ -724,7 +710,7 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent /** Get Region. @return Name of the Region */ - public String getRegionName () + public String getRegionName() { return (String)get_Value(COLUMNNAME_RegionName); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CountryGroup.java b/org.adempiere.base/src/org/compiere/model/X_C_CountryGroup.java index da188a8477..f7456ea25b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CountryGroup.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CountryGroup.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_CountryGroup * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_CountryGroup") public class X_C_CountryGroup extends PO implements I_C_CountryGroup, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_CountryGroup extends PO implements I_C_CountryGroup, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_CountryGroup (Properties ctx, int C_CountryGroup_ID, String trxName) @@ -75,18 +75,19 @@ public class X_C_CountryGroup extends PO implements I_C_CountryGroup, I_Persiste } /** Set Country Group. - @param C_CountryGroup_ID Country Group */ + @param C_CountryGroup_ID Country Group + */ public void setC_CountryGroup_ID (int C_CountryGroup_ID) { - if (C_CountryGroup_ID < 1) + if (C_CountryGroup_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CountryGroup_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CountryGroup_ID, Integer.valueOf(C_CountryGroup_ID)); } /** Get Country Group. @return Country Group */ - public int getC_CountryGroup_ID () + public int getC_CountryGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CountryGroup_ID); if (ii == null) @@ -95,7 +96,8 @@ public class X_C_CountryGroup extends PO implements I_C_CountryGroup, I_Persiste } /** Set C_CountryGroup_UU. - @param C_CountryGroup_UU C_CountryGroup_UU */ + @param C_CountryGroup_UU C_CountryGroup_UU + */ public void setC_CountryGroup_UU (String C_CountryGroup_UU) { set_Value (COLUMNNAME_C_CountryGroup_UU, C_CountryGroup_UU); @@ -103,15 +105,14 @@ public class X_C_CountryGroup extends PO implements I_C_CountryGroup, I_Persiste /** Get C_CountryGroup_UU. @return C_CountryGroup_UU */ - public String getC_CountryGroup_UU () + public String getC_CountryGroup_UU() { return (String)get_Value(COLUMNNAME_C_CountryGroup_UU); } /** Set Date From. - @param DateFrom - Starting date for a range - */ + @param DateFrom Starting date for a range + */ public void setDateFrom (Timestamp DateFrom) { set_Value (COLUMNNAME_DateFrom, DateFrom); @@ -120,15 +121,14 @@ public class X_C_CountryGroup extends PO implements I_C_CountryGroup, I_Persiste /** Get Date From. @return Starting date for a range */ - public Timestamp getDateFrom () + public Timestamp getDateFrom() { return (Timestamp)get_Value(COLUMNNAME_DateFrom); } /** Set Date To. - @param DateTo - End date of a date range - */ + @param DateTo End date of a date range + */ public void setDateTo (Timestamp DateTo) { set_Value (COLUMNNAME_DateTo, DateTo); @@ -137,15 +137,14 @@ public class X_C_CountryGroup extends PO implements I_C_CountryGroup, I_Persiste /** Get Date To. @return End date of a date range */ - public Timestamp getDateTo () + public Timestamp getDateTo() { return (Timestamp)get_Value(COLUMNNAME_DateTo); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -154,15 +153,14 @@ public class X_C_CountryGroup extends PO implements I_C_CountryGroup, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -171,15 +169,14 @@ public class X_C_CountryGroup extends PO implements I_C_CountryGroup, I_Persiste /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -188,7 +185,7 @@ public class X_C_CountryGroup extends PO implements I_C_CountryGroup, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -202,9 +199,8 @@ public class X_C_CountryGroup extends PO implements I_C_CountryGroup, I_Persiste } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -213,7 +209,7 @@ public class X_C_CountryGroup extends PO implements I_C_CountryGroup, I_Persiste /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CountryGroupCountry.java b/org.adempiere.base/src/org/compiere/model/X_C_CountryGroupCountry.java index 63068b1e58..32c2ff5a56 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CountryGroupCountry.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CountryGroupCountry.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for C_CountryGroupCountry * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_CountryGroupCountry") public class X_C_CountryGroupCountry extends PO implements I_C_CountryGroupCountry, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_CountryGroupCountry extends PO implements I_C_CountryGroupCount /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_CountryGroupCountry (Properties ctx, int C_CountryGroupCountry_ID, String trxName) @@ -72,18 +72,19 @@ public class X_C_CountryGroupCountry extends PO implements I_C_CountryGroupCount } /** Set Country on Country Group. - @param C_CountryGroupCountry_ID Country on Country Group */ + @param C_CountryGroupCountry_ID Country on Country Group + */ public void setC_CountryGroupCountry_ID (int C_CountryGroupCountry_ID) { - if (C_CountryGroupCountry_ID < 1) + if (C_CountryGroupCountry_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CountryGroupCountry_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CountryGroupCountry_ID, Integer.valueOf(C_CountryGroupCountry_ID)); } /** Get Country on Country Group. @return Country on Country Group */ - public int getC_CountryGroupCountry_ID () + public int getC_CountryGroupCountry_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CountryGroupCountry_ID); if (ii == null) @@ -92,7 +93,8 @@ public class X_C_CountryGroupCountry extends PO implements I_C_CountryGroupCount } /** Set C_CountryGroupCountry_UU. - @param C_CountryGroupCountry_UU C_CountryGroupCountry_UU */ + @param C_CountryGroupCountry_UU C_CountryGroupCountry_UU + */ public void setC_CountryGroupCountry_UU (String C_CountryGroupCountry_UU) { set_Value (COLUMNNAME_C_CountryGroupCountry_UU, C_CountryGroupCountry_UU); @@ -100,7 +102,7 @@ public class X_C_CountryGroupCountry extends PO implements I_C_CountryGroupCount /** Get C_CountryGroupCountry_UU. @return C_CountryGroupCountry_UU */ - public String getC_CountryGroupCountry_UU () + public String getC_CountryGroupCountry_UU() { return (String)get_Value(COLUMNNAME_C_CountryGroupCountry_UU); } @@ -112,18 +114,19 @@ public class X_C_CountryGroupCountry extends PO implements I_C_CountryGroupCount } /** Set Country Group. - @param C_CountryGroup_ID Country Group */ + @param C_CountryGroup_ID Country Group + */ public void setC_CountryGroup_ID (int C_CountryGroup_ID) { - if (C_CountryGroup_ID < 1) + if (C_CountryGroup_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CountryGroup_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CountryGroup_ID, Integer.valueOf(C_CountryGroup_ID)); } /** Get Country Group. @return Country Group */ - public int getC_CountryGroup_ID () + public int getC_CountryGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CountryGroup_ID); if (ii == null) @@ -138,21 +141,20 @@ public class X_C_CountryGroupCountry extends PO implements I_C_CountryGroupCount } /** Set Country. - @param C_Country_ID - Country - */ + @param C_Country_ID Country + */ public void setC_Country_ID (int C_Country_ID) { - if (C_Country_ID < 1) + if (C_Country_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Country_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Country_ID, Integer.valueOf(C_Country_ID)); } /** Get Country. @return Country */ - public int getC_Country_ID () + public int getC_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Country_ID); if (ii == null) @@ -161,9 +163,8 @@ public class X_C_CountryGroupCountry extends PO implements I_C_CountryGroupCount } /** Set Date From. - @param DateFrom - Starting date for a range - */ + @param DateFrom Starting date for a range + */ public void setDateFrom (Timestamp DateFrom) { set_Value (COLUMNNAME_DateFrom, DateFrom); @@ -172,15 +173,14 @@ public class X_C_CountryGroupCountry extends PO implements I_C_CountryGroupCount /** Get Date From. @return Starting date for a range */ - public Timestamp getDateFrom () + public Timestamp getDateFrom() { return (Timestamp)get_Value(COLUMNNAME_DateFrom); } /** Set Date To. - @param DateTo - End date of a date range - */ + @param DateTo End date of a date range + */ public void setDateTo (Timestamp DateTo) { set_Value (COLUMNNAME_DateTo, DateTo); @@ -189,7 +189,7 @@ public class X_C_CountryGroupCountry extends PO implements I_C_CountryGroupCount /** Get Date To. @return End date of a date range */ - public Timestamp getDateTo () + public Timestamp getDateTo() { return (Timestamp)get_Value(COLUMNNAME_DateTo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Currency.java b/org.adempiere.base/src/org/compiere/model/X_C_Currency.java index c3eeeb72fc..02b8068998 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Currency.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Currency.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Currency * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Currency") public class X_C_Currency extends PO implements I_C_Currency, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Currency (Properties ctx, int C_Currency_ID, String trxName) @@ -87,21 +87,20 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Currency_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -110,7 +109,8 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent } /** Set C_Currency_UU. - @param C_Currency_UU C_Currency_UU */ + @param C_Currency_UU C_Currency_UU + */ public void setC_Currency_UU (String C_Currency_UU) { set_Value (COLUMNNAME_C_Currency_UU, C_Currency_UU); @@ -118,15 +118,14 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent /** Get C_Currency_UU. @return C_Currency_UU */ - public String getC_Currency_UU () + public String getC_Currency_UU() { return (String)get_Value(COLUMNNAME_C_Currency_UU); } /** Set Costing Precision. - @param CostingPrecision - Rounding used costing calculations - */ + @param CostingPrecision Rounding used costing calculations + */ public void setCostingPrecision (int CostingPrecision) { set_Value (COLUMNNAME_CostingPrecision, Integer.valueOf(CostingPrecision)); @@ -135,7 +134,7 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent /** Get Costing Precision. @return Rounding used costing calculations */ - public int getCostingPrecision () + public int getCostingPrecision() { Integer ii = (Integer)get_Value(COLUMNNAME_CostingPrecision); if (ii == null) @@ -144,9 +143,8 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent } /** Set Symbol. - @param CurSymbol - Symbol of the currency (opt used for printing only) - */ + @param CurSymbol Symbol of the currency (opt used for printing only) + */ public void setCurSymbol (String CurSymbol) { set_Value (COLUMNNAME_CurSymbol, CurSymbol); @@ -155,15 +153,14 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent /** Get Symbol. @return Symbol of the currency (opt used for printing only) */ - public String getCurSymbol () + public String getCurSymbol() { return (String)get_Value(COLUMNNAME_CurSymbol); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -172,15 +169,14 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set EMU Entry Date. - @param EMUEntryDate - Date when the currency joined / will join the EMU - */ + @param EMUEntryDate Date when the currency joined / will join the EMU + */ public void setEMUEntryDate (Timestamp EMUEntryDate) { set_Value (COLUMNNAME_EMUEntryDate, EMUEntryDate); @@ -189,15 +185,14 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent /** Get EMU Entry Date. @return Date when the currency joined / will join the EMU */ - public Timestamp getEMUEntryDate () + public Timestamp getEMUEntryDate() { return (Timestamp)get_Value(COLUMNNAME_EMUEntryDate); } /** Set EMU Rate. - @param EMURate - Official rate to the Euro - */ + @param EMURate Official rate to the Euro + */ public void setEMURate (BigDecimal EMURate) { set_Value (COLUMNNAME_EMURate, EMURate); @@ -206,7 +201,7 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent /** Get EMU Rate. @return Official rate to the Euro */ - public BigDecimal getEMURate () + public BigDecimal getEMURate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_EMURate); if (bd == null) @@ -215,9 +210,8 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent } /** Set EMU Member. - @param IsEMUMember - This currency is member if the European Monetary Union - */ + @param IsEMUMember This currency is member if the European Monetary Union + */ public void setIsEMUMember (boolean IsEMUMember) { set_Value (COLUMNNAME_IsEMUMember, Boolean.valueOf(IsEMUMember)); @@ -226,7 +220,7 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent /** Get EMU Member. @return This currency is member if the European Monetary Union */ - public boolean isEMUMember () + public boolean isEMUMember() { Object oo = get_Value(COLUMNNAME_IsEMUMember); if (oo != null) @@ -239,9 +233,8 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent } /** Set The Euro Currency. - @param IsEuro - This currency is the Euro - */ + @param IsEuro This currency is the Euro + */ public void setIsEuro (boolean IsEuro) { set_Value (COLUMNNAME_IsEuro, Boolean.valueOf(IsEuro)); @@ -250,7 +243,7 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent /** Get The Euro Currency. @return This currency is the Euro */ - public boolean isEuro () + public boolean isEuro() { Object oo = get_Value(COLUMNNAME_IsEuro); if (oo != null) @@ -263,9 +256,8 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent } /** Set ISO Currency Code. - @param ISO_Code - Three letter ISO 4217 Code of the Currency - */ + @param ISO_Code Three letter ISO 4217 Code of the Currency + */ public void setISO_Code (String ISO_Code) { set_Value (COLUMNNAME_ISO_Code, ISO_Code); @@ -274,7 +266,7 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent /** Get ISO Currency Code. @return Three letter ISO 4217 Code of the Currency */ - public String getISO_Code () + public String getISO_Code() { return (String)get_Value(COLUMNNAME_ISO_Code); } @@ -288,9 +280,8 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent } /** Set Round Off Factor. - @param RoundOffFactor - Used to Round Off Payment Amount - */ + @param RoundOffFactor Used to Round Off Payment Amount + */ public void setRoundOffFactor (BigDecimal RoundOffFactor) { set_Value (COLUMNNAME_RoundOffFactor, RoundOffFactor); @@ -299,7 +290,7 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent /** Get Round Off Factor. @return Used to Round Off Payment Amount */ - public BigDecimal getRoundOffFactor () + public BigDecimal getRoundOffFactor() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RoundOffFactor); if (bd == null) @@ -308,9 +299,8 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent } /** Set Standard Precision. - @param StdPrecision - Rule for rounding calculated amounts - */ + @param StdPrecision Rule for rounding calculated amounts + */ public void setStdPrecision (int StdPrecision) { set_Value (COLUMNNAME_StdPrecision, Integer.valueOf(StdPrecision)); @@ -319,7 +309,7 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent /** Get Standard Precision. @return Rule for rounding calculated amounts */ - public int getStdPrecision () + public int getStdPrecision() { Integer ii = (Integer)get_Value(COLUMNNAME_StdPrecision); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Currency_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_Currency_Acct.java index 2c0539f9bc..c9c7f81d7b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Currency_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Currency_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_Currency_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Currency_Acct") public class X_C_Currency_Acct extends PO implements I_C_Currency_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_Currency_Acct extends PO implements I_C_Currency_Acct, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Currency_Acct (Properties ctx, int C_Currency_Acct_ID, String trxName) @@ -78,21 +78,20 @@ public class X_C_Currency_Acct extends PO implements I_C_Currency_Acct, I_Persis } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -101,7 +100,8 @@ public class X_C_Currency_Acct extends PO implements I_C_Currency_Acct, I_Persis } /** Set C_Currency_Acct_UU. - @param C_Currency_Acct_UU C_Currency_Acct_UU */ + @param C_Currency_Acct_UU C_Currency_Acct_UU + */ public void setC_Currency_Acct_UU (String C_Currency_Acct_UU) { set_Value (COLUMNNAME_C_Currency_Acct_UU, C_Currency_Acct_UU); @@ -109,7 +109,7 @@ public class X_C_Currency_Acct extends PO implements I_C_Currency_Acct, I_Persis /** Get C_Currency_Acct_UU. @return C_Currency_Acct_UU */ - public String getC_Currency_Acct_UU () + public String getC_Currency_Acct_UU() { return (String)get_Value(COLUMNNAME_C_Currency_Acct_UU); } @@ -121,21 +121,20 @@ public class X_C_Currency_Acct extends PO implements I_C_Currency_Acct, I_Persis } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Currency_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Cycle.java b/org.adempiere.base/src/org/compiere/model/X_C_Cycle.java index 08f2639967..2fae3bd861 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Cycle.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Cycle.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Cycle * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Cycle") public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Cycle (Properties ctx, int C_Cycle_ID, String trxName) @@ -80,21 +80,20 @@ public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -103,21 +102,20 @@ public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent } /** Set Project Cycle. - @param C_Cycle_ID - Identifier for this Project Reporting Cycle - */ + @param C_Cycle_ID Identifier for this Project Reporting Cycle + */ public void setC_Cycle_ID (int C_Cycle_ID) { - if (C_Cycle_ID < 1) + if (C_Cycle_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Cycle_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Cycle_ID, Integer.valueOf(C_Cycle_ID)); } /** Get Project Cycle. @return Identifier for this Project Reporting Cycle */ - public int getC_Cycle_ID () + public int getC_Cycle_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Cycle_ID); if (ii == null) @@ -126,7 +124,8 @@ public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent } /** Set C_Cycle_UU. - @param C_Cycle_UU C_Cycle_UU */ + @param C_Cycle_UU C_Cycle_UU + */ public void setC_Cycle_UU (String C_Cycle_UU) { set_Value (COLUMNNAME_C_Cycle_UU, C_Cycle_UU); @@ -134,15 +133,14 @@ public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent /** Get C_Cycle_UU. @return C_Cycle_UU */ - public String getC_Cycle_UU () + public String getC_Cycle_UU() { return (String)get_Value(COLUMNNAME_C_Cycle_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -151,15 +149,14 @@ public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -168,7 +165,7 @@ public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CyclePhase.java b/org.adempiere.base/src/org/compiere/model/X_C_CyclePhase.java index d59cd69579..bac5009c54 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CyclePhase.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CyclePhase.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_CyclePhase * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_CyclePhase") public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_CyclePhase (Properties ctx, int C_CyclePhase_ID, String trxName) @@ -72,7 +72,8 @@ public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent } /** Set C_CyclePhase_UU. - @param C_CyclePhase_UU C_CyclePhase_UU */ + @param C_CyclePhase_UU C_CyclePhase_UU + */ public void setC_CyclePhase_UU (String C_CyclePhase_UU) { set_Value (COLUMNNAME_C_CyclePhase_UU, C_CyclePhase_UU); @@ -80,7 +81,7 @@ public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent /** Get C_CyclePhase_UU. @return C_CyclePhase_UU */ - public String getC_CyclePhase_UU () + public String getC_CyclePhase_UU() { return (String)get_Value(COLUMNNAME_C_CyclePhase_UU); } @@ -92,21 +93,20 @@ public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent } /** Set Cycle Step. - @param C_CycleStep_ID - The step for this Cycle - */ + @param C_CycleStep_ID The step for this Cycle + */ public void setC_CycleStep_ID (int C_CycleStep_ID) { - if (C_CycleStep_ID < 1) + if (C_CycleStep_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CycleStep_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CycleStep_ID, Integer.valueOf(C_CycleStep_ID)); } /** Get Cycle Step. @return The step for this Cycle */ - public int getC_CycleStep_ID () + public int getC_CycleStep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CycleStep_ID); if (ii == null) @@ -121,21 +121,20 @@ public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent } /** Set Standard Phase. - @param C_Phase_ID - Standard Phase of the Project Type - */ + @param C_Phase_ID Standard Phase of the Project Type + */ public void setC_Phase_ID (int C_Phase_ID) { - if (C_Phase_ID < 1) + if (C_Phase_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Phase_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Phase_ID, Integer.valueOf(C_Phase_ID)); } /** Get Standard Phase. @return Standard Phase of the Project Type */ - public int getC_Phase_ID () + public int getC_Phase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Phase_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CycleStep.java b/org.adempiere.base/src/org/compiere/model/X_C_CycleStep.java index 3b75adc0a3..3051f7913d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CycleStep.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CycleStep.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_CycleStep * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_CycleStep") public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_CycleStep (Properties ctx, int C_CycleStep_ID, String trxName) @@ -86,21 +86,20 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent } /** Set Project Cycle. - @param C_Cycle_ID - Identifier for this Project Reporting Cycle - */ + @param C_Cycle_ID Identifier for this Project Reporting Cycle + */ public void setC_Cycle_ID (int C_Cycle_ID) { - if (C_Cycle_ID < 1) + if (C_Cycle_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Cycle_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Cycle_ID, Integer.valueOf(C_Cycle_ID)); } /** Get Project Cycle. @return Identifier for this Project Reporting Cycle */ - public int getC_Cycle_ID () + public int getC_Cycle_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Cycle_ID); if (ii == null) @@ -109,21 +108,20 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent } /** Set Cycle Step. - @param C_CycleStep_ID - The step for this Cycle - */ + @param C_CycleStep_ID The step for this Cycle + */ public void setC_CycleStep_ID (int C_CycleStep_ID) { - if (C_CycleStep_ID < 1) + if (C_CycleStep_ID < 1) set_ValueNoCheck (COLUMNNAME_C_CycleStep_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_CycleStep_ID, Integer.valueOf(C_CycleStep_ID)); } /** Get Cycle Step. @return The step for this Cycle */ - public int getC_CycleStep_ID () + public int getC_CycleStep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CycleStep_ID); if (ii == null) @@ -132,7 +130,8 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent } /** Set C_CycleStep_UU. - @param C_CycleStep_UU C_CycleStep_UU */ + @param C_CycleStep_UU C_CycleStep_UU + */ public void setC_CycleStep_UU (String C_CycleStep_UU) { set_Value (COLUMNNAME_C_CycleStep_UU, C_CycleStep_UU); @@ -140,15 +139,14 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent /** Get C_CycleStep_UU. @return C_CycleStep_UU */ - public String getC_CycleStep_UU () + public String getC_CycleStep_UU() { return (String)get_Value(COLUMNNAME_C_CycleStep_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -157,7 +155,7 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -171,9 +169,8 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent } /** Set Relative Weight. - @param RelativeWeight - Relative weight of this step (0 = ignored) - */ + @param RelativeWeight Relative weight of this step (0 = ignored) + */ public void setRelativeWeight (BigDecimal RelativeWeight) { set_Value (COLUMNNAME_RelativeWeight, RelativeWeight); @@ -182,7 +179,7 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent /** Get Relative Weight. @return Relative weight of this step (0 = ignored) */ - public BigDecimal getRelativeWeight () + public BigDecimal getRelativeWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RelativeWeight); if (bd == null) @@ -191,9 +188,8 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -202,7 +198,7 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DepositBatch.java b/org.adempiere.base/src/org/compiere/model/X_C_DepositBatch.java index 0d8b218e54..4f8b6cd662 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DepositBatch.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DepositBatch.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_DepositBatch * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_DepositBatch") public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_DepositBatch (Properties ctx, int C_DepositBatch_ID, String trxName) @@ -92,21 +92,20 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -115,18 +114,19 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste } /** Set Deposit Batch. - @param C_DepositBatch_ID Deposit Batch */ + @param C_DepositBatch_ID Deposit Batch + */ public void setC_DepositBatch_ID (int C_DepositBatch_ID) { - if (C_DepositBatch_ID < 1) + if (C_DepositBatch_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DepositBatch_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DepositBatch_ID, Integer.valueOf(C_DepositBatch_ID)); } /** Get Deposit Batch. @return Deposit Batch */ - public int getC_DepositBatch_ID () + public int getC_DepositBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DepositBatch_ID); if (ii == null) @@ -135,7 +135,8 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste } /** Set C_DepositBatch_UU. - @param C_DepositBatch_UU C_DepositBatch_UU */ + @param C_DepositBatch_UU C_DepositBatch_UU + */ public void setC_DepositBatch_UU (String C_DepositBatch_UU) { set_Value (COLUMNNAME_C_DepositBatch_UU, C_DepositBatch_UU); @@ -143,7 +144,7 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste /** Get C_DepositBatch_UU. @return C_DepositBatch_UU */ - public String getC_DepositBatch_UU () + public String getC_DepositBatch_UU() { return (String)get_Value(COLUMNNAME_C_DepositBatch_UU); } @@ -155,21 +156,20 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -178,9 +178,8 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste } /** Set Create lines from. - @param CreateFrom - Process which will generate a new document lines based on an existing document - */ + @param CreateFrom Process which will generate a new document lines based on an existing document + */ public void setCreateFrom (String CreateFrom) { set_Value (COLUMNNAME_CreateFrom, CreateFrom); @@ -189,13 +188,14 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste /** Get Create lines from. @return Process which will generate a new document lines based on an existing document */ - public String getCreateFrom () + public String getCreateFrom() { return (String)get_Value(COLUMNNAME_CreateFrom); } /** Set Deposit Date. - @param DateDeposit Deposit Date */ + @param DateDeposit Deposit Date + */ public void setDateDeposit (Timestamp DateDeposit) { set_Value (COLUMNNAME_DateDeposit, DateDeposit); @@ -203,15 +203,14 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste /** Get Deposit Date. @return Deposit Date */ - public Timestamp getDateDeposit () + public Timestamp getDateDeposit() { return (Timestamp)get_Value(COLUMNNAME_DateDeposit); } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -220,13 +219,14 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** Set Deposit Amount. - @param DepositAmt Deposit Amount */ + @param DepositAmt Deposit Amount + */ public void setDepositAmt (BigDecimal DepositAmt) { set_Value (COLUMNNAME_DepositAmt, DepositAmt); @@ -234,7 +234,7 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste /** Get Deposit Amount. @return Deposit Amount */ - public BigDecimal getDepositAmt () + public BigDecimal getDepositAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DepositAmt); if (bd == null) @@ -243,9 +243,8 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -254,7 +253,7 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -286,9 +285,8 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -298,15 +296,14 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -315,7 +312,7 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -329,9 +326,8 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -340,7 +336,7 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -353,7 +349,8 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -361,7 +358,7 @@ public class X_C_DepositBatch extends PO implements I_C_DepositBatch, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DepositBatchLine.java b/org.adempiere.base/src/org/compiere/model/X_C_DepositBatchLine.java index a284babffe..e8a2352b2a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DepositBatchLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DepositBatchLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_DepositBatchLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_DepositBatchLine") public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_DepositBatchLine (Properties ctx, int C_DepositBatchLine_ID, String trxName) @@ -87,18 +87,19 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ } /** Set Deposit Batch. - @param C_DepositBatch_ID Deposit Batch */ + @param C_DepositBatch_ID Deposit Batch + */ public void setC_DepositBatch_ID (int C_DepositBatch_ID) { - if (C_DepositBatch_ID < 1) + if (C_DepositBatch_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DepositBatch_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DepositBatch_ID, Integer.valueOf(C_DepositBatch_ID)); } /** Get Deposit Batch. @return Deposit Batch */ - public int getC_DepositBatch_ID () + public int getC_DepositBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DepositBatch_ID); if (ii == null) @@ -115,18 +116,19 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ } /** Set Deposit Batch Line. - @param C_DepositBatchLine_ID Deposit Batch Line */ + @param C_DepositBatchLine_ID Deposit Batch Line + */ public void setC_DepositBatchLine_ID (int C_DepositBatchLine_ID) { - if (C_DepositBatchLine_ID < 1) + if (C_DepositBatchLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DepositBatchLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DepositBatchLine_ID, Integer.valueOf(C_DepositBatchLine_ID)); } /** Get Deposit Batch Line. @return Deposit Batch Line */ - public int getC_DepositBatchLine_ID () + public int getC_DepositBatchLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DepositBatchLine_ID); if (ii == null) @@ -135,7 +137,8 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ } /** Set C_DepositBatchLine_UU. - @param C_DepositBatchLine_UU C_DepositBatchLine_UU */ + @param C_DepositBatchLine_UU C_DepositBatchLine_UU + */ public void setC_DepositBatchLine_UU (String C_DepositBatchLine_UU) { set_Value (COLUMNNAME_C_DepositBatchLine_UU, C_DepositBatchLine_UU); @@ -143,7 +146,7 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ /** Get C_DepositBatchLine_UU. @return C_DepositBatchLine_UU */ - public String getC_DepositBatchLine_UU () + public String getC_DepositBatchLine_UU() { return (String)get_Value(COLUMNNAME_C_DepositBatchLine_UU); } @@ -155,21 +158,20 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -178,9 +180,8 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -189,7 +190,7 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -198,9 +199,8 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ } /** Set Payment amount. - @param PayAmt - Amount being paid - */ + @param PayAmt Amount being paid + */ public void setPayAmt (BigDecimal PayAmt) { set_Value (COLUMNNAME_PayAmt, PayAmt); @@ -209,7 +209,7 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ /** Get Payment amount. @return Amount being paid */ - public BigDecimal getPayAmt () + public BigDecimal getPayAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PayAmt); if (bd == null) @@ -218,9 +218,8 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -229,7 +228,7 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -242,7 +241,8 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -250,7 +250,7 @@ public class X_C_DepositBatchLine extends PO implements I_C_DepositBatchLine, I_ /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DocType.java b/org.adempiere.base/src/org/compiere/model/X_C_DocType.java index ed8712b7b4..bb4bce3fde 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DocType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DocType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_DocType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_DocType") public class X_C_DocType extends PO implements I_C_DocType, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** * */ - private static final long serialVersionUID = -5399795467312254567L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_DocType (Properties ctx, int C_DocType_ID, String trxName) @@ -100,21 +100,20 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Print Format. - @param AD_PrintFormat_ID - Data Print Format - */ + @param AD_PrintFormat_ID Data Print Format + */ public void setAD_PrintFormat_ID (int AD_PrintFormat_ID) { - if (AD_PrintFormat_ID < 1) + if (AD_PrintFormat_ID < 1) set_Value (COLUMNNAME_AD_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFormat_ID, Integer.valueOf(AD_PrintFormat_ID)); } /** Get Print Format. @return Data Print Format */ - public int getAD_PrintFormat_ID () + public int getAD_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormat_ID); if (ii == null) @@ -129,21 +128,20 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Difference Document. - @param C_DocTypeDifference_ID - Document type for generating in dispute Shipments - */ + @param C_DocTypeDifference_ID Document type for generating in dispute Shipments + */ public void setC_DocTypeDifference_ID (int C_DocTypeDifference_ID) { - if (C_DocTypeDifference_ID < 1) + if (C_DocTypeDifference_ID < 1) set_Value (COLUMNNAME_C_DocTypeDifference_ID, null); - else + else set_Value (COLUMNNAME_C_DocTypeDifference_ID, Integer.valueOf(C_DocTypeDifference_ID)); } /** Get Difference Document. @return Document type for generating in dispute Shipments */ - public int getC_DocTypeDifference_ID () + public int getC_DocTypeDifference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeDifference_ID); if (ii == null) @@ -152,21 +150,20 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_ValueNoCheck (COLUMNNAME_C_DocType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -181,21 +178,20 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Document Type for Invoice. - @param C_DocTypeInvoice_ID - Document type used for invoices generated from this sales document - */ + @param C_DocTypeInvoice_ID Document type used for invoices generated from this sales document + */ public void setC_DocTypeInvoice_ID (int C_DocTypeInvoice_ID) { - if (C_DocTypeInvoice_ID < 1) + if (C_DocTypeInvoice_ID < 1) set_Value (COLUMNNAME_C_DocTypeInvoice_ID, null); - else + else set_Value (COLUMNNAME_C_DocTypeInvoice_ID, Integer.valueOf(C_DocTypeInvoice_ID)); } /** Get Document Type for Invoice. @return Document type used for invoices generated from this sales document */ - public int getC_DocTypeInvoice_ID () + public int getC_DocTypeInvoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeInvoice_ID); if (ii == null) @@ -210,21 +206,20 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Document Type for ProForma. - @param C_DocTypeProforma_ID - Document type used for pro forma invoices generated from this sales document - */ + @param C_DocTypeProforma_ID Document type used for pro forma invoices generated from this sales document + */ public void setC_DocTypeProforma_ID (int C_DocTypeProforma_ID) { - if (C_DocTypeProforma_ID < 1) + if (C_DocTypeProforma_ID < 1) set_Value (COLUMNNAME_C_DocTypeProforma_ID, null); - else + else set_Value (COLUMNNAME_C_DocTypeProforma_ID, Integer.valueOf(C_DocTypeProforma_ID)); } /** Get Document Type for ProForma. @return Document type used for pro forma invoices generated from this sales document */ - public int getC_DocTypeProforma_ID () + public int getC_DocTypeProforma_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeProforma_ID); if (ii == null) @@ -239,21 +234,20 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Document Type for Shipment. - @param C_DocTypeShipment_ID - Document type used for shipments generated from this sales document - */ + @param C_DocTypeShipment_ID Document type used for shipments generated from this sales document + */ public void setC_DocTypeShipment_ID (int C_DocTypeShipment_ID) { - if (C_DocTypeShipment_ID < 1) + if (C_DocTypeShipment_ID < 1) set_Value (COLUMNNAME_C_DocTypeShipment_ID, null); - else + else set_Value (COLUMNNAME_C_DocTypeShipment_ID, Integer.valueOf(C_DocTypeShipment_ID)); } /** Get Document Type for Shipment. @return Document type used for shipments generated from this sales document */ - public int getC_DocTypeShipment_ID () + public int getC_DocTypeShipment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeShipment_ID); if (ii == null) @@ -262,7 +256,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set C_DocType_UU. - @param C_DocType_UU C_DocType_UU */ + @param C_DocType_UU C_DocType_UU + */ public void setC_DocType_UU (String C_DocType_UU) { set_Value (COLUMNNAME_C_DocType_UU, C_DocType_UU); @@ -270,7 +265,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get C_DocType_UU. @return C_DocType_UU */ - public String getC_DocType_UU () + public String getC_DocType_UU() { return (String)get_Value(COLUMNNAME_C_DocType_UU); } @@ -282,18 +277,19 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Definite Sequence. - @param DefiniteSequence_ID Definite Sequence */ + @param DefiniteSequence_ID Definite Sequence + */ public void setDefiniteSequence_ID (int DefiniteSequence_ID) { - if (DefiniteSequence_ID < 1) + if (DefiniteSequence_ID < 1) set_Value (COLUMNNAME_DefiniteSequence_ID, null); - else + else set_Value (COLUMNNAME_DefiniteSequence_ID, Integer.valueOf(DefiniteSequence_ID)); } /** Get Definite Sequence. @return Definite Sequence */ - public int getDefiniteSequence_ID () + public int getDefiniteSequence_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DefiniteSequence_ID); if (ii == null) @@ -302,9 +298,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -313,7 +308,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -385,9 +380,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Sales Order = SOO */ public static final String DOCBASETYPE_SalesOrder = "SOO"; /** Set Document BaseType. - @param DocBaseType - Logical type of document - */ + @param DocBaseType Logical type of document + */ public void setDocBaseType (String DocBaseType) { @@ -397,7 +391,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Document BaseType. @return Logical type of document */ - public String getDocBaseType () + public String getDocBaseType() { return (String)get_Value(COLUMNNAME_DocBaseType); } @@ -409,21 +403,20 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Document Sequence. - @param DocNoSequence_ID - Document sequence determines the numbering of documents - */ + @param DocNoSequence_ID Document sequence determines the numbering of documents + */ public void setDocNoSequence_ID (int DocNoSequence_ID) { - if (DocNoSequence_ID < 1) + if (DocNoSequence_ID < 1) set_Value (COLUMNNAME_DocNoSequence_ID, null); - else + else set_Value (COLUMNNAME_DocNoSequence_ID, Integer.valueOf(DocNoSequence_ID)); } /** Get Document Sequence. @return Document sequence determines the numbering of documents */ - public int getDocNoSequence_ID () + public int getDocNoSequence_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DocNoSequence_ID); if (ii == null) @@ -440,9 +433,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Physical Inventory = PI */ public static final String DOCSUBTYPEINV_PhysicalInventory = "PI"; /** Set Inv Sub Type. - @param DocSubTypeInv - Inventory Sub Type - */ + @param DocSubTypeInv Inventory Sub Type + */ public void setDocSubTypeInv (String DocSubTypeInv) { @@ -452,7 +444,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Inv Sub Type. @return Inventory Sub Type */ - public String getDocSubTypeInv () + public String getDocSubTypeInv() { return (String)get_Value(COLUMNNAME_DocSubTypeInv); } @@ -476,9 +468,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** POS Order = WR */ public static final String DOCSUBTYPESO_POSOrder = "WR"; /** Set SO Sub Type. - @param DocSubTypeSO - Sales Order Sub Type - */ + @param DocSubTypeSO Sales Order Sub Type + */ public void setDocSubTypeSO (String DocSubTypeSO) { @@ -488,15 +479,14 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get SO Sub Type. @return Sales Order Sub Type */ - public String getDocSubTypeSO () + public String getDocSubTypeSO() { return (String)get_Value(COLUMNNAME_DocSubTypeSO); } /** Set Document Copies. - @param DocumentCopies - Number of copies to be printed - */ + @param DocumentCopies Number of copies to be printed + */ public void setDocumentCopies (int DocumentCopies) { set_Value (COLUMNNAME_DocumentCopies, Integer.valueOf(DocumentCopies)); @@ -505,7 +495,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Document Copies. @return Number of copies to be printed */ - public int getDocumentCopies () + public int getDocumentCopies() { Integer ii = (Integer)get_Value(COLUMNNAME_DocumentCopies); if (ii == null) @@ -514,9 +504,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Document Note. - @param DocumentNote - Additional information for a Document - */ + @param DocumentNote Additional information for a Document + */ public void setDocumentNote (String DocumentNote) { set_Value (COLUMNNAME_DocumentNote, DocumentNote); @@ -525,7 +514,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Document Note. @return Additional information for a Document */ - public String getDocumentNote () + public String getDocumentNote() { return (String)get_Value(COLUMNNAME_DocumentNote); } @@ -537,21 +526,20 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set GL Category. - @param GL_Category_ID - General Ledger Category - */ + @param GL_Category_ID General Ledger Category + */ public void setGL_Category_ID (int GL_Category_ID) { - if (GL_Category_ID < 1) + if (GL_Category_ID < 1) set_Value (COLUMNNAME_GL_Category_ID, null); - else + else set_Value (COLUMNNAME_GL_Category_ID, Integer.valueOf(GL_Category_ID)); } /** Get GL Category. @return General Ledger Category */ - public int getGL_Category_ID () + public int getGL_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Category_ID); if (ii == null) @@ -560,9 +548,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Charges. - @param HasCharges - Charges can be added to the document - */ + @param HasCharges Charges can be added to the document + */ public void setHasCharges (boolean HasCharges) { set_Value (COLUMNNAME_HasCharges, Boolean.valueOf(HasCharges)); @@ -571,7 +558,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Charges. @return Charges can be added to the document */ - public boolean isHasCharges () + public boolean isHasCharges() { Object oo = get_Value(COLUMNNAME_HasCharges); if (oo != null) @@ -584,9 +571,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Pro forma Invoice. - @param HasProforma - Indicates if Pro Forma Invoices can be generated from this document - */ + @param HasProforma Indicates if Pro Forma Invoices can be generated from this document + */ public void setHasProforma (boolean HasProforma) { set_Value (COLUMNNAME_HasProforma, Boolean.valueOf(HasProforma)); @@ -595,7 +581,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Pro forma Invoice. @return Indicates if Pro Forma Invoices can be generated from this document */ - public boolean isHasProforma () + public boolean isHasProforma() { Object oo = get_Value(COLUMNNAME_HasProforma); if (oo != null) @@ -608,7 +594,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Mandatory Charge or Product. - @param IsChargeOrProductMandatory Mandatory Charge or Product */ + @param IsChargeOrProductMandatory Mandatory Charge or Product + */ public void setIsChargeOrProductMandatory (boolean IsChargeOrProductMandatory) { set_Value (COLUMNNAME_IsChargeOrProductMandatory, Boolean.valueOf(IsChargeOrProductMandatory)); @@ -616,7 +603,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Mandatory Charge or Product. @return Mandatory Charge or Product */ - public boolean isChargeOrProductMandatory () + public boolean isChargeOrProductMandatory() { Object oo = get_Value(COLUMNNAME_IsChargeOrProductMandatory); if (oo != null) @@ -629,9 +616,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Create Counter Document. - @param IsCreateCounter - Create Counter Document - */ + @param IsCreateCounter Create Counter Document + */ public void setIsCreateCounter (boolean IsCreateCounter) { set_Value (COLUMNNAME_IsCreateCounter, Boolean.valueOf(IsCreateCounter)); @@ -640,7 +626,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Create Counter Document. @return Create Counter Document */ - public boolean isCreateCounter () + public boolean isCreateCounter() { Object oo = get_Value(COLUMNNAME_IsCreateCounter); if (oo != null) @@ -653,9 +639,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -664,7 +649,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -677,9 +662,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Default Counter Document. - @param IsDefaultCounterDoc - The document type is the default counter document type - */ + @param IsDefaultCounterDoc The document type is the default counter document type + */ public void setIsDefaultCounterDoc (boolean IsDefaultCounterDoc) { set_Value (COLUMNNAME_IsDefaultCounterDoc, Boolean.valueOf(IsDefaultCounterDoc)); @@ -688,7 +672,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Default Counter Document. @return The document type is the default counter document type */ - public boolean isDefaultCounterDoc () + public boolean isDefaultCounterDoc() { Object oo = get_Value(COLUMNNAME_IsDefaultCounterDoc); if (oo != null) @@ -701,9 +685,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Document is Number Controlled. - @param IsDocNoControlled - The document has a document sequence - */ + @param IsDocNoControlled The document has a document sequence + */ public void setIsDocNoControlled (boolean IsDocNoControlled) { set_Value (COLUMNNAME_IsDocNoControlled, Boolean.valueOf(IsDocNoControlled)); @@ -712,7 +695,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Document is Number Controlled. @return The document has a document sequence */ - public boolean isDocNoControlled () + public boolean isDocNoControlled() { Object oo = get_Value(COLUMNNAME_IsDocNoControlled); if (oo != null) @@ -725,9 +708,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Indexed. - @param IsIndexed - Index the document for the internal search engine - */ + @param IsIndexed Index the document for the internal search engine + */ public void setIsIndexed (boolean IsIndexed) { set_Value (COLUMNNAME_IsIndexed, Boolean.valueOf(IsIndexed)); @@ -736,7 +718,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Indexed. @return Index the document for the internal search engine */ - public boolean isIndexed () + public boolean isIndexed() { Object oo = get_Value(COLUMNNAME_IsIndexed); if (oo != null) @@ -749,9 +731,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set In Transit. - @param IsInTransit - Movement is in transit - */ + @param IsInTransit Movement is in transit + */ public void setIsInTransit (boolean IsInTransit) { set_Value (COLUMNNAME_IsInTransit, Boolean.valueOf(IsInTransit)); @@ -760,7 +741,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get In Transit. @return Movement is in transit */ - public boolean isInTransit () + public boolean isInTransit() { Object oo = get_Value(COLUMNNAME_IsInTransit); if (oo != null) @@ -773,7 +754,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Allow Product Without Pricelist. - @param isNoPriceListCheck Allow Product Without Pricelist */ + @param IsNoPriceListCheck Allow Product Without Pricelist + */ public void setIsNoPriceListCheck (boolean IsNoPriceListCheck) { set_Value (COLUMNNAME_IsNoPriceListCheck, Boolean.valueOf(IsNoPriceListCheck)); @@ -781,7 +763,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Allow Product Without Pricelist. @return Allow Product Without Pricelist */ - public boolean IsNoPriceListCheck () + public boolean isNoPriceListCheck() { Object oo = get_Value(COLUMNNAME_IsNoPriceListCheck); if (oo != null) @@ -794,7 +776,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Overwrite Date on Complete. - @param IsOverwriteDateOnComplete Overwrite Date on Complete */ + @param IsOverwriteDateOnComplete Overwrite Date on Complete + */ public void setIsOverwriteDateOnComplete (boolean IsOverwriteDateOnComplete) { set_Value (COLUMNNAME_IsOverwriteDateOnComplete, Boolean.valueOf(IsOverwriteDateOnComplete)); @@ -802,7 +785,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Overwrite Date on Complete. @return Overwrite Date on Complete */ - public boolean isOverwriteDateOnComplete () + public boolean isOverwriteDateOnComplete() { Object oo = get_Value(COLUMNNAME_IsOverwriteDateOnComplete); if (oo != null) @@ -815,7 +798,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Overwrite Sequence on Complete. - @param IsOverwriteSeqOnComplete Overwrite Sequence on Complete */ + @param IsOverwriteSeqOnComplete Overwrite Sequence on Complete + */ public void setIsOverwriteSeqOnComplete (boolean IsOverwriteSeqOnComplete) { set_Value (COLUMNNAME_IsOverwriteSeqOnComplete, Boolean.valueOf(IsOverwriteSeqOnComplete)); @@ -823,7 +807,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Overwrite Sequence on Complete. @return Overwrite Sequence on Complete */ - public boolean isOverwriteSeqOnComplete () + public boolean isOverwriteSeqOnComplete() { Object oo = get_Value(COLUMNNAME_IsOverwriteSeqOnComplete); if (oo != null) @@ -836,9 +820,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Pick/QA Confirmation. - @param IsPickQAConfirm - Require Pick or QA Confirmation before processing - */ + @param IsPickQAConfirm Require Pick or QA Confirmation before processing + */ public void setIsPickQAConfirm (boolean IsPickQAConfirm) { set_Value (COLUMNNAME_IsPickQAConfirm, Boolean.valueOf(IsPickQAConfirm)); @@ -847,7 +830,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Pick/QA Confirmation. @return Require Pick or QA Confirmation before processing */ - public boolean isPickQAConfirm () + public boolean isPickQAConfirm() { Object oo = get_Value(COLUMNNAME_IsPickQAConfirm); if (oo != null) @@ -860,9 +843,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Prepare Split Document. - @param IsPrepareSplitDocument - Prepare generated split shipment/receipt document - */ + @param IsPrepareSplitDocument Prepare generated split shipment/receipt document + */ public void setIsPrepareSplitDocument (boolean IsPrepareSplitDocument) { set_Value (COLUMNNAME_IsPrepareSplitDocument, Boolean.valueOf(IsPrepareSplitDocument)); @@ -871,7 +853,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Prepare Split Document. @return Prepare generated split shipment/receipt document */ - public boolean isPrepareSplitDocument () + public boolean isPrepareSplitDocument() { Object oo = get_Value(COLUMNNAME_IsPrepareSplitDocument); if (oo != null) @@ -884,9 +866,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Ship/Receipt Confirmation. - @param IsShipConfirm - Require Ship or Receipt Confirmation before processing - */ + @param IsShipConfirm Require Ship or Receipt Confirmation before processing + */ public void setIsShipConfirm (boolean IsShipConfirm) { set_Value (COLUMNNAME_IsShipConfirm, Boolean.valueOf(IsShipConfirm)); @@ -895,7 +876,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Ship/Receipt Confirmation. @return Require Ship or Receipt Confirmation before processing */ - public boolean isShipConfirm () + public boolean isShipConfirm() { Object oo = get_Value(COLUMNNAME_IsShipConfirm); if (oo != null) @@ -908,9 +889,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -919,7 +899,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -932,9 +912,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Split when Difference. - @param IsSplitWhenDifference - Split document when there is a difference - */ + @param IsSplitWhenDifference Split document when there is a difference + */ public void setIsSplitWhenDifference (boolean IsSplitWhenDifference) { set_Value (COLUMNNAME_IsSplitWhenDifference, Boolean.valueOf(IsSplitWhenDifference)); @@ -943,7 +922,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Split when Difference. @return Split document when there is a difference */ - public boolean isSplitWhenDifference () + public boolean isSplitWhenDifference() { Object oo = get_Value(COLUMNNAME_IsSplitWhenDifference); if (oo != null) @@ -956,9 +935,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -967,7 +945,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -981,9 +959,8 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent } /** Set Print Text. - @param PrintName - The label text to be printed on a document or correspondence. - */ + @param PrintName The label text to be printed on a document or correspondence. + */ public void setPrintName (String PrintName) { set_Value (COLUMNNAME_PrintName, PrintName); @@ -992,7 +969,7 @@ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent /** Get Print Text. @return The label text to be printed on a document or correspondence. */ - public String getPrintName () + public String getPrintName() { return (String)get_Value(COLUMNNAME_PrintName); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DocTypeCounter.java b/org.adempiere.base/src/org/compiere/model/X_C_DocTypeCounter.java index e9f0979437..20b4440bec 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DocTypeCounter.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DocTypeCounter.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_DocTypeCounter * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_DocTypeCounter") public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_DocTypeCounter (Properties ctx, int C_DocTypeCounter_ID, String trxName) @@ -78,21 +78,20 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers } /** Set Counter Document. - @param C_DocTypeCounter_ID - Counter Document Relationship - */ + @param C_DocTypeCounter_ID Counter Document Relationship + */ public void setC_DocTypeCounter_ID (int C_DocTypeCounter_ID) { - if (C_DocTypeCounter_ID < 1) + if (C_DocTypeCounter_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DocTypeCounter_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DocTypeCounter_ID, Integer.valueOf(C_DocTypeCounter_ID)); } /** Get Counter Document. @return Counter Document Relationship */ - public int getC_DocTypeCounter_ID () + public int getC_DocTypeCounter_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeCounter_ID); if (ii == null) @@ -101,7 +100,8 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers } /** Set C_DocTypeCounter_UU. - @param C_DocTypeCounter_UU C_DocTypeCounter_UU */ + @param C_DocTypeCounter_UU C_DocTypeCounter_UU + */ public void setC_DocTypeCounter_UU (String C_DocTypeCounter_UU) { set_Value (COLUMNNAME_C_DocTypeCounter_UU, C_DocTypeCounter_UU); @@ -109,7 +109,7 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers /** Get C_DocTypeCounter_UU. @return C_DocTypeCounter_UU */ - public String getC_DocTypeCounter_UU () + public String getC_DocTypeCounter_UU() { return (String)get_Value(COLUMNNAME_C_DocTypeCounter_UU); } @@ -121,21 +121,20 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -150,21 +149,20 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers } /** Set Counter Document Type. - @param Counter_C_DocType_ID - Generated Counter Document Type (To) - */ + @param Counter_C_DocType_ID Generated Counter Document Type (To) + */ public void setCounter_C_DocType_ID (int Counter_C_DocType_ID) { - if (Counter_C_DocType_ID < 1) + if (Counter_C_DocType_ID < 1) set_Value (COLUMNNAME_Counter_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_Counter_C_DocType_ID, Integer.valueOf(Counter_C_DocType_ID)); } /** Get Counter Document Type. @return Generated Counter Document Type (To) */ - public int getCounter_C_DocType_ID () + public int getCounter_C_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Counter_C_DocType_ID); if (ii == null) @@ -173,9 +171,8 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -184,14 +181,14 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -220,9 +217,8 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -232,15 +228,14 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } /** Set Create Counter Document. - @param IsCreateCounter - Create Counter Document - */ + @param IsCreateCounter Create Counter Document + */ public void setIsCreateCounter (boolean IsCreateCounter) { set_Value (COLUMNNAME_IsCreateCounter, Boolean.valueOf(IsCreateCounter)); @@ -249,7 +244,7 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers /** Get Create Counter Document. @return Create Counter Document */ - public boolean isCreateCounter () + public boolean isCreateCounter() { Object oo = get_Value(COLUMNNAME_IsCreateCounter); if (oo != null) @@ -262,9 +257,8 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers } /** Set Valid. - @param IsValid - Element is valid - */ + @param IsValid Element is valid + */ public void setIsValid (boolean IsValid) { set_Value (COLUMNNAME_IsValid, Boolean.valueOf(IsValid)); @@ -273,7 +267,7 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers /** Get Valid. @return Element is valid */ - public boolean isValid () + public boolean isValid() { Object oo = get_Value(COLUMNNAME_IsValid); if (oo != null) @@ -286,9 +280,8 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -297,7 +290,7 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -311,7 +304,8 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -319,7 +313,7 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Dunning.java b/org.adempiere.base/src/org/compiere/model/X_C_Dunning.java index 5d328a6ac7..08e68ee2ec 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Dunning.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Dunning.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Dunning * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Dunning") public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Dunning (Properties ctx, int C_Dunning_ID, String trxName) @@ -76,21 +76,20 @@ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent } /** Set Dunning. - @param C_Dunning_ID - Dunning Rules for overdue invoices - */ + @param C_Dunning_ID Dunning Rules for overdue invoices + */ public void setC_Dunning_ID (int C_Dunning_ID) { - if (C_Dunning_ID < 1) + if (C_Dunning_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Dunning_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Dunning_ID, Integer.valueOf(C_Dunning_ID)); } /** Get Dunning. @return Dunning Rules for overdue invoices */ - public int getC_Dunning_ID () + public int getC_Dunning_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Dunning_ID); if (ii == null) @@ -99,7 +98,8 @@ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent } /** Set C_Dunning_UU. - @param C_Dunning_UU C_Dunning_UU */ + @param C_Dunning_UU C_Dunning_UU + */ public void setC_Dunning_UU (String C_Dunning_UU) { set_Value (COLUMNNAME_C_Dunning_UU, C_Dunning_UU); @@ -107,15 +107,14 @@ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent /** Get C_Dunning_UU. @return C_Dunning_UU */ - public String getC_Dunning_UU () + public String getC_Dunning_UU() { return (String)get_Value(COLUMNNAME_C_Dunning_UU); } /** Set Create levels sequentially. - @param CreateLevelsSequentially - Create Dunning Letter by level sequentially - */ + @param CreateLevelsSequentially Create Dunning Letter by level sequentially + */ public void setCreateLevelsSequentially (boolean CreateLevelsSequentially) { set_Value (COLUMNNAME_CreateLevelsSequentially, Boolean.valueOf(CreateLevelsSequentially)); @@ -124,7 +123,7 @@ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent /** Get Create levels sequentially. @return Create Dunning Letter by level sequentially */ - public boolean isCreateLevelsSequentially () + public boolean isCreateLevelsSequentially() { Object oo = get_Value(COLUMNNAME_CreateLevelsSequentially); if (oo != null) @@ -137,9 +136,8 @@ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -148,15 +146,14 @@ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -165,7 +162,7 @@ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -178,9 +175,8 @@ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -189,7 +185,7 @@ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -203,9 +199,8 @@ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent } /** Set Send dunning letters. - @param SendDunningLetter - Indicates if dunning letters will be sent - */ + @param SendDunningLetter Indicates if dunning letters will be sent + */ public void setSendDunningLetter (boolean SendDunningLetter) { set_Value (COLUMNNAME_SendDunningLetter, Boolean.valueOf(SendDunningLetter)); @@ -214,7 +209,7 @@ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent /** Get Send dunning letters. @return Indicates if dunning letters will be sent */ - public boolean isSendDunningLetter () + public boolean isSendDunningLetter() { Object oo = get_Value(COLUMNNAME_SendDunningLetter); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DunningLevel.java b/org.adempiere.base/src/org/compiere/model/X_C_DunningLevel.java index 590ab4da70..cdaba680aa 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DunningLevel.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DunningLevel.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_DunningLevel * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_DunningLevel") public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_DunningLevel (Properties ctx, int C_DunningLevel_ID, String trxName) @@ -93,21 +93,20 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Dunning. - @param C_Dunning_ID - Dunning Rules for overdue invoices - */ + @param C_Dunning_ID Dunning Rules for overdue invoices + */ public void setC_Dunning_ID (int C_Dunning_ID) { - if (C_Dunning_ID < 1) + if (C_Dunning_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Dunning_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Dunning_ID, Integer.valueOf(C_Dunning_ID)); } /** Get Dunning. @return Dunning Rules for overdue invoices */ - public int getC_Dunning_ID () + public int getC_Dunning_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Dunning_ID); if (ii == null) @@ -116,18 +115,19 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Dunning Level. - @param C_DunningLevel_ID Dunning Level */ + @param C_DunningLevel_ID Dunning Level + */ public void setC_DunningLevel_ID (int C_DunningLevel_ID) { - if (C_DunningLevel_ID < 1) + if (C_DunningLevel_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DunningLevel_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DunningLevel_ID, Integer.valueOf(C_DunningLevel_ID)); } /** Get Dunning Level. @return Dunning Level */ - public int getC_DunningLevel_ID () + public int getC_DunningLevel_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DunningLevel_ID); if (ii == null) @@ -136,7 +136,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set C_DunningLevel_UU. - @param C_DunningLevel_UU C_DunningLevel_UU */ + @param C_DunningLevel_UU C_DunningLevel_UU + */ public void setC_DunningLevel_UU (String C_DunningLevel_UU) { set_Value (COLUMNNAME_C_DunningLevel_UU, C_DunningLevel_UU); @@ -144,15 +145,14 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get C_DunningLevel_UU. @return C_DunningLevel_UU */ - public String getC_DunningLevel_UU () + public String getC_DunningLevel_UU() { return (String)get_Value(COLUMNNAME_C_DunningLevel_UU); } /** Set Charge fee. - @param ChargeFee - Indicates if fees will be charged for overdue invoices - */ + @param ChargeFee Indicates if fees will be charged for overdue invoices + */ public void setChargeFee (boolean ChargeFee) { set_Value (COLUMNNAME_ChargeFee, Boolean.valueOf(ChargeFee)); @@ -161,7 +161,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Charge fee. @return Indicates if fees will be charged for overdue invoices */ - public boolean isChargeFee () + public boolean isChargeFee() { Object oo = get_Value(COLUMNNAME_ChargeFee); if (oo != null) @@ -174,9 +174,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Charge Interest. - @param ChargeInterest - Indicates if interest will be charged on overdue invoices - */ + @param ChargeInterest Indicates if interest will be charged on overdue invoices + */ public void setChargeInterest (boolean ChargeInterest) { set_Value (COLUMNNAME_ChargeInterest, Boolean.valueOf(ChargeInterest)); @@ -185,7 +184,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Charge Interest. @return Indicates if interest will be charged on overdue invoices */ - public boolean isChargeInterest () + public boolean isChargeInterest() { Object oo = get_Value(COLUMNNAME_ChargeInterest); if (oo != null) @@ -204,21 +203,20 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Payment Term. - @param C_PaymentTerm_ID - The terms of Payment (timing, discount) - */ + @param C_PaymentTerm_ID The terms of Payment (timing, discount) + */ public void setC_PaymentTerm_ID (int C_PaymentTerm_ID) { - if (C_PaymentTerm_ID < 1) + if (C_PaymentTerm_ID < 1) set_Value (COLUMNNAME_C_PaymentTerm_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentTerm_ID, Integer.valueOf(C_PaymentTerm_ID)); } /** Get Payment Term. @return The terms of Payment (timing, discount) */ - public int getC_PaymentTerm_ID () + public int getC_PaymentTerm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentTerm_ID); if (ii == null) @@ -227,9 +225,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Days after due date. - @param DaysAfterDue - Days after due date to dun (if negative days until due) - */ + @param DaysAfterDue Days after due date to dun (if negative days until due) + */ public void setDaysAfterDue (BigDecimal DaysAfterDue) { set_Value (COLUMNNAME_DaysAfterDue, DaysAfterDue); @@ -238,7 +235,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Days after due date. @return Days after due date to dun (if negative days until due) */ - public BigDecimal getDaysAfterDue () + public BigDecimal getDaysAfterDue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DaysAfterDue); if (bd == null) @@ -247,9 +244,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Days between dunning. - @param DaysBetweenDunning - Days between sending dunning notices - */ + @param DaysBetweenDunning Days between sending dunning notices + */ public void setDaysBetweenDunning (int DaysBetweenDunning) { set_Value (COLUMNNAME_DaysBetweenDunning, Integer.valueOf(DaysBetweenDunning)); @@ -258,7 +254,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Days between dunning. @return Days between sending dunning notices */ - public int getDaysBetweenDunning () + public int getDaysBetweenDunning() { Integer ii = (Integer)get_Value(COLUMNNAME_DaysBetweenDunning); if (ii == null) @@ -267,9 +263,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -278,7 +273,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -290,21 +285,20 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Dunning Print Format. - @param Dunning_PrintFormat_ID - Print Format for printing Dunning Letters - */ + @param Dunning_PrintFormat_ID Print Format for printing Dunning Letters + */ public void setDunning_PrintFormat_ID (int Dunning_PrintFormat_ID) { - if (Dunning_PrintFormat_ID < 1) + if (Dunning_PrintFormat_ID < 1) set_Value (COLUMNNAME_Dunning_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_Dunning_PrintFormat_ID, Integer.valueOf(Dunning_PrintFormat_ID)); } /** Get Dunning Print Format. @return Print Format for printing Dunning Letters */ - public int getDunning_PrintFormat_ID () + public int getDunning_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Dunning_PrintFormat_ID); if (ii == null) @@ -313,9 +307,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Fee Amount. - @param FeeAmt - Fee amount in invoice currency - */ + @param FeeAmt Fee amount in invoice currency + */ public void setFeeAmt (BigDecimal FeeAmt) { set_Value (COLUMNNAME_FeeAmt, FeeAmt); @@ -324,7 +317,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Fee Amount. @return Fee amount in invoice currency */ - public BigDecimal getFeeAmt () + public BigDecimal getFeeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FeeAmt); if (bd == null) @@ -333,9 +326,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Interest in percent. - @param InterestPercent - Percentage interest to charge on overdue invoices - */ + @param InterestPercent Percentage interest to charge on overdue invoices + */ public void setInterestPercent (BigDecimal InterestPercent) { set_Value (COLUMNNAME_InterestPercent, InterestPercent); @@ -344,7 +336,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Interest in percent. @return Percentage interest to charge on overdue invoices */ - public BigDecimal getInterestPercent () + public BigDecimal getInterestPercent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_InterestPercent); if (bd == null) @@ -363,9 +355,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Uncollectable = U */ public static final String INVOICECOLLECTIONTYPE_Uncollectable = "U"; /** Set Collection Status. - @param InvoiceCollectionType - Invoice Collection Status - */ + @param InvoiceCollectionType Invoice Collection Status + */ public void setInvoiceCollectionType (String InvoiceCollectionType) { @@ -375,15 +366,14 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Collection Status. @return Invoice Collection Status */ - public String getInvoiceCollectionType () + public String getInvoiceCollectionType() { return (String)get_Value(COLUMNNAME_InvoiceCollectionType); } /** Set Credit Stop. - @param IsSetCreditStop - Set the business partner to credit stop - */ + @param IsSetCreditStop Set the business partner to credit stop + */ public void setIsSetCreditStop (boolean IsSetCreditStop) { set_Value (COLUMNNAME_IsSetCreditStop, Boolean.valueOf(IsSetCreditStop)); @@ -392,7 +382,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Credit Stop. @return Set the business partner to credit stop */ - public boolean isSetCreditStop () + public boolean isSetCreditStop() { Object oo = get_Value(COLUMNNAME_IsSetCreditStop); if (oo != null) @@ -405,9 +395,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Set Payment Term. - @param IsSetPaymentTerm - Set the payment term of the Business Partner - */ + @param IsSetPaymentTerm Set the payment term of the Business Partner + */ public void setIsSetPaymentTerm (boolean IsSetPaymentTerm) { set_Value (COLUMNNAME_IsSetPaymentTerm, Boolean.valueOf(IsSetPaymentTerm)); @@ -416,7 +405,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Set Payment Term. @return Set the payment term of the Business Partner */ - public boolean isSetPaymentTerm () + public boolean isSetPaymentTerm() { Object oo = get_Value(COLUMNNAME_IsSetPaymentTerm); if (oo != null) @@ -429,9 +418,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Show All Due. - @param IsShowAllDue - Show/print all due invoices - */ + @param IsShowAllDue Show/print all due invoices + */ public void setIsShowAllDue (boolean IsShowAllDue) { set_Value (COLUMNNAME_IsShowAllDue, Boolean.valueOf(IsShowAllDue)); @@ -440,7 +428,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Show All Due. @return Show/print all due invoices */ - public boolean isShowAllDue () + public boolean isShowAllDue() { Object oo = get_Value(COLUMNNAME_IsShowAllDue); if (oo != null) @@ -453,9 +441,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Show Not Due. - @param IsShowNotDue - Show/print all invoices which are not due (yet). - */ + @param IsShowNotDue Show/print all invoices which are not due (yet). + */ public void setIsShowNotDue (boolean IsShowNotDue) { set_Value (COLUMNNAME_IsShowNotDue, Boolean.valueOf(IsShowNotDue)); @@ -464,7 +451,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Show Not Due. @return Show/print all invoices which are not due (yet). */ - public boolean isShowNotDue () + public boolean isShowNotDue() { Object oo = get_Value(COLUMNNAME_IsShowNotDue); if (oo != null) @@ -477,9 +464,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Is Statement. - @param IsStatement - Dunning Level is a definition of a statement - */ + @param IsStatement Dunning Level is a definition of a statement + */ public void setIsStatement (boolean IsStatement) { set_Value (COLUMNNAME_IsStatement, Boolean.valueOf(IsStatement)); @@ -488,7 +474,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Is Statement. @return Dunning Level is a definition of a statement */ - public boolean isStatement () + public boolean isStatement() { Object oo = get_Value(COLUMNNAME_IsStatement); if (oo != null) @@ -501,9 +487,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -512,7 +497,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -526,9 +511,8 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste } /** Set Note. - @param Note - Optional additional user defined information - */ + @param Note Optional additional user defined information + */ public void setNote (String Note) { set_Value (COLUMNNAME_Note, Note); @@ -537,15 +521,14 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Note. @return Optional additional user defined information */ - public String getNote () + public String getNote() { return (String)get_Value(COLUMNNAME_Note); } /** Set Print Text. - @param PrintName - The label text to be printed on a document or correspondence. - */ + @param PrintName The label text to be printed on a document or correspondence. + */ public void setPrintName (String PrintName) { set_Value (COLUMNNAME_PrintName, PrintName); @@ -554,7 +537,7 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste /** Get Print Text. @return The label text to be printed on a document or correspondence. */ - public String getPrintName () + public String getPrintName() { return (String)get_Value(COLUMNNAME_PrintName); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DunningRun.java b/org.adempiere.base/src/org/compiere/model/X_C_DunningRun.java index 5f89752058..3da0ac6d69 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DunningRun.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DunningRun.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_DunningRun * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_DunningRun") public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_DunningRun (Properties ctx, int C_DunningRun_ID, String trxName) @@ -83,21 +83,20 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent } /** Set Dunning. - @param C_Dunning_ID - Dunning Rules for overdue invoices - */ + @param C_Dunning_ID Dunning Rules for overdue invoices + */ public void setC_Dunning_ID (int C_Dunning_ID) { - if (C_Dunning_ID < 1) + if (C_Dunning_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Dunning_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Dunning_ID, Integer.valueOf(C_Dunning_ID)); } /** Get Dunning. @return Dunning Rules for overdue invoices */ - public int getC_Dunning_ID () + public int getC_Dunning_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Dunning_ID); if (ii == null) @@ -112,18 +111,19 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent } /** Set Dunning Level. - @param C_DunningLevel_ID Dunning Level */ + @param C_DunningLevel_ID Dunning Level + */ public void setC_DunningLevel_ID (int C_DunningLevel_ID) { - if (C_DunningLevel_ID < 1) + if (C_DunningLevel_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DunningLevel_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DunningLevel_ID, Integer.valueOf(C_DunningLevel_ID)); } /** Get Dunning Level. @return Dunning Level */ - public int getC_DunningLevel_ID () + public int getC_DunningLevel_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DunningLevel_ID); if (ii == null) @@ -132,21 +132,20 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent } /** Set Dunning Run. - @param C_DunningRun_ID - Dunning Run - */ + @param C_DunningRun_ID Dunning Run + */ public void setC_DunningRun_ID (int C_DunningRun_ID) { - if (C_DunningRun_ID < 1) + if (C_DunningRun_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DunningRun_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DunningRun_ID, Integer.valueOf(C_DunningRun_ID)); } /** Get Dunning Run. @return Dunning Run */ - public int getC_DunningRun_ID () + public int getC_DunningRun_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DunningRun_ID); if (ii == null) @@ -155,7 +154,8 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent } /** Set C_DunningRun_UU. - @param C_DunningRun_UU C_DunningRun_UU */ + @param C_DunningRun_UU C_DunningRun_UU + */ public void setC_DunningRun_UU (String C_DunningRun_UU) { set_Value (COLUMNNAME_C_DunningRun_UU, C_DunningRun_UU); @@ -163,15 +163,14 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent /** Get C_DunningRun_UU. @return C_DunningRun_UU */ - public String getC_DunningRun_UU () + public String getC_DunningRun_UU() { return (String)get_Value(COLUMNNAME_C_DunningRun_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -180,15 +179,14 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Dunning Date. - @param DunningDate - Date of Dunning - */ + @param DunningDate Date of Dunning + */ public void setDunningDate (Timestamp DunningDate) { set_Value (COLUMNNAME_DunningDate, DunningDate); @@ -197,7 +195,7 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent /** Get Dunning Date. @return Date of Dunning */ - public Timestamp getDunningDate () + public Timestamp getDunningDate() { return (Timestamp)get_Value(COLUMNNAME_DunningDate); } @@ -211,9 +209,8 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -222,7 +219,7 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -235,7 +232,8 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -243,7 +241,7 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -256,7 +254,8 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent } /** Set Send. - @param SendIt Send */ + @param SendIt Send + */ public void setSendIt (String SendIt) { set_Value (COLUMNNAME_SendIt, SendIt); @@ -264,7 +263,7 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent /** Get Send. @return Send */ - public String getSendIt () + public String getSendIt() { return (String)get_Value(COLUMNNAME_SendIt); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DunningRunEntry.java b/org.adempiere.base/src/org/compiere/model/X_C_DunningRunEntry.java index b3b1d2931d..14af9b5a4c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DunningRunEntry.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DunningRunEntry.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_DunningRunEntry * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_DunningRunEntry") public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_DunningRunEntry (Properties ctx, int C_DunningRunEntry_ID, String trxName) @@ -90,21 +90,20 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -113,9 +112,8 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe } /** Set Amount. - @param Amt - Amount - */ + @param Amt Amount + */ public void setAmt (BigDecimal Amt) { set_Value (COLUMNNAME_Amt, Amt); @@ -124,7 +122,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe /** Get Amount. @return Amount */ - public BigDecimal getAmt () + public BigDecimal getAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amt); if (bd == null) @@ -138,22 +136,21 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -168,21 +165,20 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -197,21 +193,20 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -226,18 +221,19 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe } /** Set Dunning Level. - @param C_DunningLevel_ID Dunning Level */ + @param C_DunningLevel_ID Dunning Level + */ public void setC_DunningLevel_ID (int C_DunningLevel_ID) { - if (C_DunningLevel_ID < 1) + if (C_DunningLevel_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DunningLevel_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DunningLevel_ID, Integer.valueOf(C_DunningLevel_ID)); } /** Get Dunning Level. @return Dunning Level */ - public int getC_DunningLevel_ID () + public int getC_DunningLevel_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DunningLevel_ID); if (ii == null) @@ -246,21 +242,20 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe } /** Set Dunning Run Entry. - @param C_DunningRunEntry_ID - Dunning Run Entry - */ + @param C_DunningRunEntry_ID Dunning Run Entry + */ public void setC_DunningRunEntry_ID (int C_DunningRunEntry_ID) { - if (C_DunningRunEntry_ID < 1) + if (C_DunningRunEntry_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DunningRunEntry_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DunningRunEntry_ID, Integer.valueOf(C_DunningRunEntry_ID)); } /** Get Dunning Run Entry. @return Dunning Run Entry */ - public int getC_DunningRunEntry_ID () + public int getC_DunningRunEntry_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DunningRunEntry_ID); if (ii == null) @@ -269,7 +264,8 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe } /** Set C_DunningRunEntry_UU. - @param C_DunningRunEntry_UU C_DunningRunEntry_UU */ + @param C_DunningRunEntry_UU C_DunningRunEntry_UU + */ public void setC_DunningRunEntry_UU (String C_DunningRunEntry_UU) { set_Value (COLUMNNAME_C_DunningRunEntry_UU, C_DunningRunEntry_UU); @@ -277,7 +273,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe /** Get C_DunningRunEntry_UU. @return C_DunningRunEntry_UU */ - public String getC_DunningRunEntry_UU () + public String getC_DunningRunEntry_UU() { return (String)get_Value(COLUMNNAME_C_DunningRunEntry_UU); } @@ -289,21 +285,20 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe } /** Set Dunning Run. - @param C_DunningRun_ID - Dunning Run - */ + @param C_DunningRun_ID Dunning Run + */ public void setC_DunningRun_ID (int C_DunningRun_ID) { - if (C_DunningRun_ID < 1) + if (C_DunningRun_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DunningRun_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DunningRun_ID, Integer.valueOf(C_DunningRun_ID)); } /** Get Dunning Run. @return Dunning Run */ - public int getC_DunningRun_ID () + public int getC_DunningRun_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DunningRun_ID); if (ii == null) @@ -320,9 +315,8 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe } /** Set Note. - @param Note - Optional additional user defined information - */ + @param Note Optional additional user defined information + */ public void setNote (String Note) { set_Value (COLUMNNAME_Note, Note); @@ -331,15 +325,14 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe /** Get Note. @return Optional additional user defined information */ - public String getNote () + public String getNote() { return (String)get_Value(COLUMNNAME_Note); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -348,7 +341,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -361,9 +354,8 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -372,7 +364,7 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -387,21 +379,20 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DunningRunLine.java b/org.adempiere.base/src/org/compiere/model/X_C_DunningRunLine.java index da1fac4087..e3323cecc7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DunningRunLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DunningRunLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_DunningRunLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_DunningRunLine") public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_DunningRunLine (Properties ctx, int C_DunningRunLine_ID, String trxName) @@ -85,9 +85,8 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Amount. - @param Amt - Amount - */ + @param Amt Amount + */ public void setAmt (BigDecimal Amt) { set_Value (COLUMNNAME_Amt, Amt); @@ -96,7 +95,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers /** Get Amount. @return Amount */ - public BigDecimal getAmt () + public BigDecimal getAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amt); if (bd == null) @@ -111,21 +110,20 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Dunning Run Entry. - @param C_DunningRunEntry_ID - Dunning Run Entry - */ + @param C_DunningRunEntry_ID Dunning Run Entry + */ public void setC_DunningRunEntry_ID (int C_DunningRunEntry_ID) { - if (C_DunningRunEntry_ID < 1) + if (C_DunningRunEntry_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DunningRunEntry_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DunningRunEntry_ID, Integer.valueOf(C_DunningRunEntry_ID)); } /** Get Dunning Run Entry. @return Dunning Run Entry */ - public int getC_DunningRunEntry_ID () + public int getC_DunningRunEntry_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DunningRunEntry_ID); if (ii == null) @@ -134,21 +132,20 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Dunning Run Line. - @param C_DunningRunLine_ID - Dunning Run Line - */ + @param C_DunningRunLine_ID Dunning Run Line + */ public void setC_DunningRunLine_ID (int C_DunningRunLine_ID) { - if (C_DunningRunLine_ID < 1) + if (C_DunningRunLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DunningRunLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DunningRunLine_ID, Integer.valueOf(C_DunningRunLine_ID)); } /** Get Dunning Run Line. @return Dunning Run Line */ - public int getC_DunningRunLine_ID () + public int getC_DunningRunLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DunningRunLine_ID); if (ii == null) @@ -157,7 +154,8 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set C_DunningRunLine_UU. - @param C_DunningRunLine_UU C_DunningRunLine_UU */ + @param C_DunningRunLine_UU C_DunningRunLine_UU + */ public void setC_DunningRunLine_UU (String C_DunningRunLine_UU) { set_Value (COLUMNNAME_C_DunningRunLine_UU, C_DunningRunLine_UU); @@ -165,7 +163,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers /** Get C_DunningRunLine_UU. @return C_DunningRunLine_UU */ - public String getC_DunningRunLine_UU () + public String getC_DunningRunLine_UU() { return (String)get_Value(COLUMNNAME_C_DunningRunLine_UU); } @@ -177,21 +175,20 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -214,21 +211,20 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Invoice Payment Schedule. - @param C_InvoicePaySchedule_ID - Invoice Payment Schedule - */ + @param C_InvoicePaySchedule_ID Invoice Payment Schedule + */ public void setC_InvoicePaySchedule_ID (int C_InvoicePaySchedule_ID) { - if (C_InvoicePaySchedule_ID < 1) + if (C_InvoicePaySchedule_ID < 1) set_Value (COLUMNNAME_C_InvoicePaySchedule_ID, null); - else + else set_Value (COLUMNNAME_C_InvoicePaySchedule_ID, Integer.valueOf(C_InvoicePaySchedule_ID)); } /** Get Invoice Payment Schedule. @return Invoice Payment Schedule */ - public int getC_InvoicePaySchedule_ID () + public int getC_InvoicePaySchedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoicePaySchedule_ID); if (ii == null) @@ -237,9 +233,8 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Converted Amount. - @param ConvertedAmt - Converted Amount - */ + @param ConvertedAmt Converted Amount + */ public void setConvertedAmt (BigDecimal ConvertedAmt) { set_Value (COLUMNNAME_ConvertedAmt, ConvertedAmt); @@ -248,7 +243,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers /** Get Converted Amount. @return Converted Amount */ - public BigDecimal getConvertedAmt () + public BigDecimal getConvertedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConvertedAmt); if (bd == null) @@ -263,21 +258,20 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -286,9 +280,8 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Days due. - @param DaysDue - Number of days due (negative: due in number of days) - */ + @param DaysDue Number of days due (negative: due in number of days) + */ public void setDaysDue (int DaysDue) { set_Value (COLUMNNAME_DaysDue, Integer.valueOf(DaysDue)); @@ -297,7 +290,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers /** Get Days due. @return Number of days due (negative: due in number of days) */ - public int getDaysDue () + public int getDaysDue() { Integer ii = (Integer)get_Value(COLUMNNAME_DaysDue); if (ii == null) @@ -306,9 +299,8 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Fee Amount. - @param FeeAmt - Fee amount in invoice currency - */ + @param FeeAmt Fee amount in invoice currency + */ public void setFeeAmt (BigDecimal FeeAmt) { set_Value (COLUMNNAME_FeeAmt, FeeAmt); @@ -317,7 +309,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers /** Get Fee Amount. @return Fee amount in invoice currency */ - public BigDecimal getFeeAmt () + public BigDecimal getFeeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FeeAmt); if (bd == null) @@ -326,9 +318,8 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Interest Amount. - @param InterestAmt - Interest Amount - */ + @param InterestAmt Interest Amount + */ public void setInterestAmt (BigDecimal InterestAmt) { set_Value (COLUMNNAME_InterestAmt, InterestAmt); @@ -337,7 +328,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers /** Get Interest Amount. @return Interest Amount */ - public BigDecimal getInterestAmt () + public BigDecimal getInterestAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_InterestAmt); if (bd == null) @@ -346,9 +337,8 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set In Dispute. - @param IsInDispute - Document is in dispute - */ + @param IsInDispute Document is in dispute + */ public void setIsInDispute (boolean IsInDispute) { set_Value (COLUMNNAME_IsInDispute, Boolean.valueOf(IsInDispute)); @@ -357,7 +347,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers /** Get In Dispute. @return Document is in dispute */ - public boolean isInDispute () + public boolean isInDispute() { Object oo = get_Value(COLUMNNAME_IsInDispute); if (oo != null) @@ -370,9 +360,8 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Open Amount. - @param OpenAmt - Open item amount - */ + @param OpenAmt Open item amount + */ public void setOpenAmt (BigDecimal OpenAmt) { set_Value (COLUMNNAME_OpenAmt, OpenAmt); @@ -381,7 +370,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers /** Get Open Amount. @return Open item amount */ - public BigDecimal getOpenAmt () + public BigDecimal getOpenAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OpenAmt); if (bd == null) @@ -390,9 +379,8 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -401,7 +389,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -414,9 +402,8 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Times Dunned. - @param TimesDunned - Number of times dunned previously - */ + @param TimesDunned Number of times dunned previously + */ public void setTimesDunned (int TimesDunned) { set_Value (COLUMNNAME_TimesDunned, Integer.valueOf(TimesDunned)); @@ -425,7 +412,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers /** Get Times Dunned. @return Number of times dunned previously */ - public int getTimesDunned () + public int getTimesDunned() { Integer ii = (Integer)get_Value(COLUMNNAME_TimesDunned); if (ii == null) @@ -434,9 +421,8 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers } /** Set Total Amount. - @param TotalAmt - Total Amount - */ + @param TotalAmt Total Amount + */ public void setTotalAmt (BigDecimal TotalAmt) { set_Value (COLUMNNAME_TotalAmt, TotalAmt); @@ -445,7 +431,7 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers /** Get Total Amount. @return Total Amount */ - public BigDecimal getTotalAmt () + public BigDecimal getTotalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Element.java b/org.adempiere.base/src/org/compiere/model/X_C_Element.java index 52e53333a2..74ef472ffd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Element.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Element.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Element * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Element") public class X_C_Element extends PO implements I_C_Element, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Element (Properties ctx, int C_Element_ID, String trxName) @@ -84,21 +84,20 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent } /** Set Tree. - @param AD_Tree_ID - Identifies a Tree - */ + @param AD_Tree_ID Identifies a Tree + */ public void setAD_Tree_ID (int AD_Tree_ID) { - if (AD_Tree_ID < 1) + if (AD_Tree_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Tree_ID, Integer.valueOf(AD_Tree_ID)); } /** Get Tree. @return Identifies a Tree */ - public int getAD_Tree_ID () + public int getAD_Tree_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_ID); if (ii == null) @@ -107,21 +106,20 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent } /** Set Element. - @param C_Element_ID - Accounting Element - */ + @param C_Element_ID Accounting Element + */ public void setC_Element_ID (int C_Element_ID) { - if (C_Element_ID < 1) + if (C_Element_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Element_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Element_ID, Integer.valueOf(C_Element_ID)); } /** Get Element. @return Accounting Element */ - public int getC_Element_ID () + public int getC_Element_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Element_ID); if (ii == null) @@ -130,7 +128,8 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent } /** Set C_Element_UU. - @param C_Element_UU C_Element_UU */ + @param C_Element_UU C_Element_UU + */ public void setC_Element_UU (String C_Element_UU) { set_Value (COLUMNNAME_C_Element_UU, C_Element_UU); @@ -138,15 +137,14 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent /** Get C_Element_UU. @return C_Element_UU */ - public String getC_Element_UU () + public String getC_Element_UU() { return (String)get_Value(COLUMNNAME_C_Element_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -155,7 +153,7 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -167,9 +165,8 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent /** User defined = U */ public static final String ELEMENTTYPE_UserDefined = "U"; /** Set Type. - @param ElementType - Element Type (account or user defined) - */ + @param ElementType Element Type (account or user defined) + */ public void setElementType (String ElementType) { @@ -179,15 +176,14 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent /** Get Type. @return Element Type (account or user defined) */ - public String getElementType () + public String getElementType() { return (String)get_Value(COLUMNNAME_ElementType); } /** Set Balancing. - @param IsBalancing - All transactions within an element value must balance (e.g. cost centers) - */ + @param IsBalancing All transactions within an element value must balance (e.g. cost centers) + */ public void setIsBalancing (boolean IsBalancing) { set_Value (COLUMNNAME_IsBalancing, Boolean.valueOf(IsBalancing)); @@ -196,7 +192,7 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent /** Get Balancing. @return All transactions within an element value must balance (e.g. cost centers) */ - public boolean isBalancing () + public boolean isBalancing() { Object oo = get_Value(COLUMNNAME_IsBalancing); if (oo != null) @@ -209,9 +205,8 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent } /** Set Natural Account. - @param IsNaturalAccount - The primary natural account - */ + @param IsNaturalAccount The primary natural account + */ public void setIsNaturalAccount (boolean IsNaturalAccount) { set_Value (COLUMNNAME_IsNaturalAccount, Boolean.valueOf(IsNaturalAccount)); @@ -220,7 +215,7 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent /** Get Natural Account. @return The primary natural account */ - public boolean isNaturalAccount () + public boolean isNaturalAccount() { Object oo = get_Value(COLUMNNAME_IsNaturalAccount); if (oo != null) @@ -233,9 +228,8 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -244,7 +238,7 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -258,18 +252,17 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent } /** Set Value Format. - @param VFormat - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" - */ + @param VFormat Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + */ public void setVFormat (String VFormat) { set_Value (COLUMNNAME_VFormat, VFormat); } /** Get Value Format. - @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" + @return Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ - public String getVFormat () + public String getVFormat() { return (String)get_Value(COLUMNNAME_VFormat); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ElementValue.java b/org.adempiere.base/src/org/compiere/model/X_C_ElementValue.java index b1acdf6bba..4c5f8d147f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ElementValue.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ElementValue.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_ElementValue * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ElementValue") public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ElementValue (Properties ctx, int C_ElementValue_ID, String trxName) @@ -101,9 +101,8 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Natural = N */ public static final String ACCOUNTSIGN_Natural = "N"; /** Set Account Sign. - @param AccountSign - Indicates the Natural Sign of the Account as a Debit or Credit - */ + @param AccountSign Indicates the Natural Sign of the Account as a Debit or Credit + */ public void setAccountSign (String AccountSign) { @@ -113,7 +112,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Account Sign. @return Indicates the Natural Sign of the Account as a Debit or Credit */ - public String getAccountSign () + public String getAccountSign() { return (String)get_Value(COLUMNNAME_AccountSign); } @@ -128,14 +127,13 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste public static final String ACCOUNTTYPE_Liability = "L"; /** Memo = M */ public static final String ACCOUNTTYPE_Memo = "M"; - /** Owner's Equity = O */ + /** Owner's Equity = O */ public static final String ACCOUNTTYPE_OwnerSEquity = "O"; /** Revenue = R */ public static final String ACCOUNTTYPE_Revenue = "R"; /** Set Account Type. - @param AccountType - Indicates the type of account - */ + @param AccountType Indicates the type of account + */ public void setAccountType (String AccountType) { @@ -145,7 +143,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Account Type. @return Indicates the type of account */ - public String getAccountType () + public String getAccountType() { return (String)get_Value(COLUMNNAME_AccountType); } @@ -159,7 +157,8 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Vendor = V */ public static final String BPARTNERTYPE_Vendor = "V"; /** Set Business Partner Type. - @param BPartnerType Business Partner Type */ + @param BPartnerType Business Partner Type + */ public void setBPartnerType (String BPartnerType) { @@ -168,7 +167,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Business Partner Type. @return Business Partner Type */ - public String getBPartnerType () + public String getBPartnerType() { return (String)get_Value(COLUMNNAME_BPartnerType); } @@ -180,21 +179,20 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -209,21 +207,20 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -238,21 +235,20 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Element. - @param C_Element_ID - Accounting Element - */ + @param C_Element_ID Accounting Element + */ public void setC_Element_ID (int C_Element_ID) { - if (C_Element_ID < 1) + if (C_Element_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Element_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Element_ID, Integer.valueOf(C_Element_ID)); } /** Get Element. @return Accounting Element */ - public int getC_Element_ID () + public int getC_Element_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Element_ID); if (ii == null) @@ -261,21 +257,20 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Account Element. - @param C_ElementValue_ID - Account Element - */ + @param C_ElementValue_ID Account Element + */ public void setC_ElementValue_ID (int C_ElementValue_ID) { - if (C_ElementValue_ID < 1) + if (C_ElementValue_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ElementValue_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ElementValue_ID, Integer.valueOf(C_ElementValue_ID)); } /** Get Account Element. @return Account Element */ - public int getC_ElementValue_ID () + public int getC_ElementValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValue_ID); if (ii == null) @@ -284,7 +279,8 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set C_ElementValue_UU. - @param C_ElementValue_UU C_ElementValue_UU */ + @param C_ElementValue_UU C_ElementValue_UU + */ public void setC_ElementValue_UU (String C_ElementValue_UU) { set_Value (COLUMNNAME_C_ElementValue_UU, C_ElementValue_UU); @@ -292,15 +288,14 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get C_ElementValue_UU. @return C_ElementValue_UU */ - public String getC_ElementValue_UU () + public String getC_ElementValue_UU() { return (String)get_Value(COLUMNNAME_C_ElementValue_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -309,15 +304,14 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Bank Account. - @param IsBankAccount - Indicates if this is the Bank Account - */ + @param IsBankAccount Indicates if this is the Bank Account + */ public void setIsBankAccount (boolean IsBankAccount) { set_Value (COLUMNNAME_IsBankAccount, Boolean.valueOf(IsBankAccount)); @@ -326,7 +320,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Bank Account. @return Indicates if this is the Bank Account */ - public boolean isBankAccount () + public boolean isBankAccount() { Object oo = get_Value(COLUMNNAME_IsBankAccount); if (oo != null) @@ -339,7 +333,8 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Manage Business Partners. - @param IsDetailBPartner Manage Business Partners */ + @param IsDetailBPartner Manage Business Partners + */ public void setIsDetailBPartner (boolean IsDetailBPartner) { set_Value (COLUMNNAME_IsDetailBPartner, Boolean.valueOf(IsDetailBPartner)); @@ -347,7 +342,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Manage Business Partners. @return Manage Business Partners */ - public boolean isDetailBPartner () + public boolean isDetailBPartner() { Object oo = get_Value(COLUMNNAME_IsDetailBPartner); if (oo != null) @@ -360,7 +355,8 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Manage Products. - @param IsDetailProduct Manage Products */ + @param IsDetailProduct Manage Products + */ public void setIsDetailProduct (boolean IsDetailProduct) { set_Value (COLUMNNAME_IsDetailProduct, Boolean.valueOf(IsDetailProduct)); @@ -368,7 +364,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Manage Products. @return Manage Products */ - public boolean isDetailProduct () + public boolean isDetailProduct() { Object oo = get_Value(COLUMNNAME_IsDetailProduct); if (oo != null) @@ -381,9 +377,8 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Document Controlled. - @param IsDocControlled - Control account - If an account is controlled by a document, you cannot post manually to it - */ + @param IsDocControlled Control account - If an account is controlled by a document, you cannot post manually to it + */ public void setIsDocControlled (boolean IsDocControlled) { set_Value (COLUMNNAME_IsDocControlled, Boolean.valueOf(IsDocControlled)); @@ -392,7 +387,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Document Controlled. @return Control account - If an account is controlled by a document, you cannot post manually to it */ - public boolean isDocControlled () + public boolean isDocControlled() { Object oo = get_Value(COLUMNNAME_IsDocControlled); if (oo != null) @@ -405,9 +400,8 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Foreign Currency Account. - @param IsForeignCurrency - Balances in foreign currency accounts are held in the nominated currency - */ + @param IsForeignCurrency Balances in foreign currency accounts are held in the nominated currency + */ public void setIsForeignCurrency (boolean IsForeignCurrency) { set_Value (COLUMNNAME_IsForeignCurrency, Boolean.valueOf(IsForeignCurrency)); @@ -416,7 +410,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Foreign Currency Account. @return Balances in foreign currency accounts are held in the nominated currency */ - public boolean isForeignCurrency () + public boolean isForeignCurrency() { Object oo = get_Value(COLUMNNAME_IsForeignCurrency); if (oo != null) @@ -429,9 +423,8 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -440,7 +433,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -453,9 +446,8 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -464,15 +456,14 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Post Actual. - @param PostActual - Actual Values can be posted - */ + @param PostActual Actual Values can be posted + */ public void setPostActual (boolean PostActual) { set_Value (COLUMNNAME_PostActual, Boolean.valueOf(PostActual)); @@ -481,7 +472,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Post Actual. @return Actual Values can be posted */ - public boolean isPostActual () + public boolean isPostActual() { Object oo = get_Value(COLUMNNAME_PostActual); if (oo != null) @@ -494,9 +485,8 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Post Budget. - @param PostBudget - Budget values can be posted - */ + @param PostBudget Budget values can be posted + */ public void setPostBudget (boolean PostBudget) { set_Value (COLUMNNAME_PostBudget, Boolean.valueOf(PostBudget)); @@ -505,7 +495,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Post Budget. @return Budget values can be posted */ - public boolean isPostBudget () + public boolean isPostBudget() { Object oo = get_Value(COLUMNNAME_PostBudget); if (oo != null) @@ -518,9 +508,8 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Post Encumbrance. - @param PostEncumbrance - Post commitments to this account - */ + @param PostEncumbrance Post commitments to this account + */ public void setPostEncumbrance (boolean PostEncumbrance) { set_Value (COLUMNNAME_PostEncumbrance, Boolean.valueOf(PostEncumbrance)); @@ -529,7 +518,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Post Encumbrance. @return Post commitments to this account */ - public boolean isPostEncumbrance () + public boolean isPostEncumbrance() { Object oo = get_Value(COLUMNNAME_PostEncumbrance); if (oo != null) @@ -542,9 +531,8 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Post Statistical. - @param PostStatistical - Post statistical quantities to this account? - */ + @param PostStatistical Post statistical quantities to this account? + */ public void setPostStatistical (boolean PostStatistical) { set_Value (COLUMNNAME_PostStatistical, Boolean.valueOf(PostStatistical)); @@ -553,7 +541,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Post Statistical. @return Post statistical quantities to this account? */ - public boolean isPostStatistical () + public boolean isPostStatistical() { Object oo = get_Value(COLUMNNAME_PostStatistical); if (oo != null) @@ -566,9 +554,8 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -577,15 +564,14 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -594,15 +580,14 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -611,7 +596,7 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Greeting.java b/org.adempiere.base/src/org/compiere/model/X_C_Greeting.java index 5022666880..3d4a6a7180 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Greeting.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Greeting.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Greeting * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Greeting") public class X_C_Greeting extends PO implements I_C_Greeting, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Greeting extends PO implements I_C_Greeting, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Greeting (Properties ctx, int C_Greeting_ID, String trxName) @@ -75,21 +75,20 @@ public class X_C_Greeting extends PO implements I_C_Greeting, I_Persistent } /** Set Greeting. - @param C_Greeting_ID - Greeting to print on correspondence - */ + @param C_Greeting_ID Greeting to print on correspondence + */ public void setC_Greeting_ID (int C_Greeting_ID) { - if (C_Greeting_ID < 1) + if (C_Greeting_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Greeting_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Greeting_ID, Integer.valueOf(C_Greeting_ID)); } /** Get Greeting. @return Greeting to print on correspondence */ - public int getC_Greeting_ID () + public int getC_Greeting_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Greeting_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_C_Greeting extends PO implements I_C_Greeting, I_Persistent } /** Set C_Greeting_UU. - @param C_Greeting_UU C_Greeting_UU */ + @param C_Greeting_UU C_Greeting_UU + */ public void setC_Greeting_UU (String C_Greeting_UU) { set_Value (COLUMNNAME_C_Greeting_UU, C_Greeting_UU); @@ -106,32 +106,30 @@ public class X_C_Greeting extends PO implements I_C_Greeting, I_Persistent /** Get C_Greeting_UU. @return C_Greeting_UU */ - public String getC_Greeting_UU () + public String getC_Greeting_UU() { return (String)get_Value(COLUMNNAME_C_Greeting_UU); } /** Set Greeting. - @param Greeting - For letters, e.g. "Dear {0}" or "Dear Mr. {0}" - At runtime, "{0}" is replaced by the name - */ + @param Greeting For letters, e.g. "Dear {0}" or "Dear Mr. {0}" - At runtime, "{0}" is replaced by the name + */ public void setGreeting (String Greeting) { set_Value (COLUMNNAME_Greeting, Greeting); } /** Get Greeting. - @return For letters, e.g. "Dear {0}" or "Dear Mr. {0}" - At runtime, "{0}" is replaced by the name + @return For letters, e.g. "Dear {0}" or "Dear Mr. {0}" - At runtime, "{0}" is replaced by the name */ - public String getGreeting () + public String getGreeting() { return (String)get_Value(COLUMNNAME_Greeting); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -140,7 +138,7 @@ public class X_C_Greeting extends PO implements I_C_Greeting, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -153,9 +151,8 @@ public class X_C_Greeting extends PO implements I_C_Greeting, I_Persistent } /** Set First name only. - @param IsFirstNameOnly - Print only the first name in greetings - */ + @param IsFirstNameOnly Print only the first name in greetings + */ public void setIsFirstNameOnly (boolean IsFirstNameOnly) { set_Value (COLUMNNAME_IsFirstNameOnly, Boolean.valueOf(IsFirstNameOnly)); @@ -164,7 +161,7 @@ public class X_C_Greeting extends PO implements I_C_Greeting, I_Persistent /** Get First name only. @return Print only the first name in greetings */ - public boolean isFirstNameOnly () + public boolean isFirstNameOnly() { Object oo = get_Value(COLUMNNAME_IsFirstNameOnly); if (oo != null) @@ -177,9 +174,8 @@ public class X_C_Greeting extends PO implements I_C_Greeting, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -188,7 +184,7 @@ public class X_C_Greeting extends PO implements I_C_Greeting, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InterOrg_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_InterOrg_Acct.java index 8c410ae350..62da9e1390 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InterOrg_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InterOrg_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_InterOrg_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_InterOrg_Acct") public class X_C_InterOrg_Acct extends PO implements I_C_InterOrg_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_InterOrg_Acct extends PO implements I_C_InterOrg_Acct, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_InterOrg_Acct (Properties ctx, int C_InterOrg_Acct_ID, String trxName) @@ -74,21 +74,20 @@ public class X_C_InterOrg_Acct extends PO implements I_C_InterOrg_Acct, I_Persis } /** Set Inter-Organization. - @param AD_OrgTo_ID - Organization valid for intercompany documents - */ + @param AD_OrgTo_ID Organization valid for intercompany documents + */ public void setAD_OrgTo_ID (int AD_OrgTo_ID) { - if (AD_OrgTo_ID < 1) + if (AD_OrgTo_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_OrgTo_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_OrgTo_ID, Integer.valueOf(AD_OrgTo_ID)); } /** Get Inter-Organization. @return Organization valid for intercompany documents */ - public int getAD_OrgTo_ID () + public int getAD_OrgTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTo_ID); if (ii == null) @@ -103,21 +102,20 @@ public class X_C_InterOrg_Acct extends PO implements I_C_InterOrg_Acct, I_Persis } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -126,7 +124,8 @@ public class X_C_InterOrg_Acct extends PO implements I_C_InterOrg_Acct, I_Persis } /** Set C_InterOrg_Acct_UU. - @param C_InterOrg_Acct_UU C_InterOrg_Acct_UU */ + @param C_InterOrg_Acct_UU C_InterOrg_Acct_UU + */ public void setC_InterOrg_Acct_UU (String C_InterOrg_Acct_UU) { set_Value (COLUMNNAME_C_InterOrg_Acct_UU, C_InterOrg_Acct_UU); @@ -134,7 +133,7 @@ public class X_C_InterOrg_Acct extends PO implements I_C_InterOrg_Acct, I_Persis /** Get C_InterOrg_Acct_UU. @return C_InterOrg_Acct_UU */ - public String getC_InterOrg_Acct_UU () + public String getC_InterOrg_Acct_UU() { return (String)get_Value(COLUMNNAME_C_InterOrg_Acct_UU); } @@ -146,9 +145,8 @@ public class X_C_InterOrg_Acct extends PO implements I_C_InterOrg_Acct, I_Persis } /** Set Intercompany Due From Acct. - @param IntercompanyDueFrom_Acct - Intercompany Due From / Receivables Account - */ + @param IntercompanyDueFrom_Acct Intercompany Due From / Receivables Account + */ public void setIntercompanyDueFrom_Acct (int IntercompanyDueFrom_Acct) { set_Value (COLUMNNAME_IntercompanyDueFrom_Acct, Integer.valueOf(IntercompanyDueFrom_Acct)); @@ -157,7 +155,7 @@ public class X_C_InterOrg_Acct extends PO implements I_C_InterOrg_Acct, I_Persis /** Get Intercompany Due From Acct. @return Intercompany Due From / Receivables Account */ - public int getIntercompanyDueFrom_Acct () + public int getIntercompanyDueFrom_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_IntercompanyDueFrom_Acct); if (ii == null) @@ -172,9 +170,8 @@ public class X_C_InterOrg_Acct extends PO implements I_C_InterOrg_Acct, I_Persis } /** Set Intercompany Due To Acct. - @param IntercompanyDueTo_Acct - Intercompany Due To / Payable Account - */ + @param IntercompanyDueTo_Acct Intercompany Due To / Payable Account + */ public void setIntercompanyDueTo_Acct (int IntercompanyDueTo_Acct) { set_Value (COLUMNNAME_IntercompanyDueTo_Acct, Integer.valueOf(IntercompanyDueTo_Acct)); @@ -183,7 +180,7 @@ public class X_C_InterOrg_Acct extends PO implements I_C_InterOrg_Acct, I_Persis /** Get Intercompany Due To Acct. @return Intercompany Due To / Payable Account */ - public int getIntercompanyDueTo_Acct () + public int getIntercompanyDueTo_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_IntercompanyDueTo_Acct); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Invoice.java b/org.adempiere.base/src/org/compiere/model/X_C_Invoice.java index fc686d2e72..d24abc68f9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Invoice.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Invoice.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Invoice * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Invoice") public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Invoice (Properties ctx, int C_Invoice_ID, String trxName) @@ -116,21 +116,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -145,21 +144,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -174,21 +172,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -202,22 +199,21 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -232,21 +228,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -261,21 +256,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -290,21 +284,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Cash Journal Line. - @param C_CashLine_ID - Cash Journal Line - */ + @param C_CashLine_ID Cash Journal Line + */ public void setC_CashLine_ID (int C_CashLine_ID) { - if (C_CashLine_ID < 1) + if (C_CashLine_ID < 1) set_Value (COLUMNNAME_C_CashLine_ID, null); - else + else set_Value (COLUMNNAME_C_CashLine_ID, Integer.valueOf(C_CashLine_ID)); } /** Get Cash Journal Line. @return Cash Journal Line */ - public int getC_CashLine_ID () + public int getC_CashLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashLine_ID); if (ii == null) @@ -319,18 +312,19 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Cash Plan Line. - @param C_CashPlanLine_ID Cash Plan Line */ + @param C_CashPlanLine_ID Cash Plan Line + */ public void setC_CashPlanLine_ID (int C_CashPlanLine_ID) { - if (C_CashPlanLine_ID < 1) + if (C_CashPlanLine_ID < 1) set_Value (COLUMNNAME_C_CashPlanLine_ID, null); - else + else set_Value (COLUMNNAME_C_CashPlanLine_ID, Integer.valueOf(C_CashPlanLine_ID)); } /** Get Cash Plan Line. @return Cash Plan Line */ - public int getC_CashPlanLine_ID () + public int getC_CashPlanLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashPlanLine_ID); if (ii == null) @@ -345,21 +339,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -374,21 +367,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_Value (COLUMNNAME_C_ConversionType_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -403,21 +395,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -432,21 +423,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_ValueNoCheck (COLUMNNAME_C_DocType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -461,21 +451,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Target Document Type. - @param C_DocTypeTarget_ID - Target document type for conversing documents - */ + @param C_DocTypeTarget_ID Target document type for conversing documents + */ public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID) { - if (C_DocTypeTarget_ID < 1) + if (C_DocTypeTarget_ID < 1) set_Value (COLUMNNAME_C_DocTypeTarget_ID, null); - else + else set_Value (COLUMNNAME_C_DocTypeTarget_ID, Integer.valueOf(C_DocTypeTarget_ID)); } /** Get Target Document Type. @return Target document type for conversing documents */ - public int getC_DocTypeTarget_ID () + public int getC_DocTypeTarget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeTarget_ID); if (ii == null) @@ -490,18 +479,19 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Dunning Level. - @param C_DunningLevel_ID Dunning Level */ + @param C_DunningLevel_ID Dunning Level + */ public void setC_DunningLevel_ID (int C_DunningLevel_ID) { - if (C_DunningLevel_ID < 1) + if (C_DunningLevel_ID < 1) set_Value (COLUMNNAME_C_DunningLevel_ID, null); - else + else set_Value (COLUMNNAME_C_DunningLevel_ID, Integer.valueOf(C_DunningLevel_ID)); } /** Get Dunning Level. @return Dunning Level */ - public int getC_DunningLevel_ID () + public int getC_DunningLevel_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DunningLevel_ID); if (ii == null) @@ -510,9 +500,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Charge amount. - @param ChargeAmt - Charge Amount - */ + @param ChargeAmt Charge Amount + */ public void setChargeAmt (BigDecimal ChargeAmt) { set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); @@ -521,7 +510,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Charge amount. @return Charge Amount */ - public BigDecimal getChargeAmt () + public BigDecimal getChargeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); if (bd == null) @@ -530,21 +519,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -553,7 +541,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set C_Invoice_UU. - @param C_Invoice_UU C_Invoice_UU */ + @param C_Invoice_UU C_Invoice_UU + */ public void setC_Invoice_UU (String C_Invoice_UU) { set_Value (COLUMNNAME_C_Invoice_UU, C_Invoice_UU); @@ -561,15 +550,14 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get C_Invoice_UU. @return C_Invoice_UU */ - public String getC_Invoice_UU () + public String getC_Invoice_UU() { return (String)get_Value(COLUMNNAME_C_Invoice_UU); } /** Set Copy From. - @param CopyFrom - Copy From Record - */ + @param CopyFrom Copy From Record + */ public void setCopyFrom (String CopyFrom) { set_Value (COLUMNNAME_CopyFrom, CopyFrom); @@ -578,7 +566,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Copy From. @return Copy From Record */ - public String getCopyFrom () + public String getCopyFrom() { return (String)get_Value(COLUMNNAME_CopyFrom); } @@ -590,21 +578,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -619,21 +606,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -648,21 +634,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Payment Term. - @param C_PaymentTerm_ID - The terms of Payment (timing, discount) - */ + @param C_PaymentTerm_ID The terms of Payment (timing, discount) + */ public void setC_PaymentTerm_ID (int C_PaymentTerm_ID) { - if (C_PaymentTerm_ID < 1) + if (C_PaymentTerm_ID < 1) set_Value (COLUMNNAME_C_PaymentTerm_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentTerm_ID, Integer.valueOf(C_PaymentTerm_ID)); } /** Get Payment Term. @return The terms of Payment (timing, discount) */ - public int getC_PaymentTerm_ID () + public int getC_PaymentTerm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentTerm_ID); if (ii == null) @@ -677,21 +662,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -700,9 +684,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Create lines from. - @param CreateFrom - Process which will generate a new document lines based on an existing document - */ + @param CreateFrom Process which will generate a new document lines based on an existing document + */ public void setCreateFrom (String CreateFrom) { set_Value (COLUMNNAME_CreateFrom, CreateFrom); @@ -711,15 +694,14 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Create lines from. @return Process which will generate a new document lines based on an existing document */ - public String getCreateFrom () + public String getCreateFrom() { return (String)get_Value(COLUMNNAME_CreateFrom); } /** Set Rate. - @param CurrencyRate - Currency Conversion Rate - */ + @param CurrencyRate Currency Conversion Rate + */ public void setCurrencyRate (BigDecimal CurrencyRate) { set_Value (COLUMNNAME_CurrencyRate, CurrencyRate); @@ -728,7 +710,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Rate. @return Currency Conversion Rate */ - public BigDecimal getCurrencyRate () + public BigDecimal getCurrencyRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrencyRate); if (bd == null) @@ -737,9 +719,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -748,15 +729,14 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Date Invoiced. - @param DateInvoiced - Date printed on Invoice - */ + @param DateInvoiced Date printed on Invoice + */ public void setDateInvoiced (Timestamp DateInvoiced) { set_Value (COLUMNNAME_DateInvoiced, DateInvoiced); @@ -765,15 +745,14 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Date Invoiced. @return Date printed on Invoice */ - public Timestamp getDateInvoiced () + public Timestamp getDateInvoiced() { return (Timestamp)get_Value(COLUMNNAME_DateInvoiced); } /** Set Date Ordered. - @param DateOrdered - Date of Order - */ + @param DateOrdered Date of Order + */ public void setDateOrdered (Timestamp DateOrdered) { set_ValueNoCheck (COLUMNNAME_DateOrdered, DateOrdered); @@ -782,15 +761,14 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Date Ordered. @return Date of Order */ - public Timestamp getDateOrdered () + public Timestamp getDateOrdered() { return (Timestamp)get_Value(COLUMNNAME_DateOrdered); } /** Set Date printed. - @param DatePrinted - Date the document was printed. - */ + @param DatePrinted Date the document was printed. + */ public void setDatePrinted (Timestamp DatePrinted) { set_Value (COLUMNNAME_DatePrinted, DatePrinted); @@ -799,15 +777,14 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Date printed. @return Date the document was printed. */ - public Timestamp getDatePrinted () + public Timestamp getDatePrinted() { return (Timestamp)get_Value(COLUMNNAME_DatePrinted); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -816,14 +793,14 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -852,9 +829,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -864,7 +840,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -896,9 +872,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -908,15 +883,14 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_ValueNoCheck (COLUMNNAME_DocumentNo, DocumentNo); @@ -925,7 +899,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -939,7 +913,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Dunning Grace Date. - @param DunningGrace Dunning Grace Date */ + @param DunningGrace Dunning Grace Date + */ public void setDunningGrace (Timestamp DunningGrace) { set_Value (COLUMNNAME_DunningGrace, DunningGrace); @@ -947,15 +922,14 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Dunning Grace Date. @return Dunning Grace Date */ - public Timestamp getDunningGrace () + public Timestamp getDunningGrace() { return (Timestamp)get_Value(COLUMNNAME_DunningGrace); } /** Set Generate To. - @param GenerateTo - Generate To - */ + @param GenerateTo Generate To + */ public void setGenerateTo (String GenerateTo) { set_Value (COLUMNNAME_GenerateTo, GenerateTo); @@ -964,15 +938,14 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Generate To. @return Generate To */ - public String getGenerateTo () + public String getGenerateTo() { return (String)get_Value(COLUMNNAME_GenerateTo); } /** Set Grand Total. - @param GrandTotal - Total amount of document - */ + @param GrandTotal Total amount of document + */ public void setGrandTotal (BigDecimal GrandTotal) { set_ValueNoCheck (COLUMNNAME_GrandTotal, GrandTotal); @@ -981,7 +954,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Grand Total. @return Total amount of document */ - public BigDecimal getGrandTotal () + public BigDecimal getGrandTotal() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_GrandTotal); if (bd == null) @@ -1000,9 +973,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Uncollectable = U */ public static final String INVOICECOLLECTIONTYPE_Uncollectable = "U"; /** Set Collection Status. - @param InvoiceCollectionType - Invoice Collection Status - */ + @param InvoiceCollectionType Invoice Collection Status + */ public void setInvoiceCollectionType (String InvoiceCollectionType) { @@ -1012,15 +984,14 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Collection Status. @return Invoice Collection Status */ - public String getInvoiceCollectionType () + public String getInvoiceCollectionType() { return (String)get_Value(COLUMNNAME_InvoiceCollectionType); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_ValueNoCheck (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -1029,7 +1000,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -1042,9 +1013,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Discount Printed. - @param IsDiscountPrinted - Print Discount on Invoice and Order - */ + @param IsDiscountPrinted Print Discount on Invoice and Order + */ public void setIsDiscountPrinted (boolean IsDiscountPrinted) { set_Value (COLUMNNAME_IsDiscountPrinted, Boolean.valueOf(IsDiscountPrinted)); @@ -1053,7 +1023,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Discount Printed. @return Print Discount on Invoice and Order */ - public boolean isDiscountPrinted () + public boolean isDiscountPrinted() { Object oo = get_Value(COLUMNNAME_IsDiscountPrinted); if (oo != null) @@ -1066,7 +1036,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set IsFixedAssetInvoice. - @param IsFixedAssetInvoice IsFixedAssetInvoice */ + @param IsFixedAssetInvoice IsFixedAssetInvoice + */ public void setIsFixedAssetInvoice (boolean IsFixedAssetInvoice) { set_Value (COLUMNNAME_IsFixedAssetInvoice, Boolean.valueOf(IsFixedAssetInvoice)); @@ -1074,7 +1045,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get IsFixedAssetInvoice. @return IsFixedAssetInvoice */ - public boolean isFixedAssetInvoice () + public boolean isFixedAssetInvoice() { Object oo = get_Value(COLUMNNAME_IsFixedAssetInvoice); if (oo != null) @@ -1087,9 +1058,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set In Dispute. - @param IsInDispute - Document is in dispute - */ + @param IsInDispute Document is in dispute + */ public void setIsInDispute (boolean IsInDispute) { set_Value (COLUMNNAME_IsInDispute, Boolean.valueOf(IsInDispute)); @@ -1098,7 +1068,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get In Dispute. @return Document is in dispute */ - public boolean isInDispute () + public boolean isInDispute() { Object oo = get_Value(COLUMNNAME_IsInDispute); if (oo != null) @@ -1111,9 +1081,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Override Currency Conversion Rate. - @param IsOverrideCurrencyRate - Override Currency Conversion Rate - */ + @param IsOverrideCurrencyRate Override Currency Conversion Rate + */ public void setIsOverrideCurrencyRate (boolean IsOverrideCurrencyRate) { set_Value (COLUMNNAME_IsOverrideCurrencyRate, Boolean.valueOf(IsOverrideCurrencyRate)); @@ -1122,7 +1091,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Override Currency Conversion Rate. @return Override Currency Conversion Rate */ - public boolean isOverrideCurrencyRate () + public boolean isOverrideCurrencyRate() { Object oo = get_Value(COLUMNNAME_IsOverrideCurrencyRate); if (oo != null) @@ -1135,9 +1104,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Paid. - @param IsPaid - The document is paid - */ + @param IsPaid The document is paid + */ public void setIsPaid (boolean IsPaid) { set_Value (COLUMNNAME_IsPaid, Boolean.valueOf(IsPaid)); @@ -1146,7 +1114,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Paid. @return The document is paid */ - public boolean isPaid () + public boolean isPaid() { Object oo = get_Value(COLUMNNAME_IsPaid); if (oo != null) @@ -1159,9 +1127,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Pay Schedule valid. - @param IsPayScheduleValid - Is the Payment Schedule is valid - */ + @param IsPayScheduleValid Is the Payment Schedule is valid + */ public void setIsPayScheduleValid (boolean IsPayScheduleValid) { set_ValueNoCheck (COLUMNNAME_IsPayScheduleValid, Boolean.valueOf(IsPayScheduleValid)); @@ -1170,7 +1137,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Pay Schedule valid. @return Is the Payment Schedule is valid */ - public boolean isPayScheduleValid () + public boolean isPayScheduleValid() { Object oo = get_Value(COLUMNNAME_IsPayScheduleValid); if (oo != null) @@ -1183,9 +1150,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_ValueNoCheck (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -1194,7 +1160,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -1207,9 +1173,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -1218,7 +1183,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -1231,9 +1196,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_ValueNoCheck (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -1242,7 +1206,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -1255,9 +1219,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Price includes Tax. - @param IsTaxIncluded - Tax is included in the price - */ + @param IsTaxIncluded Tax is included in the price + */ public void setIsTaxIncluded (boolean IsTaxIncluded) { set_Value (COLUMNNAME_IsTaxIncluded, Boolean.valueOf(IsTaxIncluded)); @@ -1266,7 +1229,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Price includes Tax. @return Tax is included in the price */ - public boolean isTaxIncluded () + public boolean isTaxIncluded() { Object oo = get_Value(COLUMNNAME_IsTaxIncluded); if (oo != null) @@ -1279,9 +1242,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Transferred. - @param IsTransferred - Transferred to General Ledger (i.e. accounted) - */ + @param IsTransferred Transferred to General Ledger (i.e. accounted) + */ public void setIsTransferred (boolean IsTransferred) { set_ValueNoCheck (COLUMNNAME_IsTransferred, Boolean.valueOf(IsTransferred)); @@ -1290,7 +1252,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Transferred. @return Transferred to General Ledger (i.e. accounted) */ - public boolean isTransferred () + public boolean isTransferred() { Object oo = get_Value(COLUMNNAME_IsTransferred); if (oo != null) @@ -1309,21 +1271,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_Value (COLUMNNAME_M_PriceList_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -1338,21 +1299,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set RMA. - @param M_RMA_ID - Return Material Authorization - */ + @param M_RMA_ID Return Material Authorization + */ public void setM_RMA_ID (int M_RMA_ID) { - if (M_RMA_ID < 1) + if (M_RMA_ID < 1) set_Value (COLUMNNAME_M_RMA_ID, null); - else + else set_Value (COLUMNNAME_M_RMA_ID, Integer.valueOf(M_RMA_ID)); } /** Get RMA. @return Return Material Authorization */ - public int getM_RMA_ID () + public int getM_RMA_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RMA_ID); if (ii == null) @@ -1377,9 +1337,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Direct Deposit = T */ public static final String PAYMENTRULE_DirectDeposit = "T"; /** Set Payment Rule. - @param PaymentRule - How you pay the invoice - */ + @param PaymentRule How you pay the invoice + */ public void setPaymentRule (String PaymentRule) { @@ -1389,15 +1348,14 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Payment Rule. @return How you pay the invoice */ - public String getPaymentRule () + public String getPaymentRule() { return (String)get_Value(COLUMNNAME_PaymentRule); } /** Set Order Reference. - @param POReference - Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner - */ + @param POReference Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner + */ public void setPOReference (String POReference) { set_Value (COLUMNNAME_POReference, POReference); @@ -1406,15 +1364,14 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Order Reference. @return Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner */ - public String getPOReference () + public String getPOReference() { return (String)get_Value(COLUMNNAME_POReference); } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -1423,7 +1380,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -1436,9 +1393,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_ValueNoCheck (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1447,7 +1403,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1460,9 +1416,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -1471,7 +1426,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -1480,7 +1435,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1488,7 +1444,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1501,18 +1457,19 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Referenced Invoice. - @param Ref_Invoice_ID Referenced Invoice */ + @param Ref_Invoice_ID Referenced Invoice + */ public void setRef_Invoice_ID (int Ref_Invoice_ID) { - if (Ref_Invoice_ID < 1) + if (Ref_Invoice_ID < 1) set_Value (COLUMNNAME_Ref_Invoice_ID, null); - else + else set_Value (COLUMNNAME_Ref_Invoice_ID, Integer.valueOf(Ref_Invoice_ID)); } /** Get Referenced Invoice. @return Referenced Invoice */ - public int getRef_Invoice_ID () + public int getRef_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Ref_Invoice_ID); if (ii == null) @@ -1527,18 +1484,19 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Related Invoice. - @param RelatedInvoice_ID Related Invoice */ + @param RelatedInvoice_ID Related Invoice + */ public void setRelatedInvoice_ID (int RelatedInvoice_ID) { - if (RelatedInvoice_ID < 1) + if (RelatedInvoice_ID < 1) set_Value (COLUMNNAME_RelatedInvoice_ID, null); - else + else set_Value (COLUMNNAME_RelatedInvoice_ID, Integer.valueOf(RelatedInvoice_ID)); } /** Get Related Invoice. @return Related Invoice */ - public int getRelatedInvoice_ID () + public int getRelatedInvoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_RelatedInvoice_ID); if (ii == null) @@ -1553,21 +1511,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_Value (COLUMNNAME_Reversal_ID, null); - else + else set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) @@ -1582,21 +1539,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -1605,9 +1561,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Send EMail. - @param SendEMail - Enable sending Document EMail - */ + @param SendEMail Enable sending Document EMail + */ public void setSendEMail (boolean SendEMail) { set_Value (COLUMNNAME_SendEMail, Boolean.valueOf(SendEMail)); @@ -1616,7 +1571,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Send EMail. @return Enable sending Document EMail */ - public boolean isSendEMail () + public boolean isSendEMail() { Object oo = get_Value(COLUMNNAME_SendEMail); if (oo != null) @@ -1629,9 +1584,8 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set Total Lines. - @param TotalLines - Total of all document lines - */ + @param TotalLines Total of all document lines + */ public void setTotalLines (BigDecimal TotalLines) { set_ValueNoCheck (COLUMNNAME_TotalLines, TotalLines); @@ -1640,7 +1594,7 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent /** Get Total Lines. @return Total of all document lines */ - public BigDecimal getTotalLines () + public BigDecimal getTotalLines() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalLines); if (bd == null) @@ -1655,21 +1609,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -1684,21 +1637,20 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatch.java b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatch.java index 74a4a41c8c..cce5943568 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatch.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatch.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_InvoiceBatch * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_InvoiceBatch") public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_InvoiceBatch (Properties ctx, int C_InvoiceBatch_ID, String trxName) @@ -93,21 +93,20 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_Value (COLUMNNAME_C_ConversionType_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -122,21 +121,20 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -145,21 +143,20 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste } /** Set Invoice Batch. - @param C_InvoiceBatch_ID - Expense Invoice Batch Header - */ + @param C_InvoiceBatch_ID Expense Invoice Batch Header + */ public void setC_InvoiceBatch_ID (int C_InvoiceBatch_ID) { - if (C_InvoiceBatch_ID < 1) + if (C_InvoiceBatch_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceBatch_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceBatch_ID, Integer.valueOf(C_InvoiceBatch_ID)); } /** Get Invoice Batch. @return Expense Invoice Batch Header */ - public int getC_InvoiceBatch_ID () + public int getC_InvoiceBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceBatch_ID); if (ii == null) @@ -168,7 +165,8 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste } /** Set C_InvoiceBatch_UU. - @param C_InvoiceBatch_UU C_InvoiceBatch_UU */ + @param C_InvoiceBatch_UU C_InvoiceBatch_UU + */ public void setC_InvoiceBatch_UU (String C_InvoiceBatch_UU) { set_Value (COLUMNNAME_C_InvoiceBatch_UU, C_InvoiceBatch_UU); @@ -176,15 +174,14 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste /** Get C_InvoiceBatch_UU. @return C_InvoiceBatch_UU */ - public String getC_InvoiceBatch_UU () + public String getC_InvoiceBatch_UU() { return (String)get_Value(COLUMNNAME_C_InvoiceBatch_UU); } /** Set Control Amount. - @param ControlAmt - If not zero, the Debit amount of the document must be equal this amount - */ + @param ControlAmt If not zero, the Debit amount of the document must be equal this amount + */ public void setControlAmt (BigDecimal ControlAmt) { set_Value (COLUMNNAME_ControlAmt, ControlAmt); @@ -193,7 +190,7 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste /** Get Control Amount. @return If not zero, the Debit amount of the document must be equal this amount */ - public BigDecimal getControlAmt () + public BigDecimal getControlAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ControlAmt); if (bd == null) @@ -202,9 +199,8 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -213,15 +209,14 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -230,15 +225,14 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document Amt. - @param DocumentAmt - Document Amount - */ + @param DocumentAmt Document Amount + */ public void setDocumentAmt (BigDecimal DocumentAmt) { set_ValueNoCheck (COLUMNNAME_DocumentAmt, DocumentAmt); @@ -247,7 +241,7 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste /** Get Document Amt. @return Document Amount */ - public BigDecimal getDocumentAmt () + public BigDecimal getDocumentAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DocumentAmt); if (bd == null) @@ -256,9 +250,8 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -267,7 +260,7 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -281,9 +274,8 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -292,7 +284,7 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -305,9 +297,8 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -316,7 +307,7 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -329,7 +320,8 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -337,7 +329,7 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -356,21 +348,20 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatchLine.java b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatchLine.java index 40237f173f..8fa36ee96a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatchLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatchLine.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_InvoiceBatchLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_InvoiceBatchLine") public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_InvoiceBatchLine (Properties ctx, int C_InvoiceBatchLine_ID, String trxName) @@ -101,21 +101,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -130,21 +129,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -159,21 +157,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -187,22 +184,21 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -217,21 +213,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -246,21 +241,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -275,21 +269,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -304,21 +297,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Invoice Batch. - @param C_InvoiceBatch_ID - Expense Invoice Batch Header - */ + @param C_InvoiceBatch_ID Expense Invoice Batch Header + */ public void setC_InvoiceBatch_ID (int C_InvoiceBatch_ID) { - if (C_InvoiceBatch_ID < 1) + if (C_InvoiceBatch_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceBatch_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceBatch_ID, Integer.valueOf(C_InvoiceBatch_ID)); } /** Get Invoice Batch. @return Expense Invoice Batch Header */ - public int getC_InvoiceBatch_ID () + public int getC_InvoiceBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceBatch_ID); if (ii == null) @@ -327,21 +319,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Invoice Batch Line. - @param C_InvoiceBatchLine_ID - Expense Invoice Batch Line - */ + @param C_InvoiceBatchLine_ID Expense Invoice Batch Line + */ public void setC_InvoiceBatchLine_ID (int C_InvoiceBatchLine_ID) { - if (C_InvoiceBatchLine_ID < 1) + if (C_InvoiceBatchLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceBatchLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceBatchLine_ID, Integer.valueOf(C_InvoiceBatchLine_ID)); } /** Get Invoice Batch Line. @return Expense Invoice Batch Line */ - public int getC_InvoiceBatchLine_ID () + public int getC_InvoiceBatchLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceBatchLine_ID); if (ii == null) @@ -350,7 +341,8 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set C_InvoiceBatchLine_UU. - @param C_InvoiceBatchLine_UU C_InvoiceBatchLine_UU */ + @param C_InvoiceBatchLine_UU C_InvoiceBatchLine_UU + */ public void setC_InvoiceBatchLine_UU (String C_InvoiceBatchLine_UU) { set_Value (COLUMNNAME_C_InvoiceBatchLine_UU, C_InvoiceBatchLine_UU); @@ -358,7 +350,7 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** Get C_InvoiceBatchLine_UU. @return C_InvoiceBatchLine_UU */ - public String getC_InvoiceBatchLine_UU () + public String getC_InvoiceBatchLine_UU() { return (String)get_Value(COLUMNNAME_C_InvoiceBatchLine_UU); } @@ -370,21 +362,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -399,21 +390,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -428,21 +418,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -457,21 +446,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_Value (COLUMNNAME_C_Tax_ID, null); - else + else set_Value (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -480,9 +468,8 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -491,15 +478,14 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Date Invoiced. - @param DateInvoiced - Date printed on Invoice - */ + @param DateInvoiced Date printed on Invoice + */ public void setDateInvoiced (Timestamp DateInvoiced) { set_Value (COLUMNNAME_DateInvoiced, DateInvoiced); @@ -508,15 +494,14 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** Get Date Invoiced. @return Date printed on Invoice */ - public Timestamp getDateInvoiced () + public Timestamp getDateInvoiced() { return (Timestamp)get_Value(COLUMNNAME_DateInvoiced); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -525,15 +510,14 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -542,15 +526,14 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Price includes Tax. - @param IsTaxIncluded - Tax is included in the price - */ + @param IsTaxIncluded Tax is included in the price + */ public void setIsTaxIncluded (boolean IsTaxIncluded) { set_Value (COLUMNNAME_IsTaxIncluded, Boolean.valueOf(IsTaxIncluded)); @@ -559,7 +542,7 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** Get Price includes Tax. @return Tax is included in the price */ - public boolean isTaxIncluded () + public boolean isTaxIncluded() { Object oo = get_Value(COLUMNNAME_IsTaxIncluded); if (oo != null) @@ -572,9 +555,8 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -583,7 +565,7 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -600,9 +582,8 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Line Amount. - @param LineNetAmt - Line Extended Amount (Quantity * Actual Price) without Freight and Charges - */ + @param LineNetAmt Line Extended Amount (Quantity * Actual Price) without Freight and Charges + */ public void setLineNetAmt (BigDecimal LineNetAmt) { set_ValueNoCheck (COLUMNNAME_LineNetAmt, LineNetAmt); @@ -611,7 +592,7 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** Get Line Amount. @return Line Extended Amount (Quantity * Actual Price) without Freight and Charges */ - public BigDecimal getLineNetAmt () + public BigDecimal getLineNetAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineNetAmt); if (bd == null) @@ -620,9 +601,8 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Line Total. - @param LineTotalAmt - Total line amount incl. Tax - */ + @param LineTotalAmt Total line amount incl. Tax + */ public void setLineTotalAmt (BigDecimal LineTotalAmt) { set_ValueNoCheck (COLUMNNAME_LineTotalAmt, LineTotalAmt); @@ -631,7 +611,7 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** Get Line Total. @return Total line amount incl. Tax */ - public BigDecimal getLineTotalAmt () + public BigDecimal getLineTotalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineTotalAmt); if (bd == null) @@ -640,9 +620,8 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Price. - @param PriceEntered - Price Entered - the price based on the selected/base UoM - */ + @param PriceEntered Price Entered - the price based on the selected/base UoM + */ public void setPriceEntered (BigDecimal PriceEntered) { set_Value (COLUMNNAME_PriceEntered, PriceEntered); @@ -651,7 +630,7 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** Get Price. @return Price Entered - the price based on the selected/base UoM */ - public BigDecimal getPriceEntered () + public BigDecimal getPriceEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceEntered); if (bd == null) @@ -660,9 +639,8 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_ValueNoCheck (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -671,7 +649,7 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -684,9 +662,8 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Quantity. - @param QtyEntered - The Quantity Entered is based on the selected UoM - */ + @param QtyEntered The Quantity Entered is based on the selected UoM + */ public void setQtyEntered (BigDecimal QtyEntered) { set_Value (COLUMNNAME_QtyEntered, QtyEntered); @@ -695,7 +672,7 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** Get Quantity. @return The Quantity Entered is based on the selected UoM */ - public BigDecimal getQtyEntered () + public BigDecimal getQtyEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyEntered); if (bd == null) @@ -704,9 +681,8 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set Tax Amount. - @param TaxAmt - Tax Amount for a document - */ + @param TaxAmt Tax Amount for a document + */ public void setTaxAmt (BigDecimal TaxAmt) { set_Value (COLUMNNAME_TaxAmt, TaxAmt); @@ -715,7 +691,7 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ /** Get Tax Amount. @return Tax Amount for a document */ - public BigDecimal getTaxAmt () + public BigDecimal getTaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxAmt); if (bd == null) @@ -730,21 +706,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -759,21 +734,20 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceLine.java b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceLine.java index 75c024a91c..c34e396508 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceLine.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_InvoiceLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_InvoiceLine") public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_InvoiceLine (Properties ctx, int C_InvoiceLine_ID, String trxName) @@ -100,21 +100,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Asset Group. - @param A_Asset_Group_ID - Group of Assets - */ + @param A_Asset_Group_ID Group of Assets + */ public void setA_Asset_Group_ID (int A_Asset_Group_ID) { - if (A_Asset_Group_ID < 1) + if (A_Asset_Group_ID < 1) set_Value (COLUMNNAME_A_Asset_Group_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Group_ID, Integer.valueOf(A_Asset_Group_ID)); } /** Get Asset Group. @return Group of Assets */ - public int getA_Asset_Group_ID () + public int getA_Asset_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Group_ID); if (ii == null) @@ -129,21 +128,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -158,7 +156,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Expense = Exp */ public static final String A_CAPVSEXP_Expense = "Exp"; /** Set Capital/Expense. - @param A_CapvsExp Capital/Expense */ + @param A_CapvsExp Capital/Expense + */ public void setA_CapvsExp (String A_CapvsExp) { @@ -167,13 +166,14 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Capital/Expense. @return Capital/Expense */ - public String getA_CapvsExp () + public String getA_CapvsExp() { return (String)get_Value(COLUMNNAME_A_CapvsExp); } /** Set Create Asset. - @param A_CreateAsset Create Asset */ + @param A_CreateAsset Create Asset + */ public void setA_CreateAsset (boolean A_CreateAsset) { set_Value (COLUMNNAME_A_CreateAsset, Boolean.valueOf(A_CreateAsset)); @@ -181,7 +181,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Create Asset. @return Create Asset */ - public boolean isA_CreateAsset () + public boolean isA_CreateAsset() { Object oo = get_Value(COLUMNNAME_A_CreateAsset); if (oo != null) @@ -194,21 +194,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -217,7 +216,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Processed. - @param A_Processed Processed */ + @param A_Processed Processed + */ public void setA_Processed (boolean A_Processed) { set_Value (COLUMNNAME_A_Processed, Boolean.valueOf(A_Processed)); @@ -225,7 +225,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Processed. @return Processed */ - public boolean isA_Processed () + public boolean isA_Processed() { Object oo = get_Value(COLUMNNAME_A_Processed); if (oo != null) @@ -244,18 +244,19 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set 1099 Box. - @param C_1099Box_ID 1099 Box */ + @param C_1099Box_ID 1099 Box + */ public void setC_1099Box_ID (int C_1099Box_ID) { - if (C_1099Box_ID < 1) + if (C_1099Box_ID < 1) set_Value (COLUMNNAME_C_1099Box_ID, null); - else + else set_Value (COLUMNNAME_C_1099Box_ID, Integer.valueOf(C_1099Box_ID)); } /** Get 1099 Box. @return 1099 Box */ - public int getC_1099Box_ID () + public int getC_1099Box_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_1099Box_ID); if (ii == null) @@ -270,21 +271,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -299,21 +299,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -328,21 +327,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -357,21 +355,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -388,21 +385,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -411,7 +407,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set C_InvoiceLine_UU. - @param C_InvoiceLine_UU C_InvoiceLine_UU */ + @param C_InvoiceLine_UU C_InvoiceLine_UU + */ public void setC_InvoiceLine_UU (String C_InvoiceLine_UU) { set_Value (COLUMNNAME_C_InvoiceLine_UU, C_InvoiceLine_UU); @@ -419,7 +416,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get C_InvoiceLine_UU. @return C_InvoiceLine_UU */ - public String getC_InvoiceLine_UU () + public String getC_InvoiceLine_UU() { return (String)get_Value(COLUMNNAME_C_InvoiceLine_UU); } @@ -431,21 +428,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -460,21 +456,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -489,21 +484,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Project Phase. - @param C_ProjectPhase_ID - Phase of a Project - */ + @param C_ProjectPhase_ID Phase of a Project + */ public void setC_ProjectPhase_ID (int C_ProjectPhase_ID) { - if (C_ProjectPhase_ID < 1) + if (C_ProjectPhase_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID)); } /** Get Project Phase. @return Phase of a Project */ - public int getC_ProjectPhase_ID () + public int getC_ProjectPhase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID); if (ii == null) @@ -518,21 +512,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Project Task. - @param C_ProjectTask_ID - Actual Project Task in a Phase - */ + @param C_ProjectTask_ID Actual Project Task in a Phase + */ public void setC_ProjectTask_ID (int C_ProjectTask_ID) { - if (C_ProjectTask_ID < 1) + if (C_ProjectTask_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectTask_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectTask_ID, Integer.valueOf(C_ProjectTask_ID)); } /** Get Project Task. @return Actual Project Task in a Phase */ - public int getC_ProjectTask_ID () + public int getC_ProjectTask_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectTask_ID); if (ii == null) @@ -547,21 +540,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_Value (COLUMNNAME_C_Tax_ID, null); - else + else set_Value (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -576,21 +568,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_ValueNoCheck (COLUMNNAME_C_UOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -599,9 +590,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -610,15 +600,14 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Description Only. - @param IsDescription - if true, the line is just description and no transaction - */ + @param IsDescription if true, the line is just description and no transaction + */ public void setIsDescription (boolean IsDescription) { set_Value (COLUMNNAME_IsDescription, Boolean.valueOf(IsDescription)); @@ -627,7 +616,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Description Only. @return if true, the line is just description and no transaction */ - public boolean isDescription () + public boolean isDescription() { Object oo = get_Value(COLUMNNAME_IsDescription); if (oo != null) @@ -640,7 +629,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set IsFixedAssetInvoice. - @param IsFixedAssetInvoice IsFixedAssetInvoice */ + @param IsFixedAssetInvoice IsFixedAssetInvoice + */ public void setIsFixedAssetInvoice (boolean IsFixedAssetInvoice) { set_Value (COLUMNNAME_IsFixedAssetInvoice, Boolean.valueOf(IsFixedAssetInvoice)); @@ -648,7 +638,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get IsFixedAssetInvoice. @return IsFixedAssetInvoice */ - public boolean isFixedAssetInvoice () + public boolean isFixedAssetInvoice() { Object oo = get_Value(COLUMNNAME_IsFixedAssetInvoice); if (oo != null) @@ -661,9 +651,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -672,7 +661,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -685,9 +674,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -696,7 +684,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -705,9 +693,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Line Amount. - @param LineNetAmt - Line Extended Amount (Quantity * Actual Price) without Freight and Charges - */ + @param LineNetAmt Line Extended Amount (Quantity * Actual Price) without Freight and Charges + */ public void setLineNetAmt (BigDecimal LineNetAmt) { set_ValueNoCheck (COLUMNNAME_LineNetAmt, LineNetAmt); @@ -716,7 +703,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Line Amount. @return Line Extended Amount (Quantity * Actual Price) without Freight and Charges */ - public BigDecimal getLineNetAmt () + public BigDecimal getLineNetAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineNetAmt); if (bd == null) @@ -725,9 +712,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Line Total. - @param LineTotalAmt - Total line amount incl. Tax - */ + @param LineTotalAmt Total line amount incl. Tax + */ public void setLineTotalAmt (BigDecimal LineTotalAmt) { set_Value (COLUMNNAME_LineTotalAmt, LineTotalAmt); @@ -736,7 +722,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Line Total. @return Total line amount incl. Tax */ - public BigDecimal getLineTotalAmt () + public BigDecimal getLineTotalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineTotalAmt); if (bd == null) @@ -751,21 +737,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -780,21 +765,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -809,21 +793,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -838,21 +821,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set RMA Line. - @param M_RMALine_ID - Return Material Authorization Line - */ + @param M_RMALine_ID Return Material Authorization Line + */ public void setM_RMALine_ID (int M_RMALine_ID) { - if (M_RMALine_ID < 1) + if (M_RMALine_ID < 1) set_Value (COLUMNNAME_M_RMALine_ID, null); - else + else set_Value (COLUMNNAME_M_RMALine_ID, Integer.valueOf(M_RMALine_ID)); } /** Get RMA Line. @return Return Material Authorization Line */ - public int getM_RMALine_ID () + public int getM_RMALine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RMALine_ID); if (ii == null) @@ -861,9 +843,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Unit Price. - @param PriceActual - Actual Price - */ + @param PriceActual Actual Price + */ public void setPriceActual (BigDecimal PriceActual) { set_ValueNoCheck (COLUMNNAME_PriceActual, PriceActual); @@ -872,7 +853,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Unit Price. @return Actual Price */ - public BigDecimal getPriceActual () + public BigDecimal getPriceActual() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceActual); if (bd == null) @@ -881,9 +862,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Price. - @param PriceEntered - Price Entered - the price based on the selected/base UoM - */ + @param PriceEntered Price Entered - the price based on the selected/base UoM + */ public void setPriceEntered (BigDecimal PriceEntered) { set_Value (COLUMNNAME_PriceEntered, PriceEntered); @@ -892,7 +872,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Price. @return Price Entered - the price based on the selected/base UoM */ - public BigDecimal getPriceEntered () + public BigDecimal getPriceEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceEntered); if (bd == null) @@ -901,9 +881,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Limit Price. - @param PriceLimit - Lowest price for a product - */ + @param PriceLimit Lowest price for a product + */ public void setPriceLimit (BigDecimal PriceLimit) { set_Value (COLUMNNAME_PriceLimit, PriceLimit); @@ -912,7 +891,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Limit Price. @return Lowest price for a product */ - public BigDecimal getPriceLimit () + public BigDecimal getPriceLimit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceLimit); if (bd == null) @@ -921,9 +900,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set List Price. - @param PriceList - List Price - */ + @param PriceList List Price + */ public void setPriceList (BigDecimal PriceList) { set_Value (COLUMNNAME_PriceList, PriceList); @@ -932,7 +910,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get List Price. @return List Price */ - public BigDecimal getPriceList () + public BigDecimal getPriceList() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceList); if (bd == null) @@ -941,9 +919,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -952,7 +929,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -965,9 +942,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Quantity. - @param QtyEntered - The Quantity Entered is based on the selected UoM - */ + @param QtyEntered The Quantity Entered is based on the selected UoM + */ public void setQtyEntered (BigDecimal QtyEntered) { set_Value (COLUMNNAME_QtyEntered, QtyEntered); @@ -976,7 +952,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Quantity. @return The Quantity Entered is based on the selected UoM */ - public BigDecimal getQtyEntered () + public BigDecimal getQtyEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyEntered); if (bd == null) @@ -985,9 +961,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Quantity Invoiced. - @param QtyInvoiced - Invoiced Quantity - */ + @param QtyInvoiced Invoiced Quantity + */ public void setQtyInvoiced (BigDecimal QtyInvoiced) { set_Value (COLUMNNAME_QtyInvoiced, QtyInvoiced); @@ -996,7 +971,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Quantity Invoiced. @return Invoiced Quantity */ - public BigDecimal getQtyInvoiced () + public BigDecimal getQtyInvoiced() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyInvoiced); if (bd == null) @@ -1005,18 +980,19 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Referenced Invoice Line. - @param Ref_InvoiceLine_ID Referenced Invoice Line */ + @param Ref_InvoiceLine_ID Referenced Invoice Line + */ public void setRef_InvoiceLine_ID (int Ref_InvoiceLine_ID) { - if (Ref_InvoiceLine_ID < 1) + if (Ref_InvoiceLine_ID < 1) set_Value (COLUMNNAME_Ref_InvoiceLine_ID, null); - else + else set_Value (COLUMNNAME_Ref_InvoiceLine_ID, Integer.valueOf(Ref_InvoiceLine_ID)); } /** Get Referenced Invoice Line. @return Referenced Invoice Line */ - public int getRef_InvoiceLine_ID () + public int getRef_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Ref_InvoiceLine_ID); if (ii == null) @@ -1025,9 +1001,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Revenue Recognition Amt. - @param RRAmt - Revenue Recognition Amount - */ + @param RRAmt Revenue Recognition Amount + */ public void setRRAmt (BigDecimal RRAmt) { set_Value (COLUMNNAME_RRAmt, RRAmt); @@ -1036,7 +1011,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Revenue Recognition Amt. @return Revenue Recognition Amount */ - public BigDecimal getRRAmt () + public BigDecimal getRRAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RRAmt); if (bd == null) @@ -1045,9 +1020,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Revenue Recognition Start. - @param RRStartDate - Revenue Recognition Start Date - */ + @param RRStartDate Revenue Recognition Start Date + */ public void setRRStartDate (Timestamp RRStartDate) { set_Value (COLUMNNAME_RRStartDate, RRStartDate); @@ -1056,27 +1030,26 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Revenue Recognition Start. @return Revenue Recognition Start Date */ - public Timestamp getRRStartDate () + public Timestamp getRRStartDate() { return (Timestamp)get_Value(COLUMNNAME_RRStartDate); } /** Set Resource Assignment. - @param S_ResourceAssignment_ID - Resource Assignment - */ + @param S_ResourceAssignment_ID Resource Assignment + */ public void setS_ResourceAssignment_ID (int S_ResourceAssignment_ID) { - if (S_ResourceAssignment_ID < 1) + if (S_ResourceAssignment_ID < 1) set_ValueNoCheck (COLUMNNAME_S_ResourceAssignment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_ResourceAssignment_ID, Integer.valueOf(S_ResourceAssignment_ID)); } /** Get Resource Assignment. @return Resource Assignment */ - public int getS_ResourceAssignment_ID () + public int getS_ResourceAssignment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_ResourceAssignment_ID); if (ii == null) @@ -1085,9 +1058,8 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set Tax Amount. - @param TaxAmt - Tax Amount for a document - */ + @param TaxAmt Tax Amount for a document + */ public void setTaxAmt (BigDecimal TaxAmt) { set_Value (COLUMNNAME_TaxAmt, TaxAmt); @@ -1096,7 +1068,7 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent /** Get Tax Amount. @return Tax Amount for a document */ - public BigDecimal getTaxAmt () + public BigDecimal getTaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxAmt); if (bd == null) @@ -1111,21 +1083,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -1140,21 +1111,20 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InvoicePaySchedule.java b/org.adempiere.base/src/org/compiere/model/X_C_InvoicePaySchedule.java index 7f211dd8a1..b083aa3648 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InvoicePaySchedule.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InvoicePaySchedule.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_InvoicePaySchedule * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_InvoicePaySchedule") public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_InvoicePaySchedule (Properties ctx, int C_InvoicePaySchedule_ID, String trxName) @@ -88,21 +88,20 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule } /** Set Invoice Payment Schedule. - @param C_InvoicePaySchedule_ID - Invoice Payment Schedule - */ + @param C_InvoicePaySchedule_ID Invoice Payment Schedule + */ public void setC_InvoicePaySchedule_ID (int C_InvoicePaySchedule_ID) { - if (C_InvoicePaySchedule_ID < 1) + if (C_InvoicePaySchedule_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoicePaySchedule_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoicePaySchedule_ID, Integer.valueOf(C_InvoicePaySchedule_ID)); } /** Get Invoice Payment Schedule. @return Invoice Payment Schedule */ - public int getC_InvoicePaySchedule_ID () + public int getC_InvoicePaySchedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoicePaySchedule_ID); if (ii == null) @@ -134,7 +132,8 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule } /** Set C_InvoicePaySchedule_UU. - @param C_InvoicePaySchedule_UU C_InvoicePaySchedule_UU */ + @param C_InvoicePaySchedule_UU C_InvoicePaySchedule_UU + */ public void setC_InvoicePaySchedule_UU (String C_InvoicePaySchedule_UU) { set_Value (COLUMNNAME_C_InvoicePaySchedule_UU, C_InvoicePaySchedule_UU); @@ -142,7 +141,7 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule /** Get C_InvoicePaySchedule_UU. @return C_InvoicePaySchedule_UU */ - public String getC_InvoicePaySchedule_UU () + public String getC_InvoicePaySchedule_UU() { return (String)get_Value(COLUMNNAME_C_InvoicePaySchedule_UU); } @@ -154,21 +153,20 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule } /** Set Payment Schedule. - @param C_PaySchedule_ID - Payment Schedule Template - */ + @param C_PaySchedule_ID Payment Schedule Template + */ public void setC_PaySchedule_ID (int C_PaySchedule_ID) { - if (C_PaySchedule_ID < 1) + if (C_PaySchedule_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaySchedule_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaySchedule_ID, Integer.valueOf(C_PaySchedule_ID)); } /** Get Payment Schedule. @return Payment Schedule Template */ - public int getC_PaySchedule_ID () + public int getC_PaySchedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaySchedule_ID); if (ii == null) @@ -177,9 +175,8 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule } /** Set Discount Amount. - @param DiscountAmt - Calculated amount of discount - */ + @param DiscountAmt Calculated amount of discount + */ public void setDiscountAmt (BigDecimal DiscountAmt) { set_Value (COLUMNNAME_DiscountAmt, DiscountAmt); @@ -188,7 +185,7 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule /** Get Discount Amount. @return Calculated amount of discount */ - public BigDecimal getDiscountAmt () + public BigDecimal getDiscountAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DiscountAmt); if (bd == null) @@ -197,9 +194,8 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule } /** Set Discount Date. - @param DiscountDate - Last Date for payments with discount - */ + @param DiscountDate Last Date for payments with discount + */ public void setDiscountDate (Timestamp DiscountDate) { set_Value (COLUMNNAME_DiscountDate, DiscountDate); @@ -208,7 +204,7 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule /** Get Discount Date. @return Last Date for payments with discount */ - public Timestamp getDiscountDate () + public Timestamp getDiscountDate() { return (Timestamp)get_Value(COLUMNNAME_DiscountDate); } @@ -222,9 +218,8 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule } /** Set Amount due. - @param DueAmt - Amount of the payment due - */ + @param DueAmt Amount of the payment due + */ public void setDueAmt (BigDecimal DueAmt) { set_Value (COLUMNNAME_DueAmt, DueAmt); @@ -233,7 +228,7 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule /** Get Amount due. @return Amount of the payment due */ - public BigDecimal getDueAmt () + public BigDecimal getDueAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DueAmt); if (bd == null) @@ -242,9 +237,8 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule } /** Set Due Date. - @param DueDate - Date when the payment is due - */ + @param DueDate Date when the payment is due + */ public void setDueDate (Timestamp DueDate) { set_Value (COLUMNNAME_DueDate, DueDate); @@ -253,15 +247,14 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule /** Get Due Date. @return Date when the payment is due */ - public Timestamp getDueDate () + public Timestamp getDueDate() { return (Timestamp)get_Value(COLUMNNAME_DueDate); } /** Set Valid. - @param IsValid - Element is valid - */ + @param IsValid Element is valid + */ public void setIsValid (boolean IsValid) { set_Value (COLUMNNAME_IsValid, Boolean.valueOf(IsValid)); @@ -270,7 +263,7 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule /** Get Valid. @return Element is valid */ - public boolean isValid () + public boolean isValid() { Object oo = get_Value(COLUMNNAME_IsValid); if (oo != null) @@ -283,9 +276,8 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -294,7 +286,7 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -307,7 +299,8 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -315,7 +308,7 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceSchedule.java b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceSchedule.java index a95c74737e..0e2a15f8fd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceSchedule.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceSchedule.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_InvoiceSchedule * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_InvoiceSchedule") public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_InvoiceSchedule (Properties ctx, int C_InvoiceSchedule_ID, String trxName) @@ -82,9 +82,8 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe } /** Set Amount. - @param Amt - Amount - */ + @param Amt Amount + */ public void setAmt (BigDecimal Amt) { set_Value (COLUMNNAME_Amt, Amt); @@ -93,7 +92,7 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Get Amount. @return Amount */ - public BigDecimal getAmt () + public BigDecimal getAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amt); if (bd == null) @@ -102,21 +101,20 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe } /** Set Invoice Schedule. - @param C_InvoiceSchedule_ID - Schedule for generating Invoices - */ + @param C_InvoiceSchedule_ID Schedule for generating Invoices + */ public void setC_InvoiceSchedule_ID (int C_InvoiceSchedule_ID) { - if (C_InvoiceSchedule_ID < 1) + if (C_InvoiceSchedule_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceSchedule_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceSchedule_ID, Integer.valueOf(C_InvoiceSchedule_ID)); } /** Get Invoice Schedule. @return Schedule for generating Invoices */ - public int getC_InvoiceSchedule_ID () + public int getC_InvoiceSchedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceSchedule_ID); if (ii == null) @@ -125,7 +123,8 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe } /** Set C_InvoiceSchedule_UU. - @param C_InvoiceSchedule_UU C_InvoiceSchedule_UU */ + @param C_InvoiceSchedule_UU C_InvoiceSchedule_UU + */ public void setC_InvoiceSchedule_UU (String C_InvoiceSchedule_UU) { set_Value (COLUMNNAME_C_InvoiceSchedule_UU, C_InvoiceSchedule_UU); @@ -133,15 +132,14 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Get C_InvoiceSchedule_UU. @return C_InvoiceSchedule_UU */ - public String getC_InvoiceSchedule_UU () + public String getC_InvoiceSchedule_UU() { return (String)get_Value(COLUMNNAME_C_InvoiceSchedule_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -150,15 +148,14 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Invoice on even weeks. - @param EvenInvoiceWeek - Send invoices on even weeks - */ + @param EvenInvoiceWeek Send invoices on even weeks + */ public void setEvenInvoiceWeek (boolean EvenInvoiceWeek) { set_Value (COLUMNNAME_EvenInvoiceWeek, Boolean.valueOf(EvenInvoiceWeek)); @@ -167,7 +164,7 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Get Invoice on even weeks. @return Send invoices on even weeks */ - public boolean isEvenInvoiceWeek () + public boolean isEvenInvoiceWeek() { Object oo = get_Value(COLUMNNAME_EvenInvoiceWeek); if (oo != null) @@ -180,9 +177,8 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe } /** Set Invoice Day. - @param InvoiceDay - Day of Invoice Generation - */ + @param InvoiceDay Day of Invoice Generation + */ public void setInvoiceDay (int InvoiceDay) { set_Value (COLUMNNAME_InvoiceDay, Integer.valueOf(InvoiceDay)); @@ -191,7 +187,7 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Get Invoice Day. @return Day of Invoice Generation */ - public int getInvoiceDay () + public int getInvoiceDay() { Integer ii = (Integer)get_Value(COLUMNNAME_InvoiceDay); if (ii == null) @@ -200,9 +196,8 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe } /** Set Invoice day cut-off. - @param InvoiceDayCutoff - Last day for including shipments - */ + @param InvoiceDayCutoff Last day for including shipments + */ public void setInvoiceDayCutoff (int InvoiceDayCutoff) { set_Value (COLUMNNAME_InvoiceDayCutoff, Integer.valueOf(InvoiceDayCutoff)); @@ -211,7 +206,7 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Get Invoice day cut-off. @return Last day for including shipments */ - public int getInvoiceDayCutoff () + public int getInvoiceDayCutoff() { Integer ii = (Integer)get_Value(COLUMNNAME_InvoiceDayCutoff); if (ii == null) @@ -230,9 +225,8 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Weekly = W */ public static final String INVOICEFREQUENCY_Weekly = "W"; /** Set Invoice Frequency. - @param InvoiceFrequency - How often invoices will be generated - */ + @param InvoiceFrequency How often invoices will be generated + */ public void setInvoiceFrequency (String InvoiceFrequency) { @@ -242,7 +236,7 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Get Invoice Frequency. @return How often invoices will be generated */ - public String getInvoiceFrequency () + public String getInvoiceFrequency() { return (String)get_Value(COLUMNNAME_InvoiceFrequency); } @@ -264,9 +258,8 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Sunday = 7 */ public static final String INVOICEWEEKDAY_Sunday = "7"; /** Set Invoice Week Day. - @param InvoiceWeekDay - Day to generate invoices - */ + @param InvoiceWeekDay Day to generate invoices + */ public void setInvoiceWeekDay (String InvoiceWeekDay) { @@ -276,7 +269,7 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Get Invoice Week Day. @return Day to generate invoices */ - public String getInvoiceWeekDay () + public String getInvoiceWeekDay() { return (String)get_Value(COLUMNNAME_InvoiceWeekDay); } @@ -298,9 +291,8 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Sunday = 7 */ public static final String INVOICEWEEKDAYCUTOFF_Sunday = "7"; /** Set Invoice weekday cutoff. - @param InvoiceWeekDayCutoff - Last day in the week for shipments to be included - */ + @param InvoiceWeekDayCutoff Last day in the week for shipments to be included + */ public void setInvoiceWeekDayCutoff (String InvoiceWeekDayCutoff) { @@ -310,15 +302,14 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Get Invoice weekday cutoff. @return Last day in the week for shipments to be included */ - public String getInvoiceWeekDayCutoff () + public String getInvoiceWeekDayCutoff() { return (String)get_Value(COLUMNNAME_InvoiceWeekDayCutoff); } /** Set Amount Limit. - @param IsAmount - Send invoices only if the amount exceeds the limit - */ + @param IsAmount Send invoices only if the amount exceeds the limit + */ public void setIsAmount (boolean IsAmount) { set_Value (COLUMNNAME_IsAmount, Boolean.valueOf(IsAmount)); @@ -327,7 +318,7 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Get Amount Limit. @return Send invoices only if the amount exceeds the limit */ - public boolean isAmount () + public boolean isAmount() { Object oo = get_Value(COLUMNNAME_IsAmount); if (oo != null) @@ -340,9 +331,8 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -351,7 +341,7 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -364,9 +354,8 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -375,7 +364,7 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceTax.java b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceTax.java index 85b21f3ab3..e19583ea2b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceTax.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceTax.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for C_InvoiceTax * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_InvoiceTax") public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_InvoiceTax (Properties ctx, int C_InvoiceTax_ID, String trxName) @@ -84,21 +84,20 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -107,7 +106,8 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent } /** Set C_InvoiceTax_UU. - @param C_InvoiceTax_UU C_InvoiceTax_UU */ + @param C_InvoiceTax_UU C_InvoiceTax_UU + */ public void setC_InvoiceTax_UU (String C_InvoiceTax_UU) { set_Value (COLUMNNAME_C_InvoiceTax_UU, C_InvoiceTax_UU); @@ -115,7 +115,7 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent /** Get C_InvoiceTax_UU. @return C_InvoiceTax_UU */ - public String getC_InvoiceTax_UU () + public String getC_InvoiceTax_UU() { return (String)get_Value(COLUMNNAME_C_InvoiceTax_UU); } @@ -127,21 +127,20 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Tax_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -156,18 +155,19 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent } /** Set Tax Provider. - @param C_TaxProvider_ID Tax Provider */ + @param C_TaxProvider_ID Tax Provider + */ public void setC_TaxProvider_ID (int C_TaxProvider_ID) { - if (C_TaxProvider_ID < 1) + if (C_TaxProvider_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxProvider_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxProvider_ID, Integer.valueOf(C_TaxProvider_ID)); } /** Get Tax Provider. @return Tax Provider */ - public int getC_TaxProvider_ID () + public int getC_TaxProvider_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxProvider_ID); if (ii == null) @@ -176,9 +176,8 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent } /** Set Price includes Tax. - @param IsTaxIncluded - Tax is included in the price - */ + @param IsTaxIncluded Tax is included in the price + */ public void setIsTaxIncluded (boolean IsTaxIncluded) { set_Value (COLUMNNAME_IsTaxIncluded, Boolean.valueOf(IsTaxIncluded)); @@ -187,7 +186,7 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent /** Get Price includes Tax. @return Tax is included in the price */ - public boolean isTaxIncluded () + public boolean isTaxIncluded() { Object oo = get_Value(COLUMNNAME_IsTaxIncluded); if (oo != null) @@ -200,9 +199,8 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -211,7 +209,7 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -224,9 +222,8 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent } /** Set Tax Amount. - @param TaxAmt - Tax Amount for a document - */ + @param TaxAmt Tax Amount for a document + */ public void setTaxAmt (BigDecimal TaxAmt) { set_ValueNoCheck (COLUMNNAME_TaxAmt, TaxAmt); @@ -235,7 +232,7 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent /** Get Tax Amount. @return Tax Amount for a document */ - public BigDecimal getTaxAmt () + public BigDecimal getTaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxAmt); if (bd == null) @@ -244,9 +241,8 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent } /** Set Tax base Amount. - @param TaxBaseAmt - Base for calculating the tax amount - */ + @param TaxBaseAmt Base for calculating the tax amount + */ public void setTaxBaseAmt (BigDecimal TaxBaseAmt) { set_ValueNoCheck (COLUMNNAME_TaxBaseAmt, TaxBaseAmt); @@ -255,7 +251,7 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent /** Get Tax base Amount. @return Base for calculating the tax amount */ - public BigDecimal getTaxBaseAmt () + public BigDecimal getTaxBaseAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxBaseAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Job.java b/org.adempiere.base/src/org/compiere/model/X_C_Job.java index a62b3f3cea..62ce5521d4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Job.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Job.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Job * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Job") public class X_C_Job extends PO implements I_C_Job, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Job extends PO implements I_C_Job, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Job (Properties ctx, int C_Job_ID, String trxName) @@ -82,21 +82,20 @@ public class X_C_Job extends PO implements I_C_Job, I_Persistent } /** Set Position Category. - @param C_JobCategory_ID - Job Position Category - */ + @param C_JobCategory_ID Job Position Category + */ public void setC_JobCategory_ID (int C_JobCategory_ID) { - if (C_JobCategory_ID < 1) + if (C_JobCategory_ID < 1) set_Value (COLUMNNAME_C_JobCategory_ID, null); - else + else set_Value (COLUMNNAME_C_JobCategory_ID, Integer.valueOf(C_JobCategory_ID)); } /** Get Position Category. @return Job Position Category */ - public int getC_JobCategory_ID () + public int getC_JobCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_JobCategory_ID); if (ii == null) @@ -105,21 +104,20 @@ public class X_C_Job extends PO implements I_C_Job, I_Persistent } /** Set Position. - @param C_Job_ID - Job Position - */ + @param C_Job_ID Job Position + */ public void setC_Job_ID (int C_Job_ID) { - if (C_Job_ID < 1) + if (C_Job_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Job_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Job_ID, Integer.valueOf(C_Job_ID)); } /** Get Position. @return Job Position */ - public int getC_Job_ID () + public int getC_Job_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Job_ID); if (ii == null) @@ -128,7 +126,8 @@ public class X_C_Job extends PO implements I_C_Job, I_Persistent } /** Set C_Job_UU. - @param C_Job_UU C_Job_UU */ + @param C_Job_UU C_Job_UU + */ public void setC_Job_UU (String C_Job_UU) { set_Value (COLUMNNAME_C_Job_UU, C_Job_UU); @@ -136,15 +135,14 @@ public class X_C_Job extends PO implements I_C_Job, I_Persistent /** Get C_Job_UU. @return C_Job_UU */ - public String getC_Job_UU () + public String getC_Job_UU() { return (String)get_Value(COLUMNNAME_C_Job_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -153,15 +151,14 @@ public class X_C_Job extends PO implements I_C_Job, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -170,15 +167,14 @@ public class X_C_Job extends PO implements I_C_Job, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Employee. - @param IsEmployee - Indicates if this Business Partner is an employee - */ + @param IsEmployee Indicates if this Business Partner is an employee + */ public void setIsEmployee (boolean IsEmployee) { set_Value (COLUMNNAME_IsEmployee, Boolean.valueOf(IsEmployee)); @@ -187,7 +183,7 @@ public class X_C_Job extends PO implements I_C_Job, I_Persistent /** Get Employee. @return Indicates if this Business Partner is an employee */ - public boolean isEmployee () + public boolean isEmployee() { Object oo = get_Value(COLUMNNAME_IsEmployee); if (oo != null) @@ -200,9 +196,8 @@ public class X_C_Job extends PO implements I_C_Job, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -211,7 +206,7 @@ public class X_C_Job extends PO implements I_C_Job, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_JobAssignment.java b/org.adempiere.base/src/org/compiere/model/X_C_JobAssignment.java index 23a9a46b92..2b9449dbb1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_JobAssignment.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_JobAssignment.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_JobAssignment * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_JobAssignment") public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_JobAssignment (Properties ctx, int C_JobAssignment_ID, String trxName) @@ -82,21 +82,20 @@ public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persis } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -105,21 +104,20 @@ public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persis } /** Set Position Assignment. - @param C_JobAssignment_ID - Assignment of Employee (User) to Job Position - */ + @param C_JobAssignment_ID Assignment of Employee (User) to Job Position + */ public void setC_JobAssignment_ID (int C_JobAssignment_ID) { - if (C_JobAssignment_ID < 1) + if (C_JobAssignment_ID < 1) set_ValueNoCheck (COLUMNNAME_C_JobAssignment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_JobAssignment_ID, Integer.valueOf(C_JobAssignment_ID)); } /** Get Position Assignment. @return Assignment of Employee (User) to Job Position */ - public int getC_JobAssignment_ID () + public int getC_JobAssignment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_JobAssignment_ID); if (ii == null) @@ -128,7 +126,8 @@ public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persis } /** Set C_JobAssignment_UU. - @param C_JobAssignment_UU C_JobAssignment_UU */ + @param C_JobAssignment_UU C_JobAssignment_UU + */ public void setC_JobAssignment_UU (String C_JobAssignment_UU) { set_Value (COLUMNNAME_C_JobAssignment_UU, C_JobAssignment_UU); @@ -136,7 +135,7 @@ public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persis /** Get C_JobAssignment_UU. @return C_JobAssignment_UU */ - public String getC_JobAssignment_UU () + public String getC_JobAssignment_UU() { return (String)get_Value(COLUMNNAME_C_JobAssignment_UU); } @@ -148,21 +147,20 @@ public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persis } /** Set Position. - @param C_Job_ID - Job Position - */ + @param C_Job_ID Job Position + */ public void setC_Job_ID (int C_Job_ID) { - if (C_Job_ID < 1) + if (C_Job_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Job_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Job_ID, Integer.valueOf(C_Job_ID)); } /** Get Position. @return Job Position */ - public int getC_Job_ID () + public int getC_Job_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Job_ID); if (ii == null) @@ -179,9 +177,8 @@ public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persis } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -190,15 +187,14 @@ public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -207,15 +203,14 @@ public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persis /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -224,7 +219,7 @@ public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persis /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_JobCategory.java b/org.adempiere.base/src/org/compiere/model/X_C_JobCategory.java index fef7b9836d..1c7d6b0d7a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_JobCategory.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_JobCategory.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_JobCategory * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_JobCategory") public class X_C_JobCategory extends PO implements I_C_JobCategory, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_JobCategory extends PO implements I_C_JobCategory, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_JobCategory (Properties ctx, int C_JobCategory_ID, String trxName) @@ -73,21 +73,20 @@ public class X_C_JobCategory extends PO implements I_C_JobCategory, I_Persistent } /** Set Position Category. - @param C_JobCategory_ID - Job Position Category - */ + @param C_JobCategory_ID Job Position Category + */ public void setC_JobCategory_ID (int C_JobCategory_ID) { - if (C_JobCategory_ID < 1) + if (C_JobCategory_ID < 1) set_ValueNoCheck (COLUMNNAME_C_JobCategory_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_JobCategory_ID, Integer.valueOf(C_JobCategory_ID)); } /** Get Position Category. @return Job Position Category */ - public int getC_JobCategory_ID () + public int getC_JobCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_JobCategory_ID); if (ii == null) @@ -96,7 +95,8 @@ public class X_C_JobCategory extends PO implements I_C_JobCategory, I_Persistent } /** Set C_JobCategory_UU. - @param C_JobCategory_UU C_JobCategory_UU */ + @param C_JobCategory_UU C_JobCategory_UU + */ public void setC_JobCategory_UU (String C_JobCategory_UU) { set_Value (COLUMNNAME_C_JobCategory_UU, C_JobCategory_UU); @@ -104,15 +104,14 @@ public class X_C_JobCategory extends PO implements I_C_JobCategory, I_Persistent /** Get C_JobCategory_UU. @return C_JobCategory_UU */ - public String getC_JobCategory_UU () + public String getC_JobCategory_UU() { return (String)get_Value(COLUMNNAME_C_JobCategory_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -121,15 +120,14 @@ public class X_C_JobCategory extends PO implements I_C_JobCategory, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -138,15 +136,14 @@ public class X_C_JobCategory extends PO implements I_C_JobCategory, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -155,7 +152,7 @@ public class X_C_JobCategory extends PO implements I_C_JobCategory, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_JobRemuneration.java b/org.adempiere.base/src/org/compiere/model/X_C_JobRemuneration.java index e3d3d8477d..c1795771c6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_JobRemuneration.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_JobRemuneration.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_JobRemuneration * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_JobRemuneration") public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_JobRemuneration (Properties ctx, int C_JobRemuneration_ID, String trxName) @@ -82,21 +82,20 @@ public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Pe } /** Set Position. - @param C_Job_ID - Job Position - */ + @param C_Job_ID Job Position + */ public void setC_Job_ID (int C_Job_ID) { - if (C_Job_ID < 1) + if (C_Job_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Job_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Job_ID, Integer.valueOf(C_Job_ID)); } /** Get Position. @return Job Position */ - public int getC_Job_ID () + public int getC_Job_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Job_ID); if (ii == null) @@ -113,21 +112,20 @@ public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Pe } /** Set Position Remuneration. - @param C_JobRemuneration_ID - Remuneration for the Position - */ + @param C_JobRemuneration_ID Remuneration for the Position + */ public void setC_JobRemuneration_ID (int C_JobRemuneration_ID) { - if (C_JobRemuneration_ID < 1) + if (C_JobRemuneration_ID < 1) set_ValueNoCheck (COLUMNNAME_C_JobRemuneration_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_JobRemuneration_ID, Integer.valueOf(C_JobRemuneration_ID)); } /** Get Position Remuneration. @return Remuneration for the Position */ - public int getC_JobRemuneration_ID () + public int getC_JobRemuneration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_JobRemuneration_ID); if (ii == null) @@ -136,7 +134,8 @@ public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Pe } /** Set C_JobRemuneration_UU. - @param C_JobRemuneration_UU C_JobRemuneration_UU */ + @param C_JobRemuneration_UU C_JobRemuneration_UU + */ public void setC_JobRemuneration_UU (String C_JobRemuneration_UU) { set_Value (COLUMNNAME_C_JobRemuneration_UU, C_JobRemuneration_UU); @@ -144,7 +143,7 @@ public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Pe /** Get C_JobRemuneration_UU. @return C_JobRemuneration_UU */ - public String getC_JobRemuneration_UU () + public String getC_JobRemuneration_UU() { return (String)get_Value(COLUMNNAME_C_JobRemuneration_UU); } @@ -156,21 +155,20 @@ public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Pe } /** Set Remuneration. - @param C_Remuneration_ID - Wage or Salary - */ + @param C_Remuneration_ID Wage or Salary + */ public void setC_Remuneration_ID (int C_Remuneration_ID) { - if (C_Remuneration_ID < 1) + if (C_Remuneration_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Remuneration_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Remuneration_ID, Integer.valueOf(C_Remuneration_ID)); } /** Get Remuneration. @return Wage or Salary */ - public int getC_Remuneration_ID () + public int getC_Remuneration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Remuneration_ID); if (ii == null) @@ -179,9 +177,8 @@ public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Pe } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -190,15 +187,14 @@ public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -207,15 +203,14 @@ public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Pe /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -224,7 +219,7 @@ public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Pe /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_LandedCost.java b/org.adempiere.base/src/org/compiere/model/X_C_LandedCost.java index 2be18ec151..a655043390 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_LandedCost.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_LandedCost.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_LandedCost * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_LandedCost") public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_LandedCost (Properties ctx, int C_LandedCost_ID, String trxName) @@ -82,21 +82,20 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -113,21 +112,20 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent } /** Set Landed Cost. - @param C_LandedCost_ID - Landed cost to be allocated to material receipts - */ + @param C_LandedCost_ID Landed cost to be allocated to material receipts + */ public void setC_LandedCost_ID (int C_LandedCost_ID) { - if (C_LandedCost_ID < 1) + if (C_LandedCost_ID < 1) set_ValueNoCheck (COLUMNNAME_C_LandedCost_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_LandedCost_ID, Integer.valueOf(C_LandedCost_ID)); } /** Get Landed Cost. @return Landed cost to be allocated to material receipts */ - public int getC_LandedCost_ID () + public int getC_LandedCost_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LandedCost_ID); if (ii == null) @@ -136,7 +134,8 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent } /** Set C_LandedCost_UU. - @param C_LandedCost_UU C_LandedCost_UU */ + @param C_LandedCost_UU C_LandedCost_UU + */ public void setC_LandedCost_UU (String C_LandedCost_UU) { set_Value (COLUMNNAME_C_LandedCost_UU, C_LandedCost_UU); @@ -144,15 +143,14 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent /** Get C_LandedCost_UU. @return C_LandedCost_UU */ - public String getC_LandedCost_UU () + public String getC_LandedCost_UU() { return (String)get_Value(COLUMNNAME_C_LandedCost_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -161,7 +159,7 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -179,9 +177,8 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent /** Weight = W */ public static final String LANDEDCOSTDISTRIBUTION_Weight = "W"; /** Set Cost Distribution. - @param LandedCostDistribution - Landed Cost Distribution - */ + @param LandedCostDistribution Landed Cost Distribution + */ public void setLandedCostDistribution (String LandedCostDistribution) { @@ -191,7 +188,7 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent /** Get Cost Distribution. @return Landed Cost Distribution */ - public String getLandedCostDistribution () + public String getLandedCostDistribution() { return (String)get_Value(COLUMNNAME_LandedCostDistribution); } @@ -203,21 +200,20 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent } /** Set Cost Element. - @param M_CostElement_ID - Product Cost Element - */ + @param M_CostElement_ID Product Cost Element + */ public void setM_CostElement_ID (int M_CostElement_ID) { - if (M_CostElement_ID < 1) + if (M_CostElement_ID < 1) set_Value (COLUMNNAME_M_CostElement_ID, null); - else + else set_Value (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); } /** Get Cost Element. @return Product Cost Element */ - public int getM_CostElement_ID () + public int getM_CostElement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); if (ii == null) @@ -232,21 +228,20 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent } /** Set Shipment/Receipt. - @param M_InOut_ID - Material Shipment Document - */ + @param M_InOut_ID Material Shipment Document + */ public void setM_InOut_ID (int M_InOut_ID) { - if (M_InOut_ID < 1) + if (M_InOut_ID < 1) set_Value (COLUMNNAME_M_InOut_ID, null); - else + else set_Value (COLUMNNAME_M_InOut_ID, Integer.valueOf(M_InOut_ID)); } /** Get Shipment/Receipt. @return Material Shipment Document */ - public int getM_InOut_ID () + public int getM_InOut_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOut_ID); if (ii == null) @@ -261,21 +256,20 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_Value (COLUMNNAME_M_InOutLine_ID, null); - else + else set_Value (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -290,21 +284,20 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -313,7 +306,8 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -321,7 +315,7 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_LandedCostAllocation.java b/org.adempiere.base/src/org/compiere/model/X_C_LandedCostAllocation.java index 189be35c5d..a627dde0dc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_LandedCostAllocation.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_LandedCostAllocation.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_LandedCostAllocation * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_LandedCostAllocation") public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAllocation, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_LandedCostAllocation (Properties ctx, int C_LandedCostAllocation_ID, String trxName) @@ -80,9 +80,8 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca } /** Set Amount. - @param Amt - Amount - */ + @param Amt Amount + */ public void setAmt (BigDecimal Amt) { set_Value (COLUMNNAME_Amt, Amt); @@ -91,7 +90,7 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca /** Get Amount. @return Amount */ - public BigDecimal getAmt () + public BigDecimal getAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amt); if (bd == null) @@ -100,9 +99,8 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca } /** Set Base. - @param Base - Calculation Base - */ + @param Base Calculation Base + */ public void setBase (BigDecimal Base) { set_Value (COLUMNNAME_Base, Base); @@ -111,7 +109,7 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca /** Get Base. @return Calculation Base */ - public BigDecimal getBase () + public BigDecimal getBase() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Base); if (bd == null) @@ -126,21 +124,20 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -157,21 +154,20 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca } /** Set Landed Cost Allocation. - @param C_LandedCostAllocation_ID - Allocation for Land Costs - */ + @param C_LandedCostAllocation_ID Allocation for Land Costs + */ public void setC_LandedCostAllocation_ID (int C_LandedCostAllocation_ID) { - if (C_LandedCostAllocation_ID < 1) + if (C_LandedCostAllocation_ID < 1) set_ValueNoCheck (COLUMNNAME_C_LandedCostAllocation_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_LandedCostAllocation_ID, Integer.valueOf(C_LandedCostAllocation_ID)); } /** Get Landed Cost Allocation. @return Allocation for Land Costs */ - public int getC_LandedCostAllocation_ID () + public int getC_LandedCostAllocation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LandedCostAllocation_ID); if (ii == null) @@ -180,7 +176,8 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca } /** Set C_LandedCostAllocation_UU. - @param C_LandedCostAllocation_UU C_LandedCostAllocation_UU */ + @param C_LandedCostAllocation_UU C_LandedCostAllocation_UU + */ public void setC_LandedCostAllocation_UU (String C_LandedCostAllocation_UU) { set_Value (COLUMNNAME_C_LandedCostAllocation_UU, C_LandedCostAllocation_UU); @@ -188,7 +185,7 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca /** Get C_LandedCostAllocation_UU. @return C_LandedCostAllocation_UU */ - public String getC_LandedCostAllocation_UU () + public String getC_LandedCostAllocation_UU() { return (String)get_Value(COLUMNNAME_C_LandedCostAllocation_UU); } @@ -200,21 +197,20 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -229,21 +225,20 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca } /** Set Cost Element. - @param M_CostElement_ID - Product Cost Element - */ + @param M_CostElement_ID Product Cost Element + */ public void setM_CostElement_ID (int M_CostElement_ID) { - if (M_CostElement_ID < 1) + if (M_CostElement_ID < 1) set_Value (COLUMNNAME_M_CostElement_ID, null); - else + else set_Value (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); } /** Get Cost Element. @return Product Cost Element */ - public int getM_CostElement_ID () + public int getM_CostElement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); if (ii == null) @@ -258,21 +253,20 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -287,21 +281,20 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -310,9 +303,8 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -321,7 +313,7 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Location.java b/org.adempiere.base/src/org/compiere/model/X_C_Location.java index cc4d72e743..f07ea71bcb 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Location.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Location.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Location * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Location") public class X_C_Location extends PO implements I_C_Location, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Location (Properties ctx, int C_Location_ID, String trxName) @@ -73,9 +73,8 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent } /** Set Address 1. - @param Address1 - Address line 1 for this location - */ + @param Address1 Address line 1 for this location + */ public void setAddress1 (String Address1) { set_Value (COLUMNNAME_Address1, Address1); @@ -84,15 +83,14 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get Address 1. @return Address line 1 for this location */ - public String getAddress1 () + public String getAddress1() { return (String)get_Value(COLUMNNAME_Address1); } /** Set Address 2. - @param Address2 - Address line 2 for this location - */ + @param Address2 Address line 2 for this location + */ public void setAddress2 (String Address2) { set_Value (COLUMNNAME_Address2, Address2); @@ -101,15 +99,14 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get Address 2. @return Address line 2 for this location */ - public String getAddress2 () + public String getAddress2() { return (String)get_Value(COLUMNNAME_Address2); } /** Set Address 3. - @param Address3 - Address Line 3 for the location - */ + @param Address3 Address Line 3 for the location + */ public void setAddress3 (String Address3) { set_Value (COLUMNNAME_Address3, Address3); @@ -118,15 +115,14 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get Address 3. @return Address Line 3 for the location */ - public String getAddress3 () + public String getAddress3() { return (String)get_Value(COLUMNNAME_Address3); } /** Set Address 4. - @param Address4 - Address Line 4 for the location - */ + @param Address4 Address Line 4 for the location + */ public void setAddress4 (String Address4) { set_Value (COLUMNNAME_Address4, Address4); @@ -135,15 +131,14 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get Address 4. @return Address Line 4 for the location */ - public String getAddress4 () + public String getAddress4() { return (String)get_Value(COLUMNNAME_Address4); } /** Set Address 5. - @param Address5 - Address Line 5 for the location - */ + @param Address5 Address Line 5 for the location + */ public void setAddress5 (String Address5) { set_Value (COLUMNNAME_Address5, Address5); @@ -152,7 +147,7 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get Address 5. @return Address Line 5 for the location */ - public String getAddress5 () + public String getAddress5() { return (String)get_Value(COLUMNNAME_Address5); } @@ -164,18 +159,19 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent } /** Set Address Validation. - @param C_AddressValidation_ID Address Validation */ + @param C_AddressValidation_ID Address Validation + */ public void setC_AddressValidation_ID (int C_AddressValidation_ID) { - if (C_AddressValidation_ID < 1) + if (C_AddressValidation_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AddressValidation_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AddressValidation_ID, Integer.valueOf(C_AddressValidation_ID)); } /** Get Address Validation. @return Address Validation */ - public int getC_AddressValidation_ID () + public int getC_AddressValidation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AddressValidation_ID); if (ii == null) @@ -190,21 +186,20 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent } /** Set City. - @param C_City_ID - City - */ + @param C_City_ID City + */ public void setC_City_ID (int C_City_ID) { - if (C_City_ID < 1) + if (C_City_ID < 1) set_Value (COLUMNNAME_C_City_ID, null); - else + else set_Value (COLUMNNAME_C_City_ID, Integer.valueOf(C_City_ID)); } /** Get City. @return City */ - public int getC_City_ID () + public int getC_City_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_City_ID); if (ii == null) @@ -219,21 +214,20 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent } /** Set Country. - @param C_Country_ID - Country - */ + @param C_Country_ID Country + */ public void setC_Country_ID (int C_Country_ID) { - if (C_Country_ID < 1) + if (C_Country_ID < 1) set_Value (COLUMNNAME_C_Country_ID, null); - else + else set_Value (COLUMNNAME_C_Country_ID, Integer.valueOf(C_Country_ID)); } /** Get Country. @return Country */ - public int getC_Country_ID () + public int getC_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Country_ID); if (ii == null) @@ -242,9 +236,8 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent } /** Set City. - @param City - Identifies a City - */ + @param City Identifies a City + */ public void setCity (String City) { set_Value (COLUMNNAME_City, City); @@ -253,7 +246,7 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get City. @return Identifies a City */ - public String getCity () + public String getCity() { return (String)get_Value(COLUMNNAME_City); } @@ -267,21 +260,20 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Location_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -290,7 +282,8 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent } /** Set C_Location_UU. - @param C_Location_UU C_Location_UU */ + @param C_Location_UU C_Location_UU + */ public void setC_Location_UU (String C_Location_UU) { set_Value (COLUMNNAME_C_Location_UU, C_Location_UU); @@ -298,15 +291,14 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get C_Location_UU. @return C_Location_UU */ - public String getC_Location_UU () + public String getC_Location_UU() { return (String)get_Value(COLUMNNAME_C_Location_UU); } /** Set Comments. - @param Comments - Comments or additional information - */ + @param Comments Comments or additional information + */ public void setComments (String Comments) { set_Value (COLUMNNAME_Comments, Comments); @@ -315,7 +307,7 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get Comments. @return Comments or additional information */ - public String getComments () + public String getComments() { return (String)get_Value(COLUMNNAME_Comments); } @@ -327,21 +319,20 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent } /** Set Region. - @param C_Region_ID - Identifies a geographical Region - */ + @param C_Region_ID Identifies a geographical Region + */ public void setC_Region_ID (int C_Region_ID) { - if (C_Region_ID < 1) + if (C_Region_ID < 1) set_Value (COLUMNNAME_C_Region_ID, null); - else + else set_Value (COLUMNNAME_C_Region_ID, Integer.valueOf(C_Region_ID)); } /** Get Region. @return Identifies a geographical Region */ - public int getC_Region_ID () + public int getC_Region_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Region_ID); if (ii == null) @@ -350,9 +341,8 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent } /** Set Valid. - @param IsValid - Element is valid - */ + @param IsValid Element is valid + */ public void setIsValid (boolean IsValid) { set_ValueNoCheck (COLUMNNAME_IsValid, Boolean.valueOf(IsValid)); @@ -361,7 +351,7 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get Valid. @return Element is valid */ - public boolean isValid () + public boolean isValid() { Object oo = get_Value(COLUMNNAME_IsValid); if (oo != null) @@ -374,9 +364,8 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent } /** Set ZIP. - @param Postal - Postal code - */ + @param Postal Postal code + */ public void setPostal (String Postal) { set_Value (COLUMNNAME_Postal, Postal); @@ -385,15 +374,14 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get ZIP. @return Postal code */ - public String getPostal () + public String getPostal() { return (String)get_Value(COLUMNNAME_Postal); } /** Set Additional Zip. - @param Postal_Add - Additional ZIP or Postal code - */ + @param Postal_Add Additional ZIP or Postal code + */ public void setPostal_Add (String Postal_Add) { set_Value (COLUMNNAME_Postal_Add, Postal_Add); @@ -402,15 +390,14 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get Additional Zip. @return Additional ZIP or Postal code */ - public String getPostal_Add () + public String getPostal_Add() { return (String)get_Value(COLUMNNAME_Postal_Add); } /** Set Region. - @param RegionName - Name of the Region - */ + @param RegionName Name of the Region + */ public void setRegionName (String RegionName) { set_Value (COLUMNNAME_RegionName, RegionName); @@ -419,15 +406,14 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get Region. @return Name of the Region */ - public String getRegionName () + public String getRegionName() { return (String)get_Value(COLUMNNAME_RegionName); } /** Set Result. - @param Result - Result of the action taken - */ + @param Result Result of the action taken + */ public void setResult (String Result) { set_ValueNoCheck (COLUMNNAME_Result, Result); @@ -436,13 +422,14 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get Result. @return Result of the action taken */ - public String getResult () + public String getResult() { return (String)get_Value(COLUMNNAME_Result); } /** Set Validate Address. - @param ValidateAddress Validate Address */ + @param ValidateAddress Validate Address + */ public void setValidateAddress (String ValidateAddress) { set_Value (COLUMNNAME_ValidateAddress, ValidateAddress); @@ -450,7 +437,7 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent /** Get Validate Address. @return Validate Address */ - public String getValidateAddress () + public String getValidateAddress() { return (String)get_Value(COLUMNNAME_ValidateAddress); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_NonBusinessDay.java b/org.adempiere.base/src/org/compiere/model/X_C_NonBusinessDay.java index e288ef9847..712ebfc3e4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_NonBusinessDay.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_NonBusinessDay.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_NonBusinessDay * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_NonBusinessDay") public class X_C_NonBusinessDay extends PO implements I_C_NonBusinessDay, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_NonBusinessDay extends PO implements I_C_NonBusinessDay, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_NonBusinessDay (Properties ctx, int C_NonBusinessDay_ID, String trxName) @@ -81,21 +81,20 @@ public class X_C_NonBusinessDay extends PO implements I_C_NonBusinessDay, I_Pers } /** Set Calendar. - @param C_Calendar_ID - Accounting Calendar Name - */ + @param C_Calendar_ID Accounting Calendar Name + */ public void setC_Calendar_ID (int C_Calendar_ID) { - if (C_Calendar_ID < 1) + if (C_Calendar_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Calendar_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Calendar_ID, Integer.valueOf(C_Calendar_ID)); } /** Get Calendar. @return Accounting Calendar Name */ - public int getC_Calendar_ID () + public int getC_Calendar_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Calendar_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_C_NonBusinessDay extends PO implements I_C_NonBusinessDay, I_Pers } /** Set Country. - @param C_Country_ID - Country - */ + @param C_Country_ID Country + */ public void setC_Country_ID (int C_Country_ID) { - if (C_Country_ID < 1) + if (C_Country_ID < 1) set_Value (COLUMNNAME_C_Country_ID, null); - else + else set_Value (COLUMNNAME_C_Country_ID, Integer.valueOf(C_Country_ID)); } /** Get Country. @return Country */ - public int getC_Country_ID () + public int getC_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Country_ID); if (ii == null) @@ -133,21 +131,20 @@ public class X_C_NonBusinessDay extends PO implements I_C_NonBusinessDay, I_Pers } /** Set Non Business Day. - @param C_NonBusinessDay_ID - Day on which business is not transacted - */ + @param C_NonBusinessDay_ID Day on which business is not transacted + */ public void setC_NonBusinessDay_ID (int C_NonBusinessDay_ID) { - if (C_NonBusinessDay_ID < 1) + if (C_NonBusinessDay_ID < 1) set_ValueNoCheck (COLUMNNAME_C_NonBusinessDay_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_NonBusinessDay_ID, Integer.valueOf(C_NonBusinessDay_ID)); } /** Get Non Business Day. @return Day on which business is not transacted */ - public int getC_NonBusinessDay_ID () + public int getC_NonBusinessDay_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_NonBusinessDay_ID); if (ii == null) @@ -156,7 +153,8 @@ public class X_C_NonBusinessDay extends PO implements I_C_NonBusinessDay, I_Pers } /** Set C_NonBusinessDay_UU. - @param C_NonBusinessDay_UU C_NonBusinessDay_UU */ + @param C_NonBusinessDay_UU C_NonBusinessDay_UU + */ public void setC_NonBusinessDay_UU (String C_NonBusinessDay_UU) { set_Value (COLUMNNAME_C_NonBusinessDay_UU, C_NonBusinessDay_UU); @@ -164,15 +162,14 @@ public class X_C_NonBusinessDay extends PO implements I_C_NonBusinessDay, I_Pers /** Get C_NonBusinessDay_UU. @return C_NonBusinessDay_UU */ - public String getC_NonBusinessDay_UU () + public String getC_NonBusinessDay_UU() { return (String)get_Value(COLUMNNAME_C_NonBusinessDay_UU); } /** Set Date. - @param Date1 - Date when business is not conducted - */ + @param Date1 Date when business is not conducted + */ public void setDate1 (Timestamp Date1) { set_Value (COLUMNNAME_Date1, Date1); @@ -181,15 +178,14 @@ public class X_C_NonBusinessDay extends PO implements I_C_NonBusinessDay, I_Pers /** Get Date. @return Date when business is not conducted */ - public Timestamp getDate1 () + public Timestamp getDate1() { return (Timestamp)get_Value(COLUMNNAME_Date1); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -198,7 +194,7 @@ public class X_C_NonBusinessDay extends PO implements I_C_NonBusinessDay, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_OnlineTrxHistory.java b/org.adempiere.base/src/org/compiere/model/X_C_OnlineTrxHistory.java index 1da28ea138..3534b8dc50 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_OnlineTrxHistory.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_OnlineTrxHistory.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_OnlineTrxHistory * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_OnlineTrxHistory") public class X_C_OnlineTrxHistory extends PO implements I_C_OnlineTrxHistory, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_OnlineTrxHistory extends PO implements I_C_OnlineTrxHistory, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_OnlineTrxHistory (Properties ctx, int C_OnlineTrxHistory_ID, String trxName) @@ -83,21 +83,20 @@ public class X_C_OnlineTrxHistory extends PO implements I_C_OnlineTrxHistory, I_ } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -106,18 +105,19 @@ public class X_C_OnlineTrxHistory extends PO implements I_C_OnlineTrxHistory, I_ } /** Set Online Transaction History. - @param C_OnlineTrxHistory_ID Online Transaction History */ + @param C_OnlineTrxHistory_ID Online Transaction History + */ public void setC_OnlineTrxHistory_ID (int C_OnlineTrxHistory_ID) { - if (C_OnlineTrxHistory_ID < 1) + if (C_OnlineTrxHistory_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OnlineTrxHistory_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OnlineTrxHistory_ID, Integer.valueOf(C_OnlineTrxHistory_ID)); } /** Get Online Transaction History. @return Online Transaction History */ - public int getC_OnlineTrxHistory_ID () + public int getC_OnlineTrxHistory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OnlineTrxHistory_ID); if (ii == null) @@ -126,7 +126,8 @@ public class X_C_OnlineTrxHistory extends PO implements I_C_OnlineTrxHistory, I_ } /** Set C_OnlineTrxHistory_UU. - @param C_OnlineTrxHistory_UU C_OnlineTrxHistory_UU */ + @param C_OnlineTrxHistory_UU C_OnlineTrxHistory_UU + */ public void setC_OnlineTrxHistory_UU (String C_OnlineTrxHistory_UU) { set_Value (COLUMNNAME_C_OnlineTrxHistory_UU, C_OnlineTrxHistory_UU); @@ -134,15 +135,14 @@ public class X_C_OnlineTrxHistory extends PO implements I_C_OnlineTrxHistory, I_ /** Get C_OnlineTrxHistory_UU. @return C_OnlineTrxHistory_UU */ - public String getC_OnlineTrxHistory_UU () + public String getC_OnlineTrxHistory_UU() { return (String)get_Value(COLUMNNAME_C_OnlineTrxHistory_UU); } /** Set Error. - @param IsError - An Error occurred in the execution - */ + @param IsError An Error occurred in the execution + */ public void setIsError (boolean IsError) { set_Value (COLUMNNAME_IsError, Boolean.valueOf(IsError)); @@ -151,7 +151,7 @@ public class X_C_OnlineTrxHistory extends PO implements I_C_OnlineTrxHistory, I_ /** Get Error. @return An Error occurred in the execution */ - public boolean isError () + public boolean isError() { Object oo = get_Value(COLUMNNAME_IsError); if (oo != null) @@ -164,9 +164,8 @@ public class X_C_OnlineTrxHistory extends PO implements I_C_OnlineTrxHistory, I_ } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -175,7 +174,7 @@ public class X_C_OnlineTrxHistory extends PO implements I_C_OnlineTrxHistory, I_ /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -188,21 +187,20 @@ public class X_C_OnlineTrxHistory extends PO implements I_C_OnlineTrxHistory, I_ } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_Value (COLUMNNAME_Record_ID, null); - else + else set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -211,9 +209,8 @@ public class X_C_OnlineTrxHistory extends PO implements I_C_OnlineTrxHistory, I_ } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -222,7 +219,7 @@ public class X_C_OnlineTrxHistory extends PO implements I_C_OnlineTrxHistory, I_ /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Opportunity.java b/org.adempiere.base/src/org/compiere/model/X_C_Opportunity.java index 9a5f457d06..fbc4fac879 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Opportunity.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Opportunity.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Opportunity * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Opportunity") public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Opportunity (Properties ctx, int C_Opportunity_ID, String trxName) @@ -89,21 +89,20 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -117,22 +116,21 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -147,21 +145,20 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -176,21 +173,20 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -199,9 +195,8 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent } /** Set Close Date. - @param CloseDate - Close Date - */ + @param CloseDate Close Date + */ public void setCloseDate (Timestamp CloseDate) { set_Value (COLUMNNAME_CloseDate, CloseDate); @@ -210,15 +205,14 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent /** Get Close Date. @return Close Date */ - public Timestamp getCloseDate () + public Timestamp getCloseDate() { return (Timestamp)get_Value(COLUMNNAME_CloseDate); } /** Set Comments. - @param Comments - Comments or additional information - */ + @param Comments Comments or additional information + */ public void setComments (String Comments) { set_Value (COLUMNNAME_Comments, Comments); @@ -227,24 +221,25 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent /** Get Comments. @return Comments or additional information */ - public String getComments () + public String getComments() { return (String)get_Value(COLUMNNAME_Comments); } /** Set Sales Opportunity. - @param C_Opportunity_ID Sales Opportunity */ + @param C_Opportunity_ID Sales Opportunity + */ public void setC_Opportunity_ID (int C_Opportunity_ID) { - if (C_Opportunity_ID < 1) + if (C_Opportunity_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Opportunity_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Opportunity_ID, Integer.valueOf(C_Opportunity_ID)); } /** Get Sales Opportunity. @return Sales Opportunity */ - public int getC_Opportunity_ID () + public int getC_Opportunity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Opportunity_ID); if (ii == null) @@ -253,7 +248,8 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent } /** Set C_Opportunity_UU. - @param C_Opportunity_UU C_Opportunity_UU */ + @param C_Opportunity_UU C_Opportunity_UU + */ public void setC_Opportunity_UU (String C_Opportunity_UU) { set_Value (COLUMNNAME_C_Opportunity_UU, C_Opportunity_UU); @@ -261,7 +257,7 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent /** Get C_Opportunity_UU. @return C_Opportunity_UU */ - public String getC_Opportunity_UU () + public String getC_Opportunity_UU() { return (String)get_Value(COLUMNNAME_C_Opportunity_UU); } @@ -273,21 +269,20 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_Value (COLUMNNAME_C_Order_ID, null); - else + else set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -296,9 +291,8 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent } /** Set Cost. - @param Cost - Cost information - */ + @param Cost Cost information + */ public void setCost (BigDecimal Cost) { set_Value (COLUMNNAME_Cost, Cost); @@ -307,7 +301,7 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent /** Get Cost. @return Cost information */ - public BigDecimal getCost () + public BigDecimal getCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Cost); if (bd == null) @@ -322,21 +316,20 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent } /** Set Sales Stage. - @param C_SalesStage_ID - Stages of the sales process - */ + @param C_SalesStage_ID Stages of the sales process + */ public void setC_SalesStage_ID (int C_SalesStage_ID) { - if (C_SalesStage_ID < 1) + if (C_SalesStage_ID < 1) set_Value (COLUMNNAME_C_SalesStage_ID, null); - else + else set_Value (COLUMNNAME_C_SalesStage_ID, Integer.valueOf(C_SalesStage_ID)); } /** Get Sales Stage. @return Stages of the sales process */ - public int getC_SalesStage_ID () + public int getC_SalesStage_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesStage_ID); if (ii == null) @@ -345,9 +338,8 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -356,15 +348,14 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -373,7 +364,7 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -387,9 +378,8 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent } /** Set Expected Close Date. - @param ExpectedCloseDate - Expected Close Date - */ + @param ExpectedCloseDate Expected Close Date + */ public void setExpectedCloseDate (Timestamp ExpectedCloseDate) { set_Value (COLUMNNAME_ExpectedCloseDate, ExpectedCloseDate); @@ -398,15 +388,14 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent /** Get Expected Close Date. @return Expected Close Date */ - public Timestamp getExpectedCloseDate () + public Timestamp getExpectedCloseDate() { return (Timestamp)get_Value(COLUMNNAME_ExpectedCloseDate); } /** Set Opportunity Amount. - @param OpportunityAmt - The estimated value of this opportunity. - */ + @param OpportunityAmt The estimated value of this opportunity. + */ public void setOpportunityAmt (BigDecimal OpportunityAmt) { set_Value (COLUMNNAME_OpportunityAmt, OpportunityAmt); @@ -415,7 +404,7 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent /** Get Opportunity Amount. @return The estimated value of this opportunity. */ - public BigDecimal getOpportunityAmt () + public BigDecimal getOpportunityAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OpportunityAmt); if (bd == null) @@ -424,7 +413,8 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent } /** Set Probability. - @param Probability Probability */ + @param Probability Probability + */ public void setProbability (BigDecimal Probability) { set_Value (COLUMNNAME_Probability, Probability); @@ -432,7 +422,7 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent /** Get Probability. @return Probability */ - public BigDecimal getProbability () + public BigDecimal getProbability() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Probability); if (bd == null) @@ -447,21 +437,20 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -470,9 +459,8 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent } /** Set Weighted Amount. - @param WeightedAmt - The amount adjusted by the probability. - */ + @param WeightedAmt The amount adjusted by the probability. + */ public void setWeightedAmt (BigDecimal WeightedAmt) { throw new IllegalArgumentException ("WeightedAmt is virtual column"); } @@ -480,7 +468,7 @@ public class X_C_Opportunity extends PO implements I_C_Opportunity, I_Persistent /** Get Weighted Amount. @return The amount adjusted by the probability. */ - public BigDecimal getWeightedAmt () + public BigDecimal getWeightedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_WeightedAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Order.java b/org.adempiere.base/src/org/compiere/model/X_C_Order.java index 9db33bf64e..d052a58eaa 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Order.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Order.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Order * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Order") public class X_C_Order extends PO implements I_C_Order, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Order (Properties ctx, int C_Order_ID, String trxName) @@ -135,21 +135,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -164,21 +163,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -187,7 +185,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set AmountRefunded. - @param AmountRefunded AmountRefunded */ + @param AmountRefunded AmountRefunded + */ public void setAmountRefunded (BigDecimal AmountRefunded) { set_Value (COLUMNNAME_AmountRefunded, AmountRefunded); @@ -195,7 +194,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get AmountRefunded. @return AmountRefunded */ - public BigDecimal getAmountRefunded () + public BigDecimal getAmountRefunded() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmountRefunded); if (bd == null) @@ -204,7 +203,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set AmountTendered. - @param AmountTendered AmountTendered */ + @param AmountTendered AmountTendered + */ public void setAmountTendered (BigDecimal AmountTendered) { set_Value (COLUMNNAME_AmountTendered, AmountTendered); @@ -212,7 +212,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get AmountTendered. @return AmountTendered */ - public BigDecimal getAmountTendered () + public BigDecimal getAmountTendered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmountTendered); if (bd == null) @@ -227,21 +227,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Invoice Partner. - @param Bill_BPartner_ID - Business Partner to be invoiced - */ + @param Bill_BPartner_ID Business Partner to be invoiced + */ public void setBill_BPartner_ID (int Bill_BPartner_ID) { - if (Bill_BPartner_ID < 1) + if (Bill_BPartner_ID < 1) set_Value (COLUMNNAME_Bill_BPartner_ID, null); - else + else set_Value (COLUMNNAME_Bill_BPartner_ID, Integer.valueOf(Bill_BPartner_ID)); } /** Get Invoice Partner. @return Business Partner to be invoiced */ - public int getBill_BPartner_ID () + public int getBill_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Bill_BPartner_ID); if (ii == null) @@ -256,21 +255,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Invoice Location. - @param Bill_Location_ID - Business Partner Location for invoicing - */ + @param Bill_Location_ID Business Partner Location for invoicing + */ public void setBill_Location_ID (int Bill_Location_ID) { - if (Bill_Location_ID < 1) + if (Bill_Location_ID < 1) set_Value (COLUMNNAME_Bill_Location_ID, null); - else + else set_Value (COLUMNNAME_Bill_Location_ID, Integer.valueOf(Bill_Location_ID)); } /** Get Invoice Location. @return Business Partner Location for invoicing */ - public int getBill_Location_ID () + public int getBill_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Bill_Location_ID); if (ii == null) @@ -285,21 +283,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Invoice Contact. - @param Bill_User_ID - Business Partner Contact for invoicing - */ + @param Bill_User_ID Business Partner Contact for invoicing + */ public void setBill_User_ID (int Bill_User_ID) { - if (Bill_User_ID < 1) + if (Bill_User_ID < 1) set_Value (COLUMNNAME_Bill_User_ID, null); - else + else set_Value (COLUMNNAME_Bill_User_ID, Integer.valueOf(Bill_User_ID)); } /** Get Invoice Contact. @return Business Partner Contact for invoicing */ - public int getBill_User_ID () + public int getBill_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Bill_User_ID); if (ii == null) @@ -314,21 +311,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -342,22 +338,21 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -372,21 +367,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -401,21 +395,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -430,21 +423,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Cash Journal Line. - @param C_CashLine_ID - Cash Journal Line - */ + @param C_CashLine_ID Cash Journal Line + */ public void setC_CashLine_ID (int C_CashLine_ID) { - if (C_CashLine_ID < 1) + if (C_CashLine_ID < 1) set_Value (COLUMNNAME_C_CashLine_ID, null); - else + else set_Value (COLUMNNAME_C_CashLine_ID, Integer.valueOf(C_CashLine_ID)); } /** Get Cash Journal Line. @return Cash Journal Line */ - public int getC_CashLine_ID () + public int getC_CashLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashLine_ID); if (ii == null) @@ -459,18 +451,19 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Cash Plan Line. - @param C_CashPlanLine_ID Cash Plan Line */ + @param C_CashPlanLine_ID Cash Plan Line + */ public void setC_CashPlanLine_ID (int C_CashPlanLine_ID) { - if (C_CashPlanLine_ID < 1) + if (C_CashPlanLine_ID < 1) set_Value (COLUMNNAME_C_CashPlanLine_ID, null); - else + else set_Value (COLUMNNAME_C_CashPlanLine_ID, Integer.valueOf(C_CashPlanLine_ID)); } /** Get Cash Plan Line. @return Cash Plan Line */ - public int getC_CashPlanLine_ID () + public int getC_CashPlanLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashPlanLine_ID); if (ii == null) @@ -485,21 +478,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -514,21 +506,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_Value (COLUMNNAME_C_ConversionType_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -543,21 +534,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Currency_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -572,21 +562,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_ValueNoCheck (COLUMNNAME_C_DocType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -601,21 +590,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Target Document Type. - @param C_DocTypeTarget_ID - Target document type for conversing documents - */ + @param C_DocTypeTarget_ID Target document type for conversing documents + */ public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID) { - if (C_DocTypeTarget_ID < 1) + if (C_DocTypeTarget_ID < 1) set_Value (COLUMNNAME_C_DocTypeTarget_ID, null); - else + else set_Value (COLUMNNAME_C_DocTypeTarget_ID, Integer.valueOf(C_DocTypeTarget_ID)); } /** Get Target Document Type. @return Target document type for conversing documents */ - public int getC_DocTypeTarget_ID () + public int getC_DocTypeTarget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeTarget_ID); if (ii == null) @@ -624,9 +612,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Charge amount. - @param ChargeAmt - Charge Amount - */ + @param ChargeAmt Charge Amount + */ public void setChargeAmt (BigDecimal ChargeAmt) { set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); @@ -635,7 +622,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Charge amount. @return Charge Amount */ - public BigDecimal getChargeAmt () + public BigDecimal getChargeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); if (bd == null) @@ -650,18 +637,19 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Sales Opportunity. - @param C_Opportunity_ID Sales Opportunity */ + @param C_Opportunity_ID Sales Opportunity + */ public void setC_Opportunity_ID (int C_Opportunity_ID) { - if (C_Opportunity_ID < 1) + if (C_Opportunity_ID < 1) set_Value (COLUMNNAME_C_Opportunity_ID, null); - else + else set_Value (COLUMNNAME_C_Opportunity_ID, Integer.valueOf(C_Opportunity_ID)); } /** Get Sales Opportunity. @return Sales Opportunity */ - public int getC_Opportunity_ID () + public int getC_Opportunity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Opportunity_ID); if (ii == null) @@ -670,9 +658,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Copy From. - @param CopyFrom - Copy From Record - */ + @param CopyFrom Copy From Record + */ public void setCopyFrom (String CopyFrom) { set_Value (COLUMNNAME_CopyFrom, CopyFrom); @@ -681,27 +668,26 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Copy From. @return Copy From Record */ - public String getCopyFrom () + public String getCopyFrom() { return (String)get_Value(COLUMNNAME_CopyFrom); } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -716,18 +702,19 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Order Source. - @param C_OrderSource_ID Order Source */ + @param C_OrderSource_ID Order Source + */ public void setC_OrderSource_ID (int C_OrderSource_ID) { - if (C_OrderSource_ID < 1) + if (C_OrderSource_ID < 1) set_Value (COLUMNNAME_C_OrderSource_ID, null); - else + else set_Value (COLUMNNAME_C_OrderSource_ID, Integer.valueOf(C_OrderSource_ID)); } /** Get Order Source. @return Order Source */ - public int getC_OrderSource_ID () + public int getC_OrderSource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderSource_ID); if (ii == null) @@ -736,7 +723,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set C_Order_UU. - @param C_Order_UU C_Order_UU */ + @param C_Order_UU C_Order_UU + */ public void setC_Order_UU (String C_Order_UU) { set_Value (COLUMNNAME_C_Order_UU, C_Order_UU); @@ -744,7 +732,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get C_Order_UU. @return C_Order_UU */ - public String getC_Order_UU () + public String getC_Order_UU() { return (String)get_Value(COLUMNNAME_C_Order_UU); } @@ -756,21 +744,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -785,21 +772,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Payment Term. - @param C_PaymentTerm_ID - The terms of Payment (timing, discount) - */ + @param C_PaymentTerm_ID The terms of Payment (timing, discount) + */ public void setC_PaymentTerm_ID (int C_PaymentTerm_ID) { - if (C_PaymentTerm_ID < 1) + if (C_PaymentTerm_ID < 1) set_Value (COLUMNNAME_C_PaymentTerm_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentTerm_ID, Integer.valueOf(C_PaymentTerm_ID)); } /** Get Payment Term. @return The terms of Payment (timing, discount) */ - public int getC_PaymentTerm_ID () + public int getC_PaymentTerm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentTerm_ID); if (ii == null) @@ -814,21 +800,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set POS Terminal. - @param C_POS_ID - Point of Sales Terminal - */ + @param C_POS_ID Point of Sales Terminal + */ public void setC_POS_ID (int C_POS_ID) { - if (C_POS_ID < 1) + if (C_POS_ID < 1) set_Value (COLUMNNAME_C_POS_ID, null); - else + else set_Value (COLUMNNAME_C_POS_ID, Integer.valueOf(C_POS_ID)); } /** Get POS Terminal. @return Point of Sales Terminal */ - public int getC_POS_ID () + public int getC_POS_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_POS_ID); if (ii == null) @@ -843,21 +828,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -866,9 +850,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -877,15 +860,14 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Date Ordered. - @param DateOrdered - Date of Order - */ + @param DateOrdered Date of Order + */ public void setDateOrdered (Timestamp DateOrdered) { set_Value (COLUMNNAME_DateOrdered, DateOrdered); @@ -894,15 +876,14 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Date Ordered. @return Date of Order */ - public Timestamp getDateOrdered () + public Timestamp getDateOrdered() { return (Timestamp)get_Value(COLUMNNAME_DateOrdered); } /** Set Date printed. - @param DatePrinted - Date the document was printed. - */ + @param DatePrinted Date the document was printed. + */ public void setDatePrinted (Timestamp DatePrinted) { set_Value (COLUMNNAME_DatePrinted, DatePrinted); @@ -911,15 +892,14 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Date printed. @return Date the document was printed. */ - public Timestamp getDatePrinted () + public Timestamp getDatePrinted() { return (Timestamp)get_Value(COLUMNNAME_DatePrinted); } /** Set Date Promised. - @param DatePromised - Date Order was promised - */ + @param DatePromised Date Order was promised + */ public void setDatePromised (Timestamp DatePromised) { set_Value (COLUMNNAME_DatePromised, DatePromised); @@ -928,7 +908,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Date Promised. @return Date Order was promised */ - public Timestamp getDatePromised () + public Timestamp getDatePromised() { return (Timestamp)get_Value(COLUMNNAME_DatePromised); } @@ -948,9 +928,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** After Payment = R */ public static final String DELIVERYRULE_AfterPayment = "R"; /** Set Delivery Rule. - @param DeliveryRule - Defines the timing of Delivery - */ + @param DeliveryRule Defines the timing of Delivery + */ public void setDeliveryRule (String DeliveryRule) { @@ -960,7 +939,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Delivery Rule. @return Defines the timing of Delivery */ - public String getDeliveryRule () + public String getDeliveryRule() { return (String)get_Value(COLUMNNAME_DeliveryRule); } @@ -974,9 +953,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Shipper = S */ public static final String DELIVERYVIARULE_Shipper = "S"; /** Set Delivery Via. - @param DeliveryViaRule - How the order will be delivered - */ + @param DeliveryViaRule How the order will be delivered + */ public void setDeliveryViaRule (String DeliveryViaRule) { @@ -986,15 +964,14 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Delivery Via. @return How the order will be delivered */ - public String getDeliveryViaRule () + public String getDeliveryViaRule() { return (String)get_Value(COLUMNNAME_DeliveryViaRule); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -1003,14 +980,14 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -1039,9 +1016,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -1051,7 +1027,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -1083,9 +1059,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -1095,15 +1070,14 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_ValueNoCheck (COLUMNNAME_DocumentNo, DocumentNo); @@ -1112,7 +1086,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -1132,21 +1106,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Drop Ship Business Partner. - @param DropShip_BPartner_ID - Business Partner to ship to - */ + @param DropShip_BPartner_ID Business Partner to ship to + */ public void setDropShip_BPartner_ID (int DropShip_BPartner_ID) { - if (DropShip_BPartner_ID < 1) + if (DropShip_BPartner_ID < 1) set_Value (COLUMNNAME_DropShip_BPartner_ID, null); - else + else set_Value (COLUMNNAME_DropShip_BPartner_ID, Integer.valueOf(DropShip_BPartner_ID)); } /** Get Drop Ship Business Partner. @return Business Partner to ship to */ - public int getDropShip_BPartner_ID () + public int getDropShip_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DropShip_BPartner_ID); if (ii == null) @@ -1161,21 +1134,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Drop Shipment Location. - @param DropShip_Location_ID - Business Partner Location for shipping to - */ + @param DropShip_Location_ID Business Partner Location for shipping to + */ public void setDropShip_Location_ID (int DropShip_Location_ID) { - if (DropShip_Location_ID < 1) + if (DropShip_Location_ID < 1) set_Value (COLUMNNAME_DropShip_Location_ID, null); - else + else set_Value (COLUMNNAME_DropShip_Location_ID, Integer.valueOf(DropShip_Location_ID)); } /** Get Drop Shipment Location. @return Business Partner Location for shipping to */ - public int getDropShip_Location_ID () + public int getDropShip_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DropShip_Location_ID); if (ii == null) @@ -1190,21 +1162,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Drop Shipment Contact. - @param DropShip_User_ID - Business Partner Contact for drop shipment - */ + @param DropShip_User_ID Business Partner Contact for drop shipment + */ public void setDropShip_User_ID (int DropShip_User_ID) { - if (DropShip_User_ID < 1) + if (DropShip_User_ID < 1) set_Value (COLUMNNAME_DropShip_User_ID, null); - else + else set_Value (COLUMNNAME_DropShip_User_ID, Integer.valueOf(DropShip_User_ID)); } /** Get Drop Shipment Contact. @return Business Partner Contact for drop shipment */ - public int getDropShip_User_ID () + public int getDropShip_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DropShip_User_ID); if (ii == null) @@ -1213,9 +1184,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Freight Amount. - @param FreightAmt - Freight Amount - */ + @param FreightAmt Freight Amount + */ public void setFreightAmt (BigDecimal FreightAmt) { set_Value (COLUMNNAME_FreightAmt, FreightAmt); @@ -1224,7 +1194,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Freight Amount. @return Freight Amount */ - public BigDecimal getFreightAmt () + public BigDecimal getFreightAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FreightAmt); if (bd == null) @@ -1243,9 +1213,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Line = L */ public static final String FREIGHTCOSTRULE_Line = "L"; /** Set Freight Cost Rule. - @param FreightCostRule - Method for charging Freight - */ + @param FreightCostRule Method for charging Freight + */ public void setFreightCostRule (String FreightCostRule) { @@ -1255,15 +1224,14 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Freight Cost Rule. @return Method for charging Freight */ - public String getFreightCostRule () + public String getFreightCostRule() { return (String)get_Value(COLUMNNAME_FreightCostRule); } /** Set Grand Total. - @param GrandTotal - Total amount of document - */ + @param GrandTotal Total amount of document + */ public void setGrandTotal (BigDecimal GrandTotal) { set_ValueNoCheck (COLUMNNAME_GrandTotal, GrandTotal); @@ -1272,7 +1240,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Grand Total. @return Total amount of document */ - public BigDecimal getGrandTotal () + public BigDecimal getGrandTotal() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_GrandTotal); if (bd == null) @@ -1291,9 +1259,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Customer Schedule after Delivery = S */ public static final String INVOICERULE_CustomerScheduleAfterDelivery = "S"; /** Set Invoice Rule. - @param InvoiceRule - Frequency and method of invoicing - */ + @param InvoiceRule Frequency and method of invoicing + */ public void setInvoiceRule (String InvoiceRule) { @@ -1303,15 +1270,14 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Invoice Rule. @return Frequency and method of invoicing */ - public String getInvoiceRule () + public String getInvoiceRule() { return (String)get_Value(COLUMNNAME_InvoiceRule); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_ValueNoCheck (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -1320,7 +1286,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -1333,9 +1299,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Credit Approved. - @param IsCreditApproved - Credit has been approved - */ + @param IsCreditApproved Credit has been approved + */ public void setIsCreditApproved (boolean IsCreditApproved) { set_ValueNoCheck (COLUMNNAME_IsCreditApproved, Boolean.valueOf(IsCreditApproved)); @@ -1344,7 +1309,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Credit Approved. @return Credit has been approved */ - public boolean isCreditApproved () + public boolean isCreditApproved() { Object oo = get_Value(COLUMNNAME_IsCreditApproved); if (oo != null) @@ -1357,7 +1322,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Delivered. - @param IsDelivered Delivered */ + @param IsDelivered Delivered + */ public void setIsDelivered (boolean IsDelivered) { set_ValueNoCheck (COLUMNNAME_IsDelivered, Boolean.valueOf(IsDelivered)); @@ -1365,7 +1331,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Delivered. @return Delivered */ - public boolean isDelivered () + public boolean isDelivered() { Object oo = get_Value(COLUMNNAME_IsDelivered); if (oo != null) @@ -1378,9 +1344,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Discount Printed. - @param IsDiscountPrinted - Print Discount on Invoice and Order - */ + @param IsDiscountPrinted Print Discount on Invoice and Order + */ public void setIsDiscountPrinted (boolean IsDiscountPrinted) { set_Value (COLUMNNAME_IsDiscountPrinted, Boolean.valueOf(IsDiscountPrinted)); @@ -1389,7 +1354,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Discount Printed. @return Print Discount on Invoice and Order */ - public boolean isDiscountPrinted () + public boolean isDiscountPrinted() { Object oo = get_Value(COLUMNNAME_IsDiscountPrinted); if (oo != null) @@ -1402,18 +1367,17 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Drop Shipment. - @param IsDropShip - Drop Shipments are sent from the Vendor directly to the Customer - */ + @param IsDropShip Drop Shipments are sent directly to the Drop Shipment Location + */ public void setIsDropShip (boolean IsDropShip) { set_Value (COLUMNNAME_IsDropShip, Boolean.valueOf(IsDropShip)); } /** Get Drop Shipment. - @return Drop Shipments are sent from the Vendor directly to the Customer + @return Drop Shipments are sent directly to the Drop Shipment Location */ - public boolean isDropShip () + public boolean isDropShip() { Object oo = get_Value(COLUMNNAME_IsDropShip); if (oo != null) @@ -1426,9 +1390,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Invoiced. - @param IsInvoiced - Is this invoiced? - */ + @param IsInvoiced Is this invoiced? + */ public void setIsInvoiced (boolean IsInvoiced) { set_ValueNoCheck (COLUMNNAME_IsInvoiced, Boolean.valueOf(IsInvoiced)); @@ -1437,7 +1400,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Invoiced. @return Is this invoiced? */ - public boolean isInvoiced () + public boolean isInvoiced() { Object oo = get_Value(COLUMNNAME_IsInvoiced); if (oo != null) @@ -1450,9 +1413,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Pay Schedule valid. - @param IsPayScheduleValid - Is the Payment Schedule is valid - */ + @param IsPayScheduleValid Is the Payment Schedule is valid + */ public void setIsPayScheduleValid (boolean IsPayScheduleValid) { set_Value (COLUMNNAME_IsPayScheduleValid, Boolean.valueOf(IsPayScheduleValid)); @@ -1461,7 +1423,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Pay Schedule valid. @return Is the Payment Schedule is valid */ - public boolean isPayScheduleValid () + public boolean isPayScheduleValid() { Object oo = get_Value(COLUMNNAME_IsPayScheduleValid); if (oo != null) @@ -1474,9 +1436,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_ValueNoCheck (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -1485,7 +1446,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -1498,7 +1459,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Priviledged Rate. - @param IsPriviledgedRate Priviledged Rate */ + @param IsPriviledgedRate Priviledged Rate + */ public void setIsPriviledgedRate (boolean IsPriviledgedRate) { set_Value (COLUMNNAME_IsPriviledgedRate, Boolean.valueOf(IsPriviledgedRate)); @@ -1506,7 +1468,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Priviledged Rate. @return Priviledged Rate */ - public boolean isPriviledgedRate () + public boolean isPriviledgedRate() { Object oo = get_Value(COLUMNNAME_IsPriviledgedRate); if (oo != null) @@ -1519,7 +1481,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Selected. - @param IsSelected Selected */ + @param IsSelected Selected + */ public void setIsSelected (boolean IsSelected) { set_Value (COLUMNNAME_IsSelected, Boolean.valueOf(IsSelected)); @@ -1527,7 +1490,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Selected. @return Selected */ - public boolean isSelected () + public boolean isSelected() { Object oo = get_Value(COLUMNNAME_IsSelected); if (oo != null) @@ -1540,9 +1503,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -1551,7 +1513,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -1564,9 +1526,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -1575,7 +1536,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -1588,9 +1549,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Price includes Tax. - @param IsTaxIncluded - Tax is included in the price - */ + @param IsTaxIncluded Tax is included in the price + */ public void setIsTaxIncluded (boolean IsTaxIncluded) { set_Value (COLUMNNAME_IsTaxIncluded, Boolean.valueOf(IsTaxIncluded)); @@ -1599,7 +1559,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Price includes Tax. @return Tax is included in the price */ - public boolean isTaxIncluded () + public boolean isTaxIncluded() { Object oo = get_Value(COLUMNNAME_IsTaxIncluded); if (oo != null) @@ -1612,9 +1572,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Transferred. - @param IsTransferred - Transferred to General Ledger (i.e. accounted) - */ + @param IsTransferred Transferred to General Ledger (i.e. accounted) + */ public void setIsTransferred (boolean IsTransferred) { set_ValueNoCheck (COLUMNNAME_IsTransferred, Boolean.valueOf(IsTransferred)); @@ -1623,7 +1582,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Transferred. @return Transferred to General Ledger (i.e. accounted) */ - public boolean isTransferred () + public boolean isTransferred() { Object oo = get_Value(COLUMNNAME_IsTransferred); if (oo != null) @@ -1642,21 +1601,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Linked Order. - @param Link_Order_ID - This field links a sales order to the purchase order that is generated from it. - */ + @param Link_Order_ID This field links a sales order to the purchase order that is generated from it. + */ public void setLink_Order_ID (int Link_Order_ID) { - if (Link_Order_ID < 1) + if (Link_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_Link_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Link_Order_ID, Integer.valueOf(Link_Order_ID)); } /** Get Linked Order. @return This field links a sales order to the purchase order that is generated from it. */ - public int getLink_Order_ID () + public int getLink_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Link_Order_ID); if (ii == null) @@ -1671,21 +1629,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Freight Category. - @param M_FreightCategory_ID - Category of the Freight - */ + @param M_FreightCategory_ID Category of the Freight + */ public void setM_FreightCategory_ID (int M_FreightCategory_ID) { - if (M_FreightCategory_ID < 1) + if (M_FreightCategory_ID < 1) set_Value (COLUMNNAME_M_FreightCategory_ID, null); - else + else set_Value (COLUMNNAME_M_FreightCategory_ID, Integer.valueOf(M_FreightCategory_ID)); } /** Get Freight Category. @return Category of the Freight */ - public int getM_FreightCategory_ID () + public int getM_FreightCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_FreightCategory_ID); if (ii == null) @@ -1700,21 +1657,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_Value (COLUMNNAME_M_PriceList_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -1729,21 +1685,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_Value (COLUMNNAME_M_Shipper_ID, null); - else + else set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -1758,21 +1713,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -1781,21 +1735,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Payment BPartner. - @param Pay_BPartner_ID - Business Partner responsible for the payment - */ + @param Pay_BPartner_ID Business Partner responsible for the payment + */ public void setPay_BPartner_ID (int Pay_BPartner_ID) { - if (Pay_BPartner_ID < 1) + if (Pay_BPartner_ID < 1) set_Value (COLUMNNAME_Pay_BPartner_ID, null); - else + else set_Value (COLUMNNAME_Pay_BPartner_ID, Integer.valueOf(Pay_BPartner_ID)); } /** Get Payment BPartner. @return Business Partner responsible for the payment */ - public int getPay_BPartner_ID () + public int getPay_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Pay_BPartner_ID); if (ii == null) @@ -1804,21 +1757,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Payment Location. - @param Pay_Location_ID - Location of the Business Partner responsible for the payment - */ + @param Pay_Location_ID Location of the Business Partner responsible for the payment + */ public void setPay_Location_ID (int Pay_Location_ID) { - if (Pay_Location_ID < 1) + if (Pay_Location_ID < 1) set_Value (COLUMNNAME_Pay_Location_ID, null); - else + else set_Value (COLUMNNAME_Pay_Location_ID, Integer.valueOf(Pay_Location_ID)); } /** Get Payment Location. @return Location of the Business Partner responsible for the payment */ - public int getPay_Location_ID () + public int getPay_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Pay_Location_ID); if (ii == null) @@ -1843,9 +1795,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Direct Deposit = T */ public static final String PAYMENTRULE_DirectDeposit = "T"; /** Set Payment Rule. - @param PaymentRule - How you pay the invoice - */ + @param PaymentRule How you pay the invoice + */ public void setPaymentRule (String PaymentRule) { @@ -1855,15 +1806,14 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Payment Rule. @return How you pay the invoice */ - public String getPaymentRule () + public String getPaymentRule() { return (String)get_Value(COLUMNNAME_PaymentRule); } /** Set Order Reference. - @param POReference - Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner - */ + @param POReference Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner + */ public void setPOReference (String POReference) { set_Value (COLUMNNAME_POReference, POReference); @@ -1872,15 +1822,14 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Order Reference. @return Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner */ - public String getPOReference () + public String getPOReference() { return (String)get_Value(COLUMNNAME_POReference); } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -1889,7 +1838,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -1914,9 +1863,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Minor = 9 */ public static final String PRIORITYRULE_Minor = "9"; /** Set Priority. - @param PriorityRule - Priority of a document - */ + @param PriorityRule Priority of a document + */ public void setPriorityRule (String PriorityRule) { @@ -1926,15 +1874,14 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Priority. @return Priority of a document */ - public String getPriorityRule () + public String getPriorityRule() { return (String)get_Value(COLUMNNAME_PriorityRule); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_ValueNoCheck (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1943,7 +1890,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1956,9 +1903,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -1967,7 +1913,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -1976,7 +1922,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1984,7 +1931,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1997,9 +1944,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Promotion Code. - @param PromotionCode - User entered promotion code at sales time - */ + @param PromotionCode User entered promotion code at sales time + */ public void setPromotionCode (String PromotionCode) { set_Value (COLUMNNAME_PromotionCode, PromotionCode); @@ -2008,7 +1954,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Promotion Code. @return User entered promotion code at sales time */ - public String getPromotionCode () + public String getPromotionCode() { return (String)get_Value(COLUMNNAME_PromotionCode); } @@ -2020,21 +1966,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Quotation. - @param QuotationOrder_ID - Quotation used for generating this order - */ + @param QuotationOrder_ID Quotation used for generating this order + */ public void setQuotationOrder_ID (int QuotationOrder_ID) { - if (QuotationOrder_ID < 1) + if (QuotationOrder_ID < 1) set_Value (COLUMNNAME_QuotationOrder_ID, null); - else + else set_Value (COLUMNNAME_QuotationOrder_ID, Integer.valueOf(QuotationOrder_ID)); } /** Get Quotation. @return Quotation used for generating this order */ - public int getQuotationOrder_ID () + public int getQuotationOrder_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_QuotationOrder_ID); if (ii == null) @@ -2049,21 +1994,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Referenced Order. - @param Ref_Order_ID - Reference to corresponding Sales/Purchase Order - */ + @param Ref_Order_ID Reference to corresponding Sales/Purchase Order + */ public void setRef_Order_ID (int Ref_Order_ID) { - if (Ref_Order_ID < 1) + if (Ref_Order_ID < 1) set_Value (COLUMNNAME_Ref_Order_ID, null); - else + else set_Value (COLUMNNAME_Ref_Order_ID, Integer.valueOf(Ref_Order_ID)); } /** Get Referenced Order. @return Reference to corresponding Sales/Purchase Order */ - public int getRef_Order_ID () + public int getRef_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Ref_Order_ID); if (ii == null) @@ -2078,21 +2022,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -2101,9 +2044,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Send EMail. - @param SendEMail - Enable sending Document EMail - */ + @param SendEMail Enable sending Document EMail + */ public void setSendEMail (boolean SendEMail) { set_Value (COLUMNNAME_SendEMail, Boolean.valueOf(SendEMail)); @@ -2112,7 +2054,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Send EMail. @return Enable sending Document EMail */ - public boolean isSendEMail () + public boolean isSendEMail() { Object oo = get_Value(COLUMNNAME_SendEMail); if (oo != null) @@ -2125,7 +2067,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Rate Inquiry. - @param ShippingRateInquiry Rate Inquiry */ + @param ShippingRateInquiry Rate Inquiry + */ public void setShippingRateInquiry (String ShippingRateInquiry) { set_Value (COLUMNNAME_ShippingRateInquiry, ShippingRateInquiry); @@ -2133,15 +2076,14 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Rate Inquiry. @return Rate Inquiry */ - public String getShippingRateInquiry () + public String getShippingRateInquiry() { return (String)get_Value(COLUMNNAME_ShippingRateInquiry); } /** Set Total Lines. - @param TotalLines - Total of all document lines - */ + @param TotalLines Total of all document lines + */ public void setTotalLines (BigDecimal TotalLines) { set_ValueNoCheck (COLUMNNAME_TotalLines, TotalLines); @@ -2150,7 +2092,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Total Lines. @return Total of all document lines */ - public BigDecimal getTotalLines () + public BigDecimal getTotalLines() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalLines); if (bd == null) @@ -2165,21 +2107,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -2194,21 +2135,20 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) @@ -2217,9 +2157,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Volume. - @param Volume - Volume of a product - */ + @param Volume Volume of a product + */ public void setVolume (BigDecimal Volume) { set_Value (COLUMNNAME_Volume, Volume); @@ -2228,7 +2167,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Volume. @return Volume of a product */ - public BigDecimal getVolume () + public BigDecimal getVolume() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Volume); if (bd == null) @@ -2237,9 +2176,8 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent } /** Set Weight. - @param Weight - Weight of a product - */ + @param Weight Weight of a product + */ public void setWeight (BigDecimal Weight) { set_Value (COLUMNNAME_Weight, Weight); @@ -2248,7 +2186,7 @@ public class X_C_Order extends PO implements I_C_Order, I_Persistent /** Get Weight. @return Weight of a product */ - public BigDecimal getWeight () + public BigDecimal getWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Weight); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_OrderLandedCost.java b/org.adempiere.base/src/org/compiere/model/X_C_OrderLandedCost.java index 7feeb643f8..884a25e432 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_OrderLandedCost.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_OrderLandedCost.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for C_OrderLandedCost * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_OrderLandedCost") public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_OrderLandedCost (Properties ctx, int C_OrderLandedCost_ID, String trxName) @@ -81,9 +81,8 @@ public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Pe } /** Set Amount. - @param Amt - Amount - */ + @param Amt Amount + */ public void setAmt (BigDecimal Amt) { set_Value (COLUMNNAME_Amt, Amt); @@ -92,7 +91,7 @@ public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Pe /** Get Amount. @return Amount */ - public BigDecimal getAmt () + public BigDecimal getAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amt); if (bd == null) @@ -107,21 +106,20 @@ public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Pe } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -130,18 +128,19 @@ public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Pe } /** Set Estimated Landed Cost. - @param C_OrderLandedCost_ID Estimated Landed Cost */ + @param C_OrderLandedCost_ID Estimated Landed Cost + */ public void setC_OrderLandedCost_ID (int C_OrderLandedCost_ID) { - if (C_OrderLandedCost_ID < 1) + if (C_OrderLandedCost_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderLandedCost_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderLandedCost_ID, Integer.valueOf(C_OrderLandedCost_ID)); } /** Get Estimated Landed Cost. @return Estimated Landed Cost */ - public int getC_OrderLandedCost_ID () + public int getC_OrderLandedCost_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLandedCost_ID); if (ii == null) @@ -150,7 +149,8 @@ public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Pe } /** Set C_OrderLandedCost_UU. - @param C_OrderLandedCost_UU C_OrderLandedCost_UU */ + @param C_OrderLandedCost_UU C_OrderLandedCost_UU + */ public void setC_OrderLandedCost_UU (String C_OrderLandedCost_UU) { set_Value (COLUMNNAME_C_OrderLandedCost_UU, C_OrderLandedCost_UU); @@ -158,15 +158,14 @@ public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Pe /** Get C_OrderLandedCost_UU. @return C_OrderLandedCost_UU */ - public String getC_OrderLandedCost_UU () + public String getC_OrderLandedCost_UU() { return (String)get_Value(COLUMNNAME_C_OrderLandedCost_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -175,7 +174,7 @@ public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -193,9 +192,8 @@ public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Pe /** Weight = W */ public static final String LANDEDCOSTDISTRIBUTION_Weight = "W"; /** Set Cost Distribution. - @param LandedCostDistribution - Landed Cost Distribution - */ + @param LandedCostDistribution Landed Cost Distribution + */ public void setLandedCostDistribution (String LandedCostDistribution) { @@ -205,7 +203,7 @@ public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Pe /** Get Cost Distribution. @return Landed Cost Distribution */ - public String getLandedCostDistribution () + public String getLandedCostDistribution() { return (String)get_Value(COLUMNNAME_LandedCostDistribution); } @@ -217,21 +215,20 @@ public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Pe } /** Set Cost Element. - @param M_CostElement_ID - Product Cost Element - */ + @param M_CostElement_ID Product Cost Element + */ public void setM_CostElement_ID (int M_CostElement_ID) { - if (M_CostElement_ID < 1) + if (M_CostElement_ID < 1) set_Value (COLUMNNAME_M_CostElement_ID, null); - else + else set_Value (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); } /** Get Cost Element. @return Product Cost Element */ - public int getM_CostElement_ID () + public int getM_CostElement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); if (ii == null) @@ -240,9 +237,8 @@ public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Pe } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -251,7 +247,7 @@ public class X_C_OrderLandedCost extends PO implements I_C_OrderLandedCost, I_Pe /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_OrderLandedCostAllocation.java b/org.adempiere.base/src/org/compiere/model/X_C_OrderLandedCostAllocation.java index 0a0cb109ae..1e5d2674dc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_OrderLandedCostAllocation.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_OrderLandedCostAllocation.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for C_OrderLandedCostAllocation * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_OrderLandedCostAllocation") public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLandedCostAllocation, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_OrderLandedCostAllocation (Properties ctx, int C_OrderLandedCostAllocation_ID, String trxName) @@ -80,9 +80,8 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded } /** Set Amount. - @param Amt - Amount - */ + @param Amt Amount + */ public void setAmt (BigDecimal Amt) { set_Value (COLUMNNAME_Amt, Amt); @@ -91,7 +90,7 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded /** Get Amount. @return Amount */ - public BigDecimal getAmt () + public BigDecimal getAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amt); if (bd == null) @@ -100,9 +99,8 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded } /** Set Base. - @param Base - Calculation Base - */ + @param Base Calculation Base + */ public void setBase (BigDecimal Base) { set_Value (COLUMNNAME_Base, Base); @@ -111,7 +109,7 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded /** Get Base. @return Calculation Base */ - public BigDecimal getBase () + public BigDecimal getBase() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Base); if (bd == null) @@ -120,18 +118,19 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded } /** Set Estimated Landed Cost Allocation. - @param C_OrderLandedCostAllocation_ID Estimated Landed Cost Allocation */ + @param C_OrderLandedCostAllocation_ID Estimated Landed Cost Allocation + */ public void setC_OrderLandedCostAllocation_ID (int C_OrderLandedCostAllocation_ID) { - if (C_OrderLandedCostAllocation_ID < 1) + if (C_OrderLandedCostAllocation_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderLandedCostAllocation_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderLandedCostAllocation_ID, Integer.valueOf(C_OrderLandedCostAllocation_ID)); } /** Get Estimated Landed Cost Allocation. @return Estimated Landed Cost Allocation */ - public int getC_OrderLandedCostAllocation_ID () + public int getC_OrderLandedCostAllocation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLandedCostAllocation_ID); if (ii == null) @@ -140,7 +139,8 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded } /** Set C_OrderLandedCostAllocation_UU. - @param C_OrderLandedCostAllocation_UU C_OrderLandedCostAllocation_UU */ + @param C_OrderLandedCostAllocation_UU C_OrderLandedCostAllocation_UU + */ public void setC_OrderLandedCostAllocation_UU (String C_OrderLandedCostAllocation_UU) { set_Value (COLUMNNAME_C_OrderLandedCostAllocation_UU, C_OrderLandedCostAllocation_UU); @@ -148,7 +148,7 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded /** Get C_OrderLandedCostAllocation_UU. @return C_OrderLandedCostAllocation_UU */ - public String getC_OrderLandedCostAllocation_UU () + public String getC_OrderLandedCostAllocation_UU() { return (String)get_Value(COLUMNNAME_C_OrderLandedCostAllocation_UU); } @@ -160,18 +160,19 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded } /** Set Estimated Landed Cost. - @param C_OrderLandedCost_ID Estimated Landed Cost */ + @param C_OrderLandedCost_ID Estimated Landed Cost + */ public void setC_OrderLandedCost_ID (int C_OrderLandedCost_ID) { - if (C_OrderLandedCost_ID < 1) + if (C_OrderLandedCost_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderLandedCost_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderLandedCost_ID, Integer.valueOf(C_OrderLandedCost_ID)); } /** Get Estimated Landed Cost. @return Estimated Landed Cost */ - public int getC_OrderLandedCost_ID () + public int getC_OrderLandedCost_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLandedCost_ID); if (ii == null) @@ -186,21 +187,20 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -209,9 +209,8 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -220,7 +219,7 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -233,9 +232,8 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -244,7 +242,7 @@ public class X_C_OrderLandedCostAllocation extends PO implements I_C_OrderLanded /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_OrderLine.java b/org.adempiere.base/src/org/compiere/model/X_C_OrderLine.java index 4e7b659718..cab0a53013 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_OrderLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_OrderLine.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_OrderLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_OrderLine") public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_OrderLine (Properties ctx, int C_OrderLine_ID, String trxName) @@ -107,21 +107,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -136,21 +135,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -164,22 +162,21 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -194,21 +191,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -223,21 +219,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -252,21 +247,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -281,21 +275,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Currency_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -310,21 +303,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -341,21 +333,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -364,7 +355,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set C_OrderLine_UU. - @param C_OrderLine_UU C_OrderLine_UU */ + @param C_OrderLine_UU C_OrderLine_UU + */ public void setC_OrderLine_UU (String C_OrderLine_UU) { set_Value (COLUMNNAME_C_OrderLine_UU, C_OrderLine_UU); @@ -372,7 +364,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get C_OrderLine_UU. @return C_OrderLine_UU */ - public String getC_OrderLine_UU () + public String getC_OrderLine_UU() { return (String)get_Value(COLUMNNAME_C_OrderLine_UU); } @@ -384,21 +376,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -413,21 +404,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Project Phase. - @param C_ProjectPhase_ID - Phase of a Project - */ + @param C_ProjectPhase_ID Phase of a Project + */ public void setC_ProjectPhase_ID (int C_ProjectPhase_ID) { - if (C_ProjectPhase_ID < 1) + if (C_ProjectPhase_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID)); } /** Get Project Phase. @return Phase of a Project */ - public int getC_ProjectPhase_ID () + public int getC_ProjectPhase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID); if (ii == null) @@ -442,21 +432,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Project Task. - @param C_ProjectTask_ID - Actual Project Task in a Phase - */ + @param C_ProjectTask_ID Actual Project Task in a Phase + */ public void setC_ProjectTask_ID (int C_ProjectTask_ID) { - if (C_ProjectTask_ID < 1) + if (C_ProjectTask_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectTask_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectTask_ID, Integer.valueOf(C_ProjectTask_ID)); } /** Get Project Task. @return Actual Project Task in a Phase */ - public int getC_ProjectTask_ID () + public int getC_ProjectTask_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectTask_ID); if (ii == null) @@ -465,7 +454,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Create Production. - @param CreateProduction Create Production */ + @param CreateProduction Create Production + */ public void setCreateProduction (String CreateProduction) { set_Value (COLUMNNAME_CreateProduction, CreateProduction); @@ -473,13 +463,14 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Create Production. @return Create Production */ - public String getCreateProduction () + public String getCreateProduction() { return (String)get_Value(COLUMNNAME_CreateProduction); } /** Set Create Shipment. - @param CreateShipment Create Shipment */ + @param CreateShipment Create Shipment + */ public void setCreateShipment (String CreateShipment) { set_Value (COLUMNNAME_CreateShipment, CreateShipment); @@ -487,7 +478,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Create Shipment. @return Create Shipment */ - public String getCreateShipment () + public String getCreateShipment() { return (String)get_Value(COLUMNNAME_CreateShipment); } @@ -499,21 +490,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_Value (COLUMNNAME_C_Tax_ID, null); - else + else set_Value (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -528,21 +518,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_ValueNoCheck (COLUMNNAME_C_UOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -551,9 +540,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Date Delivered. - @param DateDelivered - Date when the product was delivered - */ + @param DateDelivered Date when the product was delivered + */ public void setDateDelivered (Timestamp DateDelivered) { set_ValueNoCheck (COLUMNNAME_DateDelivered, DateDelivered); @@ -562,15 +550,14 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Date Delivered. @return Date when the product was delivered */ - public Timestamp getDateDelivered () + public Timestamp getDateDelivered() { return (Timestamp)get_Value(COLUMNNAME_DateDelivered); } /** Set Date Invoiced. - @param DateInvoiced - Date printed on Invoice - */ + @param DateInvoiced Date printed on Invoice + */ public void setDateInvoiced (Timestamp DateInvoiced) { set_ValueNoCheck (COLUMNNAME_DateInvoiced, DateInvoiced); @@ -579,15 +566,14 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Date Invoiced. @return Date printed on Invoice */ - public Timestamp getDateInvoiced () + public Timestamp getDateInvoiced() { return (Timestamp)get_Value(COLUMNNAME_DateInvoiced); } /** Set Date Ordered. - @param DateOrdered - Date of Order - */ + @param DateOrdered Date of Order + */ public void setDateOrdered (Timestamp DateOrdered) { set_Value (COLUMNNAME_DateOrdered, DateOrdered); @@ -596,15 +582,14 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Date Ordered. @return Date of Order */ - public Timestamp getDateOrdered () + public Timestamp getDateOrdered() { return (Timestamp)get_Value(COLUMNNAME_DateOrdered); } /** Set Date Promised. - @param DatePromised - Date Order was promised - */ + @param DatePromised Date Order was promised + */ public void setDatePromised (Timestamp DatePromised) { set_Value (COLUMNNAME_DatePromised, DatePromised); @@ -613,15 +598,14 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Date Promised. @return Date Order was promised */ - public Timestamp getDatePromised () + public Timestamp getDatePromised() { return (Timestamp)get_Value(COLUMNNAME_DatePromised); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -630,15 +614,14 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Discount %. - @param Discount - Discount in percent - */ + @param Discount Discount in percent + */ public void setDiscount (BigDecimal Discount) { set_Value (COLUMNNAME_Discount, Discount); @@ -647,7 +630,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Discount %. @return Discount in percent */ - public BigDecimal getDiscount () + public BigDecimal getDiscount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Discount); if (bd == null) @@ -656,9 +639,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Freight Amount. - @param FreightAmt - Freight Amount - */ + @param FreightAmt Freight Amount + */ public void setFreightAmt (BigDecimal FreightAmt) { set_Value (COLUMNNAME_FreightAmt, FreightAmt); @@ -667,7 +649,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Freight Amount. @return Freight Amount */ - public BigDecimal getFreightAmt () + public BigDecimal getFreightAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FreightAmt); if (bd == null) @@ -676,9 +658,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Description Only. - @param IsDescription - if true, the line is just description and no transaction - */ + @param IsDescription if true, the line is just description and no transaction + */ public void setIsDescription (boolean IsDescription) { set_Value (COLUMNNAME_IsDescription, Boolean.valueOf(IsDescription)); @@ -687,7 +668,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Description Only. @return if true, the line is just description and no transaction */ - public boolean isDescription () + public boolean isDescription() { Object oo = get_Value(COLUMNNAME_IsDescription); if (oo != null) @@ -700,9 +681,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -711,7 +691,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -720,9 +700,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Line Amount. - @param LineNetAmt - Line Extended Amount (Quantity * Actual Price) without Freight and Charges - */ + @param LineNetAmt Line Extended Amount (Quantity * Actual Price) without Freight and Charges + */ public void setLineNetAmt (BigDecimal LineNetAmt) { set_ValueNoCheck (COLUMNNAME_LineNetAmt, LineNetAmt); @@ -731,7 +710,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Line Amount. @return Line Extended Amount (Quantity * Actual Price) without Freight and Charges */ - public BigDecimal getLineNetAmt () + public BigDecimal getLineNetAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineNetAmt); if (bd == null) @@ -746,21 +725,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Linked Order Line. - @param Link_OrderLine_ID - This field links a sales order line to the purchase order line that is generated from it. - */ + @param Link_OrderLine_ID This field links a sales order line to the purchase order line that is generated from it. + */ public void setLink_OrderLine_ID (int Link_OrderLine_ID) { - if (Link_OrderLine_ID < 1) + if (Link_OrderLine_ID < 1) set_ValueNoCheck (COLUMNNAME_Link_OrderLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Link_OrderLine_ID, Integer.valueOf(Link_OrderLine_ID)); } /** Get Linked Order Line. @return This field links a sales order line to the purchase order line that is generated from it. */ - public int getLink_OrderLine_ID () + public int getLink_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Link_OrderLine_ID); if (ii == null) @@ -775,21 +753,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -804,21 +781,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -833,18 +809,19 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Promotion. - @param M_Promotion_ID Promotion */ + @param M_Promotion_ID Promotion + */ public void setM_Promotion_ID (int M_Promotion_ID) { - if (M_Promotion_ID < 1) + if (M_Promotion_ID < 1) set_Value (COLUMNNAME_M_Promotion_ID, null); - else + else set_Value (COLUMNNAME_M_Promotion_ID, Integer.valueOf(M_Promotion_ID)); } /** Get Promotion. @return Promotion */ - public int getM_Promotion_ID () + public int getM_Promotion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Promotion_ID); if (ii == null) @@ -859,21 +836,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_Value (COLUMNNAME_M_Shipper_ID, null); - else + else set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -888,21 +864,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -917,18 +892,19 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Manufacturing Cost Collector. - @param PP_Cost_Collector_ID Manufacturing Cost Collector */ + @param PP_Cost_Collector_ID Manufacturing Cost Collector + */ public void setPP_Cost_Collector_ID (int PP_Cost_Collector_ID) { - if (PP_Cost_Collector_ID < 1) + if (PP_Cost_Collector_ID < 1) set_Value (COLUMNNAME_PP_Cost_Collector_ID, null); - else + else set_Value (COLUMNNAME_PP_Cost_Collector_ID, Integer.valueOf(PP_Cost_Collector_ID)); } /** Get Manufacturing Cost Collector. @return Manufacturing Cost Collector */ - public int getPP_Cost_Collector_ID () + public int getPP_Cost_Collector_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Cost_Collector_ID); if (ii == null) @@ -937,9 +913,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Unit Price. - @param PriceActual - Actual Price - */ + @param PriceActual Actual Price + */ public void setPriceActual (BigDecimal PriceActual) { set_ValueNoCheck (COLUMNNAME_PriceActual, PriceActual); @@ -948,7 +923,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Unit Price. @return Actual Price */ - public BigDecimal getPriceActual () + public BigDecimal getPriceActual() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceActual); if (bd == null) @@ -957,9 +932,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Cost Price. - @param PriceCost - Price per Unit of Measure including all indirect costs (Freight, etc.) - */ + @param PriceCost Price per Unit of Measure including all indirect costs (Freight, etc.) + */ public void setPriceCost (BigDecimal PriceCost) { set_Value (COLUMNNAME_PriceCost, PriceCost); @@ -968,7 +942,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Cost Price. @return Price per Unit of Measure including all indirect costs (Freight, etc.) */ - public BigDecimal getPriceCost () + public BigDecimal getPriceCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceCost); if (bd == null) @@ -977,9 +951,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Price. - @param PriceEntered - Price Entered - the price based on the selected/base UoM - */ + @param PriceEntered Price Entered - the price based on the selected/base UoM + */ public void setPriceEntered (BigDecimal PriceEntered) { set_Value (COLUMNNAME_PriceEntered, PriceEntered); @@ -988,7 +961,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Price. @return Price Entered - the price based on the selected/base UoM */ - public BigDecimal getPriceEntered () + public BigDecimal getPriceEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceEntered); if (bd == null) @@ -997,9 +970,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Limit Price. - @param PriceLimit - Lowest price for a product - */ + @param PriceLimit Lowest price for a product + */ public void setPriceLimit (BigDecimal PriceLimit) { set_Value (COLUMNNAME_PriceLimit, PriceLimit); @@ -1008,7 +980,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Limit Price. @return Lowest price for a product */ - public BigDecimal getPriceLimit () + public BigDecimal getPriceLimit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceLimit); if (bd == null) @@ -1017,9 +989,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set List Price. - @param PriceList - List Price - */ + @param PriceList List Price + */ public void setPriceList (BigDecimal PriceList) { set_Value (COLUMNNAME_PriceList, PriceList); @@ -1028,7 +999,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get List Price. @return List Price */ - public BigDecimal getPriceList () + public BigDecimal getPriceList() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceList); if (bd == null) @@ -1037,9 +1008,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1048,7 +1018,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1061,9 +1031,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Delivered Quantity. - @param QtyDelivered - Delivered Quantity - */ + @param QtyDelivered Delivered Quantity + */ public void setQtyDelivered (BigDecimal QtyDelivered) { set_ValueNoCheck (COLUMNNAME_QtyDelivered, QtyDelivered); @@ -1072,7 +1041,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Delivered Quantity. @return Delivered Quantity */ - public BigDecimal getQtyDelivered () + public BigDecimal getQtyDelivered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyDelivered); if (bd == null) @@ -1081,9 +1050,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Quantity. - @param QtyEntered - The Quantity Entered is based on the selected UoM - */ + @param QtyEntered The Quantity Entered is based on the selected UoM + */ public void setQtyEntered (BigDecimal QtyEntered) { set_Value (COLUMNNAME_QtyEntered, QtyEntered); @@ -1092,7 +1060,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Quantity. @return The Quantity Entered is based on the selected UoM */ - public BigDecimal getQtyEntered () + public BigDecimal getQtyEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyEntered); if (bd == null) @@ -1101,9 +1069,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Quantity Invoiced. - @param QtyInvoiced - Invoiced Quantity - */ + @param QtyInvoiced Invoiced Quantity + */ public void setQtyInvoiced (BigDecimal QtyInvoiced) { set_ValueNoCheck (COLUMNNAME_QtyInvoiced, QtyInvoiced); @@ -1112,7 +1079,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Quantity Invoiced. @return Invoiced Quantity */ - public BigDecimal getQtyInvoiced () + public BigDecimal getQtyInvoiced() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyInvoiced); if (bd == null) @@ -1121,9 +1088,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Lost Sales Qty. - @param QtyLostSales - Quantity of potential sales - */ + @param QtyLostSales Quantity of potential sales + */ public void setQtyLostSales (BigDecimal QtyLostSales) { set_Value (COLUMNNAME_QtyLostSales, QtyLostSales); @@ -1132,7 +1098,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Lost Sales Qty. @return Quantity of potential sales */ - public BigDecimal getQtyLostSales () + public BigDecimal getQtyLostSales() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyLostSales); if (bd == null) @@ -1141,9 +1107,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Ordered Quantity. - @param QtyOrdered - Ordered Quantity - */ + @param QtyOrdered Ordered Quantity + */ public void setQtyOrdered (BigDecimal QtyOrdered) { set_Value (COLUMNNAME_QtyOrdered, QtyOrdered); @@ -1152,7 +1117,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Ordered Quantity. @return Ordered Quantity */ - public BigDecimal getQtyOrdered () + public BigDecimal getQtyOrdered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOrdered); if (bd == null) @@ -1161,9 +1126,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Reserved Quantity. - @param QtyReserved - Reserved Quantity - */ + @param QtyReserved Reserved Quantity + */ public void setQtyReserved (BigDecimal QtyReserved) { set_ValueNoCheck (COLUMNNAME_QtyReserved, QtyReserved); @@ -1172,7 +1136,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Reserved Quantity. @return Reserved Quantity */ - public BigDecimal getQtyReserved () + public BigDecimal getQtyReserved() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReserved); if (bd == null) @@ -1187,21 +1151,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Referenced Order Line. - @param Ref_OrderLine_ID - Reference to corresponding Sales/Purchase Order - */ + @param Ref_OrderLine_ID Reference to corresponding Sales/Purchase Order + */ public void setRef_OrderLine_ID (int Ref_OrderLine_ID) { - if (Ref_OrderLine_ID < 1) + if (Ref_OrderLine_ID < 1) set_Value (COLUMNNAME_Ref_OrderLine_ID, null); - else + else set_Value (COLUMNNAME_Ref_OrderLine_ID, Integer.valueOf(Ref_OrderLine_ID)); } /** Get Referenced Order Line. @return Reference to corresponding Sales/Purchase Order */ - public int getRef_OrderLine_ID () + public int getRef_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Ref_OrderLine_ID); if (ii == null) @@ -1210,9 +1173,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Revenue Recognition Amt. - @param RRAmt - Revenue Recognition Amount - */ + @param RRAmt Revenue Recognition Amount + */ public void setRRAmt (BigDecimal RRAmt) { set_Value (COLUMNNAME_RRAmt, RRAmt); @@ -1221,7 +1183,7 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Revenue Recognition Amt. @return Revenue Recognition Amount */ - public BigDecimal getRRAmt () + public BigDecimal getRRAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RRAmt); if (bd == null) @@ -1230,9 +1192,8 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set Revenue Recognition Start. - @param RRStartDate - Revenue Recognition Start Date - */ + @param RRStartDate Revenue Recognition Start Date + */ public void setRRStartDate (Timestamp RRStartDate) { set_Value (COLUMNNAME_RRStartDate, RRStartDate); @@ -1241,27 +1202,26 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent /** Get Revenue Recognition Start. @return Revenue Recognition Start Date */ - public Timestamp getRRStartDate () + public Timestamp getRRStartDate() { return (Timestamp)get_Value(COLUMNNAME_RRStartDate); } /** Set Resource Assignment. - @param S_ResourceAssignment_ID - Resource Assignment - */ + @param S_ResourceAssignment_ID Resource Assignment + */ public void setS_ResourceAssignment_ID (int S_ResourceAssignment_ID) { - if (S_ResourceAssignment_ID < 1) + if (S_ResourceAssignment_ID < 1) set_Value (COLUMNNAME_S_ResourceAssignment_ID, null); - else + else set_Value (COLUMNNAME_S_ResourceAssignment_ID, Integer.valueOf(S_ResourceAssignment_ID)); } /** Get Resource Assignment. @return Resource Assignment */ - public int getS_ResourceAssignment_ID () + public int getS_ResourceAssignment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_ResourceAssignment_ID); if (ii == null) @@ -1276,21 +1236,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -1305,21 +1264,20 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_OrderPaySchedule.java b/org.adempiere.base/src/org/compiere/model/X_C_OrderPaySchedule.java index 6c8b6b0915..2abf3ebe24 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_OrderPaySchedule.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_OrderPaySchedule.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_OrderPaySchedule * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_OrderPaySchedule") public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_OrderPaySchedule (Properties ctx, int C_OrderPaySchedule_ID, String trxName) @@ -88,21 +88,20 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -111,18 +110,19 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ } /** Set Order Payment Schedule. - @param C_OrderPaySchedule_ID Order Payment Schedule */ + @param C_OrderPaySchedule_ID Order Payment Schedule + */ public void setC_OrderPaySchedule_ID (int C_OrderPaySchedule_ID) { - if (C_OrderPaySchedule_ID < 1) + if (C_OrderPaySchedule_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderPaySchedule_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderPaySchedule_ID, Integer.valueOf(C_OrderPaySchedule_ID)); } /** Get Order Payment Schedule. @return Order Payment Schedule */ - public int getC_OrderPaySchedule_ID () + public int getC_OrderPaySchedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderPaySchedule_ID); if (ii == null) @@ -131,7 +131,8 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ } /** Set C_OrderPaySchedule_UU. - @param C_OrderPaySchedule_UU C_OrderPaySchedule_UU */ + @param C_OrderPaySchedule_UU C_OrderPaySchedule_UU + */ public void setC_OrderPaySchedule_UU (String C_OrderPaySchedule_UU) { set_Value (COLUMNNAME_C_OrderPaySchedule_UU, C_OrderPaySchedule_UU); @@ -139,7 +140,7 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ /** Get C_OrderPaySchedule_UU. @return C_OrderPaySchedule_UU */ - public String getC_OrderPaySchedule_UU () + public String getC_OrderPaySchedule_UU() { return (String)get_Value(COLUMNNAME_C_OrderPaySchedule_UU); } @@ -151,21 +152,20 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ } /** Set Payment Schedule. - @param C_PaySchedule_ID - Payment Schedule Template - */ + @param C_PaySchedule_ID Payment Schedule Template + */ public void setC_PaySchedule_ID (int C_PaySchedule_ID) { - if (C_PaySchedule_ID < 1) + if (C_PaySchedule_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaySchedule_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaySchedule_ID, Integer.valueOf(C_PaySchedule_ID)); } /** Get Payment Schedule. @return Payment Schedule Template */ - public int getC_PaySchedule_ID () + public int getC_PaySchedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaySchedule_ID); if (ii == null) @@ -174,9 +174,8 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ } /** Set Discount Amount. - @param DiscountAmt - Calculated amount of discount - */ + @param DiscountAmt Calculated amount of discount + */ public void setDiscountAmt (BigDecimal DiscountAmt) { set_Value (COLUMNNAME_DiscountAmt, DiscountAmt); @@ -185,7 +184,7 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ /** Get Discount Amount. @return Calculated amount of discount */ - public BigDecimal getDiscountAmt () + public BigDecimal getDiscountAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DiscountAmt); if (bd == null) @@ -194,9 +193,8 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ } /** Set Discount Date. - @param DiscountDate - Last Date for payments with discount - */ + @param DiscountDate Last Date for payments with discount + */ public void setDiscountDate (Timestamp DiscountDate) { set_Value (COLUMNNAME_DiscountDate, DiscountDate); @@ -205,7 +203,7 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ /** Get Discount Date. @return Last Date for payments with discount */ - public Timestamp getDiscountDate () + public Timestamp getDiscountDate() { return (Timestamp)get_Value(COLUMNNAME_DiscountDate); } @@ -219,9 +217,8 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ } /** Set Amount due. - @param DueAmt - Amount of the payment due - */ + @param DueAmt Amount of the payment due + */ public void setDueAmt (BigDecimal DueAmt) { set_Value (COLUMNNAME_DueAmt, DueAmt); @@ -230,7 +227,7 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ /** Get Amount due. @return Amount of the payment due */ - public BigDecimal getDueAmt () + public BigDecimal getDueAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DueAmt); if (bd == null) @@ -239,9 +236,8 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ } /** Set Due Date. - @param DueDate - Date when the payment is due - */ + @param DueDate Date when the payment is due + */ public void setDueDate (Timestamp DueDate) { set_Value (COLUMNNAME_DueDate, DueDate); @@ -250,15 +246,14 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ /** Get Due Date. @return Date when the payment is due */ - public Timestamp getDueDate () + public Timestamp getDueDate() { return (Timestamp)get_Value(COLUMNNAME_DueDate); } /** Set Valid. - @param IsValid - Element is valid - */ + @param IsValid Element is valid + */ public void setIsValid (boolean IsValid) { set_Value (COLUMNNAME_IsValid, Boolean.valueOf(IsValid)); @@ -267,7 +262,7 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ /** Get Valid. @return Element is valid */ - public boolean isValid () + public boolean isValid() { Object oo = get_Value(COLUMNNAME_IsValid); if (oo != null) @@ -280,9 +275,8 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -291,7 +285,7 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -304,7 +298,8 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -312,7 +307,7 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_OrderSource.java b/org.adempiere.base/src/org/compiere/model/X_C_OrderSource.java index b76dc65676..a790cea4fd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_OrderSource.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_OrderSource.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_OrderSource * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_OrderSource") public class X_C_OrderSource extends PO implements I_C_OrderSource, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_OrderSource extends PO implements I_C_OrderSource, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_OrderSource (Properties ctx, int C_OrderSource_ID, String trxName) @@ -73,18 +73,19 @@ public class X_C_OrderSource extends PO implements I_C_OrderSource, I_Persistent } /** Set Order Source. - @param C_OrderSource_ID Order Source */ + @param C_OrderSource_ID Order Source + */ public void setC_OrderSource_ID (int C_OrderSource_ID) { - if (C_OrderSource_ID < 1) + if (C_OrderSource_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderSource_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderSource_ID, Integer.valueOf(C_OrderSource_ID)); } /** Get Order Source. @return Order Source */ - public int getC_OrderSource_ID () + public int getC_OrderSource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderSource_ID); if (ii == null) @@ -93,7 +94,8 @@ public class X_C_OrderSource extends PO implements I_C_OrderSource, I_Persistent } /** Set C_OrderSource_UU. - @param C_OrderSource_UU C_OrderSource_UU */ + @param C_OrderSource_UU C_OrderSource_UU + */ public void setC_OrderSource_UU (String C_OrderSource_UU) { set_Value (COLUMNNAME_C_OrderSource_UU, C_OrderSource_UU); @@ -101,15 +103,14 @@ public class X_C_OrderSource extends PO implements I_C_OrderSource, I_Persistent /** Get C_OrderSource_UU. @return C_OrderSource_UU */ - public String getC_OrderSource_UU () + public String getC_OrderSource_UU() { return (String)get_Value(COLUMNNAME_C_OrderSource_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -118,15 +119,14 @@ public class X_C_OrderSource extends PO implements I_C_OrderSource, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -135,15 +135,14 @@ public class X_C_OrderSource extends PO implements I_C_OrderSource, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -152,15 +151,14 @@ public class X_C_OrderSource extends PO implements I_C_OrderSource, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -169,7 +167,7 @@ public class X_C_OrderSource extends PO implements I_C_OrderSource, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_OrderTax.java b/org.adempiere.base/src/org/compiere/model/X_C_OrderTax.java index b26ff825af..d489564b23 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_OrderTax.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_OrderTax.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for C_OrderTax * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_OrderTax") public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_OrderTax (Properties ctx, int C_OrderTax_ID, String trxName) @@ -84,21 +84,20 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -107,7 +106,8 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent } /** Set C_OrderTax_UU. - @param C_OrderTax_UU C_OrderTax_UU */ + @param C_OrderTax_UU C_OrderTax_UU + */ public void setC_OrderTax_UU (String C_OrderTax_UU) { set_Value (COLUMNNAME_C_OrderTax_UU, C_OrderTax_UU); @@ -115,7 +115,7 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent /** Get C_OrderTax_UU. @return C_OrderTax_UU */ - public String getC_OrderTax_UU () + public String getC_OrderTax_UU() { return (String)get_Value(COLUMNNAME_C_OrderTax_UU); } @@ -127,21 +127,20 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Tax_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -156,18 +155,19 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent } /** Set Tax Provider. - @param C_TaxProvider_ID Tax Provider */ + @param C_TaxProvider_ID Tax Provider + */ public void setC_TaxProvider_ID (int C_TaxProvider_ID) { - if (C_TaxProvider_ID < 1) + if (C_TaxProvider_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxProvider_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxProvider_ID, Integer.valueOf(C_TaxProvider_ID)); } /** Get Tax Provider. @return Tax Provider */ - public int getC_TaxProvider_ID () + public int getC_TaxProvider_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxProvider_ID); if (ii == null) @@ -176,9 +176,8 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent } /** Set Price includes Tax. - @param IsTaxIncluded - Tax is included in the price - */ + @param IsTaxIncluded Tax is included in the price + */ public void setIsTaxIncluded (boolean IsTaxIncluded) { set_Value (COLUMNNAME_IsTaxIncluded, Boolean.valueOf(IsTaxIncluded)); @@ -187,7 +186,7 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent /** Get Price includes Tax. @return Tax is included in the price */ - public boolean isTaxIncluded () + public boolean isTaxIncluded() { Object oo = get_Value(COLUMNNAME_IsTaxIncluded); if (oo != null) @@ -200,9 +199,8 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -211,7 +209,7 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -224,9 +222,8 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent } /** Set Tax Amount. - @param TaxAmt - Tax Amount for a document - */ + @param TaxAmt Tax Amount for a document + */ public void setTaxAmt (BigDecimal TaxAmt) { set_ValueNoCheck (COLUMNNAME_TaxAmt, TaxAmt); @@ -235,7 +232,7 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent /** Get Tax Amount. @return Tax Amount for a document */ - public BigDecimal getTaxAmt () + public BigDecimal getTaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxAmt); if (bd == null) @@ -244,9 +241,8 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent } /** Set Tax base Amount. - @param TaxBaseAmt - Base for calculating the tax amount - */ + @param TaxBaseAmt Base for calculating the tax amount + */ public void setTaxBaseAmt (BigDecimal TaxBaseAmt) { set_ValueNoCheck (COLUMNNAME_TaxBaseAmt, TaxBaseAmt); @@ -255,7 +251,7 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent /** Get Tax base Amount. @return Base for calculating the tax amount */ - public BigDecimal getTaxBaseAmt () + public BigDecimal getTaxBaseAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxBaseAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_OrgAssignment.java b/org.adempiere.base/src/org/compiere/model/X_C_OrgAssignment.java index b4d9112bd6..381ad67a83 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_OrgAssignment.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_OrgAssignment.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for C_OrgAssignment * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_OrgAssignment") public class X_C_OrgAssignment extends PO implements I_C_OrgAssignment, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_OrgAssignment extends PO implements I_C_OrgAssignment, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_OrgAssignment (Properties ctx, int C_OrgAssignment_ID, String trxName) @@ -80,21 +80,20 @@ public class X_C_OrgAssignment extends PO implements I_C_OrgAssignment, I_Persis } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -103,21 +102,20 @@ public class X_C_OrgAssignment extends PO implements I_C_OrgAssignment, I_Persis } /** Set Org Assignment. - @param C_OrgAssignment_ID - Assignment to (transaction) Organization - */ + @param C_OrgAssignment_ID Assignment to (transaction) Organization + */ public void setC_OrgAssignment_ID (int C_OrgAssignment_ID) { - if (C_OrgAssignment_ID < 1) + if (C_OrgAssignment_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrgAssignment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrgAssignment_ID, Integer.valueOf(C_OrgAssignment_ID)); } /** Get Org Assignment. @return Assignment to (transaction) Organization */ - public int getC_OrgAssignment_ID () + public int getC_OrgAssignment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrgAssignment_ID); if (ii == null) @@ -126,7 +124,8 @@ public class X_C_OrgAssignment extends PO implements I_C_OrgAssignment, I_Persis } /** Set C_OrgAssignment_UU. - @param C_OrgAssignment_UU C_OrgAssignment_UU */ + @param C_OrgAssignment_UU C_OrgAssignment_UU + */ public void setC_OrgAssignment_UU (String C_OrgAssignment_UU) { set_Value (COLUMNNAME_C_OrgAssignment_UU, C_OrgAssignment_UU); @@ -134,15 +133,14 @@ public class X_C_OrgAssignment extends PO implements I_C_OrgAssignment, I_Persis /** Get C_OrgAssignment_UU. @return C_OrgAssignment_UU */ - public String getC_OrgAssignment_UU () + public String getC_OrgAssignment_UU() { return (String)get_Value(COLUMNNAME_C_OrgAssignment_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -151,15 +149,14 @@ public class X_C_OrgAssignment extends PO implements I_C_OrgAssignment, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -168,15 +165,14 @@ public class X_C_OrgAssignment extends PO implements I_C_OrgAssignment, I_Persis /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -185,7 +181,7 @@ public class X_C_OrgAssignment extends PO implements I_C_OrgAssignment, I_Persis /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_POS.java b/org.adempiere.base/src/org/compiere/model/X_C_POS.java index 2e670c78cc..8d2cab80c7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_POS.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_POS.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_POS * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_POS") public class X_C_POS extends PO implements I_C_POS, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_POS (Properties ctx, int C_POS_ID, String trxName) @@ -78,9 +78,8 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set Auto Logout Delay. - @param AutoLogoutDelay - Automatically logout if terminal inactive for this period - */ + @param AutoLogoutDelay Automatically logout if terminal inactive for this period + */ public void setAutoLogoutDelay (int AutoLogoutDelay) { set_Value (COLUMNNAME_AutoLogoutDelay, Integer.valueOf(AutoLogoutDelay)); @@ -89,7 +88,7 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent /** Get Auto Logout Delay. @return Automatically logout if terminal inactive for this period */ - public int getAutoLogoutDelay () + public int getAutoLogoutDelay() { Integer ii = (Integer)get_Value(COLUMNNAME_AutoLogoutDelay); if (ii == null) @@ -98,7 +97,8 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set CashDrawer. - @param CashDrawer CashDrawer */ + @param CashDrawer CashDrawer + */ public void setCashDrawer (String CashDrawer) { set_Value (COLUMNNAME_CashDrawer, CashDrawer); @@ -106,7 +106,7 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent /** Get CashDrawer. @return CashDrawer */ - public String getCashDrawer () + public String getCashDrawer() { return (String)get_Value(COLUMNNAME_CashDrawer); } @@ -118,21 +118,20 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -147,21 +146,20 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set Template B.Partner. - @param C_BPartnerCashTrx_ID - Business Partner used for creating new Business Partners on the fly - */ + @param C_BPartnerCashTrx_ID Business Partner used for creating new Business Partners on the fly + */ public void setC_BPartnerCashTrx_ID (int C_BPartnerCashTrx_ID) { - if (C_BPartnerCashTrx_ID < 1) + if (C_BPartnerCashTrx_ID < 1) set_Value (COLUMNNAME_C_BPartnerCashTrx_ID, null); - else + else set_Value (COLUMNNAME_C_BPartnerCashTrx_ID, Integer.valueOf(C_BPartnerCashTrx_ID)); } /** Get Template B.Partner. @return Business Partner used for creating new Business Partners on the fly */ - public int getC_BPartnerCashTrx_ID () + public int getC_BPartnerCashTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartnerCashTrx_ID); if (ii == null) @@ -176,21 +174,20 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set Cash Book. - @param C_CashBook_ID - Cash Book for recording petty cash transactions - */ + @param C_CashBook_ID Cash Book for recording petty cash transactions + */ public void setC_CashBook_ID (int C_CashBook_ID) { - if (C_CashBook_ID < 1) + if (C_CashBook_ID < 1) set_Value (COLUMNNAME_C_CashBook_ID, null); - else + else set_Value (COLUMNNAME_C_CashBook_ID, Integer.valueOf(C_CashBook_ID)); } /** Get Cash Book. @return Cash Book for recording petty cash transactions */ - public int getC_CashBook_ID () + public int getC_CashBook_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashBook_ID); if (ii == null) @@ -205,21 +202,20 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -228,21 +224,20 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set POS Terminal. - @param C_POS_ID - Point of Sales Terminal - */ + @param C_POS_ID Point of Sales Terminal + */ public void setC_POS_ID (int C_POS_ID) { - if (C_POS_ID < 1) + if (C_POS_ID < 1) set_ValueNoCheck (COLUMNNAME_C_POS_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_POS_ID, Integer.valueOf(C_POS_ID)); } /** Get POS Terminal. @return Point of Sales Terminal */ - public int getC_POS_ID () + public int getC_POS_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_POS_ID); if (ii == null) @@ -257,21 +252,20 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set POS Key Layout. - @param C_POSKeyLayout_ID - POS Function Key Layout - */ + @param C_POSKeyLayout_ID POS Function Key Layout + */ public void setC_POSKeyLayout_ID (int C_POSKeyLayout_ID) { - if (C_POSKeyLayout_ID < 1) + if (C_POSKeyLayout_ID < 1) set_Value (COLUMNNAME_C_POSKeyLayout_ID, null); - else + else set_Value (COLUMNNAME_C_POSKeyLayout_ID, Integer.valueOf(C_POSKeyLayout_ID)); } /** Get POS Key Layout. @return POS Function Key Layout */ - public int getC_POSKeyLayout_ID () + public int getC_POSKeyLayout_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_POSKeyLayout_ID); if (ii == null) @@ -280,7 +274,8 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set C_POS_UU. - @param C_POS_UU C_POS_UU */ + @param C_POS_UU C_POS_UU + */ public void setC_POS_UU (String C_POS_UU) { set_Value (COLUMNNAME_C_POS_UU, C_POS_UU); @@ -288,15 +283,14 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent /** Get C_POS_UU. @return C_POS_UU */ - public String getC_POS_UU () + public String getC_POS_UU() { return (String)get_Value(COLUMNNAME_C_POS_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -305,15 +299,14 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -322,15 +315,14 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Modify Price. - @param IsModifyPrice - Allow modifying the price - */ + @param IsModifyPrice Allow modifying the price + */ public void setIsModifyPrice (boolean IsModifyPrice) { set_Value (COLUMNNAME_IsModifyPrice, Boolean.valueOf(IsModifyPrice)); @@ -339,7 +331,7 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent /** Get Modify Price. @return Allow modifying the price */ - public boolean isModifyPrice () + public boolean isModifyPrice() { Object oo = get_Value(COLUMNNAME_IsModifyPrice); if (oo != null) @@ -358,21 +350,20 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_Value (COLUMNNAME_M_PriceList_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -387,21 +378,20 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -410,9 +400,8 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -421,7 +410,7 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -441,21 +430,20 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set On Screen Keyboard layout. - @param OSK_KeyLayout_ID - The key layout to use for on screen keyboard for text fields. - */ + @param OSK_KeyLayout_ID The key layout to use for on screen keyboard for text fields. + */ public void setOSK_KeyLayout_ID (int OSK_KeyLayout_ID) { - if (OSK_KeyLayout_ID < 1) + if (OSK_KeyLayout_ID < 1) set_Value (COLUMNNAME_OSK_KeyLayout_ID, null); - else + else set_Value (COLUMNNAME_OSK_KeyLayout_ID, Integer.valueOf(OSK_KeyLayout_ID)); } /** Get On Screen Keyboard layout. @return The key layout to use for on screen keyboard for text fields. */ - public int getOSK_KeyLayout_ID () + public int getOSK_KeyLayout_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_OSK_KeyLayout_ID); if (ii == null) @@ -470,21 +458,20 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set On Screen Number Pad layout. - @param OSNP_KeyLayout_ID - The key layout to use for on screen number pad for numeric fields. - */ + @param OSNP_KeyLayout_ID The key layout to use for on screen number pad for numeric fields. + */ public void setOSNP_KeyLayout_ID (int OSNP_KeyLayout_ID) { - if (OSNP_KeyLayout_ID < 1) + if (OSNP_KeyLayout_ID < 1) set_Value (COLUMNNAME_OSNP_KeyLayout_ID, null); - else + else set_Value (COLUMNNAME_OSNP_KeyLayout_ID, Integer.valueOf(OSNP_KeyLayout_ID)); } /** Get On Screen Number Pad layout. @return The key layout to use for on screen number pad for numeric fields. */ - public int getOSNP_KeyLayout_ID () + public int getOSNP_KeyLayout_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_OSNP_KeyLayout_ID); if (ii == null) @@ -493,9 +480,8 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set Printer Name. - @param PrinterName - Name of the Printer - */ + @param PrinterName Name of the Printer + */ public void setPrinterName (String PrinterName) { set_Value (COLUMNNAME_PrinterName, PrinterName); @@ -504,7 +490,7 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent /** Get Printer Name. @return Name of the Printer */ - public String getPrinterName () + public String getPrinterName() { return (String)get_Value(COLUMNNAME_PrinterName); } @@ -516,21 +502,20 @@ public class X_C_POS extends PO implements I_C_POS, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_POSKey.java b/org.adempiere.base/src/org/compiere/model/X_C_POSKey.java index b69102ff6e..65ab67be1e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_POSKey.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_POSKey.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_POSKey * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_POSKey") public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_POSKey (Properties ctx, int C_POSKey_ID, String trxName) @@ -78,21 +78,20 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set Image. - @param AD_Image_ID - Image or Icon - */ + @param AD_Image_ID Image or Icon + */ public void setAD_Image_ID (int AD_Image_ID) { - if (AD_Image_ID < 1) + if (AD_Image_ID < 1) set_Value (COLUMNNAME_AD_Image_ID, null); - else + else set_Value (COLUMNNAME_AD_Image_ID, Integer.valueOf(AD_Image_ID)); } /** Get Image. @return Image or Icon */ - public int getAD_Image_ID () + public int getAD_Image_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Image_ID); if (ii == null) @@ -107,21 +106,20 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set Print Color. - @param AD_PrintColor_ID - Color used for printing and display - */ + @param AD_PrintColor_ID Color used for printing and display + */ public void setAD_PrintColor_ID (int AD_PrintColor_ID) { - if (AD_PrintColor_ID < 1) + if (AD_PrintColor_ID < 1) set_Value (COLUMNNAME_AD_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintColor_ID, Integer.valueOf(AD_PrintColor_ID)); } /** Get Print Color. @return Color used for printing and display */ - public int getAD_PrintColor_ID () + public int getAD_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintColor_ID); if (ii == null) @@ -136,21 +134,20 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set Print Font. - @param AD_PrintFont_ID - Maintain Print Font - */ + @param AD_PrintFont_ID Maintain Print Font + */ public void setAD_PrintFont_ID (int AD_PrintFont_ID) { - if (AD_PrintFont_ID < 1) + if (AD_PrintFont_ID < 1) set_Value (COLUMNNAME_AD_PrintFont_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFont_ID, Integer.valueOf(AD_PrintFont_ID)); } /** Get Print Font. @return Maintain Print Font */ - public int getAD_PrintFont_ID () + public int getAD_PrintFont_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFont_ID); if (ii == null) @@ -159,21 +156,20 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set POS Key. - @param C_POSKey_ID - POS Function Key - */ + @param C_POSKey_ID POS Function Key + */ public void setC_POSKey_ID (int C_POSKey_ID) { - if (C_POSKey_ID < 1) + if (C_POSKey_ID < 1) set_ValueNoCheck (COLUMNNAME_C_POSKey_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_POSKey_ID, Integer.valueOf(C_POSKey_ID)); } /** Get POS Key. @return POS Function Key */ - public int getC_POSKey_ID () + public int getC_POSKey_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_POSKey_ID); if (ii == null) @@ -188,21 +184,20 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set POS Key Layout. - @param C_POSKeyLayout_ID - POS Function Key Layout - */ + @param C_POSKeyLayout_ID POS Function Key Layout + */ public void setC_POSKeyLayout_ID (int C_POSKeyLayout_ID) { - if (C_POSKeyLayout_ID < 1) + if (C_POSKeyLayout_ID < 1) set_ValueNoCheck (COLUMNNAME_C_POSKeyLayout_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_POSKeyLayout_ID, Integer.valueOf(C_POSKeyLayout_ID)); } /** Get POS Key Layout. @return POS Function Key Layout */ - public int getC_POSKeyLayout_ID () + public int getC_POSKeyLayout_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_POSKeyLayout_ID); if (ii == null) @@ -211,7 +206,8 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set C_POSKey_UU. - @param C_POSKey_UU C_POSKey_UU */ + @param C_POSKey_UU C_POSKey_UU + */ public void setC_POSKey_UU (String C_POSKey_UU) { set_Value (COLUMNNAME_C_POSKey_UU, C_POSKey_UU); @@ -219,15 +215,14 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent /** Get C_POSKey_UU. @return C_POSKey_UU */ - public String getC_POSKey_UU () + public String getC_POSKey_UU() { return (String)get_Value(COLUMNNAME_C_POSKey_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -236,7 +231,7 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -248,21 +243,20 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -271,9 +265,8 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -282,7 +275,7 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -296,9 +289,8 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -307,7 +299,7 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -316,9 +308,8 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -327,7 +318,7 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -336,9 +327,8 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set Column span. - @param SpanX - Number of columns spanned - */ + @param SpanX Number of columns spanned + */ public void setSpanX (int SpanX) { set_Value (COLUMNNAME_SpanX, Integer.valueOf(SpanX)); @@ -347,7 +337,7 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent /** Get Column span. @return Number of columns spanned */ - public int getSpanX () + public int getSpanX() { Integer ii = (Integer)get_Value(COLUMNNAME_SpanX); if (ii == null) @@ -356,9 +346,8 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set Row Span. - @param SpanY - Number of rows spanned - */ + @param SpanY Number of rows spanned + */ public void setSpanY (int SpanY) { set_Value (COLUMNNAME_SpanY, Integer.valueOf(SpanY)); @@ -367,7 +356,7 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent /** Get Row Span. @return Number of rows spanned */ - public int getSpanY () + public int getSpanY() { Integer ii = (Integer)get_Value(COLUMNNAME_SpanY); if (ii == null) @@ -382,21 +371,20 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set Key Layout. - @param SubKeyLayout_ID - Key Layout to be displayed when this key is pressed - */ + @param SubKeyLayout_ID Key Layout to be displayed when this key is pressed + */ public void setSubKeyLayout_ID (int SubKeyLayout_ID) { - if (SubKeyLayout_ID < 1) + if (SubKeyLayout_ID < 1) set_Value (COLUMNNAME_SubKeyLayout_ID, null); - else + else set_Value (COLUMNNAME_SubKeyLayout_ID, Integer.valueOf(SubKeyLayout_ID)); } /** Get Key Layout. @return Key Layout to be displayed when this key is pressed */ - public int getSubKeyLayout_ID () + public int getSubKeyLayout_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SubKeyLayout_ID); if (ii == null) @@ -405,7 +393,8 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent } /** Set Description. - @param Text Description */ + @param Text Description + */ public void setText (String Text) { set_Value (COLUMNNAME_Text, Text); @@ -413,7 +402,7 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent /** Get Description. @return Description */ - public String getText () + public String getText() { return (String)get_Value(COLUMNNAME_Text); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_POSKeyLayout.java b/org.adempiere.base/src/org/compiere/model/X_C_POSKeyLayout.java index cd7d3a4369..1b477518c9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_POSKeyLayout.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_POSKeyLayout.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_POSKeyLayout * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_POSKeyLayout") public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_POSKeyLayout (Properties ctx, int C_POSKeyLayout_ID, String trxName) @@ -79,21 +79,20 @@ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persiste } /** Set Print Color. - @param AD_PrintColor_ID - Color used for printing and display - */ + @param AD_PrintColor_ID Color used for printing and display + */ public void setAD_PrintColor_ID (int AD_PrintColor_ID) { - if (AD_PrintColor_ID < 1) + if (AD_PrintColor_ID < 1) set_Value (COLUMNNAME_AD_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintColor_ID, Integer.valueOf(AD_PrintColor_ID)); } /** Get Print Color. @return Color used for printing and display */ - public int getAD_PrintColor_ID () + public int getAD_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintColor_ID); if (ii == null) @@ -108,21 +107,20 @@ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persiste } /** Set Print Font. - @param AD_PrintFont_ID - Maintain Print Font - */ + @param AD_PrintFont_ID Maintain Print Font + */ public void setAD_PrintFont_ID (int AD_PrintFont_ID) { - if (AD_PrintFont_ID < 1) + if (AD_PrintFont_ID < 1) set_Value (COLUMNNAME_AD_PrintFont_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFont_ID, Integer.valueOf(AD_PrintFont_ID)); } /** Get Print Font. @return Maintain Print Font */ - public int getAD_PrintFont_ID () + public int getAD_PrintFont_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFont_ID); if (ii == null) @@ -131,9 +129,8 @@ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persiste } /** Set Columns. - @param Columns - Number of columns - */ + @param Columns Number of columns + */ public void setColumns (int Columns) { set_Value (COLUMNNAME_Columns, Integer.valueOf(Columns)); @@ -142,7 +139,7 @@ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persiste /** Get Columns. @return Number of columns */ - public int getColumns () + public int getColumns() { Integer ii = (Integer)get_Value(COLUMNNAME_Columns); if (ii == null) @@ -151,21 +148,20 @@ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persiste } /** Set POS Key Layout. - @param C_POSKeyLayout_ID - POS Function Key Layout - */ + @param C_POSKeyLayout_ID POS Function Key Layout + */ public void setC_POSKeyLayout_ID (int C_POSKeyLayout_ID) { - if (C_POSKeyLayout_ID < 1) + if (C_POSKeyLayout_ID < 1) set_ValueNoCheck (COLUMNNAME_C_POSKeyLayout_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_POSKeyLayout_ID, Integer.valueOf(C_POSKeyLayout_ID)); } /** Get POS Key Layout. @return POS Function Key Layout */ - public int getC_POSKeyLayout_ID () + public int getC_POSKeyLayout_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_POSKeyLayout_ID); if (ii == null) @@ -174,7 +170,8 @@ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persiste } /** Set C_POSKeyLayout_UU. - @param C_POSKeyLayout_UU C_POSKeyLayout_UU */ + @param C_POSKeyLayout_UU C_POSKeyLayout_UU + */ public void setC_POSKeyLayout_UU (String C_POSKeyLayout_UU) { set_Value (COLUMNNAME_C_POSKeyLayout_UU, C_POSKeyLayout_UU); @@ -182,15 +179,14 @@ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persiste /** Get C_POSKeyLayout_UU. @return C_POSKeyLayout_UU */ - public String getC_POSKeyLayout_UU () + public String getC_POSKeyLayout_UU() { return (String)get_Value(COLUMNNAME_C_POSKeyLayout_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -199,15 +195,14 @@ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -216,15 +211,14 @@ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persiste /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -233,7 +227,7 @@ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -255,9 +249,8 @@ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persiste /** Product = P */ public static final String POSKEYLAYOUTTYPE_Product = "P"; /** Set POS Key Layout Type. - @param POSKeyLayoutType - The type of Key Layout - */ + @param POSKeyLayoutType The type of Key Layout + */ public void setPOSKeyLayoutType (String POSKeyLayoutType) { @@ -267,7 +260,7 @@ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persiste /** Get POS Key Layout Type. @return The type of Key Layout */ - public String getPOSKeyLayoutType () + public String getPOSKeyLayoutType() { return (String)get_Value(COLUMNNAME_POSKeyLayoutType); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_POSPayment.java b/org.adempiere.base/src/org/compiere/model/X_C_POSPayment.java index 2e7e21b4b7..ea0c0cc6b0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_POSPayment.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_POSPayment.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for C_POSPayment * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_POSPayment") public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_POSPayment (Properties ctx, int C_POSPayment_ID, String trxName) @@ -80,9 +80,8 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent } /** Set Account No. - @param AccountNo - Account Number - */ + @param AccountNo Account Number + */ public void setAccountNo (String AccountNo) { set_Value (COLUMNNAME_AccountNo, AccountNo); @@ -91,15 +90,14 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Account No. @return Account Number */ - public String getAccountNo () + public String getAccountNo() { return (String)get_Value(COLUMNNAME_AccountNo); } /** Set Account Name. - @param A_Name - Name on Credit Card or Account holder - */ + @param A_Name Name on Credit Card or Account holder + */ public void setA_Name (String A_Name) { set_Value (COLUMNNAME_A_Name, A_Name); @@ -108,15 +106,14 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Account Name. @return Name on Credit Card or Account holder */ - public String getA_Name () + public String getA_Name() { return (String)get_Value(COLUMNNAME_A_Name); } /** Set Check No. - @param CheckNo - Check Number - */ + @param CheckNo Check Number + */ public void setCheckNo (String CheckNo) { set_Value (COLUMNNAME_CheckNo, CheckNo); @@ -125,7 +122,7 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Check No. @return Check Number */ - public String getCheckNo () + public String getCheckNo() { return (String)get_Value(COLUMNNAME_CheckNo); } @@ -143,7 +140,8 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Returned = T */ public static final String CHECKSTATUS_Returned = "T"; /** Set Check Status. - @param CheckStatus Check Status */ + @param CheckStatus Check Status + */ public void setCheckStatus (String CheckStatus) { @@ -152,7 +150,7 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Check Status. @return Check Status */ - public String getCheckStatus () + public String getCheckStatus() { return (String)get_Value(COLUMNNAME_CheckStatus); } @@ -164,21 +162,20 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -193,21 +190,20 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -216,18 +212,19 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent } /** Set POS Payment. - @param C_POSPayment_ID POS Payment */ + @param C_POSPayment_ID POS Payment + */ public void setC_POSPayment_ID (int C_POSPayment_ID) { - if (C_POSPayment_ID < 1) + if (C_POSPayment_ID < 1) set_ValueNoCheck (COLUMNNAME_C_POSPayment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_POSPayment_ID, Integer.valueOf(C_POSPayment_ID)); } /** Get POS Payment. @return POS Payment */ - public int getC_POSPayment_ID () + public int getC_POSPayment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_POSPayment_ID); if (ii == null) @@ -236,7 +233,8 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent } /** Set C_POSPayment_UU. - @param C_POSPayment_UU C_POSPayment_UU */ + @param C_POSPayment_UU C_POSPayment_UU + */ public void setC_POSPayment_UU (String C_POSPayment_UU) { set_Value (COLUMNNAME_C_POSPayment_UU, C_POSPayment_UU); @@ -244,7 +242,7 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get C_POSPayment_UU. @return C_POSPayment_UU */ - public String getC_POSPayment_UU () + public String getC_POSPayment_UU() { return (String)get_Value(COLUMNNAME_C_POSPayment_UU); } @@ -256,18 +254,19 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent } /** Set POS Tender Type. - @param C_POSTenderType_ID POS Tender Type */ + @param C_POSTenderType_ID POS Tender Type + */ public void setC_POSTenderType_ID (int C_POSTenderType_ID) { - if (C_POSTenderType_ID < 1) + if (C_POSTenderType_ID < 1) set_Value (COLUMNNAME_C_POSTenderType_ID, null); - else + else set_Value (COLUMNNAME_C_POSTenderType_ID, Integer.valueOf(C_POSTenderType_ID)); } /** Get POS Tender Type. @return POS Tender Type */ - public int getC_POSTenderType_ID () + public int getC_POSTenderType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_POSTenderType_ID); if (ii == null) @@ -276,9 +275,8 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent } /** Set Number. - @param CreditCardNumber - Credit Card Number - */ + @param CreditCardNumber Credit Card Number + */ public void setCreditCardNumber (String CreditCardNumber) { set_Value (COLUMNNAME_CreditCardNumber, CreditCardNumber); @@ -287,7 +285,7 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Number. @return Credit Card Number */ - public String getCreditCardNumber () + public String getCreditCardNumber() { return (String)get_Value(COLUMNNAME_CreditCardNumber); } @@ -309,9 +307,8 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Visa = V */ public static final String CREDITCARDTYPE_Visa = "V"; /** Set Credit Card. - @param CreditCardType - Credit Card (Visa, MC, AmEx) - */ + @param CreditCardType Credit Card (Visa, MC, AmEx) + */ public void setCreditCardType (String CreditCardType) { @@ -321,15 +318,14 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Credit Card. @return Credit Card (Visa, MC, AmEx) */ - public String getCreditCardType () + public String getCreditCardType() { return (String)get_Value(COLUMNNAME_CreditCardType); } /** Set Date Promised. - @param DatePromised - Date Order was promised - */ + @param DatePromised Date Order was promised + */ public void setDatePromised (Timestamp DatePromised) { set_Value (COLUMNNAME_DatePromised, DatePromised); @@ -338,13 +334,14 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Date Promised. @return Date Order was promised */ - public Timestamp getDatePromised () + public Timestamp getDatePromised() { return (Timestamp)get_Value(COLUMNNAME_DatePromised); } /** Set Deposit Group. - @param DepositGroup Deposit Group */ + @param DepositGroup Deposit Group + */ public void setDepositGroup (String DepositGroup) { set_Value (COLUMNNAME_DepositGroup, DepositGroup); @@ -352,15 +349,14 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Deposit Group. @return Deposit Group */ - public String getDepositGroup () + public String getDepositGroup() { return (String)get_Value(COLUMNNAME_DepositGroup); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -369,15 +365,14 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set IBAN. - @param IBAN - International Bank Account Number - */ + @param IBAN International Bank Account Number + */ public void setIBAN (String IBAN) { set_Value (COLUMNNAME_IBAN, IBAN); @@ -386,13 +381,14 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get IBAN. @return International Bank Account Number */ - public String getIBAN () + public String getIBAN() { return (String)get_Value(COLUMNNAME_IBAN); } /** Set Post Dated. - @param IsPostDated Post Dated */ + @param IsPostDated Post Dated + */ public void setIsPostDated (boolean IsPostDated) { set_Value (COLUMNNAME_IsPostDated, Boolean.valueOf(IsPostDated)); @@ -400,7 +396,7 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Post Dated. @return Post Dated */ - public boolean isPostDated () + public boolean isPostDated() { Object oo = get_Value(COLUMNNAME_IsPostDated); if (oo != null) @@ -413,9 +409,8 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent } /** Set Micr. - @param Micr - Combination of routing no, account and check no - */ + @param Micr Combination of routing no, account and check no + */ public void setMicr (String Micr) { set_Value (COLUMNNAME_Micr, Micr); @@ -424,15 +419,14 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Micr. @return Combination of routing no, account and check no */ - public String getMicr () + public String getMicr() { return (String)get_Value(COLUMNNAME_Micr); } /** Set Payment amount. - @param PayAmt - Amount being paid - */ + @param PayAmt Amount being paid + */ public void setPayAmt (BigDecimal PayAmt) { set_Value (COLUMNNAME_PayAmt, PayAmt); @@ -441,7 +435,7 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Payment amount. @return Amount being paid */ - public BigDecimal getPayAmt () + public BigDecimal getPayAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PayAmt); if (bd == null) @@ -450,9 +444,8 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -461,7 +454,7 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -474,9 +467,8 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent } /** Set Routing No. - @param RoutingNo - Bank Routing Number - */ + @param RoutingNo Bank Routing Number + */ public void setRoutingNo (String RoutingNo) { set_Value (COLUMNNAME_RoutingNo, RoutingNo); @@ -485,15 +477,14 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Routing No. @return Bank Routing Number */ - public String getRoutingNo () + public String getRoutingNo() { return (String)get_Value(COLUMNNAME_RoutingNo); } /** Set Swift code. - @param SwiftCode - Swift Code or BIC - */ + @param SwiftCode Swift Code or BIC + */ public void setSwiftCode (String SwiftCode) { set_Value (COLUMNNAME_SwiftCode, SwiftCode); @@ -502,7 +493,7 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Swift code. @return Swift Code or BIC */ - public String getSwiftCode () + public String getSwiftCode() { return (String)get_Value(COLUMNNAME_SwiftCode); } @@ -522,9 +513,8 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Cash = X */ public static final String TENDERTYPE_Cash = "X"; /** Set Tender type. - @param TenderType - Method of Payment - */ + @param TenderType Method of Payment + */ public void setTenderType (String TenderType) { @@ -534,15 +524,14 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Tender type. @return Method of Payment */ - public String getTenderType () + public String getTenderType() { return (String)get_Value(COLUMNNAME_TenderType); } /** Set Voice authorization code. - @param VoiceAuthCode - Voice Authorization Code from credit card company - */ + @param VoiceAuthCode Voice Authorization Code from credit card company + */ public void setVoiceAuthCode (String VoiceAuthCode) { set_Value (COLUMNNAME_VoiceAuthCode, VoiceAuthCode); @@ -551,7 +540,7 @@ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent /** Get Voice authorization code. @return Voice Authorization Code from credit card company */ - public String getVoiceAuthCode () + public String getVoiceAuthCode() { return (String)get_Value(COLUMNNAME_VoiceAuthCode); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_POSTenderType.java b/org.adempiere.base/src/org/compiere/model/X_C_POSTenderType.java index edafd52779..c495fc8a65 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_POSTenderType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_POSTenderType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_POSTenderType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_POSTenderType") public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_POSTenderType (Properties ctx, int C_POSTenderType_ID, String trxName) @@ -78,18 +78,19 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis } /** Set POS Tender Type. - @param C_POSTenderType_ID POS Tender Type */ + @param C_POSTenderType_ID POS Tender Type + */ public void setC_POSTenderType_ID (int C_POSTenderType_ID) { - if (C_POSTenderType_ID < 1) + if (C_POSTenderType_ID < 1) set_ValueNoCheck (COLUMNNAME_C_POSTenderType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_POSTenderType_ID, Integer.valueOf(C_POSTenderType_ID)); } /** Get POS Tender Type. @return POS Tender Type */ - public int getC_POSTenderType_ID () + public int getC_POSTenderType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_POSTenderType_ID); if (ii == null) @@ -98,7 +99,8 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis } /** Set C_POSTenderType_UU. - @param C_POSTenderType_UU C_POSTenderType_UU */ + @param C_POSTenderType_UU C_POSTenderType_UU + */ public void setC_POSTenderType_UU (String C_POSTenderType_UU) { set_Value (COLUMNNAME_C_POSTenderType_UU, C_POSTenderType_UU); @@ -106,15 +108,14 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis /** Get C_POSTenderType_UU. @return C_POSTenderType_UU */ - public String getC_POSTenderType_UU () + public String getC_POSTenderType_UU() { return (String)get_Value(COLUMNNAME_C_POSTenderType_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -123,15 +124,14 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -140,15 +140,14 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Guarantee. - @param IsGuarantee - Guarantee for a Credit - */ + @param IsGuarantee Guarantee for a Credit + */ public void setIsGuarantee (boolean IsGuarantee) { set_Value (COLUMNNAME_IsGuarantee, Boolean.valueOf(IsGuarantee)); @@ -157,7 +156,7 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis /** Get Guarantee. @return Guarantee for a Credit */ - public boolean isGuarantee () + public boolean isGuarantee() { Object oo = get_Value(COLUMNNAME_IsGuarantee); if (oo != null) @@ -170,7 +169,8 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis } /** Set Post Dated. - @param IsPostDated Post Dated */ + @param IsPostDated Post Dated + */ public void setIsPostDated (boolean IsPostDated) { set_Value (COLUMNNAME_IsPostDated, Boolean.valueOf(IsPostDated)); @@ -178,7 +178,7 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis /** Get Post Dated. @return Post Dated */ - public boolean isPostDated () + public boolean isPostDated() { Object oo = get_Value(COLUMNNAME_IsPostDated); if (oo != null) @@ -191,9 +191,8 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -202,7 +201,7 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -230,9 +229,8 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis /** Cash = X */ public static final String TENDERTYPE_Cash = "X"; /** Set Tender type. - @param TenderType - Method of Payment - */ + @param TenderType Method of Payment + */ public void setTenderType (String TenderType) { @@ -242,15 +240,14 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis /** Get Tender type. @return Method of Payment */ - public String getTenderType () + public String getTenderType() { return (String)get_Value(COLUMNNAME_TenderType); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -259,7 +256,7 @@ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persis /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaySchedule.java b/org.adempiere.base/src/org/compiere/model/X_C_PaySchedule.java index 88d9f403fb..f39f161205 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaySchedule.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaySchedule.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_PaySchedule * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_PaySchedule") public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_PaySchedule (Properties ctx, int C_PaySchedule_ID, String trxName) @@ -87,21 +87,20 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent } /** Set Payment Term. - @param C_PaymentTerm_ID - The terms of Payment (timing, discount) - */ + @param C_PaymentTerm_ID The terms of Payment (timing, discount) + */ public void setC_PaymentTerm_ID (int C_PaymentTerm_ID) { - if (C_PaymentTerm_ID < 1) + if (C_PaymentTerm_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaymentTerm_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaymentTerm_ID, Integer.valueOf(C_PaymentTerm_ID)); } /** Get Payment Term. @return The terms of Payment (timing, discount) */ - public int getC_PaymentTerm_ID () + public int getC_PaymentTerm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentTerm_ID); if (ii == null) @@ -118,21 +117,20 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent } /** Set Payment Schedule. - @param C_PaySchedule_ID - Payment Schedule Template - */ + @param C_PaySchedule_ID Payment Schedule Template + */ public void setC_PaySchedule_ID (int C_PaySchedule_ID) { - if (C_PaySchedule_ID < 1) + if (C_PaySchedule_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaySchedule_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaySchedule_ID, Integer.valueOf(C_PaySchedule_ID)); } /** Get Payment Schedule. @return Payment Schedule Template */ - public int getC_PaySchedule_ID () + public int getC_PaySchedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaySchedule_ID); if (ii == null) @@ -141,7 +139,8 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent } /** Set C_PaySchedule_UU. - @param C_PaySchedule_UU C_PaySchedule_UU */ + @param C_PaySchedule_UU C_PaySchedule_UU + */ public void setC_PaySchedule_UU (String C_PaySchedule_UU) { set_Value (COLUMNNAME_C_PaySchedule_UU, C_PaySchedule_UU); @@ -149,15 +148,14 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent /** Get C_PaySchedule_UU. @return C_PaySchedule_UU */ - public String getC_PaySchedule_UU () + public String getC_PaySchedule_UU() { return (String)get_Value(COLUMNNAME_C_PaySchedule_UU); } /** Set Discount %. - @param Discount - Discount in percent - */ + @param Discount Discount in percent + */ public void setDiscount (BigDecimal Discount) { set_Value (COLUMNNAME_Discount, Discount); @@ -166,7 +164,7 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent /** Get Discount %. @return Discount in percent */ - public BigDecimal getDiscount () + public BigDecimal getDiscount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Discount); if (bd == null) @@ -175,9 +173,8 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent } /** Set Discount Days. - @param DiscountDays - Number of days from invoice date to be eligible for discount - */ + @param DiscountDays Number of days from invoice date to be eligible for discount + */ public void setDiscountDays (int DiscountDays) { set_Value (COLUMNNAME_DiscountDays, Integer.valueOf(DiscountDays)); @@ -186,7 +183,7 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent /** Get Discount Days. @return Number of days from invoice date to be eligible for discount */ - public int getDiscountDays () + public int getDiscountDays() { Integer ii = (Integer)get_Value(COLUMNNAME_DiscountDays); if (ii == null) @@ -195,9 +192,8 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent } /** Set Grace Days. - @param GraceDays - Days after due date to send first dunning letter - */ + @param GraceDays Days after due date to send first dunning letter + */ public void setGraceDays (int GraceDays) { set_Value (COLUMNNAME_GraceDays, Integer.valueOf(GraceDays)); @@ -206,7 +202,7 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent /** Get Grace Days. @return Days after due date to send first dunning letter */ - public int getGraceDays () + public int getGraceDays() { Integer ii = (Integer)get_Value(COLUMNNAME_GraceDays); if (ii == null) @@ -215,9 +211,8 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent } /** Set Valid. - @param IsValid - Element is valid - */ + @param IsValid Element is valid + */ public void setIsValid (boolean IsValid) { set_Value (COLUMNNAME_IsValid, Boolean.valueOf(IsValid)); @@ -226,7 +221,7 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent /** Get Valid. @return Element is valid */ - public boolean isValid () + public boolean isValid() { Object oo = get_Value(COLUMNNAME_IsValid); if (oo != null) @@ -255,9 +250,8 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent /** Sunday = 7 */ public static final String NETDAY_Sunday = "7"; /** Set Net Day. - @param NetDay - Day when payment is due net - */ + @param NetDay Day when payment is due net + */ public void setNetDay (String NetDay) { @@ -267,15 +261,14 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent /** Get Net Day. @return Day when payment is due net */ - public String getNetDay () + public String getNetDay() { return (String)get_Value(COLUMNNAME_NetDay); } /** Set Net Days. - @param NetDays - Net Days in which payment is due - */ + @param NetDays Net Days in which payment is due + */ public void setNetDays (int NetDays) { set_Value (COLUMNNAME_NetDays, Integer.valueOf(NetDays)); @@ -284,7 +277,7 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent /** Get Net Days. @return Net Days in which payment is due */ - public int getNetDays () + public int getNetDays() { Integer ii = (Integer)get_Value(COLUMNNAME_NetDays); if (ii == null) @@ -293,9 +286,8 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent } /** Set Percentage. - @param Percentage - Percent of the entire amount - */ + @param Percentage Percent of the entire amount + */ public void setPercentage (BigDecimal Percentage) { set_Value (COLUMNNAME_Percentage, Percentage); @@ -304,7 +296,7 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent /** Get Percentage. @return Percent of the entire amount */ - public BigDecimal getPercentage () + public BigDecimal getPercentage() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Percentage); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaySelection.java b/org.adempiere.base/src/org/compiere/model/X_C_PaySelection.java index 86961c177d..894109802f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaySelection.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaySelection.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_PaySelection * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_PaySelection") public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_PaySelection (Properties ctx, int C_PaySelection_ID, String trxName) @@ -90,21 +90,20 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -113,21 +112,20 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste } /** Set Payment Selection. - @param C_PaySelection_ID - Payment Selection - */ + @param C_PaySelection_ID Payment Selection + */ public void setC_PaySelection_ID (int C_PaySelection_ID) { - if (C_PaySelection_ID < 1) + if (C_PaySelection_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaySelection_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaySelection_ID, Integer.valueOf(C_PaySelection_ID)); } /** Get Payment Selection. @return Payment Selection */ - public int getC_PaySelection_ID () + public int getC_PaySelection_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaySelection_ID); if (ii == null) @@ -136,7 +134,8 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste } /** Set C_PaySelection_UU. - @param C_PaySelection_UU C_PaySelection_UU */ + @param C_PaySelection_UU C_PaySelection_UU + */ public void setC_PaySelection_UU (String C_PaySelection_UU) { set_Value (COLUMNNAME_C_PaySelection_UU, C_PaySelection_UU); @@ -144,15 +143,14 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste /** Get C_PaySelection_UU. @return C_PaySelection_UU */ - public String getC_PaySelection_UU () + public String getC_PaySelection_UU() { return (String)get_Value(COLUMNNAME_C_PaySelection_UU); } /** Set Create lines from. - @param CreateFrom - Process which will generate a new document lines based on an existing document - */ + @param CreateFrom Process which will generate a new document lines based on an existing document + */ public void setCreateFrom (String CreateFrom) { set_Value (COLUMNNAME_CreateFrom, CreateFrom); @@ -161,15 +159,14 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste /** Get Create lines from. @return Process which will generate a new document lines based on an existing document */ - public String getCreateFrom () + public String getCreateFrom() { return (String)get_Value(COLUMNNAME_CreateFrom); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -178,15 +175,14 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -195,7 +191,7 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -208,7 +204,8 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste } /** Set One Payment Per Invoice. - @param IsOnePaymentPerInvoice One Payment Per Invoice */ + @param IsOnePaymentPerInvoice One Payment Per Invoice + */ public void setIsOnePaymentPerInvoice (boolean IsOnePaymentPerInvoice) { set_Value (COLUMNNAME_IsOnePaymentPerInvoice, Boolean.valueOf(IsOnePaymentPerInvoice)); @@ -216,7 +213,7 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste /** Get One Payment Per Invoice. @return One Payment Per Invoice */ - public boolean isOnePaymentPerInvoice () + public boolean isOnePaymentPerInvoice() { Object oo = get_Value(COLUMNNAME_IsOnePaymentPerInvoice); if (oo != null) @@ -229,9 +226,8 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -240,7 +236,7 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -254,9 +250,8 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste } /** Set Payment date. - @param PayDate - Date Payment made - */ + @param PayDate Date Payment made + */ public void setPayDate (Timestamp PayDate) { set_Value (COLUMNNAME_PayDate, PayDate); @@ -265,15 +260,14 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste /** Get Payment date. @return Date Payment made */ - public Timestamp getPayDate () + public Timestamp getPayDate() { return (Timestamp)get_Value(COLUMNNAME_PayDate); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -282,7 +276,7 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -295,7 +289,8 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -303,7 +298,7 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -316,9 +311,8 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste } /** Set Total Amount. - @param TotalAmt - Total Amount - */ + @param TotalAmt Total Amount + */ public void setTotalAmt (BigDecimal TotalAmt) { set_Value (COLUMNNAME_TotalAmt, TotalAmt); @@ -327,7 +321,7 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste /** Get Total Amount. @return Total Amount */ - public BigDecimal getTotalAmt () + public BigDecimal getTotalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionCheck.java b/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionCheck.java index 5b887a4024..7986dc5686 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionCheck.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionCheck.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for C_PaySelectionCheck * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_PaySelectionCheck") public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_PaySelectionCheck (Properties ctx, int C_PaySelectionCheck_ID, String trxName) @@ -92,22 +92,21 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -122,21 +121,20 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, } /** Set Partner Bank Account. - @param C_BP_BankAccount_ID - Bank Account of the Business Partner - */ + @param C_BP_BankAccount_ID Bank Account of the Business Partner + */ public void setC_BP_BankAccount_ID (int C_BP_BankAccount_ID) { - if (C_BP_BankAccount_ID < 1) + if (C_BP_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BP_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_C_BP_BankAccount_ID, Integer.valueOf(C_BP_BankAccount_ID)); } /** Get Partner Bank Account. @return Bank Account of the Business Partner */ - public int getC_BP_BankAccount_ID () + public int getC_BP_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_BankAccount_ID); if (ii == null) @@ -151,21 +149,20 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -174,21 +171,20 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, } /** Set Pay Selection Check. - @param C_PaySelectionCheck_ID - Payment Selection Check - */ + @param C_PaySelectionCheck_ID Payment Selection Check + */ public void setC_PaySelectionCheck_ID (int C_PaySelectionCheck_ID) { - if (C_PaySelectionCheck_ID < 1) + if (C_PaySelectionCheck_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaySelectionCheck_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaySelectionCheck_ID, Integer.valueOf(C_PaySelectionCheck_ID)); } /** Get Pay Selection Check. @return Payment Selection Check */ - public int getC_PaySelectionCheck_ID () + public int getC_PaySelectionCheck_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaySelectionCheck_ID); if (ii == null) @@ -197,7 +193,8 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, } /** Set C_PaySelectionCheck_UU. - @param C_PaySelectionCheck_UU C_PaySelectionCheck_UU */ + @param C_PaySelectionCheck_UU C_PaySelectionCheck_UU + */ public void setC_PaySelectionCheck_UU (String C_PaySelectionCheck_UU) { set_Value (COLUMNNAME_C_PaySelectionCheck_UU, C_PaySelectionCheck_UU); @@ -205,7 +202,7 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, /** Get C_PaySelectionCheck_UU. @return C_PaySelectionCheck_UU */ - public String getC_PaySelectionCheck_UU () + public String getC_PaySelectionCheck_UU() { return (String)get_Value(COLUMNNAME_C_PaySelectionCheck_UU); } @@ -217,21 +214,20 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, } /** Set Payment Selection. - @param C_PaySelection_ID - Payment Selection - */ + @param C_PaySelection_ID Payment Selection + */ public void setC_PaySelection_ID (int C_PaySelection_ID) { - if (C_PaySelection_ID < 1) + if (C_PaySelection_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaySelection_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaySelection_ID, Integer.valueOf(C_PaySelection_ID)); } /** Get Payment Selection. @return Payment Selection */ - public int getC_PaySelection_ID () + public int getC_PaySelection_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaySelection_ID); if (ii == null) @@ -240,9 +236,8 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, } /** Set Discount Amount. - @param DiscountAmt - Calculated amount of discount - */ + @param DiscountAmt Calculated amount of discount + */ public void setDiscountAmt (BigDecimal DiscountAmt) { set_Value (COLUMNNAME_DiscountAmt, DiscountAmt); @@ -251,7 +246,7 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, /** Get Discount Amount. @return Calculated amount of discount */ - public BigDecimal getDiscountAmt () + public BigDecimal getDiscountAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DiscountAmt); if (bd == null) @@ -260,9 +255,8 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -271,13 +265,14 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Generated Draft. - @param IsGeneratedDraft Generated Draft */ + @param IsGeneratedDraft Generated Draft + */ public void setIsGeneratedDraft (boolean IsGeneratedDraft) { set_Value (COLUMNNAME_IsGeneratedDraft, Boolean.valueOf(IsGeneratedDraft)); @@ -285,7 +280,7 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, /** Get Generated Draft. @return Generated Draft */ - public boolean isGeneratedDraft () + public boolean isGeneratedDraft() { Object oo = get_Value(COLUMNNAME_IsGeneratedDraft); if (oo != null) @@ -298,9 +293,8 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -309,7 +303,7 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -322,9 +316,8 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, } /** Set Receipt. - @param IsReceipt - This is a sales transaction (receipt) - */ + @param IsReceipt This is a sales transaction (receipt) + */ public void setIsReceipt (boolean IsReceipt) { set_Value (COLUMNNAME_IsReceipt, Boolean.valueOf(IsReceipt)); @@ -333,7 +326,7 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, /** Get Receipt. @return This is a sales transaction (receipt) */ - public boolean isReceipt () + public boolean isReceipt() { Object oo = get_Value(COLUMNNAME_IsReceipt); if (oo != null) @@ -346,9 +339,8 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, } /** Set Payment amount. - @param PayAmt - Amount being paid - */ + @param PayAmt Amount being paid + */ public void setPayAmt (BigDecimal PayAmt) { set_Value (COLUMNNAME_PayAmt, PayAmt); @@ -357,7 +349,7 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, /** Get Payment amount. @return Amount being paid */ - public BigDecimal getPayAmt () + public BigDecimal getPayAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PayAmt); if (bd == null) @@ -382,9 +374,8 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, /** Direct Deposit = T */ public static final String PAYMENTRULE_DirectDeposit = "T"; /** Set Payment Rule. - @param PaymentRule - How you pay the invoice - */ + @param PaymentRule How you pay the invoice + */ public void setPaymentRule (String PaymentRule) { @@ -394,15 +385,14 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, /** Get Payment Rule. @return How you pay the invoice */ - public String getPaymentRule () + public String getPaymentRule() { return (String)get_Value(COLUMNNAME_PaymentRule); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -411,7 +401,7 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -424,9 +414,8 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (int Qty) { set_Value (COLUMNNAME_Qty, Integer.valueOf(Qty)); @@ -435,7 +424,7 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, /** Get Quantity. @return Quantity */ - public int getQty () + public int getQty() { Integer ii = (Integer)get_Value(COLUMNNAME_Qty); if (ii == null) @@ -444,9 +433,8 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, } /** Set Write-off Amount. - @param WriteOffAmt - Amount to write-off - */ + @param WriteOffAmt Amount to write-off + */ public void setWriteOffAmt (BigDecimal WriteOffAmt) { set_Value (COLUMNNAME_WriteOffAmt, WriteOffAmt); @@ -455,7 +443,7 @@ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, /** Get Write-off Amount. @return Amount to write-off */ - public BigDecimal getWriteOffAmt () + public BigDecimal getWriteOffAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_WriteOffAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionLine.java b/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionLine.java index d434389325..4f60413e50 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_PaySelectionLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_PaySelectionLine") public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_PaySelectionLine (Properties ctx, int C_PaySelectionLine_ID, String trxName) @@ -96,21 +96,20 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -125,21 +124,20 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ } /** Set Pay Selection Check. - @param C_PaySelectionCheck_ID - Payment Selection Check - */ + @param C_PaySelectionCheck_ID Payment Selection Check + */ public void setC_PaySelectionCheck_ID (int C_PaySelectionCheck_ID) { - if (C_PaySelectionCheck_ID < 1) + if (C_PaySelectionCheck_ID < 1) set_Value (COLUMNNAME_C_PaySelectionCheck_ID, null); - else + else set_Value (COLUMNNAME_C_PaySelectionCheck_ID, Integer.valueOf(C_PaySelectionCheck_ID)); } /** Get Pay Selection Check. @return Payment Selection Check */ - public int getC_PaySelectionCheck_ID () + public int getC_PaySelectionCheck_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaySelectionCheck_ID); if (ii == null) @@ -154,21 +152,20 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ } /** Set Payment Selection. - @param C_PaySelection_ID - Payment Selection - */ + @param C_PaySelection_ID Payment Selection + */ public void setC_PaySelection_ID (int C_PaySelection_ID) { - if (C_PaySelection_ID < 1) + if (C_PaySelection_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaySelection_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaySelection_ID, Integer.valueOf(C_PaySelection_ID)); } /** Get Payment Selection. @return Payment Selection */ - public int getC_PaySelection_ID () + public int getC_PaySelection_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaySelection_ID); if (ii == null) @@ -177,21 +174,20 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ } /** Set Payment Selection Line. - @param C_PaySelectionLine_ID - Payment Selection Line - */ + @param C_PaySelectionLine_ID Payment Selection Line + */ public void setC_PaySelectionLine_ID (int C_PaySelectionLine_ID) { - if (C_PaySelectionLine_ID < 1) + if (C_PaySelectionLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaySelectionLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaySelectionLine_ID, Integer.valueOf(C_PaySelectionLine_ID)); } /** Get Payment Selection Line. @return Payment Selection Line */ - public int getC_PaySelectionLine_ID () + public int getC_PaySelectionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaySelectionLine_ID); if (ii == null) @@ -208,7 +204,8 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ } /** Set C_PaySelectionLine_UU. - @param C_PaySelectionLine_UU C_PaySelectionLine_UU */ + @param C_PaySelectionLine_UU C_PaySelectionLine_UU + */ public void setC_PaySelectionLine_UU (String C_PaySelectionLine_UU) { set_Value (COLUMNNAME_C_PaySelectionLine_UU, C_PaySelectionLine_UU); @@ -216,15 +213,14 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** Get C_PaySelectionLine_UU. @return C_PaySelectionLine_UU */ - public String getC_PaySelectionLine_UU () + public String getC_PaySelectionLine_UU() { return (String)get_Value(COLUMNNAME_C_PaySelectionLine_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -233,15 +229,14 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Difference. - @param DifferenceAmt - Difference Amount - */ + @param DifferenceAmt Difference Amount + */ public void setDifferenceAmt (BigDecimal DifferenceAmt) { set_ValueNoCheck (COLUMNNAME_DifferenceAmt, DifferenceAmt); @@ -250,7 +245,7 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** Get Difference. @return Difference Amount */ - public BigDecimal getDifferenceAmt () + public BigDecimal getDifferenceAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DifferenceAmt); if (bd == null) @@ -259,9 +254,8 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ } /** Set Discount Amount. - @param DiscountAmt - Calculated amount of discount - */ + @param DiscountAmt Calculated amount of discount + */ public void setDiscountAmt (BigDecimal DiscountAmt) { set_ValueNoCheck (COLUMNNAME_DiscountAmt, DiscountAmt); @@ -270,7 +264,7 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** Get Discount Amount. @return Calculated amount of discount */ - public BigDecimal getDiscountAmt () + public BigDecimal getDiscountAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DiscountAmt); if (bd == null) @@ -279,9 +273,8 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ } /** Set Manual. - @param IsManual - This is a manual process - */ + @param IsManual This is a manual process + */ public void setIsManual (boolean IsManual) { set_Value (COLUMNNAME_IsManual, Boolean.valueOf(IsManual)); @@ -290,7 +283,7 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** Get Manual. @return This is a manual process */ - public boolean isManual () + public boolean isManual() { Object oo = get_Value(COLUMNNAME_IsManual); if (oo != null) @@ -303,9 +296,8 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -314,7 +306,7 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -327,9 +319,8 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -338,7 +329,7 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -347,9 +338,8 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ } /** Set Open Amount. - @param OpenAmt - Open item amount - */ + @param OpenAmt Open item amount + */ public void setOpenAmt (BigDecimal OpenAmt) { set_ValueNoCheck (COLUMNNAME_OpenAmt, OpenAmt); @@ -358,7 +348,7 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** Get Open Amount. @return Open item amount */ - public BigDecimal getOpenAmt () + public BigDecimal getOpenAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OpenAmt); if (bd == null) @@ -367,9 +357,8 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ } /** Set Payment amount. - @param PayAmt - Amount being paid - */ + @param PayAmt Amount being paid + */ public void setPayAmt (BigDecimal PayAmt) { set_Value (COLUMNNAME_PayAmt, PayAmt); @@ -378,7 +367,7 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** Get Payment amount. @return Amount being paid */ - public BigDecimal getPayAmt () + public BigDecimal getPayAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PayAmt); if (bd == null) @@ -403,9 +392,8 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** Direct Deposit = T */ public static final String PAYMENTRULE_DirectDeposit = "T"; /** Set Payment Rule. - @param PaymentRule - How you pay the invoice - */ + @param PaymentRule How you pay the invoice + */ public void setPaymentRule (String PaymentRule) { @@ -415,15 +403,14 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** Get Payment Rule. @return How you pay the invoice */ - public String getPaymentRule () + public String getPaymentRule() { return (String)get_Value(COLUMNNAME_PaymentRule); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -432,7 +419,7 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -445,9 +432,8 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ } /** Set Write-off Amount. - @param WriteOffAmt - Amount to write-off - */ + @param WriteOffAmt Amount to write-off + */ public void setWriteOffAmt (BigDecimal WriteOffAmt) { set_ValueNoCheck (COLUMNNAME_WriteOffAmt, WriteOffAmt); @@ -456,7 +442,7 @@ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_ /** Get Write-off Amount. @return Amount to write-off */ - public BigDecimal getWriteOffAmt () + public BigDecimal getWriteOffAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_WriteOffAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Payment.java b/org.adempiere.base/src/org/compiere/model/X_C_Payment.java index 9d199e8d0e..cc2b1c628a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Payment.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Payment.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Payment * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Payment") public class X_C_Payment extends PO implements I_C_Payment, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Payment (Properties ctx, int C_Payment_ID, String trxName) @@ -111,9 +111,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Account No. - @param AccountNo - Account Number - */ + @param AccountNo Account Number + */ public void setAccountNo (String AccountNo) { set_Value (COLUMNNAME_AccountNo, AccountNo); @@ -122,15 +121,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Account No. @return Account Number */ - public String getAccountNo () + public String getAccountNo() { return (String)get_Value(COLUMNNAME_AccountNo); } /** Set Account City. - @param A_City - City or the Credit Card or Account Holder - */ + @param A_City City or the Credit Card or Account Holder + */ public void setA_City (String A_City) { set_Value (COLUMNNAME_A_City, A_City); @@ -139,15 +137,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Account City. @return City or the Credit Card or Account Holder */ - public String getA_City () + public String getA_City() { return (String)get_Value(COLUMNNAME_A_City); } /** Set Account Country. - @param A_Country - Country - */ + @param A_Country Country + */ public void setA_Country (String A_Country) { set_Value (COLUMNNAME_A_Country, A_Country); @@ -156,27 +153,26 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Account Country. @return Country */ - public String getA_Country () + public String getA_Country() { return (String)get_Value(COLUMNNAME_A_Country); } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -185,9 +181,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Account EMail. - @param A_EMail - Email Address - */ + @param A_EMail Email Address + */ public void setA_EMail (String A_EMail) { set_Value (COLUMNNAME_A_EMail, A_EMail); @@ -196,15 +191,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Account EMail. @return Email Address */ - public String getA_EMail () + public String getA_EMail() { return (String)get_Value(COLUMNNAME_A_EMail); } /** Set Driver License. - @param A_Ident_DL - Payment Identification - Driver License - */ + @param A_Ident_DL Payment Identification - Driver License + */ public void setA_Ident_DL (String A_Ident_DL) { set_Value (COLUMNNAME_A_Ident_DL, A_Ident_DL); @@ -213,15 +207,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Driver License. @return Payment Identification - Driver License */ - public String getA_Ident_DL () + public String getA_Ident_DL() { return (String)get_Value(COLUMNNAME_A_Ident_DL); } /** Set Social Security No. - @param A_Ident_SSN - Payment Identification - Social Security No - */ + @param A_Ident_SSN Payment Identification - Social Security No + */ public void setA_Ident_SSN (String A_Ident_SSN) { set_Value (COLUMNNAME_A_Ident_SSN, A_Ident_SSN); @@ -230,15 +223,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Social Security No. @return Payment Identification - Social Security No */ - public String getA_Ident_SSN () + public String getA_Ident_SSN() { return (String)get_Value(COLUMNNAME_A_Ident_SSN); } /** Set Account Name. - @param A_Name - Name on Credit Card or Account holder - */ + @param A_Name Name on Credit Card or Account holder + */ public void setA_Name (String A_Name) { set_Value (COLUMNNAME_A_Name, A_Name); @@ -247,15 +239,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Account Name. @return Name on Credit Card or Account holder */ - public String getA_Name () + public String getA_Name() { return (String)get_Value(COLUMNNAME_A_Name); } /** Set Account State. - @param A_State - State of the Credit Card or Account holder - */ + @param A_State State of the Credit Card or Account holder + */ public void setA_State (String A_State) { set_Value (COLUMNNAME_A_State, A_State); @@ -264,15 +255,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Account State. @return State of the Credit Card or Account holder */ - public String getA_State () + public String getA_State() { return (String)get_Value(COLUMNNAME_A_State); } /** Set Account Street. - @param A_Street - Street address of the Credit Card or Account holder - */ + @param A_Street Street address of the Credit Card or Account holder + */ public void setA_Street (String A_Street) { set_Value (COLUMNNAME_A_Street, A_Street); @@ -281,15 +271,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Account Street. @return Street address of the Credit Card or Account holder */ - public String getA_Street () + public String getA_Street() { return (String)get_Value(COLUMNNAME_A_Street); } /** Set Account Zip/Postal. - @param A_Zip - Zip Code of the Credit Card or Account Holder - */ + @param A_Zip Zip Code of the Credit Card or Account Holder + */ public void setA_Zip (String A_Zip) { set_Value (COLUMNNAME_A_Zip, A_Zip); @@ -298,7 +287,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Account Zip/Postal. @return Zip Code of the Credit Card or Account Holder */ - public String getA_Zip () + public String getA_Zip() { return (String)get_Value(COLUMNNAME_A_Zip); } @@ -310,21 +299,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -339,21 +327,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -367,22 +354,21 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -397,21 +383,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Partner Bank Account. - @param C_BP_BankAccount_ID - Bank Account of the Business Partner - */ + @param C_BP_BankAccount_ID Bank Account of the Business Partner + */ public void setC_BP_BankAccount_ID (int C_BP_BankAccount_ID) { - if (C_BP_BankAccount_ID < 1) + if (C_BP_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BP_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_C_BP_BankAccount_ID, Integer.valueOf(C_BP_BankAccount_ID)); } /** Get Partner Bank Account. @return Bank Account of the Business Partner */ - public int getC_BP_BankAccount_ID () + public int getC_BP_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_BankAccount_ID); if (ii == null) @@ -426,21 +411,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -455,21 +439,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Cash Book. - @param C_CashBook_ID - Cash Book for recording petty cash transactions - */ + @param C_CashBook_ID Cash Book for recording petty cash transactions + */ public void setC_CashBook_ID (int C_CashBook_ID) { - if (C_CashBook_ID < 1) + if (C_CashBook_ID < 1) set_Value (COLUMNNAME_C_CashBook_ID, null); - else + else set_Value (COLUMNNAME_C_CashBook_ID, Integer.valueOf(C_CashBook_ID)); } /** Get Cash Book. @return Cash Book for recording petty cash transactions */ - public int getC_CashBook_ID () + public int getC_CashBook_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashBook_ID); if (ii == null) @@ -484,21 +467,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -513,21 +495,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_Value (COLUMNNAME_C_ConversionType_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -542,21 +523,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -571,18 +551,19 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Deposit Batch. - @param C_DepositBatch_ID Deposit Batch */ + @param C_DepositBatch_ID Deposit Batch + */ public void setC_DepositBatch_ID (int C_DepositBatch_ID) { - if (C_DepositBatch_ID < 1) + if (C_DepositBatch_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DepositBatch_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DepositBatch_ID, Integer.valueOf(C_DepositBatch_ID)); } /** Get Deposit Batch. @return Deposit Batch */ - public int getC_DepositBatch_ID () + public int getC_DepositBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DepositBatch_ID); if (ii == null) @@ -597,21 +578,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -620,9 +600,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Charge amount. - @param ChargeAmt - Charge Amount - */ + @param ChargeAmt Charge Amount + */ public void setChargeAmt (BigDecimal ChargeAmt) { set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); @@ -631,7 +610,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Charge amount. @return Charge Amount */ - public BigDecimal getChargeAmt () + public BigDecimal getChargeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); if (bd == null) @@ -640,9 +619,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Check No. - @param CheckNo - Check Number - */ + @param CheckNo Check Number + */ public void setCheckNo (String CheckNo) { set_Value (COLUMNNAME_CheckNo, CheckNo); @@ -651,7 +629,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Check No. @return Check Number */ - public String getCheckNo () + public String getCheckNo() { return (String)get_Value(COLUMNNAME_CheckNo); } @@ -663,21 +641,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -686,9 +663,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Converted Amount. - @param ConvertedAmt - Converted Amount - */ + @param ConvertedAmt Converted Amount + */ public void setConvertedAmt (BigDecimal ConvertedAmt) { set_Value (COLUMNNAME_ConvertedAmt, ConvertedAmt); @@ -697,7 +673,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Converted Amount. @return Converted Amount */ - public BigDecimal getConvertedAmt () + public BigDecimal getConvertedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConvertedAmt); if (bd == null) @@ -712,21 +688,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_Value (COLUMNNAME_C_Order_ID, null); - else + else set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -741,21 +716,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Payment Batch. - @param C_PaymentBatch_ID - Payment batch for EFT - */ + @param C_PaymentBatch_ID Payment batch for EFT + */ public void setC_PaymentBatch_ID (int C_PaymentBatch_ID) { - if (C_PaymentBatch_ID < 1) + if (C_PaymentBatch_ID < 1) set_Value (COLUMNNAME_C_PaymentBatch_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentBatch_ID, Integer.valueOf(C_PaymentBatch_ID)); } /** Get Payment Batch. @return Payment batch for EFT */ - public int getC_PaymentBatch_ID () + public int getC_PaymentBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentBatch_ID); if (ii == null) @@ -764,21 +738,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Payment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -793,21 +766,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Payment Processor. - @param C_PaymentProcessor_ID - Payment processor for electronic payments - */ + @param C_PaymentProcessor_ID Payment processor for electronic payments + */ public void setC_PaymentProcessor_ID (int C_PaymentProcessor_ID) { - if (C_PaymentProcessor_ID < 1) + if (C_PaymentProcessor_ID < 1) set_Value (COLUMNNAME_C_PaymentProcessor_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentProcessor_ID, Integer.valueOf(C_PaymentProcessor_ID)); } /** Get Payment Processor. @return Payment processor for electronic payments */ - public int getC_PaymentProcessor_ID () + public int getC_PaymentProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentProcessor_ID); if (ii == null) @@ -816,7 +788,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set C_Payment_UU. - @param C_Payment_UU C_Payment_UU */ + @param C_Payment_UU C_Payment_UU + */ public void setC_Payment_UU (String C_Payment_UU) { set_Value (COLUMNNAME_C_Payment_UU, C_Payment_UU); @@ -824,7 +797,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get C_Payment_UU. @return C_Payment_UU */ - public String getC_Payment_UU () + public String getC_Payment_UU() { return (String)get_Value(COLUMNNAME_C_Payment_UU); } @@ -836,18 +809,19 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set POS Tender Type. - @param C_POSTenderType_ID POS Tender Type */ + @param C_POSTenderType_ID POS Tender Type + */ public void setC_POSTenderType_ID (int C_POSTenderType_ID) { - if (C_POSTenderType_ID < 1) + if (C_POSTenderType_ID < 1) set_Value (COLUMNNAME_C_POSTenderType_ID, null); - else + else set_Value (COLUMNNAME_C_POSTenderType_ID, Integer.valueOf(C_POSTenderType_ID)); } /** Get POS Tender Type. @return POS Tender Type */ - public int getC_POSTenderType_ID () + public int getC_POSTenderType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_POSTenderType_ID); if (ii == null) @@ -862,21 +836,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -885,9 +858,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Exp. Month. - @param CreditCardExpMM - Expiry Month - */ + @param CreditCardExpMM Expiry Month + */ public void setCreditCardExpMM (int CreditCardExpMM) { set_Value (COLUMNNAME_CreditCardExpMM, Integer.valueOf(CreditCardExpMM)); @@ -896,7 +868,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Exp. Month. @return Expiry Month */ - public int getCreditCardExpMM () + public int getCreditCardExpMM() { Integer ii = (Integer)get_Value(COLUMNNAME_CreditCardExpMM); if (ii == null) @@ -905,9 +877,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Exp. Year. - @param CreditCardExpYY - Expiry Year - */ + @param CreditCardExpYY Expiry Year + */ public void setCreditCardExpYY (int CreditCardExpYY) { set_Value (COLUMNNAME_CreditCardExpYY, Integer.valueOf(CreditCardExpYY)); @@ -916,7 +887,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Exp. Year. @return Expiry Year */ - public int getCreditCardExpYY () + public int getCreditCardExpYY() { Integer ii = (Integer)get_Value(COLUMNNAME_CreditCardExpYY); if (ii == null) @@ -925,9 +896,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Number. - @param CreditCardNumber - Credit Card Number - */ + @param CreditCardNumber Credit Card Number + */ public void setCreditCardNumber (String CreditCardNumber) { set_Value (COLUMNNAME_CreditCardNumber, CreditCardNumber); @@ -936,7 +906,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Number. @return Credit Card Number */ - public String getCreditCardNumber () + public String getCreditCardNumber() { return (String)get_Value(COLUMNNAME_CreditCardNumber); } @@ -958,9 +928,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Visa = V */ public static final String CREDITCARDTYPE_Visa = "V"; /** Set Credit Card. - @param CreditCardType - Credit Card (Visa, MC, AmEx) - */ + @param CreditCardType Credit Card (Visa, MC, AmEx) + */ public void setCreditCardType (String CreditCardType) { @@ -970,15 +939,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Credit Card. @return Credit Card (Visa, MC, AmEx) */ - public String getCreditCardType () + public String getCreditCardType() { return (String)get_Value(COLUMNNAME_CreditCardType); } /** Set Verification Code. - @param CreditCardVV - Credit Card Verification code on credit card - */ + @param CreditCardVV Credit Card Verification code on credit card + */ public void setCreditCardVV (String CreditCardVV) { set_Value (COLUMNNAME_CreditCardVV, CreditCardVV); @@ -987,15 +955,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Verification Code. @return Credit Card Verification code on credit card */ - public String getCreditCardVV () + public String getCreditCardVV() { return (String)get_Value(COLUMNNAME_CreditCardVV); } /** Set Rate. - @param CurrencyRate - Currency Conversion Rate - */ + @param CurrencyRate Currency Conversion Rate + */ public void setCurrencyRate (BigDecimal CurrencyRate) { set_Value (COLUMNNAME_CurrencyRate, CurrencyRate); @@ -1004,7 +971,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Rate. @return Currency Conversion Rate */ - public BigDecimal getCurrencyRate () + public BigDecimal getCurrencyRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrencyRate); if (bd == null) @@ -1013,7 +980,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Customer Address ID. - @param CustomerAddressID Customer Address ID */ + @param CustomerAddressID Customer Address ID + */ public void setCustomerAddressID (String CustomerAddressID) { set_Value (COLUMNNAME_CustomerAddressID, CustomerAddressID); @@ -1021,13 +989,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Customer Address ID. @return Customer Address ID */ - public String getCustomerAddressID () + public String getCustomerAddressID() { return (String)get_Value(COLUMNNAME_CustomerAddressID); } /** Set Customer Payment Profile ID. - @param CustomerPaymentProfileID Customer Payment Profile ID */ + @param CustomerPaymentProfileID Customer Payment Profile ID + */ public void setCustomerPaymentProfileID (String CustomerPaymentProfileID) { set_Value (COLUMNNAME_CustomerPaymentProfileID, CustomerPaymentProfileID); @@ -1035,13 +1004,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Customer Payment Profile ID. @return Customer Payment Profile ID */ - public String getCustomerPaymentProfileID () + public String getCustomerPaymentProfileID() { return (String)get_Value(COLUMNNAME_CustomerPaymentProfileID); } /** Set Customer Profile ID. - @param CustomerProfileID Customer Profile ID */ + @param CustomerProfileID Customer Profile ID + */ public void setCustomerProfileID (String CustomerProfileID) { set_Value (COLUMNNAME_CustomerProfileID, CustomerProfileID); @@ -1049,15 +1019,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Customer Profile ID. @return Customer Profile ID */ - public String getCustomerProfileID () + public String getCustomerProfileID() { return (String)get_Value(COLUMNNAME_CustomerProfileID); } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -1066,15 +1035,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Transaction Date. - @param DateTrx - Transaction Date - */ + @param DateTrx Transaction Date + */ public void setDateTrx (Timestamp DateTrx) { set_Value (COLUMNNAME_DateTrx, DateTrx); @@ -1083,15 +1051,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Transaction Date. @return Transaction Date */ - public Timestamp getDateTrx () + public Timestamp getDateTrx() { return (Timestamp)get_Value(COLUMNNAME_DateTrx); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -1100,15 +1067,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Discount Amount. - @param DiscountAmt - Calculated amount of discount - */ + @param DiscountAmt Calculated amount of discount + */ public void setDiscountAmt (BigDecimal DiscountAmt) { set_Value (COLUMNNAME_DiscountAmt, DiscountAmt); @@ -1117,7 +1083,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Discount Amount. @return Calculated amount of discount */ - public BigDecimal getDiscountAmt () + public BigDecimal getDiscountAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DiscountAmt); if (bd == null) @@ -1127,7 +1093,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -1156,9 +1122,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -1168,7 +1133,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -1200,9 +1165,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -1212,15 +1176,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -1229,7 +1192,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -1243,9 +1206,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set IBAN. - @param IBAN - International Bank Account Number - */ + @param IBAN International Bank Account Number + */ public void setIBAN (String IBAN) { set_Value (COLUMNNAME_IBAN, IBAN); @@ -1254,15 +1216,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get IBAN. @return International Bank Account Number */ - public String getIBAN () + public String getIBAN() { return (String)get_Value(COLUMNNAME_IBAN); } /** Set Allocated. - @param IsAllocated - Indicates if the payment has been allocated - */ + @param IsAllocated Indicates if the payment has been allocated + */ public void setIsAllocated (boolean IsAllocated) { set_Value (COLUMNNAME_IsAllocated, Boolean.valueOf(IsAllocated)); @@ -1271,7 +1232,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Allocated. @return Indicates if the payment has been allocated */ - public boolean isAllocated () + public boolean isAllocated() { Object oo = get_Value(COLUMNNAME_IsAllocated); if (oo != null) @@ -1284,9 +1245,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_ValueNoCheck (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -1295,7 +1255,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -1308,9 +1268,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Delayed Capture. - @param IsDelayedCapture - Charge after Shipment - */ + @param IsDelayedCapture Charge after Shipment + */ public void setIsDelayedCapture (boolean IsDelayedCapture) { set_Value (COLUMNNAME_IsDelayedCapture, Boolean.valueOf(IsDelayedCapture)); @@ -1319,7 +1278,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Delayed Capture. @return Charge after Shipment */ - public boolean isDelayedCapture () + public boolean isDelayedCapture() { Object oo = get_Value(COLUMNNAME_IsDelayedCapture); if (oo != null) @@ -1332,9 +1291,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Online Access. - @param IsOnline - Can be accessed online - */ + @param IsOnline Can be accessed online + */ public void setIsOnline (boolean IsOnline) { set_Value (COLUMNNAME_IsOnline, Boolean.valueOf(IsOnline)); @@ -1343,7 +1301,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Online Access. @return Can be accessed online */ - public boolean isOnline () + public boolean isOnline() { Object oo = get_Value(COLUMNNAME_IsOnline); if (oo != null) @@ -1356,9 +1314,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Override Currency Conversion Rate. - @param IsOverrideCurrencyRate - Override Currency Conversion Rate - */ + @param IsOverrideCurrencyRate Override Currency Conversion Rate + */ public void setIsOverrideCurrencyRate (boolean IsOverrideCurrencyRate) { set_Value (COLUMNNAME_IsOverrideCurrencyRate, Boolean.valueOf(IsOverrideCurrencyRate)); @@ -1367,7 +1324,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Override Currency Conversion Rate. @return Override Currency Conversion Rate */ - public boolean isOverrideCurrencyRate () + public boolean isOverrideCurrencyRate() { Object oo = get_Value(COLUMNNAME_IsOverrideCurrencyRate); if (oo != null) @@ -1380,9 +1337,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Over/Under Payment. - @param IsOverUnderPayment - Over-Payment (unallocated) or Under-Payment (partial payment) - */ + @param IsOverUnderPayment Over-Payment (unallocated) or Under-Payment (partial payment) + */ public void setIsOverUnderPayment (boolean IsOverUnderPayment) { set_Value (COLUMNNAME_IsOverUnderPayment, Boolean.valueOf(IsOverUnderPayment)); @@ -1391,7 +1347,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Over/Under Payment. @return Over-Payment (unallocated) or Under-Payment (partial payment) */ - public boolean isOverUnderPayment () + public boolean isOverUnderPayment() { Object oo = get_Value(COLUMNNAME_IsOverUnderPayment); if (oo != null) @@ -1404,9 +1360,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Prepayment. - @param IsPrepayment - The Payment/Receipt is a Prepayment - */ + @param IsPrepayment The Payment/Receipt is a Prepayment + */ public void setIsPrepayment (boolean IsPrepayment) { set_Value (COLUMNNAME_IsPrepayment, Boolean.valueOf(IsPrepayment)); @@ -1415,7 +1370,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Prepayment. @return The Payment/Receipt is a Prepayment */ - public boolean isPrepayment () + public boolean isPrepayment() { Object oo = get_Value(COLUMNNAME_IsPrepayment); if (oo != null) @@ -1428,9 +1383,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Receipt. - @param IsReceipt - This is a sales transaction (receipt) - */ + @param IsReceipt This is a sales transaction (receipt) + */ public void setIsReceipt (boolean IsReceipt) { set_Value (COLUMNNAME_IsReceipt, Boolean.valueOf(IsReceipt)); @@ -1439,7 +1393,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Receipt. @return This is a sales transaction (receipt) */ - public boolean isReceipt () + public boolean isReceipt() { Object oo = get_Value(COLUMNNAME_IsReceipt); if (oo != null) @@ -1452,9 +1406,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Reconciled. - @param IsReconciled - Payment is reconciled with bank statement - */ + @param IsReconciled Payment is reconciled with bank statement + */ public void setIsReconciled (boolean IsReconciled) { set_Value (COLUMNNAME_IsReconciled, Boolean.valueOf(IsReconciled)); @@ -1463,7 +1416,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Reconciled. @return Payment is reconciled with bank statement */ - public boolean isReconciled () + public boolean isReconciled() { Object oo = get_Value(COLUMNNAME_IsReconciled); if (oo != null) @@ -1476,9 +1429,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -1487,7 +1439,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -1500,7 +1452,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Voided. - @param IsVoided Voided */ + @param IsVoided Voided + */ public void setIsVoided (boolean IsVoided) { set_Value (COLUMNNAME_IsVoided, Boolean.valueOf(IsVoided)); @@ -1508,7 +1461,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Voided. @return Voided */ - public boolean isVoided () + public boolean isVoided() { Object oo = get_Value(COLUMNNAME_IsVoided); if (oo != null) @@ -1521,9 +1474,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Micr. - @param Micr - Combination of routing no, account and check no - */ + @param Micr Combination of routing no, account and check no + */ public void setMicr (String Micr) { set_Value (COLUMNNAME_Micr, Micr); @@ -1532,15 +1484,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Micr. @return Combination of routing no, account and check no */ - public String getMicr () + public String getMicr() { return (String)get_Value(COLUMNNAME_Micr); } /** Set Online Processing. - @param OProcessing - This payment can be processed online - */ + @param OProcessing This payment can be processed online + */ public void setOProcessing (String OProcessing) { set_Value (COLUMNNAME_OProcessing, OProcessing); @@ -1549,15 +1500,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Online Processing. @return This payment can be processed online */ - public String getOProcessing () + public String getOProcessing() { return (String)get_Value(COLUMNNAME_OProcessing); } /** Set Original Transaction ID. - @param Orig_TrxID - Original Transaction ID - */ + @param Orig_TrxID Original Transaction ID + */ public void setOrig_TrxID (String Orig_TrxID) { set_Value (COLUMNNAME_Orig_TrxID, Orig_TrxID); @@ -1566,15 +1516,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Original Transaction ID. @return Original Transaction ID */ - public String getOrig_TrxID () + public String getOrig_TrxID() { return (String)get_Value(COLUMNNAME_Orig_TrxID); } /** Set Over/Under Payment. - @param OverUnderAmt - Over-Payment (unallocated) or Under-Payment (partial payment) Amount - */ + @param OverUnderAmt Over-Payment (unallocated) or Under-Payment (partial payment) Amount + */ public void setOverUnderAmt (BigDecimal OverUnderAmt) { set_Value (COLUMNNAME_OverUnderAmt, OverUnderAmt); @@ -1583,7 +1532,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Over/Under Payment. @return Over-Payment (unallocated) or Under-Payment (partial payment) Amount */ - public BigDecimal getOverUnderAmt () + public BigDecimal getOverUnderAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OverUnderAmt); if (bd == null) @@ -1592,9 +1541,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Payment amount. - @param PayAmt - Amount being paid - */ + @param PayAmt Amount being paid + */ public void setPayAmt (BigDecimal PayAmt) { set_Value (COLUMNNAME_PayAmt, PayAmt); @@ -1603,7 +1551,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Payment amount. @return Amount being paid */ - public BigDecimal getPayAmt () + public BigDecimal getPayAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PayAmt); if (bd == null) @@ -1612,9 +1560,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set PO Number. - @param PONum - Purchase Order Number - */ + @param PONum Purchase Order Number + */ public void setPONum (String PONum) { set_Value (COLUMNNAME_PONum, PONum); @@ -1623,15 +1570,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get PO Number. @return Purchase Order Number */ - public String getPONum () + public String getPONum() { return (String)get_Value(COLUMNNAME_PONum); } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -1640,7 +1586,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -1653,9 +1599,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1664,7 +1609,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1677,9 +1622,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -1688,7 +1632,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -1697,7 +1641,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1705,7 +1650,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1718,9 +1663,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Authorization Code. - @param R_AuthCode - Authorization Code returned - */ + @param R_AuthCode Authorization Code returned + */ public void setR_AuthCode (String R_AuthCode) { set_ValueNoCheck (COLUMNNAME_R_AuthCode, R_AuthCode); @@ -1729,15 +1673,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Authorization Code. @return Authorization Code returned */ - public String getR_AuthCode () + public String getR_AuthCode() { return (String)get_Value(COLUMNNAME_R_AuthCode); } /** Set Authorization Code (DC). - @param R_AuthCode_DC - Authorization Code Delayed Capture returned - */ + @param R_AuthCode_DC Authorization Code Delayed Capture returned + */ public void setR_AuthCode_DC (String R_AuthCode_DC) { set_ValueNoCheck (COLUMNNAME_R_AuthCode_DC, R_AuthCode_DC); @@ -1746,7 +1689,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Authorization Code (DC). @return Authorization Code Delayed Capture returned */ - public String getR_AuthCode_DC () + public String getR_AuthCode_DC() { return (String)get_Value(COLUMNNAME_R_AuthCode_DC); } @@ -1760,9 +1703,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Match = Y */ public static final String R_AVSADDR_Match = "Y"; /** Set Address verified. - @param R_AvsAddr - This address has been verified - */ + @param R_AvsAddr This address has been verified + */ public void setR_AvsAddr (String R_AvsAddr) { @@ -1772,7 +1714,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Address verified. @return This address has been verified */ - public String getR_AvsAddr () + public String getR_AvsAddr() { return (String)get_Value(COLUMNNAME_R_AvsAddr); } @@ -1786,9 +1728,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Match = Y */ public static final String R_AVSZIP_Match = "Y"; /** Set Zip verified. - @param R_AvsZip - The Zip Code has been verified - */ + @param R_AvsZip The Zip Code has been verified + */ public void setR_AvsZip (String R_AvsZip) { @@ -1798,15 +1739,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Zip verified. @return The Zip Code has been verified */ - public String getR_AvsZip () + public String getR_AvsZip() { return (String)get_Value(COLUMNNAME_R_AvsZip); } /** Set CVV Match. - @param R_CVV2Match - Credit Card Verification Code Match - */ + @param R_CVV2Match Credit Card Verification Code Match + */ public void setR_CVV2Match (boolean R_CVV2Match) { set_ValueNoCheck (COLUMNNAME_R_CVV2Match, Boolean.valueOf(R_CVV2Match)); @@ -1815,7 +1755,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get CVV Match. @return Credit Card Verification Code Match */ - public boolean isR_CVV2Match () + public boolean isR_CVV2Match() { Object oo = get_Value(COLUMNNAME_R_CVV2Match); if (oo != null) @@ -1834,18 +1774,19 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Referenced Payment. - @param Ref_Payment_ID Referenced Payment */ + @param Ref_Payment_ID Referenced Payment + */ public void setRef_Payment_ID (int Ref_Payment_ID) { - if (Ref_Payment_ID < 1) + if (Ref_Payment_ID < 1) set_ValueNoCheck (COLUMNNAME_Ref_Payment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Ref_Payment_ID, Integer.valueOf(Ref_Payment_ID)); } /** Get Referenced Payment. @return Referenced Payment */ - public int getRef_Payment_ID () + public int getRef_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Ref_Payment_ID); if (ii == null) @@ -1860,21 +1801,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_Value (COLUMNNAME_Reversal_ID, null); - else + else set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) @@ -1883,9 +1823,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Info. - @param R_Info - Response info - */ + @param R_Info Response info + */ public void setR_Info (String R_Info) { set_ValueNoCheck (COLUMNNAME_R_Info, R_Info); @@ -1894,15 +1833,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Info. @return Response info */ - public String getR_Info () + public String getR_Info() { return (String)get_Value(COLUMNNAME_R_Info); } /** Set Routing No. - @param RoutingNo - Bank Routing Number - */ + @param RoutingNo Bank Routing Number + */ public void setRoutingNo (String RoutingNo) { set_Value (COLUMNNAME_RoutingNo, RoutingNo); @@ -1911,15 +1849,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Routing No. @return Bank Routing Number */ - public String getRoutingNo () + public String getRoutingNo() { return (String)get_Value(COLUMNNAME_RoutingNo); } /** Set Reference. - @param R_PnRef - Payment reference - */ + @param R_PnRef Payment reference + */ public void setR_PnRef (String R_PnRef) { set_ValueNoCheck (COLUMNNAME_R_PnRef, R_PnRef); @@ -1928,15 +1865,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Reference. @return Payment reference */ - public String getR_PnRef () + public String getR_PnRef() { return (String)get_Value(COLUMNNAME_R_PnRef); } /** Set Reference (DC). - @param R_PnRef_DC - Payment Reference Delayed Capture - */ + @param R_PnRef_DC Payment Reference Delayed Capture + */ public void setR_PnRef_DC (String R_PnRef_DC) { set_ValueNoCheck (COLUMNNAME_R_PnRef_DC, R_PnRef_DC); @@ -1945,15 +1881,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Reference (DC). @return Payment Reference Delayed Capture */ - public String getR_PnRef_DC () + public String getR_PnRef_DC() { return (String)get_Value(COLUMNNAME_R_PnRef_DC); } /** Set Response Message. - @param R_RespMsg - Response message - */ + @param R_RespMsg Response message + */ public void setR_RespMsg (String R_RespMsg) { set_ValueNoCheck (COLUMNNAME_R_RespMsg, R_RespMsg); @@ -1962,15 +1897,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Response Message. @return Response message */ - public String getR_RespMsg () + public String getR_RespMsg() { return (String)get_Value(COLUMNNAME_R_RespMsg); } /** Set Result. - @param R_Result - Result of transmission - */ + @param R_Result Result of transmission + */ public void setR_Result (String R_Result) { set_ValueNoCheck (COLUMNNAME_R_Result, R_Result); @@ -1979,13 +1913,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Result. @return Result of transmission */ - public String getR_Result () + public String getR_Result() { return (String)get_Value(COLUMNNAME_R_Result); } /** Set Void Message. - @param R_VoidMsg Void Message */ + @param R_VoidMsg Void Message + */ public void setR_VoidMsg (String R_VoidMsg) { set_Value (COLUMNNAME_R_VoidMsg, R_VoidMsg); @@ -1993,15 +1928,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Void Message. @return Void Message */ - public String getR_VoidMsg () + public String getR_VoidMsg() { return (String)get_Value(COLUMNNAME_R_VoidMsg); } /** Set Swift code. - @param SwiftCode - Swift Code or BIC - */ + @param SwiftCode Swift Code or BIC + */ public void setSwiftCode (String SwiftCode) { set_Value (COLUMNNAME_SwiftCode, SwiftCode); @@ -2010,15 +1944,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Swift code. @return Swift Code or BIC */ - public String getSwiftCode () + public String getSwiftCode() { return (String)get_Value(COLUMNNAME_SwiftCode); } /** Set Swipe. - @param Swipe - Track 1 and 2 of the Credit Card - */ + @param Swipe Track 1 and 2 of the Credit Card + */ public void setSwipe (String Swipe) { set_ValueNoCheck (COLUMNNAME_Swipe, Swipe); @@ -2027,15 +1960,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Swipe. @return Track 1 and 2 of the Credit Card */ - public String getSwipe () + public String getSwipe() { return (String)get_Value(COLUMNNAME_Swipe); } /** Set Tax Amount. - @param TaxAmt - Tax Amount for a document - */ + @param TaxAmt Tax Amount for a document + */ public void setTaxAmt (BigDecimal TaxAmt) { set_Value (COLUMNNAME_TaxAmt, TaxAmt); @@ -2044,7 +1976,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Tax Amount. @return Tax Amount for a document */ - public BigDecimal getTaxAmt () + public BigDecimal getTaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxAmt); if (bd == null) @@ -2067,9 +1999,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Cash = X */ public static final String TENDERTYPE_Cash = "X"; /** Set Tender type. - @param TenderType - Method of Payment - */ + @param TenderType Method of Payment + */ public void setTenderType (String TenderType) { @@ -2079,7 +2010,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Tender type. @return Method of Payment */ - public String getTenderType () + public String getTenderType() { return (String)get_Value(COLUMNNAME_TenderType); } @@ -2099,9 +2030,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Void = V */ public static final String TRXTYPE_Void = "V"; /** Set Transaction Type. - @param TrxType - Type of credit card transaction - */ + @param TrxType Type of credit card transaction + */ public void setTrxType (String TrxType) { @@ -2111,7 +2041,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Transaction Type. @return Type of credit card transaction */ - public String getTrxType () + public String getTrxType() { return (String)get_Value(COLUMNNAME_TrxType); } @@ -2123,21 +2053,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -2152,21 +2081,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) @@ -2175,9 +2103,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent } /** Set Voice authorization code. - @param VoiceAuthCode - Voice Authorization Code from credit card company - */ + @param VoiceAuthCode Voice Authorization Code from credit card company + */ public void setVoiceAuthCode (String VoiceAuthCode) { set_Value (COLUMNNAME_VoiceAuthCode, VoiceAuthCode); @@ -2186,15 +2113,14 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Voice authorization code. @return Voice Authorization Code from credit card company */ - public String getVoiceAuthCode () + public String getVoiceAuthCode() { return (String)get_Value(COLUMNNAME_VoiceAuthCode); } /** Set Write-off Amount. - @param WriteOffAmt - Amount to write-off - */ + @param WriteOffAmt Amount to write-off + */ public void setWriteOffAmt (BigDecimal WriteOffAmt) { set_Value (COLUMNNAME_WriteOffAmt, WriteOffAmt); @@ -2203,7 +2129,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent /** Get Write-off Amount. @return Amount to write-off */ - public BigDecimal getWriteOffAmt () + public BigDecimal getWriteOffAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_WriteOffAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaymentAllocate.java b/org.adempiere.base/src/org/compiere/model/X_C_PaymentAllocate.java index 0ee2121224..5f79de4154 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaymentAllocate.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaymentAllocate.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_PaymentAllocate * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_PaymentAllocate") public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_PaymentAllocate (Properties ctx, int C_PaymentAllocate_ID, String trxName) @@ -80,9 +80,8 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe } /** Set Amount. - @param Amount - Amount in a defined currency - */ + @param Amount Amount in a defined currency + */ public void setAmount (BigDecimal Amount) { set_Value (COLUMNNAME_Amount, Amount); @@ -91,7 +90,7 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe /** Get Amount. @return Amount in a defined currency */ - public BigDecimal getAmount () + public BigDecimal getAmount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amount); if (bd == null) @@ -106,21 +105,20 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe } /** Set Allocation Line. - @param C_AllocationLine_ID - Allocation Line - */ + @param C_AllocationLine_ID Allocation Line + */ public void setC_AllocationLine_ID (int C_AllocationLine_ID) { - if (C_AllocationLine_ID < 1) + if (C_AllocationLine_ID < 1) set_Value (COLUMNNAME_C_AllocationLine_ID, null); - else + else set_Value (COLUMNNAME_C_AllocationLine_ID, Integer.valueOf(C_AllocationLine_ID)); } /** Get Allocation Line. @return Allocation Line */ - public int getC_AllocationLine_ID () + public int getC_AllocationLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AllocationLine_ID); if (ii == null) @@ -135,21 +133,20 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -166,21 +163,20 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe } /** Set Allocate Payment. - @param C_PaymentAllocate_ID - Allocate Payment to Invoices - */ + @param C_PaymentAllocate_ID Allocate Payment to Invoices + */ public void setC_PaymentAllocate_ID (int C_PaymentAllocate_ID) { - if (C_PaymentAllocate_ID < 1) + if (C_PaymentAllocate_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaymentAllocate_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaymentAllocate_ID, Integer.valueOf(C_PaymentAllocate_ID)); } /** Get Allocate Payment. @return Allocate Payment to Invoices */ - public int getC_PaymentAllocate_ID () + public int getC_PaymentAllocate_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentAllocate_ID); if (ii == null) @@ -189,7 +185,8 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe } /** Set C_PaymentAllocate_UU. - @param C_PaymentAllocate_UU C_PaymentAllocate_UU */ + @param C_PaymentAllocate_UU C_PaymentAllocate_UU + */ public void setC_PaymentAllocate_UU (String C_PaymentAllocate_UU) { set_Value (COLUMNNAME_C_PaymentAllocate_UU, C_PaymentAllocate_UU); @@ -197,7 +194,7 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe /** Get C_PaymentAllocate_UU. @return C_PaymentAllocate_UU */ - public String getC_PaymentAllocate_UU () + public String getC_PaymentAllocate_UU() { return (String)get_Value(COLUMNNAME_C_PaymentAllocate_UU); } @@ -209,21 +206,20 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -232,9 +228,8 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe } /** Set Discount Amount. - @param DiscountAmt - Calculated amount of discount - */ + @param DiscountAmt Calculated amount of discount + */ public void setDiscountAmt (BigDecimal DiscountAmt) { set_Value (COLUMNNAME_DiscountAmt, DiscountAmt); @@ -243,7 +238,7 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe /** Get Discount Amount. @return Calculated amount of discount */ - public BigDecimal getDiscountAmt () + public BigDecimal getDiscountAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DiscountAmt); if (bd == null) @@ -252,7 +247,8 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe } /** Set Invoice Amt. - @param InvoiceAmt Invoice Amt */ + @param InvoiceAmt Invoice Amt + */ public void setInvoiceAmt (BigDecimal InvoiceAmt) { set_Value (COLUMNNAME_InvoiceAmt, InvoiceAmt); @@ -260,7 +256,7 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe /** Get Invoice Amt. @return Invoice Amt */ - public BigDecimal getInvoiceAmt () + public BigDecimal getInvoiceAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_InvoiceAmt); if (bd == null) @@ -269,9 +265,8 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe } /** Set Over/Under Payment. - @param OverUnderAmt - Over-Payment (unallocated) or Under-Payment (partial payment) Amount - */ + @param OverUnderAmt Over-Payment (unallocated) or Under-Payment (partial payment) Amount + */ public void setOverUnderAmt (BigDecimal OverUnderAmt) { set_Value (COLUMNNAME_OverUnderAmt, OverUnderAmt); @@ -280,7 +275,7 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe /** Get Over/Under Payment. @return Over-Payment (unallocated) or Under-Payment (partial payment) Amount */ - public BigDecimal getOverUnderAmt () + public BigDecimal getOverUnderAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OverUnderAmt); if (bd == null) @@ -289,9 +284,8 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe } /** Set Remaining Amt. - @param RemainingAmt - Remaining Amount - */ + @param RemainingAmt Remaining Amount + */ public void setRemainingAmt (BigDecimal RemainingAmt) { throw new IllegalArgumentException ("RemainingAmt is virtual column"); } @@ -299,7 +293,7 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe /** Get Remaining Amt. @return Remaining Amount */ - public BigDecimal getRemainingAmt () + public BigDecimal getRemainingAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RemainingAmt); if (bd == null) @@ -308,9 +302,8 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe } /** Set Write-off Amount. - @param WriteOffAmt - Amount to write-off - */ + @param WriteOffAmt Amount to write-off + */ public void setWriteOffAmt (BigDecimal WriteOffAmt) { set_Value (COLUMNNAME_WriteOffAmt, WriteOffAmt); @@ -319,7 +312,7 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe /** Get Write-off Amount. @return Amount to write-off */ - public BigDecimal getWriteOffAmt () + public BigDecimal getWriteOffAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_WriteOffAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaymentBatch.java b/org.adempiere.base/src/org/compiere/model/X_C_PaymentBatch.java index ccf96fac9f..6464242c7d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaymentBatch.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaymentBatch.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_PaymentBatch * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_PaymentBatch") public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_PaymentBatch (Properties ctx, int C_PaymentBatch_ID, String trxName) @@ -77,21 +77,20 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste } /** Set Payment Batch. - @param C_PaymentBatch_ID - Payment batch for EFT - */ + @param C_PaymentBatch_ID Payment batch for EFT + */ public void setC_PaymentBatch_ID (int C_PaymentBatch_ID) { - if (C_PaymentBatch_ID < 1) + if (C_PaymentBatch_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaymentBatch_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaymentBatch_ID, Integer.valueOf(C_PaymentBatch_ID)); } /** Get Payment Batch. @return Payment batch for EFT */ - public int getC_PaymentBatch_ID () + public int getC_PaymentBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentBatch_ID); if (ii == null) @@ -100,7 +99,8 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste } /** Set C_PaymentBatch_UU. - @param C_PaymentBatch_UU C_PaymentBatch_UU */ + @param C_PaymentBatch_UU C_PaymentBatch_UU + */ public void setC_PaymentBatch_UU (String C_PaymentBatch_UU) { set_Value (COLUMNNAME_C_PaymentBatch_UU, C_PaymentBatch_UU); @@ -108,7 +108,7 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste /** Get C_PaymentBatch_UU. @return C_PaymentBatch_UU */ - public String getC_PaymentBatch_UU () + public String getC_PaymentBatch_UU() { return (String)get_Value(COLUMNNAME_C_PaymentBatch_UU); } @@ -120,21 +120,20 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste } /** Set Payment Processor. - @param C_PaymentProcessor_ID - Payment processor for electronic payments - */ + @param C_PaymentProcessor_ID Payment processor for electronic payments + */ public void setC_PaymentProcessor_ID (int C_PaymentProcessor_ID) { - if (C_PaymentProcessor_ID < 1) + if (C_PaymentProcessor_ID < 1) set_Value (COLUMNNAME_C_PaymentProcessor_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentProcessor_ID, Integer.valueOf(C_PaymentProcessor_ID)); } /** Get Payment Processor. @return Payment processor for electronic payments */ - public int getC_PaymentProcessor_ID () + public int getC_PaymentProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentProcessor_ID); if (ii == null) @@ -143,9 +142,8 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -154,7 +152,7 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -168,9 +166,8 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -179,15 +176,14 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -196,7 +192,7 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -209,7 +205,8 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -217,7 +214,7 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -230,7 +227,8 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste } /** Set Processing date. - @param ProcessingDate Processing date */ + @param ProcessingDate Processing date + */ public void setProcessingDate (Timestamp ProcessingDate) { set_Value (COLUMNNAME_ProcessingDate, ProcessingDate); @@ -238,7 +236,7 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste /** Get Processing date. @return Processing date */ - public Timestamp getProcessingDate () + public Timestamp getProcessingDate() { return (Timestamp)get_Value(COLUMNNAME_ProcessingDate); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaymentProcessor.java b/org.adempiere.base/src/org/compiere/model/X_C_PaymentProcessor.java index c62f10b648..56a555d749 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaymentProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaymentProcessor.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_PaymentProcessor * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_PaymentProcessor") public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_PaymentProcessor (Properties ctx, int C_PaymentProcessor_ID, String trxName) @@ -90,9 +90,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Accept AMEX. - @param AcceptAMEX - Accept American Express Card - */ + @param AcceptAMEX Accept American Express Card + */ public void setAcceptAMEX (boolean AcceptAMEX) { set_Value (COLUMNNAME_AcceptAMEX, Boolean.valueOf(AcceptAMEX)); @@ -101,7 +100,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Accept AMEX. @return Accept American Express Card */ - public boolean isAcceptAMEX () + public boolean isAcceptAMEX() { Object oo = get_Value(COLUMNNAME_AcceptAMEX); if (oo != null) @@ -114,9 +113,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Accept ATM. - @param AcceptATM - Accept Bank ATM Card - */ + @param AcceptATM Accept Bank ATM Card + */ public void setAcceptATM (boolean AcceptATM) { set_Value (COLUMNNAME_AcceptATM, Boolean.valueOf(AcceptATM)); @@ -125,7 +123,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Accept ATM. @return Accept Bank ATM Card */ - public boolean isAcceptATM () + public boolean isAcceptATM() { Object oo = get_Value(COLUMNNAME_AcceptATM); if (oo != null) @@ -138,9 +136,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Accept Electronic Check. - @param AcceptCheck - Accept ECheck (Electronic Checks) - */ + @param AcceptCheck Accept ECheck (Electronic Checks) + */ public void setAcceptCheck (boolean AcceptCheck) { set_Value (COLUMNNAME_AcceptCheck, Boolean.valueOf(AcceptCheck)); @@ -149,7 +146,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Accept Electronic Check. @return Accept ECheck (Electronic Checks) */ - public boolean isAcceptCheck () + public boolean isAcceptCheck() { Object oo = get_Value(COLUMNNAME_AcceptCheck); if (oo != null) @@ -162,9 +159,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Accept Corporate. - @param AcceptCorporate - Accept Corporate Purchase Cards - */ + @param AcceptCorporate Accept Corporate Purchase Cards + */ public void setAcceptCorporate (boolean AcceptCorporate) { set_Value (COLUMNNAME_AcceptCorporate, Boolean.valueOf(AcceptCorporate)); @@ -173,7 +169,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Accept Corporate. @return Accept Corporate Purchase Cards */ - public boolean isAcceptCorporate () + public boolean isAcceptCorporate() { Object oo = get_Value(COLUMNNAME_AcceptCorporate); if (oo != null) @@ -186,18 +182,17 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Accept Diners. - @param AcceptDiners - Accept Diner's Club - */ + @param AcceptDiners Accept Diner's Club + */ public void setAcceptDiners (boolean AcceptDiners) { set_Value (COLUMNNAME_AcceptDiners, Boolean.valueOf(AcceptDiners)); } /** Get Accept Diners. - @return Accept Diner's Club + @return Accept Diner's Club */ - public boolean isAcceptDiners () + public boolean isAcceptDiners() { Object oo = get_Value(COLUMNNAME_AcceptDiners); if (oo != null) @@ -210,9 +205,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Accept Direct Debit. - @param AcceptDirectDebit - Accept Direct Debits (vendor initiated) - */ + @param AcceptDirectDebit Accept Direct Debits (vendor initiated) + */ public void setAcceptDirectDebit (boolean AcceptDirectDebit) { set_Value (COLUMNNAME_AcceptDirectDebit, Boolean.valueOf(AcceptDirectDebit)); @@ -221,7 +215,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Accept Direct Debit. @return Accept Direct Debits (vendor initiated) */ - public boolean isAcceptDirectDebit () + public boolean isAcceptDirectDebit() { Object oo = get_Value(COLUMNNAME_AcceptDirectDebit); if (oo != null) @@ -234,9 +228,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Accept Direct Deposit. - @param AcceptDirectDeposit - Accept Direct Deposit (payee initiated) - */ + @param AcceptDirectDeposit Accept Direct Deposit (payee initiated) + */ public void setAcceptDirectDeposit (boolean AcceptDirectDeposit) { set_Value (COLUMNNAME_AcceptDirectDeposit, Boolean.valueOf(AcceptDirectDeposit)); @@ -245,7 +238,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Accept Direct Deposit. @return Accept Direct Deposit (payee initiated) */ - public boolean isAcceptDirectDeposit () + public boolean isAcceptDirectDeposit() { Object oo = get_Value(COLUMNNAME_AcceptDirectDeposit); if (oo != null) @@ -258,9 +251,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Accept Discover. - @param AcceptDiscover - Accept Discover Card - */ + @param AcceptDiscover Accept Discover Card + */ public void setAcceptDiscover (boolean AcceptDiscover) { set_Value (COLUMNNAME_AcceptDiscover, Boolean.valueOf(AcceptDiscover)); @@ -269,7 +261,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Accept Discover. @return Accept Discover Card */ - public boolean isAcceptDiscover () + public boolean isAcceptDiscover() { Object oo = get_Value(COLUMNNAME_AcceptDiscover); if (oo != null) @@ -282,9 +274,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Accept MasterCard. - @param AcceptMC - Accept Master Card - */ + @param AcceptMC Accept Master Card + */ public void setAcceptMC (boolean AcceptMC) { set_Value (COLUMNNAME_AcceptMC, Boolean.valueOf(AcceptMC)); @@ -293,7 +284,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Accept MasterCard. @return Accept Master Card */ - public boolean isAcceptMC () + public boolean isAcceptMC() { Object oo = get_Value(COLUMNNAME_AcceptMC); if (oo != null) @@ -306,9 +297,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Accept Visa. - @param AcceptVisa - Accept Visa Cards - */ + @param AcceptVisa Accept Visa Cards + */ public void setAcceptVisa (boolean AcceptVisa) { set_Value (COLUMNNAME_AcceptVisa, Boolean.valueOf(AcceptVisa)); @@ -317,7 +307,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Accept Visa. @return Accept Visa Cards */ - public boolean isAcceptVisa () + public boolean isAcceptVisa() { Object oo = get_Value(COLUMNNAME_AcceptVisa); if (oo != null) @@ -336,21 +326,20 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Sequence. - @param AD_Sequence_ID - Document Sequence - */ + @param AD_Sequence_ID Document Sequence + */ public void setAD_Sequence_ID (int AD_Sequence_ID) { - if (AD_Sequence_ID < 1) + if (AD_Sequence_ID < 1) set_Value (COLUMNNAME_AD_Sequence_ID, null); - else + else set_Value (COLUMNNAME_AD_Sequence_ID, Integer.valueOf(AD_Sequence_ID)); } /** Get Sequence. @return Document Sequence */ - public int getAD_Sequence_ID () + public int getAD_Sequence_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Sequence_ID); if (ii == null) @@ -365,21 +354,20 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -394,21 +382,20 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -417,9 +404,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Commission %. - @param Commission - Commission stated as a percentage - */ + @param Commission Commission stated as a percentage + */ public void setCommission (BigDecimal Commission) { set_Value (COLUMNNAME_Commission, Commission); @@ -428,7 +414,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Commission %. @return Commission stated as a percentage */ - public BigDecimal getCommission () + public BigDecimal getCommission() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Commission); if (bd == null) @@ -437,9 +423,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Cost per transaction. - @param CostPerTrx - Fixed cost per transaction - */ + @param CostPerTrx Fixed cost per transaction + */ public void setCostPerTrx (BigDecimal CostPerTrx) { set_Value (COLUMNNAME_CostPerTrx, CostPerTrx); @@ -448,7 +433,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Cost per transaction. @return Fixed cost per transaction */ - public BigDecimal getCostPerTrx () + public BigDecimal getCostPerTrx() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostPerTrx); if (bd == null) @@ -457,21 +442,20 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Payment Processor. - @param C_PaymentProcessor_ID - Payment processor for electronic payments - */ + @param C_PaymentProcessor_ID Payment processor for electronic payments + */ public void setC_PaymentProcessor_ID (int C_PaymentProcessor_ID) { - if (C_PaymentProcessor_ID < 1) + if (C_PaymentProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaymentProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaymentProcessor_ID, Integer.valueOf(C_PaymentProcessor_ID)); } /** Get Payment Processor. @return Payment processor for electronic payments */ - public int getC_PaymentProcessor_ID () + public int getC_PaymentProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentProcessor_ID); if (ii == null) @@ -480,7 +464,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set C_PaymentProcessor_UU. - @param C_PaymentProcessor_UU C_PaymentProcessor_UU */ + @param C_PaymentProcessor_UU C_PaymentProcessor_UU + */ public void setC_PaymentProcessor_UU (String C_PaymentProcessor_UU) { set_Value (COLUMNNAME_C_PaymentProcessor_UU, C_PaymentProcessor_UU); @@ -488,15 +473,14 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get C_PaymentProcessor_UU. @return C_PaymentProcessor_UU */ - public String getC_PaymentProcessor_UU () + public String getC_PaymentProcessor_UU() { return (String)get_Value(COLUMNNAME_C_PaymentProcessor_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -505,15 +489,14 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Host Address. - @param HostAddress - Host Address URL or DNS - */ + @param HostAddress Host Address URL or DNS + */ public void setHostAddress (String HostAddress) { set_Value (COLUMNNAME_HostAddress, HostAddress); @@ -522,15 +505,14 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Host Address. @return Host Address URL or DNS */ - public String getHostAddress () + public String getHostAddress() { return (String)get_Value(COLUMNNAME_HostAddress); } /** Set Host port. - @param HostPort - Host Communication Port - */ + @param HostPort Host Communication Port + */ public void setHostPort (int HostPort) { set_Value (COLUMNNAME_HostPort, Integer.valueOf(HostPort)); @@ -539,7 +521,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Host port. @return Host Communication Port */ - public int getHostPort () + public int getHostPort() { Integer ii = (Integer)get_Value(COLUMNNAME_HostPort); if (ii == null) @@ -548,9 +530,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Minimum Amt. - @param MinimumAmt - Minimum Amount in Document Currency - */ + @param MinimumAmt Minimum Amount in Document Currency + */ public void setMinimumAmt (BigDecimal MinimumAmt) { set_Value (COLUMNNAME_MinimumAmt, MinimumAmt); @@ -559,7 +540,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Minimum Amt. @return Minimum Amount in Document Currency */ - public BigDecimal getMinimumAmt () + public BigDecimal getMinimumAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MinimumAmt); if (bd == null) @@ -568,9 +549,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -579,7 +559,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -593,9 +573,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Payment Processor Class. - @param PayProcessorClass - Payment Processor Java Class - */ + @param PayProcessorClass Payment Processor Java Class + */ public void setPayProcessorClass (String PayProcessorClass) { set_Value (COLUMNNAME_PayProcessorClass, PayProcessorClass); @@ -604,15 +583,14 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Payment Processor Class. @return Payment Processor Java Class */ - public String getPayProcessorClass () + public String getPayProcessorClass() { return (String)get_Value(COLUMNNAME_PayProcessorClass); } /** Set Proxy address. - @param ProxyAddress - Address of your proxy server - */ + @param ProxyAddress Address of your proxy server + */ public void setProxyAddress (String ProxyAddress) { set_Value (COLUMNNAME_ProxyAddress, ProxyAddress); @@ -621,15 +599,14 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Proxy address. @return Address of your proxy server */ - public String getProxyAddress () + public String getProxyAddress() { return (String)get_Value(COLUMNNAME_ProxyAddress); } /** Set Proxy logon. - @param ProxyLogon - Logon of your proxy server - */ + @param ProxyLogon Logon of your proxy server + */ public void setProxyLogon (String ProxyLogon) { set_Value (COLUMNNAME_ProxyLogon, ProxyLogon); @@ -638,15 +615,14 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Proxy logon. @return Logon of your proxy server */ - public String getProxyLogon () + public String getProxyLogon() { return (String)get_Value(COLUMNNAME_ProxyLogon); } /** Set Proxy password. - @param ProxyPassword - Password of your proxy server - */ + @param ProxyPassword Password of your proxy server + */ public void setProxyPassword (String ProxyPassword) { set_Value (COLUMNNAME_ProxyPassword, ProxyPassword); @@ -655,15 +631,14 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Proxy password. @return Password of your proxy server */ - public String getProxyPassword () + public String getProxyPassword() { return (String)get_Value(COLUMNNAME_ProxyPassword); } /** Set Proxy port. - @param ProxyPort - Port of your proxy server - */ + @param ProxyPort Port of your proxy server + */ public void setProxyPort (int ProxyPort) { set_Value (COLUMNNAME_ProxyPort, Integer.valueOf(ProxyPort)); @@ -672,7 +647,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Proxy port. @return Port of your proxy server */ - public int getProxyPort () + public int getProxyPort() { Integer ii = (Integer)get_Value(COLUMNNAME_ProxyPort); if (ii == null) @@ -681,9 +656,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ } /** Set Require CreditCard Verification Code. - @param RequireVV - Require 3/4 digit Credit Verification Code - */ + @param RequireVV Require 3/4 digit Credit Verification Code + */ public void setRequireVV (boolean RequireVV) { set_Value (COLUMNNAME_RequireVV, Boolean.valueOf(RequireVV)); @@ -692,7 +666,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Require CreditCard Verification Code. @return Require 3/4 digit Credit Verification Code */ - public boolean isRequireVV () + public boolean isRequireVV() { Object oo = get_Value(COLUMNNAME_RequireVV); if (oo != null) @@ -719,9 +693,8 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Void = V */ public static final String TRXTYPE_Void = "V"; /** Set Transaction Type. - @param TrxType - Type of credit card transaction - */ + @param TrxType Type of credit card transaction + */ public void setTrxType (String TrxType) { @@ -731,7 +704,7 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ /** Get Transaction Type. @return Type of credit card transaction */ - public String getTrxType () + public String getTrxType() { return (String)get_Value(COLUMNNAME_TrxType); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaymentTerm.java b/org.adempiere.base/src/org/compiere/model/X_C_PaymentTerm.java index 8526f027ef..e141620d40 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaymentTerm.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaymentTerm.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_PaymentTerm * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_PaymentTerm") public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_PaymentTerm (Properties ctx, int C_PaymentTerm_ID, String trxName) @@ -87,9 +87,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set After Delivery. - @param AfterDelivery - Due after delivery rather than after invoicing - */ + @param AfterDelivery Due after delivery rather than after invoicing + */ public void setAfterDelivery (boolean AfterDelivery) { set_Value (COLUMNNAME_AfterDelivery, Boolean.valueOf(AfterDelivery)); @@ -98,7 +97,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get After Delivery. @return Due after delivery rather than after invoicing */ - public boolean isAfterDelivery () + public boolean isAfterDelivery() { Object oo = get_Value(COLUMNNAME_AfterDelivery); if (oo != null) @@ -111,21 +110,20 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Payment Term. - @param C_PaymentTerm_ID - The terms of Payment (timing, discount) - */ + @param C_PaymentTerm_ID The terms of Payment (timing, discount) + */ public void setC_PaymentTerm_ID (int C_PaymentTerm_ID) { - if (C_PaymentTerm_ID < 1) + if (C_PaymentTerm_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaymentTerm_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaymentTerm_ID, Integer.valueOf(C_PaymentTerm_ID)); } /** Get Payment Term. @return The terms of Payment (timing, discount) */ - public int getC_PaymentTerm_ID () + public int getC_PaymentTerm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentTerm_ID); if (ii == null) @@ -134,7 +132,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set C_PaymentTerm_UU. - @param C_PaymentTerm_UU C_PaymentTerm_UU */ + @param C_PaymentTerm_UU C_PaymentTerm_UU + */ public void setC_PaymentTerm_UU (String C_PaymentTerm_UU) { set_Value (COLUMNNAME_C_PaymentTerm_UU, C_PaymentTerm_UU); @@ -142,15 +141,14 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get C_PaymentTerm_UU. @return C_PaymentTerm_UU */ - public String getC_PaymentTerm_UU () + public String getC_PaymentTerm_UU() { return (String)get_Value(COLUMNNAME_C_PaymentTerm_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -159,15 +157,14 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Discount %. - @param Discount - Discount in percent - */ + @param Discount Discount in percent + */ public void setDiscount (BigDecimal Discount) { set_Value (COLUMNNAME_Discount, Discount); @@ -176,7 +173,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Discount %. @return Discount in percent */ - public BigDecimal getDiscount () + public BigDecimal getDiscount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Discount); if (bd == null) @@ -185,9 +182,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Discount 2 %. - @param Discount2 - Discount in percent - */ + @param Discount2 Discount in percent + */ public void setDiscount2 (BigDecimal Discount2) { set_Value (COLUMNNAME_Discount2, Discount2); @@ -196,7 +192,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Discount 2 %. @return Discount in percent */ - public BigDecimal getDiscount2 () + public BigDecimal getDiscount2() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Discount2); if (bd == null) @@ -205,9 +201,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Discount Days. - @param DiscountDays - Number of days from invoice date to be eligible for discount - */ + @param DiscountDays Number of days from invoice date to be eligible for discount + */ public void setDiscountDays (int DiscountDays) { set_Value (COLUMNNAME_DiscountDays, Integer.valueOf(DiscountDays)); @@ -216,7 +211,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Discount Days. @return Number of days from invoice date to be eligible for discount */ - public int getDiscountDays () + public int getDiscountDays() { Integer ii = (Integer)get_Value(COLUMNNAME_DiscountDays); if (ii == null) @@ -225,9 +220,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Discount Days 2. - @param DiscountDays2 - Number of days from invoice date to be eligible for discount - */ + @param DiscountDays2 Number of days from invoice date to be eligible for discount + */ public void setDiscountDays2 (int DiscountDays2) { set_Value (COLUMNNAME_DiscountDays2, Integer.valueOf(DiscountDays2)); @@ -236,7 +230,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Discount Days 2. @return Number of days from invoice date to be eligible for discount */ - public int getDiscountDays2 () + public int getDiscountDays2() { Integer ii = (Integer)get_Value(COLUMNNAME_DiscountDays2); if (ii == null) @@ -245,9 +239,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Document Note. - @param DocumentNote - Additional information for a Document - */ + @param DocumentNote Additional information for a Document + */ public void setDocumentNote (String DocumentNote) { set_Value (COLUMNNAME_DocumentNote, DocumentNote); @@ -256,15 +249,14 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Document Note. @return Additional information for a Document */ - public String getDocumentNote () + public String getDocumentNote() { return (String)get_Value(COLUMNNAME_DocumentNote); } /** Set Fix month cutoff. - @param FixMonthCutoff - Last day to include for next due date - */ + @param FixMonthCutoff Last day to include for next due date + */ public void setFixMonthCutoff (int FixMonthCutoff) { set_Value (COLUMNNAME_FixMonthCutoff, Integer.valueOf(FixMonthCutoff)); @@ -273,7 +265,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Fix month cutoff. @return Last day to include for next due date */ - public int getFixMonthCutoff () + public int getFixMonthCutoff() { Integer ii = (Integer)get_Value(COLUMNNAME_FixMonthCutoff); if (ii == null) @@ -282,9 +274,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Fix month day. - @param FixMonthDay - Day of the month of the due date - */ + @param FixMonthDay Day of the month of the due date + */ public void setFixMonthDay (int FixMonthDay) { set_Value (COLUMNNAME_FixMonthDay, Integer.valueOf(FixMonthDay)); @@ -293,7 +284,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Fix month day. @return Day of the month of the due date */ - public int getFixMonthDay () + public int getFixMonthDay() { Integer ii = (Integer)get_Value(COLUMNNAME_FixMonthDay); if (ii == null) @@ -302,9 +293,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Fix month offset. - @param FixMonthOffset - Number of months (0=same, 1=following) - */ + @param FixMonthOffset Number of months (0=same, 1=following) + */ public void setFixMonthOffset (int FixMonthOffset) { set_Value (COLUMNNAME_FixMonthOffset, Integer.valueOf(FixMonthOffset)); @@ -313,7 +303,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Fix month offset. @return Number of months (0=same, 1=following) */ - public int getFixMonthOffset () + public int getFixMonthOffset() { Integer ii = (Integer)get_Value(COLUMNNAME_FixMonthOffset); if (ii == null) @@ -322,9 +312,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Grace Days. - @param GraceDays - Days after due date to send first dunning letter - */ + @param GraceDays Days after due date to send first dunning letter + */ public void setGraceDays (int GraceDays) { set_Value (COLUMNNAME_GraceDays, Integer.valueOf(GraceDays)); @@ -333,7 +322,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Grace Days. @return Days after due date to send first dunning letter */ - public int getGraceDays () + public int getGraceDays() { Integer ii = (Integer)get_Value(COLUMNNAME_GraceDays); if (ii == null) @@ -342,9 +331,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -353,7 +341,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -366,9 +354,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Fixed due date. - @param IsDueFixed - Payment is due on a fixed date - */ + @param IsDueFixed Payment is due on a fixed date + */ public void setIsDueFixed (boolean IsDueFixed) { set_Value (COLUMNNAME_IsDueFixed, Boolean.valueOf(IsDueFixed)); @@ -377,7 +364,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Fixed due date. @return Payment is due on a fixed date */ - public boolean isDueFixed () + public boolean isDueFixed() { Object oo = get_Value(COLUMNNAME_IsDueFixed); if (oo != null) @@ -390,9 +377,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Next Business Day. - @param IsNextBusinessDay - Payment due on the next business day - */ + @param IsNextBusinessDay Payment due on the next business day + */ public void setIsNextBusinessDay (boolean IsNextBusinessDay) { set_Value (COLUMNNAME_IsNextBusinessDay, Boolean.valueOf(IsNextBusinessDay)); @@ -401,7 +387,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Next Business Day. @return Payment due on the next business day */ - public boolean isNextBusinessDay () + public boolean isNextBusinessDay() { Object oo = get_Value(COLUMNNAME_IsNextBusinessDay); if (oo != null) @@ -414,9 +400,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Valid. - @param IsValid - Element is valid - */ + @param IsValid Element is valid + */ public void setIsValid (boolean IsValid) { set_Value (COLUMNNAME_IsValid, Boolean.valueOf(IsValid)); @@ -425,7 +410,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Valid. @return Element is valid */ - public boolean isValid () + public boolean isValid() { Object oo = get_Value(COLUMNNAME_IsValid); if (oo != null) @@ -438,9 +423,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -449,7 +433,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -479,9 +463,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Sunday = 7 */ public static final String NETDAY_Sunday = "7"; /** Set Net Day. - @param NetDay - Day when payment is due net - */ + @param NetDay Day when payment is due net + */ public void setNetDay (String NetDay) { @@ -491,15 +474,14 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Net Day. @return Day when payment is due net */ - public String getNetDay () + public String getNetDay() { return (String)get_Value(COLUMNNAME_NetDay); } /** Set Net Days. - @param NetDays - Net Days in which payment is due - */ + @param NetDays Net Days in which payment is due + */ public void setNetDays (int NetDays) { set_Value (COLUMNNAME_NetDays, Integer.valueOf(NetDays)); @@ -508,7 +490,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Net Days. @return Net Days in which payment is due */ - public int getNetDays () + public int getNetDays() { Integer ii = (Integer)get_Value(COLUMNNAME_NetDays); if (ii == null) @@ -525,9 +507,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Sales = S */ public static final String PAYMENTTERMUSAGE_Sales = "S"; /** Set Payment Term Usage. - @param PaymentTermUsage - Payment term usage indicates if this payment term is used for sales, purchases or both. - */ + @param PaymentTermUsage Payment term usage indicates if this payment term is used for sales, purchases or both. + */ public void setPaymentTermUsage (String PaymentTermUsage) { @@ -537,13 +518,14 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Payment Term Usage. @return Payment term usage indicates if this payment term is used for sales, purchases or both. */ - public String getPaymentTermUsage () + public String getPaymentTermUsage() { return (String)get_Value(COLUMNNAME_PaymentTermUsage); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -551,7 +533,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -564,9 +546,8 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -575,7 +556,7 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaymentTransaction.java b/org.adempiere.base/src/org/compiere/model/X_C_PaymentTransaction.java index 938c84ad7c..fd37bcdcd2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaymentTransaction.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaymentTransaction.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for C_PaymentTransaction * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_PaymentTransaction") public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_PaymentTransaction (Properties ctx, int C_PaymentTransaction_ID, String trxName) @@ -94,9 +94,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Account No. - @param AccountNo - Account Number - */ + @param AccountNo Account Number + */ public void setAccountNo (String AccountNo) { set_Value (COLUMNNAME_AccountNo, AccountNo); @@ -105,15 +104,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Account No. @return Account Number */ - public String getAccountNo () + public String getAccountNo() { return (String)get_Value(COLUMNNAME_AccountNo); } /** Set Account City. - @param A_City - City or the Credit Card or Account Holder - */ + @param A_City City or the Credit Card or Account Holder + */ public void setA_City (String A_City) { set_Value (COLUMNNAME_A_City, A_City); @@ -122,15 +120,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Account City. @return City or the Credit Card or Account Holder */ - public String getA_City () + public String getA_City() { return (String)get_Value(COLUMNNAME_A_City); } /** Set Account Country. - @param A_Country - Country - */ + @param A_Country Country + */ public void setA_Country (String A_Country) { set_Value (COLUMNNAME_A_Country, A_Country); @@ -139,27 +136,26 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Account Country. @return Country */ - public String getA_Country () + public String getA_Country() { return (String)get_Value(COLUMNNAME_A_Country); } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -168,9 +164,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Account EMail. - @param A_EMail - Email Address - */ + @param A_EMail Email Address + */ public void setA_EMail (String A_EMail) { set_Value (COLUMNNAME_A_EMail, A_EMail); @@ -179,15 +174,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Account EMail. @return Email Address */ - public String getA_EMail () + public String getA_EMail() { return (String)get_Value(COLUMNNAME_A_EMail); } /** Set Driver License. - @param A_Ident_DL - Payment Identification - Driver License - */ + @param A_Ident_DL Payment Identification - Driver License + */ public void setA_Ident_DL (String A_Ident_DL) { set_Value (COLUMNNAME_A_Ident_DL, A_Ident_DL); @@ -196,15 +190,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Driver License. @return Payment Identification - Driver License */ - public String getA_Ident_DL () + public String getA_Ident_DL() { return (String)get_Value(COLUMNNAME_A_Ident_DL); } /** Set Social Security No. - @param A_Ident_SSN - Payment Identification - Social Security No - */ + @param A_Ident_SSN Payment Identification - Social Security No + */ public void setA_Ident_SSN (String A_Ident_SSN) { set_Value (COLUMNNAME_A_Ident_SSN, A_Ident_SSN); @@ -213,15 +206,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Social Security No. @return Payment Identification - Social Security No */ - public String getA_Ident_SSN () + public String getA_Ident_SSN() { return (String)get_Value(COLUMNNAME_A_Ident_SSN); } /** Set Account Name. - @param A_Name - Name on Credit Card or Account holder - */ + @param A_Name Name on Credit Card or Account holder + */ public void setA_Name (String A_Name) { set_Value (COLUMNNAME_A_Name, A_Name); @@ -230,15 +222,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Account Name. @return Name on Credit Card or Account holder */ - public String getA_Name () + public String getA_Name() { return (String)get_Value(COLUMNNAME_A_Name); } /** Set Account State. - @param A_State - State of the Credit Card or Account holder - */ + @param A_State State of the Credit Card or Account holder + */ public void setA_State (String A_State) { set_Value (COLUMNNAME_A_State, A_State); @@ -247,15 +238,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Account State. @return State of the Credit Card or Account holder */ - public String getA_State () + public String getA_State() { return (String)get_Value(COLUMNNAME_A_State); } /** Set Account Street. - @param A_Street - Street address of the Credit Card or Account holder - */ + @param A_Street Street address of the Credit Card or Account holder + */ public void setA_Street (String A_Street) { set_Value (COLUMNNAME_A_Street, A_Street); @@ -264,15 +254,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Account Street. @return Street address of the Credit Card or Account holder */ - public String getA_Street () + public String getA_Street() { return (String)get_Value(COLUMNNAME_A_Street); } /** Set Account Zip/Postal. - @param A_Zip - Zip Code of the Credit Card or Account Holder - */ + @param A_Zip Zip Code of the Credit Card or Account Holder + */ public void setA_Zip (String A_Zip) { set_Value (COLUMNNAME_A_Zip, A_Zip); @@ -281,7 +270,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Account Zip/Postal. @return Zip Code of the Credit Card or Account Holder */ - public String getA_Zip () + public String getA_Zip() { return (String)get_Value(COLUMNNAME_A_Zip); } @@ -293,21 +282,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -322,21 +310,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -350,22 +337,21 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -380,21 +366,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Partner Bank Account. - @param C_BP_BankAccount_ID - Bank Account of the Business Partner - */ + @param C_BP_BankAccount_ID Bank Account of the Business Partner + */ public void setC_BP_BankAccount_ID (int C_BP_BankAccount_ID) { - if (C_BP_BankAccount_ID < 1) + if (C_BP_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BP_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_C_BP_BankAccount_ID, Integer.valueOf(C_BP_BankAccount_ID)); } /** Get Partner Bank Account. @return Bank Account of the Business Partner */ - public int getC_BP_BankAccount_ID () + public int getC_BP_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_BankAccount_ID); if (ii == null) @@ -409,21 +394,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -438,21 +422,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Cash Book. - @param C_CashBook_ID - Cash Book for recording petty cash transactions - */ + @param C_CashBook_ID Cash Book for recording petty cash transactions + */ public void setC_CashBook_ID (int C_CashBook_ID) { - if (C_CashBook_ID < 1) + if (C_CashBook_ID < 1) set_Value (COLUMNNAME_C_CashBook_ID, null); - else + else set_Value (COLUMNNAME_C_CashBook_ID, Integer.valueOf(C_CashBook_ID)); } /** Get Cash Book. @return Cash Book for recording petty cash transactions */ - public int getC_CashBook_ID () + public int getC_CashBook_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashBook_ID); if (ii == null) @@ -467,21 +450,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -496,21 +478,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_Value (COLUMNNAME_C_ConversionType_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -525,21 +506,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -548,9 +528,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Check No. - @param CheckNo - Check Number - */ + @param CheckNo Check Number + */ public void setCheckNo (String CheckNo) { set_Value (COLUMNNAME_CheckNo, CheckNo); @@ -559,7 +538,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Check No. @return Check Number */ - public String getCheckNo () + public String getCheckNo() { return (String)get_Value(COLUMNNAME_CheckNo); } @@ -571,21 +550,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -600,21 +578,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_Value (COLUMNNAME_C_Order_ID, null); - else + else set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -629,21 +606,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Payment Batch. - @param C_PaymentBatch_ID - Payment batch for EFT - */ + @param C_PaymentBatch_ID Payment batch for EFT + */ public void setC_PaymentBatch_ID (int C_PaymentBatch_ID) { - if (C_PaymentBatch_ID < 1) + if (C_PaymentBatch_ID < 1) set_Value (COLUMNNAME_C_PaymentBatch_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentBatch_ID, Integer.valueOf(C_PaymentBatch_ID)); } /** Get Payment Batch. @return Payment batch for EFT */ - public int getC_PaymentBatch_ID () + public int getC_PaymentBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentBatch_ID); if (ii == null) @@ -658,21 +634,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -687,21 +662,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Payment Processor. - @param C_PaymentProcessor_ID - Payment processor for electronic payments - */ + @param C_PaymentProcessor_ID Payment processor for electronic payments + */ public void setC_PaymentProcessor_ID (int C_PaymentProcessor_ID) { - if (C_PaymentProcessor_ID < 1) + if (C_PaymentProcessor_ID < 1) set_Value (COLUMNNAME_C_PaymentProcessor_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentProcessor_ID, Integer.valueOf(C_PaymentProcessor_ID)); } /** Get Payment Processor. @return Payment processor for electronic payments */ - public int getC_PaymentProcessor_ID () + public int getC_PaymentProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentProcessor_ID); if (ii == null) @@ -710,18 +684,19 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Payment Transaction. - @param C_PaymentTransaction_ID Payment Transaction */ + @param C_PaymentTransaction_ID Payment Transaction + */ public void setC_PaymentTransaction_ID (int C_PaymentTransaction_ID) { - if (C_PaymentTransaction_ID < 1) + if (C_PaymentTransaction_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaymentTransaction_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaymentTransaction_ID, Integer.valueOf(C_PaymentTransaction_ID)); } /** Get Payment Transaction. @return Payment Transaction */ - public int getC_PaymentTransaction_ID () + public int getC_PaymentTransaction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentTransaction_ID); if (ii == null) @@ -730,7 +705,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set C_PaymentTransaction_UU. - @param C_PaymentTransaction_UU C_PaymentTransaction_UU */ + @param C_PaymentTransaction_UU C_PaymentTransaction_UU + */ public void setC_PaymentTransaction_UU (String C_PaymentTransaction_UU) { set_Value (COLUMNNAME_C_PaymentTransaction_UU, C_PaymentTransaction_UU); @@ -738,7 +714,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get C_PaymentTransaction_UU. @return C_PaymentTransaction_UU */ - public String getC_PaymentTransaction_UU () + public String getC_PaymentTransaction_UU() { return (String)get_Value(COLUMNNAME_C_PaymentTransaction_UU); } @@ -750,18 +726,19 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set POS Tender Type. - @param C_POSTenderType_ID POS Tender Type */ + @param C_POSTenderType_ID POS Tender Type + */ public void setC_POSTenderType_ID (int C_POSTenderType_ID) { - if (C_POSTenderType_ID < 1) + if (C_POSTenderType_ID < 1) set_Value (COLUMNNAME_C_POSTenderType_ID, null); - else + else set_Value (COLUMNNAME_C_POSTenderType_ID, Integer.valueOf(C_POSTenderType_ID)); } /** Get POS Tender Type. @return POS Tender Type */ - public int getC_POSTenderType_ID () + public int getC_POSTenderType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_POSTenderType_ID); if (ii == null) @@ -776,21 +753,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -799,9 +775,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Exp. Month. - @param CreditCardExpMM - Expiry Month - */ + @param CreditCardExpMM Expiry Month + */ public void setCreditCardExpMM (int CreditCardExpMM) { set_Value (COLUMNNAME_CreditCardExpMM, Integer.valueOf(CreditCardExpMM)); @@ -810,7 +785,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Exp. Month. @return Expiry Month */ - public int getCreditCardExpMM () + public int getCreditCardExpMM() { Integer ii = (Integer)get_Value(COLUMNNAME_CreditCardExpMM); if (ii == null) @@ -819,9 +794,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Exp. Year. - @param CreditCardExpYY - Expiry Year - */ + @param CreditCardExpYY Expiry Year + */ public void setCreditCardExpYY (int CreditCardExpYY) { set_Value (COLUMNNAME_CreditCardExpYY, Integer.valueOf(CreditCardExpYY)); @@ -830,7 +804,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Exp. Year. @return Expiry Year */ - public int getCreditCardExpYY () + public int getCreditCardExpYY() { Integer ii = (Integer)get_Value(COLUMNNAME_CreditCardExpYY); if (ii == null) @@ -839,9 +813,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Number. - @param CreditCardNumber - Credit Card Number - */ + @param CreditCardNumber Credit Card Number + */ public void setCreditCardNumber (String CreditCardNumber) { set_Value (COLUMNNAME_CreditCardNumber, CreditCardNumber); @@ -850,7 +823,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Number. @return Credit Card Number */ - public String getCreditCardNumber () + public String getCreditCardNumber() { return (String)get_Value(COLUMNNAME_CreditCardNumber); } @@ -872,9 +845,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Visa = V */ public static final String CREDITCARDTYPE_Visa = "V"; /** Set Credit Card. - @param CreditCardType - Credit Card (Visa, MC, AmEx) - */ + @param CreditCardType Credit Card (Visa, MC, AmEx) + */ public void setCreditCardType (String CreditCardType) { @@ -884,15 +856,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Credit Card. @return Credit Card (Visa, MC, AmEx) */ - public String getCreditCardType () + public String getCreditCardType() { return (String)get_Value(COLUMNNAME_CreditCardType); } /** Set Verification Code. - @param CreditCardVV - Credit Card Verification code on credit card - */ + @param CreditCardVV Credit Card Verification code on credit card + */ public void setCreditCardVV (String CreditCardVV) { set_Value (COLUMNNAME_CreditCardVV, CreditCardVV); @@ -901,13 +872,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Verification Code. @return Credit Card Verification code on credit card */ - public String getCreditCardVV () + public String getCreditCardVV() { return (String)get_Value(COLUMNNAME_CreditCardVV); } /** Set Customer Address ID. - @param CustomerAddressID Customer Address ID */ + @param CustomerAddressID Customer Address ID + */ public void setCustomerAddressID (String CustomerAddressID) { set_Value (COLUMNNAME_CustomerAddressID, CustomerAddressID); @@ -915,13 +887,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Customer Address ID. @return Customer Address ID */ - public String getCustomerAddressID () + public String getCustomerAddressID() { return (String)get_Value(COLUMNNAME_CustomerAddressID); } /** Set Customer Payment Profile ID. - @param CustomerPaymentProfileID Customer Payment Profile ID */ + @param CustomerPaymentProfileID Customer Payment Profile ID + */ public void setCustomerPaymentProfileID (String CustomerPaymentProfileID) { set_Value (COLUMNNAME_CustomerPaymentProfileID, CustomerPaymentProfileID); @@ -929,13 +902,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Customer Payment Profile ID. @return Customer Payment Profile ID */ - public String getCustomerPaymentProfileID () + public String getCustomerPaymentProfileID() { return (String)get_Value(COLUMNNAME_CustomerPaymentProfileID); } /** Set Customer Profile ID. - @param CustomerProfileID Customer Profile ID */ + @param CustomerProfileID Customer Profile ID + */ public void setCustomerProfileID (String CustomerProfileID) { set_Value (COLUMNNAME_CustomerProfileID, CustomerProfileID); @@ -943,15 +917,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Customer Profile ID. @return Customer Profile ID */ - public String getCustomerProfileID () + public String getCustomerProfileID() { return (String)get_Value(COLUMNNAME_CustomerProfileID); } /** Set Transaction Date. - @param DateTrx - Transaction Date - */ + @param DateTrx Transaction Date + */ public void setDateTrx (Timestamp DateTrx) { set_Value (COLUMNNAME_DateTrx, DateTrx); @@ -960,15 +933,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Transaction Date. @return Transaction Date */ - public Timestamp getDateTrx () + public Timestamp getDateTrx() { return (Timestamp)get_Value(COLUMNNAME_DateTrx); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -977,15 +949,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set IBAN. - @param IBAN - International Bank Account Number - */ + @param IBAN International Bank Account Number + */ public void setIBAN (String IBAN) { set_Value (COLUMNNAME_IBAN, IBAN); @@ -994,15 +965,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get IBAN. @return International Bank Account Number */ - public String getIBAN () + public String getIBAN() { return (String)get_Value(COLUMNNAME_IBAN); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_ValueNoCheck (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -1011,7 +981,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -1024,9 +994,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Delayed Capture. - @param IsDelayedCapture - Charge after Shipment - */ + @param IsDelayedCapture Charge after Shipment + */ public void setIsDelayedCapture (boolean IsDelayedCapture) { set_Value (COLUMNNAME_IsDelayedCapture, Boolean.valueOf(IsDelayedCapture)); @@ -1035,7 +1004,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Delayed Capture. @return Charge after Shipment */ - public boolean isDelayedCapture () + public boolean isDelayedCapture() { Object oo = get_Value(COLUMNNAME_IsDelayedCapture); if (oo != null) @@ -1048,9 +1017,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Online Access. - @param IsOnline - Can be accessed online - */ + @param IsOnline Can be accessed online + */ public void setIsOnline (boolean IsOnline) { set_Value (COLUMNNAME_IsOnline, Boolean.valueOf(IsOnline)); @@ -1059,7 +1027,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Online Access. @return Can be accessed online */ - public boolean isOnline () + public boolean isOnline() { Object oo = get_Value(COLUMNNAME_IsOnline); if (oo != null) @@ -1072,9 +1040,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Receipt. - @param IsReceipt - This is a sales transaction (receipt) - */ + @param IsReceipt This is a sales transaction (receipt) + */ public void setIsReceipt (boolean IsReceipt) { set_Value (COLUMNNAME_IsReceipt, Boolean.valueOf(IsReceipt)); @@ -1083,7 +1050,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Receipt. @return This is a sales transaction (receipt) */ - public boolean isReceipt () + public boolean isReceipt() { Object oo = get_Value(COLUMNNAME_IsReceipt); if (oo != null) @@ -1096,9 +1063,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -1107,7 +1073,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -1120,7 +1086,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Voided. - @param IsVoided Voided */ + @param IsVoided Voided + */ public void setIsVoided (boolean IsVoided) { set_Value (COLUMNNAME_IsVoided, Boolean.valueOf(IsVoided)); @@ -1128,7 +1095,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Voided. @return Voided */ - public boolean isVoided () + public boolean isVoided() { Object oo = get_Value(COLUMNNAME_IsVoided); if (oo != null) @@ -1141,9 +1108,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Micr. - @param Micr - Combination of routing no, account and check no - */ + @param Micr Combination of routing no, account and check no + */ public void setMicr (String Micr) { set_Value (COLUMNNAME_Micr, Micr); @@ -1152,15 +1118,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Micr. @return Combination of routing no, account and check no */ - public String getMicr () + public String getMicr() { return (String)get_Value(COLUMNNAME_Micr); } /** Set Original Transaction ID. - @param Orig_TrxID - Original Transaction ID - */ + @param Orig_TrxID Original Transaction ID + */ public void setOrig_TrxID (String Orig_TrxID) { set_Value (COLUMNNAME_Orig_TrxID, Orig_TrxID); @@ -1169,15 +1134,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Original Transaction ID. @return Original Transaction ID */ - public String getOrig_TrxID () + public String getOrig_TrxID() { return (String)get_Value(COLUMNNAME_Orig_TrxID); } /** Set Payment amount. - @param PayAmt - Amount being paid - */ + @param PayAmt Amount being paid + */ public void setPayAmt (BigDecimal PayAmt) { set_Value (COLUMNNAME_PayAmt, PayAmt); @@ -1186,7 +1150,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Payment amount. @return Amount being paid */ - public BigDecimal getPayAmt () + public BigDecimal getPayAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PayAmt); if (bd == null) @@ -1195,9 +1159,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set PO Number. - @param PONum - Purchase Order Number - */ + @param PONum Purchase Order Number + */ public void setPONum (String PONum) { set_Value (COLUMNNAME_PONum, PONum); @@ -1206,15 +1169,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get PO Number. @return Purchase Order Number */ - public String getPONum () + public String getPONum() { return (String)get_Value(COLUMNNAME_PONum); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1223,7 +1185,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1236,9 +1198,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Authorization Code. - @param R_AuthCode - Authorization Code returned - */ + @param R_AuthCode Authorization Code returned + */ public void setR_AuthCode (String R_AuthCode) { set_ValueNoCheck (COLUMNNAME_R_AuthCode, R_AuthCode); @@ -1247,7 +1208,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Authorization Code. @return Authorization Code returned */ - public String getR_AuthCode () + public String getR_AuthCode() { return (String)get_Value(COLUMNNAME_R_AuthCode); } @@ -1261,9 +1222,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Match = Y */ public static final String R_AVSADDR_Match = "Y"; /** Set Address verified. - @param R_AvsAddr - This address has been verified - */ + @param R_AvsAddr This address has been verified + */ public void setR_AvsAddr (String R_AvsAddr) { @@ -1273,7 +1233,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Address verified. @return This address has been verified */ - public String getR_AvsAddr () + public String getR_AvsAddr() { return (String)get_Value(COLUMNNAME_R_AvsAddr); } @@ -1287,9 +1247,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Match = Y */ public static final String R_AVSZIP_Match = "Y"; /** Set Zip verified. - @param R_AvsZip - The Zip Code has been verified - */ + @param R_AvsZip The Zip Code has been verified + */ public void setR_AvsZip (String R_AvsZip) { @@ -1299,15 +1258,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Zip verified. @return The Zip Code has been verified */ - public String getR_AvsZip () + public String getR_AvsZip() { return (String)get_Value(COLUMNNAME_R_AvsZip); } /** Set CVV Match. - @param R_CVV2Match - Credit Card Verification Code Match - */ + @param R_CVV2Match Credit Card Verification Code Match + */ public void setR_CVV2Match (boolean R_CVV2Match) { set_ValueNoCheck (COLUMNNAME_R_CVV2Match, Boolean.valueOf(R_CVV2Match)); @@ -1316,7 +1274,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get CVV Match. @return Credit Card Verification Code Match */ - public boolean isR_CVV2Match () + public boolean isR_CVV2Match() { Object oo = get_Value(COLUMNNAME_R_CVV2Match); if (oo != null) @@ -1335,18 +1293,19 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Referenced Payment Transaction. - @param Ref_PaymentTransaction_ID Referenced Payment Transaction */ + @param Ref_PaymentTransaction_ID Referenced Payment Transaction + */ public void setRef_PaymentTransaction_ID (int Ref_PaymentTransaction_ID) { - if (Ref_PaymentTransaction_ID < 1) + if (Ref_PaymentTransaction_ID < 1) set_Value (COLUMNNAME_Ref_PaymentTransaction_ID, null); - else + else set_Value (COLUMNNAME_Ref_PaymentTransaction_ID, Integer.valueOf(Ref_PaymentTransaction_ID)); } /** Get Referenced Payment Transaction. @return Referenced Payment Transaction */ - public int getRef_PaymentTransaction_ID () + public int getRef_PaymentTransaction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Ref_PaymentTransaction_ID); if (ii == null) @@ -1355,9 +1314,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Info. - @param R_Info - Response info - */ + @param R_Info Response info + */ public void setR_Info (String R_Info) { set_ValueNoCheck (COLUMNNAME_R_Info, R_Info); @@ -1366,15 +1324,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Info. @return Response info */ - public String getR_Info () + public String getR_Info() { return (String)get_Value(COLUMNNAME_R_Info); } /** Set Routing No. - @param RoutingNo - Bank Routing Number - */ + @param RoutingNo Bank Routing Number + */ public void setRoutingNo (String RoutingNo) { set_Value (COLUMNNAME_RoutingNo, RoutingNo); @@ -1383,15 +1340,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Routing No. @return Bank Routing Number */ - public String getRoutingNo () + public String getRoutingNo() { return (String)get_Value(COLUMNNAME_RoutingNo); } /** Set Reference. - @param R_PnRef - Payment reference - */ + @param R_PnRef Payment reference + */ public void setR_PnRef (String R_PnRef) { set_ValueNoCheck (COLUMNNAME_R_PnRef, R_PnRef); @@ -1400,15 +1356,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Reference. @return Payment reference */ - public String getR_PnRef () + public String getR_PnRef() { return (String)get_Value(COLUMNNAME_R_PnRef); } /** Set Response Message. - @param R_RespMsg - Response message - */ + @param R_RespMsg Response message + */ public void setR_RespMsg (String R_RespMsg) { set_ValueNoCheck (COLUMNNAME_R_RespMsg, R_RespMsg); @@ -1417,15 +1372,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Response Message. @return Response message */ - public String getR_RespMsg () + public String getR_RespMsg() { return (String)get_Value(COLUMNNAME_R_RespMsg); } /** Set Result. - @param R_Result - Result of transmission - */ + @param R_Result Result of transmission + */ public void setR_Result (String R_Result) { set_ValueNoCheck (COLUMNNAME_R_Result, R_Result); @@ -1434,13 +1388,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Result. @return Result of transmission */ - public String getR_Result () + public String getR_Result() { return (String)get_Value(COLUMNNAME_R_Result); } /** Set Void Message. - @param R_VoidMsg Void Message */ + @param R_VoidMsg Void Message + */ public void setR_VoidMsg (String R_VoidMsg) { set_Value (COLUMNNAME_R_VoidMsg, R_VoidMsg); @@ -1448,15 +1403,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Void Message. @return Void Message */ - public String getR_VoidMsg () + public String getR_VoidMsg() { return (String)get_Value(COLUMNNAME_R_VoidMsg); } /** Set Swift code. - @param SwiftCode - Swift Code or BIC - */ + @param SwiftCode Swift Code or BIC + */ public void setSwiftCode (String SwiftCode) { set_Value (COLUMNNAME_SwiftCode, SwiftCode); @@ -1465,15 +1419,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Swift code. @return Swift Code or BIC */ - public String getSwiftCode () + public String getSwiftCode() { return (String)get_Value(COLUMNNAME_SwiftCode); } /** Set Tax Amount. - @param TaxAmt - Tax Amount for a document - */ + @param TaxAmt Tax Amount for a document + */ public void setTaxAmt (BigDecimal TaxAmt) { set_Value (COLUMNNAME_TaxAmt, TaxAmt); @@ -1482,7 +1435,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Tax Amount. @return Tax Amount for a document */ - public BigDecimal getTaxAmt () + public BigDecimal getTaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxAmt); if (bd == null) @@ -1505,9 +1458,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Cash = X */ public static final String TENDERTYPE_Cash = "X"; /** Set Tender type. - @param TenderType - Method of Payment - */ + @param TenderType Method of Payment + */ public void setTenderType (String TenderType) { @@ -1517,7 +1469,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Tender type. @return Method of Payment */ - public String getTenderType () + public String getTenderType() { return (String)get_Value(COLUMNNAME_TenderType); } @@ -1537,9 +1489,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Void = V */ public static final String TRXTYPE_Void = "V"; /** Set Transaction Type. - @param TrxType - Type of credit card transaction - */ + @param TrxType Type of credit card transaction + */ public void setTrxType (String TrxType) { @@ -1549,7 +1500,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Transaction Type. @return Type of credit card transaction */ - public String getTrxType () + public String getTrxType() { return (String)get_Value(COLUMNNAME_TrxType); } @@ -1561,21 +1512,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -1590,21 +1540,20 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) @@ -1613,9 +1562,8 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction } /** Set Voice authorization code. - @param VoiceAuthCode - Voice Authorization Code from credit card company - */ + @param VoiceAuthCode Voice Authorization Code from credit card company + */ public void setVoiceAuthCode (String VoiceAuthCode) { set_Value (COLUMNNAME_VoiceAuthCode, VoiceAuthCode); @@ -1624,13 +1572,14 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Voice authorization code. @return Voice Authorization Code from credit card company */ - public String getVoiceAuthCode () + public String getVoiceAuthCode() { return (String)get_Value(COLUMNNAME_VoiceAuthCode); } /** Set Void It. - @param VoidIt Void It */ + @param VoidIt Void It + */ public void setVoidIt (String VoidIt) { set_Value (COLUMNNAME_VoidIt, VoidIt); @@ -1638,7 +1587,7 @@ public class X_C_PaymentTransaction extends PO implements I_C_PaymentTransaction /** Get Void It. @return Void It */ - public String getVoidIt () + public String getVoidIt() { return (String)get_Value(COLUMNNAME_VoidIt); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Period.java b/org.adempiere.base/src/org/compiere/model/X_C_Period.java index 6a68ac21d6..8ee51af2ba 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Period.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Period.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Period * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Period") public class X_C_Period extends PO implements I_C_Period, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Period (Properties ctx, int C_Period_ID, String trxName) @@ -79,21 +79,20 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Period_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -102,7 +101,8 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent } /** Set C_Period_UU. - @param C_Period_UU C_Period_UU */ + @param C_Period_UU C_Period_UU + */ public void setC_Period_UU (String C_Period_UU) { set_Value (COLUMNNAME_C_Period_UU, C_Period_UU); @@ -110,7 +110,7 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent /** Get C_Period_UU. @return C_Period_UU */ - public String getC_Period_UU () + public String getC_Period_UU() { return (String)get_Value(COLUMNNAME_C_Period_UU); } @@ -122,21 +122,20 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent } /** Set Year. - @param C_Year_ID - Calendar Year - */ + @param C_Year_ID Calendar Year + */ public void setC_Year_ID (int C_Year_ID) { - if (C_Year_ID < 1) + if (C_Year_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Year_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Year_ID, Integer.valueOf(C_Year_ID)); } /** Get Year. @return Calendar Year */ - public int getC_Year_ID () + public int getC_Year_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Year_ID); if (ii == null) @@ -145,9 +144,8 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent } /** Set End Date. - @param EndDate - Last effective date (inclusive) - */ + @param EndDate Last effective date (inclusive) + */ public void setEndDate (Timestamp EndDate) { set_Value (COLUMNNAME_EndDate, EndDate); @@ -156,15 +154,14 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent /** Get End Date. @return Last effective date (inclusive) */ - public Timestamp getEndDate () + public Timestamp getEndDate() { return (Timestamp)get_Value(COLUMNNAME_EndDate); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -173,7 +170,7 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -187,9 +184,8 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent } /** Set Period No. - @param PeriodNo - Unique Period Number - */ + @param PeriodNo Unique Period Number + */ public void setPeriodNo (int PeriodNo) { set_Value (COLUMNNAME_PeriodNo, Integer.valueOf(PeriodNo)); @@ -198,7 +194,7 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent /** Get Period No. @return Unique Period Number */ - public int getPeriodNo () + public int getPeriodNo() { Integer ii = (Integer)get_Value(COLUMNNAME_PeriodNo); if (ii == null) @@ -213,9 +209,8 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent /** Standard Calendar Period = S */ public static final String PERIODTYPE_StandardCalendarPeriod = "S"; /** Set Period Type. - @param PeriodType - Period Type - */ + @param PeriodType Period Type + */ public void setPeriodType (String PeriodType) { @@ -225,13 +220,14 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent /** Get Period Type. @return Period Type */ - public String getPeriodType () + public String getPeriodType() { return (String)get_Value(COLUMNNAME_PeriodType); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -239,7 +235,7 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -252,9 +248,8 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent } /** Set Start Date. - @param StartDate - First effective day (inclusive) - */ + @param StartDate First effective day (inclusive) + */ public void setStartDate (Timestamp StartDate) { set_Value (COLUMNNAME_StartDate, StartDate); @@ -263,7 +258,7 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent /** Get Start Date. @return First effective day (inclusive) */ - public Timestamp getStartDate () + public Timestamp getStartDate() { return (Timestamp)get_Value(COLUMNNAME_StartDate); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PeriodControl.java b/org.adempiere.base/src/org/compiere/model/X_C_PeriodControl.java index 73d51afcea..dd83d6c660 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PeriodControl.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PeriodControl.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_PeriodControl * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_PeriodControl") public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_PeriodControl (Properties ctx, int C_PeriodControl_ID, String trxName) @@ -76,18 +76,19 @@ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persis } /** Set Period Control. - @param C_PeriodControl_ID Period Control */ + @param C_PeriodControl_ID Period Control + */ public void setC_PeriodControl_ID (int C_PeriodControl_ID) { - if (C_PeriodControl_ID < 1) + if (C_PeriodControl_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PeriodControl_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PeriodControl_ID, Integer.valueOf(C_PeriodControl_ID)); } /** Get Period Control. @return Period Control */ - public int getC_PeriodControl_ID () + public int getC_PeriodControl_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PeriodControl_ID); if (ii == null) @@ -104,7 +105,8 @@ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persis } /** Set C_PeriodControl_UU. - @param C_PeriodControl_UU C_PeriodControl_UU */ + @param C_PeriodControl_UU C_PeriodControl_UU + */ public void setC_PeriodControl_UU (String C_PeriodControl_UU) { set_Value (COLUMNNAME_C_PeriodControl_UU, C_PeriodControl_UU); @@ -112,7 +114,7 @@ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persis /** Get C_PeriodControl_UU. @return C_PeriodControl_UU */ - public String getC_PeriodControl_UU () + public String getC_PeriodControl_UU() { return (String)get_Value(COLUMNNAME_C_PeriodControl_UU); } @@ -124,21 +126,20 @@ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persis } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Period_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -213,9 +214,8 @@ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persis /** Sales Order = SOO */ public static final String DOCBASETYPE_SalesOrder = "SOO"; /** Set Document BaseType. - @param DocBaseType - Logical type of document - */ + @param DocBaseType Logical type of document + */ public void setDocBaseType (String DocBaseType) { @@ -225,7 +225,7 @@ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persis /** Get Document BaseType. @return Logical type of document */ - public String getDocBaseType () + public String getDocBaseType() { return (String)get_Value(COLUMNNAME_DocBaseType); } @@ -234,16 +234,15 @@ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persis public static final int PERIODACTION_AD_Reference_ID=176; /** Close Period = C */ public static final String PERIODACTION_ClosePeriod = "C"; - /** = N */ + /** <No Action> = N */ public static final String PERIODACTION_NoAction = "N"; /** Open Period = O */ public static final String PERIODACTION_OpenPeriod = "O"; /** Permanently Close Period = P */ public static final String PERIODACTION_PermanentlyClosePeriod = "P"; /** Set Period Action. - @param PeriodAction - Action taken for this period - */ + @param PeriodAction Action taken for this period + */ public void setPeriodAction (String PeriodAction) { @@ -253,7 +252,7 @@ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persis /** Get Period Action. @return Action taken for this period */ - public String getPeriodAction () + public String getPeriodAction() { return (String)get_Value(COLUMNNAME_PeriodAction); } @@ -269,9 +268,8 @@ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persis /** Permanently closed = P */ public static final String PERIODSTATUS_PermanentlyClosed = "P"; /** Set Period Status. - @param PeriodStatus - Current state of this period - */ + @param PeriodStatus Current state of this period + */ public void setPeriodStatus (String PeriodStatus) { @@ -281,13 +279,14 @@ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persis /** Get Period Status. @return Current state of this period */ - public String getPeriodStatus () + public String getPeriodStatus() { return (String)get_Value(COLUMNNAME_PeriodStatus); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -295,7 +294,7 @@ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persis /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Phase.java b/org.adempiere.base/src/org/compiere/model/X_C_Phase.java index 92145dd859..67dcb3cac4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Phase.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Phase.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Phase * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Phase") public class X_C_Phase extends PO implements I_C_Phase, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Phase (Properties ctx, int C_Phase_ID, String trxName) @@ -80,21 +80,20 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent } /** Set Standard Phase. - @param C_Phase_ID - Standard Phase of the Project Type - */ + @param C_Phase_ID Standard Phase of the Project Type + */ public void setC_Phase_ID (int C_Phase_ID) { - if (C_Phase_ID < 1) + if (C_Phase_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Phase_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Phase_ID, Integer.valueOf(C_Phase_ID)); } /** Get Standard Phase. @return Standard Phase of the Project Type */ - public int getC_Phase_ID () + public int getC_Phase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Phase_ID); if (ii == null) @@ -103,7 +102,8 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent } /** Set C_Phase_UU. - @param C_Phase_UU C_Phase_UU */ + @param C_Phase_UU C_Phase_UU + */ public void setC_Phase_UU (String C_Phase_UU) { set_Value (COLUMNNAME_C_Phase_UU, C_Phase_UU); @@ -111,7 +111,7 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent /** Get C_Phase_UU. @return C_Phase_UU */ - public String getC_Phase_UU () + public String getC_Phase_UU() { return (String)get_Value(COLUMNNAME_C_Phase_UU); } @@ -123,21 +123,20 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent } /** Set Project Type. - @param C_ProjectType_ID - Type of the project - */ + @param C_ProjectType_ID Type of the project + */ public void setC_ProjectType_ID (int C_ProjectType_ID) { - if (C_ProjectType_ID < 1) + if (C_ProjectType_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectType_ID, Integer.valueOf(C_ProjectType_ID)); } /** Get Project Type. @return Type of the project */ - public int getC_ProjectType_ID () + public int getC_ProjectType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectType_ID); if (ii == null) @@ -146,9 +145,8 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -157,15 +155,14 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -174,7 +171,7 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -186,21 +183,20 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -209,9 +205,8 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -220,7 +215,7 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -234,9 +229,8 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -245,7 +239,7 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -254,9 +248,8 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent } /** Set Standard Quantity. - @param StandardQty - Standard Quantity - */ + @param StandardQty Standard Quantity + */ public void setStandardQty (BigDecimal StandardQty) { set_Value (COLUMNNAME_StandardQty, StandardQty); @@ -265,7 +258,7 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent /** Get Standard Quantity. @return Standard Quantity */ - public BigDecimal getStandardQty () + public BigDecimal getStandardQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_StandardQty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Project.java b/org.adempiere.base/src/org/compiere/model/X_C_Project.java index fd4442b1cd..1ae0c536fe 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Project.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Project.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Project * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Project") public class X_C_Project extends PO implements I_C_Project, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Project (Properties ctx, int C_Project_ID, String trxName) @@ -94,21 +94,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -123,21 +122,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -152,21 +150,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -180,22 +177,21 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -210,21 +206,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -239,21 +234,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set BPartner (Agent). - @param C_BPartnerSR_ID - Business Partner (Agent or Sales Rep) - */ + @param C_BPartnerSR_ID Business Partner (Agent or Sales Rep) + */ public void setC_BPartnerSR_ID (int C_BPartnerSR_ID) { - if (C_BPartnerSR_ID < 1) + if (C_BPartnerSR_ID < 1) set_Value (COLUMNNAME_C_BPartnerSR_ID, null); - else + else set_Value (COLUMNNAME_C_BPartnerSR_ID, Integer.valueOf(C_BPartnerSR_ID)); } /** Get BPartner (Agent). @return Business Partner (Agent or Sales Rep) */ - public int getC_BPartnerSR_ID () + public int getC_BPartnerSR_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartnerSR_ID); if (ii == null) @@ -268,21 +262,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -297,21 +290,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -320,9 +312,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Committed Amount. - @param CommittedAmt - The (legal) commitment amount - */ + @param CommittedAmt The (legal) commitment amount + */ public void setCommittedAmt (BigDecimal CommittedAmt) { set_Value (COLUMNNAME_CommittedAmt, CommittedAmt); @@ -331,7 +322,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Committed Amount. @return The (legal) commitment amount */ - public BigDecimal getCommittedAmt () + public BigDecimal getCommittedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CommittedAmt); if (bd == null) @@ -340,9 +331,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Committed Quantity. - @param CommittedQty - The (legal) commitment Quantity - */ + @param CommittedQty The (legal) commitment Quantity + */ public void setCommittedQty (BigDecimal CommittedQty) { set_Value (COLUMNNAME_CommittedQty, CommittedQty); @@ -351,7 +341,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Committed Quantity. @return The (legal) commitment Quantity */ - public BigDecimal getCommittedQty () + public BigDecimal getCommittedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CommittedQty); if (bd == null) @@ -360,9 +350,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Copy From. - @param CopyFrom - Copy From Record - */ + @param CopyFrom Copy From Record + */ public void setCopyFrom (String CopyFrom) { set_Value (COLUMNNAME_CopyFrom, CopyFrom); @@ -371,7 +360,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Copy From. @return Copy From Record */ - public String getCopyFrom () + public String getCopyFrom() { return (String)get_Value(COLUMNNAME_CopyFrom); } @@ -383,21 +372,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Payment Term. - @param C_PaymentTerm_ID - The terms of Payment (timing, discount) - */ + @param C_PaymentTerm_ID The terms of Payment (timing, discount) + */ public void setC_PaymentTerm_ID (int C_PaymentTerm_ID) { - if (C_PaymentTerm_ID < 1) + if (C_PaymentTerm_ID < 1) set_Value (COLUMNNAME_C_PaymentTerm_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentTerm_ID, Integer.valueOf(C_PaymentTerm_ID)); } /** Get Payment Term. @return The terms of Payment (timing, discount) */ - public int getC_PaymentTerm_ID () + public int getC_PaymentTerm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentTerm_ID); if (ii == null) @@ -412,21 +400,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Standard Phase. - @param C_Phase_ID - Standard Phase of the Project Type - */ + @param C_Phase_ID Standard Phase of the Project Type + */ public void setC_Phase_ID (int C_Phase_ID) { - if (C_Phase_ID < 1) + if (C_Phase_ID < 1) set_Value (COLUMNNAME_C_Phase_ID, null); - else + else set_Value (COLUMNNAME_C_Phase_ID, Integer.valueOf(C_Phase_ID)); } /** Get Standard Phase. @return Standard Phase of the Project Type */ - public int getC_Phase_ID () + public int getC_Phase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Phase_ID); if (ii == null) @@ -435,21 +422,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Project_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -458,21 +444,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Project Type. - @param C_ProjectType_ID - Type of the project - */ + @param C_ProjectType_ID Type of the project + */ public void setC_ProjectType_ID (int C_ProjectType_ID) { - if (C_ProjectType_ID < 1) + if (C_ProjectType_ID < 1) set_Value (COLUMNNAME_C_ProjectType_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectType_ID, Integer.valueOf(C_ProjectType_ID)); } /** Get Project Type. @return Type of the project */ - public int getC_ProjectType_ID () + public int getC_ProjectType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectType_ID); if (ii == null) @@ -481,7 +466,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set C_Project_UU. - @param C_Project_UU C_Project_UU */ + @param C_Project_UU C_Project_UU + */ public void setC_Project_UU (String C_Project_UU) { set_Value (COLUMNNAME_C_Project_UU, C_Project_UU); @@ -489,15 +475,14 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get C_Project_UU. @return C_Project_UU */ - public String getC_Project_UU () + public String getC_Project_UU() { return (String)get_Value(COLUMNNAME_C_Project_UU); } /** Set Contract Date. - @param DateContract - The (planned) effective date of this document. - */ + @param DateContract The (planned) effective date of this document. + */ public void setDateContract (Timestamp DateContract) { set_Value (COLUMNNAME_DateContract, DateContract); @@ -506,15 +491,14 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Contract Date. @return The (planned) effective date of this document. */ - public Timestamp getDateContract () + public Timestamp getDateContract() { return (Timestamp)get_Value(COLUMNNAME_DateContract); } /** Set Finish Date. - @param DateFinish - Finish or (planned) completion date - */ + @param DateFinish Finish or (planned) completion date + */ public void setDateFinish (Timestamp DateFinish) { set_Value (COLUMNNAME_DateFinish, DateFinish); @@ -523,15 +507,14 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Finish Date. @return Finish or (planned) completion date */ - public Timestamp getDateFinish () + public Timestamp getDateFinish() { return (Timestamp)get_Value(COLUMNNAME_DateFinish); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -540,15 +523,14 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Generate To. - @param GenerateTo - Generate To - */ + @param GenerateTo Generate To + */ public void setGenerateTo (String GenerateTo) { set_Value (COLUMNNAME_GenerateTo, GenerateTo); @@ -557,15 +539,14 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Generate To. @return Generate To */ - public String getGenerateTo () + public String getGenerateTo() { return (String)get_Value(COLUMNNAME_GenerateTo); } /** Set Invoiced Amount. - @param InvoicedAmt - The amount invoiced - */ + @param InvoicedAmt The amount invoiced + */ public void setInvoicedAmt (BigDecimal InvoicedAmt) { set_ValueNoCheck (COLUMNNAME_InvoicedAmt, InvoicedAmt); @@ -574,7 +555,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Invoiced Amount. @return The amount invoiced */ - public BigDecimal getInvoicedAmt () + public BigDecimal getInvoicedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_InvoicedAmt); if (bd == null) @@ -582,19 +563,18 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent return bd; } - /** Set Quantity Invoiced . - @param InvoicedQty - The quantity invoiced - */ + /** Set Quantity Invoiced. + @param InvoicedQty The quantity invoiced + */ public void setInvoicedQty (BigDecimal InvoicedQty) { set_ValueNoCheck (COLUMNNAME_InvoicedQty, InvoicedQty); } - /** Get Quantity Invoiced . + /** Get Quantity Invoiced. @return The quantity invoiced */ - public BigDecimal getInvoicedQty () + public BigDecimal getInvoicedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_InvoicedQty); if (bd == null) @@ -603,9 +583,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Commitment is Ceiling. - @param IsCommitCeiling - The commitment amount/quantity is the chargeable ceiling - */ + @param IsCommitCeiling The commitment amount/quantity is the chargeable ceiling + */ public void setIsCommitCeiling (boolean IsCommitCeiling) { set_Value (COLUMNNAME_IsCommitCeiling, Boolean.valueOf(IsCommitCeiling)); @@ -614,7 +593,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Commitment is Ceiling. @return The commitment amount/quantity is the chargeable ceiling */ - public boolean isCommitCeiling () + public boolean isCommitCeiling() { Object oo = get_Value(COLUMNNAME_IsCommitCeiling); if (oo != null) @@ -627,9 +606,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Commitment. - @param IsCommitment - Is this document a (legal) commitment? - */ + @param IsCommitment Is this document a (legal) commitment? + */ public void setIsCommitment (boolean IsCommitment) { set_Value (COLUMNNAME_IsCommitment, Boolean.valueOf(IsCommitment)); @@ -638,7 +616,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Commitment. @return Is this document a (legal) commitment? */ - public boolean isCommitment () + public boolean isCommitment() { Object oo = get_Value(COLUMNNAME_IsCommitment); if (oo != null) @@ -651,9 +629,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -662,7 +639,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -681,21 +658,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Price List Version. - @param M_PriceList_Version_ID - Identifies a unique instance of a Price List - */ + @param M_PriceList_Version_ID Identifies a unique instance of a Price List + */ public void setM_PriceList_Version_ID (int M_PriceList_Version_ID) { - if (M_PriceList_Version_ID < 1) + if (M_PriceList_Version_ID < 1) set_Value (COLUMNNAME_M_PriceList_Version_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_Version_ID, Integer.valueOf(M_PriceList_Version_ID)); } /** Get Price List Version. @return Identifies a unique instance of a Price List */ - public int getM_PriceList_Version_ID () + public int getM_PriceList_Version_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_Version_ID); if (ii == null) @@ -710,21 +686,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -733,9 +708,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -744,15 +718,14 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Note. - @param Note - Optional additional user defined information - */ + @param Note Optional additional user defined information + */ public void setNote (String Note) { set_Value (COLUMNNAME_Note, Note); @@ -761,15 +734,14 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Note. @return Optional additional user defined information */ - public String getNote () + public String getNote() { return (String)get_Value(COLUMNNAME_Note); } /** Set Planned Amount. - @param PlannedAmt - Planned amount for this project - */ + @param PlannedAmt Planned amount for this project + */ public void setPlannedAmt (BigDecimal PlannedAmt) { set_Value (COLUMNNAME_PlannedAmt, PlannedAmt); @@ -778,7 +750,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Planned Amount. @return Planned amount for this project */ - public BigDecimal getPlannedAmt () + public BigDecimal getPlannedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PlannedAmt); if (bd == null) @@ -787,18 +759,17 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Planned Margin. - @param PlannedMarginAmt - Project's planned margin amount - */ + @param PlannedMarginAmt Project's planned margin amount + */ public void setPlannedMarginAmt (BigDecimal PlannedMarginAmt) { set_Value (COLUMNNAME_PlannedMarginAmt, PlannedMarginAmt); } /** Get Planned Margin. - @return Project's planned margin amount + @return Project's planned margin amount */ - public BigDecimal getPlannedMarginAmt () + public BigDecimal getPlannedMarginAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PlannedMarginAmt); if (bd == null) @@ -807,9 +778,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Planned Quantity. - @param PlannedQty - Planned quantity for this project - */ + @param PlannedQty Planned quantity for this project + */ public void setPlannedQty (BigDecimal PlannedQty) { set_Value (COLUMNNAME_PlannedQty, PlannedQty); @@ -818,7 +788,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Planned Quantity. @return Planned quantity for this project */ - public BigDecimal getPlannedQty () + public BigDecimal getPlannedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PlannedQty); if (bd == null) @@ -827,9 +797,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Order Reference. - @param POReference - Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner - */ + @param POReference Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner + */ public void setPOReference (String POReference) { set_Value (COLUMNNAME_POReference, POReference); @@ -838,15 +807,14 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Order Reference. @return Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner */ - public String getPOReference () + public String getPOReference() { return (String)get_Value(COLUMNNAME_POReference); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -855,7 +823,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -868,7 +836,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -876,7 +845,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -889,9 +858,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Project Balance. - @param ProjectBalanceAmt - Total Project Balance - */ + @param ProjectBalanceAmt Total Project Balance + */ public void setProjectBalanceAmt (BigDecimal ProjectBalanceAmt) { set_ValueNoCheck (COLUMNNAME_ProjectBalanceAmt, ProjectBalanceAmt); @@ -900,7 +868,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Project Balance. @return Total Project Balance */ - public BigDecimal getProjectBalanceAmt () + public BigDecimal getProjectBalanceAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProjectBalanceAmt); if (bd == null) @@ -919,9 +887,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Work Order (Job) = W */ public static final String PROJECTCATEGORY_WorkOrderJob = "W"; /** Set Project Category. - @param ProjectCategory - Project Category - */ + @param ProjectCategory Project Category + */ public void setProjectCategory (String ProjectCategory) { @@ -931,7 +898,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Project Category. @return Project Category */ - public String getProjectCategory () + public String getProjectCategory() { return (String)get_Value(COLUMNNAME_ProjectCategory); } @@ -945,9 +912,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Task = T */ public static final String PROJECTLINELEVEL_Task = "T"; /** Set Line Level. - @param ProjectLineLevel - Project Line Level - */ + @param ProjectLineLevel Project Line Level + */ public void setProjectLineLevel (String ProjectLineLevel) { @@ -957,7 +923,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Line Level. @return Project Line Level */ - public String getProjectLineLevel () + public String getProjectLineLevel() { return (String)get_Value(COLUMNNAME_ProjectLineLevel); } @@ -966,18 +932,17 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent public static final int PROJINVOICERULE_AD_Reference_ID=383; /** None = - */ public static final String PROJINVOICERULE_None = "-"; - /** Time&Material max Comitted = c */ + /** Time&Material max Comitted = c */ public static final String PROJINVOICERULE_TimeMaterialMaxComitted = "c"; /** Committed Amount = C */ public static final String PROJINVOICERULE_CommittedAmount = "C"; /** Product Quantity = P */ public static final String PROJINVOICERULE_ProductQuantity = "P"; - /** Time&Material = T */ + /** Time&Material = T */ public static final String PROJINVOICERULE_TimeMaterial = "T"; /** Set Invoice Rule. - @param ProjInvoiceRule - Invoice Rule for the project - */ + @param ProjInvoiceRule Invoice Rule for the project + */ public void setProjInvoiceRule (String ProjInvoiceRule) { @@ -987,7 +952,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Invoice Rule. @return Invoice Rule for the project */ - public String getProjInvoiceRule () + public String getProjInvoiceRule() { return (String)get_Value(COLUMNNAME_ProjInvoiceRule); } @@ -999,21 +964,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -1022,9 +986,8 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -1033,7 +996,7 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssue.java b/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssue.java index 6165a884b7..7a7fa24953 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssue.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssue.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_ProjectIssue * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ProjectIssue") public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ProjectIssue (Properties ctx, int C_ProjectIssue_ID, String trxName) @@ -98,21 +98,20 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Project_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -129,21 +128,20 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Project Issue. - @param C_ProjectIssue_ID - Project Issues (Material, Labor) - */ + @param C_ProjectIssue_ID Project Issues (Material, Labor) + */ public void setC_ProjectIssue_ID (int C_ProjectIssue_ID) { - if (C_ProjectIssue_ID < 1) + if (C_ProjectIssue_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectIssue_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectIssue_ID, Integer.valueOf(C_ProjectIssue_ID)); } /** Get Project Issue. @return Project Issues (Material, Labor) */ - public int getC_ProjectIssue_ID () + public int getC_ProjectIssue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectIssue_ID); if (ii == null) @@ -152,7 +150,8 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set C_ProjectIssue_UU. - @param C_ProjectIssue_UU C_ProjectIssue_UU */ + @param C_ProjectIssue_UU C_ProjectIssue_UU + */ public void setC_ProjectIssue_UU (String C_ProjectIssue_UU) { set_Value (COLUMNNAME_C_ProjectIssue_UU, C_ProjectIssue_UU); @@ -160,15 +159,14 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Get C_ProjectIssue_UU. @return C_ProjectIssue_UU */ - public String getC_ProjectIssue_UU () + public String getC_ProjectIssue_UU() { return (String)get_Value(COLUMNNAME_C_ProjectIssue_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -177,14 +175,14 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -213,9 +211,8 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -225,7 +222,7 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -257,9 +254,8 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -269,15 +265,14 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -286,7 +281,7 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -299,9 +294,8 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -310,7 +304,7 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -325,21 +319,20 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -354,21 +347,20 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_Value (COLUMNNAME_M_InOutLine_ID, null); - else + else set_Value (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -383,21 +375,20 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -406,9 +397,8 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Movement Date. - @param MovementDate - Date a product was moved in or out of inventory - */ + @param MovementDate Date a product was moved in or out of inventory + */ public void setMovementDate (Timestamp MovementDate) { set_Value (COLUMNNAME_MovementDate, MovementDate); @@ -417,15 +407,14 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Get Movement Date. @return Date a product was moved in or out of inventory */ - public Timestamp getMovementDate () + public Timestamp getMovementDate() { return (Timestamp)get_Value(COLUMNNAME_MovementDate); } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); @@ -434,7 +423,7 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) @@ -449,21 +438,20 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -472,9 +460,8 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -483,7 +470,7 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -496,9 +483,8 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -507,7 +493,7 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -520,9 +506,8 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -531,7 +516,7 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -540,7 +525,8 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -548,7 +534,7 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -567,21 +553,20 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_ValueNoCheck (COLUMNNAME_Reversal_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) @@ -596,21 +581,20 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste } /** Set Expense Line. - @param S_TimeExpenseLine_ID - Time and Expense Report Line - */ + @param S_TimeExpenseLine_ID Time and Expense Report Line + */ public void setS_TimeExpenseLine_ID (int S_TimeExpenseLine_ID) { - if (S_TimeExpenseLine_ID < 1) + if (S_TimeExpenseLine_ID < 1) set_Value (COLUMNNAME_S_TimeExpenseLine_ID, null); - else + else set_Value (COLUMNNAME_S_TimeExpenseLine_ID, Integer.valueOf(S_TimeExpenseLine_ID)); } /** Get Expense Line. @return Time and Expense Report Line */ - public int getS_TimeExpenseLine_ID () + public int getS_TimeExpenseLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_TimeExpenseLine_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssueMA.java b/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssueMA.java index 7e3b26c61e..4dc0e1a148 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssueMA.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssueMA.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_ProjectIssueMA * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ProjectIssueMA") public class X_C_ProjectIssueMA extends PO implements I_C_ProjectIssueMA, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_ProjectIssueMA extends PO implements I_C_ProjectIssueMA, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ProjectIssueMA (Properties ctx, int C_ProjectIssueMA_ID, String trxName) @@ -82,21 +82,20 @@ public class X_C_ProjectIssueMA extends PO implements I_C_ProjectIssueMA, I_Pers } /** Set Project Issue. - @param C_ProjectIssue_ID - Project Issues (Material, Labor) - */ + @param C_ProjectIssue_ID Project Issues (Material, Labor) + */ public void setC_ProjectIssue_ID (int C_ProjectIssue_ID) { - if (C_ProjectIssue_ID < 1) + if (C_ProjectIssue_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectIssue_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectIssue_ID, Integer.valueOf(C_ProjectIssue_ID)); } /** Get Project Issue. @return Project Issues (Material, Labor) */ - public int getC_ProjectIssue_ID () + public int getC_ProjectIssue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectIssue_ID); if (ii == null) @@ -113,7 +112,8 @@ public class X_C_ProjectIssueMA extends PO implements I_C_ProjectIssueMA, I_Pers } /** Set C_ProjectIssueMA_UU. - @param C_ProjectIssueMA_UU C_ProjectIssueMA_UU */ + @param C_ProjectIssueMA_UU C_ProjectIssueMA_UU + */ public void setC_ProjectIssueMA_UU (String C_ProjectIssueMA_UU) { set_Value (COLUMNNAME_C_ProjectIssueMA_UU, C_ProjectIssueMA_UU); @@ -121,7 +121,7 @@ public class X_C_ProjectIssueMA extends PO implements I_C_ProjectIssueMA, I_Pers /** Get C_ProjectIssueMA_UU. @return C_ProjectIssueMA_UU */ - public String getC_ProjectIssueMA_UU () + public String getC_ProjectIssueMA_UU() { return (String)get_Value(COLUMNNAME_C_ProjectIssueMA_UU); } @@ -133,21 +133,20 @@ public class X_C_ProjectIssueMA extends PO implements I_C_ProjectIssueMA, I_Pers } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -156,9 +155,8 @@ public class X_C_ProjectIssueMA extends PO implements I_C_ProjectIssueMA, I_Pers } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); @@ -167,7 +165,7 @@ public class X_C_ProjectIssueMA extends PO implements I_C_ProjectIssueMA, I_Pers /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ProjectLine.java b/org.adempiere.base/src/org/compiere/model/X_C_ProjectLine.java index 0b165dcb5f..e919ee8e94 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ProjectLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ProjectLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_ProjectLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ProjectLine") public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ProjectLine (Properties ctx, int C_ProjectLine_ID, String trxName) @@ -89,9 +89,8 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Committed Amount. - @param CommittedAmt - The (legal) commitment amount - */ + @param CommittedAmt The (legal) commitment amount + */ public void setCommittedAmt (BigDecimal CommittedAmt) { set_Value (COLUMNNAME_CommittedAmt, CommittedAmt); @@ -100,7 +99,7 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent /** Get Committed Amount. @return The (legal) commitment amount */ - public BigDecimal getCommittedAmt () + public BigDecimal getCommittedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CommittedAmt); if (bd == null) @@ -109,9 +108,8 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Committed Quantity. - @param CommittedQty - The (legal) commitment Quantity - */ + @param CommittedQty The (legal) commitment Quantity + */ public void setCommittedQty (BigDecimal CommittedQty) { set_Value (COLUMNNAME_CommittedQty, CommittedQty); @@ -120,7 +118,7 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent /** Get Committed Quantity. @return The (legal) commitment Quantity */ - public BigDecimal getCommittedQty () + public BigDecimal getCommittedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CommittedQty); if (bd == null) @@ -135,21 +133,20 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -164,21 +161,20 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Purchase Order. - @param C_OrderPO_ID - Purchase Order - */ + @param C_OrderPO_ID Purchase Order + */ public void setC_OrderPO_ID (int C_OrderPO_ID) { - if (C_OrderPO_ID < 1) + if (C_OrderPO_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderPO_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderPO_ID, Integer.valueOf(C_OrderPO_ID)); } /** Get Purchase Order. @return Purchase Order */ - public int getC_OrderPO_ID () + public int getC_OrderPO_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderPO_ID); if (ii == null) @@ -193,21 +189,20 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Project_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -222,21 +217,20 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Project Issue. - @param C_ProjectIssue_ID - Project Issues (Material, Labor) - */ + @param C_ProjectIssue_ID Project Issues (Material, Labor) + */ public void setC_ProjectIssue_ID (int C_ProjectIssue_ID) { - if (C_ProjectIssue_ID < 1) + if (C_ProjectIssue_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectIssue_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectIssue_ID, Integer.valueOf(C_ProjectIssue_ID)); } /** Get Project Issue. @return Project Issues (Material, Labor) */ - public int getC_ProjectIssue_ID () + public int getC_ProjectIssue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectIssue_ID); if (ii == null) @@ -245,21 +239,20 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Project Line. - @param C_ProjectLine_ID - Task or step in a project - */ + @param C_ProjectLine_ID Task or step in a project + */ public void setC_ProjectLine_ID (int C_ProjectLine_ID) { - if (C_ProjectLine_ID < 1) + if (C_ProjectLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectLine_ID, Integer.valueOf(C_ProjectLine_ID)); } /** Get Project Line. @return Task or step in a project */ - public int getC_ProjectLine_ID () + public int getC_ProjectLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectLine_ID); if (ii == null) @@ -268,7 +261,8 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set C_ProjectLine_UU. - @param C_ProjectLine_UU C_ProjectLine_UU */ + @param C_ProjectLine_UU C_ProjectLine_UU + */ public void setC_ProjectLine_UU (String C_ProjectLine_UU) { set_Value (COLUMNNAME_C_ProjectLine_UU, C_ProjectLine_UU); @@ -276,7 +270,7 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent /** Get C_ProjectLine_UU. @return C_ProjectLine_UU */ - public String getC_ProjectLine_UU () + public String getC_ProjectLine_UU() { return (String)get_Value(COLUMNNAME_C_ProjectLine_UU); } @@ -288,21 +282,20 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Project Phase. - @param C_ProjectPhase_ID - Phase of a Project - */ + @param C_ProjectPhase_ID Phase of a Project + */ public void setC_ProjectPhase_ID (int C_ProjectPhase_ID) { - if (C_ProjectPhase_ID < 1) + if (C_ProjectPhase_ID < 1) set_Value (COLUMNNAME_C_ProjectPhase_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID)); } /** Get Project Phase. @return Phase of a Project */ - public int getC_ProjectPhase_ID () + public int getC_ProjectPhase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID); if (ii == null) @@ -317,21 +310,20 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Project Task. - @param C_ProjectTask_ID - Actual Project Task in a Phase - */ + @param C_ProjectTask_ID Actual Project Task in a Phase + */ public void setC_ProjectTask_ID (int C_ProjectTask_ID) { - if (C_ProjectTask_ID < 1) + if (C_ProjectTask_ID < 1) set_Value (COLUMNNAME_C_ProjectTask_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectTask_ID, Integer.valueOf(C_ProjectTask_ID)); } /** Get Project Task. @return Actual Project Task in a Phase */ - public int getC_ProjectTask_ID () + public int getC_ProjectTask_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectTask_ID); if (ii == null) @@ -340,9 +332,8 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -351,13 +342,14 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Pricing. - @param DoPricing Pricing */ + @param DoPricing Pricing + */ public void setDoPricing (String DoPricing) { set_Value (COLUMNNAME_DoPricing, DoPricing); @@ -365,15 +357,14 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent /** Get Pricing. @return Pricing */ - public String getDoPricing () + public String getDoPricing() { return (String)get_Value(COLUMNNAME_DoPricing); } /** Set Invoiced Amount. - @param InvoicedAmt - The amount invoiced - */ + @param InvoicedAmt The amount invoiced + */ public void setInvoicedAmt (BigDecimal InvoicedAmt) { set_Value (COLUMNNAME_InvoicedAmt, InvoicedAmt); @@ -382,7 +373,7 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent /** Get Invoiced Amount. @return The amount invoiced */ - public BigDecimal getInvoicedAmt () + public BigDecimal getInvoicedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_InvoicedAmt); if (bd == null) @@ -390,19 +381,18 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent return bd; } - /** Set Quantity Invoiced . - @param InvoicedQty - The quantity invoiced - */ + /** Set Quantity Invoiced. + @param InvoicedQty The quantity invoiced + */ public void setInvoicedQty (BigDecimal InvoicedQty) { set_Value (COLUMNNAME_InvoicedQty, InvoicedQty); } - /** Get Quantity Invoiced . + /** Get Quantity Invoiced. @return The quantity invoiced */ - public BigDecimal getInvoicedQty () + public BigDecimal getInvoicedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_InvoicedQty); if (bd == null) @@ -411,9 +401,8 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -422,7 +411,7 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -435,9 +424,8 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -446,7 +434,7 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -469,21 +457,20 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -498,21 +485,20 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -527,21 +513,20 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Production. - @param M_Production_ID - Plan for producing a product - */ + @param M_Production_ID Plan for producing a product + */ public void setM_Production_ID (int M_Production_ID) { - if (M_Production_ID < 1) + if (M_Production_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Production_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Production_ID, Integer.valueOf(M_Production_ID)); } /** Get Production. @return Plan for producing a product */ - public int getM_Production_ID () + public int getM_Production_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Production_ID); if (ii == null) @@ -550,9 +535,8 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Planned Amount. - @param PlannedAmt - Planned amount for this project - */ + @param PlannedAmt Planned amount for this project + */ public void setPlannedAmt (BigDecimal PlannedAmt) { set_Value (COLUMNNAME_PlannedAmt, PlannedAmt); @@ -561,7 +545,7 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent /** Get Planned Amount. @return Planned amount for this project */ - public BigDecimal getPlannedAmt () + public BigDecimal getPlannedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PlannedAmt); if (bd == null) @@ -570,18 +554,17 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Planned Margin. - @param PlannedMarginAmt - Project's planned margin amount - */ + @param PlannedMarginAmt Project's planned margin amount + */ public void setPlannedMarginAmt (BigDecimal PlannedMarginAmt) { set_Value (COLUMNNAME_PlannedMarginAmt, PlannedMarginAmt); } /** Get Planned Margin. - @return Project's planned margin amount + @return Project's planned margin amount */ - public BigDecimal getPlannedMarginAmt () + public BigDecimal getPlannedMarginAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PlannedMarginAmt); if (bd == null) @@ -590,9 +573,8 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Planned Price. - @param PlannedPrice - Planned price for this project line - */ + @param PlannedPrice Planned price for this project line + */ public void setPlannedPrice (BigDecimal PlannedPrice) { set_Value (COLUMNNAME_PlannedPrice, PlannedPrice); @@ -601,7 +583,7 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent /** Get Planned Price. @return Planned price for this project line */ - public BigDecimal getPlannedPrice () + public BigDecimal getPlannedPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PlannedPrice); if (bd == null) @@ -610,9 +592,8 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Planned Quantity. - @param PlannedQty - Planned quantity for this project - */ + @param PlannedQty Planned quantity for this project + */ public void setPlannedQty (BigDecimal PlannedQty) { set_Value (COLUMNNAME_PlannedQty, PlannedQty); @@ -621,7 +602,7 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent /** Get Planned Quantity. @return Planned quantity for this project */ - public BigDecimal getPlannedQty () + public BigDecimal getPlannedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PlannedQty); if (bd == null) @@ -630,9 +611,8 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -641,7 +621,7 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ProjectPhase.java b/org.adempiere.base/src/org/compiere/model/X_C_ProjectPhase.java index 2491f142a2..a81efef09e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ProjectPhase.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ProjectPhase.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_ProjectPhase * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ProjectPhase") public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ProjectPhase (Properties ctx, int C_ProjectPhase_ID, String trxName) @@ -85,9 +85,8 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste } /** Set Committed Amount. - @param CommittedAmt - The (legal) commitment amount - */ + @param CommittedAmt The (legal) commitment amount + */ public void setCommittedAmt (BigDecimal CommittedAmt) { set_Value (COLUMNNAME_CommittedAmt, CommittedAmt); @@ -96,7 +95,7 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get Committed Amount. @return The (legal) commitment amount */ - public BigDecimal getCommittedAmt () + public BigDecimal getCommittedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CommittedAmt); if (bd == null) @@ -111,21 +110,20 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -140,21 +138,20 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste } /** Set Standard Phase. - @param C_Phase_ID - Standard Phase of the Project Type - */ + @param C_Phase_ID Standard Phase of the Project Type + */ public void setC_Phase_ID (int C_Phase_ID) { - if (C_Phase_ID < 1) + if (C_Phase_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Phase_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Phase_ID, Integer.valueOf(C_Phase_ID)); } /** Get Standard Phase. @return Standard Phase of the Project Type */ - public int getC_Phase_ID () + public int getC_Phase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Phase_ID); if (ii == null) @@ -169,21 +166,20 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Project_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -192,21 +188,20 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste } /** Set Project Phase. - @param C_ProjectPhase_ID - Phase of a Project - */ + @param C_ProjectPhase_ID Phase of a Project + */ public void setC_ProjectPhase_ID (int C_ProjectPhase_ID) { - if (C_ProjectPhase_ID < 1) + if (C_ProjectPhase_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID)); } /** Get Project Phase. @return Phase of a Project */ - public int getC_ProjectPhase_ID () + public int getC_ProjectPhase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID); if (ii == null) @@ -215,7 +210,8 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste } /** Set C_ProjectPhase_UU. - @param C_ProjectPhase_UU C_ProjectPhase_UU */ + @param C_ProjectPhase_UU C_ProjectPhase_UU + */ public void setC_ProjectPhase_UU (String C_ProjectPhase_UU) { set_Value (COLUMNNAME_C_ProjectPhase_UU, C_ProjectPhase_UU); @@ -223,15 +219,14 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get C_ProjectPhase_UU. @return C_ProjectPhase_UU */ - public String getC_ProjectPhase_UU () + public String getC_ProjectPhase_UU() { return (String)get_Value(COLUMNNAME_C_ProjectPhase_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -240,15 +235,14 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set End Date. - @param EndDate - Last effective date (inclusive) - */ + @param EndDate Last effective date (inclusive) + */ public void setEndDate (Timestamp EndDate) { set_Value (COLUMNNAME_EndDate, EndDate); @@ -257,15 +251,14 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get End Date. @return Last effective date (inclusive) */ - public Timestamp getEndDate () + public Timestamp getEndDate() { return (Timestamp)get_Value(COLUMNNAME_EndDate); } /** Set Generate Order. - @param GenerateOrder - Generate Order - */ + @param GenerateOrder Generate Order + */ public void setGenerateOrder (String GenerateOrder) { set_Value (COLUMNNAME_GenerateOrder, GenerateOrder); @@ -274,15 +267,14 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get Generate Order. @return Generate Order */ - public String getGenerateOrder () + public String getGenerateOrder() { return (String)get_Value(COLUMNNAME_GenerateOrder); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -291,15 +283,14 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Commitment is Ceiling. - @param IsCommitCeiling - The commitment amount/quantity is the chargeable ceiling - */ + @param IsCommitCeiling The commitment amount/quantity is the chargeable ceiling + */ public void setIsCommitCeiling (boolean IsCommitCeiling) { set_Value (COLUMNNAME_IsCommitCeiling, Boolean.valueOf(IsCommitCeiling)); @@ -308,7 +299,7 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get Commitment is Ceiling. @return The commitment amount/quantity is the chargeable ceiling */ - public boolean isCommitCeiling () + public boolean isCommitCeiling() { Object oo = get_Value(COLUMNNAME_IsCommitCeiling); if (oo != null) @@ -321,9 +312,8 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste } /** Set Complete. - @param IsComplete - It is complete - */ + @param IsComplete It is complete + */ public void setIsComplete (boolean IsComplete) { set_Value (COLUMNNAME_IsComplete, Boolean.valueOf(IsComplete)); @@ -332,7 +322,7 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get Complete. @return It is complete */ - public boolean isComplete () + public boolean isComplete() { Object oo = get_Value(COLUMNNAME_IsComplete); if (oo != null) @@ -351,21 +341,20 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -374,9 +363,8 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -385,15 +373,14 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Planned Amount. - @param PlannedAmt - Planned amount for this project - */ + @param PlannedAmt Planned amount for this project + */ public void setPlannedAmt (BigDecimal PlannedAmt) { set_Value (COLUMNNAME_PlannedAmt, PlannedAmt); @@ -402,7 +389,7 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get Planned Amount. @return Planned amount for this project */ - public BigDecimal getPlannedAmt () + public BigDecimal getPlannedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PlannedAmt); if (bd == null) @@ -411,9 +398,8 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste } /** Set Unit Price. - @param PriceActual - Actual Price - */ + @param PriceActual Actual Price + */ public void setPriceActual (BigDecimal PriceActual) { set_Value (COLUMNNAME_PriceActual, PriceActual); @@ -422,7 +408,7 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get Unit Price. @return Actual Price */ - public BigDecimal getPriceActual () + public BigDecimal getPriceActual() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceActual); if (bd == null) @@ -434,18 +420,17 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste public static final int PROJINVOICERULE_AD_Reference_ID=383; /** None = - */ public static final String PROJINVOICERULE_None = "-"; - /** Time&Material max Comitted = c */ + /** Time&Material max Comitted = c */ public static final String PROJINVOICERULE_TimeMaterialMaxComitted = "c"; /** Committed Amount = C */ public static final String PROJINVOICERULE_CommittedAmount = "C"; /** Product Quantity = P */ public static final String PROJINVOICERULE_ProductQuantity = "P"; - /** Time&Material = T */ + /** Time&Material = T */ public static final String PROJINVOICERULE_TimeMaterial = "T"; /** Set Invoice Rule. - @param ProjInvoiceRule - Invoice Rule for the project - */ + @param ProjInvoiceRule Invoice Rule for the project + */ public void setProjInvoiceRule (String ProjInvoiceRule) { @@ -455,15 +440,14 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get Invoice Rule. @return Invoice Rule for the project */ - public String getProjInvoiceRule () + public String getProjInvoiceRule() { return (String)get_Value(COLUMNNAME_ProjInvoiceRule); } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -472,7 +456,7 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -481,9 +465,8 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -492,7 +475,7 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -509,9 +492,8 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste } /** Set Start Date. - @param StartDate - First effective day (inclusive) - */ + @param StartDate First effective day (inclusive) + */ public void setStartDate (Timestamp StartDate) { set_Value (COLUMNNAME_StartDate, StartDate); @@ -520,7 +502,7 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste /** Get Start Date. @return First effective day (inclusive) */ - public Timestamp getStartDate () + public Timestamp getStartDate() { return (Timestamp)get_Value(COLUMNNAME_StartDate); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ProjectTask.java b/org.adempiere.base/src/org/compiere/model/X_C_ProjectTask.java index 8890382f8b..b20f258760 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ProjectTask.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ProjectTask.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_ProjectTask * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ProjectTask") public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ProjectTask (Properties ctx, int C_ProjectTask_ID, String trxName) @@ -82,9 +82,8 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent } /** Set Committed Amount. - @param CommittedAmt - The (legal) commitment amount - */ + @param CommittedAmt The (legal) commitment amount + */ public void setCommittedAmt (BigDecimal CommittedAmt) { set_Value (COLUMNNAME_CommittedAmt, CommittedAmt); @@ -93,7 +92,7 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent /** Get Committed Amount. @return The (legal) commitment amount */ - public BigDecimal getCommittedAmt () + public BigDecimal getCommittedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CommittedAmt); if (bd == null) @@ -108,21 +107,20 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent } /** Set Project Phase. - @param C_ProjectPhase_ID - Phase of a Project - */ + @param C_ProjectPhase_ID Phase of a Project + */ public void setC_ProjectPhase_ID (int C_ProjectPhase_ID) { - if (C_ProjectPhase_ID < 1) + if (C_ProjectPhase_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID)); } /** Get Project Phase. @return Phase of a Project */ - public int getC_ProjectPhase_ID () + public int getC_ProjectPhase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID); if (ii == null) @@ -131,21 +129,20 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent } /** Set Project Task. - @param C_ProjectTask_ID - Actual Project Task in a Phase - */ + @param C_ProjectTask_ID Actual Project Task in a Phase + */ public void setC_ProjectTask_ID (int C_ProjectTask_ID) { - if (C_ProjectTask_ID < 1) + if (C_ProjectTask_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectTask_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectTask_ID, Integer.valueOf(C_ProjectTask_ID)); } /** Get Project Task. @return Actual Project Task in a Phase */ - public int getC_ProjectTask_ID () + public int getC_ProjectTask_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectTask_ID); if (ii == null) @@ -154,7 +151,8 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent } /** Set C_ProjectTask_UU. - @param C_ProjectTask_UU C_ProjectTask_UU */ + @param C_ProjectTask_UU C_ProjectTask_UU + */ public void setC_ProjectTask_UU (String C_ProjectTask_UU) { set_Value (COLUMNNAME_C_ProjectTask_UU, C_ProjectTask_UU); @@ -162,7 +160,7 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent /** Get C_ProjectTask_UU. @return C_ProjectTask_UU */ - public String getC_ProjectTask_UU () + public String getC_ProjectTask_UU() { return (String)get_Value(COLUMNNAME_C_ProjectTask_UU); } @@ -174,21 +172,20 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent } /** Set Standard Task. - @param C_Task_ID - Standard Project Type Task - */ + @param C_Task_ID Standard Project Type Task + */ public void setC_Task_ID (int C_Task_ID) { - if (C_Task_ID < 1) + if (C_Task_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Task_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Task_ID, Integer.valueOf(C_Task_ID)); } /** Get Standard Task. @return Standard Project Type Task */ - public int getC_Task_ID () + public int getC_Task_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Task_ID); if (ii == null) @@ -197,9 +194,8 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -208,15 +204,14 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -225,7 +220,7 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -237,21 +232,20 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -260,9 +254,8 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -271,15 +264,14 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Planned Amount. - @param PlannedAmt - Planned amount for this project - */ + @param PlannedAmt Planned amount for this project + */ public void setPlannedAmt (BigDecimal PlannedAmt) { set_Value (COLUMNNAME_PlannedAmt, PlannedAmt); @@ -288,7 +280,7 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent /** Get Planned Amount. @return Planned amount for this project */ - public BigDecimal getPlannedAmt () + public BigDecimal getPlannedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PlannedAmt); if (bd == null) @@ -300,18 +292,17 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent public static final int PROJINVOICERULE_AD_Reference_ID=383; /** None = - */ public static final String PROJINVOICERULE_None = "-"; - /** Time&Material max Comitted = c */ + /** Time&Material max Comitted = c */ public static final String PROJINVOICERULE_TimeMaterialMaxComitted = "c"; /** Committed Amount = C */ public static final String PROJINVOICERULE_CommittedAmount = "C"; /** Product Quantity = P */ public static final String PROJINVOICERULE_ProductQuantity = "P"; - /** Time&Material = T */ + /** Time&Material = T */ public static final String PROJINVOICERULE_TimeMaterial = "T"; /** Set Invoice Rule. - @param ProjInvoiceRule - Invoice Rule for the project - */ + @param ProjInvoiceRule Invoice Rule for the project + */ public void setProjInvoiceRule (String ProjInvoiceRule) { @@ -321,15 +312,14 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent /** Get Invoice Rule. @return Invoice Rule for the project */ - public String getProjInvoiceRule () + public String getProjInvoiceRule() { return (String)get_Value(COLUMNNAME_ProjInvoiceRule); } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -338,7 +328,7 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -347,9 +337,8 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -358,7 +347,7 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ProjectType.java b/org.adempiere.base/src/org/compiere/model/X_C_ProjectType.java index 1ca833bfb4..826ead9db8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ProjectType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ProjectType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_ProjectType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ProjectType") public class X_C_ProjectType extends PO implements I_C_ProjectType, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_ProjectType extends PO implements I_C_ProjectType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ProjectType (Properties ctx, int C_ProjectType_ID, String trxName) @@ -75,21 +75,20 @@ public class X_C_ProjectType extends PO implements I_C_ProjectType, I_Persistent } /** Set Project Type. - @param C_ProjectType_ID - Type of the project - */ + @param C_ProjectType_ID Type of the project + */ public void setC_ProjectType_ID (int C_ProjectType_ID) { - if (C_ProjectType_ID < 1) + if (C_ProjectType_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectType_ID, Integer.valueOf(C_ProjectType_ID)); } /** Get Project Type. @return Type of the project */ - public int getC_ProjectType_ID () + public int getC_ProjectType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectType_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_C_ProjectType extends PO implements I_C_ProjectType, I_Persistent } /** Set C_ProjectType_UU. - @param C_ProjectType_UU C_ProjectType_UU */ + @param C_ProjectType_UU C_ProjectType_UU + */ public void setC_ProjectType_UU (String C_ProjectType_UU) { set_Value (COLUMNNAME_C_ProjectType_UU, C_ProjectType_UU); @@ -106,15 +106,14 @@ public class X_C_ProjectType extends PO implements I_C_ProjectType, I_Persistent /** Get C_ProjectType_UU. @return C_ProjectType_UU */ - public String getC_ProjectType_UU () + public String getC_ProjectType_UU() { return (String)get_Value(COLUMNNAME_C_ProjectType_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -123,15 +122,14 @@ public class X_C_ProjectType extends PO implements I_C_ProjectType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -140,15 +138,14 @@ public class X_C_ProjectType extends PO implements I_C_ProjectType, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -157,7 +154,7 @@ public class X_C_ProjectType extends PO implements I_C_ProjectType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -181,9 +178,8 @@ public class X_C_ProjectType extends PO implements I_C_ProjectType, I_Persistent /** Work Order (Job) = W */ public static final String PROJECTCATEGORY_WorkOrderJob = "W"; /** Set Project Category. - @param ProjectCategory - Project Category - */ + @param ProjectCategory Project Category + */ public void setProjectCategory (String ProjectCategory) { @@ -193,7 +189,7 @@ public class X_C_ProjectType extends PO implements I_C_ProjectType, I_Persistent /** Get Project Category. @return Project Category */ - public String getProjectCategory () + public String getProjectCategory() { return (String)get_Value(COLUMNNAME_ProjectCategory); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Project_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_Project_Acct.java index fc0378fd2c..a9381c7999 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Project_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Project_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_Project_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Project_Acct") public class X_C_Project_Acct extends PO implements I_C_Project_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_Project_Acct extends PO implements I_C_Project_Acct, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Project_Acct (Properties ctx, int C_Project_Acct_ID, String trxName) @@ -80,21 +80,20 @@ public class X_C_Project_Acct extends PO implements I_C_Project_Acct, I_Persiste } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -103,7 +102,8 @@ public class X_C_Project_Acct extends PO implements I_C_Project_Acct, I_Persiste } /** Set C_Project_Acct_UU. - @param C_Project_Acct_UU C_Project_Acct_UU */ + @param C_Project_Acct_UU C_Project_Acct_UU + */ public void setC_Project_Acct_UU (String C_Project_Acct_UU) { set_Value (COLUMNNAME_C_Project_Acct_UU, C_Project_Acct_UU); @@ -111,7 +111,7 @@ public class X_C_Project_Acct extends PO implements I_C_Project_Acct, I_Persiste /** Get C_Project_Acct_UU. @return C_Project_Acct_UU */ - public String getC_Project_Acct_UU () + public String getC_Project_Acct_UU() { return (String)get_Value(COLUMNNAME_C_Project_Acct_UU); } @@ -123,21 +123,20 @@ public class X_C_Project_Acct extends PO implements I_C_Project_Acct, I_Persiste } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Project_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -152,9 +151,8 @@ public class X_C_Project_Acct extends PO implements I_C_Project_Acct, I_Persiste } /** Set Project Asset. - @param PJ_Asset_Acct - Project Asset Account - */ + @param PJ_Asset_Acct Project Asset Account + */ public void setPJ_Asset_Acct (int PJ_Asset_Acct) { set_Value (COLUMNNAME_PJ_Asset_Acct, Integer.valueOf(PJ_Asset_Acct)); @@ -163,7 +161,7 @@ public class X_C_Project_Acct extends PO implements I_C_Project_Acct, I_Persiste /** Get Project Asset. @return Project Asset Account */ - public int getPJ_Asset_Acct () + public int getPJ_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_PJ_Asset_Acct); if (ii == null) @@ -178,9 +176,8 @@ public class X_C_Project_Acct extends PO implements I_C_Project_Acct, I_Persiste } /** Set Work In Progress. - @param PJ_WIP_Acct - Account for Work in Progress - */ + @param PJ_WIP_Acct Account for Work in Progress + */ public void setPJ_WIP_Acct (int PJ_WIP_Acct) { set_Value (COLUMNNAME_PJ_WIP_Acct, Integer.valueOf(PJ_WIP_Acct)); @@ -189,7 +186,7 @@ public class X_C_Project_Acct extends PO implements I_C_Project_Acct, I_Persiste /** Get Work In Progress. @return Account for Work in Progress */ - public int getPJ_WIP_Acct () + public int getPJ_WIP_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_PJ_WIP_Acct); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Recurring.java b/org.adempiere.base/src/org/compiere/model/X_C_Recurring.java index 7de1151869..6614000229 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Recurring.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Recurring.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Recurring * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Recurring") public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Recurring (Properties ctx, int C_Recurring_ID, String trxName) @@ -86,21 +86,20 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -115,21 +114,20 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_Value (COLUMNNAME_C_Order_ID, null); - else + else set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -144,21 +142,20 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -173,21 +170,20 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -202,18 +198,19 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent } /** Set Recurring Group. - @param C_RecurringGroup_ID Recurring Group */ + @param C_RecurringGroup_ID Recurring Group + */ public void setC_RecurringGroup_ID (int C_RecurringGroup_ID) { - if (C_RecurringGroup_ID < 1) + if (C_RecurringGroup_ID < 1) set_Value (COLUMNNAME_C_RecurringGroup_ID, null); - else + else set_Value (COLUMNNAME_C_RecurringGroup_ID, Integer.valueOf(C_RecurringGroup_ID)); } /** Get Recurring Group. @return Recurring Group */ - public int getC_RecurringGroup_ID () + public int getC_RecurringGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RecurringGroup_ID); if (ii == null) @@ -222,21 +219,20 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent } /** Set Recurring. - @param C_Recurring_ID - Recurring Document - */ + @param C_Recurring_ID Recurring Document + */ public void setC_Recurring_ID (int C_Recurring_ID) { - if (C_Recurring_ID < 1) + if (C_Recurring_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Recurring_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Recurring_ID, Integer.valueOf(C_Recurring_ID)); } /** Get Recurring. @return Recurring Document */ - public int getC_Recurring_ID () + public int getC_Recurring_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Recurring_ID); if (ii == null) @@ -245,7 +241,8 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent } /** Set C_Recurring_UU. - @param C_Recurring_UU C_Recurring_UU */ + @param C_Recurring_UU C_Recurring_UU + */ public void setC_Recurring_UU (String C_Recurring_UU) { set_Value (COLUMNNAME_C_Recurring_UU, C_Recurring_UU); @@ -253,15 +250,14 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Get C_Recurring_UU. @return C_Recurring_UU */ - public String getC_Recurring_UU () + public String getC_Recurring_UU() { return (String)get_Value(COLUMNNAME_C_Recurring_UU); } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_ValueNoCheck (COLUMNNAME_DateLastRun, DateLastRun); @@ -270,15 +266,14 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Date next run. - @param DateNextRun - Date the process will run next - */ + @param DateNextRun Date the process will run next + */ public void setDateNextRun (Timestamp DateNextRun) { set_Value (COLUMNNAME_DateNextRun, DateNextRun); @@ -287,15 +282,14 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Get Date next run. @return Date the process will run next */ - public Timestamp getDateNextRun () + public Timestamp getDateNextRun() { return (Timestamp)get_Value(COLUMNNAME_DateNextRun); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -304,15 +298,14 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Frequency. - @param Frequency - Frequency of events - */ + @param Frequency Frequency of events + */ public void setFrequency (int Frequency) { set_Value (COLUMNNAME_Frequency, Integer.valueOf(Frequency)); @@ -321,7 +314,7 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Get Frequency. @return Frequency of events */ - public int getFrequency () + public int getFrequency() { Integer ii = (Integer)get_Value(COLUMNNAME_Frequency); if (ii == null) @@ -340,9 +333,8 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Weekly = W */ public static final String FREQUENCYTYPE_Weekly = "W"; /** Set Frequency Type. - @param FrequencyType - Frequency of event - */ + @param FrequencyType Frequency of event + */ public void setFrequencyType (String FrequencyType) { @@ -352,7 +344,7 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Get Frequency Type. @return Frequency of event */ - public String getFrequencyType () + public String getFrequencyType() { return (String)get_Value(COLUMNNAME_FrequencyType); } @@ -364,21 +356,20 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent } /** Set Journal Batch. - @param GL_JournalBatch_ID - General Ledger Journal Batch - */ + @param GL_JournalBatch_ID General Ledger Journal Batch + */ public void setGL_JournalBatch_ID (int GL_JournalBatch_ID) { - if (GL_JournalBatch_ID < 1) + if (GL_JournalBatch_ID < 1) set_Value (COLUMNNAME_GL_JournalBatch_ID, null); - else + else set_Value (COLUMNNAME_GL_JournalBatch_ID, Integer.valueOf(GL_JournalBatch_ID)); } /** Get Journal Batch. @return General Ledger Journal Batch */ - public int getGL_JournalBatch_ID () + public int getGL_JournalBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalBatch_ID); if (ii == null) @@ -387,9 +378,8 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -398,15 +388,14 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -415,7 +404,7 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -429,7 +418,8 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -437,7 +427,7 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -462,9 +452,8 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Payment = P */ public static final String RECURRINGTYPE_Payment = "P"; /** Set Recurring Type. - @param RecurringType - Type of Recurring Document - */ + @param RecurringType Type of Recurring Document + */ public void setRecurringType (String RecurringType) { @@ -474,15 +463,14 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Get Recurring Type. @return Type of Recurring Document */ - public String getRecurringType () + public String getRecurringType() { return (String)get_Value(COLUMNNAME_RecurringType); } /** Set Maximum Runs. - @param RunsMax - Number of recurring runs - */ + @param RunsMax Number of recurring runs + */ public void setRunsMax (int RunsMax) { set_Value (COLUMNNAME_RunsMax, Integer.valueOf(RunsMax)); @@ -491,7 +479,7 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Get Maximum Runs. @return Number of recurring runs */ - public int getRunsMax () + public int getRunsMax() { Integer ii = (Integer)get_Value(COLUMNNAME_RunsMax); if (ii == null) @@ -500,9 +488,8 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent } /** Set Remaining Runs. - @param RunsRemaining - Number of recurring runs remaining - */ + @param RunsRemaining Number of recurring runs remaining + */ public void setRunsRemaining (int RunsRemaining) { set_ValueNoCheck (COLUMNNAME_RunsRemaining, Integer.valueOf(RunsRemaining)); @@ -511,7 +498,7 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent /** Get Remaining Runs. @return Number of recurring runs remaining */ - public int getRunsRemaining () + public int getRunsRemaining() { Integer ii = (Integer)get_Value(COLUMNNAME_RunsRemaining); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RecurringGroup.java b/org.adempiere.base/src/org/compiere/model/X_C_RecurringGroup.java index 6db8bd716c..bf459d1a54 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RecurringGroup.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RecurringGroup.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_RecurringGroup * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RecurringGroup") public class X_C_RecurringGroup extends PO implements I_C_RecurringGroup, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_RecurringGroup extends PO implements I_C_RecurringGroup, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RecurringGroup (Properties ctx, int C_RecurringGroup_ID, String trxName) @@ -74,18 +74,19 @@ public class X_C_RecurringGroup extends PO implements I_C_RecurringGroup, I_Pers } /** Set Recurring Group. - @param C_RecurringGroup_ID Recurring Group */ + @param C_RecurringGroup_ID Recurring Group + */ public void setC_RecurringGroup_ID (int C_RecurringGroup_ID) { - if (C_RecurringGroup_ID < 1) + if (C_RecurringGroup_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RecurringGroup_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RecurringGroup_ID, Integer.valueOf(C_RecurringGroup_ID)); } /** Get Recurring Group. @return Recurring Group */ - public int getC_RecurringGroup_ID () + public int getC_RecurringGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RecurringGroup_ID); if (ii == null) @@ -94,7 +95,8 @@ public class X_C_RecurringGroup extends PO implements I_C_RecurringGroup, I_Pers } /** Set C_RecurringGroup_UU. - @param C_RecurringGroup_UU C_RecurringGroup_UU */ + @param C_RecurringGroup_UU C_RecurringGroup_UU + */ public void setC_RecurringGroup_UU (String C_RecurringGroup_UU) { set_Value (COLUMNNAME_C_RecurringGroup_UU, C_RecurringGroup_UU); @@ -102,15 +104,14 @@ public class X_C_RecurringGroup extends PO implements I_C_RecurringGroup, I_Pers /** Get C_RecurringGroup_UU. @return C_RecurringGroup_UU */ - public String getC_RecurringGroup_UU () + public String getC_RecurringGroup_UU() { return (String)get_Value(COLUMNNAME_C_RecurringGroup_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -119,15 +120,14 @@ public class X_C_RecurringGroup extends PO implements I_C_RecurringGroup, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -136,15 +136,14 @@ public class X_C_RecurringGroup extends PO implements I_C_RecurringGroup, I_Pers /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -153,7 +152,7 @@ public class X_C_RecurringGroup extends PO implements I_C_RecurringGroup, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -167,9 +166,8 @@ public class X_C_RecurringGroup extends PO implements I_C_RecurringGroup, I_Pers } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -178,7 +176,7 @@ public class X_C_RecurringGroup extends PO implements I_C_RecurringGroup, I_Pers /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Recurring_Run.java b/org.adempiere.base/src/org/compiere/model/X_C_Recurring_Run.java index fa2b8568aa..aa916c0615 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Recurring_Run.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Recurring_Run.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for C_Recurring_Run * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Recurring_Run") public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Recurring_Run (Properties ctx, int C_Recurring_Run_ID, String trxName) @@ -79,21 +79,20 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -108,21 +107,20 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -137,21 +135,20 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Payment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -166,21 +163,20 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Project_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -195,21 +191,20 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis } /** Set Recurring. - @param C_Recurring_ID - Recurring Document - */ + @param C_Recurring_ID Recurring Document + */ public void setC_Recurring_ID (int C_Recurring_ID) { - if (C_Recurring_ID < 1) + if (C_Recurring_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Recurring_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Recurring_ID, Integer.valueOf(C_Recurring_ID)); } /** Get Recurring. @return Recurring Document */ - public int getC_Recurring_ID () + public int getC_Recurring_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Recurring_ID); if (ii == null) @@ -218,21 +213,20 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis } /** Set Recurring Run. - @param C_Recurring_Run_ID - Recurring Document Run - */ + @param C_Recurring_Run_ID Recurring Document Run + */ public void setC_Recurring_Run_ID (int C_Recurring_Run_ID) { - if (C_Recurring_Run_ID < 1) + if (C_Recurring_Run_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Recurring_Run_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Recurring_Run_ID, Integer.valueOf(C_Recurring_Run_ID)); } /** Get Recurring Run. @return Recurring Document Run */ - public int getC_Recurring_Run_ID () + public int getC_Recurring_Run_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Recurring_Run_ID); if (ii == null) @@ -241,7 +235,8 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis } /** Set C_Recurring_Run_UU. - @param C_Recurring_Run_UU C_Recurring_Run_UU */ + @param C_Recurring_Run_UU C_Recurring_Run_UU + */ public void setC_Recurring_Run_UU (String C_Recurring_Run_UU) { set_Value (COLUMNNAME_C_Recurring_Run_UU, C_Recurring_Run_UU); @@ -249,15 +244,14 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis /** Get C_Recurring_Run_UU. @return C_Recurring_Run_UU */ - public String getC_Recurring_Run_UU () + public String getC_Recurring_Run_UU() { return (String)get_Value(COLUMNNAME_C_Recurring_Run_UU); } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -266,7 +260,7 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } @@ -278,21 +272,20 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis } /** Set Journal Batch. - @param GL_JournalBatch_ID - General Ledger Journal Batch - */ + @param GL_JournalBatch_ID General Ledger Journal Batch + */ public void setGL_JournalBatch_ID (int GL_JournalBatch_ID) { - if (GL_JournalBatch_ID < 1) + if (GL_JournalBatch_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_JournalBatch_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_JournalBatch_ID, Integer.valueOf(GL_JournalBatch_ID)); } /** Get Journal Batch. @return General Ledger Journal Batch */ - public int getGL_JournalBatch_ID () + public int getGL_JournalBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalBatch_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Region.java b/org.adempiere.base/src/org/compiere/model/X_C_Region.java index 0966223785..38dd9ce28b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Region.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Region.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Region * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Region") public class X_C_Region extends PO implements I_C_Region, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Region extends PO implements I_C_Region, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Region (Properties ctx, int C_Region_ID, String trxName) @@ -80,21 +80,20 @@ public class X_C_Region extends PO implements I_C_Region, I_Persistent } /** Set Country. - @param C_Country_ID - Country - */ + @param C_Country_ID Country + */ public void setC_Country_ID (int C_Country_ID) { - if (C_Country_ID < 1) + if (C_Country_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Country_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Country_ID, Integer.valueOf(C_Country_ID)); } /** Get Country. @return Country */ - public int getC_Country_ID () + public int getC_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Country_ID); if (ii == null) @@ -103,21 +102,20 @@ public class X_C_Region extends PO implements I_C_Region, I_Persistent } /** Set Region. - @param C_Region_ID - Identifies a geographical Region - */ + @param C_Region_ID Identifies a geographical Region + */ public void setC_Region_ID (int C_Region_ID) { - if (C_Region_ID < 1) + if (C_Region_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Region_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Region_ID, Integer.valueOf(C_Region_ID)); } /** Get Region. @return Identifies a geographical Region */ - public int getC_Region_ID () + public int getC_Region_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Region_ID); if (ii == null) @@ -126,7 +124,8 @@ public class X_C_Region extends PO implements I_C_Region, I_Persistent } /** Set C_Region_UU. - @param C_Region_UU C_Region_UU */ + @param C_Region_UU C_Region_UU + */ public void setC_Region_UU (String C_Region_UU) { set_Value (COLUMNNAME_C_Region_UU, C_Region_UU); @@ -134,15 +133,14 @@ public class X_C_Region extends PO implements I_C_Region, I_Persistent /** Get C_Region_UU. @return C_Region_UU */ - public String getC_Region_UU () + public String getC_Region_UU() { return (String)get_Value(COLUMNNAME_C_Region_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -151,15 +149,14 @@ public class X_C_Region extends PO implements I_C_Region, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -168,7 +165,7 @@ public class X_C_Region extends PO implements I_C_Region, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -181,9 +178,8 @@ public class X_C_Region extends PO implements I_C_Region, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -192,7 +188,7 @@ public class X_C_Region extends PO implements I_C_Region, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Remuneration.java b/org.adempiere.base/src/org/compiere/model/X_C_Remuneration.java index a608821f57..933b223393 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Remuneration.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Remuneration.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Remuneration * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Remuneration") public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Remuneration (Properties ctx, int C_Remuneration_ID, String trxName) @@ -81,21 +81,20 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste } /** Set Remuneration. - @param C_Remuneration_ID - Wage or Salary - */ + @param C_Remuneration_ID Wage or Salary + */ public void setC_Remuneration_ID (int C_Remuneration_ID) { - if (C_Remuneration_ID < 1) + if (C_Remuneration_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Remuneration_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Remuneration_ID, Integer.valueOf(C_Remuneration_ID)); } /** Get Remuneration. @return Wage or Salary */ - public int getC_Remuneration_ID () + public int getC_Remuneration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Remuneration_ID); if (ii == null) @@ -104,7 +103,8 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste } /** Set C_Remuneration_UU. - @param C_Remuneration_UU C_Remuneration_UU */ + @param C_Remuneration_UU C_Remuneration_UU + */ public void setC_Remuneration_UU (String C_Remuneration_UU) { set_Value (COLUMNNAME_C_Remuneration_UU, C_Remuneration_UU); @@ -112,15 +112,14 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste /** Get C_Remuneration_UU. @return C_Remuneration_UU */ - public String getC_Remuneration_UU () + public String getC_Remuneration_UU() { return (String)get_Value(COLUMNNAME_C_Remuneration_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -129,15 +128,14 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Gross Amount. - @param GrossRAmt - Gross Remuneration Amount - */ + @param GrossRAmt Gross Remuneration Amount + */ public void setGrossRAmt (BigDecimal GrossRAmt) { set_Value (COLUMNNAME_GrossRAmt, GrossRAmt); @@ -146,7 +144,7 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste /** Get Gross Amount. @return Gross Remuneration Amount */ - public BigDecimal getGrossRAmt () + public BigDecimal getGrossRAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_GrossRAmt); if (bd == null) @@ -155,9 +153,8 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste } /** Set Gross Cost. - @param GrossRCost - Gross Remuneration Costs - */ + @param GrossRCost Gross Remuneration Costs + */ public void setGrossRCost (BigDecimal GrossRCost) { set_Value (COLUMNNAME_GrossRCost, GrossRCost); @@ -166,7 +163,7 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste /** Get Gross Cost. @return Gross Remuneration Costs */ - public BigDecimal getGrossRCost () + public BigDecimal getGrossRCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_GrossRCost); if (bd == null) @@ -175,9 +172,8 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -186,15 +182,14 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -203,7 +198,7 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -217,9 +212,8 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste } /** Set Overtime Amount. - @param OvertimeAmt - Hourly Overtime Rate - */ + @param OvertimeAmt Hourly Overtime Rate + */ public void setOvertimeAmt (BigDecimal OvertimeAmt) { set_Value (COLUMNNAME_OvertimeAmt, OvertimeAmt); @@ -228,7 +222,7 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste /** Get Overtime Amount. @return Hourly Overtime Rate */ - public BigDecimal getOvertimeAmt () + public BigDecimal getOvertimeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OvertimeAmt); if (bd == null) @@ -237,9 +231,8 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste } /** Set Overtime Cost. - @param OvertimeCost - Hourly Overtime Cost - */ + @param OvertimeCost Hourly Overtime Cost + */ public void setOvertimeCost (BigDecimal OvertimeCost) { set_Value (COLUMNNAME_OvertimeCost, OvertimeCost); @@ -248,7 +241,7 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste /** Get Overtime Cost. @return Hourly Overtime Cost */ - public BigDecimal getOvertimeCost () + public BigDecimal getOvertimeCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OvertimeCost); if (bd == null) @@ -271,9 +264,8 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste /** Weekly = W */ public static final String REMUNERATIONTYPE_Weekly = "W"; /** Set Remuneration Type. - @param RemunerationType - Type of Remuneration - */ + @param RemunerationType Type of Remuneration + */ public void setRemunerationType (String RemunerationType) { @@ -283,15 +275,14 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste /** Get Remuneration Type. @return Type of Remuneration */ - public String getRemunerationType () + public String getRemunerationType() { return (String)get_Value(COLUMNNAME_RemunerationType); } /** Set Standard Hours. - @param StandardHours - Standard Work Hours based on Remuneration Type - */ + @param StandardHours Standard Work Hours based on Remuneration Type + */ public void setStandardHours (int StandardHours) { set_Value (COLUMNNAME_StandardHours, Integer.valueOf(StandardHours)); @@ -300,7 +291,7 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste /** Get Standard Hours. @return Standard Work Hours based on Remuneration Type */ - public int getStandardHours () + public int getStandardHours() { Integer ii = (Integer)get_Value(COLUMNNAME_StandardHours); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecog_Service.java b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecog_Service.java index 48e76ad369..6cb9776bc6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecog_Service.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecog_Service.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_RevenueRecog_Service * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RevenueRecog_Service") public class X_C_RevenueRecog_Service extends PO implements I_C_RevenueRecog_Service, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_RevenueRecog_Service extends PO implements I_C_RevenueRecog_Ser /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RevenueRecog_Service (Properties ctx, int C_RevenueRecog_Service_ID, String trxName) @@ -81,21 +81,20 @@ public class X_C_RevenueRecog_Service extends PO implements I_C_RevenueRecog_Ser } /** Set Revenue Recognition. - @param C_RevenueRecognition_ID - Method for recording revenue - */ + @param C_RevenueRecognition_ID Method for recording revenue + */ public void setC_RevenueRecognition_ID (int C_RevenueRecognition_ID) { - if (C_RevenueRecognition_ID < 1) + if (C_RevenueRecognition_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_ID, Integer.valueOf(C_RevenueRecognition_ID)); } /** Get Revenue Recognition. @return Method for recording revenue */ - public int getC_RevenueRecognition_ID () + public int getC_RevenueRecognition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RevenueRecognition_ID); if (ii == null) @@ -112,18 +111,19 @@ public class X_C_RevenueRecog_Service extends PO implements I_C_RevenueRecog_Ser } /** Set Revenue Recognition Service. - @param C_RevenueRecog_Service_ID Revenue Recognition Service */ + @param C_RevenueRecog_Service_ID Revenue Recognition Service + */ public void setC_RevenueRecog_Service_ID (int C_RevenueRecog_Service_ID) { - if (C_RevenueRecog_Service_ID < 1) + if (C_RevenueRecog_Service_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RevenueRecog_Service_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RevenueRecog_Service_ID, Integer.valueOf(C_RevenueRecog_Service_ID)); } /** Get Revenue Recognition Service. @return Revenue Recognition Service */ - public int getC_RevenueRecog_Service_ID () + public int getC_RevenueRecog_Service_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RevenueRecog_Service_ID); if (ii == null) @@ -132,7 +132,8 @@ public class X_C_RevenueRecog_Service extends PO implements I_C_RevenueRecog_Ser } /** Set C_RevenueRecog_Service_UU. - @param C_RevenueRecog_Service_UU C_RevenueRecog_Service_UU */ + @param C_RevenueRecog_Service_UU C_RevenueRecog_Service_UU + */ public void setC_RevenueRecog_Service_UU (String C_RevenueRecog_Service_UU) { set_Value (COLUMNNAME_C_RevenueRecog_Service_UU, C_RevenueRecog_Service_UU); @@ -140,15 +141,14 @@ public class X_C_RevenueRecog_Service extends PO implements I_C_RevenueRecog_Ser /** Get C_RevenueRecog_Service_UU. @return C_RevenueRecog_Service_UU */ - public String getC_RevenueRecog_Service_UU () + public String getC_RevenueRecog_Service_UU() { return (String)get_Value(COLUMNNAME_C_RevenueRecog_Service_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -157,15 +157,14 @@ public class X_C_RevenueRecog_Service extends PO implements I_C_RevenueRecog_Ser /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -174,7 +173,7 @@ public class X_C_RevenueRecog_Service extends PO implements I_C_RevenueRecog_Ser /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -183,9 +182,8 @@ public class X_C_RevenueRecog_Service extends PO implements I_C_RevenueRecog_Ser } /** Set Percent. - @param Percent - Percentage - */ + @param Percent Percentage + */ public void setPercent (BigDecimal Percent) { set_Value (COLUMNNAME_Percent, Percent); @@ -194,7 +192,7 @@ public class X_C_RevenueRecog_Service extends PO implements I_C_RevenueRecog_Ser /** Get Percent. @return Percentage */ - public BigDecimal getPercent () + public BigDecimal getPercent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Percent); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition.java b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition.java index a511f78beb..b4db3c86ed 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_RevenueRecognition * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RevenueRecognition") public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RevenueRecognition (Properties ctx, int C_RevenueRecognition_ID, String trxName) @@ -75,21 +75,20 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition } /** Set Revenue Recognition. - @param C_RevenueRecognition_ID - Method for recording revenue - */ + @param C_RevenueRecognition_ID Method for recording revenue + */ public void setC_RevenueRecognition_ID (int C_RevenueRecognition_ID) { - if (C_RevenueRecognition_ID < 1) + if (C_RevenueRecognition_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_ID, Integer.valueOf(C_RevenueRecognition_ID)); } /** Get Revenue Recognition. @return Method for recording revenue */ - public int getC_RevenueRecognition_ID () + public int getC_RevenueRecognition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RevenueRecognition_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition } /** Set C_RevenueRecognition_UU. - @param C_RevenueRecognition_UU C_RevenueRecognition_UU */ + @param C_RevenueRecognition_UU C_RevenueRecognition_UU + */ public void setC_RevenueRecognition_UU (String C_RevenueRecognition_UU) { set_Value (COLUMNNAME_C_RevenueRecognition_UU, C_RevenueRecognition_UU); @@ -106,15 +106,14 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition /** Get C_RevenueRecognition_UU. @return C_RevenueRecognition_UU */ - public String getC_RevenueRecognition_UU () + public String getC_RevenueRecognition_UU() { return (String)get_Value(COLUMNNAME_C_RevenueRecognition_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -123,15 +122,14 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Fixed recognition day. - @param FixedRecogDay - Day of the period recognition occurs - */ + @param FixedRecogDay Day of the period recognition occurs + */ public void setFixedRecogDay (int FixedRecogDay) { set_Value (COLUMNNAME_FixedRecogDay, Integer.valueOf(FixedRecogDay)); @@ -140,7 +138,7 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition /** Get Fixed recognition day. @return Day of the period recognition occurs */ - public int getFixedRecogDay () + public int getFixedRecogDay() { Integer ii = (Integer)get_Value(COLUMNNAME_FixedRecogDay); if (ii == null) @@ -149,9 +147,8 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition } /** Set Time based. - @param IsTimeBased - Time based Revenue Recognition rather than Service Level based - */ + @param IsTimeBased Time based Revenue Recognition rather than Service Level based + */ public void setIsTimeBased (boolean IsTimeBased) { set_Value (COLUMNNAME_IsTimeBased, Boolean.valueOf(IsTimeBased)); @@ -160,7 +157,7 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition /** Get Time based. @return Time based Revenue Recognition rather than Service Level based */ - public boolean isTimeBased () + public boolean isTimeBased() { Object oo = get_Value(COLUMNNAME_IsTimeBased); if (oo != null) @@ -173,9 +170,8 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -184,7 +180,7 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -198,7 +194,8 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition } /** Set Number of Months. - @param NoMonths Number of Months */ + @param NoMonths Number of Months + */ public void setNoMonths (int NoMonths) { set_Value (COLUMNNAME_NoMonths, Integer.valueOf(NoMonths)); @@ -206,7 +203,7 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition /** Get Number of Months. @return Number of Months */ - public int getNoMonths () + public int getNoMonths() { Integer ii = (Integer)get_Value(COLUMNNAME_NoMonths); if (ii == null) @@ -223,7 +220,8 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition /** Year = Y */ public static final String RECOGNITIONFREQUENCY_Year = "Y"; /** Set Recognition frequency. - @param RecognitionFrequency Recognition frequency */ + @param RecognitionFrequency Recognition frequency + */ public void setRecognitionFrequency (String RecognitionFrequency) { @@ -232,7 +230,7 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition /** Get Recognition frequency. @return Recognition frequency */ - public String getRecognitionFrequency () + public String getRecognitionFrequency() { return (String)get_Value(COLUMNNAME_RecognitionFrequency); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Plan.java b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Plan.java index 7cdfa85246..61e5b94aa7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Plan.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Plan.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_RevenueRecognition_Plan * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RevenueRecognition_Plan") public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecognition_Plan, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RevenueRecognition_Plan (Properties ctx, int C_RevenueRecognition_Plan_ID, String trxName) @@ -88,21 +88,20 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -117,21 +116,20 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Currency_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -146,21 +144,20 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -175,21 +172,20 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn } /** Set Revenue Recognition. - @param C_RevenueRecognition_ID - Method for recording revenue - */ + @param C_RevenueRecognition_ID Method for recording revenue + */ public void setC_RevenueRecognition_ID (int C_RevenueRecognition_ID) { - if (C_RevenueRecognition_ID < 1) + if (C_RevenueRecognition_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_ID, Integer.valueOf(C_RevenueRecognition_ID)); } /** Get Revenue Recognition. @return Method for recording revenue */ - public int getC_RevenueRecognition_ID () + public int getC_RevenueRecognition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RevenueRecognition_ID); if (ii == null) @@ -206,21 +202,20 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn } /** Set Revenue Recognition Plan. - @param C_RevenueRecognition_Plan_ID - Plan for recognizing or recording revenue - */ + @param C_RevenueRecognition_Plan_ID Plan for recognizing or recording revenue + */ public void setC_RevenueRecognition_Plan_ID (int C_RevenueRecognition_Plan_ID) { - if (C_RevenueRecognition_Plan_ID < 1) + if (C_RevenueRecognition_Plan_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_Plan_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_Plan_ID, Integer.valueOf(C_RevenueRecognition_Plan_ID)); } /** Get Revenue Recognition Plan. @return Plan for recognizing or recording revenue */ - public int getC_RevenueRecognition_Plan_ID () + public int getC_RevenueRecognition_Plan_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RevenueRecognition_Plan_ID); if (ii == null) @@ -229,7 +224,8 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn } /** Set C_RevenueRecognition_Plan_UU. - @param C_RevenueRecognition_Plan_UU C_RevenueRecognition_Plan_UU */ + @param C_RevenueRecognition_Plan_UU C_RevenueRecognition_Plan_UU + */ public void setC_RevenueRecognition_Plan_UU (String C_RevenueRecognition_Plan_UU) { set_Value (COLUMNNAME_C_RevenueRecognition_Plan_UU, C_RevenueRecognition_Plan_UU); @@ -237,7 +233,7 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn /** Get C_RevenueRecognition_Plan_UU. @return C_RevenueRecognition_Plan_UU */ - public String getC_RevenueRecognition_Plan_UU () + public String getC_RevenueRecognition_Plan_UU() { return (String)get_Value(COLUMNNAME_C_RevenueRecognition_Plan_UU); } @@ -249,9 +245,8 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn } /** Set Product Revenue. - @param P_Revenue_Acct - Account for Product Revenue (Sales Account) - */ + @param P_Revenue_Acct Account for Product Revenue (Sales Account) + */ public void setP_Revenue_Acct (int P_Revenue_Acct) { set_ValueNoCheck (COLUMNNAME_P_Revenue_Acct, Integer.valueOf(P_Revenue_Acct)); @@ -260,7 +255,7 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn /** Get Product Revenue. @return Account for Product Revenue (Sales Account) */ - public int getP_Revenue_Acct () + public int getP_Revenue_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_Revenue_Acct); if (ii == null) @@ -269,7 +264,8 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn } /** Set Recognized Amount. - @param RecognizedAmt Recognized Amount */ + @param RecognizedAmt Recognized Amount + */ public void setRecognizedAmt (BigDecimal RecognizedAmt) { set_ValueNoCheck (COLUMNNAME_RecognizedAmt, RecognizedAmt); @@ -277,7 +273,7 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn /** Get Recognized Amount. @return Recognized Amount */ - public BigDecimal getRecognizedAmt () + public BigDecimal getRecognizedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RecognizedAmt); if (bd == null) @@ -286,9 +282,8 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn } /** Set Total Amount. - @param TotalAmt - Total Amount - */ + @param TotalAmt Total Amount + */ public void setTotalAmt (BigDecimal TotalAmt) { set_ValueNoCheck (COLUMNNAME_TotalAmt, TotalAmt); @@ -297,7 +292,7 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn /** Get Total Amount. @return Total Amount */ - public BigDecimal getTotalAmt () + public BigDecimal getTotalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalAmt); if (bd == null) @@ -312,9 +307,8 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn } /** Set Unearned Revenue. - @param UnEarnedRevenue_Acct - Account for unearned revenue - */ + @param UnEarnedRevenue_Acct Account for unearned revenue + */ public void setUnEarnedRevenue_Acct (int UnEarnedRevenue_Acct) { set_ValueNoCheck (COLUMNNAME_UnEarnedRevenue_Acct, Integer.valueOf(UnEarnedRevenue_Acct)); @@ -323,7 +317,7 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn /** Get Unearned Revenue. @return Account for unearned revenue */ - public int getUnEarnedRevenue_Acct () + public int getUnEarnedRevenue_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_UnEarnedRevenue_Acct); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Run.java b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Run.java index 9550fcfdb8..03fa5f4617 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Run.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Run.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_RevenueRecognition_Run * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RevenueRecognition_Run") public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecognition_Run, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecogni /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RevenueRecognition_Run (Properties ctx, int C_RevenueRecognition_Run_ID, String trxName) @@ -83,21 +83,20 @@ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecogni } /** Set Revenue Recognition Plan. - @param C_RevenueRecognition_Plan_ID - Plan for recognizing or recording revenue - */ + @param C_RevenueRecognition_Plan_ID Plan for recognizing or recording revenue + */ public void setC_RevenueRecognition_Plan_ID (int C_RevenueRecognition_Plan_ID) { - if (C_RevenueRecognition_Plan_ID < 1) + if (C_RevenueRecognition_Plan_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_Plan_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_Plan_ID, Integer.valueOf(C_RevenueRecognition_Plan_ID)); } /** Get Revenue Recognition Plan. @return Plan for recognizing or recording revenue */ - public int getC_RevenueRecognition_Plan_ID () + public int getC_RevenueRecognition_Plan_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RevenueRecognition_Plan_ID); if (ii == null) @@ -114,21 +113,20 @@ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecogni } /** Set Revenue Recognition Run. - @param C_RevenueRecognition_Run_ID - Revenue Recognition Run or Process - */ + @param C_RevenueRecognition_Run_ID Revenue Recognition Run or Process + */ public void setC_RevenueRecognition_Run_ID (int C_RevenueRecognition_Run_ID) { - if (C_RevenueRecognition_Run_ID < 1) + if (C_RevenueRecognition_Run_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_Run_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_Run_ID, Integer.valueOf(C_RevenueRecognition_Run_ID)); } /** Get Revenue Recognition Run. @return Revenue Recognition Run or Process */ - public int getC_RevenueRecognition_Run_ID () + public int getC_RevenueRecognition_Run_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RevenueRecognition_Run_ID); if (ii == null) @@ -137,7 +135,8 @@ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecogni } /** Set C_RevenueRecognition_Run_UU. - @param C_RevenueRecognition_Run_UU C_RevenueRecognition_Run_UU */ + @param C_RevenueRecognition_Run_UU C_RevenueRecognition_Run_UU + */ public void setC_RevenueRecognition_Run_UU (String C_RevenueRecognition_Run_UU) { set_Value (COLUMNNAME_C_RevenueRecognition_Run_UU, C_RevenueRecognition_Run_UU); @@ -145,7 +144,7 @@ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecogni /** Get C_RevenueRecognition_Run_UU. @return C_RevenueRecognition_Run_UU */ - public String getC_RevenueRecognition_Run_UU () + public String getC_RevenueRecognition_Run_UU() { return (String)get_Value(COLUMNNAME_C_RevenueRecognition_Run_UU); } @@ -157,18 +156,19 @@ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecogni } /** Set Revenue Recognition Service. - @param C_RevenueRecog_Service_ID Revenue Recognition Service */ + @param C_RevenueRecog_Service_ID Revenue Recognition Service + */ public void setC_RevenueRecog_Service_ID (int C_RevenueRecog_Service_ID) { - if (C_RevenueRecog_Service_ID < 1) + if (C_RevenueRecog_Service_ID < 1) set_Value (COLUMNNAME_C_RevenueRecog_Service_ID, null); - else + else set_Value (COLUMNNAME_C_RevenueRecog_Service_ID, Integer.valueOf(C_RevenueRecog_Service_ID)); } /** Get Revenue Recognition Service. @return Revenue Recognition Service */ - public int getC_RevenueRecog_Service_ID () + public int getC_RevenueRecog_Service_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RevenueRecog_Service_ID); if (ii == null) @@ -177,7 +177,8 @@ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecogni } /** Set Recognition Date. - @param DateRecognized Recognition Date */ + @param DateRecognized Recognition Date + */ public void setDateRecognized (Timestamp DateRecognized) { set_Value (COLUMNNAME_DateRecognized, DateRecognized); @@ -185,7 +186,7 @@ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecogni /** Get Recognition Date. @return Recognition Date */ - public Timestamp getDateRecognized () + public Timestamp getDateRecognized() { return (Timestamp)get_Value(COLUMNNAME_DateRecognized); } @@ -197,21 +198,20 @@ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecogni } /** Set Journal. - @param GL_Journal_ID - General Ledger Journal - */ + @param GL_Journal_ID General Ledger Journal + */ public void setGL_Journal_ID (int GL_Journal_ID) { - if (GL_Journal_ID < 1) + if (GL_Journal_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_Journal_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_Journal_ID, Integer.valueOf(GL_Journal_ID)); } /** Get Journal. @return General Ledger Journal */ - public int getGL_Journal_ID () + public int getGL_Journal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Journal_ID); if (ii == null) @@ -220,7 +220,8 @@ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecogni } /** Set Recognized Amount. - @param RecognizedAmt Recognized Amount */ + @param RecognizedAmt Recognized Amount + */ public void setRecognizedAmt (BigDecimal RecognizedAmt) { set_ValueNoCheck (COLUMNNAME_RecognizedAmt, RecognizedAmt); @@ -228,7 +229,7 @@ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecogni /** Get Recognized Amount. @return Recognized Amount */ - public BigDecimal getRecognizedAmt () + public BigDecimal getRecognizedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RecognizedAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQ.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQ.java index e83a1b2e2d..2e3b14c51d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQ.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQ.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQ * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RfQ") public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RfQ (Properties ctx, int C_RfQ_ID, String trxName) @@ -98,21 +98,20 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -126,22 +125,21 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -156,21 +154,20 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -185,21 +182,20 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -208,7 +204,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Copy Lines. - @param CopyLines Copy Lines */ + @param CopyLines Copy Lines + */ public void setCopyLines (String CopyLines) { set_Value (COLUMNNAME_CopyLines, CopyLines); @@ -216,7 +213,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Copy Lines. @return Copy Lines */ - public String getCopyLines () + public String getCopyLines() { return (String)get_Value(COLUMNNAME_CopyLines); } @@ -228,21 +225,20 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_Value (COLUMNNAME_C_Order_ID, null); - else + else set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -251,9 +247,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Create PO. - @param CreatePO - Create Purchase Order - */ + @param CreatePO Create Purchase Order + */ public void setCreatePO (String CreatePO) { set_Value (COLUMNNAME_CreatePO, CreatePO); @@ -262,13 +257,14 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Create PO. @return Create Purchase Order */ - public String getCreatePO () + public String getCreatePO() { return (String)get_Value(COLUMNNAME_CreatePO); } /** Set Create SO. - @param CreateSO Create SO */ + @param CreateSO Create SO + */ public void setCreateSO (String CreateSO) { set_Value (COLUMNNAME_CreateSO, CreateSO); @@ -276,27 +272,26 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Create SO. @return Create SO */ - public String getCreateSO () + public String getCreateSO() { return (String)get_Value(COLUMNNAME_CreateSO); } /** Set RfQ. - @param C_RfQ_ID - Request for Quotation - */ + @param C_RfQ_ID Request for Quotation + */ public void setC_RfQ_ID (int C_RfQ_ID) { - if (C_RfQ_ID < 1) + if (C_RfQ_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQ_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQ_ID, Integer.valueOf(C_RfQ_ID)); } /** Get RfQ. @return Request for Quotation */ - public int getC_RfQ_ID () + public int getC_RfQ_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQ_ID); if (ii == null) @@ -311,21 +306,20 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set RfQ Topic. - @param C_RfQ_Topic_ID - Topic for Request for Quotations - */ + @param C_RfQ_Topic_ID Topic for Request for Quotations + */ public void setC_RfQ_Topic_ID (int C_RfQ_Topic_ID) { - if (C_RfQ_Topic_ID < 1) + if (C_RfQ_Topic_ID < 1) set_Value (COLUMNNAME_C_RfQ_Topic_ID, null); - else + else set_Value (COLUMNNAME_C_RfQ_Topic_ID, Integer.valueOf(C_RfQ_Topic_ID)); } /** Get RfQ Topic. @return Topic for Request for Quotations */ - public int getC_RfQ_Topic_ID () + public int getC_RfQ_Topic_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQ_Topic_ID); if (ii == null) @@ -334,7 +328,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set C_RfQ_UU. - @param C_RfQ_UU C_RfQ_UU */ + @param C_RfQ_UU C_RfQ_UU + */ public void setC_RfQ_UU (String C_RfQ_UU) { set_Value (COLUMNNAME_C_RfQ_UU, C_RfQ_UU); @@ -342,15 +337,14 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get C_RfQ_UU. @return C_RfQ_UU */ - public String getC_RfQ_UU () + public String getC_RfQ_UU() { return (String)get_Value(COLUMNNAME_C_RfQ_UU); } /** Set Response Date. - @param DateResponse - Date of the Response - */ + @param DateResponse Date of the Response + */ public void setDateResponse (Timestamp DateResponse) { set_Value (COLUMNNAME_DateResponse, DateResponse); @@ -359,15 +353,14 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Response Date. @return Date of the Response */ - public Timestamp getDateResponse () + public Timestamp getDateResponse() { return (Timestamp)get_Value(COLUMNNAME_DateResponse); } /** Set Work Complete. - @param DateWorkComplete - Date when work is (planned to be) complete - */ + @param DateWorkComplete Date when work is (planned to be) complete + */ public void setDateWorkComplete (Timestamp DateWorkComplete) { set_Value (COLUMNNAME_DateWorkComplete, DateWorkComplete); @@ -376,15 +369,14 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Work Complete. @return Date when work is (planned to be) complete */ - public Timestamp getDateWorkComplete () + public Timestamp getDateWorkComplete() { return (Timestamp)get_Value(COLUMNNAME_DateWorkComplete); } /** Set Work Start. - @param DateWorkStart - Date when work is (planned to be) started - */ + @param DateWorkStart Date when work is (planned to be) started + */ public void setDateWorkStart (Timestamp DateWorkStart) { set_Value (COLUMNNAME_DateWorkStart, DateWorkStart); @@ -393,15 +385,14 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Work Start. @return Date when work is (planned to be) started */ - public Timestamp getDateWorkStart () + public Timestamp getDateWorkStart() { return (Timestamp)get_Value(COLUMNNAME_DateWorkStart); } /** Set Delivery Days. - @param DeliveryDays - Number of Days (planned) until Delivery - */ + @param DeliveryDays Number of Days (planned) until Delivery + */ public void setDeliveryDays (int DeliveryDays) { set_Value (COLUMNNAME_DeliveryDays, Integer.valueOf(DeliveryDays)); @@ -410,7 +401,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Delivery Days. @return Number of Days (planned) until Delivery */ - public int getDeliveryDays () + public int getDeliveryDays() { Integer ii = (Integer)get_Value(COLUMNNAME_DeliveryDays); if (ii == null) @@ -419,9 +410,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -430,15 +420,14 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -447,7 +436,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -461,9 +450,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -472,15 +460,14 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Invited Vendors Only. - @param IsInvitedVendorsOnly - Only invited vendors can respond to an RfQ - */ + @param IsInvitedVendorsOnly Only invited vendors can respond to an RfQ + */ public void setIsInvitedVendorsOnly (boolean IsInvitedVendorsOnly) { set_Value (COLUMNNAME_IsInvitedVendorsOnly, Boolean.valueOf(IsInvitedVendorsOnly)); @@ -489,7 +476,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Invited Vendors Only. @return Only invited vendors can respond to an RfQ */ - public boolean isInvitedVendorsOnly () + public boolean isInvitedVendorsOnly() { Object oo = get_Value(COLUMNNAME_IsInvitedVendorsOnly); if (oo != null) @@ -502,9 +489,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Quote All Quantities. - @param IsQuoteAllQty - Suppliers are requested to provide responses for all quantities - */ + @param IsQuoteAllQty Suppliers are requested to provide responses for all quantities + */ public void setIsQuoteAllQty (boolean IsQuoteAllQty) { set_Value (COLUMNNAME_IsQuoteAllQty, Boolean.valueOf(IsQuoteAllQty)); @@ -513,7 +499,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Quote All Quantities. @return Suppliers are requested to provide responses for all quantities */ - public boolean isQuoteAllQty () + public boolean isQuoteAllQty() { Object oo = get_Value(COLUMNNAME_IsQuoteAllQty); if (oo != null) @@ -526,9 +512,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Quote Total Amt. - @param IsQuoteTotalAmt - The response can have just the total amount for the RfQ - */ + @param IsQuoteTotalAmt The response can have just the total amount for the RfQ + */ public void setIsQuoteTotalAmt (boolean IsQuoteTotalAmt) { set_Value (COLUMNNAME_IsQuoteTotalAmt, Boolean.valueOf(IsQuoteTotalAmt)); @@ -537,7 +522,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Quote Total Amt. @return The response can have just the total amount for the RfQ */ - public boolean isQuoteTotalAmt () + public boolean isQuoteTotalAmt() { Object oo = get_Value(COLUMNNAME_IsQuoteTotalAmt); if (oo != null) @@ -550,9 +535,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Responses Accepted. - @param IsRfQResponseAccepted - Are Responses to the Request for Quotation accepted - */ + @param IsRfQResponseAccepted Are Responses to the Request for Quotation accepted + */ public void setIsRfQResponseAccepted (boolean IsRfQResponseAccepted) { set_Value (COLUMNNAME_IsRfQResponseAccepted, Boolean.valueOf(IsRfQResponseAccepted)); @@ -561,7 +545,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Responses Accepted. @return Are Responses to the Request for Quotation accepted */ - public boolean isRfQResponseAccepted () + public boolean isRfQResponseAccepted() { Object oo = get_Value(COLUMNNAME_IsRfQResponseAccepted); if (oo != null) @@ -574,9 +558,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -585,7 +568,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -598,9 +581,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Margin %. - @param Margin - Margin for a product as a percentage - */ + @param Margin Margin for a product as a percentage + */ public void setMargin (BigDecimal Margin) { set_Value (COLUMNNAME_Margin, Margin); @@ -609,7 +591,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Margin %. @return Margin for a product as a percentage */ - public BigDecimal getMargin () + public BigDecimal getMargin() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Margin); if (bd == null) @@ -618,9 +600,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -629,15 +610,14 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -646,7 +626,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -659,7 +639,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -667,7 +648,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -680,7 +661,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Publish RfQ. - @param PublishRfQ Publish RfQ */ + @param PublishRfQ Publish RfQ + */ public void setPublishRfQ (String PublishRfQ) { set_Value (COLUMNNAME_PublishRfQ, PublishRfQ); @@ -688,7 +670,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Publish RfQ. @return Publish RfQ */ - public String getPublishRfQ () + public String getPublishRfQ() { return (String)get_Value(COLUMNNAME_PublishRfQ); } @@ -702,9 +684,8 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Quote Total only = T */ public static final String QUOTETYPE_QuoteTotalOnly = "T"; /** Set RfQ Type. - @param QuoteType - Request for Quotation Type - */ + @param QuoteType Request for Quotation Type + */ public void setQuoteType (String QuoteType) { @@ -714,13 +695,14 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get RfQ Type. @return Request for Quotation Type */ - public String getQuoteType () + public String getQuoteType() { return (String)get_Value(COLUMNNAME_QuoteType); } /** Set Rank RfQ. - @param RankRfQ Rank RfQ */ + @param RankRfQ Rank RfQ + */ public void setRankRfQ (String RankRfQ) { set_Value (COLUMNNAME_RankRfQ, RankRfQ); @@ -728,7 +710,7 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent /** Get Rank RfQ. @return Rank RfQ */ - public String getRankRfQ () + public String getRankRfQ() { return (String)get_Value(COLUMNNAME_RankRfQ); } @@ -740,21 +722,20 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQLine.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQLine.java index a2b87a172b..ddba9963d4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQLine.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RfQLine") public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RfQLine (Properties ctx, int C_RfQLine_ID, String trxName) @@ -83,21 +83,20 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent } /** Set RfQ. - @param C_RfQ_ID - Request for Quotation - */ + @param C_RfQ_ID Request for Quotation + */ public void setC_RfQ_ID (int C_RfQ_ID) { - if (C_RfQ_ID < 1) + if (C_RfQ_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQ_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQ_ID, Integer.valueOf(C_RfQ_ID)); } /** Get RfQ. @return Request for Quotation */ - public int getC_RfQ_ID () + public int getC_RfQ_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQ_ID); if (ii == null) @@ -114,21 +113,20 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent } /** Set RfQ Line. - @param C_RfQLine_ID - Request for Quotation Line - */ + @param C_RfQLine_ID Request for Quotation Line + */ public void setC_RfQLine_ID (int C_RfQLine_ID) { - if (C_RfQLine_ID < 1) + if (C_RfQLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQLine_ID, Integer.valueOf(C_RfQLine_ID)); } /** Get RfQ Line. @return Request for Quotation Line */ - public int getC_RfQLine_ID () + public int getC_RfQLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQLine_ID); if (ii == null) @@ -137,7 +135,8 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent } /** Set C_RfQLine_UU. - @param C_RfQLine_UU C_RfQLine_UU */ + @param C_RfQLine_UU C_RfQLine_UU + */ public void setC_RfQLine_UU (String C_RfQLine_UU) { set_Value (COLUMNNAME_C_RfQLine_UU, C_RfQLine_UU); @@ -145,15 +144,14 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent /** Get C_RfQLine_UU. @return C_RfQLine_UU */ - public String getC_RfQLine_UU () + public String getC_RfQLine_UU() { return (String)get_Value(COLUMNNAME_C_RfQLine_UU); } /** Set Work Complete. - @param DateWorkComplete - Date when work is (planned to be) complete - */ + @param DateWorkComplete Date when work is (planned to be) complete + */ public void setDateWorkComplete (Timestamp DateWorkComplete) { set_Value (COLUMNNAME_DateWorkComplete, DateWorkComplete); @@ -162,15 +160,14 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent /** Get Work Complete. @return Date when work is (planned to be) complete */ - public Timestamp getDateWorkComplete () + public Timestamp getDateWorkComplete() { return (Timestamp)get_Value(COLUMNNAME_DateWorkComplete); } /** Set Work Start. - @param DateWorkStart - Date when work is (planned to be) started - */ + @param DateWorkStart Date when work is (planned to be) started + */ public void setDateWorkStart (Timestamp DateWorkStart) { set_Value (COLUMNNAME_DateWorkStart, DateWorkStart); @@ -179,15 +176,14 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent /** Get Work Start. @return Date when work is (planned to be) started */ - public Timestamp getDateWorkStart () + public Timestamp getDateWorkStart() { return (Timestamp)get_Value(COLUMNNAME_DateWorkStart); } /** Set Delivery Days. - @param DeliveryDays - Number of Days (planned) until Delivery - */ + @param DeliveryDays Number of Days (planned) until Delivery + */ public void setDeliveryDays (int DeliveryDays) { set_Value (COLUMNNAME_DeliveryDays, Integer.valueOf(DeliveryDays)); @@ -196,7 +192,7 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent /** Get Delivery Days. @return Number of Days (planned) until Delivery */ - public int getDeliveryDays () + public int getDeliveryDays() { Integer ii = (Integer)get_Value(COLUMNNAME_DeliveryDays); if (ii == null) @@ -205,9 +201,8 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -216,15 +211,14 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -233,15 +227,14 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -250,7 +243,7 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -265,21 +258,20 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -294,21 +286,20 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQLineQty.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQLineQty.java index 2b277a28f0..45718956f8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQLineQty.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQLineQty.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQLineQty * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RfQLineQty") public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RfQLineQty (Properties ctx, int C_RfQLineQty_ID, String trxName) @@ -83,9 +83,8 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent } /** Set Benchmark Price. - @param BenchmarkPrice - Price to compare responses to - */ + @param BenchmarkPrice Price to compare responses to + */ public void setBenchmarkPrice (BigDecimal BenchmarkPrice) { set_Value (COLUMNNAME_BenchmarkPrice, BenchmarkPrice); @@ -94,7 +93,7 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent /** Get Benchmark Price. @return Price to compare responses to */ - public BigDecimal getBenchmarkPrice () + public BigDecimal getBenchmarkPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_BenchmarkPrice); if (bd == null) @@ -103,9 +102,8 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent } /** Set Best Response Amount. - @param BestResponseAmt - Best Response Amount - */ + @param BestResponseAmt Best Response Amount + */ public void setBestResponseAmt (BigDecimal BestResponseAmt) { set_Value (COLUMNNAME_BestResponseAmt, BestResponseAmt); @@ -114,7 +112,7 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent /** Get Best Response Amount. @return Best Response Amount */ - public BigDecimal getBestResponseAmt () + public BigDecimal getBestResponseAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_BestResponseAmt); if (bd == null) @@ -129,21 +127,20 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent } /** Set RfQ Line. - @param C_RfQLine_ID - Request for Quotation Line - */ + @param C_RfQLine_ID Request for Quotation Line + */ public void setC_RfQLine_ID (int C_RfQLine_ID) { - if (C_RfQLine_ID < 1) + if (C_RfQLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQLine_ID, Integer.valueOf(C_RfQLine_ID)); } /** Get RfQ Line. @return Request for Quotation Line */ - public int getC_RfQLine_ID () + public int getC_RfQLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQLine_ID); if (ii == null) @@ -152,21 +149,20 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent } /** Set RfQ Line Quantity. - @param C_RfQLineQty_ID - Request for Quotation Line Quantity - */ + @param C_RfQLineQty_ID Request for Quotation Line Quantity + */ public void setC_RfQLineQty_ID (int C_RfQLineQty_ID) { - if (C_RfQLineQty_ID < 1) + if (C_RfQLineQty_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQLineQty_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQLineQty_ID, Integer.valueOf(C_RfQLineQty_ID)); } /** Get RfQ Line Quantity. @return Request for Quotation Line Quantity */ - public int getC_RfQLineQty_ID () + public int getC_RfQLineQty_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQLineQty_ID); if (ii == null) @@ -175,7 +171,8 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent } /** Set C_RfQLineQty_UU. - @param C_RfQLineQty_UU C_RfQLineQty_UU */ + @param C_RfQLineQty_UU C_RfQLineQty_UU + */ public void setC_RfQLineQty_UU (String C_RfQLineQty_UU) { set_Value (COLUMNNAME_C_RfQLineQty_UU, C_RfQLineQty_UU); @@ -183,7 +180,7 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent /** Get C_RfQLineQty_UU. @return C_RfQLineQty_UU */ - public String getC_RfQLineQty_UU () + public String getC_RfQLineQty_UU() { return (String)get_Value(COLUMNNAME_C_RfQLineQty_UU); } @@ -195,21 +192,20 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -226,9 +222,8 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent } /** Set Offer Quantity. - @param IsOfferQty - This quantity is used in the Offer to the Customer - */ + @param IsOfferQty This quantity is used in the Offer to the Customer + */ public void setIsOfferQty (boolean IsOfferQty) { set_Value (COLUMNNAME_IsOfferQty, Boolean.valueOf(IsOfferQty)); @@ -237,7 +232,7 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent /** Get Offer Quantity. @return This quantity is used in the Offer to the Customer */ - public boolean isOfferQty () + public boolean isOfferQty() { Object oo = get_Value(COLUMNNAME_IsOfferQty); if (oo != null) @@ -250,9 +245,8 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent } /** Set Purchase Quantity. - @param IsPurchaseQty - This quantity is used in the Purchase Order to the Supplier - */ + @param IsPurchaseQty This quantity is used in the Purchase Order to the Supplier + */ public void setIsPurchaseQty (boolean IsPurchaseQty) { set_Value (COLUMNNAME_IsPurchaseQty, Boolean.valueOf(IsPurchaseQty)); @@ -261,7 +255,7 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent /** Get Purchase Quantity. @return This quantity is used in the Purchase Order to the Supplier */ - public boolean isPurchaseQty () + public boolean isPurchaseQty() { Object oo = get_Value(COLUMNNAME_IsPurchaseQty); if (oo != null) @@ -274,9 +268,8 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent } /** Set RfQ Quantity. - @param IsRfQQty - The quantity is used when generating RfQ Responses - */ + @param IsRfQQty The quantity is used when generating RfQ Responses + */ public void setIsRfQQty (boolean IsRfQQty) { set_Value (COLUMNNAME_IsRfQQty, Boolean.valueOf(IsRfQQty)); @@ -285,7 +278,7 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent /** Get RfQ Quantity. @return The quantity is used when generating RfQ Responses */ - public boolean isRfQQty () + public boolean isRfQQty() { Object oo = get_Value(COLUMNNAME_IsRfQQty); if (oo != null) @@ -298,9 +291,8 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent } /** Set Margin %. - @param Margin - Margin for a product as a percentage - */ + @param Margin Margin for a product as a percentage + */ public void setMargin (BigDecimal Margin) { set_Value (COLUMNNAME_Margin, Margin); @@ -309,7 +301,7 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent /** Get Margin %. @return Margin for a product as a percentage */ - public BigDecimal getMargin () + public BigDecimal getMargin() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Margin); if (bd == null) @@ -318,9 +310,8 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent } /** Set Offer Amount. - @param OfferAmt - Amount of the Offer - */ + @param OfferAmt Amount of the Offer + */ public void setOfferAmt (BigDecimal OfferAmt) { set_Value (COLUMNNAME_OfferAmt, OfferAmt); @@ -329,7 +320,7 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent /** Get Offer Amount. @return Amount of the Offer */ - public BigDecimal getOfferAmt () + public BigDecimal getOfferAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OfferAmt); if (bd == null) @@ -338,9 +329,8 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -349,7 +339,7 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQResponse.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQResponse.java index 6001e7d162..1e6680fdb4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQResponse.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQResponse.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQResponse * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RfQResponse") public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RfQResponse (Properties ctx, int C_RfQResponse_ID, String trxName) @@ -92,21 +92,20 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -120,22 +119,21 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -150,21 +148,20 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -179,21 +176,20 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -202,7 +198,8 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set Check Complete. - @param CheckComplete Check Complete */ + @param CheckComplete Check Complete + */ public void setCheckComplete (String CheckComplete) { set_Value (COLUMNNAME_CheckComplete, CheckComplete); @@ -210,7 +207,7 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Check Complete. @return Check Complete */ - public String getCheckComplete () + public String getCheckComplete() { return (String)get_Value(COLUMNNAME_CheckComplete); } @@ -222,21 +219,20 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_Value (COLUMNNAME_C_Order_ID, null); - else + else set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -251,21 +247,20 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set RfQ. - @param C_RfQ_ID - Request for Quotation - */ + @param C_RfQ_ID Request for Quotation + */ public void setC_RfQ_ID (int C_RfQ_ID) { - if (C_RfQ_ID < 1) + if (C_RfQ_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQ_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQ_ID, Integer.valueOf(C_RfQ_ID)); } /** Get RfQ. @return Request for Quotation */ - public int getC_RfQ_ID () + public int getC_RfQ_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQ_ID); if (ii == null) @@ -274,21 +269,20 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set RfQ Response. - @param C_RfQResponse_ID - Request for Quotation Response from a potential Vendor - */ + @param C_RfQResponse_ID Request for Quotation Response from a potential Vendor + */ public void setC_RfQResponse_ID (int C_RfQResponse_ID) { - if (C_RfQResponse_ID < 1) + if (C_RfQResponse_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQResponse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQResponse_ID, Integer.valueOf(C_RfQResponse_ID)); } /** Get RfQ Response. @return Request for Quotation Response from a potential Vendor */ - public int getC_RfQResponse_ID () + public int getC_RfQResponse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQResponse_ID); if (ii == null) @@ -297,7 +291,8 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set C_RfQResponse_UU. - @param C_RfQResponse_UU C_RfQResponse_UU */ + @param C_RfQResponse_UU C_RfQResponse_UU + */ public void setC_RfQResponse_UU (String C_RfQResponse_UU) { set_Value (COLUMNNAME_C_RfQResponse_UU, C_RfQResponse_UU); @@ -305,15 +300,14 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get C_RfQResponse_UU. @return C_RfQResponse_UU */ - public String getC_RfQResponse_UU () + public String getC_RfQResponse_UU() { return (String)get_Value(COLUMNNAME_C_RfQResponse_UU); } /** Set Invited. - @param DateInvited - Date when (last) invitation was sent - */ + @param DateInvited Date when (last) invitation was sent + */ public void setDateInvited (Timestamp DateInvited) { set_Value (COLUMNNAME_DateInvited, DateInvited); @@ -322,15 +316,14 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Invited. @return Date when (last) invitation was sent */ - public Timestamp getDateInvited () + public Timestamp getDateInvited() { return (Timestamp)get_Value(COLUMNNAME_DateInvited); } /** Set Response Date. - @param DateResponse - Date of the Response - */ + @param DateResponse Date of the Response + */ public void setDateResponse (Timestamp DateResponse) { set_Value (COLUMNNAME_DateResponse, DateResponse); @@ -339,15 +332,14 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Response Date. @return Date of the Response */ - public Timestamp getDateResponse () + public Timestamp getDateResponse() { return (Timestamp)get_Value(COLUMNNAME_DateResponse); } /** Set Work Complete. - @param DateWorkComplete - Date when work is (planned to be) complete - */ + @param DateWorkComplete Date when work is (planned to be) complete + */ public void setDateWorkComplete (Timestamp DateWorkComplete) { set_Value (COLUMNNAME_DateWorkComplete, DateWorkComplete); @@ -356,15 +348,14 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Work Complete. @return Date when work is (planned to be) complete */ - public Timestamp getDateWorkComplete () + public Timestamp getDateWorkComplete() { return (Timestamp)get_Value(COLUMNNAME_DateWorkComplete); } /** Set Work Start. - @param DateWorkStart - Date when work is (planned to be) started - */ + @param DateWorkStart Date when work is (planned to be) started + */ public void setDateWorkStart (Timestamp DateWorkStart) { set_Value (COLUMNNAME_DateWorkStart, DateWorkStart); @@ -373,15 +364,14 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Work Start. @return Date when work is (planned to be) started */ - public Timestamp getDateWorkStart () + public Timestamp getDateWorkStart() { return (Timestamp)get_Value(COLUMNNAME_DateWorkStart); } /** Set Delivery Days. - @param DeliveryDays - Number of Days (planned) until Delivery - */ + @param DeliveryDays Number of Days (planned) until Delivery + */ public void setDeliveryDays (int DeliveryDays) { set_Value (COLUMNNAME_DeliveryDays, Integer.valueOf(DeliveryDays)); @@ -390,7 +380,7 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Delivery Days. @return Number of Days (planned) until Delivery */ - public int getDeliveryDays () + public int getDeliveryDays() { Integer ii = (Integer)get_Value(COLUMNNAME_DeliveryDays); if (ii == null) @@ -399,9 +389,8 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -410,15 +399,14 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -427,15 +415,14 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Complete. - @param IsComplete - It is complete - */ + @param IsComplete It is complete + */ public void setIsComplete (boolean IsComplete) { set_Value (COLUMNNAME_IsComplete, Boolean.valueOf(IsComplete)); @@ -444,7 +431,7 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Complete. @return It is complete */ - public boolean isComplete () + public boolean isComplete() { Object oo = get_Value(COLUMNNAME_IsComplete); if (oo != null) @@ -457,9 +444,8 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set Selected Winner. - @param IsSelectedWinner - The response is the selected winner - */ + @param IsSelectedWinner The response is the selected winner + */ public void setIsSelectedWinner (boolean IsSelectedWinner) { set_Value (COLUMNNAME_IsSelectedWinner, Boolean.valueOf(IsSelectedWinner)); @@ -468,7 +454,7 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Selected Winner. @return The response is the selected winner */ - public boolean isSelectedWinner () + public boolean isSelectedWinner() { Object oo = get_Value(COLUMNNAME_IsSelectedWinner); if (oo != null) @@ -481,9 +467,8 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -492,7 +477,7 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -505,9 +490,8 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -516,7 +500,7 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -530,9 +514,8 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set Price. - @param Price - Price - */ + @param Price Price + */ public void setPrice (BigDecimal Price) { set_Value (COLUMNNAME_Price, Price); @@ -541,7 +524,7 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Price. @return Price */ - public BigDecimal getPrice () + public BigDecimal getPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Price); if (bd == null) @@ -550,9 +533,8 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -561,7 +543,7 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -574,7 +556,8 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -582,7 +565,7 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -595,9 +578,8 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent } /** Set Ranking. - @param Ranking - Relative Rank Number - */ + @param Ranking Relative Rank Number + */ public void setRanking (int Ranking) { set_Value (COLUMNNAME_Ranking, Integer.valueOf(Ranking)); @@ -606,7 +588,7 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent /** Get Ranking. @return Relative Rank Number */ - public int getRanking () + public int getRanking() { Integer ii = (Integer)get_Value(COLUMNNAME_Ranking); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLine.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLine.java index f3440278c6..7af43eb2a1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLine.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for C_RfQResponseLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RfQResponseLine") public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RfQResponseLine (Properties ctx, int C_RfQResponseLine_ID, String trxName) @@ -82,21 +82,20 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe } /** Set RfQ Line. - @param C_RfQLine_ID - Request for Quotation Line - */ + @param C_RfQLine_ID Request for Quotation Line + */ public void setC_RfQLine_ID (int C_RfQLine_ID) { - if (C_RfQLine_ID < 1) + if (C_RfQLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQLine_ID, Integer.valueOf(C_RfQLine_ID)); } /** Get RfQ Line. @return Request for Quotation Line */ - public int getC_RfQLine_ID () + public int getC_RfQLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQLine_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe } /** Set RfQ Response. - @param C_RfQResponse_ID - Request for Quotation Response from a potential Vendor - */ + @param C_RfQResponse_ID Request for Quotation Response from a potential Vendor + */ public void setC_RfQResponse_ID (int C_RfQResponse_ID) { - if (C_RfQResponse_ID < 1) + if (C_RfQResponse_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQResponse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQResponse_ID, Integer.valueOf(C_RfQResponse_ID)); } /** Get RfQ Response. @return Request for Quotation Response from a potential Vendor */ - public int getC_RfQResponse_ID () + public int getC_RfQResponse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQResponse_ID); if (ii == null) @@ -134,21 +132,20 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe } /** Set RfQ Response Line. - @param C_RfQResponseLine_ID - Request for Quotation Response Line - */ + @param C_RfQResponseLine_ID Request for Quotation Response Line + */ public void setC_RfQResponseLine_ID (int C_RfQResponseLine_ID) { - if (C_RfQResponseLine_ID < 1) + if (C_RfQResponseLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQResponseLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQResponseLine_ID, Integer.valueOf(C_RfQResponseLine_ID)); } /** Get RfQ Response Line. @return Request for Quotation Response Line */ - public int getC_RfQResponseLine_ID () + public int getC_RfQResponseLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQResponseLine_ID); if (ii == null) @@ -157,7 +154,8 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe } /** Set C_RfQResponseLine_UU. - @param C_RfQResponseLine_UU C_RfQResponseLine_UU */ + @param C_RfQResponseLine_UU C_RfQResponseLine_UU + */ public void setC_RfQResponseLine_UU (String C_RfQResponseLine_UU) { set_Value (COLUMNNAME_C_RfQResponseLine_UU, C_RfQResponseLine_UU); @@ -165,15 +163,14 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe /** Get C_RfQResponseLine_UU. @return C_RfQResponseLine_UU */ - public String getC_RfQResponseLine_UU () + public String getC_RfQResponseLine_UU() { return (String)get_Value(COLUMNNAME_C_RfQResponseLine_UU); } /** Set Work Complete. - @param DateWorkComplete - Date when work is (planned to be) complete - */ + @param DateWorkComplete Date when work is (planned to be) complete + */ public void setDateWorkComplete (Timestamp DateWorkComplete) { set_Value (COLUMNNAME_DateWorkComplete, DateWorkComplete); @@ -182,15 +179,14 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe /** Get Work Complete. @return Date when work is (planned to be) complete */ - public Timestamp getDateWorkComplete () + public Timestamp getDateWorkComplete() { return (Timestamp)get_Value(COLUMNNAME_DateWorkComplete); } /** Set Work Start. - @param DateWorkStart - Date when work is (planned to be) started - */ + @param DateWorkStart Date when work is (planned to be) started + */ public void setDateWorkStart (Timestamp DateWorkStart) { set_Value (COLUMNNAME_DateWorkStart, DateWorkStart); @@ -199,15 +195,14 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe /** Get Work Start. @return Date when work is (planned to be) started */ - public Timestamp getDateWorkStart () + public Timestamp getDateWorkStart() { return (Timestamp)get_Value(COLUMNNAME_DateWorkStart); } /** Set Delivery Days. - @param DeliveryDays - Number of Days (planned) until Delivery - */ + @param DeliveryDays Number of Days (planned) until Delivery + */ public void setDeliveryDays (int DeliveryDays) { set_Value (COLUMNNAME_DeliveryDays, Integer.valueOf(DeliveryDays)); @@ -216,7 +211,7 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe /** Get Delivery Days. @return Number of Days (planned) until Delivery */ - public int getDeliveryDays () + public int getDeliveryDays() { Integer ii = (Integer)get_Value(COLUMNNAME_DeliveryDays); if (ii == null) @@ -225,9 +220,8 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -236,15 +230,14 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -253,15 +246,14 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Selected Winner. - @param IsSelectedWinner - The response is the selected winner - */ + @param IsSelectedWinner The response is the selected winner + */ public void setIsSelectedWinner (boolean IsSelectedWinner) { set_Value (COLUMNNAME_IsSelectedWinner, Boolean.valueOf(IsSelectedWinner)); @@ -270,7 +262,7 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe /** Get Selected Winner. @return The response is the selected winner */ - public boolean isSelectedWinner () + public boolean isSelectedWinner() { Object oo = get_Value(COLUMNNAME_IsSelectedWinner); if (oo != null) @@ -283,9 +275,8 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -294,7 +285,7 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLineQty.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLineQty.java index f32f50234b..590f160a70 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLineQty.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLineQty.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQResponseLineQty * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RfQResponseLineQty") public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RfQResponseLineQty (Properties ctx, int C_RfQResponseLineQty_ID, String trxName) @@ -83,21 +83,20 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty } /** Set RfQ Line Quantity. - @param C_RfQLineQty_ID - Request for Quotation Line Quantity - */ + @param C_RfQLineQty_ID Request for Quotation Line Quantity + */ public void setC_RfQLineQty_ID (int C_RfQLineQty_ID) { - if (C_RfQLineQty_ID < 1) + if (C_RfQLineQty_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQLineQty_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQLineQty_ID, Integer.valueOf(C_RfQLineQty_ID)); } /** Get RfQ Line Quantity. @return Request for Quotation Line Quantity */ - public int getC_RfQLineQty_ID () + public int getC_RfQLineQty_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQLineQty_ID); if (ii == null) @@ -112,21 +111,20 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty } /** Set RfQ Response Line. - @param C_RfQResponseLine_ID - Request for Quotation Response Line - */ + @param C_RfQResponseLine_ID Request for Quotation Response Line + */ public void setC_RfQResponseLine_ID (int C_RfQResponseLine_ID) { - if (C_RfQResponseLine_ID < 1) + if (C_RfQResponseLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQResponseLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQResponseLine_ID, Integer.valueOf(C_RfQResponseLine_ID)); } /** Get RfQ Response Line. @return Request for Quotation Response Line */ - public int getC_RfQResponseLine_ID () + public int getC_RfQResponseLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQResponseLine_ID); if (ii == null) @@ -143,21 +141,20 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty } /** Set RfQ Response Line Qty. - @param C_RfQResponseLineQty_ID - Request for Quotation Response Line Quantity - */ + @param C_RfQResponseLineQty_ID Request for Quotation Response Line Quantity + */ public void setC_RfQResponseLineQty_ID (int C_RfQResponseLineQty_ID) { - if (C_RfQResponseLineQty_ID < 1) + if (C_RfQResponseLineQty_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQResponseLineQty_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQResponseLineQty_ID, Integer.valueOf(C_RfQResponseLineQty_ID)); } /** Get RfQ Response Line Qty. @return Request for Quotation Response Line Quantity */ - public int getC_RfQResponseLineQty_ID () + public int getC_RfQResponseLineQty_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQResponseLineQty_ID); if (ii == null) @@ -166,7 +163,8 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty } /** Set C_RfQResponseLineQty_UU. - @param C_RfQResponseLineQty_UU C_RfQResponseLineQty_UU */ + @param C_RfQResponseLineQty_UU C_RfQResponseLineQty_UU + */ public void setC_RfQResponseLineQty_UU (String C_RfQResponseLineQty_UU) { set_Value (COLUMNNAME_C_RfQResponseLineQty_UU, C_RfQResponseLineQty_UU); @@ -174,15 +172,14 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty /** Get C_RfQResponseLineQty_UU. @return C_RfQResponseLineQty_UU */ - public String getC_RfQResponseLineQty_UU () + public String getC_RfQResponseLineQty_UU() { return (String)get_Value(COLUMNNAME_C_RfQResponseLineQty_UU); } /** Set Discount %. - @param Discount - Discount in percent - */ + @param Discount Discount in percent + */ public void setDiscount (BigDecimal Discount) { set_Value (COLUMNNAME_Discount, Discount); @@ -191,7 +188,7 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty /** Get Discount %. @return Discount in percent */ - public BigDecimal getDiscount () + public BigDecimal getDiscount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Discount); if (bd == null) @@ -200,9 +197,8 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty } /** Set Price. - @param Price - Price - */ + @param Price Price + */ public void setPrice (BigDecimal Price) { set_Value (COLUMNNAME_Price, Price); @@ -211,7 +207,7 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty /** Get Price. @return Price */ - public BigDecimal getPrice () + public BigDecimal getPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Price); if (bd == null) @@ -220,9 +216,8 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty } /** Set Ranking. - @param Ranking - Relative Rank Number - */ + @param Ranking Relative Rank Number + */ public void setRanking (int Ranking) { set_Value (COLUMNNAME_Ranking, Integer.valueOf(Ranking)); @@ -231,7 +226,7 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty /** Get Ranking. @return Relative Rank Number */ - public int getRanking () + public int getRanking() { Integer ii = (Integer)get_Value(COLUMNNAME_Ranking); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQ_Topic.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQ_Topic.java index d574ea2fef..f5fd57d949 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQ_Topic.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQ_Topic.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQ_Topic * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RfQ_Topic") public class X_C_RfQ_Topic extends PO implements I_C_RfQ_Topic, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_RfQ_Topic extends PO implements I_C_RfQ_Topic, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RfQ_Topic (Properties ctx, int C_RfQ_Topic_ID, String trxName) @@ -80,21 +80,20 @@ public class X_C_RfQ_Topic extends PO implements I_C_RfQ_Topic, I_Persistent } /** Set Print Format. - @param AD_PrintFormat_ID - Data Print Format - */ + @param AD_PrintFormat_ID Data Print Format + */ public void setAD_PrintFormat_ID (int AD_PrintFormat_ID) { - if (AD_PrintFormat_ID < 1) + if (AD_PrintFormat_ID < 1) set_Value (COLUMNNAME_AD_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFormat_ID, Integer.valueOf(AD_PrintFormat_ID)); } /** Get Print Format. @return Data Print Format */ - public int getAD_PrintFormat_ID () + public int getAD_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormat_ID); if (ii == null) @@ -103,21 +102,20 @@ public class X_C_RfQ_Topic extends PO implements I_C_RfQ_Topic, I_Persistent } /** Set RfQ Topic. - @param C_RfQ_Topic_ID - Topic for Request for Quotations - */ + @param C_RfQ_Topic_ID Topic for Request for Quotations + */ public void setC_RfQ_Topic_ID (int C_RfQ_Topic_ID) { - if (C_RfQ_Topic_ID < 1) + if (C_RfQ_Topic_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQ_Topic_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQ_Topic_ID, Integer.valueOf(C_RfQ_Topic_ID)); } /** Get RfQ Topic. @return Topic for Request for Quotations */ - public int getC_RfQ_Topic_ID () + public int getC_RfQ_Topic_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQ_Topic_ID); if (ii == null) @@ -126,7 +124,8 @@ public class X_C_RfQ_Topic extends PO implements I_C_RfQ_Topic, I_Persistent } /** Set C_RfQ_Topic_UU. - @param C_RfQ_Topic_UU C_RfQ_Topic_UU */ + @param C_RfQ_Topic_UU C_RfQ_Topic_UU + */ public void setC_RfQ_Topic_UU (String C_RfQ_Topic_UU) { set_Value (COLUMNNAME_C_RfQ_Topic_UU, C_RfQ_Topic_UU); @@ -134,15 +133,14 @@ public class X_C_RfQ_Topic extends PO implements I_C_RfQ_Topic, I_Persistent /** Get C_RfQ_Topic_UU. @return C_RfQ_Topic_UU */ - public String getC_RfQ_Topic_UU () + public String getC_RfQ_Topic_UU() { return (String)get_Value(COLUMNNAME_C_RfQ_Topic_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -151,15 +149,14 @@ public class X_C_RfQ_Topic extends PO implements I_C_RfQ_Topic, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -168,7 +165,7 @@ public class X_C_RfQ_Topic extends PO implements I_C_RfQ_Topic, I_Persistent /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -181,9 +178,8 @@ public class X_C_RfQ_Topic extends PO implements I_C_RfQ_Topic, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -192,7 +188,7 @@ public class X_C_RfQ_Topic extends PO implements I_C_RfQ_Topic, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriber.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriber.java index 032c5eaa65..de222f80ea 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriber.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriber.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQ_TopicSubscriber * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RfQ_TopicSubscriber") public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscriber, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RfQ_TopicSubscriber (Properties ctx, int C_RfQ_TopicSubscriber_ID, String trxName) @@ -82,21 +82,20 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -110,22 +109,21 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -140,21 +138,20 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -169,21 +166,20 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib } /** Set RfQ Topic. - @param C_RfQ_Topic_ID - Topic for Request for Quotations - */ + @param C_RfQ_Topic_ID Topic for Request for Quotations + */ public void setC_RfQ_Topic_ID (int C_RfQ_Topic_ID) { - if (C_RfQ_Topic_ID < 1) + if (C_RfQ_Topic_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQ_Topic_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQ_Topic_ID, Integer.valueOf(C_RfQ_Topic_ID)); } /** Get RfQ Topic. @return Topic for Request for Quotations */ - public int getC_RfQ_Topic_ID () + public int getC_RfQ_Topic_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQ_Topic_ID); if (ii == null) @@ -200,21 +196,20 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib } /** Set RfQ Subscriber. - @param C_RfQ_TopicSubscriber_ID - Request for Quotation Topic Subscriber - */ + @param C_RfQ_TopicSubscriber_ID Request for Quotation Topic Subscriber + */ public void setC_RfQ_TopicSubscriber_ID (int C_RfQ_TopicSubscriber_ID) { - if (C_RfQ_TopicSubscriber_ID < 1) + if (C_RfQ_TopicSubscriber_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQ_TopicSubscriber_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQ_TopicSubscriber_ID, Integer.valueOf(C_RfQ_TopicSubscriber_ID)); } /** Get RfQ Subscriber. @return Request for Quotation Topic Subscriber */ - public int getC_RfQ_TopicSubscriber_ID () + public int getC_RfQ_TopicSubscriber_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQ_TopicSubscriber_ID); if (ii == null) @@ -223,7 +218,8 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib } /** Set C_RfQ_TopicSubscriber_UU. - @param C_RfQ_TopicSubscriber_UU C_RfQ_TopicSubscriber_UU */ + @param C_RfQ_TopicSubscriber_UU C_RfQ_TopicSubscriber_UU + */ public void setC_RfQ_TopicSubscriber_UU (String C_RfQ_TopicSubscriber_UU) { set_Value (COLUMNNAME_C_RfQ_TopicSubscriber_UU, C_RfQ_TopicSubscriber_UU); @@ -231,15 +227,14 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib /** Get C_RfQ_TopicSubscriber_UU. @return C_RfQ_TopicSubscriber_UU */ - public String getC_RfQ_TopicSubscriber_UU () + public String getC_RfQ_TopicSubscriber_UU() { return (String)get_Value(COLUMNNAME_C_RfQ_TopicSubscriber_UU); } /** Set Opt-out Date. - @param OptOutDate - Date the contact opted out - */ + @param OptOutDate Date the contact opted out + */ public void setOptOutDate (Timestamp OptOutDate) { set_Value (COLUMNNAME_OptOutDate, OptOutDate); @@ -248,15 +243,14 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib /** Get Opt-out Date. @return Date the contact opted out */ - public Timestamp getOptOutDate () + public Timestamp getOptOutDate() { return (Timestamp)get_Value(COLUMNNAME_OptOutDate); } /** Set Subscribe Date. - @param SubscribeDate - Date the contact actively subscribed - */ + @param SubscribeDate Date the contact actively subscribed + */ public void setSubscribeDate (Timestamp SubscribeDate) { set_Value (COLUMNNAME_SubscribeDate, SubscribeDate); @@ -265,7 +259,7 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib /** Get Subscribe Date. @return Date the contact actively subscribed */ - public Timestamp getSubscribeDate () + public Timestamp getSubscribeDate() { return (Timestamp)get_Value(COLUMNNAME_SubscribeDate); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriberOnly.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriberOnly.java index 0bf2d29fce..ab305886a4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriberOnly.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriberOnly.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQ_TopicSubscriberOnly * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_RfQ_TopicSubscriberOnly") public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubscriberOnly, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubs /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_RfQ_TopicSubscriberOnly (Properties ctx, int C_RfQ_TopicSubscriberOnly_ID, String trxName) @@ -79,21 +79,20 @@ public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubs } /** Set RfQ Subscriber. - @param C_RfQ_TopicSubscriber_ID - Request for Quotation Topic Subscriber - */ + @param C_RfQ_TopicSubscriber_ID Request for Quotation Topic Subscriber + */ public void setC_RfQ_TopicSubscriber_ID (int C_RfQ_TopicSubscriber_ID) { - if (C_RfQ_TopicSubscriber_ID < 1) + if (C_RfQ_TopicSubscriber_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQ_TopicSubscriber_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQ_TopicSubscriber_ID, Integer.valueOf(C_RfQ_TopicSubscriber_ID)); } /** Get RfQ Subscriber. @return Request for Quotation Topic Subscriber */ - public int getC_RfQ_TopicSubscriber_ID () + public int getC_RfQ_TopicSubscriber_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQ_TopicSubscriber_ID); if (ii == null) @@ -102,21 +101,20 @@ public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubs } /** Set RfQ Topic Subscriber Restriction. - @param C_RfQ_TopicSubscriberOnly_ID - Include Subscriber only for certain products or product categories - */ + @param C_RfQ_TopicSubscriberOnly_ID Include Subscriber only for certain products or product categories + */ public void setC_RfQ_TopicSubscriberOnly_ID (int C_RfQ_TopicSubscriberOnly_ID) { - if (C_RfQ_TopicSubscriberOnly_ID < 1) + if (C_RfQ_TopicSubscriberOnly_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RfQ_TopicSubscriberOnly_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RfQ_TopicSubscriberOnly_ID, Integer.valueOf(C_RfQ_TopicSubscriberOnly_ID)); } /** Get RfQ Topic Subscriber Restriction. @return Include Subscriber only for certain products or product categories */ - public int getC_RfQ_TopicSubscriberOnly_ID () + public int getC_RfQ_TopicSubscriberOnly_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RfQ_TopicSubscriberOnly_ID); if (ii == null) @@ -125,7 +123,8 @@ public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubs } /** Set C_RfQ_TopicSubscriberOnly_UU. - @param C_RfQ_TopicSubscriberOnly_UU C_RfQ_TopicSubscriberOnly_UU */ + @param C_RfQ_TopicSubscriberOnly_UU C_RfQ_TopicSubscriberOnly_UU + */ public void setC_RfQ_TopicSubscriberOnly_UU (String C_RfQ_TopicSubscriberOnly_UU) { set_Value (COLUMNNAME_C_RfQ_TopicSubscriberOnly_UU, C_RfQ_TopicSubscriberOnly_UU); @@ -133,15 +132,14 @@ public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubs /** Get C_RfQ_TopicSubscriberOnly_UU. @return C_RfQ_TopicSubscriberOnly_UU */ - public String getC_RfQ_TopicSubscriberOnly_UU () + public String getC_RfQ_TopicSubscriberOnly_UU() { return (String)get_Value(COLUMNNAME_C_RfQ_TopicSubscriberOnly_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -150,7 +148,7 @@ public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubs /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -162,21 +160,20 @@ public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubs } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -199,21 +196,20 @@ public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubs } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_SalesRegion.java b/org.adempiere.base/src/org/compiere/model/X_C_SalesRegion.java index ea6be359c6..9c15206a83 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_SalesRegion.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_SalesRegion.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_SalesRegion * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_SalesRegion") public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_SalesRegion (Properties ctx, int C_SalesRegion_ID, String trxName) @@ -76,21 +76,20 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_ValueNoCheck (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -99,7 +98,8 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent } /** Set C_SalesRegion_UU. - @param C_SalesRegion_UU C_SalesRegion_UU */ + @param C_SalesRegion_UU C_SalesRegion_UU + */ public void setC_SalesRegion_UU (String C_SalesRegion_UU) { set_Value (COLUMNNAME_C_SalesRegion_UU, C_SalesRegion_UU); @@ -107,15 +107,14 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent /** Get C_SalesRegion_UU. @return C_SalesRegion_UU */ - public String getC_SalesRegion_UU () + public String getC_SalesRegion_UU() { return (String)get_Value(COLUMNNAME_C_SalesRegion_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -124,15 +123,14 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -141,7 +139,7 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -154,9 +152,8 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -165,7 +162,7 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -178,9 +175,8 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -189,7 +185,7 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -209,21 +205,20 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -232,9 +227,8 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -243,7 +237,7 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_SalesStage.java b/org.adempiere.base/src/org/compiere/model/X_C_SalesStage.java index f1d5eba890..6612c4ff4a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_SalesStage.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_SalesStage.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_SalesStage * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_SalesStage") public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_SalesStage (Properties ctx, int C_SalesStage_ID, String trxName) @@ -79,21 +79,20 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent } /** Set Sales Stage. - @param C_SalesStage_ID - Stages of the sales process - */ + @param C_SalesStage_ID Stages of the sales process + */ public void setC_SalesStage_ID (int C_SalesStage_ID) { - if (C_SalesStage_ID < 1) + if (C_SalesStage_ID < 1) set_ValueNoCheck (COLUMNNAME_C_SalesStage_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_SalesStage_ID, Integer.valueOf(C_SalesStage_ID)); } /** Get Sales Stage. @return Stages of the sales process */ - public int getC_SalesStage_ID () + public int getC_SalesStage_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesStage_ID); if (ii == null) @@ -102,7 +101,8 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent } /** Set C_SalesStage_UU. - @param C_SalesStage_UU C_SalesStage_UU */ + @param C_SalesStage_UU C_SalesStage_UU + */ public void setC_SalesStage_UU (String C_SalesStage_UU) { set_Value (COLUMNNAME_C_SalesStage_UU, C_SalesStage_UU); @@ -110,15 +110,14 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent /** Get C_SalesStage_UU. @return C_SalesStage_UU */ - public String getC_SalesStage_UU () + public String getC_SalesStage_UU() { return (String)get_Value(COLUMNNAME_C_SalesStage_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -127,15 +126,14 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Closed Status. - @param IsClosed - The status is closed - */ + @param IsClosed The status is closed + */ public void setIsClosed (boolean IsClosed) { set_Value (COLUMNNAME_IsClosed, Boolean.valueOf(IsClosed)); @@ -144,7 +142,7 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent /** Get Closed Status. @return The status is closed */ - public boolean isClosed () + public boolean isClosed() { Object oo = get_Value(COLUMNNAME_IsClosed); if (oo != null) @@ -157,9 +155,8 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent } /** Set Won. - @param IsWon - The opportunity was won - */ + @param IsWon The opportunity was won + */ public void setIsWon (boolean IsWon) { set_Value (COLUMNNAME_IsWon, Boolean.valueOf(IsWon)); @@ -168,7 +165,7 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent /** Get Won. @return The opportunity was won */ - public boolean isWon () + public boolean isWon() { Object oo = get_Value(COLUMNNAME_IsWon); if (oo != null) @@ -181,9 +178,8 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -192,7 +188,7 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -206,7 +202,8 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent } /** Set Probability. - @param Probability Probability */ + @param Probability Probability + */ public void setProbability (BigDecimal Probability) { set_Value (COLUMNNAME_Probability, Probability); @@ -214,7 +211,7 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent /** Get Probability. @return Probability */ - public BigDecimal getProbability () + public BigDecimal getProbability() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Probability); if (bd == null) @@ -223,9 +220,8 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -234,7 +230,7 @@ public class X_C_SalesStage extends PO implements I_C_SalesStage, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevel.java b/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevel.java index d5cc9a960e..2f50ad843b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevel.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevel.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_ServiceLevel * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ServiceLevel") public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ServiceLevel (Properties ctx, int C_ServiceLevel_ID, String trxName) @@ -84,21 +84,20 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste } /** Set Revenue Recognition Plan. - @param C_RevenueRecognition_Plan_ID - Plan for recognizing or recording revenue - */ + @param C_RevenueRecognition_Plan_ID Plan for recognizing or recording revenue + */ public void setC_RevenueRecognition_Plan_ID (int C_RevenueRecognition_Plan_ID) { - if (C_RevenueRecognition_Plan_ID < 1) + if (C_RevenueRecognition_Plan_ID < 1) set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_Plan_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_RevenueRecognition_Plan_ID, Integer.valueOf(C_RevenueRecognition_Plan_ID)); } /** Get Revenue Recognition Plan. @return Plan for recognizing or recording revenue */ - public int getC_RevenueRecognition_Plan_ID () + public int getC_RevenueRecognition_Plan_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RevenueRecognition_Plan_ID); if (ii == null) @@ -107,21 +106,20 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste } /** Set Service Level. - @param C_ServiceLevel_ID - Product Revenue Recognition Service Level - */ + @param C_ServiceLevel_ID Product Revenue Recognition Service Level + */ public void setC_ServiceLevel_ID (int C_ServiceLevel_ID) { - if (C_ServiceLevel_ID < 1) + if (C_ServiceLevel_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ServiceLevel_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ServiceLevel_ID, Integer.valueOf(C_ServiceLevel_ID)); } /** Get Service Level. @return Product Revenue Recognition Service Level */ - public int getC_ServiceLevel_ID () + public int getC_ServiceLevel_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ServiceLevel_ID); if (ii == null) @@ -130,7 +128,8 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste } /** Set C_ServiceLevel_UU. - @param C_ServiceLevel_UU C_ServiceLevel_UU */ + @param C_ServiceLevel_UU C_ServiceLevel_UU + */ public void setC_ServiceLevel_UU (String C_ServiceLevel_UU) { set_Value (COLUMNNAME_C_ServiceLevel_UU, C_ServiceLevel_UU); @@ -138,15 +137,14 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste /** Get C_ServiceLevel_UU. @return C_ServiceLevel_UU */ - public String getC_ServiceLevel_UU () + public String getC_ServiceLevel_UU() { return (String)get_Value(COLUMNNAME_C_ServiceLevel_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -155,7 +153,7 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -175,21 +173,20 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -198,9 +195,8 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -209,7 +205,7 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -222,7 +218,8 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -230,7 +227,7 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -243,9 +240,8 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste } /** Set Quantity Invoiced. - @param ServiceLevelInvoiced - Quantity of product or service invoiced - */ + @param ServiceLevelInvoiced Quantity of product or service invoiced + */ public void setServiceLevelInvoiced (BigDecimal ServiceLevelInvoiced) { set_ValueNoCheck (COLUMNNAME_ServiceLevelInvoiced, ServiceLevelInvoiced); @@ -254,7 +250,7 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste /** Get Quantity Invoiced. @return Quantity of product or service invoiced */ - public BigDecimal getServiceLevelInvoiced () + public BigDecimal getServiceLevelInvoiced() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ServiceLevelInvoiced); if (bd == null) @@ -263,9 +259,8 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste } /** Set Quantity Provided. - @param ServiceLevelProvided - Quantity of service or product provided - */ + @param ServiceLevelProvided Quantity of service or product provided + */ public void setServiceLevelProvided (BigDecimal ServiceLevelProvided) { set_ValueNoCheck (COLUMNNAME_ServiceLevelProvided, ServiceLevelProvided); @@ -274,7 +269,7 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste /** Get Quantity Provided. @return Quantity of service or product provided */ - public BigDecimal getServiceLevelProvided () + public BigDecimal getServiceLevelProvided() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ServiceLevelProvided); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevelLine.java b/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevelLine.java index 7813595f92..d126632b98 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevelLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevelLine.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_ServiceLevelLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ServiceLevelLine") public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ServiceLevelLine (Properties ctx, int C_ServiceLevelLine_ID, String trxName) @@ -84,21 +84,20 @@ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_ } /** Set Service Level. - @param C_ServiceLevel_ID - Product Revenue Recognition Service Level - */ + @param C_ServiceLevel_ID Product Revenue Recognition Service Level + */ public void setC_ServiceLevel_ID (int C_ServiceLevel_ID) { - if (C_ServiceLevel_ID < 1) + if (C_ServiceLevel_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ServiceLevel_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ServiceLevel_ID, Integer.valueOf(C_ServiceLevel_ID)); } /** Get Service Level. @return Product Revenue Recognition Service Level */ - public int getC_ServiceLevel_ID () + public int getC_ServiceLevel_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ServiceLevel_ID); if (ii == null) @@ -107,21 +106,20 @@ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_ } /** Set Service Level Line. - @param C_ServiceLevelLine_ID - Product Revenue Recognition Service Level Line - */ + @param C_ServiceLevelLine_ID Product Revenue Recognition Service Level Line + */ public void setC_ServiceLevelLine_ID (int C_ServiceLevelLine_ID) { - if (C_ServiceLevelLine_ID < 1) + if (C_ServiceLevelLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ServiceLevelLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ServiceLevelLine_ID, Integer.valueOf(C_ServiceLevelLine_ID)); } /** Get Service Level Line. @return Product Revenue Recognition Service Level Line */ - public int getC_ServiceLevelLine_ID () + public int getC_ServiceLevelLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ServiceLevelLine_ID); if (ii == null) @@ -130,7 +128,8 @@ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_ } /** Set C_ServiceLevelLine_UU. - @param C_ServiceLevelLine_UU C_ServiceLevelLine_UU */ + @param C_ServiceLevelLine_UU C_ServiceLevelLine_UU + */ public void setC_ServiceLevelLine_UU (String C_ServiceLevelLine_UU) { set_Value (COLUMNNAME_C_ServiceLevelLine_UU, C_ServiceLevelLine_UU); @@ -138,15 +137,14 @@ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_ /** Get C_ServiceLevelLine_UU. @return C_ServiceLevelLine_UU */ - public String getC_ServiceLevelLine_UU () + public String getC_ServiceLevelLine_UU() { return (String)get_Value(COLUMNNAME_C_ServiceLevelLine_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -155,15 +153,14 @@ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_ValueNoCheck (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -172,7 +169,7 @@ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_ /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -185,9 +182,8 @@ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_ } /** Set Service date. - @param ServiceDate - Date service was provided - */ + @param ServiceDate Date service was provided + */ public void setServiceDate (Timestamp ServiceDate) { set_ValueNoCheck (COLUMNNAME_ServiceDate, ServiceDate); @@ -196,7 +192,7 @@ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_ /** Get Service date. @return Date service was provided */ - public Timestamp getServiceDate () + public Timestamp getServiceDate() { return (Timestamp)get_Value(COLUMNNAME_ServiceDate); } @@ -210,9 +206,8 @@ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_ } /** Set Quantity Provided. - @param ServiceLevelProvided - Quantity of service or product provided - */ + @param ServiceLevelProvided Quantity of service or product provided + */ public void setServiceLevelProvided (BigDecimal ServiceLevelProvided) { set_ValueNoCheck (COLUMNNAME_ServiceLevelProvided, ServiceLevelProvided); @@ -221,7 +216,7 @@ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_ /** Get Quantity Provided. @return Quantity of service or product provided */ - public BigDecimal getServiceLevelProvided () + public BigDecimal getServiceLevelProvided() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ServiceLevelProvided); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_SubAcct.java b/org.adempiere.base/src/org/compiere/model/X_C_SubAcct.java index 3ceac7b7b6..b250c72b6f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_SubAcct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_SubAcct.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_SubAcct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_SubAcct") public class X_C_SubAcct extends PO implements I_C_SubAcct, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_SubAcct extends PO implements I_C_SubAcct, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_SubAcct (Properties ctx, int C_SubAcct_ID, String trxName) @@ -81,21 +81,20 @@ public class X_C_SubAcct extends PO implements I_C_SubAcct, I_Persistent } /** Set Account Element. - @param C_ElementValue_ID - Account Element - */ + @param C_ElementValue_ID Account Element + */ public void setC_ElementValue_ID (int C_ElementValue_ID) { - if (C_ElementValue_ID < 1) + if (C_ElementValue_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ElementValue_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ElementValue_ID, Integer.valueOf(C_ElementValue_ID)); } /** Get Account Element. @return Account Element */ - public int getC_ElementValue_ID () + public int getC_ElementValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValue_ID); if (ii == null) @@ -104,21 +103,20 @@ public class X_C_SubAcct extends PO implements I_C_SubAcct, I_Persistent } /** Set Sub Account. - @param C_SubAcct_ID - Sub account for Element Value - */ + @param C_SubAcct_ID Sub account for Element Value + */ public void setC_SubAcct_ID (int C_SubAcct_ID) { - if (C_SubAcct_ID < 1) + if (C_SubAcct_ID < 1) set_ValueNoCheck (COLUMNNAME_C_SubAcct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_SubAcct_ID, Integer.valueOf(C_SubAcct_ID)); } /** Get Sub Account. @return Sub account for Element Value */ - public int getC_SubAcct_ID () + public int getC_SubAcct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SubAcct_ID); if (ii == null) @@ -127,7 +125,8 @@ public class X_C_SubAcct extends PO implements I_C_SubAcct, I_Persistent } /** Set C_SubAcct_UU. - @param C_SubAcct_UU C_SubAcct_UU */ + @param C_SubAcct_UU C_SubAcct_UU + */ public void setC_SubAcct_UU (String C_SubAcct_UU) { set_Value (COLUMNNAME_C_SubAcct_UU, C_SubAcct_UU); @@ -135,15 +134,14 @@ public class X_C_SubAcct extends PO implements I_C_SubAcct, I_Persistent /** Get C_SubAcct_UU. @return C_SubAcct_UU */ - public String getC_SubAcct_UU () + public String getC_SubAcct_UU() { return (String)get_Value(COLUMNNAME_C_SubAcct_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -152,15 +150,14 @@ public class X_C_SubAcct extends PO implements I_C_SubAcct, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -169,15 +166,14 @@ public class X_C_SubAcct extends PO implements I_C_SubAcct, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -186,15 +182,14 @@ public class X_C_SubAcct extends PO implements I_C_SubAcct, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -203,7 +198,7 @@ public class X_C_SubAcct extends PO implements I_C_SubAcct, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Subscription.java b/org.adempiere.base/src/org/compiere/model/X_C_Subscription.java index 305c407544..da29c1a87c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Subscription.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Subscription.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Subscription * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Subscription") public class X_C_Subscription extends PO implements I_C_Subscription, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Subscription (Properties ctx, int C_Subscription_ID, String trxName) @@ -86,22 +86,21 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste } /** Set Subscription. - @param C_Subscription_ID - Subscription of a Business Partner of a Product to renew - */ + @param C_Subscription_ID Subscription of a Business Partner of a Product to renew + */ public void setC_Subscription_ID (int C_Subscription_ID) { - if (C_Subscription_ID < 1) + if (C_Subscription_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Subscription_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Subscription_ID, Integer.valueOf(C_Subscription_ID)); } /** Get Subscription. @return Subscription of a Business Partner of a Product to renew */ - public int getC_Subscription_ID () + public int getC_Subscription_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Subscription_ID); if (ii == null) @@ -139,21 +137,20 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste } /** Set Subscription Type. - @param C_SubscriptionType_ID - Type of subscription - */ + @param C_SubscriptionType_ID Type of subscription + */ public void setC_SubscriptionType_ID (int C_SubscriptionType_ID) { - if (C_SubscriptionType_ID < 1) + if (C_SubscriptionType_ID < 1) set_Value (COLUMNNAME_C_SubscriptionType_ID, null); - else + else set_Value (COLUMNNAME_C_SubscriptionType_ID, Integer.valueOf(C_SubscriptionType_ID)); } /** Get Subscription Type. @return Type of subscription */ - public int getC_SubscriptionType_ID () + public int getC_SubscriptionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SubscriptionType_ID); if (ii == null) @@ -162,7 +159,8 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste } /** Set C_Subscription_UU. - @param C_Subscription_UU C_Subscription_UU */ + @param C_Subscription_UU C_Subscription_UU + */ public void setC_Subscription_UU (String C_Subscription_UU) { set_Value (COLUMNNAME_C_Subscription_UU, C_Subscription_UU); @@ -170,15 +168,14 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste /** Get C_Subscription_UU. @return C_Subscription_UU */ - public String getC_Subscription_UU () + public String getC_Subscription_UU() { return (String)get_Value(COLUMNNAME_C_Subscription_UU); } /** Set Due. - @param IsDue - Subscription Renewal is Due - */ + @param IsDue Subscription Renewal is Due + */ public void setIsDue (boolean IsDue) { set_Value (COLUMNNAME_IsDue, Boolean.valueOf(IsDue)); @@ -187,7 +184,7 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste /** Get Due. @return Subscription Renewal is Due */ - public boolean isDue () + public boolean isDue() { Object oo = get_Value(COLUMNNAME_IsDue); if (oo != null) @@ -206,21 +203,20 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -229,9 +225,8 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -240,7 +235,7 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -254,9 +249,8 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste } /** Set Paid Until. - @param PaidUntilDate - Subscription is paid/valid until this date - */ + @param PaidUntilDate Subscription is paid/valid until this date + */ public void setPaidUntilDate (Timestamp PaidUntilDate) { set_Value (COLUMNNAME_PaidUntilDate, PaidUntilDate); @@ -265,13 +259,14 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste /** Get Paid Until. @return Subscription is paid/valid until this date */ - public Timestamp getPaidUntilDate () + public Timestamp getPaidUntilDate() { return (Timestamp)get_Value(COLUMNNAME_PaidUntilDate); } /** Set Renewal Date. - @param RenewalDate Renewal Date */ + @param RenewalDate Renewal Date + */ public void setRenewalDate (Timestamp RenewalDate) { set_Value (COLUMNNAME_RenewalDate, RenewalDate); @@ -279,15 +274,14 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste /** Get Renewal Date. @return Renewal Date */ - public Timestamp getRenewalDate () + public Timestamp getRenewalDate() { return (Timestamp)get_Value(COLUMNNAME_RenewalDate); } /** Set Start Date. - @param StartDate - First effective day (inclusive) - */ + @param StartDate First effective day (inclusive) + */ public void setStartDate (Timestamp StartDate) { set_Value (COLUMNNAME_StartDate, StartDate); @@ -296,7 +290,7 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste /** Get Start Date. @return First effective day (inclusive) */ - public Timestamp getStartDate () + public Timestamp getStartDate() { return (Timestamp)get_Value(COLUMNNAME_StartDate); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_SubscriptionType.java b/org.adempiere.base/src/org/compiere/model/X_C_SubscriptionType.java index 8cbc9bd37a..59ba61084e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_SubscriptionType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_SubscriptionType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_SubscriptionType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_SubscriptionType") public class X_C_SubscriptionType extends PO implements I_C_SubscriptionType, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_SubscriptionType extends PO implements I_C_SubscriptionType, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_SubscriptionType (Properties ctx, int C_SubscriptionType_ID, String trxName) @@ -75,21 +75,20 @@ public class X_C_SubscriptionType extends PO implements I_C_SubscriptionType, I_ } /** Set Subscription Type. - @param C_SubscriptionType_ID - Type of subscription - */ + @param C_SubscriptionType_ID Type of subscription + */ public void setC_SubscriptionType_ID (int C_SubscriptionType_ID) { - if (C_SubscriptionType_ID < 1) + if (C_SubscriptionType_ID < 1) set_ValueNoCheck (COLUMNNAME_C_SubscriptionType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_SubscriptionType_ID, Integer.valueOf(C_SubscriptionType_ID)); } /** Get Subscription Type. @return Type of subscription */ - public int getC_SubscriptionType_ID () + public int getC_SubscriptionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SubscriptionType_ID); if (ii == null) @@ -98,7 +97,8 @@ public class X_C_SubscriptionType extends PO implements I_C_SubscriptionType, I_ } /** Set C_SubscriptionType_UU. - @param C_SubscriptionType_UU C_SubscriptionType_UU */ + @param C_SubscriptionType_UU C_SubscriptionType_UU + */ public void setC_SubscriptionType_UU (String C_SubscriptionType_UU) { set_Value (COLUMNNAME_C_SubscriptionType_UU, C_SubscriptionType_UU); @@ -106,15 +106,14 @@ public class X_C_SubscriptionType extends PO implements I_C_SubscriptionType, I_ /** Get C_SubscriptionType_UU. @return C_SubscriptionType_UU */ - public String getC_SubscriptionType_UU () + public String getC_SubscriptionType_UU() { return (String)get_Value(COLUMNNAME_C_SubscriptionType_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -123,15 +122,14 @@ public class X_C_SubscriptionType extends PO implements I_C_SubscriptionType, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Frequency. - @param Frequency - Frequency of events - */ + @param Frequency Frequency of events + */ public void setFrequency (int Frequency) { set_Value (COLUMNNAME_Frequency, Integer.valueOf(Frequency)); @@ -140,7 +138,7 @@ public class X_C_SubscriptionType extends PO implements I_C_SubscriptionType, I_ /** Get Frequency. @return Frequency of events */ - public int getFrequency () + public int getFrequency() { Integer ii = (Integer)get_Value(COLUMNNAME_Frequency); if (ii == null) @@ -157,9 +155,8 @@ public class X_C_SubscriptionType extends PO implements I_C_SubscriptionType, I_ /** Minute = M */ public static final String FREQUENCYTYPE_Minute = "M"; /** Set Frequency Type. - @param FrequencyType - Frequency of event - */ + @param FrequencyType Frequency of event + */ public void setFrequencyType (String FrequencyType) { @@ -169,15 +166,14 @@ public class X_C_SubscriptionType extends PO implements I_C_SubscriptionType, I_ /** Get Frequency Type. @return Frequency of event */ - public String getFrequencyType () + public String getFrequencyType() { return (String)get_Value(COLUMNNAME_FrequencyType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -186,7 +182,7 @@ public class X_C_SubscriptionType extends PO implements I_C_SubscriptionType, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Subscription_Delivery.java b/org.adempiere.base/src/org/compiere/model/X_C_Subscription_Delivery.java index 9bebe56732..4cb6971dd7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Subscription_Delivery.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Subscription_Delivery.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Subscription_Delivery * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Subscription_Delivery") public class X_C_Subscription_Delivery extends PO implements I_C_Subscription_Delivery, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Subscription_Delivery extends PO implements I_C_Subscription_De /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Subscription_Delivery (Properties ctx, int C_Subscription_Delivery_ID, String trxName) @@ -73,21 +73,20 @@ public class X_C_Subscription_Delivery extends PO implements I_C_Subscription_De } /** Set Subscription Delivery. - @param C_Subscription_Delivery_ID - Optional Delivery Record for a Subscription - */ + @param C_Subscription_Delivery_ID Optional Delivery Record for a Subscription + */ public void setC_Subscription_Delivery_ID (int C_Subscription_Delivery_ID) { - if (C_Subscription_Delivery_ID < 1) + if (C_Subscription_Delivery_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Subscription_Delivery_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Subscription_Delivery_ID, Integer.valueOf(C_Subscription_Delivery_ID)); } /** Get Subscription Delivery. @return Optional Delivery Record for a Subscription */ - public int getC_Subscription_Delivery_ID () + public int getC_Subscription_Delivery_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Subscription_Delivery_ID); if (ii == null) @@ -104,7 +103,8 @@ public class X_C_Subscription_Delivery extends PO implements I_C_Subscription_De } /** Set C_Subscription_Delivery_UU. - @param C_Subscription_Delivery_UU C_Subscription_Delivery_UU */ + @param C_Subscription_Delivery_UU C_Subscription_Delivery_UU + */ public void setC_Subscription_Delivery_UU (String C_Subscription_Delivery_UU) { set_Value (COLUMNNAME_C_Subscription_Delivery_UU, C_Subscription_Delivery_UU); @@ -112,7 +112,7 @@ public class X_C_Subscription_Delivery extends PO implements I_C_Subscription_De /** Get C_Subscription_Delivery_UU. @return C_Subscription_Delivery_UU */ - public String getC_Subscription_Delivery_UU () + public String getC_Subscription_Delivery_UU() { return (String)get_Value(COLUMNNAME_C_Subscription_Delivery_UU); } @@ -124,21 +124,20 @@ public class X_C_Subscription_Delivery extends PO implements I_C_Subscription_De } /** Set Subscription. - @param C_Subscription_ID - Subscription of a Business Partner of a Product to renew - */ + @param C_Subscription_ID Subscription of a Business Partner of a Product to renew + */ public void setC_Subscription_ID (int C_Subscription_ID) { - if (C_Subscription_ID < 1) + if (C_Subscription_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Subscription_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Subscription_ID, Integer.valueOf(C_Subscription_ID)); } /** Get Subscription. @return Subscription of a Business Partner of a Product to renew */ - public int getC_Subscription_ID () + public int getC_Subscription_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Subscription_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Task.java b/org.adempiere.base/src/org/compiere/model/X_C_Task.java index 3848461987..96eac4795e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Task.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Task.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Task * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Task") public class X_C_Task extends PO implements I_C_Task, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Task (Properties ctx, int C_Task_ID, String trxName) @@ -86,21 +86,20 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent } /** Set Standard Phase. - @param C_Phase_ID - Standard Phase of the Project Type - */ + @param C_Phase_ID Standard Phase of the Project Type + */ public void setC_Phase_ID (int C_Phase_ID) { - if (C_Phase_ID < 1) + if (C_Phase_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Phase_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Phase_ID, Integer.valueOf(C_Phase_ID)); } /** Get Standard Phase. @return Standard Phase of the Project Type */ - public int getC_Phase_ID () + public int getC_Phase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Phase_ID); if (ii == null) @@ -109,21 +108,20 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent } /** Set Standard Task. - @param C_Task_ID - Standard Project Type Task - */ + @param C_Task_ID Standard Project Type Task + */ public void setC_Task_ID (int C_Task_ID) { - if (C_Task_ID < 1) + if (C_Task_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Task_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Task_ID, Integer.valueOf(C_Task_ID)); } /** Get Standard Task. @return Standard Project Type Task */ - public int getC_Task_ID () + public int getC_Task_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Task_ID); if (ii == null) @@ -132,7 +130,8 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent } /** Set C_Task_UU. - @param C_Task_UU C_Task_UU */ + @param C_Task_UU C_Task_UU + */ public void setC_Task_UU (String C_Task_UU) { set_Value (COLUMNNAME_C_Task_UU, C_Task_UU); @@ -140,15 +139,14 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent /** Get C_Task_UU. @return C_Task_UU */ - public String getC_Task_UU () + public String getC_Task_UU() { return (String)get_Value(COLUMNNAME_C_Task_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -157,15 +155,14 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -174,7 +171,7 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -186,21 +183,20 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -209,9 +205,8 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -220,7 +215,7 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -234,9 +229,8 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -245,7 +239,7 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -254,9 +248,8 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent } /** Set Standard Quantity. - @param StandardQty - Standard Quantity - */ + @param StandardQty Standard Quantity + */ public void setStandardQty (BigDecimal StandardQty) { set_Value (COLUMNNAME_StandardQty, StandardQty); @@ -265,7 +258,7 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent /** Get Standard Quantity. @return Standard Quantity */ - public BigDecimal getStandardQty () + public BigDecimal getStandardQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_StandardQty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Tax.java b/org.adempiere.base/src/org/compiere/model/X_C_Tax.java index fbde1b3ade..329188a43a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Tax.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Tax.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Tax * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Tax") public class X_C_Tax extends PO implements I_C_Tax, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Tax (Properties ctx, int C_Tax_ID, String trxName) @@ -94,18 +94,19 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Rule. - @param AD_Rule_ID Rule */ + @param AD_Rule_ID Rule + */ public void setAD_Rule_ID (int AD_Rule_ID) { - if (AD_Rule_ID < 1) + if (AD_Rule_ID < 1) set_Value (COLUMNNAME_AD_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Rule_ID, Integer.valueOf(AD_Rule_ID)); } /** Get Rule. @return Rule */ - public int getAD_Rule_ID () + public int getAD_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Rule_ID); if (ii == null) @@ -120,18 +121,19 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Country Group From. - @param C_CountryGroupFrom_ID Country Group From */ + @param C_CountryGroupFrom_ID Country Group From + */ public void setC_CountryGroupFrom_ID (int C_CountryGroupFrom_ID) { - if (C_CountryGroupFrom_ID < 1) + if (C_CountryGroupFrom_ID < 1) set_Value (COLUMNNAME_C_CountryGroupFrom_ID, null); - else + else set_Value (COLUMNNAME_C_CountryGroupFrom_ID, Integer.valueOf(C_CountryGroupFrom_ID)); } /** Get Country Group From. @return Country Group From */ - public int getC_CountryGroupFrom_ID () + public int getC_CountryGroupFrom_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CountryGroupFrom_ID); if (ii == null) @@ -146,18 +148,19 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Country Group To. - @param C_CountryGroupTo_ID Country Group To */ + @param C_CountryGroupTo_ID Country Group To + */ public void setC_CountryGroupTo_ID (int C_CountryGroupTo_ID) { - if (C_CountryGroupTo_ID < 1) + if (C_CountryGroupTo_ID < 1) set_Value (COLUMNNAME_C_CountryGroupTo_ID, null); - else + else set_Value (COLUMNNAME_C_CountryGroupTo_ID, Integer.valueOf(C_CountryGroupTo_ID)); } /** Get Country Group To. @return Country Group To */ - public int getC_CountryGroupTo_ID () + public int getC_CountryGroupTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CountryGroupTo_ID); if (ii == null) @@ -166,21 +169,20 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Country. - @param C_Country_ID - Country - */ + @param C_Country_ID Country + */ public void setC_Country_ID (int C_Country_ID) { - if (C_Country_ID < 1) + if (C_Country_ID < 1) set_Value (COLUMNNAME_C_Country_ID, null); - else + else set_Value (COLUMNNAME_C_Country_ID, Integer.valueOf(C_Country_ID)); } /** Get Country. @return Country */ - public int getC_Country_ID () + public int getC_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Country_ID); if (ii == null) @@ -195,21 +197,20 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Region. - @param C_Region_ID - Identifies a geographical Region - */ + @param C_Region_ID Identifies a geographical Region + */ public void setC_Region_ID (int C_Region_ID) { - if (C_Region_ID < 1) + if (C_Region_ID < 1) set_Value (COLUMNNAME_C_Region_ID, null); - else + else set_Value (COLUMNNAME_C_Region_ID, Integer.valueOf(C_Region_ID)); } /** Get Region. @return Identifies a geographical Region */ - public int getC_Region_ID () + public int getC_Region_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Region_ID); if (ii == null) @@ -224,21 +225,20 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Tax Category. - @param C_TaxCategory_ID - Tax Category - */ + @param C_TaxCategory_ID Tax Category + */ public void setC_TaxCategory_ID (int C_TaxCategory_ID) { - if (C_TaxCategory_ID < 1) + if (C_TaxCategory_ID < 1) set_Value (COLUMNNAME_C_TaxCategory_ID, null); - else + else set_Value (COLUMNNAME_C_TaxCategory_ID, Integer.valueOf(C_TaxCategory_ID)); } /** Get Tax Category. @return Tax Category */ - public int getC_TaxCategory_ID () + public int getC_TaxCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxCategory_ID); if (ii == null) @@ -247,21 +247,20 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Tax_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -276,18 +275,19 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Tax Provider. - @param C_TaxProvider_ID Tax Provider */ + @param C_TaxProvider_ID Tax Provider + */ public void setC_TaxProvider_ID (int C_TaxProvider_ID) { - if (C_TaxProvider_ID < 1) + if (C_TaxProvider_ID < 1) set_Value (COLUMNNAME_C_TaxProvider_ID, null); - else + else set_Value (COLUMNNAME_C_TaxProvider_ID, Integer.valueOf(C_TaxProvider_ID)); } /** Get Tax Provider. @return Tax Provider */ - public int getC_TaxProvider_ID () + public int getC_TaxProvider_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxProvider_ID); if (ii == null) @@ -296,7 +296,8 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set C_Tax_UU. - @param C_Tax_UU C_Tax_UU */ + @param C_Tax_UU C_Tax_UU + */ public void setC_Tax_UU (String C_Tax_UU) { set_Value (COLUMNNAME_C_Tax_UU, C_Tax_UU); @@ -304,15 +305,14 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Get C_Tax_UU. @return C_Tax_UU */ - public String getC_Tax_UU () + public String getC_Tax_UU() { return (String)get_Value(COLUMNNAME_C_Tax_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -321,15 +321,14 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -338,7 +337,7 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -351,9 +350,8 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Document Level. - @param IsDocumentLevel - Tax is calculated on document level (rather than line by line) - */ + @param IsDocumentLevel Tax is calculated on document level (rather than line by line) + */ public void setIsDocumentLevel (boolean IsDocumentLevel) { set_Value (COLUMNNAME_IsDocumentLevel, Boolean.valueOf(IsDocumentLevel)); @@ -362,7 +360,7 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Get Document Level. @return Tax is calculated on document level (rather than line by line) */ - public boolean isDocumentLevel () + public boolean isDocumentLevel() { Object oo = get_Value(COLUMNNAME_IsDocumentLevel); if (oo != null) @@ -375,9 +373,8 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Sales Tax. - @param IsSalesTax - This is a sales tax (i.e. not a value added tax) - */ + @param IsSalesTax This is a sales tax (i.e. not a value added tax) + */ public void setIsSalesTax (boolean IsSalesTax) { set_Value (COLUMNNAME_IsSalesTax, Boolean.valueOf(IsSalesTax)); @@ -386,7 +383,7 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Get Sales Tax. @return This is a sales tax (i.e. not a value added tax) */ - public boolean isSalesTax () + public boolean isSalesTax() { Object oo = get_Value(COLUMNNAME_IsSalesTax); if (oo != null) @@ -399,9 +396,8 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -410,7 +406,7 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -423,9 +419,8 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set SO Tax exempt. - @param IsTaxExempt - Business partner is exempt from tax on sales - */ + @param IsTaxExempt Business partner is exempt from tax on sales + */ public void setIsTaxExempt (boolean IsTaxExempt) { set_Value (COLUMNNAME_IsTaxExempt, Boolean.valueOf(IsTaxExempt)); @@ -434,7 +429,7 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Get SO Tax exempt. @return Business partner is exempt from tax on sales */ - public boolean isTaxExempt () + public boolean isTaxExempt() { Object oo = get_Value(COLUMNNAME_IsTaxExempt); if (oo != null) @@ -447,9 +442,8 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -458,7 +452,7 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -478,21 +472,20 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Parent Tax. - @param Parent_Tax_ID - Parent Tax indicates a tax that is made up of multiple taxes - */ + @param Parent_Tax_ID Parent Tax indicates a tax that is made up of multiple taxes + */ public void setParent_Tax_ID (int Parent_Tax_ID) { - if (Parent_Tax_ID < 1) + if (Parent_Tax_ID < 1) set_Value (COLUMNNAME_Parent_Tax_ID, null); - else + else set_Value (COLUMNNAME_Parent_Tax_ID, Integer.valueOf(Parent_Tax_ID)); } /** Get Parent Tax. @return Parent Tax indicates a tax that is made up of multiple taxes */ - public int getParent_Tax_ID () + public int getParent_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Parent_Tax_ID); if (ii == null) @@ -501,9 +494,8 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Rate. - @param Rate - Rate or Tax or Exchange - */ + @param Rate Rate or Tax or Exchange + */ public void setRate (BigDecimal Rate) { set_Value (COLUMNNAME_Rate, Rate); @@ -512,7 +504,7 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Get Rate. @return Rate or Tax or Exchange */ - public BigDecimal getRate () + public BigDecimal getRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Rate); if (bd == null) @@ -521,9 +513,8 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Requires Tax Certificate. - @param RequiresTaxCertificate - This tax rate requires the Business Partner to be tax exempt - */ + @param RequiresTaxCertificate This tax rate requires the Business Partner to be tax exempt + */ public void setRequiresTaxCertificate (boolean RequiresTaxCertificate) { set_Value (COLUMNNAME_RequiresTaxCertificate, Boolean.valueOf(RequiresTaxCertificate)); @@ -532,7 +523,7 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Get Requires Tax Certificate. @return This tax rate requires the Business Partner to be tax exempt */ - public boolean isRequiresTaxCertificate () + public boolean isRequiresTaxCertificate() { Object oo = get_Value(COLUMNNAME_RequiresTaxCertificate); if (oo != null) @@ -553,9 +544,8 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Sales Tax = S */ public static final String SOPOTYPE_SalesTax = "S"; /** Set SO/PO Type. - @param SOPOType - Sales Tax applies to sales situations, Purchase Tax to purchase situations - */ + @param SOPOType Sales Tax applies to sales situations, Purchase Tax to purchase situations + */ public void setSOPOType (String SOPOType) { @@ -565,15 +555,14 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Get SO/PO Type. @return Sales Tax applies to sales situations, Purchase Tax to purchase situations */ - public String getSOPOType () + public String getSOPOType() { return (String)get_Value(COLUMNNAME_SOPOType); } /** Set Tax Indicator. - @param TaxIndicator - Short form for Tax to be printed on documents - */ + @param TaxIndicator Short form for Tax to be printed on documents + */ public void setTaxIndicator (String TaxIndicator) { set_Value (COLUMNNAME_TaxIndicator, TaxIndicator); @@ -582,27 +571,26 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Get Tax Indicator. @return Short form for Tax to be printed on documents */ - public String getTaxIndicator () + public String getTaxIndicator() { return (String)get_Value(COLUMNNAME_TaxIndicator); } /** Set To. - @param To_Country_ID - Receiving Country - */ + @param To_Country_ID Receiving Country + */ public void setTo_Country_ID (int To_Country_ID) { - if (To_Country_ID < 1) + if (To_Country_ID < 1) set_Value (COLUMNNAME_To_Country_ID, null); - else + else set_Value (COLUMNNAME_To_Country_ID, Integer.valueOf(To_Country_ID)); } /** Get To. @return Receiving Country */ - public int getTo_Country_ID () + public int getTo_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_To_Country_ID); if (ii == null) @@ -617,21 +605,20 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set To. - @param To_Region_ID - Receiving Region - */ + @param To_Region_ID Receiving Region + */ public void setTo_Region_ID (int To_Region_ID) { - if (To_Region_ID < 1) + if (To_Region_ID < 1) set_Value (COLUMNNAME_To_Region_ID, null); - else + else set_Value (COLUMNNAME_To_Region_ID, Integer.valueOf(To_Region_ID)); } /** Get To. @return Receiving Region */ - public int getTo_Region_ID () + public int getTo_Region_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_To_Region_ID); if (ii == null) @@ -640,9 +627,8 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -651,7 +637,7 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_TaxCategory.java b/org.adempiere.base/src/org/compiere/model/X_C_TaxCategory.java index e4f9dde732..9a96c3e71c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_TaxCategory.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_TaxCategory.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxCategory * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_TaxCategory") public class X_C_TaxCategory extends PO implements I_C_TaxCategory, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_TaxCategory extends PO implements I_C_TaxCategory, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_TaxCategory (Properties ctx, int C_TaxCategory_ID, String trxName) @@ -74,9 +74,8 @@ public class X_C_TaxCategory extends PO implements I_C_TaxCategory, I_Persistent } /** Set Commodity Code. - @param CommodityCode - Commodity code used for tax calculation - */ + @param CommodityCode Commodity code used for tax calculation + */ public void setCommodityCode (String CommodityCode) { set_Value (COLUMNNAME_CommodityCode, CommodityCode); @@ -85,27 +84,26 @@ public class X_C_TaxCategory extends PO implements I_C_TaxCategory, I_Persistent /** Get Commodity Code. @return Commodity code used for tax calculation */ - public String getCommodityCode () + public String getCommodityCode() { return (String)get_Value(COLUMNNAME_CommodityCode); } /** Set Tax Category. - @param C_TaxCategory_ID - Tax Category - */ + @param C_TaxCategory_ID Tax Category + */ public void setC_TaxCategory_ID (int C_TaxCategory_ID) { - if (C_TaxCategory_ID < 1) + if (C_TaxCategory_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxCategory_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxCategory_ID, Integer.valueOf(C_TaxCategory_ID)); } /** Get Tax Category. @return Tax Category */ - public int getC_TaxCategory_ID () + public int getC_TaxCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxCategory_ID); if (ii == null) @@ -114,7 +112,8 @@ public class X_C_TaxCategory extends PO implements I_C_TaxCategory, I_Persistent } /** Set C_TaxCategory_UU. - @param C_TaxCategory_UU C_TaxCategory_UU */ + @param C_TaxCategory_UU C_TaxCategory_UU + */ public void setC_TaxCategory_UU (String C_TaxCategory_UU) { set_Value (COLUMNNAME_C_TaxCategory_UU, C_TaxCategory_UU); @@ -122,15 +121,14 @@ public class X_C_TaxCategory extends PO implements I_C_TaxCategory, I_Persistent /** Get C_TaxCategory_UU. @return C_TaxCategory_UU */ - public String getC_TaxCategory_UU () + public String getC_TaxCategory_UU() { return (String)get_Value(COLUMNNAME_C_TaxCategory_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -139,15 +137,14 @@ public class X_C_TaxCategory extends PO implements I_C_TaxCategory, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -156,7 +153,7 @@ public class X_C_TaxCategory extends PO implements I_C_TaxCategory, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -169,9 +166,8 @@ public class X_C_TaxCategory extends PO implements I_C_TaxCategory, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -180,7 +176,7 @@ public class X_C_TaxCategory extends PO implements I_C_TaxCategory, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclaration.java b/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclaration.java index 15fa8e74fa..6e6942e54e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclaration.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclaration.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxDeclaration * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_TaxDeclaration") public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_TaxDeclaration (Properties ctx, int C_TaxDeclaration_ID, String trxName) @@ -78,21 +78,20 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers } /** Set Tax Declaration. - @param C_TaxDeclaration_ID - Define the declaration to the tax authorities - */ + @param C_TaxDeclaration_ID Define the declaration to the tax authorities + */ public void setC_TaxDeclaration_ID (int C_TaxDeclaration_ID) { - if (C_TaxDeclaration_ID < 1) + if (C_TaxDeclaration_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxDeclaration_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxDeclaration_ID, Integer.valueOf(C_TaxDeclaration_ID)); } /** Get Tax Declaration. @return Define the declaration to the tax authorities */ - public int getC_TaxDeclaration_ID () + public int getC_TaxDeclaration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxDeclaration_ID); if (ii == null) @@ -101,7 +100,8 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers } /** Set C_TaxDeclaration_UU. - @param C_TaxDeclaration_UU C_TaxDeclaration_UU */ + @param C_TaxDeclaration_UU C_TaxDeclaration_UU + */ public void setC_TaxDeclaration_UU (String C_TaxDeclaration_UU) { set_Value (COLUMNNAME_C_TaxDeclaration_UU, C_TaxDeclaration_UU); @@ -109,15 +109,14 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers /** Get C_TaxDeclaration_UU. @return C_TaxDeclaration_UU */ - public String getC_TaxDeclaration_UU () + public String getC_TaxDeclaration_UU() { return (String)get_Value(COLUMNNAME_C_TaxDeclaration_UU); } /** Set Date From. - @param DateFrom - Starting date for a range - */ + @param DateFrom Starting date for a range + */ public void setDateFrom (Timestamp DateFrom) { set_Value (COLUMNNAME_DateFrom, DateFrom); @@ -126,15 +125,14 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers /** Get Date From. @return Starting date for a range */ - public Timestamp getDateFrom () + public Timestamp getDateFrom() { return (Timestamp)get_Value(COLUMNNAME_DateFrom); } /** Set Date To. - @param DateTo - End date of a date range - */ + @param DateTo End date of a date range + */ public void setDateTo (Timestamp DateTo) { set_Value (COLUMNNAME_DateTo, DateTo); @@ -143,15 +141,14 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers /** Get Date To. @return End date of a date range */ - public Timestamp getDateTo () + public Timestamp getDateTo() { return (Timestamp)get_Value(COLUMNNAME_DateTo); } /** Set Transaction Date. - @param DateTrx - Transaction Date - */ + @param DateTrx Transaction Date + */ public void setDateTrx (Timestamp DateTrx) { set_Value (COLUMNNAME_DateTrx, DateTrx); @@ -160,15 +157,14 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers /** Get Transaction Date. @return Transaction Date */ - public Timestamp getDateTrx () + public Timestamp getDateTrx() { return (Timestamp)get_Value(COLUMNNAME_DateTrx); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -177,15 +173,14 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -194,7 +189,7 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -208,9 +203,8 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -219,7 +213,7 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -232,7 +226,8 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -240,7 +235,7 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationAcct.java b/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationAcct.java index 3025c9d6c5..c6819fadaf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationAcct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationAcct.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for C_TaxDeclarationAcct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_TaxDeclarationAcct") public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_TaxDeclarationAcct (Properties ctx, int C_TaxDeclarationAcct_ID, String trxName) @@ -83,9 +83,8 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set Account. - @param Account_ID - Account used - */ + @param Account_ID Account used + */ public void setAccount_ID (int Account_ID) { throw new IllegalArgumentException ("Account_ID is virtual column"); } @@ -93,7 +92,7 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct /** Get Account. @return Account used */ - public int getAccount_ID () + public int getAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Account_ID); if (ii == null) @@ -102,9 +101,8 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set Accounted Credit. - @param AmtAcctCr - Accounted Credit Amount - */ + @param AmtAcctCr Accounted Credit Amount + */ public void setAmtAcctCr (BigDecimal AmtAcctCr) { throw new IllegalArgumentException ("AmtAcctCr is virtual column"); } @@ -112,7 +110,7 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct /** Get Accounted Credit. @return Accounted Credit Amount */ - public BigDecimal getAmtAcctCr () + public BigDecimal getAmtAcctCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctCr); if (bd == null) @@ -121,9 +119,8 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set Accounted Debit. - @param AmtAcctDr - Accounted Debit Amount - */ + @param AmtAcctDr Accounted Debit Amount + */ public void setAmtAcctDr (BigDecimal AmtAcctDr) { throw new IllegalArgumentException ("AmtAcctDr is virtual column"); } @@ -131,7 +128,7 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct /** Get Accounted Debit. @return Accounted Debit Amount */ - public BigDecimal getAmtAcctDr () + public BigDecimal getAmtAcctDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctDr); if (bd == null) @@ -140,9 +137,8 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set Source Credit. - @param AmtSourceCr - Source Credit Amount - */ + @param AmtSourceCr Source Credit Amount + */ public void setAmtSourceCr (BigDecimal AmtSourceCr) { throw new IllegalArgumentException ("AmtSourceCr is virtual column"); } @@ -150,7 +146,7 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct /** Get Source Credit. @return Source Credit Amount */ - public BigDecimal getAmtSourceCr () + public BigDecimal getAmtSourceCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtSourceCr); if (bd == null) @@ -159,9 +155,8 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set Source Debit. - @param AmtSourceDr - Source Debit Amount - */ + @param AmtSourceDr Source Debit Amount + */ public void setAmtSourceDr (BigDecimal AmtSourceDr) { throw new IllegalArgumentException ("AmtSourceDr is virtual column"); } @@ -169,7 +164,7 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct /** Get Source Debit. @return Source Debit Amount */ - public BigDecimal getAmtSourceDr () + public BigDecimal getAmtSourceDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtSourceDr); if (bd == null) @@ -184,21 +179,20 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -212,18 +206,17 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { throw new IllegalArgumentException ("C_BPartner_ID is virtual column"); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -238,9 +231,8 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { throw new IllegalArgumentException ("C_Currency_ID is virtual column"); } @@ -248,7 +240,7 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -257,21 +249,20 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set Tax Declaration Accounting. - @param C_TaxDeclarationAcct_ID - Tax Accounting Reconciliation - */ + @param C_TaxDeclarationAcct_ID Tax Accounting Reconciliation + */ public void setC_TaxDeclarationAcct_ID (int C_TaxDeclarationAcct_ID) { - if (C_TaxDeclarationAcct_ID < 1) + if (C_TaxDeclarationAcct_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxDeclarationAcct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxDeclarationAcct_ID, Integer.valueOf(C_TaxDeclarationAcct_ID)); } /** Get Tax Declaration Accounting. @return Tax Accounting Reconciliation */ - public int getC_TaxDeclarationAcct_ID () + public int getC_TaxDeclarationAcct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxDeclarationAcct_ID); if (ii == null) @@ -280,7 +271,8 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set C_TaxDeclarationAcct_UU. - @param C_TaxDeclarationAcct_UU C_TaxDeclarationAcct_UU */ + @param C_TaxDeclarationAcct_UU C_TaxDeclarationAcct_UU + */ public void setC_TaxDeclarationAcct_UU (String C_TaxDeclarationAcct_UU) { set_Value (COLUMNNAME_C_TaxDeclarationAcct_UU, C_TaxDeclarationAcct_UU); @@ -288,7 +280,7 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct /** Get C_TaxDeclarationAcct_UU. @return C_TaxDeclarationAcct_UU */ - public String getC_TaxDeclarationAcct_UU () + public String getC_TaxDeclarationAcct_UU() { return (String)get_Value(COLUMNNAME_C_TaxDeclarationAcct_UU); } @@ -300,21 +292,20 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set Tax Declaration. - @param C_TaxDeclaration_ID - Define the declaration to the tax authorities - */ + @param C_TaxDeclaration_ID Define the declaration to the tax authorities + */ public void setC_TaxDeclaration_ID (int C_TaxDeclaration_ID) { - if (C_TaxDeclaration_ID < 1) + if (C_TaxDeclaration_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxDeclaration_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxDeclaration_ID, Integer.valueOf(C_TaxDeclaration_ID)); } /** Get Tax Declaration. @return Define the declaration to the tax authorities */ - public int getC_TaxDeclaration_ID () + public int getC_TaxDeclaration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxDeclaration_ID); if (ii == null) @@ -329,9 +320,8 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { throw new IllegalArgumentException ("C_Tax_ID is virtual column"); } @@ -339,7 +329,7 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -348,9 +338,8 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { throw new IllegalArgumentException ("DateAcct is virtual column"); } @@ -358,15 +347,14 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -375,7 +363,7 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -387,18 +375,19 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set Accounting Fact. - @param Fact_Acct_ID Accounting Fact */ + @param Fact_Acct_ID Accounting Fact + */ public void setFact_Acct_ID (int Fact_Acct_ID) { - if (Fact_Acct_ID < 1) + if (Fact_Acct_ID < 1) set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, Integer.valueOf(Fact_Acct_ID)); } /** Get Accounting Fact. @return Accounting Fact */ - public int getFact_Acct_ID () + public int getFact_Acct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Fact_Acct_ID); if (ii == null) @@ -407,9 +396,8 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -418,7 +406,7 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationLine.java b/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationLine.java index 4a21e01516..6a0e93002d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationLine.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for C_TaxDeclarationLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_TaxDeclarationLine") public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_TaxDeclarationLine (Properties ctx, int C_TaxDeclarationLine_ID, String trxName) @@ -90,21 +90,20 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine } /** Set Allocation Line. - @param C_AllocationLine_ID - Allocation Line - */ + @param C_AllocationLine_ID Allocation Line + */ public void setC_AllocationLine_ID (int C_AllocationLine_ID) { - if (C_AllocationLine_ID < 1) + if (C_AllocationLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AllocationLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AllocationLine_ID, Integer.valueOf(C_AllocationLine_ID)); } /** Get Allocation Line. @return Allocation Line */ - public int getC_AllocationLine_ID () + public int getC_AllocationLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AllocationLine_ID); if (ii == null) @@ -118,22 +117,21 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -148,21 +146,20 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Currency_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -177,21 +174,20 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -206,21 +202,20 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -235,21 +230,20 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine } /** Set Tax Declaration. - @param C_TaxDeclaration_ID - Define the declaration to the tax authorities - */ + @param C_TaxDeclaration_ID Define the declaration to the tax authorities + */ public void setC_TaxDeclaration_ID (int C_TaxDeclaration_ID) { - if (C_TaxDeclaration_ID < 1) + if (C_TaxDeclaration_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxDeclaration_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxDeclaration_ID, Integer.valueOf(C_TaxDeclaration_ID)); } /** Get Tax Declaration. @return Define the declaration to the tax authorities */ - public int getC_TaxDeclaration_ID () + public int getC_TaxDeclaration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxDeclaration_ID); if (ii == null) @@ -258,21 +252,20 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine } /** Set Tax Declaration Line. - @param C_TaxDeclarationLine_ID - Tax Declaration Document Information - */ + @param C_TaxDeclarationLine_ID Tax Declaration Document Information + */ public void setC_TaxDeclarationLine_ID (int C_TaxDeclarationLine_ID) { - if (C_TaxDeclarationLine_ID < 1) + if (C_TaxDeclarationLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxDeclarationLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxDeclarationLine_ID, Integer.valueOf(C_TaxDeclarationLine_ID)); } /** Get Tax Declaration Line. @return Tax Declaration Document Information */ - public int getC_TaxDeclarationLine_ID () + public int getC_TaxDeclarationLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxDeclarationLine_ID); if (ii == null) @@ -281,7 +274,8 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine } /** Set C_TaxDeclarationLine_UU. - @param C_TaxDeclarationLine_UU C_TaxDeclarationLine_UU */ + @param C_TaxDeclarationLine_UU C_TaxDeclarationLine_UU + */ public void setC_TaxDeclarationLine_UU (String C_TaxDeclarationLine_UU) { set_Value (COLUMNNAME_C_TaxDeclarationLine_UU, C_TaxDeclarationLine_UU); @@ -289,7 +283,7 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine /** Get C_TaxDeclarationLine_UU. @return C_TaxDeclarationLine_UU */ - public String getC_TaxDeclarationLine_UU () + public String getC_TaxDeclarationLine_UU() { return (String)get_Value(COLUMNNAME_C_TaxDeclarationLine_UU); } @@ -301,21 +295,20 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Tax_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -324,9 +317,8 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_ValueNoCheck (COLUMNNAME_DateAcct, DateAcct); @@ -335,15 +327,14 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -352,15 +343,14 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Manual. - @param IsManual - This is a manual process - */ + @param IsManual This is a manual process + */ public void setIsManual (boolean IsManual) { set_ValueNoCheck (COLUMNNAME_IsManual, Boolean.valueOf(IsManual)); @@ -369,7 +359,7 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine /** Get Manual. @return This is a manual process */ - public boolean isManual () + public boolean isManual() { Object oo = get_Value(COLUMNNAME_IsManual); if (oo != null) @@ -382,9 +372,8 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -393,7 +382,7 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -402,9 +391,8 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine } /** Set Tax Amount. - @param TaxAmt - Tax Amount for a document - */ + @param TaxAmt Tax Amount for a document + */ public void setTaxAmt (BigDecimal TaxAmt) { set_ValueNoCheck (COLUMNNAME_TaxAmt, TaxAmt); @@ -413,7 +401,7 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine /** Get Tax Amount. @return Tax Amount for a document */ - public BigDecimal getTaxAmt () + public BigDecimal getTaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxAmt); if (bd == null) @@ -422,9 +410,8 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine } /** Set Tax base Amount. - @param TaxBaseAmt - Base for calculating the tax amount - */ + @param TaxBaseAmt Base for calculating the tax amount + */ public void setTaxBaseAmt (BigDecimal TaxBaseAmt) { set_ValueNoCheck (COLUMNNAME_TaxBaseAmt, TaxBaseAmt); @@ -433,7 +420,7 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine /** Get Tax base Amount. @return Base for calculating the tax amount */ - public BigDecimal getTaxBaseAmt () + public BigDecimal getTaxBaseAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxBaseAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_TaxPostal.java b/org.adempiere.base/src/org/compiere/model/X_C_TaxPostal.java index 7c562e9dda..3c1dc6bb88 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_TaxPostal.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_TaxPostal.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxPostal * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_TaxPostal") public class X_C_TaxPostal extends PO implements I_C_TaxPostal, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_TaxPostal extends PO implements I_C_TaxPostal, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_TaxPostal (Properties ctx, int C_TaxPostal_ID, String trxName) @@ -80,21 +80,20 @@ public class X_C_TaxPostal extends PO implements I_C_TaxPostal, I_Persistent } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Tax_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -103,21 +102,20 @@ public class X_C_TaxPostal extends PO implements I_C_TaxPostal, I_Persistent } /** Set Tax ZIP. - @param C_TaxPostal_ID - Tax Postal/ZIP - */ + @param C_TaxPostal_ID Tax Postal/ZIP + */ public void setC_TaxPostal_ID (int C_TaxPostal_ID) { - if (C_TaxPostal_ID < 1) + if (C_TaxPostal_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxPostal_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxPostal_ID, Integer.valueOf(C_TaxPostal_ID)); } /** Get Tax ZIP. @return Tax Postal/ZIP */ - public int getC_TaxPostal_ID () + public int getC_TaxPostal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxPostal_ID); if (ii == null) @@ -126,7 +124,8 @@ public class X_C_TaxPostal extends PO implements I_C_TaxPostal, I_Persistent } /** Set C_TaxPostal_UU. - @param C_TaxPostal_UU C_TaxPostal_UU */ + @param C_TaxPostal_UU C_TaxPostal_UU + */ public void setC_TaxPostal_UU (String C_TaxPostal_UU) { set_Value (COLUMNNAME_C_TaxPostal_UU, C_TaxPostal_UU); @@ -134,15 +133,14 @@ public class X_C_TaxPostal extends PO implements I_C_TaxPostal, I_Persistent /** Get C_TaxPostal_UU. @return C_TaxPostal_UU */ - public String getC_TaxPostal_UU () + public String getC_TaxPostal_UU() { return (String)get_Value(COLUMNNAME_C_TaxPostal_UU); } /** Set ZIP. - @param Postal - Postal code - */ + @param Postal Postal code + */ public void setPostal (String Postal) { set_Value (COLUMNNAME_Postal, Postal); @@ -151,7 +149,7 @@ public class X_C_TaxPostal extends PO implements I_C_TaxPostal, I_Persistent /** Get ZIP. @return Postal code */ - public String getPostal () + public String getPostal() { return (String)get_Value(COLUMNNAME_Postal); } @@ -165,9 +163,8 @@ public class X_C_TaxPostal extends PO implements I_C_TaxPostal, I_Persistent } /** Set ZIP To. - @param Postal_To - Postal code to - */ + @param Postal_To Postal code to + */ public void setPostal_To (String Postal_To) { set_Value (COLUMNNAME_Postal_To, Postal_To); @@ -176,7 +173,7 @@ public class X_C_TaxPostal extends PO implements I_C_TaxPostal, I_Persistent /** Get ZIP To. @return Postal code to */ - public String getPostal_To () + public String getPostal_To() { return (String)get_Value(COLUMNNAME_Postal_To); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_TaxProvider.java b/org.adempiere.base/src/org/compiere/model/X_C_TaxProvider.java index 8551227fb6..fb0f63e702 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_TaxProvider.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_TaxProvider.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_TaxProvider * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_TaxProvider") public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_TaxProvider (Properties ctx, int C_TaxProvider_ID, String trxName) @@ -75,7 +75,8 @@ public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent } /** Set Account. - @param Account Account */ + @param Account Account + */ public void setAccount (String Account) { set_Value (COLUMNNAME_Account, Account); @@ -83,13 +84,14 @@ public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent /** Get Account. @return Account */ - public String getAccount () + public String getAccount() { return (String)get_Value(COLUMNNAME_Account); } /** Set Company Code. - @param CompanyCode Company Code */ + @param CompanyCode Company Code + */ public void setCompanyCode (String CompanyCode) { set_Value (COLUMNNAME_CompanyCode, CompanyCode); @@ -97,7 +99,7 @@ public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent /** Get Company Code. @return Company Code */ - public String getCompanyCode () + public String getCompanyCode() { return (String)get_Value(COLUMNNAME_CompanyCode); } @@ -109,18 +111,19 @@ public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent } /** Set Tax Provider Configuration. - @param C_TaxProviderCfg_ID Tax Provider Configuration */ + @param C_TaxProviderCfg_ID Tax Provider Configuration + */ public void setC_TaxProviderCfg_ID (int C_TaxProviderCfg_ID) { - if (C_TaxProviderCfg_ID < 1) + if (C_TaxProviderCfg_ID < 1) set_Value (COLUMNNAME_C_TaxProviderCfg_ID, null); - else + else set_Value (COLUMNNAME_C_TaxProviderCfg_ID, Integer.valueOf(C_TaxProviderCfg_ID)); } /** Get Tax Provider Configuration. @return Tax Provider Configuration */ - public int getC_TaxProviderCfg_ID () + public int getC_TaxProviderCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxProviderCfg_ID); if (ii == null) @@ -129,18 +132,19 @@ public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent } /** Set Tax Provider. - @param C_TaxProvider_ID Tax Provider */ + @param C_TaxProvider_ID Tax Provider + */ public void setC_TaxProvider_ID (int C_TaxProvider_ID) { - if (C_TaxProvider_ID < 1) + if (C_TaxProvider_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxProvider_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxProvider_ID, Integer.valueOf(C_TaxProvider_ID)); } /** Get Tax Provider. @return Tax Provider */ - public int getC_TaxProvider_ID () + public int getC_TaxProvider_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxProvider_ID); if (ii == null) @@ -149,7 +153,8 @@ public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent } /** Set C_TaxProvider_UU. - @param C_TaxProvider_UU C_TaxProvider_UU */ + @param C_TaxProvider_UU C_TaxProvider_UU + */ public void setC_TaxProvider_UU (String C_TaxProvider_UU) { set_Value (COLUMNNAME_C_TaxProvider_UU, C_TaxProvider_UU); @@ -157,13 +162,14 @@ public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent /** Get C_TaxProvider_UU. @return C_TaxProvider_UU */ - public String getC_TaxProvider_UU () + public String getC_TaxProvider_UU() { return (String)get_Value(COLUMNNAME_C_TaxProvider_UU); } /** Set License. - @param License License */ + @param License License + */ public void setLicense (String License) { set_Value (COLUMNNAME_License, License); @@ -171,15 +177,14 @@ public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent /** Get License. @return License */ - public String getLicense () + public String getLicense() { return (String)get_Value(COLUMNNAME_License); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -188,15 +193,14 @@ public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -205,7 +209,7 @@ public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -214,7 +218,8 @@ public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent } /** Set Validate Connection. - @param ValidateConnection Validate Connection */ + @param ValidateConnection Validate Connection + */ public void setValidateConnection (String ValidateConnection) { set_Value (COLUMNNAME_ValidateConnection, ValidateConnection); @@ -222,7 +227,7 @@ public class X_C_TaxProvider extends PO implements I_C_TaxProvider, I_Persistent /** Get Validate Connection. @return Validate Connection */ - public String getValidateConnection () + public String getValidateConnection() { return (String)get_Value(COLUMNNAME_ValidateConnection); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_TaxProviderCfg.java b/org.adempiere.base/src/org/compiere/model/X_C_TaxProviderCfg.java index c57fadaecc..2e385eee33 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_TaxProviderCfg.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_TaxProviderCfg.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_TaxProviderCfg * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_TaxProviderCfg") public class X_C_TaxProviderCfg extends PO implements I_C_TaxProviderCfg, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_TaxProviderCfg extends PO implements I_C_TaxProviderCfg, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_TaxProviderCfg (Properties ctx, int C_TaxProviderCfg_ID, String trxName) @@ -72,18 +72,19 @@ public class X_C_TaxProviderCfg extends PO implements I_C_TaxProviderCfg, I_Pers } /** Set Tax Provider Configuration. - @param C_TaxProviderCfg_ID Tax Provider Configuration */ + @param C_TaxProviderCfg_ID Tax Provider Configuration + */ public void setC_TaxProviderCfg_ID (int C_TaxProviderCfg_ID) { - if (C_TaxProviderCfg_ID < 1) + if (C_TaxProviderCfg_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxProviderCfg_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxProviderCfg_ID, Integer.valueOf(C_TaxProviderCfg_ID)); } /** Get Tax Provider Configuration. @return Tax Provider Configuration */ - public int getC_TaxProviderCfg_ID () + public int getC_TaxProviderCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxProviderCfg_ID); if (ii == null) @@ -92,7 +93,8 @@ public class X_C_TaxProviderCfg extends PO implements I_C_TaxProviderCfg, I_Pers } /** Set C_TaxProviderCfg_UU. - @param C_TaxProviderCfg_UU C_TaxProviderCfg_UU */ + @param C_TaxProviderCfg_UU C_TaxProviderCfg_UU + */ public void setC_TaxProviderCfg_UU (String C_TaxProviderCfg_UU) { set_Value (COLUMNNAME_C_TaxProviderCfg_UU, C_TaxProviderCfg_UU); @@ -100,15 +102,14 @@ public class X_C_TaxProviderCfg extends PO implements I_C_TaxProviderCfg, I_Pers /** Get C_TaxProviderCfg_UU. @return C_TaxProviderCfg_UU */ - public String getC_TaxProviderCfg_UU () + public String getC_TaxProviderCfg_UU() { return (String)get_Value(COLUMNNAME_C_TaxProviderCfg_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -117,15 +118,14 @@ public class X_C_TaxProviderCfg extends PO implements I_C_TaxProviderCfg, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -134,13 +134,14 @@ public class X_C_TaxProviderCfg extends PO implements I_C_TaxProviderCfg, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Tax Provider Class. - @param TaxProviderClass Tax Provider Class */ + @param TaxProviderClass Tax Provider Class + */ public void setTaxProviderClass (String TaxProviderClass) { set_Value (COLUMNNAME_TaxProviderClass, TaxProviderClass); @@ -148,15 +149,14 @@ public class X_C_TaxProviderCfg extends PO implements I_C_TaxProviderCfg, I_Pers /** Get Tax Provider Class. @return Tax Provider Class */ - public String getTaxProviderClass () + public String getTaxProviderClass() { return (String)get_Value(COLUMNNAME_TaxProviderClass); } /** Set URL. - @param URL - Full URL address - e.g. http://www.idempiere.org - */ + @param URL Full URL address - e.g. http://www.idempiere.org + */ public void setURL (String URL) { set_Value (COLUMNNAME_URL, URL); @@ -165,7 +165,7 @@ public class X_C_TaxProviderCfg extends PO implements I_C_TaxProviderCfg, I_Pers /** Get URL. @return Full URL address - e.g. http://www.idempiere.org */ - public String getURL () + public String getURL() { return (String)get_Value(COLUMNNAME_URL); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Tax_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_Tax_Acct.java index 7b4048c93e..e06f78e4f6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Tax_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Tax_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_Tax_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Tax_Acct") public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Tax_Acct (Properties ctx, int C_Tax_Acct_ID, String trxName) @@ -81,21 +81,20 @@ public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -104,7 +103,8 @@ public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent } /** Set C_Tax_Acct_UU. - @param C_Tax_Acct_UU C_Tax_Acct_UU */ + @param C_Tax_Acct_UU C_Tax_Acct_UU + */ public void setC_Tax_Acct_UU (String C_Tax_Acct_UU) { set_Value (COLUMNNAME_C_Tax_Acct_UU, C_Tax_Acct_UU); @@ -112,7 +112,7 @@ public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent /** Get C_Tax_Acct_UU. @return C_Tax_Acct_UU */ - public String getC_Tax_Acct_UU () + public String getC_Tax_Acct_UU() { return (String)get_Value(COLUMNNAME_C_Tax_Acct_UU); } @@ -124,21 +124,20 @@ public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Tax_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -153,9 +152,8 @@ public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent } /** Set Tax Credit. - @param T_Credit_Acct - Account for Tax you can reclaim - */ + @param T_Credit_Acct Account for Tax you can reclaim + */ public void setT_Credit_Acct (int T_Credit_Acct) { set_Value (COLUMNNAME_T_Credit_Acct, Integer.valueOf(T_Credit_Acct)); @@ -164,7 +162,7 @@ public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent /** Get Tax Credit. @return Account for Tax you can reclaim */ - public int getT_Credit_Acct () + public int getT_Credit_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_T_Credit_Acct); if (ii == null) @@ -179,9 +177,8 @@ public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent } /** Set Tax Due. - @param T_Due_Acct - Account for Tax you have to pay - */ + @param T_Due_Acct Account for Tax you have to pay + */ public void setT_Due_Acct (int T_Due_Acct) { set_Value (COLUMNNAME_T_Due_Acct, Integer.valueOf(T_Due_Acct)); @@ -190,7 +187,7 @@ public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent /** Get Tax Due. @return Account for Tax you have to pay */ - public int getT_Due_Acct () + public int getT_Due_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_T_Due_Acct); if (ii == null) @@ -205,9 +202,8 @@ public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent } /** Set Tax Expense. - @param T_Expense_Acct - Account for paid tax you cannot reclaim - */ + @param T_Expense_Acct Account for paid tax you cannot reclaim + */ public void setT_Expense_Acct (int T_Expense_Acct) { set_Value (COLUMNNAME_T_Expense_Acct, Integer.valueOf(T_Expense_Acct)); @@ -216,7 +212,7 @@ public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent /** Get Tax Expense. @return Account for paid tax you cannot reclaim */ - public int getT_Expense_Acct () + public int getT_Expense_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_T_Expense_Acct); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_UOM.java b/org.adempiere.base/src/org/compiere/model/X_C_UOM.java index aa57bf241e..308824d49b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_UOM.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_UOM.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_UOM * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_UOM") public class X_C_UOM extends PO implements I_C_UOM, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_UOM (Properties ctx, int C_UOM_ID, String trxName) @@ -77,9 +77,8 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent } /** Set Costing Precision. - @param CostingPrecision - Rounding used costing calculations - */ + @param CostingPrecision Rounding used costing calculations + */ public void setCostingPrecision (int CostingPrecision) { set_Value (COLUMNNAME_CostingPrecision, Integer.valueOf(CostingPrecision)); @@ -88,7 +87,7 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent /** Get Costing Precision. @return Rounding used costing calculations */ - public int getCostingPrecision () + public int getCostingPrecision() { Integer ii = (Integer)get_Value(COLUMNNAME_CostingPrecision); if (ii == null) @@ -97,21 +96,20 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_ValueNoCheck (COLUMNNAME_C_UOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -120,7 +118,8 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent } /** Set C_UOM_UU. - @param C_UOM_UU C_UOM_UU */ + @param C_UOM_UU C_UOM_UU + */ public void setC_UOM_UU (String C_UOM_UU) { set_Value (COLUMNNAME_C_UOM_UU, C_UOM_UU); @@ -128,15 +127,14 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent /** Get C_UOM_UU. @return C_UOM_UU */ - public String getC_UOM_UU () + public String getC_UOM_UU() { return (String)get_Value(COLUMNNAME_C_UOM_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -145,15 +143,14 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -162,7 +159,7 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -175,9 +172,8 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -186,7 +182,7 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -200,9 +196,8 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent } /** Set Standard Precision. - @param StdPrecision - Rule for rounding calculated amounts - */ + @param StdPrecision Rule for rounding calculated amounts + */ public void setStdPrecision (int StdPrecision) { set_Value (COLUMNNAME_StdPrecision, Integer.valueOf(StdPrecision)); @@ -211,7 +206,7 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent /** Get Standard Precision. @return Rule for rounding calculated amounts */ - public int getStdPrecision () + public int getStdPrecision() { Integer ii = (Integer)get_Value(COLUMNNAME_StdPrecision); if (ii == null) @@ -220,9 +215,8 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent } /** Set Symbol. - @param UOMSymbol - Symbol for a Unit of Measure - */ + @param UOMSymbol Symbol for a Unit of Measure + */ public void setUOMSymbol (String UOMSymbol) { set_Value (COLUMNNAME_UOMSymbol, UOMSymbol); @@ -231,7 +225,7 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent /** Get Symbol. @return Symbol for a Unit of Measure */ - public String getUOMSymbol () + public String getUOMSymbol() { return (String)get_Value(COLUMNNAME_UOMSymbol); } @@ -281,7 +275,8 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent /** Weight = WE */ public static final String UOMTYPE_Weight = "WE"; /** Set UOM Type. - @param UOMType UOM Type */ + @param UOMType UOM Type + */ public void setUOMType (String UOMType) { @@ -290,15 +285,14 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent /** Get UOM Type. @return UOM Type */ - public String getUOMType () + public String getUOMType() { return (String)get_Value(COLUMNNAME_UOMType); } /** Set UOM Code. - @param X12DE355 - UOM EDI X12 Code - */ + @param X12DE355 UOM EDI X12 Code + */ public void setX12DE355 (String X12DE355) { set_Value (COLUMNNAME_X12DE355, X12DE355); @@ -307,7 +301,7 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent /** Get UOM Code. @return UOM EDI X12 Code */ - public String getX12DE355 () + public String getX12DE355() { return (String)get_Value(COLUMNNAME_X12DE355); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_UOM_Conversion.java b/org.adempiere.base/src/org/compiere/model/X_C_UOM_Conversion.java index 5aa32c16cc..5cc3581154 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_UOM_Conversion.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_UOM_Conversion.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_UOM_Conversion * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_UOM_Conversion") public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_UOM_Conversion (Properties ctx, int C_UOM_Conversion_ID, String trxName) @@ -78,21 +78,20 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers } /** Set UOM Conversion. - @param C_UOM_Conversion_ID - Unit of Measure Conversion - */ + @param C_UOM_Conversion_ID Unit of Measure Conversion + */ public void setC_UOM_Conversion_ID (int C_UOM_Conversion_ID) { - if (C_UOM_Conversion_ID < 1) + if (C_UOM_Conversion_ID < 1) set_ValueNoCheck (COLUMNNAME_C_UOM_Conversion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_UOM_Conversion_ID, Integer.valueOf(C_UOM_Conversion_ID)); } /** Get UOM Conversion. @return Unit of Measure Conversion */ - public int getC_UOM_Conversion_ID () + public int getC_UOM_Conversion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_Conversion_ID); if (ii == null) @@ -109,7 +108,8 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers } /** Set C_UOM_Conversion_UU. - @param C_UOM_Conversion_UU C_UOM_Conversion_UU */ + @param C_UOM_Conversion_UU C_UOM_Conversion_UU + */ public void setC_UOM_Conversion_UU (String C_UOM_Conversion_UU) { set_Value (COLUMNNAME_C_UOM_Conversion_UU, C_UOM_Conversion_UU); @@ -117,7 +117,7 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers /** Get C_UOM_Conversion_UU. @return C_UOM_Conversion_UU */ - public String getC_UOM_Conversion_UU () + public String getC_UOM_Conversion_UU() { return (String)get_Value(COLUMNNAME_C_UOM_Conversion_UU); } @@ -129,21 +129,20 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -158,21 +157,20 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers } /** Set UoM To. - @param C_UOM_To_ID - Target or destination Unit of Measure - */ + @param C_UOM_To_ID Target or destination Unit of Measure + */ public void setC_UOM_To_ID (int C_UOM_To_ID) { - if (C_UOM_To_ID < 1) + if (C_UOM_To_ID < 1) set_Value (COLUMNNAME_C_UOM_To_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_To_ID, Integer.valueOf(C_UOM_To_ID)); } /** Get UoM To. @return Target or destination Unit of Measure */ - public int getC_UOM_To_ID () + public int getC_UOM_To_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_To_ID); if (ii == null) @@ -181,9 +179,8 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers } /** Set Divide Rate. - @param DivideRate - To convert Source number to Target number, the Source is divided - */ + @param DivideRate To convert Source number to Target number, the Source is divided + */ public void setDivideRate (BigDecimal DivideRate) { set_Value (COLUMNNAME_DivideRate, DivideRate); @@ -192,7 +189,7 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers /** Get Divide Rate. @return To convert Source number to Target number, the Source is divided */ - public BigDecimal getDivideRate () + public BigDecimal getDivideRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DivideRate); if (bd == null) @@ -207,21 +204,20 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -230,9 +226,8 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers } /** Set Multiply Rate. - @param MultiplyRate - Rate to multiple the source by to calculate the target. - */ + @param MultiplyRate Rate to multiple the source by to calculate the target. + */ public void setMultiplyRate (BigDecimal MultiplyRate) { set_Value (COLUMNNAME_MultiplyRate, MultiplyRate); @@ -241,7 +236,7 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers /** Get Multiply Rate. @return Rate to multiple the source by to calculate the target. */ - public BigDecimal getMultiplyRate () + public BigDecimal getMultiplyRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MultiplyRate); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_UserRemuneration.java b/org.adempiere.base/src/org/compiere/model/X_C_UserRemuneration.java index 6f6433c9e6..08fa9941c0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_UserRemuneration.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_UserRemuneration.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_UserRemuneration * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_UserRemuneration") public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_Persistent { @@ -34,7 +34,7 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_UserRemuneration (Properties ctx, int C_UserRemuneration_ID, String trxName) @@ -88,21 +88,20 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -125,21 +124,20 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ } /** Set Remuneration. - @param C_Remuneration_ID - Wage or Salary - */ + @param C_Remuneration_ID Wage or Salary + */ public void setC_Remuneration_ID (int C_Remuneration_ID) { - if (C_Remuneration_ID < 1) + if (C_Remuneration_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Remuneration_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Remuneration_ID, Integer.valueOf(C_Remuneration_ID)); } /** Get Remuneration. @return Wage or Salary */ - public int getC_Remuneration_ID () + public int getC_Remuneration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Remuneration_ID); if (ii == null) @@ -148,21 +146,20 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ } /** Set Employee Remuneration. - @param C_UserRemuneration_ID - Employee Wage or Salary Overwrite - */ + @param C_UserRemuneration_ID Employee Wage or Salary Overwrite + */ public void setC_UserRemuneration_ID (int C_UserRemuneration_ID) { - if (C_UserRemuneration_ID < 1) + if (C_UserRemuneration_ID < 1) set_ValueNoCheck (COLUMNNAME_C_UserRemuneration_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_UserRemuneration_ID, Integer.valueOf(C_UserRemuneration_ID)); } /** Get Employee Remuneration. @return Employee Wage or Salary Overwrite */ - public int getC_UserRemuneration_ID () + public int getC_UserRemuneration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UserRemuneration_ID); if (ii == null) @@ -171,7 +168,8 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ } /** Set C_UserRemuneration_UU. - @param C_UserRemuneration_UU C_UserRemuneration_UU */ + @param C_UserRemuneration_UU C_UserRemuneration_UU + */ public void setC_UserRemuneration_UU (String C_UserRemuneration_UU) { set_Value (COLUMNNAME_C_UserRemuneration_UU, C_UserRemuneration_UU); @@ -179,15 +177,14 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ /** Get C_UserRemuneration_UU. @return C_UserRemuneration_UU */ - public String getC_UserRemuneration_UU () + public String getC_UserRemuneration_UU() { return (String)get_Value(COLUMNNAME_C_UserRemuneration_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -196,15 +193,14 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Gross Amount. - @param GrossRAmt - Gross Remuneration Amount - */ + @param GrossRAmt Gross Remuneration Amount + */ public void setGrossRAmt (BigDecimal GrossRAmt) { set_Value (COLUMNNAME_GrossRAmt, GrossRAmt); @@ -213,7 +209,7 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ /** Get Gross Amount. @return Gross Remuneration Amount */ - public BigDecimal getGrossRAmt () + public BigDecimal getGrossRAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_GrossRAmt); if (bd == null) @@ -222,9 +218,8 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ } /** Set Gross Cost. - @param GrossRCost - Gross Remuneration Costs - */ + @param GrossRCost Gross Remuneration Costs + */ public void setGrossRCost (BigDecimal GrossRCost) { set_Value (COLUMNNAME_GrossRCost, GrossRCost); @@ -233,7 +228,7 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ /** Get Gross Cost. @return Gross Remuneration Costs */ - public BigDecimal getGrossRCost () + public BigDecimal getGrossRCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_GrossRCost); if (bd == null) @@ -242,9 +237,8 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ } /** Set Overtime Amount. - @param OvertimeAmt - Hourly Overtime Rate - */ + @param OvertimeAmt Hourly Overtime Rate + */ public void setOvertimeAmt (BigDecimal OvertimeAmt) { set_Value (COLUMNNAME_OvertimeAmt, OvertimeAmt); @@ -253,7 +247,7 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ /** Get Overtime Amount. @return Hourly Overtime Rate */ - public BigDecimal getOvertimeAmt () + public BigDecimal getOvertimeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OvertimeAmt); if (bd == null) @@ -262,9 +256,8 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ } /** Set Overtime Cost. - @param OvertimeCost - Hourly Overtime Cost - */ + @param OvertimeCost Hourly Overtime Cost + */ public void setOvertimeCost (BigDecimal OvertimeCost) { set_Value (COLUMNNAME_OvertimeCost, OvertimeCost); @@ -273,7 +266,7 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ /** Get Overtime Cost. @return Hourly Overtime Cost */ - public BigDecimal getOvertimeCost () + public BigDecimal getOvertimeCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OvertimeCost); if (bd == null) @@ -282,9 +275,8 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -293,15 +285,14 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -310,7 +301,7 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ValidCombination.java b/org.adempiere.base/src/org/compiere/model/X_C_ValidCombination.java index 00cd1209c1..7cfd685734 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ValidCombination.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ValidCombination.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_ValidCombination * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_ValidCombination") public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_ValidCombination (Properties ctx, int C_ValidCombination_ID, String trxName) @@ -81,21 +81,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Account. - @param Account_ID - Account used - */ + @param Account_ID Account used + */ public void setAccount_ID (int Account_ID) { - if (Account_ID < 1) + if (Account_ID < 1) set_ValueNoCheck (COLUMNNAME_Account_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Account_ID, Integer.valueOf(Account_ID)); } /** Get Account. @return Account used */ - public int getAccount_ID () + public int getAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Account_ID); if (ii == null) @@ -104,21 +103,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -127,9 +125,8 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Alias. - @param Alias - Defines an alternate method of indicating an account combination. - */ + @param Alias Defines an alternate method of indicating an account combination. + */ public void setAlias (String Alias) { set_Value (COLUMNNAME_Alias, Alias); @@ -138,7 +135,7 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ /** Get Alias. @return Defines an alternate method of indicating an account combination. */ - public String getAlias () + public String getAlias() { return (String)get_Value(COLUMNNAME_Alias); } @@ -150,21 +147,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -179,21 +175,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Activity_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -207,22 +202,21 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -237,21 +231,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Campaign_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -266,21 +259,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Location From. - @param C_LocFrom_ID - Location that inventory was moved from - */ + @param C_LocFrom_ID Location that inventory was moved from + */ public void setC_LocFrom_ID (int C_LocFrom_ID) { - if (C_LocFrom_ID < 1) + if (C_LocFrom_ID < 1) set_ValueNoCheck (COLUMNNAME_C_LocFrom_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_LocFrom_ID, Integer.valueOf(C_LocFrom_ID)); } /** Get Location From. @return Location that inventory was moved from */ - public int getC_LocFrom_ID () + public int getC_LocFrom_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocFrom_ID); if (ii == null) @@ -295,21 +287,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Location To. - @param C_LocTo_ID - Location that inventory was moved to - */ + @param C_LocTo_ID Location that inventory was moved to + */ public void setC_LocTo_ID (int C_LocTo_ID) { - if (C_LocTo_ID < 1) + if (C_LocTo_ID < 1) set_ValueNoCheck (COLUMNNAME_C_LocTo_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_LocTo_ID, Integer.valueOf(C_LocTo_ID)); } /** Get Location To. @return Location that inventory was moved to */ - public int getC_LocTo_ID () + public int getC_LocTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocTo_ID); if (ii == null) @@ -318,9 +309,8 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Combination. - @param Combination - Unique combination of account elements - */ + @param Combination Unique combination of account elements + */ public void setCombination (String Combination) { set_ValueNoCheck (COLUMNNAME_Combination, Combination); @@ -329,7 +319,7 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ /** Get Combination. @return Unique combination of account elements */ - public String getCombination () + public String getCombination() { return (String)get_Value(COLUMNNAME_Combination); } @@ -349,21 +339,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Project_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -378,21 +367,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_ValueNoCheck (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -407,21 +395,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Sub Account. - @param C_SubAcct_ID - Sub account for Element Value - */ + @param C_SubAcct_ID Sub account for Element Value + */ public void setC_SubAcct_ID (int C_SubAcct_ID) { - if (C_SubAcct_ID < 1) + if (C_SubAcct_ID < 1) set_ValueNoCheck (COLUMNNAME_C_SubAcct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_SubAcct_ID, Integer.valueOf(C_SubAcct_ID)); } /** Get Sub Account. @return Sub account for Element Value */ - public int getC_SubAcct_ID () + public int getC_SubAcct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SubAcct_ID); if (ii == null) @@ -430,21 +417,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Combination. - @param C_ValidCombination_ID - Valid Account Combination - */ + @param C_ValidCombination_ID Valid Account Combination + */ public void setC_ValidCombination_ID (int C_ValidCombination_ID) { - if (C_ValidCombination_ID < 1) + if (C_ValidCombination_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ValidCombination_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ValidCombination_ID, Integer.valueOf(C_ValidCombination_ID)); } /** Get Combination. @return Valid Account Combination */ - public int getC_ValidCombination_ID () + public int getC_ValidCombination_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ValidCombination_ID); if (ii == null) @@ -453,7 +439,8 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set C_ValidCombination_UU. - @param C_ValidCombination_UU C_ValidCombination_UU */ + @param C_ValidCombination_UU C_ValidCombination_UU + */ public void setC_ValidCombination_UU (String C_ValidCombination_UU) { set_Value (COLUMNNAME_C_ValidCombination_UU, C_ValidCombination_UU); @@ -461,15 +448,14 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ /** Get C_ValidCombination_UU. @return C_ValidCombination_UU */ - public String getC_ValidCombination_UU () + public String getC_ValidCombination_UU() { return (String)get_Value(COLUMNNAME_C_ValidCombination_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_ValueNoCheck (COLUMNNAME_Description, Description); @@ -478,15 +464,14 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Fully Qualified. - @param IsFullyQualified - This account is fully qualified - */ + @param IsFullyQualified This account is fully qualified + */ public void setIsFullyQualified (boolean IsFullyQualified) { set_ValueNoCheck (COLUMNNAME_IsFullyQualified, Boolean.valueOf(IsFullyQualified)); @@ -495,7 +480,7 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ /** Get Fully Qualified. @return This account is fully qualified */ - public boolean isFullyQualified () + public boolean isFullyQualified() { Object oo = get_Value(COLUMNNAME_IsFullyQualified); if (oo != null) @@ -514,21 +499,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -543,21 +527,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_ValueNoCheck (COLUMNNAME_User1_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -572,21 +555,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_ValueNoCheck (COLUMNNAME_User2_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) @@ -595,21 +577,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set User Column 1. - @param UserElement1_ID - User defined accounting Element - */ + @param UserElement1_ID User defined accounting Element + */ public void setUserElement1_ID (int UserElement1_ID) { - if (UserElement1_ID < 1) + if (UserElement1_ID < 1) set_Value (COLUMNNAME_UserElement1_ID, null); - else + else set_Value (COLUMNNAME_UserElement1_ID, Integer.valueOf(UserElement1_ID)); } /** Get User Column 1. @return User defined accounting Element */ - public int getUserElement1_ID () + public int getUserElement1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_UserElement1_ID); if (ii == null) @@ -618,21 +599,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ } /** Set User Column 2. - @param UserElement2_ID - User defined accounting Element - */ + @param UserElement2_ID User defined accounting Element + */ public void setUserElement2_ID (int UserElement2_ID) { - if (UserElement2_ID < 1) + if (UserElement2_ID < 1) set_Value (COLUMNNAME_UserElement2_ID, null); - else + else set_Value (COLUMNNAME_UserElement2_ID, Integer.valueOf(UserElement2_ID)); } /** Get User Column 2. @return User defined accounting Element */ - public int getUserElement2_ID () + public int getUserElement2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_UserElement2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Withholding.java b/org.adempiere.base/src/org/compiere/model/X_C_Withholding.java index 298b0801e5..7be81cac85 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Withholding.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Withholding.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Withholding * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Withholding") public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Withholding (Properties ctx, int C_Withholding_ID, String trxName) @@ -87,9 +87,8 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set Beneficiary. - @param Beneficiary - Business Partner to whom payment is made - */ + @param Beneficiary Business Partner to whom payment is made + */ public void setBeneficiary (int Beneficiary) { set_Value (COLUMNNAME_Beneficiary, Integer.valueOf(Beneficiary)); @@ -98,7 +97,7 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get Beneficiary. @return Business Partner to whom payment is made */ - public int getBeneficiary () + public int getBeneficiary() { Integer ii = (Integer)get_Value(COLUMNNAME_Beneficiary); if (ii == null) @@ -113,21 +112,20 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set Payment Term. - @param C_PaymentTerm_ID - The terms of Payment (timing, discount) - */ + @param C_PaymentTerm_ID The terms of Payment (timing, discount) + */ public void setC_PaymentTerm_ID (int C_PaymentTerm_ID) { - if (C_PaymentTerm_ID < 1) + if (C_PaymentTerm_ID < 1) set_Value (COLUMNNAME_C_PaymentTerm_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentTerm_ID, Integer.valueOf(C_PaymentTerm_ID)); } /** Get Payment Term. @return The terms of Payment (timing, discount) */ - public int getC_PaymentTerm_ID () + public int getC_PaymentTerm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentTerm_ID); if (ii == null) @@ -136,21 +134,20 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set Withholding. - @param C_Withholding_ID - Withholding type defined - */ + @param C_Withholding_ID Withholding type defined + */ public void setC_Withholding_ID (int C_Withholding_ID) { - if (C_Withholding_ID < 1) + if (C_Withholding_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Withholding_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Withholding_ID, Integer.valueOf(C_Withholding_ID)); } /** Get Withholding. @return Withholding type defined */ - public int getC_Withholding_ID () + public int getC_Withholding_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Withholding_ID); if (ii == null) @@ -159,7 +156,8 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set C_Withholding_UU. - @param C_Withholding_UU C_Withholding_UU */ + @param C_Withholding_UU C_Withholding_UU + */ public void setC_Withholding_UU (String C_Withholding_UU) { set_Value (COLUMNNAME_C_Withholding_UU, C_Withholding_UU); @@ -167,15 +165,14 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get C_Withholding_UU. @return C_Withholding_UU */ - public String getC_Withholding_UU () + public String getC_Withholding_UU() { return (String)get_Value(COLUMNNAME_C_Withholding_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -184,15 +181,14 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Fix amount. - @param FixAmt - Fix amounted amount to be levied or paid - */ + @param FixAmt Fix amounted amount to be levied or paid + */ public void setFixAmt (BigDecimal FixAmt) { set_Value (COLUMNNAME_FixAmt, FixAmt); @@ -201,7 +197,7 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get Fix amount. @return Fix amounted amount to be levied or paid */ - public BigDecimal getFixAmt () + public BigDecimal getFixAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FixAmt); if (bd == null) @@ -210,9 +206,8 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set Paid to third party. - @param IsPaidTo3Party - Amount paid to someone other than the Business Partner - */ + @param IsPaidTo3Party Amount paid to someone other than the Business Partner + */ public void setIsPaidTo3Party (boolean IsPaidTo3Party) { set_Value (COLUMNNAME_IsPaidTo3Party, Boolean.valueOf(IsPaidTo3Party)); @@ -221,7 +216,7 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get Paid to third party. @return Amount paid to someone other than the Business Partner */ - public boolean isPaidTo3Party () + public boolean isPaidTo3Party() { Object oo = get_Value(COLUMNNAME_IsPaidTo3Party); if (oo != null) @@ -234,9 +229,8 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set Percent withholding. - @param IsPercentWithholding - Withholding amount is a percentage of the invoice amount - */ + @param IsPercentWithholding Withholding amount is a percentage of the invoice amount + */ public void setIsPercentWithholding (boolean IsPercentWithholding) { set_Value (COLUMNNAME_IsPercentWithholding, Boolean.valueOf(IsPercentWithholding)); @@ -245,7 +239,7 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get Percent withholding. @return Withholding amount is a percentage of the invoice amount */ - public boolean isPercentWithholding () + public boolean isPercentWithholding() { Object oo = get_Value(COLUMNNAME_IsPercentWithholding); if (oo != null) @@ -258,9 +252,8 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set Prorate tax. - @param IsTaxProrated - Tax is Prorated - */ + @param IsTaxProrated Tax is Prorated + */ public void setIsTaxProrated (boolean IsTaxProrated) { set_Value (COLUMNNAME_IsTaxProrated, Boolean.valueOf(IsTaxProrated)); @@ -269,7 +262,7 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get Prorate tax. @return Tax is Prorated */ - public boolean isTaxProrated () + public boolean isTaxProrated() { Object oo = get_Value(COLUMNNAME_IsTaxProrated); if (oo != null) @@ -282,9 +275,8 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set Tax withholding. - @param IsTaxWithholding - This is a tax related withholding - */ + @param IsTaxWithholding This is a tax related withholding + */ public void setIsTaxWithholding (boolean IsTaxWithholding) { set_Value (COLUMNNAME_IsTaxWithholding, Boolean.valueOf(IsTaxWithholding)); @@ -293,7 +285,7 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get Tax withholding. @return This is a tax related withholding */ - public boolean isTaxWithholding () + public boolean isTaxWithholding() { Object oo = get_Value(COLUMNNAME_IsTaxWithholding); if (oo != null) @@ -306,9 +298,8 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set Max Amount. - @param MaxAmt - Maximum Amount in invoice currency - */ + @param MaxAmt Maximum Amount in invoice currency + */ public void setMaxAmt (BigDecimal MaxAmt) { set_Value (COLUMNNAME_MaxAmt, MaxAmt); @@ -317,7 +308,7 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get Max Amount. @return Maximum Amount in invoice currency */ - public BigDecimal getMaxAmt () + public BigDecimal getMaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MaxAmt); if (bd == null) @@ -326,9 +317,8 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set Min Amount. - @param MinAmt - Minimum Amount in invoice currency - */ + @param MinAmt Minimum Amount in invoice currency + */ public void setMinAmt (BigDecimal MinAmt) { set_Value (COLUMNNAME_MinAmt, MinAmt); @@ -337,7 +327,7 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get Min Amount. @return Minimum Amount in invoice currency */ - public BigDecimal getMinAmt () + public BigDecimal getMinAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MinAmt); if (bd == null) @@ -346,9 +336,8 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -357,7 +346,7 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -371,9 +360,8 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set Percent. - @param Percent - Percentage - */ + @param Percent Percentage + */ public void setPercent (BigDecimal Percent) { set_Value (COLUMNNAME_Percent, Percent); @@ -382,7 +370,7 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get Percent. @return Percentage */ - public BigDecimal getPercent () + public BigDecimal getPercent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Percent); if (bd == null) @@ -391,9 +379,8 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set Threshold max. - @param ThresholdMax - Maximum gross amount for withholding calculation (0=no limit) - */ + @param ThresholdMax Maximum gross amount for withholding calculation (0=no limit) + */ public void setThresholdMax (BigDecimal ThresholdMax) { set_Value (COLUMNNAME_ThresholdMax, ThresholdMax); @@ -402,7 +389,7 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get Threshold max. @return Maximum gross amount for withholding calculation (0=no limit) */ - public BigDecimal getThresholdMax () + public BigDecimal getThresholdMax() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ThresholdMax); if (bd == null) @@ -411,9 +398,8 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent } /** Set Threshold min. - @param Thresholdmin - Minimum gross amount for withholding calculation - */ + @param Thresholdmin Minimum gross amount for withholding calculation + */ public void setThresholdmin (BigDecimal Thresholdmin) { set_Value (COLUMNNAME_Thresholdmin, Thresholdmin); @@ -422,7 +408,7 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent /** Get Threshold min. @return Minimum gross amount for withholding calculation */ - public BigDecimal getThresholdmin () + public BigDecimal getThresholdmin() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Thresholdmin); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Withholding_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_Withholding_Acct.java index 70d2a4d2c7..e3bc2aea28 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Withholding_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Withholding_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for C_Withholding_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Withholding_Acct") public class X_C_Withholding_Acct extends PO implements I_C_Withholding_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_C_Withholding_Acct extends PO implements I_C_Withholding_Acct, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Withholding_Acct (Properties ctx, int C_Withholding_Acct_ID, String trxName) @@ -79,21 +79,20 @@ public class X_C_Withholding_Acct extends PO implements I_C_Withholding_Acct, I_ } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -102,7 +101,8 @@ public class X_C_Withholding_Acct extends PO implements I_C_Withholding_Acct, I_ } /** Set C_Withholding_Acct_UU. - @param C_Withholding_Acct_UU C_Withholding_Acct_UU */ + @param C_Withholding_Acct_UU C_Withholding_Acct_UU + */ public void setC_Withholding_Acct_UU (String C_Withholding_Acct_UU) { set_Value (COLUMNNAME_C_Withholding_Acct_UU, C_Withholding_Acct_UU); @@ -110,7 +110,7 @@ public class X_C_Withholding_Acct extends PO implements I_C_Withholding_Acct, I_ /** Get C_Withholding_Acct_UU. @return C_Withholding_Acct_UU */ - public String getC_Withholding_Acct_UU () + public String getC_Withholding_Acct_UU() { return (String)get_Value(COLUMNNAME_C_Withholding_Acct_UU); } @@ -122,21 +122,20 @@ public class X_C_Withholding_Acct extends PO implements I_C_Withholding_Acct, I_ } /** Set Withholding. - @param C_Withholding_ID - Withholding type defined - */ + @param C_Withholding_ID Withholding type defined + */ public void setC_Withholding_ID (int C_Withholding_ID) { - if (C_Withholding_ID < 1) + if (C_Withholding_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Withholding_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Withholding_ID, Integer.valueOf(C_Withholding_ID)); } /** Get Withholding. @return Withholding type defined */ - public int getC_Withholding_ID () + public int getC_Withholding_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Withholding_ID); if (ii == null) @@ -151,9 +150,8 @@ public class X_C_Withholding_Acct extends PO implements I_C_Withholding_Acct, I_ } /** Set Withholding. - @param Withholding_Acct - Account for Withholdings - */ + @param Withholding_Acct Account for Withholdings + */ public void setWithholding_Acct (int Withholding_Acct) { set_Value (COLUMNNAME_Withholding_Acct, Integer.valueOf(Withholding_Acct)); @@ -162,7 +160,7 @@ public class X_C_Withholding_Acct extends PO implements I_C_Withholding_Acct, I_ /** Get Withholding. @return Account for Withholdings */ - public int getWithholding_Acct () + public int getWithholding_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_Withholding_Acct); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Year.java b/org.adempiere.base/src/org/compiere/model/X_C_Year.java index 79acf2217a..397306d1ef 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Year.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Year.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_Year * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_Year") public class X_C_Year extends PO implements I_C_Year, I_Persistent { @@ -31,7 +31,7 @@ public class X_C_Year extends PO implements I_C_Year, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_Year (Properties ctx, int C_Year_ID, String trxName) @@ -80,21 +80,20 @@ public class X_C_Year extends PO implements I_C_Year, I_Persistent } /** Set Calendar. - @param C_Calendar_ID - Accounting Calendar Name - */ + @param C_Calendar_ID Accounting Calendar Name + */ public void setC_Calendar_ID (int C_Calendar_ID) { - if (C_Calendar_ID < 1) + if (C_Calendar_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Calendar_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Calendar_ID, Integer.valueOf(C_Calendar_ID)); } /** Get Calendar. @return Accounting Calendar Name */ - public int getC_Calendar_ID () + public int getC_Calendar_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Calendar_ID); if (ii == null) @@ -103,21 +102,20 @@ public class X_C_Year extends PO implements I_C_Year, I_Persistent } /** Set Year. - @param C_Year_ID - Calendar Year - */ + @param C_Year_ID Calendar Year + */ public void setC_Year_ID (int C_Year_ID) { - if (C_Year_ID < 1) + if (C_Year_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Year_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Year_ID, Integer.valueOf(C_Year_ID)); } /** Get Year. @return Calendar Year */ - public int getC_Year_ID () + public int getC_Year_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Year_ID); if (ii == null) @@ -126,7 +124,8 @@ public class X_C_Year extends PO implements I_C_Year, I_Persistent } /** Set C_Year_UU. - @param C_Year_UU C_Year_UU */ + @param C_Year_UU C_Year_UU + */ public void setC_Year_UU (String C_Year_UU) { set_Value (COLUMNNAME_C_Year_UU, C_Year_UU); @@ -134,15 +133,14 @@ public class X_C_Year extends PO implements I_C_Year, I_Persistent /** Get C_Year_UU. @return C_Year_UU */ - public String getC_Year_UU () + public String getC_Year_UU() { return (String)get_Value(COLUMNNAME_C_Year_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -151,15 +149,14 @@ public class X_C_Year extends PO implements I_C_Year, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Year. - @param FiscalYear - The Fiscal Year - */ + @param FiscalYear The Fiscal Year + */ public void setFiscalYear (String FiscalYear) { set_Value (COLUMNNAME_FiscalYear, FiscalYear); @@ -168,7 +165,7 @@ public class X_C_Year extends PO implements I_C_Year, I_Persistent /** Get Year. @return The Fiscal Year */ - public String getFiscalYear () + public String getFiscalYear() { return (String)get_Value(COLUMNNAME_FiscalYear); } @@ -182,7 +179,8 @@ public class X_C_Year extends PO implements I_C_Year, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -190,7 +188,7 @@ public class X_C_Year extends PO implements I_C_Year, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_EXP_Format.java b/org.adempiere.base/src/org/compiere/model/X_EXP_Format.java index 497c5cd396..93149d9bfc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_EXP_Format.java +++ b/org.adempiere.base/src/org/compiere/model/X_EXP_Format.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for EXP_Format * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="EXP_Format") public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent { @@ -30,7 +30,7 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_EXP_Format (Properties ctx, int EXP_Format_ID, String trxName) @@ -81,21 +81,20 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -104,9 +103,8 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -115,24 +113,25 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Export Format. - @param EXP_Format_ID Export Format */ + @param EXP_Format_ID Export Format + */ public void setEXP_Format_ID (int EXP_Format_ID) { - if (EXP_Format_ID < 1) + if (EXP_Format_ID < 1) set_ValueNoCheck (COLUMNNAME_EXP_Format_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_EXP_Format_ID, Integer.valueOf(EXP_Format_ID)); } /** Get Export Format. @return Export Format */ - public int getEXP_Format_ID () + public int getEXP_Format_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Format_ID); if (ii == null) @@ -141,7 +140,8 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent } /** Set EXP_Format_UU. - @param EXP_Format_UU EXP_Format_UU */ + @param EXP_Format_UU EXP_Format_UU + */ public void setEXP_Format_UU (String EXP_Format_UU) { set_Value (COLUMNNAME_EXP_Format_UU, EXP_Format_UU); @@ -149,15 +149,14 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent /** Get EXP_Format_UU. @return EXP_Format_UU */ - public String getEXP_Format_UU () + public String getEXP_Format_UU() { return (String)get_Value(COLUMNNAME_EXP_Format_UU); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -166,15 +165,14 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -183,13 +181,14 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -197,7 +196,7 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -210,7 +209,8 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent } /** Set Test Export Model. - @param TestExportModel Test Export Model */ + @param TestExportModel Test Export Model + */ public void setTestExportModel (String TestExportModel) { set_Value (COLUMNNAME_TestExportModel, TestExportModel); @@ -218,13 +218,14 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent /** Get Test Export Model. @return Test Export Model */ - public String getTestExportModel () + public String getTestExportModel() { return (String)get_Value(COLUMNNAME_TestExportModel); } /** Set Test Import Model. - @param TestImportModel Test Import Model */ + @param TestImportModel Test Import Model + */ public void setTestImportModel (String TestImportModel) { set_Value (COLUMNNAME_TestImportModel, TestImportModel); @@ -232,15 +233,14 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent /** Get Test Import Model. @return Test Import Model */ - public String getTestImportModel () + public String getTestImportModel() { return (String)get_Value(COLUMNNAME_TestImportModel); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -249,15 +249,14 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Version. - @param Version - Version of the table definition - */ + @param Version Version of the table definition + */ public void setVersion (String Version) { set_Value (COLUMNNAME_Version, Version); @@ -266,15 +265,14 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent /** Get Version. @return Version of the table definition */ - public String getVersion () + public String getVersion() { return (String)get_Value(COLUMNNAME_Version); } /** Set Sql WHERE. - @param WhereClause - Fully qualified SQL WHERE clause - */ + @param WhereClause Fully qualified SQL WHERE clause + */ public void setWhereClause (String WhereClause) { set_Value (COLUMNNAME_WhereClause, WhereClause); @@ -283,7 +281,7 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent /** Get Sql WHERE. @return Fully qualified SQL WHERE clause */ - public String getWhereClause () + public String getWhereClause() { return (String)get_Value(COLUMNNAME_WhereClause); } diff --git a/org.adempiere.base/src/org/compiere/model/X_EXP_FormatLine.java b/org.adempiere.base/src/org/compiere/model/X_EXP_FormatLine.java index db93272fd3..9e77a77ce5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_EXP_FormatLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_EXP_FormatLine.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for EXP_FormatLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="EXP_FormatLine") public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persistent { @@ -30,7 +30,7 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_EXP_FormatLine (Properties ctx, int EXP_FormatLine_ID, String trxName) @@ -82,21 +82,20 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -111,9 +110,8 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { throw new IllegalArgumentException ("AD_Reference_ID is virtual column"); } @@ -121,7 +119,7 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -130,9 +128,8 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste } /** Set Date Format. - @param DateFormat - Date format used in the input format - */ + @param DateFormat Date format used in the input format + */ public void setDateFormat (String DateFormat) { set_Value (COLUMNNAME_DateFormat, DateFormat); @@ -141,15 +138,14 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste /** Get Date Format. @return Date format used in the input format */ - public String getDateFormat () + public String getDateFormat() { return (String)get_Value(COLUMNNAME_DateFormat); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -158,7 +154,7 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -170,18 +166,19 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste } /** Set Embedded Format. - @param EXP_EmbeddedFormat_ID Embedded Format */ + @param EXP_EmbeddedFormat_ID Embedded Format + */ public void setEXP_EmbeddedFormat_ID (int EXP_EmbeddedFormat_ID) { - if (EXP_EmbeddedFormat_ID < 1) + if (EXP_EmbeddedFormat_ID < 1) set_Value (COLUMNNAME_EXP_EmbeddedFormat_ID, null); - else + else set_Value (COLUMNNAME_EXP_EmbeddedFormat_ID, Integer.valueOf(EXP_EmbeddedFormat_ID)); } /** Get Embedded Format. @return Embedded Format */ - public int getEXP_EmbeddedFormat_ID () + public int getEXP_EmbeddedFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_EmbeddedFormat_ID); if (ii == null) @@ -196,18 +193,19 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste } /** Set Export Format. - @param EXP_Format_ID Export Format */ + @param EXP_Format_ID Export Format + */ public void setEXP_Format_ID (int EXP_Format_ID) { - if (EXP_Format_ID < 1) + if (EXP_Format_ID < 1) set_ValueNoCheck (COLUMNNAME_EXP_Format_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_EXP_Format_ID, Integer.valueOf(EXP_Format_ID)); } /** Get Export Format. @return Export Format */ - public int getEXP_Format_ID () + public int getEXP_Format_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Format_ID); if (ii == null) @@ -216,18 +214,19 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste } /** Set Format Line. - @param EXP_FormatLine_ID Format Line */ + @param EXP_FormatLine_ID Format Line + */ public void setEXP_FormatLine_ID (int EXP_FormatLine_ID) { - if (EXP_FormatLine_ID < 1) + if (EXP_FormatLine_ID < 1) set_ValueNoCheck (COLUMNNAME_EXP_FormatLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_EXP_FormatLine_ID, Integer.valueOf(EXP_FormatLine_ID)); } /** Get Format Line. @return Format Line */ - public int getEXP_FormatLine_ID () + public int getEXP_FormatLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_FormatLine_ID); if (ii == null) @@ -236,7 +235,8 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste } /** Set EXP_FormatLine_UU. - @param EXP_FormatLine_UU EXP_FormatLine_UU */ + @param EXP_FormatLine_UU EXP_FormatLine_UU + */ public void setEXP_FormatLine_UU (String EXP_FormatLine_UU) { set_Value (COLUMNNAME_EXP_FormatLine_UU, EXP_FormatLine_UU); @@ -244,15 +244,14 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste /** Get EXP_FormatLine_UU. @return EXP_FormatLine_UU */ - public String getEXP_FormatLine_UU () + public String getEXP_FormatLine_UU() { return (String)get_Value(COLUMNNAME_EXP_FormatLine_UU); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -261,15 +260,14 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Mandatory. - @param IsMandatory - Data entry is required in this column - */ + @param IsMandatory Data entry is required in this column + */ public void setIsMandatory (boolean IsMandatory) { set_Value (COLUMNNAME_IsMandatory, Boolean.valueOf(IsMandatory)); @@ -278,7 +276,7 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste /** Get Mandatory. @return Data entry is required in this column */ - public boolean isMandatory () + public boolean isMandatory() { Object oo = get_Value(COLUMNNAME_IsMandatory); if (oo != null) @@ -291,7 +289,8 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste } /** Set Is Part Unique Index. - @param IsPartUniqueIndex Is Part Unique Index */ + @param IsPartUniqueIndex Is Part Unique Index + */ public void setIsPartUniqueIndex (boolean IsPartUniqueIndex) { set_Value (COLUMNNAME_IsPartUniqueIndex, Boolean.valueOf(IsPartUniqueIndex)); @@ -299,7 +298,7 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste /** Get Is Part Unique Index. @return Is Part Unique Index */ - public boolean isPartUniqueIndex () + public boolean isPartUniqueIndex() { Object oo = get_Value(COLUMNNAME_IsPartUniqueIndex); if (oo != null) @@ -312,9 +311,8 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -323,13 +321,14 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Position. - @param Position Position */ + @param Position Position + */ public void setPosition (int Position) { set_Value (COLUMNNAME_Position, Integer.valueOf(Position)); @@ -337,7 +336,7 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste /** Get Position. @return Position */ - public int getPosition () + public int getPosition() { Integer ii = (Integer)get_Value(COLUMNNAME_Position); if (ii == null) @@ -356,9 +355,8 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste /** Referenced EXP Format = R */ public static final String TYPE_ReferencedEXPFormat = "R"; /** 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) { @@ -368,15 +366,14 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste /** Get Type. @return Type of Validation (SQL, Java Script, Java Language) */ - public String getType () + public String getType() { return (String)get_Value(COLUMNNAME_Type); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -385,7 +382,7 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_EXP_Processor.java b/org.adempiere.base/src/org/compiere/model/X_EXP_Processor.java index f1207a462a..3116276a61 100644 --- a/org.adempiere.base/src/org/compiere/model/X_EXP_Processor.java +++ b/org.adempiere.base/src/org/compiere/model/X_EXP_Processor.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for EXP_Processor * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="EXP_Processor") public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent { @@ -30,7 +30,7 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_EXP_Processor (Properties ctx, int EXP_Processor_ID, String trxName) @@ -74,7 +74,8 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent } /** Set Account. - @param Account Account */ + @param Account Account + */ public void setAccount (String Account) { set_Value (COLUMNNAME_Account, Account); @@ -82,15 +83,14 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent /** Get Account. @return Account */ - public String getAccount () + public String getAccount() { return (String)get_Value(COLUMNNAME_Account); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -99,24 +99,25 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Export Processor. - @param EXP_Processor_ID Export Processor */ + @param EXP_Processor_ID Export Processor + */ public void setEXP_Processor_ID (int EXP_Processor_ID) { - if (EXP_Processor_ID < 1) + if (EXP_Processor_ID < 1) set_ValueNoCheck (COLUMNNAME_EXP_Processor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_EXP_Processor_ID, Integer.valueOf(EXP_Processor_ID)); } /** Get Export Processor. @return Export Processor */ - public int getEXP_Processor_ID () + public int getEXP_Processor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_ID); if (ii == null) @@ -131,18 +132,19 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent } /** Set Export Processor Type. - @param EXP_Processor_Type_ID Export Processor Type */ + @param EXP_Processor_Type_ID Export Processor Type + */ public void setEXP_Processor_Type_ID (int EXP_Processor_Type_ID) { - if (EXP_Processor_Type_ID < 1) + if (EXP_Processor_Type_ID < 1) set_Value (COLUMNNAME_EXP_Processor_Type_ID, null); - else + else set_Value (COLUMNNAME_EXP_Processor_Type_ID, Integer.valueOf(EXP_Processor_Type_ID)); } /** Get Export Processor Type. @return Export Processor Type */ - public int getEXP_Processor_Type_ID () + public int getEXP_Processor_Type_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_Type_ID); if (ii == null) @@ -151,7 +153,8 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent } /** Set EXP_Processor_UU. - @param EXP_Processor_UU EXP_Processor_UU */ + @param EXP_Processor_UU EXP_Processor_UU + */ public void setEXP_Processor_UU (String EXP_Processor_UU) { set_Value (COLUMNNAME_EXP_Processor_UU, EXP_Processor_UU); @@ -159,15 +162,14 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent /** Get EXP_Processor_UU. @return EXP_Processor_UU */ - public String getEXP_Processor_UU () + public String getEXP_Processor_UU() { return (String)get_Value(COLUMNNAME_EXP_Processor_UU); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -176,13 +178,14 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Host. - @param Host Host */ + @param Host Host + */ public void setHost (String Host) { set_Value (COLUMNNAME_Host, Host); @@ -190,15 +193,14 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent /** Get Host. @return Host */ - public String getHost () + public String getHost() { return (String)get_Value(COLUMNNAME_Host); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -207,13 +209,14 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Password Info. - @param PasswordInfo Password Info */ + @param PasswordInfo Password Info + */ public void setPasswordInfo (String PasswordInfo) { set_Value (COLUMNNAME_PasswordInfo, PasswordInfo); @@ -221,13 +224,14 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent /** Get Password Info. @return Password Info */ - public String getPasswordInfo () + public String getPasswordInfo() { return (String)get_Value(COLUMNNAME_PasswordInfo); } /** Set Port. - @param Port Port */ + @param Port Port + */ public void setPort (int Port) { set_Value (COLUMNNAME_Port, Integer.valueOf(Port)); @@ -235,7 +239,7 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent /** Get Port. @return Port */ - public int getPort () + public int getPort() { Integer ii = (Integer)get_Value(COLUMNNAME_Port); if (ii == null) @@ -244,9 +248,8 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -255,7 +258,7 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_EXP_ProcessorParameter.java b/org.adempiere.base/src/org/compiere/model/X_EXP_ProcessorParameter.java index 9b70a7c8d1..8ac96bd481 100644 --- a/org.adempiere.base/src/org/compiere/model/X_EXP_ProcessorParameter.java +++ b/org.adempiere.base/src/org/compiere/model/X_EXP_ProcessorParameter.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for EXP_ProcessorParameter * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="EXP_ProcessorParameter") public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParameter, I_Persistent { @@ -30,7 +30,7 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_EXP_ProcessorParameter (Properties ctx, int EXP_ProcessorParameter_ID, String trxName) @@ -74,9 +74,8 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,7 +84,7 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -97,18 +96,19 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam } /** Set Export Processor. - @param EXP_Processor_ID Export Processor */ + @param EXP_Processor_ID Export Processor + */ public void setEXP_Processor_ID (int EXP_Processor_ID) { - if (EXP_Processor_ID < 1) + if (EXP_Processor_ID < 1) set_ValueNoCheck (COLUMNNAME_EXP_Processor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_EXP_Processor_ID, Integer.valueOf(EXP_Processor_ID)); } /** Get Export Processor. @return Export Processor */ - public int getEXP_Processor_ID () + public int getEXP_Processor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_ID); if (ii == null) @@ -117,18 +117,19 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam } /** Set Processor Parameter. - @param EXP_ProcessorParameter_ID Processor Parameter */ + @param EXP_ProcessorParameter_ID Processor Parameter + */ public void setEXP_ProcessorParameter_ID (int EXP_ProcessorParameter_ID) { - if (EXP_ProcessorParameter_ID < 1) + if (EXP_ProcessorParameter_ID < 1) set_ValueNoCheck (COLUMNNAME_EXP_ProcessorParameter_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_EXP_ProcessorParameter_ID, Integer.valueOf(EXP_ProcessorParameter_ID)); } /** Get Processor Parameter. @return Processor Parameter */ - public int getEXP_ProcessorParameter_ID () + public int getEXP_ProcessorParameter_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_ProcessorParameter_ID); if (ii == null) @@ -137,7 +138,8 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam } /** Set EXP_ProcessorParameter_UU. - @param EXP_ProcessorParameter_UU EXP_ProcessorParameter_UU */ + @param EXP_ProcessorParameter_UU EXP_ProcessorParameter_UU + */ public void setEXP_ProcessorParameter_UU (String EXP_ProcessorParameter_UU) { set_Value (COLUMNNAME_EXP_ProcessorParameter_UU, EXP_ProcessorParameter_UU); @@ -145,15 +147,14 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam /** Get EXP_ProcessorParameter_UU. @return EXP_ProcessorParameter_UU */ - public String getEXP_ProcessorParameter_UU () + public String getEXP_ProcessorParameter_UU() { return (String)get_Value(COLUMNNAME_EXP_ProcessorParameter_UU); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -162,15 +163,14 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -179,13 +179,14 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Parameter Value. - @param ParameterValue Parameter Value */ + @param ParameterValue Parameter Value + */ public void setParameterValue (String ParameterValue) { set_Value (COLUMNNAME_ParameterValue, ParameterValue); @@ -193,15 +194,14 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam /** Get Parameter Value. @return Parameter Value */ - public String getParameterValue () + public String getParameterValue() { return (String)get_Value(COLUMNNAME_ParameterValue); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -210,7 +210,7 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_EXP_Processor_Type.java b/org.adempiere.base/src/org/compiere/model/X_EXP_Processor_Type.java index 3d29d4a2fb..1536e1a7c0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_EXP_Processor_Type.java +++ b/org.adempiere.base/src/org/compiere/model/X_EXP_Processor_Type.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for EXP_Processor_Type * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="EXP_Processor_Type") public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_Persistent { @@ -30,7 +30,7 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_EXP_Processor_Type (Properties ctx, int EXP_Processor_Type_ID, String trxName) @@ -74,9 +74,8 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,24 +84,25 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Export Processor Type. - @param EXP_Processor_Type_ID Export Processor Type */ + @param EXP_Processor_Type_ID Export Processor Type + */ public void setEXP_Processor_Type_ID (int EXP_Processor_Type_ID) { - if (EXP_Processor_Type_ID < 1) + if (EXP_Processor_Type_ID < 1) set_ValueNoCheck (COLUMNNAME_EXP_Processor_Type_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_EXP_Processor_Type_ID, Integer.valueOf(EXP_Processor_Type_ID)); } /** Get Export Processor Type. @return Export Processor Type */ - public int getEXP_Processor_Type_ID () + public int getEXP_Processor_Type_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_EXP_Processor_Type_ID); if (ii == null) @@ -111,7 +111,8 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ } /** Set EXP_Processor_Type_UU. - @param EXP_Processor_Type_UU EXP_Processor_Type_UU */ + @param EXP_Processor_Type_UU EXP_Processor_Type_UU + */ public void setEXP_Processor_Type_UU (String EXP_Processor_Type_UU) { set_Value (COLUMNNAME_EXP_Processor_Type_UU, EXP_Processor_Type_UU); @@ -119,15 +120,14 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ /** Get EXP_Processor_Type_UU. @return EXP_Processor_Type_UU */ - public String getEXP_Processor_Type_UU () + public String getEXP_Processor_Type_UU() { return (String)get_Value(COLUMNNAME_EXP_Processor_Type_UU); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -136,13 +136,14 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Java Class. - @param JavaClass Java Class */ + @param JavaClass Java Class + */ public void setJavaClass (String JavaClass) { set_Value (COLUMNNAME_JavaClass, JavaClass); @@ -150,15 +151,14 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ /** Get Java Class. @return Java Class */ - public String getJavaClass () + public String getJavaClass() { return (String)get_Value(COLUMNNAME_JavaClass); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -167,15 +167,14 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -184,7 +183,7 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_Fact_Acct.java b/org.adempiere.base/src/org/compiere/model/X_Fact_Acct.java index d3dcc70ee5..ba3beab743 100644 --- a/org.adempiere.base/src/org/compiere/model/X_Fact_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_Fact_Acct.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for Fact_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="Fact_Acct") public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent { @@ -34,7 +34,7 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_Fact_Acct (Properties ctx, int Fact_Acct_ID, String trxName) @@ -89,21 +89,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -112,21 +111,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Account. - @param Account_ID - Account used - */ + @param Account_ID Account used + */ public void setAccount_ID (int Account_ID) { - if (Account_ID < 1) + if (Account_ID < 1) set_ValueNoCheck (COLUMNNAME_Account_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Account_ID, Integer.valueOf(Account_ID)); } /** Get Account. @return Account used */ - public int getAccount_ID () + public int getAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Account_ID); if (ii == null) @@ -135,21 +133,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -164,21 +161,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -187,9 +183,8 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Accounted Credit. - @param AmtAcctCr - Accounted Credit Amount - */ + @param AmtAcctCr Accounted Credit Amount + */ public void setAmtAcctCr (BigDecimal AmtAcctCr) { set_ValueNoCheck (COLUMNNAME_AmtAcctCr, AmtAcctCr); @@ -198,7 +193,7 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent /** Get Accounted Credit. @return Accounted Credit Amount */ - public BigDecimal getAmtAcctCr () + public BigDecimal getAmtAcctCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctCr); if (bd == null) @@ -207,9 +202,8 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Accounted Debit. - @param AmtAcctDr - Accounted Debit Amount - */ + @param AmtAcctDr Accounted Debit Amount + */ public void setAmtAcctDr (BigDecimal AmtAcctDr) { set_ValueNoCheck (COLUMNNAME_AmtAcctDr, AmtAcctDr); @@ -218,7 +212,7 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent /** Get Accounted Debit. @return Accounted Debit Amount */ - public BigDecimal getAmtAcctDr () + public BigDecimal getAmtAcctDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctDr); if (bd == null) @@ -227,9 +221,8 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Source Credit. - @param AmtSourceCr - Source Credit Amount - */ + @param AmtSourceCr Source Credit Amount + */ public void setAmtSourceCr (BigDecimal AmtSourceCr) { set_ValueNoCheck (COLUMNNAME_AmtSourceCr, AmtSourceCr); @@ -238,7 +231,7 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent /** Get Source Credit. @return Source Credit Amount */ - public BigDecimal getAmtSourceCr () + public BigDecimal getAmtSourceCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtSourceCr); if (bd == null) @@ -247,9 +240,8 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Source Debit. - @param AmtSourceDr - Source Debit Amount - */ + @param AmtSourceDr Source Debit Amount + */ public void setAmtSourceDr (BigDecimal AmtSourceDr) { set_ValueNoCheck (COLUMNNAME_AmtSourceDr, AmtSourceDr); @@ -258,7 +250,7 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent /** Get Source Debit. @return Source Debit Amount */ - public BigDecimal getAmtSourceDr () + public BigDecimal getAmtSourceDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtSourceDr); if (bd == null) @@ -273,21 +265,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -302,21 +293,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Activity_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -330,22 +320,21 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -360,21 +349,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Campaign_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -389,21 +377,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Currency_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -418,21 +405,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Location From. - @param C_LocFrom_ID - Location that inventory was moved from - */ + @param C_LocFrom_ID Location that inventory was moved from + */ public void setC_LocFrom_ID (int C_LocFrom_ID) { - if (C_LocFrom_ID < 1) + if (C_LocFrom_ID < 1) set_ValueNoCheck (COLUMNNAME_C_LocFrom_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_LocFrom_ID, Integer.valueOf(C_LocFrom_ID)); } /** Get Location From. @return Location that inventory was moved from */ - public int getC_LocFrom_ID () + public int getC_LocFrom_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocFrom_ID); if (ii == null) @@ -447,21 +433,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Location To. - @param C_LocTo_ID - Location that inventory was moved to - */ + @param C_LocTo_ID Location that inventory was moved to + */ public void setC_LocTo_ID (int C_LocTo_ID) { - if (C_LocTo_ID < 1) + if (C_LocTo_ID < 1) set_ValueNoCheck (COLUMNNAME_C_LocTo_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_LocTo_ID, Integer.valueOf(C_LocTo_ID)); } /** Get Location To. @return Location that inventory was moved to */ - public int getC_LocTo_ID () + public int getC_LocTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocTo_ID); if (ii == null) @@ -476,21 +461,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Period_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -505,21 +489,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Project_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -534,21 +517,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Project Phase. - @param C_ProjectPhase_ID - Phase of a Project - */ + @param C_ProjectPhase_ID Phase of a Project + */ public void setC_ProjectPhase_ID (int C_ProjectPhase_ID) { - if (C_ProjectPhase_ID < 1) + if (C_ProjectPhase_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID)); } /** Get Project Phase. @return Phase of a Project */ - public int getC_ProjectPhase_ID () + public int getC_ProjectPhase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID); if (ii == null) @@ -563,21 +545,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Project Task. - @param C_ProjectTask_ID - Actual Project Task in a Phase - */ + @param C_ProjectTask_ID Actual Project Task in a Phase + */ public void setC_ProjectTask_ID (int C_ProjectTask_ID) { - if (C_ProjectTask_ID < 1) + if (C_ProjectTask_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectTask_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectTask_ID, Integer.valueOf(C_ProjectTask_ID)); } /** Get Project Task. @return Actual Project Task in a Phase */ - public int getC_ProjectTask_ID () + public int getC_ProjectTask_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectTask_ID); if (ii == null) @@ -592,21 +573,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_ValueNoCheck (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -621,21 +601,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Sub Account. - @param C_SubAcct_ID - Sub account for Element Value - */ + @param C_SubAcct_ID Sub account for Element Value + */ public void setC_SubAcct_ID (int C_SubAcct_ID) { - if (C_SubAcct_ID < 1) + if (C_SubAcct_ID < 1) set_Value (COLUMNNAME_C_SubAcct_ID, null); - else + else set_Value (COLUMNNAME_C_SubAcct_ID, Integer.valueOf(C_SubAcct_ID)); } /** Get Sub Account. @return Sub account for Element Value */ - public int getC_SubAcct_ID () + public int getC_SubAcct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SubAcct_ID); if (ii == null) @@ -650,21 +629,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Tax_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -679,21 +657,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_ValueNoCheck (COLUMNNAME_C_UOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -702,9 +679,8 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_ValueNoCheck (COLUMNNAME_DateAcct, DateAcct); @@ -713,15 +689,14 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Transaction Date. - @param DateTrx - Transaction Date - */ + @param DateTrx Transaction Date + */ public void setDateTrx (Timestamp DateTrx) { set_ValueNoCheck (COLUMNNAME_DateTrx, DateTrx); @@ -730,15 +705,14 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent /** Get Transaction Date. @return Transaction Date */ - public Timestamp getDateTrx () + public Timestamp getDateTrx() { return (Timestamp)get_Value(COLUMNNAME_DateTrx); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -747,24 +721,25 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Accounting Fact. - @param Fact_Acct_ID Accounting Fact */ + @param Fact_Acct_ID Accounting Fact + */ public void setFact_Acct_ID (int Fact_Acct_ID) { - if (Fact_Acct_ID < 1) + if (Fact_Acct_ID < 1) set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, Integer.valueOf(Fact_Acct_ID)); } /** Get Accounting Fact. @return Accounting Fact */ - public int getFact_Acct_ID () + public int getFact_Acct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Fact_Acct_ID); if (ii == null) @@ -781,7 +756,8 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Fact_Acct_UU. - @param Fact_Acct_UU Fact_Acct_UU */ + @param Fact_Acct_UU Fact_Acct_UU + */ public void setFact_Acct_UU (String Fact_Acct_UU) { set_Value (COLUMNNAME_Fact_Acct_UU, Fact_Acct_UU); @@ -789,7 +765,7 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent /** Get Fact_Acct_UU. @return Fact_Acct_UU */ - public String getFact_Acct_UU () + public String getFact_Acct_UU() { return (String)get_Value(COLUMNNAME_Fact_Acct_UU); } @@ -801,21 +777,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Budget. - @param GL_Budget_ID - General Ledger Budget - */ + @param GL_Budget_ID General Ledger Budget + */ public void setGL_Budget_ID (int GL_Budget_ID) { - if (GL_Budget_ID < 1) + if (GL_Budget_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_Budget_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_Budget_ID, Integer.valueOf(GL_Budget_ID)); } /** Get Budget. @return General Ledger Budget */ - public int getGL_Budget_ID () + public int getGL_Budget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Budget_ID); if (ii == null) @@ -830,21 +805,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set GL Category. - @param GL_Category_ID - General Ledger Category - */ + @param GL_Category_ID General Ledger Category + */ public void setGL_Category_ID (int GL_Category_ID) { - if (GL_Category_ID < 1) + if (GL_Category_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_Category_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_Category_ID, Integer.valueOf(GL_Category_ID)); } /** Get GL Category. @return General Ledger Category */ - public int getGL_Category_ID () + public int getGL_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Category_ID); if (ii == null) @@ -853,21 +827,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Line ID. - @param Line_ID - Transaction line ID (internal) - */ + @param Line_ID Transaction line ID (internal) + */ public void setLine_ID (int Line_ID) { - if (Line_ID < 1) + if (Line_ID < 1) set_ValueNoCheck (COLUMNNAME_Line_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Line_ID, Integer.valueOf(Line_ID)); } /** Get Line ID. @return Transaction line ID (internal) */ - public int getLine_ID () + public int getLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Line_ID); if (ii == null) @@ -882,21 +855,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Locator_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -911,21 +883,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -946,9 +917,8 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -958,15 +928,14 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_ValueNoCheck (COLUMNNAME_Qty, Qty); @@ -975,7 +944,7 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -984,21 +953,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -1013,21 +981,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_ValueNoCheck (COLUMNNAME_User1_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -1042,21 +1009,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_ValueNoCheck (COLUMNNAME_User2_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) @@ -1065,21 +1031,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set User Column 1. - @param UserElement1_ID - User defined accounting Element - */ + @param UserElement1_ID User defined accounting Element + */ public void setUserElement1_ID (int UserElement1_ID) { - if (UserElement1_ID < 1) + if (UserElement1_ID < 1) set_ValueNoCheck (COLUMNNAME_UserElement1_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_UserElement1_ID, Integer.valueOf(UserElement1_ID)); } /** Get User Column 1. @return User defined accounting Element */ - public int getUserElement1_ID () + public int getUserElement1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_UserElement1_ID); if (ii == null) @@ -1088,21 +1053,20 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent } /** Set User Column 2. - @param UserElement2_ID - User defined accounting Element - */ + @param UserElement2_ID User defined accounting Element + */ public void setUserElement2_ID (int UserElement2_ID) { - if (UserElement2_ID < 1) + if (UserElement2_ID < 1) set_ValueNoCheck (COLUMNNAME_UserElement2_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_UserElement2_ID, Integer.valueOf(UserElement2_ID)); } /** Get User Column 2. @return User defined accounting Element */ - public int getUserElement2_ID () + public int getUserElement2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_UserElement2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_Fact_Acct_Summary.java b/org.adempiere.base/src/org/compiere/model/X_Fact_Acct_Summary.java index 5bd8d935cf..47b5e053a9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_Fact_Acct_Summary.java +++ b/org.adempiere.base/src/org/compiere/model/X_Fact_Acct_Summary.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for Fact_Acct_Summary * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="Fact_Acct_Summary") public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Persistent { @@ -33,7 +33,7 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_Fact_Acct_Summary (Properties ctx, int Fact_Acct_Summary_ID, String trxName) @@ -87,21 +87,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Account. - @param Account_ID - Account used - */ + @param Account_ID Account used + */ public void setAccount_ID (int Account_ID) { - if (Account_ID < 1) + if (Account_ID < 1) set_Value (COLUMNNAME_Account_ID, null); - else + else set_Value (COLUMNNAME_Account_ID, Integer.valueOf(Account_ID)); } /** Get Account. @return Account used */ - public int getAccount_ID () + public int getAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Account_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -133,9 +131,8 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Accounted Credit. - @param AmtAcctCr - Accounted Credit Amount - */ + @param AmtAcctCr Accounted Credit Amount + */ public void setAmtAcctCr (BigDecimal AmtAcctCr) { set_Value (COLUMNNAME_AmtAcctCr, AmtAcctCr); @@ -144,7 +141,7 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe /** Get Accounted Credit. @return Accounted Credit Amount */ - public BigDecimal getAmtAcctCr () + public BigDecimal getAmtAcctCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctCr); if (bd == null) @@ -153,9 +150,8 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Accounted Debit. - @param AmtAcctDr - Accounted Debit Amount - */ + @param AmtAcctDr Accounted Debit Amount + */ public void setAmtAcctDr (BigDecimal AmtAcctDr) { set_Value (COLUMNNAME_AmtAcctDr, AmtAcctDr); @@ -164,7 +160,7 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe /** Get Accounted Debit. @return Accounted Debit Amount */ - public BigDecimal getAmtAcctDr () + public BigDecimal getAmtAcctDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctDr); if (bd == null) @@ -179,21 +175,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -208,21 +203,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -236,22 +230,21 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -266,21 +259,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -295,21 +287,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Location From. - @param C_LocFrom_ID - Location that inventory was moved from - */ + @param C_LocFrom_ID Location that inventory was moved from + */ public void setC_LocFrom_ID (int C_LocFrom_ID) { - if (C_LocFrom_ID < 1) + if (C_LocFrom_ID < 1) set_Value (COLUMNNAME_C_LocFrom_ID, null); - else + else set_Value (COLUMNNAME_C_LocFrom_ID, Integer.valueOf(C_LocFrom_ID)); } /** Get Location From. @return Location that inventory was moved from */ - public int getC_LocFrom_ID () + public int getC_LocFrom_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocFrom_ID); if (ii == null) @@ -324,21 +315,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Location To. - @param C_LocTo_ID - Location that inventory was moved to - */ + @param C_LocTo_ID Location that inventory was moved to + */ public void setC_LocTo_ID (int C_LocTo_ID) { - if (C_LocTo_ID < 1) + if (C_LocTo_ID < 1) set_Value (COLUMNNAME_C_LocTo_ID, null); - else + else set_Value (COLUMNNAME_C_LocTo_ID, Integer.valueOf(C_LocTo_ID)); } /** Get Location To. @return Location that inventory was moved to */ - public int getC_LocTo_ID () + public int getC_LocTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocTo_ID); if (ii == null) @@ -353,21 +343,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_Value (COLUMNNAME_C_Period_ID, null); - else + else set_Value (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -382,21 +371,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -411,21 +399,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Project Phase. - @param C_ProjectPhase_ID - Phase of a Project - */ + @param C_ProjectPhase_ID Phase of a Project + */ public void setC_ProjectPhase_ID (int C_ProjectPhase_ID) { - if (C_ProjectPhase_ID < 1) + if (C_ProjectPhase_ID < 1) set_Value (COLUMNNAME_C_ProjectPhase_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID)); } /** Get Project Phase. @return Phase of a Project */ - public int getC_ProjectPhase_ID () + public int getC_ProjectPhase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID); if (ii == null) @@ -440,21 +427,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Project Task. - @param C_ProjectTask_ID - Actual Project Task in a Phase - */ + @param C_ProjectTask_ID Actual Project Task in a Phase + */ public void setC_ProjectTask_ID (int C_ProjectTask_ID) { - if (C_ProjectTask_ID < 1) + if (C_ProjectTask_ID < 1) set_Value (COLUMNNAME_C_ProjectTask_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectTask_ID, Integer.valueOf(C_ProjectTask_ID)); } /** Get Project Task. @return Actual Project Task in a Phase */ - public int getC_ProjectTask_ID () + public int getC_ProjectTask_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectTask_ID); if (ii == null) @@ -469,21 +455,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_Value (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_Value (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -498,21 +483,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Sub Account. - @param C_SubAcct_ID - Sub account for Element Value - */ + @param C_SubAcct_ID Sub account for Element Value + */ public void setC_SubAcct_ID (int C_SubAcct_ID) { - if (C_SubAcct_ID < 1) + if (C_SubAcct_ID < 1) set_Value (COLUMNNAME_C_SubAcct_ID, null); - else + else set_Value (COLUMNNAME_C_SubAcct_ID, Integer.valueOf(C_SubAcct_ID)); } /** Get Sub Account. @return Sub account for Element Value */ - public int getC_SubAcct_ID () + public int getC_SubAcct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SubAcct_ID); if (ii == null) @@ -521,9 +505,8 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -532,13 +515,14 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Fact_Acct_Summary_UU. - @param Fact_Acct_Summary_UU Fact_Acct_Summary_UU */ + @param Fact_Acct_Summary_UU Fact_Acct_Summary_UU + */ public void setFact_Acct_Summary_UU (String Fact_Acct_Summary_UU) { set_Value (COLUMNNAME_Fact_Acct_Summary_UU, Fact_Acct_Summary_UU); @@ -546,7 +530,7 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe /** Get Fact_Acct_Summary_UU. @return Fact_Acct_Summary_UU */ - public String getFact_Acct_Summary_UU () + public String getFact_Acct_Summary_UU() { return (String)get_Value(COLUMNNAME_Fact_Acct_Summary_UU); } @@ -558,21 +542,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Budget. - @param GL_Budget_ID - General Ledger Budget - */ + @param GL_Budget_ID General Ledger Budget + */ public void setGL_Budget_ID (int GL_Budget_ID) { - if (GL_Budget_ID < 1) + if (GL_Budget_ID < 1) set_Value (COLUMNNAME_GL_Budget_ID, null); - else + else set_Value (COLUMNNAME_GL_Budget_ID, Integer.valueOf(GL_Budget_ID)); } /** Get Budget. @return General Ledger Budget */ - public int getGL_Budget_ID () + public int getGL_Budget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Budget_ID); if (ii == null) @@ -587,21 +570,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -616,21 +598,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Report Cube. - @param PA_ReportCube_ID - Define reporting cube for pre-calculation of summary accounting data. - */ + @param PA_ReportCube_ID Define reporting cube for pre-calculation of summary accounting data. + */ public void setPA_ReportCube_ID (int PA_ReportCube_ID) { - if (PA_ReportCube_ID < 1) + if (PA_ReportCube_ID < 1) set_Value (COLUMNNAME_PA_ReportCube_ID, null); - else + else set_Value (COLUMNNAME_PA_ReportCube_ID, Integer.valueOf(PA_ReportCube_ID)); } /** Get Report Cube. @return Define reporting cube for pre-calculation of summary accounting data. */ - public int getPA_ReportCube_ID () + public int getPA_ReportCube_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportCube_ID); if (ii == null) @@ -639,9 +620,8 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (boolean PostingType) { set_Value (COLUMNNAME_PostingType, Boolean.valueOf(PostingType)); @@ -650,7 +630,7 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe /** Get PostingType. @return The type of posted amount for the transaction */ - public boolean isPostingType () + public boolean isPostingType() { Object oo = get_Value(COLUMNNAME_PostingType); if (oo != null) @@ -663,9 +643,8 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -674,7 +653,7 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -689,21 +668,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -718,21 +696,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) @@ -741,21 +718,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set User Column 1. - @param UserElement1_ID - User defined accounting Element - */ + @param UserElement1_ID User defined accounting Element + */ public void setUserElement1_ID (int UserElement1_ID) { - if (UserElement1_ID < 1) + if (UserElement1_ID < 1) set_Value (COLUMNNAME_UserElement1_ID, null); - else + else set_Value (COLUMNNAME_UserElement1_ID, Integer.valueOf(UserElement1_ID)); } /** Get User Column 1. @return User defined accounting Element */ - public int getUserElement1_ID () + public int getUserElement1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_UserElement1_ID); if (ii == null) @@ -764,21 +740,20 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe } /** Set User Column 2. - @param UserElement2_ID - User defined accounting Element - */ + @param UserElement2_ID User defined accounting Element + */ public void setUserElement2_ID (int UserElement2_ID) { - if (UserElement2_ID < 1) + if (UserElement2_ID < 1) set_Value (COLUMNNAME_UserElement2_ID, null); - else + else set_Value (COLUMNNAME_UserElement2_ID, Integer.valueOf(UserElement2_ID)); } /** Get User Column 2. @return User defined accounting Element */ - public int getUserElement2_ID () + public int getUserElement2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_UserElement2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_Fact_Reconciliation.java b/org.adempiere.base/src/org/compiere/model/X_Fact_Reconciliation.java index e3fb040dd8..9bdc70e6da 100644 --- a/org.adempiere.base/src/org/compiere/model/X_Fact_Reconciliation.java +++ b/org.adempiere.base/src/org/compiere/model/X_Fact_Reconciliation.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for Fact_Reconciliation * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="Fact_Reconciliation") public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, I_Persistent { @@ -34,7 +34,7 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_Fact_Reconciliation (Properties ctx, int Fact_Reconciliation_ID, String trxName) @@ -82,9 +82,8 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, } /** Set Account. - @param Account_ID - Account used - */ + @param Account_ID Account used + */ public void setAccount_ID (int Account_ID) { throw new IllegalArgumentException ("Account_ID is virtual column"); } @@ -92,7 +91,7 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, /** Get Account. @return Account used */ - public int getAccount_ID () + public int getAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Account_ID); if (ii == null) @@ -101,9 +100,8 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, } /** Set Accounted Amount. - @param AmtAcct - Amount Balance in Currency of Accounting Schema - */ + @param AmtAcct Amount Balance in Currency of Accounting Schema + */ public void setAmtAcct (BigDecimal AmtAcct) { throw new IllegalArgumentException ("AmtAcct is virtual column"); } @@ -111,7 +109,7 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, /** Get Accounted Amount. @return Amount Balance in Currency of Accounting Schema */ - public BigDecimal getAmtAcct () + public BigDecimal getAmtAcct() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcct); if (bd == null) @@ -125,18 +123,17 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { throw new IllegalArgumentException ("C_BPartner_ID is virtual column"); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -145,9 +142,8 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { throw new IllegalArgumentException ("DateAcct is virtual column"); } @@ -155,7 +151,7 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } @@ -167,18 +163,19 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, } /** Set Accounting Fact. - @param Fact_Acct_ID Accounting Fact */ + @param Fact_Acct_ID Accounting Fact + */ public void setFact_Acct_ID (int Fact_Acct_ID) { - if (Fact_Acct_ID < 1) + if (Fact_Acct_ID < 1) set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, Integer.valueOf(Fact_Acct_ID)); } /** Get Accounting Fact. @return Accounting Fact */ - public int getFact_Acct_ID () + public int getFact_Acct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Fact_Acct_ID); if (ii == null) @@ -195,18 +192,19 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, } /** Set Accounting Fact Reconciliation. - @param Fact_Reconciliation_ID Accounting Fact Reconciliation */ + @param Fact_Reconciliation_ID Accounting Fact Reconciliation + */ public void setFact_Reconciliation_ID (int Fact_Reconciliation_ID) { - if (Fact_Reconciliation_ID < 1) + if (Fact_Reconciliation_ID < 1) set_ValueNoCheck (COLUMNNAME_Fact_Reconciliation_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Fact_Reconciliation_ID, Integer.valueOf(Fact_Reconciliation_ID)); } /** Get Accounting Fact Reconciliation. @return Accounting Fact Reconciliation */ - public int getFact_Reconciliation_ID () + public int getFact_Reconciliation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Fact_Reconciliation_ID); if (ii == null) @@ -215,7 +213,8 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, } /** Set Fact_Reconciliation_UU. - @param Fact_Reconciliation_UU Fact_Reconciliation_UU */ + @param Fact_Reconciliation_UU Fact_Reconciliation_UU + */ public void setFact_Reconciliation_UU (String Fact_Reconciliation_UU) { set_Value (COLUMNNAME_Fact_Reconciliation_UU, Fact_Reconciliation_UU); @@ -223,15 +222,14 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, /** Get Fact_Reconciliation_UU. @return Fact_Reconciliation_UU */ - public String getFact_Reconciliation_UU () + public String getFact_Reconciliation_UU() { return (String)get_Value(COLUMNNAME_Fact_Reconciliation_UU); } /** Set Match Code. - @param MatchCode - String identifying related accounting facts - */ + @param MatchCode String identifying related accounting facts + */ public void setMatchCode (String MatchCode) { set_Value (COLUMNNAME_MatchCode, MatchCode); @@ -240,7 +238,7 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, /** Get Match Code. @return String identifying related accounting facts */ - public String getMatchCode () + public String getMatchCode() { return (String)get_Value(COLUMNNAME_MatchCode); } diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_Budget.java b/org.adempiere.base/src/org/compiere/model/X_GL_Budget.java index 1263ef49be..7667d2c1be 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_Budget.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_Budget.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for GL_Budget * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="GL_Budget") public class X_GL_Budget extends PO implements I_GL_Budget, I_Persistent { @@ -31,7 +31,7 @@ public class X_GL_Budget extends PO implements I_GL_Budget, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_GL_Budget (Properties ctx, int GL_Budget_ID, String trxName) @@ -80,9 +80,8 @@ public class X_GL_Budget extends PO implements I_GL_Budget, I_Persistent /** Draft = D */ public static final String BUDGETSTATUS_Draft = "D"; /** Set Budget Status. - @param BudgetStatus - Indicates the current status of this budget - */ + @param BudgetStatus Indicates the current status of this budget + */ public void setBudgetStatus (String BudgetStatus) { @@ -92,15 +91,14 @@ public class X_GL_Budget extends PO implements I_GL_Budget, I_Persistent /** Get Budget Status. @return Indicates the current status of this budget */ - public String getBudgetStatus () + public String getBudgetStatus() { return (String)get_Value(COLUMNNAME_BudgetStatus); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -109,27 +107,26 @@ public class X_GL_Budget extends PO implements I_GL_Budget, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Budget. - @param GL_Budget_ID - General Ledger Budget - */ + @param GL_Budget_ID General Ledger Budget + */ public void setGL_Budget_ID (int GL_Budget_ID) { - if (GL_Budget_ID < 1) + if (GL_Budget_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_Budget_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_Budget_ID, Integer.valueOf(GL_Budget_ID)); } /** Get Budget. @return General Ledger Budget */ - public int getGL_Budget_ID () + public int getGL_Budget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Budget_ID); if (ii == null) @@ -138,7 +135,8 @@ public class X_GL_Budget extends PO implements I_GL_Budget, I_Persistent } /** Set GL_Budget_UU. - @param GL_Budget_UU GL_Budget_UU */ + @param GL_Budget_UU GL_Budget_UU + */ public void setGL_Budget_UU (String GL_Budget_UU) { set_Value (COLUMNNAME_GL_Budget_UU, GL_Budget_UU); @@ -146,15 +144,14 @@ public class X_GL_Budget extends PO implements I_GL_Budget, I_Persistent /** Get GL_Budget_UU. @return GL_Budget_UU */ - public String getGL_Budget_UU () + public String getGL_Budget_UU() { return (String)get_Value(COLUMNNAME_GL_Budget_UU); } /** Set Primary. - @param IsPrimary - Indicates if this is the primary budget - */ + @param IsPrimary Indicates if this is the primary budget + */ public void setIsPrimary (boolean IsPrimary) { set_Value (COLUMNNAME_IsPrimary, Boolean.valueOf(IsPrimary)); @@ -163,7 +160,7 @@ public class X_GL_Budget extends PO implements I_GL_Budget, I_Persistent /** Get Primary. @return Indicates if this is the primary budget */ - public boolean isPrimary () + public boolean isPrimary() { Object oo = get_Value(COLUMNNAME_IsPrimary); if (oo != null) @@ -176,9 +173,8 @@ public class X_GL_Budget extends PO implements I_GL_Budget, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -187,7 +183,7 @@ public class X_GL_Budget extends PO implements I_GL_Budget, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_BudgetControl.java b/org.adempiere.base/src/org/compiere/model/X_GL_BudgetControl.java index 0325a7aaad..23a9b45804 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_BudgetControl.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_BudgetControl.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for GL_BudgetControl * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="GL_BudgetControl") public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Persistent { @@ -31,7 +31,7 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_GL_BudgetControl (Properties ctx, int GL_BudgetControl_ID, String trxName) @@ -87,9 +87,8 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers /** Year To Date = Y */ public static final String BUDGETCONTROLSCOPE_YearToDate = "Y"; /** Set Control Scope. - @param BudgetControlScope - Scope of the Budget Control - */ + @param BudgetControlScope Scope of the Budget Control + */ public void setBudgetControlScope (String BudgetControlScope) { @@ -99,7 +98,7 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers /** Get Control Scope. @return Scope of the Budget Control */ - public String getBudgetControlScope () + public String getBudgetControlScope() { return (String)get_Value(COLUMNNAME_BudgetControlScope); } @@ -111,21 +110,20 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -135,9 +133,9 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers /** CommitmentType AD_Reference_ID=359 */ public static final int COMMITMENTTYPE_AD_Reference_ID=359; - /** PO/SO Commitment & Reservation = A */ + /** PO/SO Commitment & Reservation = A */ public static final String COMMITMENTTYPE_POSOCommitmentReservation = "A"; - /** PO Commitment & Reservation = B */ + /** PO Commitment & Reservation = B */ public static final String COMMITMENTTYPE_POCommitmentReservation = "B"; /** PO Commitment only = C */ public static final String COMMITMENTTYPE_POCommitmentOnly = "C"; @@ -148,9 +146,8 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers /** SO Commitment only = S */ public static final String COMMITMENTTYPE_SOCommitmentOnly = "S"; /** Set Commitment Type. - @param CommitmentType - Create Commitment and/or Reservations for Budget Control - */ + @param CommitmentType Create Commitment and/or Reservations for Budget Control + */ public void setCommitmentType (String CommitmentType) { @@ -160,15 +157,14 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers /** Get Commitment Type. @return Create Commitment and/or Reservations for Budget Control */ - public String getCommitmentType () + public String getCommitmentType() { return (String)get_Value(COLUMNNAME_CommitmentType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -177,27 +173,26 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Budget Control. - @param GL_BudgetControl_ID - Budget Control - */ + @param GL_BudgetControl_ID Budget Control + */ public void setGL_BudgetControl_ID (int GL_BudgetControl_ID) { - if (GL_BudgetControl_ID < 1) + if (GL_BudgetControl_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_BudgetControl_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_BudgetControl_ID, Integer.valueOf(GL_BudgetControl_ID)); } /** Get Budget Control. @return Budget Control */ - public int getGL_BudgetControl_ID () + public int getGL_BudgetControl_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_BudgetControl_ID); if (ii == null) @@ -206,7 +201,8 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers } /** Set GL_BudgetControl_UU. - @param GL_BudgetControl_UU GL_BudgetControl_UU */ + @param GL_BudgetControl_UU GL_BudgetControl_UU + */ public void setGL_BudgetControl_UU (String GL_BudgetControl_UU) { set_Value (COLUMNNAME_GL_BudgetControl_UU, GL_BudgetControl_UU); @@ -214,7 +210,7 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers /** Get GL_BudgetControl_UU. @return GL_BudgetControl_UU */ - public String getGL_BudgetControl_UU () + public String getGL_BudgetControl_UU() { return (String)get_Value(COLUMNNAME_GL_BudgetControl_UU); } @@ -226,21 +222,20 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers } /** Set Budget. - @param GL_Budget_ID - General Ledger Budget - */ + @param GL_Budget_ID General Ledger Budget + */ public void setGL_Budget_ID (int GL_Budget_ID) { - if (GL_Budget_ID < 1) + if (GL_Budget_ID < 1) set_Value (COLUMNNAME_GL_Budget_ID, null); - else + else set_Value (COLUMNNAME_GL_Budget_ID, Integer.valueOf(GL_Budget_ID)); } /** Get Budget. @return General Ledger Budget */ - public int getGL_Budget_ID () + public int getGL_Budget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Budget_ID); if (ii == null) @@ -249,9 +244,8 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -260,15 +254,14 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Before Approval. - @param IsBeforeApproval - The Check is before the (manual) approval - */ + @param IsBeforeApproval The Check is before the (manual) approval + */ public void setIsBeforeApproval (boolean IsBeforeApproval) { set_Value (COLUMNNAME_IsBeforeApproval, Boolean.valueOf(IsBeforeApproval)); @@ -277,7 +270,7 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers /** Get Before Approval. @return The Check is before the (manual) approval */ - public boolean isBeforeApproval () + public boolean isBeforeApproval() { Object oo = get_Value(COLUMNNAME_IsBeforeApproval); if (oo != null) @@ -290,9 +283,8 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -301,7 +293,7 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_Category.java b/org.adempiere.base/src/org/compiere/model/X_GL_Category.java index 895fbcfd54..7b5f90d061 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_Category.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_Category.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for GL_Category * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="GL_Category") public class X_GL_Category extends PO implements I_GL_Category, I_Persistent { @@ -31,7 +31,7 @@ public class X_GL_Category extends PO implements I_GL_Category, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_GL_Category (Properties ctx, int GL_Category_ID, String trxName) @@ -86,9 +86,8 @@ public class X_GL_Category extends PO implements I_GL_Category, I_Persistent /** System generated = S */ public static final String CATEGORYTYPE_SystemGenerated = "S"; /** Set Category Type. - @param CategoryType - Source of the Journal with this category - */ + @param CategoryType Source of the Journal with this category + */ public void setCategoryType (String CategoryType) { @@ -98,15 +97,14 @@ public class X_GL_Category extends PO implements I_GL_Category, I_Persistent /** Get Category Type. @return Source of the Journal with this category */ - public String getCategoryType () + public String getCategoryType() { return (String)get_Value(COLUMNNAME_CategoryType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -115,27 +113,26 @@ public class X_GL_Category extends PO implements I_GL_Category, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set GL Category. - @param GL_Category_ID - General Ledger Category - */ + @param GL_Category_ID General Ledger Category + */ public void setGL_Category_ID (int GL_Category_ID) { - if (GL_Category_ID < 1) + if (GL_Category_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_Category_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_Category_ID, Integer.valueOf(GL_Category_ID)); } /** Get GL Category. @return General Ledger Category */ - public int getGL_Category_ID () + public int getGL_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Category_ID); if (ii == null) @@ -144,7 +141,8 @@ public class X_GL_Category extends PO implements I_GL_Category, I_Persistent } /** Set GL_Category_UU. - @param GL_Category_UU GL_Category_UU */ + @param GL_Category_UU GL_Category_UU + */ public void setGL_Category_UU (String GL_Category_UU) { set_Value (COLUMNNAME_GL_Category_UU, GL_Category_UU); @@ -152,15 +150,14 @@ public class X_GL_Category extends PO implements I_GL_Category, I_Persistent /** Get GL_Category_UU. @return GL_Category_UU */ - public String getGL_Category_UU () + public String getGL_Category_UU() { return (String)get_Value(COLUMNNAME_GL_Category_UU); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -169,7 +166,7 @@ public class X_GL_Category extends PO implements I_GL_Category, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -182,9 +179,8 @@ public class X_GL_Category extends PO implements I_GL_Category, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -193,7 +189,7 @@ public class X_GL_Category extends PO implements I_GL_Category, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_Distribution.java b/org.adempiere.base/src/org/compiere/model/X_GL_Distribution.java index a861f1870e..8b36fb9907 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_Distribution.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_Distribution.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for GL_Distribution * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="GL_Distribution") public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persistent { @@ -34,7 +34,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_GL_Distribution (Properties ctx, int GL_Distribution_ID, String trxName) @@ -116,21 +116,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Account. - @param Account_ID - Account used - */ + @param Account_ID Account used + */ public void setAccount_ID (int Account_ID) { - if (Account_ID < 1) + if (Account_ID < 1) set_Value (COLUMNNAME_Account_ID, null); - else + else set_Value (COLUMNNAME_Account_ID, Integer.valueOf(Account_ID)); } /** Get Account. @return Account used */ - public int getAccount_ID () + public int getAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Account_ID); if (ii == null) @@ -139,21 +138,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -162,9 +160,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Any Account. - @param AnyAcct - Match any value of the Account segment - */ + @param AnyAcct Match any value of the Account segment + */ public void setAnyAcct (boolean AnyAcct) { set_Value (COLUMNNAME_AnyAcct, Boolean.valueOf(AnyAcct)); @@ -173,7 +170,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Any Account. @return Match any value of the Account segment */ - public boolean isAnyAcct () + public boolean isAnyAcct() { Object oo = get_Value(COLUMNNAME_AnyAcct); if (oo != null) @@ -186,9 +183,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Any Activity. - @param AnyActivity - Match any value of the Activity segment - */ + @param AnyActivity Match any value of the Activity segment + */ public void setAnyActivity (boolean AnyActivity) { set_Value (COLUMNNAME_AnyActivity, Boolean.valueOf(AnyActivity)); @@ -197,7 +193,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Any Activity. @return Match any value of the Activity segment */ - public boolean isAnyActivity () + public boolean isAnyActivity() { Object oo = get_Value(COLUMNNAME_AnyActivity); if (oo != null) @@ -210,9 +206,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Any Bus.Partner. - @param AnyBPartner - Match any value of the Business Partner segment - */ + @param AnyBPartner Match any value of the Business Partner segment + */ public void setAnyBPartner (boolean AnyBPartner) { set_Value (COLUMNNAME_AnyBPartner, Boolean.valueOf(AnyBPartner)); @@ -221,7 +216,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Any Bus.Partner. @return Match any value of the Business Partner segment */ - public boolean isAnyBPartner () + public boolean isAnyBPartner() { Object oo = get_Value(COLUMNNAME_AnyBPartner); if (oo != null) @@ -234,9 +229,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Any Campaign. - @param AnyCampaign - Match any value of the Campaign segment - */ + @param AnyCampaign Match any value of the Campaign segment + */ public void setAnyCampaign (boolean AnyCampaign) { set_Value (COLUMNNAME_AnyCampaign, Boolean.valueOf(AnyCampaign)); @@ -245,7 +239,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Any Campaign. @return Match any value of the Campaign segment */ - public boolean isAnyCampaign () + public boolean isAnyCampaign() { Object oo = get_Value(COLUMNNAME_AnyCampaign); if (oo != null) @@ -258,9 +252,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Any Location From. - @param AnyLocFrom - Match any value of the Location From segment - */ + @param AnyLocFrom Match any value of the Location From segment + */ public void setAnyLocFrom (boolean AnyLocFrom) { set_Value (COLUMNNAME_AnyLocFrom, Boolean.valueOf(AnyLocFrom)); @@ -269,7 +262,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Any Location From. @return Match any value of the Location From segment */ - public boolean isAnyLocFrom () + public boolean isAnyLocFrom() { Object oo = get_Value(COLUMNNAME_AnyLocFrom); if (oo != null) @@ -282,9 +275,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Any Location To. - @param AnyLocTo - Match any value of the Location To segment - */ + @param AnyLocTo Match any value of the Location To segment + */ public void setAnyLocTo (boolean AnyLocTo) { set_Value (COLUMNNAME_AnyLocTo, Boolean.valueOf(AnyLocTo)); @@ -293,7 +285,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Any Location To. @return Match any value of the Location To segment */ - public boolean isAnyLocTo () + public boolean isAnyLocTo() { Object oo = get_Value(COLUMNNAME_AnyLocTo); if (oo != null) @@ -306,9 +298,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Any Organization. - @param AnyOrg - Match any value of the Organization segment - */ + @param AnyOrg Match any value of the Organization segment + */ public void setAnyOrg (boolean AnyOrg) { set_Value (COLUMNNAME_AnyOrg, Boolean.valueOf(AnyOrg)); @@ -317,7 +308,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Any Organization. @return Match any value of the Organization segment */ - public boolean isAnyOrg () + public boolean isAnyOrg() { Object oo = get_Value(COLUMNNAME_AnyOrg); if (oo != null) @@ -330,9 +321,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Any Trx Organization. - @param AnyOrgTrx - Match any value of the Transaction Organization segment - */ + @param AnyOrgTrx Match any value of the Transaction Organization segment + */ public void setAnyOrgTrx (boolean AnyOrgTrx) { set_Value (COLUMNNAME_AnyOrgTrx, Boolean.valueOf(AnyOrgTrx)); @@ -341,7 +331,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Any Trx Organization. @return Match any value of the Transaction Organization segment */ - public boolean isAnyOrgTrx () + public boolean isAnyOrgTrx() { Object oo = get_Value(COLUMNNAME_AnyOrgTrx); if (oo != null) @@ -354,9 +344,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Any Product. - @param AnyProduct - Match any value of the Product segment - */ + @param AnyProduct Match any value of the Product segment + */ public void setAnyProduct (boolean AnyProduct) { set_Value (COLUMNNAME_AnyProduct, Boolean.valueOf(AnyProduct)); @@ -365,7 +354,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Any Product. @return Match any value of the Product segment */ - public boolean isAnyProduct () + public boolean isAnyProduct() { Object oo = get_Value(COLUMNNAME_AnyProduct); if (oo != null) @@ -378,9 +367,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Any Project. - @param AnyProject - Match any value of the Project segment - */ + @param AnyProject Match any value of the Project segment + */ public void setAnyProject (boolean AnyProject) { set_Value (COLUMNNAME_AnyProject, Boolean.valueOf(AnyProject)); @@ -389,7 +377,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Any Project. @return Match any value of the Project segment */ - public boolean isAnyProject () + public boolean isAnyProject() { Object oo = get_Value(COLUMNNAME_AnyProject); if (oo != null) @@ -402,9 +390,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Any Sales Region. - @param AnySalesRegion - Match any value of the Sales Region segment - */ + @param AnySalesRegion Match any value of the Sales Region segment + */ public void setAnySalesRegion (boolean AnySalesRegion) { set_Value (COLUMNNAME_AnySalesRegion, Boolean.valueOf(AnySalesRegion)); @@ -413,7 +400,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Any Sales Region. @return Match any value of the Sales Region segment */ - public boolean isAnySalesRegion () + public boolean isAnySalesRegion() { Object oo = get_Value(COLUMNNAME_AnySalesRegion); if (oo != null) @@ -426,9 +413,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Any User 1. - @param AnyUser1 - Match any value of the User 1 segment - */ + @param AnyUser1 Match any value of the User 1 segment + */ public void setAnyUser1 (boolean AnyUser1) { set_Value (COLUMNNAME_AnyUser1, Boolean.valueOf(AnyUser1)); @@ -437,7 +423,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Any User 1. @return Match any value of the User 1 segment */ - public boolean isAnyUser1 () + public boolean isAnyUser1() { Object oo = get_Value(COLUMNNAME_AnyUser1); if (oo != null) @@ -450,9 +436,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Any User 2. - @param AnyUser2 - Match any value of the User 2 segment - */ + @param AnyUser2 Match any value of the User 2 segment + */ public void setAnyUser2 (boolean AnyUser2) { set_Value (COLUMNNAME_AnyUser2, Boolean.valueOf(AnyUser2)); @@ -461,7 +446,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Any User 2. @return Match any value of the User 2 segment */ - public boolean isAnyUser2 () + public boolean isAnyUser2() { Object oo = get_Value(COLUMNNAME_AnyUser2); if (oo != null) @@ -480,21 +465,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -509,21 +493,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -537,22 +520,21 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -567,21 +549,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -596,21 +577,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -625,21 +605,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Location From. - @param C_LocFrom_ID - Location that inventory was moved from - */ + @param C_LocFrom_ID Location that inventory was moved from + */ public void setC_LocFrom_ID (int C_LocFrom_ID) { - if (C_LocFrom_ID < 1) + if (C_LocFrom_ID < 1) set_Value (COLUMNNAME_C_LocFrom_ID, null); - else + else set_Value (COLUMNNAME_C_LocFrom_ID, Integer.valueOf(C_LocFrom_ID)); } /** Get Location From. @return Location that inventory was moved from */ - public int getC_LocFrom_ID () + public int getC_LocFrom_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocFrom_ID); if (ii == null) @@ -654,21 +633,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Location To. - @param C_LocTo_ID - Location that inventory was moved to - */ + @param C_LocTo_ID Location that inventory was moved to + */ public void setC_LocTo_ID (int C_LocTo_ID) { - if (C_LocTo_ID < 1) + if (C_LocTo_ID < 1) set_Value (COLUMNNAME_C_LocTo_ID, null); - else + else set_Value (COLUMNNAME_C_LocTo_ID, Integer.valueOf(C_LocTo_ID)); } /** Get Location To. @return Location that inventory was moved to */ - public int getC_LocTo_ID () + public int getC_LocTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocTo_ID); if (ii == null) @@ -683,21 +661,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -712,21 +689,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_Value (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_Value (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -735,9 +711,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -746,27 +721,26 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set GL Distribution. - @param GL_Distribution_ID - General Ledger Distribution - */ + @param GL_Distribution_ID General Ledger Distribution + */ public void setGL_Distribution_ID (int GL_Distribution_ID) { - if (GL_Distribution_ID < 1) + if (GL_Distribution_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_Distribution_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_Distribution_ID, Integer.valueOf(GL_Distribution_ID)); } /** Get GL Distribution. @return General Ledger Distribution */ - public int getGL_Distribution_ID () + public int getGL_Distribution_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Distribution_ID); if (ii == null) @@ -775,7 +749,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set GL_Distribution_UU. - @param GL_Distribution_UU GL_Distribution_UU */ + @param GL_Distribution_UU GL_Distribution_UU + */ public void setGL_Distribution_UU (String GL_Distribution_UU) { set_Value (COLUMNNAME_GL_Distribution_UU, GL_Distribution_UU); @@ -783,15 +758,14 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get GL_Distribution_UU. @return GL_Distribution_UU */ - public String getGL_Distribution_UU () + public String getGL_Distribution_UU() { return (String)get_Value(COLUMNNAME_GL_Distribution_UU); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -800,15 +774,14 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Create Reversal. - @param IsCreateReversal - Indicates that reversal movement will be created, if disabled the original movement will be deleted. - */ + @param IsCreateReversal Indicates that reversal movement will be created, if disabled the original movement will be deleted. + */ public void setIsCreateReversal (boolean IsCreateReversal) { set_Value (COLUMNNAME_IsCreateReversal, Boolean.valueOf(IsCreateReversal)); @@ -817,7 +790,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Create Reversal. @return Indicates that reversal movement will be created, if disabled the original movement will be deleted. */ - public boolean isCreateReversal () + public boolean isCreateReversal() { Object oo = get_Value(COLUMNNAME_IsCreateReversal); if (oo != null) @@ -830,9 +803,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Valid. - @param IsValid - Element is valid - */ + @param IsValid Element is valid + */ public void setIsValid (boolean IsValid) { set_Value (COLUMNNAME_IsValid, Boolean.valueOf(IsValid)); @@ -841,7 +813,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Valid. @return Element is valid */ - public boolean isValid () + public boolean isValid() { Object oo = get_Value(COLUMNNAME_IsValid); if (oo != null) @@ -860,21 +832,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -883,9 +854,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -894,7 +864,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -908,21 +878,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Organization. - @param Org_ID - Organizational entity within client - */ + @param Org_ID Organizational entity within client + */ public void setOrg_ID (int Org_ID) { - if (Org_ID < 1) + if (Org_ID < 1) set_Value (COLUMNNAME_Org_ID, null); - else + else set_Value (COLUMNNAME_Org_ID, Integer.valueOf(Org_ID)); } /** Get Organization. @return Organizational entity within client */ - public int getOrg_ID () + public int getOrg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Org_ID); if (ii == null) @@ -931,9 +900,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Total Percent. - @param PercentTotal - Sum of the Percent details - */ + @param PercentTotal Sum of the Percent details + */ public void setPercentTotal (BigDecimal PercentTotal) { set_Value (COLUMNNAME_PercentTotal, PercentTotal); @@ -942,7 +910,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Total Percent. @return Sum of the Percent details */ - public BigDecimal getPercentTotal () + public BigDecimal getPercentTotal() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PercentTotal); if (bd == null) @@ -963,9 +931,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -975,13 +942,14 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -989,7 +957,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1002,9 +970,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -1013,7 +980,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -1028,21 +995,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -1057,21 +1023,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) @@ -1080,9 +1045,8 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -1091,15 +1055,14 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -1108,7 +1071,7 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_DistributionLine.java b/org.adempiere.base/src/org/compiere/model/X_GL_DistributionLine.java index 2d2022f629..ee6cd8e1ca 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_DistributionLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_DistributionLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for GL_DistributionLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="GL_DistributionLine") public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_GL_DistributionLine (Properties ctx, int GL_DistributionLine_ID, String trxName) @@ -91,21 +91,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Account. - @param Account_ID - Account used - */ + @param Account_ID Account used + */ public void setAccount_ID (int Account_ID) { - if (Account_ID < 1) + if (Account_ID < 1) set_Value (COLUMNNAME_Account_ID, null); - else + else set_Value (COLUMNNAME_Account_ID, Integer.valueOf(Account_ID)); } /** Get Account. @return Account used */ - public int getAccount_ID () + public int getAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Account_ID); if (ii == null) @@ -114,21 +113,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -143,21 +141,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -171,22 +168,21 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -201,21 +197,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -230,21 +225,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Location From. - @param C_LocFrom_ID - Location that inventory was moved from - */ + @param C_LocFrom_ID Location that inventory was moved from + */ public void setC_LocFrom_ID (int C_LocFrom_ID) { - if (C_LocFrom_ID < 1) + if (C_LocFrom_ID < 1) set_Value (COLUMNNAME_C_LocFrom_ID, null); - else + else set_Value (COLUMNNAME_C_LocFrom_ID, Integer.valueOf(C_LocFrom_ID)); } /** Get Location From. @return Location that inventory was moved from */ - public int getC_LocFrom_ID () + public int getC_LocFrom_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocFrom_ID); if (ii == null) @@ -259,21 +253,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Location To. - @param C_LocTo_ID - Location that inventory was moved to - */ + @param C_LocTo_ID Location that inventory was moved to + */ public void setC_LocTo_ID (int C_LocTo_ID) { - if (C_LocTo_ID < 1) + if (C_LocTo_ID < 1) set_Value (COLUMNNAME_C_LocTo_ID, null); - else + else set_Value (COLUMNNAME_C_LocTo_ID, Integer.valueOf(C_LocTo_ID)); } /** Get Location To. @return Location that inventory was moved to */ - public int getC_LocTo_ID () + public int getC_LocTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocTo_ID); if (ii == null) @@ -288,21 +281,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -317,21 +309,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_Value (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_Value (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -340,9 +331,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -351,7 +341,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -363,21 +353,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set GL Distribution. - @param GL_Distribution_ID - General Ledger Distribution - */ + @param GL_Distribution_ID General Ledger Distribution + */ public void setGL_Distribution_ID (int GL_Distribution_ID) { - if (GL_Distribution_ID < 1) + if (GL_Distribution_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_Distribution_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_Distribution_ID, Integer.valueOf(GL_Distribution_ID)); } /** Get GL Distribution. @return General Ledger Distribution */ - public int getGL_Distribution_ID () + public int getGL_Distribution_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Distribution_ID); if (ii == null) @@ -386,21 +375,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set GL Distribution Line. - @param GL_DistributionLine_ID - General Ledger Distribution Line - */ + @param GL_DistributionLine_ID General Ledger Distribution Line + */ public void setGL_DistributionLine_ID (int GL_DistributionLine_ID) { - if (GL_DistributionLine_ID < 1) + if (GL_DistributionLine_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_DistributionLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_DistributionLine_ID, Integer.valueOf(GL_DistributionLine_ID)); } /** Get GL Distribution Line. @return General Ledger Distribution Line */ - public int getGL_DistributionLine_ID () + public int getGL_DistributionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_DistributionLine_ID); if (ii == null) @@ -409,7 +397,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set GL_DistributionLine_UU. - @param GL_DistributionLine_UU GL_DistributionLine_UU */ + @param GL_DistributionLine_UU GL_DistributionLine_UU + */ public void setGL_DistributionLine_UU (String GL_DistributionLine_UU) { set_Value (COLUMNNAME_GL_DistributionLine_UU, GL_DistributionLine_UU); @@ -417,15 +406,14 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get GL_DistributionLine_UU. @return GL_DistributionLine_UU */ - public String getGL_DistributionLine_UU () + public String getGL_DistributionLine_UU() { return (String)get_Value(COLUMNNAME_GL_DistributionLine_UU); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -434,7 +422,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -457,21 +445,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -480,21 +467,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Organization. - @param Org_ID - Organizational entity within client - */ + @param Org_ID Organizational entity within client + */ public void setOrg_ID (int Org_ID) { - if (Org_ID < 1) + if (Org_ID < 1) set_Value (COLUMNNAME_Org_ID, null); - else + else set_Value (COLUMNNAME_Org_ID, Integer.valueOf(Org_ID)); } /** Get Organization. @return Organizational entity within client */ - public int getOrg_ID () + public int getOrg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Org_ID); if (ii == null) @@ -503,9 +489,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Overwrite Account. - @param OverwriteAcct - Overwrite the account segment Account with the value specified - */ + @param OverwriteAcct Overwrite the account segment Account with the value specified + */ public void setOverwriteAcct (boolean OverwriteAcct) { set_Value (COLUMNNAME_OverwriteAcct, Boolean.valueOf(OverwriteAcct)); @@ -514,7 +499,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Overwrite Account. @return Overwrite the account segment Account with the value specified */ - public boolean isOverwriteAcct () + public boolean isOverwriteAcct() { Object oo = get_Value(COLUMNNAME_OverwriteAcct); if (oo != null) @@ -527,9 +512,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Overwrite Activity. - @param OverwriteActivity - Overwrite the account segment Activity with the value specified - */ + @param OverwriteActivity Overwrite the account segment Activity with the value specified + */ public void setOverwriteActivity (boolean OverwriteActivity) { set_Value (COLUMNNAME_OverwriteActivity, Boolean.valueOf(OverwriteActivity)); @@ -538,7 +522,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Overwrite Activity. @return Overwrite the account segment Activity with the value specified */ - public boolean isOverwriteActivity () + public boolean isOverwriteActivity() { Object oo = get_Value(COLUMNNAME_OverwriteActivity); if (oo != null) @@ -551,9 +535,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Overwrite Bus.Partner. - @param OverwriteBPartner - Overwrite the account segment Business Partner with the value specified - */ + @param OverwriteBPartner Overwrite the account segment Business Partner with the value specified + */ public void setOverwriteBPartner (boolean OverwriteBPartner) { set_Value (COLUMNNAME_OverwriteBPartner, Boolean.valueOf(OverwriteBPartner)); @@ -562,7 +545,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Overwrite Bus.Partner. @return Overwrite the account segment Business Partner with the value specified */ - public boolean isOverwriteBPartner () + public boolean isOverwriteBPartner() { Object oo = get_Value(COLUMNNAME_OverwriteBPartner); if (oo != null) @@ -575,9 +558,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Overwrite Campaign. - @param OverwriteCampaign - Overwrite the account segment Campaign with the value specified - */ + @param OverwriteCampaign Overwrite the account segment Campaign with the value specified + */ public void setOverwriteCampaign (boolean OverwriteCampaign) { set_Value (COLUMNNAME_OverwriteCampaign, Boolean.valueOf(OverwriteCampaign)); @@ -586,7 +568,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Overwrite Campaign. @return Overwrite the account segment Campaign with the value specified */ - public boolean isOverwriteCampaign () + public boolean isOverwriteCampaign() { Object oo = get_Value(COLUMNNAME_OverwriteCampaign); if (oo != null) @@ -599,9 +581,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Overwrite Location From. - @param OverwriteLocFrom - Overwrite the account segment Location From with the value specified - */ + @param OverwriteLocFrom Overwrite the account segment Location From with the value specified + */ public void setOverwriteLocFrom (boolean OverwriteLocFrom) { set_Value (COLUMNNAME_OverwriteLocFrom, Boolean.valueOf(OverwriteLocFrom)); @@ -610,7 +591,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Overwrite Location From. @return Overwrite the account segment Location From with the value specified */ - public boolean isOverwriteLocFrom () + public boolean isOverwriteLocFrom() { Object oo = get_Value(COLUMNNAME_OverwriteLocFrom); if (oo != null) @@ -623,9 +604,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Overwrite Location To. - @param OverwriteLocTo - Overwrite the account segment Location From with the value specified - */ + @param OverwriteLocTo Overwrite the account segment Location From with the value specified + */ public void setOverwriteLocTo (boolean OverwriteLocTo) { set_Value (COLUMNNAME_OverwriteLocTo, Boolean.valueOf(OverwriteLocTo)); @@ -634,7 +614,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Overwrite Location To. @return Overwrite the account segment Location From with the value specified */ - public boolean isOverwriteLocTo () + public boolean isOverwriteLocTo() { Object oo = get_Value(COLUMNNAME_OverwriteLocTo); if (oo != null) @@ -647,9 +627,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Overwrite Organization. - @param OverwriteOrg - Overwrite the account segment Organization with the value specified - */ + @param OverwriteOrg Overwrite the account segment Organization with the value specified + */ public void setOverwriteOrg (boolean OverwriteOrg) { set_Value (COLUMNNAME_OverwriteOrg, Boolean.valueOf(OverwriteOrg)); @@ -658,7 +637,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Overwrite Organization. @return Overwrite the account segment Organization with the value specified */ - public boolean isOverwriteOrg () + public boolean isOverwriteOrg() { Object oo = get_Value(COLUMNNAME_OverwriteOrg); if (oo != null) @@ -671,9 +650,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Overwrite Trx Organuzation. - @param OverwriteOrgTrx - Overwrite the account segment Transaction Organization with the value specified - */ + @param OverwriteOrgTrx Overwrite the account segment Transaction Organization with the value specified + */ public void setOverwriteOrgTrx (boolean OverwriteOrgTrx) { set_Value (COLUMNNAME_OverwriteOrgTrx, Boolean.valueOf(OverwriteOrgTrx)); @@ -682,7 +660,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Overwrite Trx Organuzation. @return Overwrite the account segment Transaction Organization with the value specified */ - public boolean isOverwriteOrgTrx () + public boolean isOverwriteOrgTrx() { Object oo = get_Value(COLUMNNAME_OverwriteOrgTrx); if (oo != null) @@ -695,9 +673,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Overwrite Product. - @param OverwriteProduct - Overwrite the account segment Product with the value specified - */ + @param OverwriteProduct Overwrite the account segment Product with the value specified + */ public void setOverwriteProduct (boolean OverwriteProduct) { set_Value (COLUMNNAME_OverwriteProduct, Boolean.valueOf(OverwriteProduct)); @@ -706,7 +683,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Overwrite Product. @return Overwrite the account segment Product with the value specified */ - public boolean isOverwriteProduct () + public boolean isOverwriteProduct() { Object oo = get_Value(COLUMNNAME_OverwriteProduct); if (oo != null) @@ -719,9 +696,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Overwrite Project. - @param OverwriteProject - Overwrite the account segment Project with the value specified - */ + @param OverwriteProject Overwrite the account segment Project with the value specified + */ public void setOverwriteProject (boolean OverwriteProject) { set_Value (COLUMNNAME_OverwriteProject, Boolean.valueOf(OverwriteProject)); @@ -730,7 +706,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Overwrite Project. @return Overwrite the account segment Project with the value specified */ - public boolean isOverwriteProject () + public boolean isOverwriteProject() { Object oo = get_Value(COLUMNNAME_OverwriteProject); if (oo != null) @@ -743,9 +719,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Overwrite Sales Region. - @param OverwriteSalesRegion - Overwrite the account segment Sales Region with the value specified - */ + @param OverwriteSalesRegion Overwrite the account segment Sales Region with the value specified + */ public void setOverwriteSalesRegion (boolean OverwriteSalesRegion) { set_Value (COLUMNNAME_OverwriteSalesRegion, Boolean.valueOf(OverwriteSalesRegion)); @@ -754,7 +729,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Overwrite Sales Region. @return Overwrite the account segment Sales Region with the value specified */ - public boolean isOverwriteSalesRegion () + public boolean isOverwriteSalesRegion() { Object oo = get_Value(COLUMNNAME_OverwriteSalesRegion); if (oo != null) @@ -767,9 +742,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Overwrite User1. - @param OverwriteUser1 - Overwrite the account segment User 1 with the value specified - */ + @param OverwriteUser1 Overwrite the account segment User 1 with the value specified + */ public void setOverwriteUser1 (boolean OverwriteUser1) { set_Value (COLUMNNAME_OverwriteUser1, Boolean.valueOf(OverwriteUser1)); @@ -778,7 +752,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Overwrite User1. @return Overwrite the account segment User 1 with the value specified */ - public boolean isOverwriteUser1 () + public boolean isOverwriteUser1() { Object oo = get_Value(COLUMNNAME_OverwriteUser1); if (oo != null) @@ -791,9 +765,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Overwrite User2. - @param OverwriteUser2 - Overwrite the account segment User 2 with the value specified - */ + @param OverwriteUser2 Overwrite the account segment User 2 with the value specified + */ public void setOverwriteUser2 (boolean OverwriteUser2) { set_Value (COLUMNNAME_OverwriteUser2, Boolean.valueOf(OverwriteUser2)); @@ -802,7 +775,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Overwrite User2. @return Overwrite the account segment User 2 with the value specified */ - public boolean isOverwriteUser2 () + public boolean isOverwriteUser2() { Object oo = get_Value(COLUMNNAME_OverwriteUser2); if (oo != null) @@ -815,9 +788,8 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set Percent. - @param Percent - Percentage - */ + @param Percent Percentage + */ public void setPercent (BigDecimal Percent) { set_Value (COLUMNNAME_Percent, Percent); @@ -826,7 +798,7 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, /** Get Percent. @return Percentage */ - public BigDecimal getPercent () + public BigDecimal getPercent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Percent); if (bd == null) @@ -841,21 +813,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -870,21 +841,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_Fund.java b/org.adempiere.base/src/org/compiere/model/X_GL_Fund.java index 9576f196e4..f91d1f8388 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_Fund.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_Fund.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for GL_Fund * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="GL_Fund") public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent { @@ -34,7 +34,7 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_GL_Fund (Properties ctx, int GL_Fund_ID, String trxName) @@ -78,9 +78,8 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent } /** Set Amount. - @param Amt - Amount - */ + @param Amt Amount + */ public void setAmt (BigDecimal Amt) { set_Value (COLUMNNAME_Amt, Amt); @@ -89,7 +88,7 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent /** Get Amount. @return Amount */ - public BigDecimal getAmt () + public BigDecimal getAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amt); if (bd == null) @@ -104,21 +103,20 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -127,9 +125,8 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent } /** Set Date From. - @param DateFrom - Starting date for a range - */ + @param DateFrom Starting date for a range + */ public void setDateFrom (Timestamp DateFrom) { set_Value (COLUMNNAME_DateFrom, DateFrom); @@ -138,15 +135,14 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent /** Get Date From. @return Starting date for a range */ - public Timestamp getDateFrom () + public Timestamp getDateFrom() { return (Timestamp)get_Value(COLUMNNAME_DateFrom); } /** Set Date To. - @param DateTo - End date of a date range - */ + @param DateTo End date of a date range + */ public void setDateTo (Timestamp DateTo) { set_Value (COLUMNNAME_DateTo, DateTo); @@ -155,15 +151,14 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent /** Get Date To. @return End date of a date range */ - public Timestamp getDateTo () + public Timestamp getDateTo() { return (Timestamp)get_Value(COLUMNNAME_DateTo); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -172,27 +167,26 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set GL Fund. - @param GL_Fund_ID - General Ledger Funds Control - */ + @param GL_Fund_ID General Ledger Funds Control + */ public void setGL_Fund_ID (int GL_Fund_ID) { - if (GL_Fund_ID < 1) + if (GL_Fund_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_Fund_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_Fund_ID, Integer.valueOf(GL_Fund_ID)); } /** Get GL Fund. @return General Ledger Funds Control */ - public int getGL_Fund_ID () + public int getGL_Fund_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Fund_ID); if (ii == null) @@ -201,7 +195,8 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent } /** Set GL_Fund_UU. - @param GL_Fund_UU GL_Fund_UU */ + @param GL_Fund_UU GL_Fund_UU + */ public void setGL_Fund_UU (String GL_Fund_UU) { set_Value (COLUMNNAME_GL_Fund_UU, GL_Fund_UU); @@ -209,15 +204,14 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent /** Get GL_Fund_UU. @return GL_Fund_UU */ - public String getGL_Fund_UU () + public String getGL_Fund_UU() { return (String)get_Value(COLUMNNAME_GL_Fund_UU); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -226,15 +220,14 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -243,7 +236,7 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_FundRestriction.java b/org.adempiere.base/src/org/compiere/model/X_GL_FundRestriction.java index 99fffa3e15..2edb93b0fd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_FundRestriction.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_FundRestriction.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for GL_FundRestriction * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="GL_FundRestriction") public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_Persistent { @@ -31,7 +31,7 @@ public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_GL_FundRestriction (Properties ctx, int GL_FundRestriction_ID, String trxName) @@ -81,21 +81,20 @@ public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_ } /** Set Account Element. - @param C_ElementValue_ID - Account Element - */ + @param C_ElementValue_ID Account Element + */ public void setC_ElementValue_ID (int C_ElementValue_ID) { - if (C_ElementValue_ID < 1) + if (C_ElementValue_ID < 1) set_Value (COLUMNNAME_C_ElementValue_ID, null); - else + else set_Value (COLUMNNAME_C_ElementValue_ID, Integer.valueOf(C_ElementValue_ID)); } /** Get Account Element. @return Account Element */ - public int getC_ElementValue_ID () + public int getC_ElementValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValue_ID); if (ii == null) @@ -104,9 +103,8 @@ public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_ } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -115,7 +113,7 @@ public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -127,21 +125,20 @@ public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_ } /** Set GL Fund. - @param GL_Fund_ID - General Ledger Funds Control - */ + @param GL_Fund_ID General Ledger Funds Control + */ public void setGL_Fund_ID (int GL_Fund_ID) { - if (GL_Fund_ID < 1) + if (GL_Fund_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_Fund_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_Fund_ID, Integer.valueOf(GL_Fund_ID)); } /** Get GL Fund. @return General Ledger Funds Control */ - public int getGL_Fund_ID () + public int getGL_Fund_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Fund_ID); if (ii == null) @@ -150,21 +147,20 @@ public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_ } /** Set Fund Restriction. - @param GL_FundRestriction_ID - Restriction of Funds - */ + @param GL_FundRestriction_ID Restriction of Funds + */ public void setGL_FundRestriction_ID (int GL_FundRestriction_ID) { - if (GL_FundRestriction_ID < 1) + if (GL_FundRestriction_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_FundRestriction_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_FundRestriction_ID, Integer.valueOf(GL_FundRestriction_ID)); } /** Get Fund Restriction. @return Restriction of Funds */ - public int getGL_FundRestriction_ID () + public int getGL_FundRestriction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_FundRestriction_ID); if (ii == null) @@ -173,7 +169,8 @@ public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_ } /** Set GL_FundRestriction_UU. - @param GL_FundRestriction_UU GL_FundRestriction_UU */ + @param GL_FundRestriction_UU GL_FundRestriction_UU + */ public void setGL_FundRestriction_UU (String GL_FundRestriction_UU) { set_Value (COLUMNNAME_GL_FundRestriction_UU, GL_FundRestriction_UU); @@ -181,15 +178,14 @@ public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_ /** Get GL_FundRestriction_UU. @return GL_FundRestriction_UU */ - public String getGL_FundRestriction_UU () + public String getGL_FundRestriction_UU() { return (String)get_Value(COLUMNNAME_GL_FundRestriction_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -198,7 +194,7 @@ public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_Journal.java b/org.adempiere.base/src/org/compiere/model/X_GL_Journal.java index a5f063fd38..0e219d5c8d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_Journal.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_Journal.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for GL_Journal * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="GL_Journal") public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent { @@ -34,7 +34,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_GL_Journal (Properties ctx, int GL_Journal_ID, String trxName) @@ -116,21 +116,20 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -145,21 +144,20 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_Value (COLUMNNAME_C_ConversionType_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -174,21 +172,20 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -203,21 +200,20 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -226,9 +222,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Control Amount. - @param ControlAmt - If not zero, the Debit amount of the document must be equal this amount - */ + @param ControlAmt If not zero, the Debit amount of the document must be equal this amount + */ public void setControlAmt (BigDecimal ControlAmt) { set_Value (COLUMNNAME_ControlAmt, ControlAmt); @@ -237,7 +232,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Control Amount. @return If not zero, the Debit amount of the document must be equal this amount */ - public BigDecimal getControlAmt () + public BigDecimal getControlAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ControlAmt); if (bd == null) @@ -246,9 +241,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Copy From. - @param CopyFrom - Copy From Record - */ + @param CopyFrom Copy From Record + */ public void setCopyFrom (String CopyFrom) { set_Value (COLUMNNAME_CopyFrom, CopyFrom); @@ -257,7 +251,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Copy From. @return Copy From Record */ - public String getCopyFrom () + public String getCopyFrom() { return (String)get_Value(COLUMNNAME_CopyFrom); } @@ -269,21 +263,20 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_Value (COLUMNNAME_C_Period_ID, null); - else + else set_Value (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -292,9 +285,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Rate. - @param CurrencyRate - Currency Conversion Rate - */ + @param CurrencyRate Currency Conversion Rate + */ public void setCurrencyRate (BigDecimal CurrencyRate) { set_Value (COLUMNNAME_CurrencyRate, CurrencyRate); @@ -303,7 +295,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Rate. @return Currency Conversion Rate */ - public BigDecimal getCurrencyRate () + public BigDecimal getCurrencyRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrencyRate); if (bd == null) @@ -312,9 +304,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -323,15 +314,14 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -340,15 +330,14 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -357,14 +346,14 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -393,9 +382,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -405,7 +393,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -437,9 +425,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -449,15 +436,14 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_ValueNoCheck (COLUMNNAME_DocumentNo, DocumentNo); @@ -466,7 +452,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -486,21 +472,20 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Budget. - @param GL_Budget_ID - General Ledger Budget - */ + @param GL_Budget_ID General Ledger Budget + */ public void setGL_Budget_ID (int GL_Budget_ID) { - if (GL_Budget_ID < 1) + if (GL_Budget_ID < 1) set_Value (COLUMNNAME_GL_Budget_ID, null); - else + else set_Value (COLUMNNAME_GL_Budget_ID, Integer.valueOf(GL_Budget_ID)); } /** Get Budget. @return General Ledger Budget */ - public int getGL_Budget_ID () + public int getGL_Budget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Budget_ID); if (ii == null) @@ -515,21 +500,20 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set GL Category. - @param GL_Category_ID - General Ledger Category - */ + @param GL_Category_ID General Ledger Category + */ public void setGL_Category_ID (int GL_Category_ID) { - if (GL_Category_ID < 1) + if (GL_Category_ID < 1) set_Value (COLUMNNAME_GL_Category_ID, null); - else + else set_Value (COLUMNNAME_GL_Category_ID, Integer.valueOf(GL_Category_ID)); } /** Get GL Category. @return General Ledger Category */ - public int getGL_Category_ID () + public int getGL_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Category_ID); if (ii == null) @@ -544,21 +528,20 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Journal Batch. - @param GL_JournalBatch_ID - General Ledger Journal Batch - */ + @param GL_JournalBatch_ID General Ledger Journal Batch + */ public void setGL_JournalBatch_ID (int GL_JournalBatch_ID) { - if (GL_JournalBatch_ID < 1) + if (GL_JournalBatch_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_JournalBatch_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_JournalBatch_ID, Integer.valueOf(GL_JournalBatch_ID)); } /** Get Journal Batch. @return General Ledger Journal Batch */ - public int getGL_JournalBatch_ID () + public int getGL_JournalBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalBatch_ID); if (ii == null) @@ -567,21 +550,20 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Journal. - @param GL_Journal_ID - General Ledger Journal - */ + @param GL_Journal_ID General Ledger Journal + */ public void setGL_Journal_ID (int GL_Journal_ID) { - if (GL_Journal_ID < 1) + if (GL_Journal_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_Journal_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_Journal_ID, Integer.valueOf(GL_Journal_ID)); } /** Get Journal. @return General Ledger Journal */ - public int getGL_Journal_ID () + public int getGL_Journal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Journal_ID); if (ii == null) @@ -590,7 +572,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set GL_Journal_UU. - @param GL_Journal_UU GL_Journal_UU */ + @param GL_Journal_UU GL_Journal_UU + */ public void setGL_Journal_UU (String GL_Journal_UU) { set_Value (COLUMNNAME_GL_Journal_UU, GL_Journal_UU); @@ -598,15 +581,14 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get GL_Journal_UU. @return GL_Journal_UU */ - public String getGL_Journal_UU () + public String getGL_Journal_UU() { return (String)get_Value(COLUMNNAME_GL_Journal_UU); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_ValueNoCheck (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -615,7 +597,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -628,9 +610,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_ValueNoCheck (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -639,7 +620,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -652,9 +633,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_ValueNoCheck (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -663,7 +643,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -688,9 +668,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -700,15 +679,14 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -717,7 +695,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -730,9 +708,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -741,7 +718,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -750,7 +727,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -758,7 +736,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -777,21 +755,20 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_Value (COLUMNNAME_Reversal_ID, null); - else + else set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) @@ -800,9 +777,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Total Credit. - @param TotalCr - Total Credit in document currency - */ + @param TotalCr Total Credit in document currency + */ public void setTotalCr (BigDecimal TotalCr) { set_ValueNoCheck (COLUMNNAME_TotalCr, TotalCr); @@ -811,7 +787,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Total Credit. @return Total Credit in document currency */ - public BigDecimal getTotalCr () + public BigDecimal getTotalCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalCr); if (bd == null) @@ -820,9 +796,8 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent } /** Set Total Debit. - @param TotalDr - Total debit in document currency - */ + @param TotalDr Total debit in document currency + */ public void setTotalDr (BigDecimal TotalDr) { set_ValueNoCheck (COLUMNNAME_TotalDr, TotalDr); @@ -831,7 +806,7 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent /** Get Total Debit. @return Total debit in document currency */ - public BigDecimal getTotalDr () + public BigDecimal getTotalDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalDr); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_JournalBatch.java b/org.adempiere.base/src/org/compiere/model/X_GL_JournalBatch.java index 24955287d0..e3500ae86a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_JournalBatch.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_JournalBatch.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for GL_JournalBatch * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="GL_JournalBatch") public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persistent { @@ -34,7 +34,7 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_GL_JournalBatch (Properties ctx, int GL_JournalBatch_ID, String trxName) @@ -94,21 +94,20 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -123,21 +122,20 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -146,9 +144,8 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis } /** Set Control Amount. - @param ControlAmt - If not zero, the Debit amount of the document must be equal this amount - */ + @param ControlAmt If not zero, the Debit amount of the document must be equal this amount + */ public void setControlAmt (BigDecimal ControlAmt) { set_Value (COLUMNNAME_ControlAmt, ControlAmt); @@ -157,7 +154,7 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get Control Amount. @return If not zero, the Debit amount of the document must be equal this amount */ - public BigDecimal getControlAmt () + public BigDecimal getControlAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ControlAmt); if (bd == null) @@ -166,9 +163,8 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis } /** Set Copy From. - @param CopyFrom - Copy From Record - */ + @param CopyFrom Copy From Record + */ public void setCopyFrom (String CopyFrom) { set_Value (COLUMNNAME_CopyFrom, CopyFrom); @@ -177,7 +173,7 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get Copy From. @return Copy From Record */ - public String getCopyFrom () + public String getCopyFrom() { return (String)get_Value(COLUMNNAME_CopyFrom); } @@ -189,21 +185,20 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_Value (COLUMNNAME_C_Period_ID, null); - else + else set_Value (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -212,9 +207,8 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -223,15 +217,14 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -240,15 +233,14 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -257,14 +249,14 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -293,9 +285,8 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -305,7 +296,7 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -337,9 +328,8 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -349,15 +339,14 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_ValueNoCheck (COLUMNNAME_DocumentNo, DocumentNo); @@ -366,7 +355,7 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -386,21 +375,20 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis } /** Set GL Category. - @param GL_Category_ID - General Ledger Category - */ + @param GL_Category_ID General Ledger Category + */ public void setGL_Category_ID (int GL_Category_ID) { - if (GL_Category_ID < 1) + if (GL_Category_ID < 1) set_Value (COLUMNNAME_GL_Category_ID, null); - else + else set_Value (COLUMNNAME_GL_Category_ID, Integer.valueOf(GL_Category_ID)); } /** Get GL Category. @return General Ledger Category */ - public int getGL_Category_ID () + public int getGL_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Category_ID); if (ii == null) @@ -409,21 +397,20 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis } /** Set Journal Batch. - @param GL_JournalBatch_ID - General Ledger Journal Batch - */ + @param GL_JournalBatch_ID General Ledger Journal Batch + */ public void setGL_JournalBatch_ID (int GL_JournalBatch_ID) { - if (GL_JournalBatch_ID < 1) + if (GL_JournalBatch_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_JournalBatch_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_JournalBatch_ID, Integer.valueOf(GL_JournalBatch_ID)); } /** Get Journal Batch. @return General Ledger Journal Batch */ - public int getGL_JournalBatch_ID () + public int getGL_JournalBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalBatch_ID); if (ii == null) @@ -432,7 +419,8 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis } /** Set GL_JournalBatch_UU. - @param GL_JournalBatch_UU GL_JournalBatch_UU */ + @param GL_JournalBatch_UU GL_JournalBatch_UU + */ public void setGL_JournalBatch_UU (String GL_JournalBatch_UU) { set_Value (COLUMNNAME_GL_JournalBatch_UU, GL_JournalBatch_UU); @@ -440,15 +428,14 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get GL_JournalBatch_UU. @return GL_JournalBatch_UU */ - public String getGL_JournalBatch_UU () + public String getGL_JournalBatch_UU() { return (String)get_Value(COLUMNNAME_GL_JournalBatch_UU); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -457,7 +444,7 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -482,9 +469,8 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -494,15 +480,14 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -511,7 +496,7 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -524,7 +509,8 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -532,7 +518,7 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -551,21 +537,20 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_Value (COLUMNNAME_Reversal_ID, null); - else + else set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) @@ -574,9 +559,8 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis } /** Set Total Credit. - @param TotalCr - Total Credit in document currency - */ + @param TotalCr Total Credit in document currency + */ public void setTotalCr (BigDecimal TotalCr) { set_ValueNoCheck (COLUMNNAME_TotalCr, TotalCr); @@ -585,7 +569,7 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get Total Credit. @return Total Credit in document currency */ - public BigDecimal getTotalCr () + public BigDecimal getTotalCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalCr); if (bd == null) @@ -594,9 +578,8 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis } /** Set Total Debit. - @param TotalDr - Total debit in document currency - */ + @param TotalDr Total debit in document currency + */ public void setTotalDr (BigDecimal TotalDr) { set_ValueNoCheck (COLUMNNAME_TotalDr, TotalDr); @@ -605,7 +588,7 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis /** Get Total Debit. @return Total debit in document currency */ - public BigDecimal getTotalDr () + public BigDecimal getTotalDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalDr); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_JournalGenerator.java b/org.adempiere.base/src/org/compiere/model/X_GL_JournalGenerator.java index c27be7ef4f..2e7ff03f0a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_JournalGenerator.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_JournalGenerator.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for GL_JournalGenerator * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="GL_JournalGenerator") public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, I_Persistent { @@ -31,7 +31,7 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_GL_JournalGenerator (Properties ctx, int GL_JournalGenerator_ID, String trxName) @@ -79,21 +79,20 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -108,21 +107,20 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -137,18 +135,19 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, } /** Set Account Adjust CR. - @param C_ElementValueAdjustCR_ID Account Adjust CR */ + @param C_ElementValueAdjustCR_ID Account Adjust CR + */ public void setC_ElementValueAdjustCR_ID (int C_ElementValueAdjustCR_ID) { - if (C_ElementValueAdjustCR_ID < 1) + if (C_ElementValueAdjustCR_ID < 1) set_Value (COLUMNNAME_C_ElementValueAdjustCR_ID, null); - else + else set_Value (COLUMNNAME_C_ElementValueAdjustCR_ID, Integer.valueOf(C_ElementValueAdjustCR_ID)); } /** Get Account Adjust CR. @return Account Adjust CR */ - public int getC_ElementValueAdjustCR_ID () + public int getC_ElementValueAdjustCR_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValueAdjustCR_ID); if (ii == null) @@ -163,18 +162,19 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, } /** Set Account Adjust DR. - @param C_ElementValueAdjustDR_ID Account Adjust DR */ + @param C_ElementValueAdjustDR_ID Account Adjust DR + */ public void setC_ElementValueAdjustDR_ID (int C_ElementValueAdjustDR_ID) { - if (C_ElementValueAdjustDR_ID < 1) + if (C_ElementValueAdjustDR_ID < 1) set_Value (COLUMNNAME_C_ElementValueAdjustDR_ID, null); - else + else set_Value (COLUMNNAME_C_ElementValueAdjustDR_ID, Integer.valueOf(C_ElementValueAdjustDR_ID)); } /** Get Account Adjust DR. @return Account Adjust DR */ - public int getC_ElementValueAdjustDR_ID () + public int getC_ElementValueAdjustDR_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValueAdjustDR_ID); if (ii == null) @@ -183,9 +183,8 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -194,13 +193,14 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Generate GL Journal. - @param GenerateGLJournal Generate GL Journal */ + @param GenerateGLJournal Generate GL Journal + */ public void setGenerateGLJournal (String GenerateGLJournal) { set_Value (COLUMNNAME_GenerateGLJournal, GenerateGLJournal); @@ -208,7 +208,7 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, /** Get Generate GL Journal. @return Generate GL Journal */ - public String getGenerateGLJournal () + public String getGenerateGLJournal() { return (String)get_Value(COLUMNNAME_GenerateGLJournal); } @@ -220,21 +220,20 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, } /** Set GL Category. - @param GL_Category_ID - General Ledger Category - */ + @param GL_Category_ID General Ledger Category + */ public void setGL_Category_ID (int GL_Category_ID) { - if (GL_Category_ID < 1) + if (GL_Category_ID < 1) set_Value (COLUMNNAME_GL_Category_ID, null); - else + else set_Value (COLUMNNAME_GL_Category_ID, Integer.valueOf(GL_Category_ID)); } /** Get GL Category. @return General Ledger Category */ - public int getGL_Category_ID () + public int getGL_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Category_ID); if (ii == null) @@ -243,18 +242,19 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, } /** Set GL Journal Generator. - @param GL_JournalGenerator_ID GL Journal Generator */ + @param GL_JournalGenerator_ID GL Journal Generator + */ public void setGL_JournalGenerator_ID (int GL_JournalGenerator_ID) { - if (GL_JournalGenerator_ID < 1) + if (GL_JournalGenerator_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_JournalGenerator_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_JournalGenerator_ID, Integer.valueOf(GL_JournalGenerator_ID)); } /** Get GL Journal Generator. @return GL Journal Generator */ - public int getGL_JournalGenerator_ID () + public int getGL_JournalGenerator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalGenerator_ID); if (ii == null) @@ -263,7 +263,8 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, } /** Set GL_JournalGenerator_UU. - @param GL_JournalGenerator_UU GL_JournalGenerator_UU */ + @param GL_JournalGenerator_UU GL_JournalGenerator_UU + */ public void setGL_JournalGenerator_UU (String GL_JournalGenerator_UU) { set_Value (COLUMNNAME_GL_JournalGenerator_UU, GL_JournalGenerator_UU); @@ -271,15 +272,14 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, /** Get GL_JournalGenerator_UU. @return GL_JournalGenerator_UU */ - public String getGL_JournalGenerator_UU () + public String getGL_JournalGenerator_UU() { return (String)get_Value(COLUMNNAME_GL_JournalGenerator_UU); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -288,15 +288,14 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -305,7 +304,7 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -331,9 +330,8 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -343,7 +341,7 @@ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorLine.java b/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorLine.java index c7bd56b02a..955e5c3033 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for GL_JournalGeneratorLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="GL_JournalGeneratorLine") public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGeneratorLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_GL_JournalGeneratorLine (Properties ctx, int GL_JournalGeneratorLine_ID, String trxName) @@ -81,9 +81,8 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat } /** Set Multiplier Amount. - @param AmtMultiplier - Multiplier Amount for generating commissions - */ + @param AmtMultiplier Multiplier Amount for generating commissions + */ public void setAmtMultiplier (BigDecimal AmtMultiplier) { set_Value (COLUMNNAME_AmtMultiplier, AmtMultiplier); @@ -92,7 +91,7 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat /** Get Multiplier Amount. @return Multiplier Amount for generating commissions */ - public BigDecimal getAmtMultiplier () + public BigDecimal getAmtMultiplier() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtMultiplier); if (bd == null) @@ -101,7 +100,8 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat } /** Set BP Column. - @param BPColumn BP Column */ + @param BPColumn BP Column + */ public void setBPColumn (String BPColumn) { set_Value (COLUMNNAME_BPColumn, BPColumn); @@ -109,7 +109,7 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat /** Get BP Column. @return BP Column */ - public String getBPColumn () + public String getBPColumn() { return (String)get_Value(COLUMNNAME_BPColumn); } @@ -123,7 +123,8 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat /** Same = S */ public static final String BPDIMENSIONTYPE_Same = "S"; /** Set Type of BP Dimension. - @param BPDimensionType Type of BP Dimension */ + @param BPDimensionType Type of BP Dimension + */ public void setBPDimensionType (String BPDimensionType) { @@ -132,7 +133,7 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat /** Get Type of BP Dimension. @return Type of BP Dimension */ - public String getBPDimensionType () + public String getBPDimensionType() { return (String)get_Value(COLUMNNAME_BPDimensionType); } @@ -143,22 +144,21 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -173,18 +173,19 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat } /** Set Account CR. - @param C_ElementValueCR_ID Account CR */ + @param C_ElementValueCR_ID Account CR + */ public void setC_ElementValueCR_ID (int C_ElementValueCR_ID) { - if (C_ElementValueCR_ID < 1) + if (C_ElementValueCR_ID < 1) set_Value (COLUMNNAME_C_ElementValueCR_ID, null); - else + else set_Value (COLUMNNAME_C_ElementValueCR_ID, Integer.valueOf(C_ElementValueCR_ID)); } /** Get Account CR. @return Account CR */ - public int getC_ElementValueCR_ID () + public int getC_ElementValueCR_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValueCR_ID); if (ii == null) @@ -199,18 +200,19 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat } /** Set Account DR. - @param C_ElementValueDR_ID Account DR */ + @param C_ElementValueDR_ID Account DR + */ public void setC_ElementValueDR_ID (int C_ElementValueDR_ID) { - if (C_ElementValueDR_ID < 1) + if (C_ElementValueDR_ID < 1) set_Value (COLUMNNAME_C_ElementValueDR_ID, null); - else + else set_Value (COLUMNNAME_C_ElementValueDR_ID, Integer.valueOf(C_ElementValueDR_ID)); } /** Get Account DR. @return Account DR */ - public int getC_ElementValueDR_ID () + public int getC_ElementValueDR_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValueDR_ID); if (ii == null) @@ -219,9 +221,8 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -230,7 +231,7 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -242,18 +243,19 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat } /** Set GL Journal Generator. - @param GL_JournalGenerator_ID GL Journal Generator */ + @param GL_JournalGenerator_ID GL Journal Generator + */ public void setGL_JournalGenerator_ID (int GL_JournalGenerator_ID) { - if (GL_JournalGenerator_ID < 1) + if (GL_JournalGenerator_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_JournalGenerator_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_JournalGenerator_ID, Integer.valueOf(GL_JournalGenerator_ID)); } /** Get GL Journal Generator. @return GL Journal Generator */ - public int getGL_JournalGenerator_ID () + public int getGL_JournalGenerator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalGenerator_ID); if (ii == null) @@ -270,18 +272,19 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat } /** Set Generator Line. - @param GL_JournalGeneratorLine_ID Generator Line */ + @param GL_JournalGeneratorLine_ID Generator Line + */ public void setGL_JournalGeneratorLine_ID (int GL_JournalGeneratorLine_ID) { - if (GL_JournalGeneratorLine_ID < 1) + if (GL_JournalGeneratorLine_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_JournalGeneratorLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_JournalGeneratorLine_ID, Integer.valueOf(GL_JournalGeneratorLine_ID)); } /** Get Generator Line. @return Generator Line */ - public int getGL_JournalGeneratorLine_ID () + public int getGL_JournalGeneratorLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalGeneratorLine_ID); if (ii == null) @@ -290,7 +293,8 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat } /** Set GL_JournalGeneratorLine_UU. - @param GL_JournalGeneratorLine_UU GL_JournalGeneratorLine_UU */ + @param GL_JournalGeneratorLine_UU GL_JournalGeneratorLine_UU + */ public void setGL_JournalGeneratorLine_UU (String GL_JournalGeneratorLine_UU) { set_Value (COLUMNNAME_GL_JournalGeneratorLine_UU, GL_JournalGeneratorLine_UU); @@ -298,15 +302,14 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat /** Get GL_JournalGeneratorLine_UU. @return GL_JournalGeneratorLine_UU */ - public String getGL_JournalGeneratorLine_UU () + public String getGL_JournalGeneratorLine_UU() { return (String)get_Value(COLUMNNAME_GL_JournalGeneratorLine_UU); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -315,13 +318,14 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Copy All Dimensions. - @param IsCopyAllDimensions Copy All Dimensions */ + @param IsCopyAllDimensions Copy All Dimensions + */ public void setIsCopyAllDimensions (boolean IsCopyAllDimensions) { set_Value (COLUMNNAME_IsCopyAllDimensions, Boolean.valueOf(IsCopyAllDimensions)); @@ -329,7 +333,7 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat /** Get Copy All Dimensions. @return Copy All Dimensions */ - public boolean isCopyAllDimensions () + public boolean isCopyAllDimensions() { Object oo = get_Value(COLUMNNAME_IsCopyAllDimensions); if (oo != null) @@ -342,7 +346,8 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat } /** Set Same Product. - @param IsSameProduct Same Product */ + @param IsSameProduct Same Product + */ public void setIsSameProduct (boolean IsSameProduct) { set_Value (COLUMNNAME_IsSameProduct, Boolean.valueOf(IsSameProduct)); @@ -350,7 +355,7 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat /** Get Same Product. @return Same Product */ - public boolean isSameProduct () + public boolean isSameProduct() { Object oo = get_Value(COLUMNNAME_IsSameProduct); if (oo != null) @@ -363,7 +368,8 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat } /** Set Round Factor. - @param RoundFactor Round Factor */ + @param RoundFactor Round Factor + */ public void setRoundFactor (int RoundFactor) { set_Value (COLUMNNAME_RoundFactor, Integer.valueOf(RoundFactor)); @@ -371,7 +377,7 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat /** Get Round Factor. @return Round Factor */ - public int getRoundFactor () + public int getRoundFactor() { Integer ii = (Integer)get_Value(COLUMNNAME_RoundFactor); if (ii == null) @@ -380,9 +386,8 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -391,7 +396,7 @@ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGenerat /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorSource.java b/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorSource.java index e16fc45fa6..6e219d1081 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorSource.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorSource.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for GL_JournalGeneratorSource * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="GL_JournalGeneratorSource") public class X_GL_JournalGeneratorSource extends PO implements I_GL_JournalGeneratorSource, I_Persistent { @@ -32,7 +32,7 @@ public class X_GL_JournalGeneratorSource extends PO implements I_GL_JournalGener /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_GL_JournalGeneratorSource (Properties ctx, int GL_JournalGeneratorSource_ID, String trxName) @@ -77,9 +77,8 @@ public class X_GL_JournalGeneratorSource extends PO implements I_GL_JournalGener } /** Set Multiplier Amount. - @param AmtMultiplier - Multiplier Amount for generating commissions - */ + @param AmtMultiplier Multiplier Amount for generating commissions + */ public void setAmtMultiplier (BigDecimal AmtMultiplier) { set_Value (COLUMNNAME_AmtMultiplier, AmtMultiplier); @@ -88,7 +87,7 @@ public class X_GL_JournalGeneratorSource extends PO implements I_GL_JournalGener /** Get Multiplier Amount. @return Multiplier Amount for generating commissions */ - public BigDecimal getAmtMultiplier () + public BigDecimal getAmtMultiplier() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtMultiplier); if (bd == null) @@ -103,21 +102,20 @@ public class X_GL_JournalGeneratorSource extends PO implements I_GL_JournalGener } /** Set Account Element. - @param C_ElementValue_ID - Account Element - */ + @param C_ElementValue_ID Account Element + */ public void setC_ElementValue_ID (int C_ElementValue_ID) { - if (C_ElementValue_ID < 1) + if (C_ElementValue_ID < 1) set_Value (COLUMNNAME_C_ElementValue_ID, null); - else + else set_Value (COLUMNNAME_C_ElementValue_ID, Integer.valueOf(C_ElementValue_ID)); } /** Get Account Element. @return Account Element */ - public int getC_ElementValue_ID () + public int getC_ElementValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValue_ID); if (ii == null) @@ -132,21 +130,20 @@ public class X_GL_JournalGeneratorSource extends PO implements I_GL_JournalGener } /** Set GL Category. - @param GL_Category_ID - General Ledger Category - */ + @param GL_Category_ID General Ledger Category + */ public void setGL_Category_ID (int GL_Category_ID) { - if (GL_Category_ID < 1) + if (GL_Category_ID < 1) set_Value (COLUMNNAME_GL_Category_ID, null); - else + else set_Value (COLUMNNAME_GL_Category_ID, Integer.valueOf(GL_Category_ID)); } /** Get GL Category. @return General Ledger Category */ - public int getGL_Category_ID () + public int getGL_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Category_ID); if (ii == null) @@ -161,18 +158,19 @@ public class X_GL_JournalGeneratorSource extends PO implements I_GL_JournalGener } /** Set Generator Line. - @param GL_JournalGeneratorLine_ID Generator Line */ + @param GL_JournalGeneratorLine_ID Generator Line + */ public void setGL_JournalGeneratorLine_ID (int GL_JournalGeneratorLine_ID) { - if (GL_JournalGeneratorLine_ID < 1) + if (GL_JournalGeneratorLine_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_JournalGeneratorLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_JournalGeneratorLine_ID, Integer.valueOf(GL_JournalGeneratorLine_ID)); } /** Get Generator Line. @return Generator Line */ - public int getGL_JournalGeneratorLine_ID () + public int getGL_JournalGeneratorLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalGeneratorLine_ID); if (ii == null) @@ -181,18 +179,19 @@ public class X_GL_JournalGeneratorSource extends PO implements I_GL_JournalGener } /** Set Generator Source. - @param GL_JournalGeneratorSource_ID Generator Source */ + @param GL_JournalGeneratorSource_ID Generator Source + */ public void setGL_JournalGeneratorSource_ID (int GL_JournalGeneratorSource_ID) { - if (GL_JournalGeneratorSource_ID < 1) + if (GL_JournalGeneratorSource_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_JournalGeneratorSource_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_JournalGeneratorSource_ID, Integer.valueOf(GL_JournalGeneratorSource_ID)); } /** Get Generator Source. @return Generator Source */ - public int getGL_JournalGeneratorSource_ID () + public int getGL_JournalGeneratorSource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalGeneratorSource_ID); if (ii == null) @@ -201,7 +200,8 @@ public class X_GL_JournalGeneratorSource extends PO implements I_GL_JournalGener } /** Set GL_JournalGeneratorSource_UU. - @param GL_JournalGeneratorSource_UU GL_JournalGeneratorSource_UU */ + @param GL_JournalGeneratorSource_UU GL_JournalGeneratorSource_UU + */ public void setGL_JournalGeneratorSource_UU (String GL_JournalGeneratorSource_UU) { set_Value (COLUMNNAME_GL_JournalGeneratorSource_UU, GL_JournalGeneratorSource_UU); @@ -209,15 +209,14 @@ public class X_GL_JournalGeneratorSource extends PO implements I_GL_JournalGener /** Get GL_JournalGeneratorSource_UU. @return GL_JournalGeneratorSource_UU */ - public String getGL_JournalGeneratorSource_UU () + public String getGL_JournalGeneratorSource_UU() { return (String)get_Value(COLUMNNAME_GL_JournalGeneratorSource_UU); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -226,13 +225,14 @@ public class X_GL_JournalGeneratorSource extends PO implements I_GL_JournalGener /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Round Factor. - @param RoundFactor Round Factor */ + @param RoundFactor Round Factor + */ public void setRoundFactor (int RoundFactor) { set_Value (COLUMNNAME_RoundFactor, Integer.valueOf(RoundFactor)); @@ -240,7 +240,7 @@ public class X_GL_JournalGeneratorSource extends PO implements I_GL_JournalGener /** Get Round Factor. @return Round Factor */ - public int getRoundFactor () + public int getRoundFactor() { Integer ii = (Integer)get_Value(COLUMNNAME_RoundFactor); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_JournalLine.java b/org.adempiere.base/src/org/compiere/model/X_GL_JournalLine.java index 57276a5905..79fc7ef17c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_JournalLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_JournalLine.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for GL_JournalLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="GL_JournalLine") public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persistent { @@ -34,7 +34,7 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_GL_JournalLine (Properties ctx, int GL_JournalLine_ID, String trxName) @@ -97,21 +97,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Asset Group. - @param A_Asset_Group_ID - Group of Assets - */ + @param A_Asset_Group_ID Group of Assets + */ public void setA_Asset_Group_ID (int A_Asset_Group_ID) { - if (A_Asset_Group_ID < 1) + if (A_Asset_Group_ID < 1) set_Value (COLUMNNAME_A_Asset_Group_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Group_ID, Integer.valueOf(A_Asset_Group_ID)); } /** Get Asset Group. @return Group of Assets */ - public int getA_Asset_Group_ID () + public int getA_Asset_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Group_ID); if (ii == null) @@ -126,21 +125,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -155,21 +153,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Account. - @param Account_ID - Account used - */ + @param Account_ID Account used + */ public void setAccount_ID (int Account_ID) { - if (Account_ID < 1) + if (Account_ID < 1) set_Value (COLUMNNAME_Account_ID, null); - else + else set_Value (COLUMNNAME_Account_ID, Integer.valueOf(Account_ID)); } /** Get Account. @return Account used */ - public int getAccount_ID () + public int getAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Account_ID); if (ii == null) @@ -178,7 +175,8 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Create Asset. - @param A_CreateAsset Create Asset */ + @param A_CreateAsset Create Asset + */ public void setA_CreateAsset (boolean A_CreateAsset) { set_Value (COLUMNNAME_A_CreateAsset, Boolean.valueOf(A_CreateAsset)); @@ -186,7 +184,7 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get Create Asset. @return Create Asset */ - public boolean isA_CreateAsset () + public boolean isA_CreateAsset() { Object oo = get_Value(COLUMNNAME_A_CreateAsset); if (oo != null) @@ -199,21 +197,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -228,21 +225,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Alias List. - @param Alias_ValidCombination_ID - Valid Account Alias List - */ + @param Alias_ValidCombination_ID Valid Account Alias List + */ public void setAlias_ValidCombination_ID (int Alias_ValidCombination_ID) { - if (Alias_ValidCombination_ID < 1) + if (Alias_ValidCombination_ID < 1) set_Value (COLUMNNAME_Alias_ValidCombination_ID, null); - else + else set_Value (COLUMNNAME_Alias_ValidCombination_ID, Integer.valueOf(Alias_ValidCombination_ID)); } /** Get Alias List. @return Valid Account Alias List */ - public int getAlias_ValidCombination_ID () + public int getAlias_ValidCombination_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Alias_ValidCombination_ID); if (ii == null) @@ -251,9 +247,8 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Accounted Credit. - @param AmtAcctCr - Accounted Credit Amount - */ + @param AmtAcctCr Accounted Credit Amount + */ public void setAmtAcctCr (BigDecimal AmtAcctCr) { set_ValueNoCheck (COLUMNNAME_AmtAcctCr, AmtAcctCr); @@ -262,7 +257,7 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get Accounted Credit. @return Accounted Credit Amount */ - public BigDecimal getAmtAcctCr () + public BigDecimal getAmtAcctCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctCr); if (bd == null) @@ -271,9 +266,8 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Accounted Debit. - @param AmtAcctDr - Accounted Debit Amount - */ + @param AmtAcctDr Accounted Debit Amount + */ public void setAmtAcctDr (BigDecimal AmtAcctDr) { set_ValueNoCheck (COLUMNNAME_AmtAcctDr, AmtAcctDr); @@ -282,7 +276,7 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get Accounted Debit. @return Accounted Debit Amount */ - public BigDecimal getAmtAcctDr () + public BigDecimal getAmtAcctDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctDr); if (bd == null) @@ -291,9 +285,8 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Source Credit. - @param AmtSourceCr - Source Credit Amount - */ + @param AmtSourceCr Source Credit Amount + */ public void setAmtSourceCr (BigDecimal AmtSourceCr) { set_Value (COLUMNNAME_AmtSourceCr, AmtSourceCr); @@ -302,7 +295,7 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get Source Credit. @return Source Credit Amount */ - public BigDecimal getAmtSourceCr () + public BigDecimal getAmtSourceCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtSourceCr); if (bd == null) @@ -311,9 +304,8 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Source Debit. - @param AmtSourceDr - Source Debit Amount - */ + @param AmtSourceDr Source Debit Amount + */ public void setAmtSourceDr (BigDecimal AmtSourceDr) { set_Value (COLUMNNAME_AmtSourceDr, AmtSourceDr); @@ -322,7 +314,7 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get Source Debit. @return Source Debit Amount */ - public BigDecimal getAmtSourceDr () + public BigDecimal getAmtSourceDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtSourceDr); if (bd == null) @@ -331,7 +323,8 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Processed. - @param A_Processed Processed */ + @param A_Processed Processed + */ public void setA_Processed (boolean A_Processed) { set_Value (COLUMNNAME_A_Processed, Boolean.valueOf(A_Processed)); @@ -339,7 +332,7 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get Processed. @return Processed */ - public boolean isA_Processed () + public boolean isA_Processed() { Object oo = get_Value(COLUMNNAME_A_Processed); if (oo != null) @@ -358,21 +351,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -386,22 +378,21 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -416,21 +407,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -445,21 +435,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_Value (COLUMNNAME_C_ConversionType_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -474,21 +463,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -503,21 +491,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Location From. - @param C_LocFrom_ID - Location that inventory was moved from - */ + @param C_LocFrom_ID Location that inventory was moved from + */ public void setC_LocFrom_ID (int C_LocFrom_ID) { - if (C_LocFrom_ID < 1) + if (C_LocFrom_ID < 1) set_Value (COLUMNNAME_C_LocFrom_ID, null); - else + else set_Value (COLUMNNAME_C_LocFrom_ID, Integer.valueOf(C_LocFrom_ID)); } /** Get Location From. @return Location that inventory was moved from */ - public int getC_LocFrom_ID () + public int getC_LocFrom_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocFrom_ID); if (ii == null) @@ -532,21 +519,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Location To. - @param C_LocTo_ID - Location that inventory was moved to - */ + @param C_LocTo_ID Location that inventory was moved to + */ public void setC_LocTo_ID (int C_LocTo_ID) { - if (C_LocTo_ID < 1) + if (C_LocTo_ID < 1) set_Value (COLUMNNAME_C_LocTo_ID, null); - else + else set_Value (COLUMNNAME_C_LocTo_ID, Integer.valueOf(C_LocTo_ID)); } /** Get Location To. @return Location that inventory was moved to */ - public int getC_LocTo_ID () + public int getC_LocTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocTo_ID); if (ii == null) @@ -561,21 +547,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -590,21 +575,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_Value (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_Value (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -619,21 +603,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Sub Account. - @param C_SubAcct_ID - Sub account for Element Value - */ + @param C_SubAcct_ID Sub account for Element Value + */ public void setC_SubAcct_ID (int C_SubAcct_ID) { - if (C_SubAcct_ID < 1) + if (C_SubAcct_ID < 1) set_Value (COLUMNNAME_C_SubAcct_ID, null); - else + else set_Value (COLUMNNAME_C_SubAcct_ID, Integer.valueOf(C_SubAcct_ID)); } /** Get Sub Account. @return Sub account for Element Value */ - public int getC_SubAcct_ID () + public int getC_SubAcct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SubAcct_ID); if (ii == null) @@ -648,21 +631,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -671,9 +653,8 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Rate. - @param CurrencyRate - Currency Conversion Rate - */ + @param CurrencyRate Currency Conversion Rate + */ public void setCurrencyRate (BigDecimal CurrencyRate) { set_ValueNoCheck (COLUMNNAME_CurrencyRate, CurrencyRate); @@ -682,7 +663,7 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get Rate. @return Currency Conversion Rate */ - public BigDecimal getCurrencyRate () + public BigDecimal getCurrencyRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrencyRate); if (bd == null) @@ -697,21 +678,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Combination. - @param C_ValidCombination_ID - Valid Account Combination - */ + @param C_ValidCombination_ID Valid Account Combination + */ public void setC_ValidCombination_ID (int C_ValidCombination_ID) { - if (C_ValidCombination_ID < 1) + if (C_ValidCombination_ID < 1) set_Value (COLUMNNAME_C_ValidCombination_ID, null); - else + else set_Value (COLUMNNAME_C_ValidCombination_ID, Integer.valueOf(C_ValidCombination_ID)); } /** Get Combination. @return Valid Account Combination */ - public int getC_ValidCombination_ID () + public int getC_ValidCombination_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ValidCombination_ID); if (ii == null) @@ -720,9 +700,8 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -731,15 +710,14 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -748,7 +726,7 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -760,21 +738,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Journal. - @param GL_Journal_ID - General Ledger Journal - */ + @param GL_Journal_ID General Ledger Journal + */ public void setGL_Journal_ID (int GL_Journal_ID) { - if (GL_Journal_ID < 1) + if (GL_Journal_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_Journal_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_Journal_ID, Integer.valueOf(GL_Journal_ID)); } /** Get Journal. @return General Ledger Journal */ - public int getGL_Journal_ID () + public int getGL_Journal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Journal_ID); if (ii == null) @@ -783,21 +760,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Journal Line. - @param GL_JournalLine_ID - General Ledger Journal Line - */ + @param GL_JournalLine_ID General Ledger Journal Line + */ public void setGL_JournalLine_ID (int GL_JournalLine_ID) { - if (GL_JournalLine_ID < 1) + if (GL_JournalLine_ID < 1) set_ValueNoCheck (COLUMNNAME_GL_JournalLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_GL_JournalLine_ID, Integer.valueOf(GL_JournalLine_ID)); } /** Get Journal Line. @return General Ledger Journal Line */ - public int getGL_JournalLine_ID () + public int getGL_JournalLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalLine_ID); if (ii == null) @@ -806,7 +782,8 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set GL_JournalLine_UU. - @param GL_JournalLine_UU GL_JournalLine_UU */ + @param GL_JournalLine_UU GL_JournalLine_UU + */ public void setGL_JournalLine_UU (String GL_JournalLine_UU) { set_Value (COLUMNNAME_GL_JournalLine_UU, GL_JournalLine_UU); @@ -814,15 +791,14 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get GL_JournalLine_UU. @return GL_JournalLine_UU */ - public String getGL_JournalLine_UU () + public String getGL_JournalLine_UU() { return (String)get_Value(COLUMNNAME_GL_JournalLine_UU); } /** Set Generated. - @param IsGenerated - This Line is generated - */ + @param IsGenerated This Line is generated + */ public void setIsGenerated (boolean IsGenerated) { set_ValueNoCheck (COLUMNNAME_IsGenerated, Boolean.valueOf(IsGenerated)); @@ -831,7 +807,7 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get Generated. @return This Line is generated */ - public boolean isGenerated () + public boolean isGenerated() { Object oo = get_Value(COLUMNNAME_IsGenerated); if (oo != null) @@ -844,9 +820,8 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -855,7 +830,7 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -878,21 +853,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -901,9 +875,8 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -912,7 +885,7 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -925,9 +898,8 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -936,7 +908,7 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -951,21 +923,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -980,21 +951,20 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_IMP_Processor.java b/org.adempiere.base/src/org/compiere/model/X_IMP_Processor.java index 6855b17ef4..ec2bdeb52d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_IMP_Processor.java +++ b/org.adempiere.base/src/org/compiere/model/X_IMP_Processor.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for IMP_Processor * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="IMP_Processor") public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent { @@ -31,7 +31,7 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_IMP_Processor (Properties ctx, int IMP_Processor_ID, String trxName) @@ -79,7 +79,8 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent } /** Set Account. - @param Account Account */ + @param Account Account + */ public void setAccount (String Account) { set_Value (COLUMNNAME_Account, Account); @@ -87,15 +88,14 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Account. @return Account */ - public String getAccount () + public String getAccount() { return (String)get_Value(COLUMNNAME_Account); } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_Value (COLUMNNAME_DateLastRun, DateLastRun); @@ -104,15 +104,14 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Date next run. - @param DateNextRun - Date the process will run next - */ + @param DateNextRun Date the process will run next + */ public void setDateNextRun (Timestamp DateNextRun) { set_Value (COLUMNNAME_DateNextRun, DateNextRun); @@ -121,15 +120,14 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Date next run. @return Date the process will run next */ - public Timestamp getDateNextRun () + public Timestamp getDateNextRun() { return (Timestamp)get_Value(COLUMNNAME_DateNextRun); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -138,15 +136,14 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Frequency. - @param Frequency - Frequency of events - */ + @param Frequency Frequency of events + */ public void setFrequency (int Frequency) { set_Value (COLUMNNAME_Frequency, Integer.valueOf(Frequency)); @@ -155,7 +152,7 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Frequency. @return Frequency of events */ - public int getFrequency () + public int getFrequency() { Integer ii = (Integer)get_Value(COLUMNNAME_Frequency); if (ii == null) @@ -172,9 +169,8 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Minute = M */ public static final String FREQUENCYTYPE_Minute = "M"; /** Set Frequency Type. - @param FrequencyType - Frequency of event - */ + @param FrequencyType Frequency of event + */ public void setFrequencyType (String FrequencyType) { @@ -184,15 +180,14 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Frequency Type. @return Frequency of event */ - public String getFrequencyType () + public String getFrequencyType() { return (String)get_Value(COLUMNNAME_FrequencyType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -201,13 +196,14 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Host. - @param Host Host */ + @param Host Host + */ public void setHost (String Host) { set_Value (COLUMNNAME_Host, Host); @@ -215,24 +211,25 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Host. @return Host */ - public String getHost () + public String getHost() { return (String)get_Value(COLUMNNAME_Host); } /** Set Import Processor. - @param IMP_Processor_ID Import Processor */ + @param IMP_Processor_ID Import Processor + */ public void setIMP_Processor_ID (int IMP_Processor_ID) { - if (IMP_Processor_ID < 1) + if (IMP_Processor_ID < 1) set_ValueNoCheck (COLUMNNAME_IMP_Processor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_IMP_Processor_ID, Integer.valueOf(IMP_Processor_ID)); } /** Get Import Processor. @return Import Processor */ - public int getIMP_Processor_ID () + public int getIMP_Processor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_ID); if (ii == null) @@ -247,18 +244,19 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent } /** Set Import Processor Type. - @param IMP_Processor_Type_ID Import Processor Type */ + @param IMP_Processor_Type_ID Import Processor Type + */ public void setIMP_Processor_Type_ID (int IMP_Processor_Type_ID) { - if (IMP_Processor_Type_ID < 1) + if (IMP_Processor_Type_ID < 1) set_Value (COLUMNNAME_IMP_Processor_Type_ID, null); - else + else set_Value (COLUMNNAME_IMP_Processor_Type_ID, Integer.valueOf(IMP_Processor_Type_ID)); } /** Get Import Processor Type. @return Import Processor Type */ - public int getIMP_Processor_Type_ID () + public int getIMP_Processor_Type_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_Type_ID); if (ii == null) @@ -267,7 +265,8 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent } /** Set IMP_Processor_UU. - @param IMP_Processor_UU IMP_Processor_UU */ + @param IMP_Processor_UU IMP_Processor_UU + */ public void setIMP_Processor_UU (String IMP_Processor_UU) { set_Value (COLUMNNAME_IMP_Processor_UU, IMP_Processor_UU); @@ -275,15 +274,14 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get IMP_Processor_UU. @return IMP_Processor_UU */ - public String getIMP_Processor_UU () + public String getIMP_Processor_UU() { return (String)get_Value(COLUMNNAME_IMP_Processor_UU); } /** Set Days to keep Log. - @param KeepLogDays - Number of days to keep the log entries - */ + @param KeepLogDays Number of days to keep the log entries + */ public void setKeepLogDays (int KeepLogDays) { set_Value (COLUMNNAME_KeepLogDays, Integer.valueOf(KeepLogDays)); @@ -292,7 +290,7 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Days to keep Log. @return Number of days to keep the log entries */ - public int getKeepLogDays () + public int getKeepLogDays() { Integer ii = (Integer)get_Value(COLUMNNAME_KeepLogDays); if (ii == null) @@ -301,9 +299,8 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -312,13 +309,14 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Password Info. - @param PasswordInfo Password Info */ + @param PasswordInfo Password Info + */ public void setPasswordInfo (String PasswordInfo) { set_Value (COLUMNNAME_PasswordInfo, PasswordInfo); @@ -326,13 +324,14 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Password Info. @return Password Info */ - public String getPasswordInfo () + public String getPasswordInfo() { return (String)get_Value(COLUMNNAME_PasswordInfo); } /** Set Port. - @param Port Port */ + @param Port Port + */ public void setPort (int Port) { set_Value (COLUMNNAME_Port, Integer.valueOf(Port)); @@ -340,7 +339,7 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Port. @return Port */ - public int getPort () + public int getPort() { Integer ii = (Integer)get_Value(COLUMNNAME_Port); if (ii == null) @@ -349,7 +348,8 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -357,7 +357,7 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -370,9 +370,8 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -381,7 +380,7 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorLog.java b/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorLog.java index 841b6199cd..3772cc5cfe 100644 --- a/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorLog.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for IMP_ProcessorLog * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="IMP_ProcessorLog") public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Persistent { @@ -30,7 +30,7 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_IMP_ProcessorLog (Properties ctx, int IMP_ProcessorLog_ID, String trxName) @@ -74,9 +74,8 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers } /** Set Binary Data. - @param BinaryData - Binary Data - */ + @param BinaryData Binary Data + */ public void setBinaryData (byte[] BinaryData) { set_Value (COLUMNNAME_BinaryData, BinaryData); @@ -85,15 +84,14 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers /** Get Binary Data. @return Binary Data */ - public byte[] getBinaryData () + public byte[] getBinaryData() { return (byte[])get_Value(COLUMNNAME_BinaryData); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -102,15 +100,14 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -119,7 +116,7 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -131,18 +128,19 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers } /** Set Import Processor. - @param IMP_Processor_ID Import Processor */ + @param IMP_Processor_ID Import Processor + */ public void setIMP_Processor_ID (int IMP_Processor_ID) { - if (IMP_Processor_ID < 1) + if (IMP_Processor_ID < 1) set_ValueNoCheck (COLUMNNAME_IMP_Processor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_IMP_Processor_ID, Integer.valueOf(IMP_Processor_ID)); } /** Get Import Processor. @return Import Processor */ - public int getIMP_Processor_ID () + public int getIMP_Processor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_ID); if (ii == null) @@ -151,18 +149,19 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers } /** Set Import Processor Log. - @param IMP_ProcessorLog_ID Import Processor Log */ + @param IMP_ProcessorLog_ID Import Processor Log + */ public void setIMP_ProcessorLog_ID (int IMP_ProcessorLog_ID) { - if (IMP_ProcessorLog_ID < 1) + if (IMP_ProcessorLog_ID < 1) set_ValueNoCheck (COLUMNNAME_IMP_ProcessorLog_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_IMP_ProcessorLog_ID, Integer.valueOf(IMP_ProcessorLog_ID)); } /** Get Import Processor Log. @return Import Processor Log */ - public int getIMP_ProcessorLog_ID () + public int getIMP_ProcessorLog_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_ProcessorLog_ID); if (ii == null) @@ -171,7 +170,8 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers } /** Set IMP_ProcessorLog_UU. - @param IMP_ProcessorLog_UU IMP_ProcessorLog_UU */ + @param IMP_ProcessorLog_UU IMP_ProcessorLog_UU + */ public void setIMP_ProcessorLog_UU (String IMP_ProcessorLog_UU) { set_Value (COLUMNNAME_IMP_ProcessorLog_UU, IMP_ProcessorLog_UU); @@ -179,15 +179,14 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers /** Get IMP_ProcessorLog_UU. @return IMP_ProcessorLog_UU */ - public String getIMP_ProcessorLog_UU () + public String getIMP_ProcessorLog_UU() { return (String)get_Value(COLUMNNAME_IMP_ProcessorLog_UU); } /** Set Error. - @param IsError - An Error occurred in the execution - */ + @param IsError An Error occurred in the execution + */ public void setIsError (boolean IsError) { set_Value (COLUMNNAME_IsError, Boolean.valueOf(IsError)); @@ -196,7 +195,7 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers /** Get Error. @return An Error occurred in the execution */ - public boolean isError () + public boolean isError() { Object oo = get_Value(COLUMNNAME_IsError); if (oo != null) @@ -209,9 +208,8 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers } /** Set Reference. - @param Reference - Reference for this record - */ + @param Reference Reference for this record + */ public void setReference (String Reference) { set_Value (COLUMNNAME_Reference, Reference); @@ -220,15 +218,14 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers /** Get Reference. @return Reference for this record */ - public String getReference () + public String getReference() { return (String)get_Value(COLUMNNAME_Reference); } /** Set Summary. - @param Summary - Textual summary of this request - */ + @param Summary Textual summary of this request + */ public void setSummary (String Summary) { set_Value (COLUMNNAME_Summary, Summary); @@ -237,15 +234,14 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers /** Get Summary. @return Textual summary of this request */ - public String getSummary () + public String getSummary() { return (String)get_Value(COLUMNNAME_Summary); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -254,7 +250,7 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorParameter.java b/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorParameter.java index 4a5a050056..222ab53b0b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorParameter.java +++ b/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorParameter.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for IMP_ProcessorParameter * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="IMP_ProcessorParameter") public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParameter, I_Persistent { @@ -30,7 +30,7 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_IMP_ProcessorParameter (Properties ctx, int IMP_ProcessorParameter_ID, String trxName) @@ -74,9 +74,8 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,15 +84,14 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -102,7 +100,7 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -114,18 +112,19 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam } /** Set Import Processor. - @param IMP_Processor_ID Import Processor */ + @param IMP_Processor_ID Import Processor + */ public void setIMP_Processor_ID (int IMP_Processor_ID) { - if (IMP_Processor_ID < 1) + if (IMP_Processor_ID < 1) set_ValueNoCheck (COLUMNNAME_IMP_Processor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_IMP_Processor_ID, Integer.valueOf(IMP_Processor_ID)); } /** Get Import Processor. @return Import Processor */ - public int getIMP_Processor_ID () + public int getIMP_Processor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_ID); if (ii == null) @@ -134,18 +133,19 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam } /** Set Import Processor Parameter. - @param IMP_ProcessorParameter_ID Import Processor Parameter */ + @param IMP_ProcessorParameter_ID Import Processor Parameter + */ public void setIMP_ProcessorParameter_ID (int IMP_ProcessorParameter_ID) { - if (IMP_ProcessorParameter_ID < 1) + if (IMP_ProcessorParameter_ID < 1) set_ValueNoCheck (COLUMNNAME_IMP_ProcessorParameter_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_IMP_ProcessorParameter_ID, Integer.valueOf(IMP_ProcessorParameter_ID)); } /** Get Import Processor Parameter. @return Import Processor Parameter */ - public int getIMP_ProcessorParameter_ID () + public int getIMP_ProcessorParameter_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_ProcessorParameter_ID); if (ii == null) @@ -154,7 +154,8 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam } /** Set IMP_ProcessorParameter_UU. - @param IMP_ProcessorParameter_UU IMP_ProcessorParameter_UU */ + @param IMP_ProcessorParameter_UU IMP_ProcessorParameter_UU + */ public void setIMP_ProcessorParameter_UU (String IMP_ProcessorParameter_UU) { set_Value (COLUMNNAME_IMP_ProcessorParameter_UU, IMP_ProcessorParameter_UU); @@ -162,15 +163,14 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam /** Get IMP_ProcessorParameter_UU. @return IMP_ProcessorParameter_UU */ - public String getIMP_ProcessorParameter_UU () + public String getIMP_ProcessorParameter_UU() { return (String)get_Value(COLUMNNAME_IMP_ProcessorParameter_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -179,13 +179,14 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Parameter Value. - @param ParameterValue Parameter Value */ + @param ParameterValue Parameter Value + */ public void setParameterValue (String ParameterValue) { set_Value (COLUMNNAME_ParameterValue, ParameterValue); @@ -193,15 +194,14 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam /** Get Parameter Value. @return Parameter Value */ - public String getParameterValue () + public String getParameterValue() { return (String)get_Value(COLUMNNAME_ParameterValue); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -210,7 +210,7 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_IMP_Processor_Type.java b/org.adempiere.base/src/org/compiere/model/X_IMP_Processor_Type.java index 7d01be7dce..0a15bdeec4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_IMP_Processor_Type.java +++ b/org.adempiere.base/src/org/compiere/model/X_IMP_Processor_Type.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for IMP_Processor_Type * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="IMP_Processor_Type") public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_Persistent { @@ -30,7 +30,7 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_IMP_Processor_Type (Properties ctx, int IMP_Processor_Type_ID, String trxName) @@ -74,9 +74,8 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,15 +84,14 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -102,24 +100,25 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Import Processor Type. - @param IMP_Processor_Type_ID Import Processor Type */ + @param IMP_Processor_Type_ID Import Processor Type + */ public void setIMP_Processor_Type_ID (int IMP_Processor_Type_ID) { - if (IMP_Processor_Type_ID < 1) + if (IMP_Processor_Type_ID < 1) set_ValueNoCheck (COLUMNNAME_IMP_Processor_Type_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_IMP_Processor_Type_ID, Integer.valueOf(IMP_Processor_Type_ID)); } /** Get Import Processor Type. @return Import Processor Type */ - public int getIMP_Processor_Type_ID () + public int getIMP_Processor_Type_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_IMP_Processor_Type_ID); if (ii == null) @@ -128,7 +127,8 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ } /** Set IMP_Processor_Type_UU. - @param IMP_Processor_Type_UU IMP_Processor_Type_UU */ + @param IMP_Processor_Type_UU IMP_Processor_Type_UU + */ public void setIMP_Processor_Type_UU (String IMP_Processor_Type_UU) { set_Value (COLUMNNAME_IMP_Processor_Type_UU, IMP_Processor_Type_UU); @@ -136,13 +136,14 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ /** Get IMP_Processor_Type_UU. @return IMP_Processor_Type_UU */ - public String getIMP_Processor_Type_UU () + public String getIMP_Processor_Type_UU() { return (String)get_Value(COLUMNNAME_IMP_Processor_Type_UU); } /** Set Java Class. - @param JavaClass Java Class */ + @param JavaClass Java Class + */ public void setJavaClass (String JavaClass) { set_Value (COLUMNNAME_JavaClass, JavaClass); @@ -150,15 +151,14 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ /** Get Java Class. @return Java Class */ - public String getJavaClass () + public String getJavaClass() { return (String)get_Value(COLUMNNAME_JavaClass); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -167,15 +167,14 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -184,7 +183,7 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Asset.java b/org.adempiere.base/src/org/compiere/model/X_I_Asset.java index d3f6a4f05a..4f9e7c27eb 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Asset.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Asset.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for I_Asset * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_Asset") public class X_I_Asset extends PO implements I_I_Asset, I_Persistent { @@ -34,7 +34,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_Asset (Properties ctx, int I_Asset_ID, String trxName) @@ -81,7 +81,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Accumulated Depreciation Account. - @param A_Accumdepreciation_Acct Accumulated Depreciation Account */ + @param A_Accumdepreciation_Acct Accumulated Depreciation Account + */ public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct) { set_Value (COLUMNNAME_A_Accumdepreciation_Acct, Integer.valueOf(A_Accumdepreciation_Acct)); @@ -89,7 +90,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Accumulated Depreciation Account. @return Accumulated Depreciation Account */ - public int getA_Accumdepreciation_Acct () + public int getA_Accumdepreciation_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Accumdepreciation_Acct); if (ii == null) @@ -98,7 +99,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Accumulated Depreciation. - @param A_Accumulated_Depr Accumulated Depreciation */ + @param A_Accumulated_Depr Accumulated Depreciation + */ public void setA_Accumulated_Depr (BigDecimal A_Accumulated_Depr) { set_Value (COLUMNNAME_A_Accumulated_Depr, A_Accumulated_Depr); @@ -106,7 +108,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Accumulated Depreciation. @return Accumulated Depreciation */ - public BigDecimal getA_Accumulated_Depr () + public BigDecimal getA_Accumulated_Depr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr); if (bd == null) @@ -121,7 +123,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Asset Acct. - @param A_Asset_Acct Asset Acct */ + @param A_Asset_Acct Asset Acct + */ public void setA_Asset_Acct (int A_Asset_Acct) { set_Value (COLUMNNAME_A_Asset_Acct, Integer.valueOf(A_Asset_Acct)); @@ -129,7 +132,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Asset Acct. @return Asset Acct */ - public int getA_Asset_Acct () + public int getA_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Acct); if (ii == null) @@ -138,7 +141,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Asset Cost. - @param A_Asset_Cost Asset Cost */ + @param A_Asset_Cost Asset Cost + */ public void setA_Asset_Cost (BigDecimal A_Asset_Cost) { set_Value (COLUMNNAME_A_Asset_Cost, A_Asset_Cost); @@ -146,7 +150,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Asset Cost. @return Asset Cost */ - public BigDecimal getA_Asset_Cost () + public BigDecimal getA_Asset_Cost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Cost); if (bd == null) @@ -161,21 +165,20 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Asset Group. - @param A_Asset_Group_ID - Group of Assets - */ + @param A_Asset_Group_ID Group of Assets + */ public void setA_Asset_Group_ID (int A_Asset_Group_ID) { - if (A_Asset_Group_ID < 1) + if (A_Asset_Group_ID < 1) set_Value (COLUMNNAME_A_Asset_Group_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Group_ID, Integer.valueOf(A_Asset_Group_ID)); } /** Get Asset Group. @return Group of Assets */ - public int getA_Asset_Group_ID () + public int getA_Asset_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Group_ID); if (ii == null) @@ -184,21 +187,20 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -207,7 +209,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set A_Asset_Life_Current_Year. - @param A_Asset_Life_Current_Year A_Asset_Life_Current_Year */ + @param A_Asset_Life_Current_Year A_Asset_Life_Current_Year + */ public void setA_Asset_Life_Current_Year (int A_Asset_Life_Current_Year) { set_Value (COLUMNNAME_A_Asset_Life_Current_Year, Integer.valueOf(A_Asset_Life_Current_Year)); @@ -215,7 +218,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get A_Asset_Life_Current_Year. @return A_Asset_Life_Current_Year */ - public int getA_Asset_Life_Current_Year () + public int getA_Asset_Life_Current_Year() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Life_Current_Year); if (ii == null) @@ -224,7 +227,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Life Years. - @param A_Asset_Life_Years Life Years */ + @param A_Asset_Life_Years Life Years + */ public void setA_Asset_Life_Years (int A_Asset_Life_Years) { set_Value (COLUMNNAME_A_Asset_Life_Years, Integer.valueOf(A_Asset_Life_Years)); @@ -232,7 +236,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Life Years. @return Life Years */ - public int getA_Asset_Life_Years () + public int getA_Asset_Life_Years() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Life_Years); if (ii == null) @@ -241,7 +245,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set A_Base_Amount. - @param A_Base_Amount A_Base_Amount */ + @param A_Base_Amount A_Base_Amount + */ public void setA_Base_Amount (BigDecimal A_Base_Amount) { set_Value (COLUMNNAME_A_Base_Amount, A_Base_Amount); @@ -249,7 +254,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get A_Base_Amount. @return A_Base_Amount */ - public BigDecimal getA_Base_Amount () + public BigDecimal getA_Base_Amount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Base_Amount); if (bd == null) @@ -258,7 +263,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set A_Calc_Accumulated_Depr. - @param A_Calc_Accumulated_Depr A_Calc_Accumulated_Depr */ + @param A_Calc_Accumulated_Depr A_Calc_Accumulated_Depr + */ public void setA_Calc_Accumulated_Depr (BigDecimal A_Calc_Accumulated_Depr) { set_Value (COLUMNNAME_A_Calc_Accumulated_Depr, A_Calc_Accumulated_Depr); @@ -266,7 +272,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get A_Calc_Accumulated_Depr. @return A_Calc_Accumulated_Depr */ - public BigDecimal getA_Calc_Accumulated_Depr () + public BigDecimal getA_Calc_Accumulated_Depr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Calc_Accumulated_Depr); if (bd == null) @@ -275,7 +281,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set A_Curr_Dep_Exp. - @param A_Curr_Dep_Exp A_Curr_Dep_Exp */ + @param A_Curr_Dep_Exp A_Curr_Dep_Exp + */ public void setA_Curr_Dep_Exp (BigDecimal A_Curr_Dep_Exp) { set_Value (COLUMNNAME_A_Curr_Dep_Exp, A_Curr_Dep_Exp); @@ -283,7 +290,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get A_Curr_Dep_Exp. @return A_Curr_Dep_Exp */ - public BigDecimal getA_Curr_Dep_Exp () + public BigDecimal getA_Curr_Dep_Exp() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Curr_Dep_Exp); if (bd == null) @@ -292,7 +299,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Current Period. - @param A_Current_Period Current Period */ + @param A_Current_Period Current Period + */ public void setA_Current_Period (int A_Current_Period) { set_Value (COLUMNNAME_A_Current_Period, Integer.valueOf(A_Current_Period)); @@ -300,7 +308,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Current Period. @return Current Period */ - public int getA_Current_Period () + public int getA_Current_Period() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Current_Period); if (ii == null) @@ -315,7 +323,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Depreciation Account. - @param A_Depreciation_Acct Depreciation Account */ + @param A_Depreciation_Acct Depreciation Account + */ public void setA_Depreciation_Acct (int A_Depreciation_Acct) { set_Value (COLUMNNAME_A_Depreciation_Acct, Integer.valueOf(A_Depreciation_Acct)); @@ -323,7 +332,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Depreciation Account. @return Depreciation Account */ - public int getA_Depreciation_Acct () + public int getA_Depreciation_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Acct); if (ii == null) @@ -332,7 +341,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set A_Depreciation_Manual_Amount. - @param A_Depreciation_Manual_Amount A_Depreciation_Manual_Amount */ + @param A_Depreciation_Manual_Amount A_Depreciation_Manual_Amount + */ public void setA_Depreciation_Manual_Amount (BigDecimal A_Depreciation_Manual_Amount) { set_Value (COLUMNNAME_A_Depreciation_Manual_Amount, A_Depreciation_Manual_Amount); @@ -340,7 +350,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get A_Depreciation_Manual_Amount. @return A_Depreciation_Manual_Amount */ - public BigDecimal getA_Depreciation_Manual_Amount () + public BigDecimal getA_Depreciation_Manual_Amount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Depreciation_Manual_Amount); if (bd == null) @@ -355,7 +365,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Yearly = YR */ public static final String A_DEPRECIATION_MANUAL_PERIOD_Yearly = "YR"; /** Set A_Depreciation_Manual_Period. - @param A_Depreciation_Manual_Period A_Depreciation_Manual_Period */ + @param A_Depreciation_Manual_Period A_Depreciation_Manual_Period + */ public void setA_Depreciation_Manual_Period (String A_Depreciation_Manual_Period) { @@ -364,7 +375,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get A_Depreciation_Manual_Period. @return A_Depreciation_Manual_Period */ - public String getA_Depreciation_Manual_Period () + public String getA_Depreciation_Manual_Period() { return (String)get_Value(COLUMNNAME_A_Depreciation_Manual_Period); } @@ -376,18 +387,19 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set A_Depreciation_Table_Header_ID. - @param A_Depreciation_Table_Header_ID A_Depreciation_Table_Header_ID */ + @param A_Depreciation_Table_Header_ID A_Depreciation_Table_Header_ID + */ public void setA_Depreciation_Table_Header_ID (int A_Depreciation_Table_Header_ID) { - if (A_Depreciation_Table_Header_ID < 1) + if (A_Depreciation_Table_Header_ID < 1) set_Value (COLUMNNAME_A_Depreciation_Table_Header_ID, null); - else + else set_Value (COLUMNNAME_A_Depreciation_Table_Header_ID, Integer.valueOf(A_Depreciation_Table_Header_ID)); } /** Get A_Depreciation_Table_Header_ID. @return A_Depreciation_Table_Header_ID */ - public int getA_Depreciation_Table_Header_ID () + public int getA_Depreciation_Table_Header_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Table_Header_ID); if (ii == null) @@ -396,7 +408,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Variable Percent. - @param A_Depreciation_Variable_Perc Variable Percent */ + @param A_Depreciation_Variable_Perc Variable Percent + */ public void setA_Depreciation_Variable_Perc (BigDecimal A_Depreciation_Variable_Perc) { set_Value (COLUMNNAME_A_Depreciation_Variable_Perc, A_Depreciation_Variable_Perc); @@ -404,7 +417,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Variable Percent. @return Variable Percent */ - public BigDecimal getA_Depreciation_Variable_Perc () + public BigDecimal getA_Depreciation_Variable_Perc() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Depreciation_Variable_Perc); if (bd == null) @@ -413,21 +426,20 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -436,7 +448,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Life Periods. - @param A_Life_Period Life Periods */ + @param A_Life_Period Life Periods + */ public void setA_Life_Period (int A_Life_Period) { set_Value (COLUMNNAME_A_Life_Period, Integer.valueOf(A_Life_Period)); @@ -444,7 +457,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Life Periods. @return Life Periods */ - public int getA_Life_Period () + public int getA_Life_Period() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Life_Period); if (ii == null) @@ -453,18 +466,19 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Parent Asset. - @param A_Parent_Asset_ID Parent Asset */ + @param A_Parent_Asset_ID Parent Asset + */ public void setA_Parent_Asset_ID (int A_Parent_Asset_ID) { - if (A_Parent_Asset_ID < 1) + if (A_Parent_Asset_ID < 1) set_Value (COLUMNNAME_A_Parent_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Parent_Asset_ID, Integer.valueOf(A_Parent_Asset_ID)); } /** Get Parent Asset. @return Parent Asset */ - public int getA_Parent_Asset_ID () + public int getA_Parent_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Parent_Asset_ID); if (ii == null) @@ -473,7 +487,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set A_Period_End. - @param A_Period_End A_Period_End */ + @param A_Period_End A_Period_End + */ public void setA_Period_End (int A_Period_End) { set_Value (COLUMNNAME_A_Period_End, Integer.valueOf(A_Period_End)); @@ -481,7 +496,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get A_Period_End. @return A_Period_End */ - public int getA_Period_End () + public int getA_Period_End() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_End); if (ii == null) @@ -490,7 +505,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set A_Period_Posted. - @param A_Period_Posted A_Period_Posted */ + @param A_Period_Posted A_Period_Posted + */ public void setA_Period_Posted (int A_Period_Posted) { set_Value (COLUMNNAME_A_Period_Posted, Integer.valueOf(A_Period_Posted)); @@ -498,7 +514,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get A_Period_Posted. @return A_Period_Posted */ - public int getA_Period_Posted () + public int getA_Period_Posted() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_Posted); if (ii == null) @@ -507,7 +523,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set A_Period_Start. - @param A_Period_Start A_Period_Start */ + @param A_Period_Start A_Period_Start + */ public void setA_Period_Start (int A_Period_Start) { set_Value (COLUMNNAME_A_Period_Start, Integer.valueOf(A_Period_Start)); @@ -515,7 +532,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get A_Period_Start. @return A_Period_Start */ - public int getA_Period_Start () + public int getA_Period_Start() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_Start); if (ii == null) @@ -524,7 +541,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set A_Prior_Year_Accumulated_Depr. - @param A_Prior_Year_Accumulated_Depr A_Prior_Year_Accumulated_Depr */ + @param A_Prior_Year_Accumulated_Depr A_Prior_Year_Accumulated_Depr + */ public void setA_Prior_Year_Accumulated_Depr (BigDecimal A_Prior_Year_Accumulated_Depr) { set_Value (COLUMNNAME_A_Prior_Year_Accumulated_Depr, A_Prior_Year_Accumulated_Depr); @@ -532,7 +550,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get A_Prior_Year_Accumulated_Depr. @return A_Prior_Year_Accumulated_Depr */ - public BigDecimal getA_Prior_Year_Accumulated_Depr () + public BigDecimal getA_Prior_Year_Accumulated_Depr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Prior_Year_Accumulated_Depr); if (bd == null) @@ -541,7 +559,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Current Qty. - @param A_QTY_Current Current Qty */ + @param A_QTY_Current Current Qty + */ public void setA_QTY_Current (int A_QTY_Current) { set_Value (COLUMNNAME_A_QTY_Current, Integer.valueOf(A_QTY_Current)); @@ -549,7 +568,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Current Qty. @return Current Qty */ - public int getA_QTY_Current () + public int getA_QTY_Current() { Integer ii = (Integer)get_Value(COLUMNNAME_A_QTY_Current); if (ii == null) @@ -558,7 +577,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set A_QTY_Original. - @param A_QTY_Original A_QTY_Original */ + @param A_QTY_Original A_QTY_Original + */ public void setA_QTY_Original (int A_QTY_Original) { set_Value (COLUMNNAME_A_QTY_Original, Integer.valueOf(A_QTY_Original)); @@ -566,7 +586,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get A_QTY_Original. @return A_QTY_Original */ - public int getA_QTY_Original () + public int getA_QTY_Original() { Integer ii = (Integer)get_Value(COLUMNNAME_A_QTY_Original); if (ii == null) @@ -583,7 +603,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Year Balances = YBF */ public static final String A_REVAL_CAL_METHOD_YearBalances = "YBF"; /** Set A_Reval_Cal_Method. - @param A_Reval_Cal_Method A_Reval_Cal_Method */ + @param A_Reval_Cal_Method A_Reval_Cal_Method + */ public void setA_Reval_Cal_Method (String A_Reval_Cal_Method) { @@ -592,13 +613,14 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get A_Reval_Cal_Method. @return A_Reval_Cal_Method */ - public String getA_Reval_Cal_Method () + public String getA_Reval_Cal_Method() { return (String)get_Value(COLUMNNAME_A_Reval_Cal_Method); } /** Set Asset Salvage Value. - @param A_Salvage_Value Asset Salvage Value */ + @param A_Salvage_Value Asset Salvage Value + */ public void setA_Salvage_Value (BigDecimal A_Salvage_Value) { set_Value (COLUMNNAME_A_Salvage_Value, A_Salvage_Value); @@ -606,7 +628,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Asset Salvage Value. @return Asset Salvage Value */ - public BigDecimal getA_Salvage_Value () + public BigDecimal getA_Salvage_Value() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Salvage_Value); if (bd == null) @@ -615,7 +637,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Split Percent. - @param A_Split_Percent Split Percent */ + @param A_Split_Percent Split Percent + */ public void setA_Split_Percent (BigDecimal A_Split_Percent) { set_Value (COLUMNNAME_A_Split_Percent, A_Split_Percent); @@ -623,7 +646,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Split Percent. @return Split Percent */ - public BigDecimal getA_Split_Percent () + public BigDecimal getA_Split_Percent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Split_Percent); if (bd == null) @@ -632,9 +655,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Asset Depreciation Date. - @param AssetDepreciationDate - Date of last depreciation - */ + @param AssetDepreciationDate Date of last depreciation + */ public void setAssetDepreciationDate (Timestamp AssetDepreciationDate) { set_Value (COLUMNNAME_AssetDepreciationDate, AssetDepreciationDate); @@ -643,15 +665,14 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Asset Depreciation Date. @return Date of last depreciation */ - public Timestamp getAssetDepreciationDate () + public Timestamp getAssetDepreciationDate() { return (Timestamp)get_Value(COLUMNNAME_AssetDepreciationDate); } /** Set Asset Disposal Date. - @param AssetDisposalDate - Date when the asset is/was disposed - */ + @param AssetDisposalDate Date when the asset is/was disposed + */ public void setAssetDisposalDate (Timestamp AssetDisposalDate) { set_Value (COLUMNNAME_AssetDisposalDate, AssetDisposalDate); @@ -660,15 +681,14 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Asset Disposal Date. @return Date when the asset is/was disposed */ - public Timestamp getAssetDisposalDate () + public Timestamp getAssetDisposalDate() { return (Timestamp)get_Value(COLUMNNAME_AssetDisposalDate); } /** Set Market value Amount. - @param AssetMarketValueAmt - Market value of the asset - */ + @param AssetMarketValueAmt Market value of the asset + */ public void setAssetMarketValueAmt (BigDecimal AssetMarketValueAmt) { set_Value (COLUMNNAME_AssetMarketValueAmt, AssetMarketValueAmt); @@ -677,7 +697,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Market value Amount. @return Market value of the asset */ - public BigDecimal getAssetMarketValueAmt () + public BigDecimal getAssetMarketValueAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AssetMarketValueAmt); if (bd == null) @@ -686,9 +706,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set In Service Date. - @param AssetServiceDate - Date when Asset was put into service - */ + @param AssetServiceDate Date when Asset was put into service + */ public void setAssetServiceDate (Timestamp AssetServiceDate) { set_Value (COLUMNNAME_AssetServiceDate, AssetServiceDate); @@ -697,7 +716,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get In Service Date. @return Date when Asset was put into service */ - public Timestamp getAssetServiceDate () + public Timestamp getAssetServiceDate() { return (Timestamp)get_Value(COLUMNNAME_AssetServiceDate); } @@ -709,21 +728,20 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -737,22 +755,21 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -767,21 +784,20 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -796,21 +812,20 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -819,9 +834,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -830,15 +844,14 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Guarantee Date. - @param GuaranteeDate - Date when guarantee expires - */ + @param GuaranteeDate Date when guarantee expires + */ public void setGuaranteeDate (Timestamp GuaranteeDate) { set_Value (COLUMNNAME_GuaranteeDate, GuaranteeDate); @@ -847,15 +860,14 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Guarantee Date. @return Date when guarantee expires */ - public Timestamp getGuaranteeDate () + public Timestamp getGuaranteeDate() { return (Timestamp)get_Value(COLUMNNAME_GuaranteeDate); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -864,24 +876,25 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Asset. - @param I_Asset_ID Asset */ + @param I_Asset_ID Asset + */ public void setI_Asset_ID (int I_Asset_ID) { - if (I_Asset_ID < 1) + if (I_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_I_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_Asset_ID, Integer.valueOf(I_Asset_ID)); } /** Get Asset. @return Asset */ - public int getI_Asset_ID () + public int getI_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_Asset_ID); if (ii == null) @@ -898,7 +911,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set I_Asset_UU. - @param I_Asset_UU I_Asset_UU */ + @param I_Asset_UU I_Asset_UU + */ public void setI_Asset_UU (String I_Asset_UU) { set_Value (COLUMNNAME_I_Asset_UU, I_Asset_UU); @@ -906,15 +920,14 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get I_Asset_UU. @return I_Asset_UU */ - public String getI_Asset_UU () + public String getI_Asset_UU() { return (String)get_Value(COLUMNNAME_I_Asset_UU); } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -923,15 +936,14 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -940,7 +952,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -953,9 +965,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Depreciate. - @param IsDepreciated - The asset will be depreciated - */ + @param IsDepreciated The asset will be depreciated + */ public void setIsDepreciated (boolean IsDepreciated) { set_Value (COLUMNNAME_IsDepreciated, Boolean.valueOf(IsDepreciated)); @@ -964,7 +975,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Depreciate. @return The asset will be depreciated */ - public boolean isDepreciated () + public boolean isDepreciated() { Object oo = get_Value(COLUMNNAME_IsDepreciated); if (oo != null) @@ -977,9 +988,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Disposed. - @param IsDisposed - The asset is disposed - */ + @param IsDisposed The asset is disposed + */ public void setIsDisposed (boolean IsDisposed) { set_Value (COLUMNNAME_IsDisposed, Boolean.valueOf(IsDisposed)); @@ -988,7 +998,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Disposed. @return The asset is disposed */ - public boolean isDisposed () + public boolean isDisposed() { Object oo = get_Value(COLUMNNAME_IsDisposed); if (oo != null) @@ -1001,9 +1011,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Fully depreciated. - @param IsFullyDepreciated - The asset is fully depreciated - */ + @param IsFullyDepreciated The asset is fully depreciated + */ public void setIsFullyDepreciated (boolean IsFullyDepreciated) { set_Value (COLUMNNAME_IsFullyDepreciated, Boolean.valueOf(IsFullyDepreciated)); @@ -1012,7 +1021,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Fully depreciated. @return The asset is fully depreciated */ - public boolean isFullyDepreciated () + public boolean isFullyDepreciated() { Object oo = get_Value(COLUMNNAME_IsFullyDepreciated); if (oo != null) @@ -1025,9 +1034,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set In Possession. - @param IsInPosession - The asset is in the possession of the organization - */ + @param IsInPosession The asset is in the possession of the organization + */ public void setIsInPosession (boolean IsInPosession) { set_Value (COLUMNNAME_IsInPosession, Boolean.valueOf(IsInPosession)); @@ -1036,7 +1044,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get In Possession. @return The asset is in the possession of the organization */ - public boolean isInPosession () + public boolean isInPosession() { Object oo = get_Value(COLUMNNAME_IsInPosession); if (oo != null) @@ -1049,9 +1057,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Owned. - @param IsOwned - The asset is owned by the organization - */ + @param IsOwned The asset is owned by the organization + */ public void setIsOwned (boolean IsOwned) { set_Value (COLUMNNAME_IsOwned, Boolean.valueOf(IsOwned)); @@ -1060,7 +1067,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Owned. @return The asset is owned by the organization */ - public boolean isOwned () + public boolean isOwned() { Object oo = get_Value(COLUMNNAME_IsOwned); if (oo != null) @@ -1073,9 +1080,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Life use. - @param LifeUseUnits - Units of use until the asset is not usable anymore - */ + @param LifeUseUnits Units of use until the asset is not usable anymore + */ public void setLifeUseUnits (int LifeUseUnits) { set_Value (COLUMNNAME_LifeUseUnits, Integer.valueOf(LifeUseUnits)); @@ -1084,7 +1090,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Life use. @return Units of use until the asset is not usable anymore */ - public int getLifeUseUnits () + public int getLifeUseUnits() { Integer ii = (Integer)get_Value(COLUMNNAME_LifeUseUnits); if (ii == null) @@ -1093,9 +1099,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Location comment. - @param LocationComment - Additional comments or remarks concerning the location - */ + @param LocationComment Additional comments or remarks concerning the location + */ public void setLocationComment (String LocationComment) { set_Value (COLUMNNAME_LocationComment, LocationComment); @@ -1104,15 +1109,14 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Location comment. @return Additional comments or remarks concerning the location */ - public String getLocationComment () + public String getLocationComment() { return (String)get_Value(COLUMNNAME_LocationComment); } /** Set Lot No. - @param Lot - Lot number (alphanumeric) - */ + @param Lot Lot number (alphanumeric) + */ public void setLot (String Lot) { set_Value (COLUMNNAME_Lot, Lot); @@ -1121,7 +1125,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Lot No. @return Lot number (alphanumeric) */ - public String getLot () + public String getLot() { return (String)get_Value(COLUMNNAME_Lot); } @@ -1133,21 +1137,20 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -1162,21 +1165,20 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -1191,21 +1193,20 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -1214,9 +1215,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -1225,7 +1225,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -1243,9 +1243,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -1255,15 +1254,14 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1272,7 +1270,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1285,7 +1283,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1293,7 +1292,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1306,9 +1305,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Serial No. - @param SerNo - Product Serial Number - */ + @param SerNo Product Serial Number + */ public void setSerNo (String SerNo) { set_Value (COLUMNNAME_SerNo, SerNo); @@ -1317,15 +1315,14 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Serial No. @return Product Serial Number */ - public String getSerNo () + public String getSerNo() { return (String)get_Value(COLUMNNAME_SerNo); } /** Set Usable Life - Months. - @param UseLifeMonths - Months of the usable life of the asset - */ + @param UseLifeMonths Months of the usable life of the asset + */ public void setUseLifeMonths (int UseLifeMonths) { set_Value (COLUMNNAME_UseLifeMonths, Integer.valueOf(UseLifeMonths)); @@ -1334,7 +1331,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Usable Life - Months. @return Months of the usable life of the asset */ - public int getUseLifeMonths () + public int getUseLifeMonths() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeMonths); if (ii == null) @@ -1343,9 +1340,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Usable Life - Years. - @param UseLifeYears - Years of the usable life of the asset - */ + @param UseLifeYears Years of the usable life of the asset + */ public void setUseLifeYears (int UseLifeYears) { set_Value (COLUMNNAME_UseLifeYears, Integer.valueOf(UseLifeYears)); @@ -1354,7 +1350,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Usable Life - Years. @return Years of the usable life of the asset */ - public int getUseLifeYears () + public int getUseLifeYears() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeYears); if (ii == null) @@ -1363,9 +1359,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Use units. - @param UseUnits - Currently used units of the assets - */ + @param UseUnits Currently used units of the assets + */ public void setUseUnits (int UseUnits) { set_Value (COLUMNNAME_UseUnits, Integer.valueOf(UseUnits)); @@ -1374,7 +1369,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Use units. @return Currently used units of the assets */ - public int getUseUnits () + public int getUseUnits() { Integer ii = (Integer)get_Value(COLUMNNAME_UseUnits); if (ii == null) @@ -1383,9 +1378,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -1394,15 +1388,14 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Version No. - @param VersionNo - Version Number - */ + @param VersionNo Version Number + */ public void setVersionNo (String VersionNo) { set_Value (COLUMNNAME_VersionNo, VersionNo); @@ -1411,7 +1404,7 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent /** Get Version No. @return Version Number */ - public String getVersionNo () + public String getVersionNo() { return (String)get_Value(COLUMNNAME_VersionNo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_I_BPartner.java b/org.adempiere.base/src/org/compiere/model/X_I_BPartner.java index dd0d5f526b..a7984f5019 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_BPartner.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_BPartner.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for I_BPartner * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_BPartner") public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent { @@ -32,7 +32,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_BPartner (Properties ctx, int I_BPartner_ID, String trxName) @@ -75,9 +75,8 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Address 1. - @param Address1 - Address line 1 for this location - */ + @param Address1 Address line 1 for this location + */ public void setAddress1 (String Address1) { set_Value (COLUMNNAME_Address1, Address1); @@ -86,15 +85,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Address 1. @return Address line 1 for this location */ - public String getAddress1 () + public String getAddress1() { return (String)get_Value(COLUMNNAME_Address1); } /** Set Address 2. - @param Address2 - Address line 2 for this location - */ + @param Address2 Address line 2 for this location + */ public void setAddress2 (String Address2) { set_Value (COLUMNNAME_Address2, Address2); @@ -103,7 +101,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Address 2. @return Address line 2 for this location */ - public String getAddress2 () + public String getAddress2() { return (String)get_Value(COLUMNNAME_Address2); } @@ -115,21 +113,20 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -138,9 +135,8 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Birthday. - @param Birthday - Birthday or Anniversary day - */ + @param Birthday Birthday or Anniversary day + */ public void setBirthday (Timestamp Birthday) { set_Value (COLUMNNAME_Birthday, Birthday); @@ -149,15 +145,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Birthday. @return Birthday or Anniversary day */ - public Timestamp getBirthday () + public Timestamp getBirthday() { return (Timestamp)get_Value(COLUMNNAME_Birthday); } /** Set BP Contact Greeting. - @param BPContactGreeting - Greeting for Business Partner Contact - */ + @param BPContactGreeting Greeting for Business Partner Contact + */ public void setBPContactGreeting (String BPContactGreeting) { set_Value (COLUMNNAME_BPContactGreeting, BPContactGreeting); @@ -166,7 +161,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get BP Contact Greeting. @return Greeting for Business Partner Contact */ - public String getBPContactGreeting () + public String getBPContactGreeting() { return (String)get_Value(COLUMNNAME_BPContactGreeting); } @@ -177,22 +172,21 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -207,21 +201,20 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -236,21 +229,20 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ + @param C_BP_Group_ID Business Partner Group + */ public void setC_BP_Group_ID (int C_BP_Group_ID) { - if (C_BP_Group_ID < 1) + if (C_BP_Group_ID < 1) set_Value (COLUMNNAME_C_BP_Group_ID, null); - else + else set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); } /** Get Business Partner Group. @return Business Partner Group */ - public int getC_BP_Group_ID () + public int getC_BP_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); if (ii == null) @@ -265,21 +257,20 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Country. - @param C_Country_ID - Country - */ + @param C_Country_ID Country + */ public void setC_Country_ID (int C_Country_ID) { - if (C_Country_ID < 1) + if (C_Country_ID < 1) set_Value (COLUMNNAME_C_Country_ID, null); - else + else set_Value (COLUMNNAME_C_Country_ID, Integer.valueOf(C_Country_ID)); } /** Get Country. @return Country */ - public int getC_Country_ID () + public int getC_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Country_ID); if (ii == null) @@ -294,21 +285,20 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Greeting. - @param C_Greeting_ID - Greeting to print on correspondence - */ + @param C_Greeting_ID Greeting to print on correspondence + */ public void setC_Greeting_ID (int C_Greeting_ID) { - if (C_Greeting_ID < 1) + if (C_Greeting_ID < 1) set_Value (COLUMNNAME_C_Greeting_ID, null); - else + else set_Value (COLUMNNAME_C_Greeting_ID, Integer.valueOf(C_Greeting_ID)); } /** Get Greeting. @return Greeting to print on correspondence */ - public int getC_Greeting_ID () + public int getC_Greeting_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Greeting_ID); if (ii == null) @@ -317,9 +307,8 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set City. - @param City - Identifies a City - */ + @param City Identifies a City + */ public void setCity (String City) { set_Value (COLUMNNAME_City, City); @@ -328,15 +317,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get City. @return Identifies a City */ - public String getCity () + public String getCity() { return (String)get_Value(COLUMNNAME_City); } /** Set Comments. - @param Comments - Comments or additional information - */ + @param Comments Comments or additional information + */ public void setComments (String Comments) { set_Value (COLUMNNAME_Comments, Comments); @@ -345,15 +333,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Comments. @return Comments or additional information */ - public String getComments () + public String getComments() { return (String)get_Value(COLUMNNAME_Comments); } /** Set Contact Description. - @param ContactDescription - Description of Contact - */ + @param ContactDescription Description of Contact + */ public void setContactDescription (String ContactDescription) { set_Value (COLUMNNAME_ContactDescription, ContactDescription); @@ -362,15 +349,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Contact Description. @return Description of Contact */ - public String getContactDescription () + public String getContactDescription() { return (String)get_Value(COLUMNNAME_ContactDescription); } /** Set Contact Name. - @param ContactName - Business Partner Contact Name - */ + @param ContactName Business Partner Contact Name + */ public void setContactName (String ContactName) { set_Value (COLUMNNAME_ContactName, ContactName); @@ -379,15 +365,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Contact Name. @return Business Partner Contact Name */ - public String getContactName () + public String getContactName() { return (String)get_Value(COLUMNNAME_ContactName); } /** Set ISO Country Code. - @param CountryCode - Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html - */ + @param CountryCode Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html + */ public void setCountryCode (String CountryCode) { set_Value (COLUMNNAME_CountryCode, CountryCode); @@ -396,7 +381,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get ISO Country Code. @return Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html */ - public String getCountryCode () + public String getCountryCode() { return (String)get_Value(COLUMNNAME_CountryCode); } @@ -408,21 +393,20 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Region. - @param C_Region_ID - Identifies a geographical Region - */ + @param C_Region_ID Identifies a geographical Region + */ public void setC_Region_ID (int C_Region_ID) { - if (C_Region_ID < 1) + if (C_Region_ID < 1) set_Value (COLUMNNAME_C_Region_ID, null); - else + else set_Value (COLUMNNAME_C_Region_ID, Integer.valueOf(C_Region_ID)); } /** Get Region. @return Identifies a geographical Region */ - public int getC_Region_ID () + public int getC_Region_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Region_ID); if (ii == null) @@ -431,9 +415,8 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -442,32 +425,30 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set D-U-N-S. - @param DUNS - Dun & Bradstreet Number - */ + @param DUNS Dun & Bradstreet Number + */ public void setDUNS (String DUNS) { set_Value (COLUMNNAME_DUNS, DUNS); } /** Get D-U-N-S. - @return Dun & Bradstreet Number + @return Dun & Bradstreet Number */ - public String getDUNS () + public String getDUNS() { return (String)get_Value(COLUMNNAME_DUNS); } /** Set EMail Address. - @param EMail - Electronic Mail Address - */ + @param EMail Electronic Mail Address + */ public void setEMail (String EMail) { set_Value (COLUMNNAME_EMail, EMail); @@ -476,15 +457,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get EMail Address. @return Electronic Mail Address */ - public String getEMail () + public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } /** Set Fax. - @param Fax - Facsimile number - */ + @param Fax Facsimile number + */ public void setFax (String Fax) { set_Value (COLUMNNAME_Fax, Fax); @@ -493,15 +473,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Fax. @return Facsimile number */ - public String getFax () + public String getFax() { return (String)get_Value(COLUMNNAME_Fax); } /** Set Group Key. - @param GroupValue - Business Partner Group Key - */ + @param GroupValue Business Partner Group Key + */ public void setGroupValue (String GroupValue) { set_Value (COLUMNNAME_GroupValue, GroupValue); @@ -510,24 +489,25 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Group Key. @return Business Partner Group Key */ - public String getGroupValue () + public String getGroupValue() { return (String)get_Value(COLUMNNAME_GroupValue); } /** Set Import Business Partner. - @param I_BPartner_ID Import Business Partner */ + @param I_BPartner_ID Import Business Partner + */ public void setI_BPartner_ID (int I_BPartner_ID) { - if (I_BPartner_ID < 1) + if (I_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_I_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_BPartner_ID, Integer.valueOf(I_BPartner_ID)); } /** Get Import Business Partner. @return Import Business Partner */ - public int getI_BPartner_ID () + public int getI_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_BPartner_ID); if (ii == null) @@ -536,7 +516,8 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set I_BPartner_UU. - @param I_BPartner_UU I_BPartner_UU */ + @param I_BPartner_UU I_BPartner_UU + */ public void setI_BPartner_UU (String I_BPartner_UU) { set_Value (COLUMNNAME_I_BPartner_UU, I_BPartner_UU); @@ -544,15 +525,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get I_BPartner_UU. @return I_BPartner_UU */ - public String getI_BPartner_UU () + public String getI_BPartner_UU() { return (String)get_Value(COLUMNNAME_I_BPartner_UU); } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -561,15 +541,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -578,7 +557,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -591,9 +570,8 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Interest Area. - @param InterestAreaName - Name of the Interest Area - */ + @param InterestAreaName Name of the Interest Area + */ public void setInterestAreaName (String InterestAreaName) { set_Value (COLUMNNAME_InterestAreaName, InterestAreaName); @@ -602,15 +580,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Interest Area. @return Name of the Interest Area */ - public String getInterestAreaName () + public String getInterestAreaName() { return (String)get_Value(COLUMNNAME_InterestAreaName); } /** Set Customer. - @param IsCustomer - Indicates if this Business Partner is a Customer - */ + @param IsCustomer Indicates if this Business Partner is a Customer + */ public void setIsCustomer (boolean IsCustomer) { set_Value (COLUMNNAME_IsCustomer, Boolean.valueOf(IsCustomer)); @@ -619,7 +596,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Customer. @return Indicates if this Business Partner is a Customer */ - public boolean isCustomer () + public boolean isCustomer() { Object oo = get_Value(COLUMNNAME_IsCustomer); if (oo != null) @@ -632,9 +609,8 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Employee. - @param IsEmployee - Indicates if this Business Partner is an employee - */ + @param IsEmployee Indicates if this Business Partner is an employee + */ public void setIsEmployee (boolean IsEmployee) { set_Value (COLUMNNAME_IsEmployee, Boolean.valueOf(IsEmployee)); @@ -643,7 +619,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Employee. @return Indicates if this Business Partner is an employee */ - public boolean isEmployee () + public boolean isEmployee() { Object oo = get_Value(COLUMNNAME_IsEmployee); if (oo != null) @@ -656,9 +632,8 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Vendor. - @param IsVendor - Indicates if this Business Partner is a Vendor - */ + @param IsVendor Indicates if this Business Partner is a Vendor + */ public void setIsVendor (boolean IsVendor) { set_Value (COLUMNNAME_IsVendor, Boolean.valueOf(IsVendor)); @@ -667,7 +642,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Vendor. @return Indicates if this Business Partner is a Vendor */ - public boolean isVendor () + public boolean isVendor() { Object oo = get_Value(COLUMNNAME_IsVendor); if (oo != null) @@ -680,9 +655,8 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set NAICS/SIC. - @param NAICS - Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.html - */ + @param NAICS Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.html + */ public void setNAICS (String NAICS) { set_Value (COLUMNNAME_NAICS, NAICS); @@ -691,15 +665,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get NAICS/SIC. @return Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.html */ - public String getNAICS () + public String getNAICS() { return (String)get_Value(COLUMNNAME_NAICS); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -708,15 +681,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Name 2. - @param Name2 - Additional Name - */ + @param Name2 Additional Name + */ public void setName2 (String Name2) { set_Value (COLUMNNAME_Name2, Name2); @@ -725,15 +697,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Name 2. @return Additional Name */ - public String getName2 () + public String getName2() { return (String)get_Value(COLUMNNAME_Name2); } /** Set Password. - @param Password - Password of any length (case sensitive) - */ + @param Password Password of any length (case sensitive) + */ public void setPassword (String Password) { set_Value (COLUMNNAME_Password, Password); @@ -742,15 +713,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Password. @return Password of any length (case sensitive) */ - public String getPassword () + public String getPassword() { return (String)get_Value(COLUMNNAME_Password); } /** Set Phone. - @param Phone - Identifies a telephone number - */ + @param Phone Identifies a telephone number + */ public void setPhone (String Phone) { set_Value (COLUMNNAME_Phone, Phone); @@ -759,15 +729,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Phone. @return Identifies a telephone number */ - public String getPhone () + public String getPhone() { return (String)get_Value(COLUMNNAME_Phone); } /** Set 2nd Phone. - @param Phone2 - Identifies an alternate telephone number. - */ + @param Phone2 Identifies an alternate telephone number. + */ public void setPhone2 (String Phone2) { set_Value (COLUMNNAME_Phone2, Phone2); @@ -776,15 +745,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get 2nd Phone. @return Identifies an alternate telephone number. */ - public String getPhone2 () + public String getPhone2() { return (String)get_Value(COLUMNNAME_Phone2); } /** Set ZIP. - @param Postal - Postal code - */ + @param Postal Postal code + */ public void setPostal (String Postal) { set_Value (COLUMNNAME_Postal, Postal); @@ -793,15 +761,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get ZIP. @return Postal code */ - public String getPostal () + public String getPostal() { return (String)get_Value(COLUMNNAME_Postal); } /** Set Additional Zip. - @param Postal_Add - Additional ZIP or Postal code - */ + @param Postal_Add Additional ZIP or Postal code + */ public void setPostal_Add (String Postal_Add) { set_Value (COLUMNNAME_Postal_Add, Postal_Add); @@ -810,15 +777,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Additional Zip. @return Additional ZIP or Postal code */ - public String getPostal_Add () + public String getPostal_Add() { return (String)get_Value(COLUMNNAME_Postal_Add); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_ValueNoCheck (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -827,7 +793,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -840,7 +806,8 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -848,7 +815,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -861,9 +828,8 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Region. - @param RegionName - Name of the Region - */ + @param RegionName Name of the Region + */ public void setRegionName (String RegionName) { set_Value (COLUMNNAME_RegionName, RegionName); @@ -872,7 +838,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Region. @return Name of the Region */ - public String getRegionName () + public String getRegionName() { return (String)get_Value(COLUMNNAME_RegionName); } @@ -884,21 +850,20 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Interest Area. - @param R_InterestArea_ID - Interest Area or Topic - */ + @param R_InterestArea_ID Interest Area or Topic + */ public void setR_InterestArea_ID (int R_InterestArea_ID) { - if (R_InterestArea_ID < 1) + if (R_InterestArea_ID < 1) set_Value (COLUMNNAME_R_InterestArea_ID, null); - else + else set_Value (COLUMNNAME_R_InterestArea_ID, Integer.valueOf(R_InterestArea_ID)); } /** Get Interest Area. @return Interest Area or Topic */ - public int getR_InterestArea_ID () + public int getR_InterestArea_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_InterestArea_ID); if (ii == null) @@ -907,9 +872,8 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent } /** Set Tax ID. - @param TaxID - Tax Identification - */ + @param TaxID Tax Identification + */ public void setTaxID (String TaxID) { set_Value (COLUMNNAME_TaxID, TaxID); @@ -918,15 +882,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Tax ID. @return Tax Identification */ - public String getTaxID () + public String getTaxID() { return (String)get_Value(COLUMNNAME_TaxID); } /** Set Title. - @param Title - Name this entity is referred to as - */ + @param Title Name this entity is referred to as + */ public void setTitle (String Title) { set_Value (COLUMNNAME_Title, Title); @@ -935,15 +898,14 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Title. @return Name this entity is referred to as */ - public String getTitle () + public String getTitle() { return (String)get_Value(COLUMNNAME_Title); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -952,7 +914,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_I_BankStatement.java b/org.adempiere.base/src/org/compiere/model/X_I_BankStatement.java index 20c64f8c11..bc7eac7674 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_BankStatement.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_BankStatement.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for I_BankStatement * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_BankStatement") public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persistent { @@ -33,7 +33,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_BankStatement (Properties ctx, int I_BankStatement_ID, String trxName) @@ -75,9 +75,8 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Bank Account No. - @param BankAccountNo - Bank Account Number - */ + @param BankAccountNo Bank Account Number + */ public void setBankAccountNo (String BankAccountNo) { set_Value (COLUMNNAME_BankAccountNo, BankAccountNo); @@ -86,15 +85,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Bank Account No. @return Bank Account Number */ - public String getBankAccountNo () + public String getBankAccountNo() { return (String)get_Value(COLUMNNAME_BankAccountNo); } /** Set Business Partner Key. - @param BPartnerValue - Key of the Business Partner - */ + @param BPartnerValue Key of the Business Partner + */ public void setBPartnerValue (String BPartnerValue) { set_Value (COLUMNNAME_BPartnerValue, BPartnerValue); @@ -103,7 +101,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Business Partner Key. @return Key of the Business Partner */ - public String getBPartnerValue () + public String getBPartnerValue() { return (String)get_Value(COLUMNNAME_BPartnerValue); } @@ -115,21 +113,20 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -144,21 +141,20 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Bank Statement. - @param C_BankStatement_ID - Bank Statement of account - */ + @param C_BankStatement_ID Bank Statement of account + */ public void setC_BankStatement_ID (int C_BankStatement_ID) { - if (C_BankStatement_ID < 1) + if (C_BankStatement_ID < 1) set_Value (COLUMNNAME_C_BankStatement_ID, null); - else + else set_Value (COLUMNNAME_C_BankStatement_ID, Integer.valueOf(C_BankStatement_ID)); } /** Get Bank Statement. @return Bank Statement of account */ - public int getC_BankStatement_ID () + public int getC_BankStatement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankStatement_ID); if (ii == null) @@ -173,21 +169,20 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Bank statement line. - @param C_BankStatementLine_ID - Line on a statement from this Bank - */ + @param C_BankStatementLine_ID Line on a statement from this Bank + */ public void setC_BankStatementLine_ID (int C_BankStatementLine_ID) { - if (C_BankStatementLine_ID < 1) + if (C_BankStatementLine_ID < 1) set_Value (COLUMNNAME_C_BankStatementLine_ID, null); - else + else set_Value (COLUMNNAME_C_BankStatementLine_ID, Integer.valueOf(C_BankStatementLine_ID)); } /** Get Bank statement line. @return Line on a statement from this Bank */ - public int getC_BankStatementLine_ID () + public int getC_BankStatementLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankStatementLine_ID); if (ii == null) @@ -201,22 +196,21 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -231,21 +225,20 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -260,21 +253,20 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -283,9 +275,8 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Charge amount. - @param ChargeAmt - Charge Amount - */ + @param ChargeAmt Charge Amount + */ public void setChargeAmt (BigDecimal ChargeAmt) { set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); @@ -294,7 +285,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Charge amount. @return Charge Amount */ - public BigDecimal getChargeAmt () + public BigDecimal getChargeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); if (bd == null) @@ -303,9 +294,8 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Charge Name. - @param ChargeName - Name of the Charge - */ + @param ChargeName Name of the Charge + */ public void setChargeName (String ChargeName) { set_Value (COLUMNNAME_ChargeName, ChargeName); @@ -314,7 +304,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Charge Name. @return Name of the Charge */ - public String getChargeName () + public String getChargeName() { return (String)get_Value(COLUMNNAME_ChargeName); } @@ -326,21 +316,20 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -355,21 +344,20 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -378,7 +366,8 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Create Payment. - @param CreatePayment Create Payment */ + @param CreatePayment Create Payment + */ public void setCreatePayment (String CreatePayment) { set_Value (COLUMNNAME_CreatePayment, CreatePayment); @@ -386,15 +375,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Create Payment. @return Create Payment */ - public String getCreatePayment () + public String getCreatePayment() { return (String)get_Value(COLUMNNAME_CreatePayment); } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -403,15 +391,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -420,15 +407,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set EFT Amount. - @param EftAmt - Electronic Funds Transfer Amount - */ + @param EftAmt Electronic Funds Transfer Amount + */ public void setEftAmt (BigDecimal EftAmt) { set_Value (COLUMNNAME_EftAmt, EftAmt); @@ -437,7 +423,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get EFT Amount. @return Electronic Funds Transfer Amount */ - public BigDecimal getEftAmt () + public BigDecimal getEftAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_EftAmt); if (bd == null) @@ -446,9 +432,8 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set EFT Check No. - @param EftCheckNo - Electronic Funds Transfer Check No - */ + @param EftCheckNo Electronic Funds Transfer Check No + */ public void setEftCheckNo (String EftCheckNo) { set_Value (COLUMNNAME_EftCheckNo, EftCheckNo); @@ -457,15 +442,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get EFT Check No. @return Electronic Funds Transfer Check No */ - public String getEftCheckNo () + public String getEftCheckNo() { return (String)get_Value(COLUMNNAME_EftCheckNo); } /** Set EFT Currency. - @param EftCurrency - Electronic Funds Transfer Currency - */ + @param EftCurrency Electronic Funds Transfer Currency + */ public void setEftCurrency (String EftCurrency) { set_Value (COLUMNNAME_EftCurrency, EftCurrency); @@ -474,15 +458,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get EFT Currency. @return Electronic Funds Transfer Currency */ - public String getEftCurrency () + public String getEftCurrency() { return (String)get_Value(COLUMNNAME_EftCurrency); } /** Set EFT Memo. - @param EftMemo - Electronic Funds Transfer Memo - */ + @param EftMemo Electronic Funds Transfer Memo + */ public void setEftMemo (String EftMemo) { set_Value (COLUMNNAME_EftMemo, EftMemo); @@ -491,15 +474,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get EFT Memo. @return Electronic Funds Transfer Memo */ - public String getEftMemo () + public String getEftMemo() { return (String)get_Value(COLUMNNAME_EftMemo); } /** Set EFT Payee. - @param EftPayee - Electronic Funds Transfer Payee information - */ + @param EftPayee Electronic Funds Transfer Payee information + */ public void setEftPayee (String EftPayee) { set_Value (COLUMNNAME_EftPayee, EftPayee); @@ -508,15 +490,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get EFT Payee. @return Electronic Funds Transfer Payee information */ - public String getEftPayee () + public String getEftPayee() { return (String)get_Value(COLUMNNAME_EftPayee); } /** Set EFT Payee Account. - @param EftPayeeAccount - Electronic Funds Transfer Payee Account Information - */ + @param EftPayeeAccount Electronic Funds Transfer Payee Account Information + */ public void setEftPayeeAccount (String EftPayeeAccount) { set_Value (COLUMNNAME_EftPayeeAccount, EftPayeeAccount); @@ -525,15 +506,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get EFT Payee Account. @return Electronic Funds Transfer Payee Account Information */ - public String getEftPayeeAccount () + public String getEftPayeeAccount() { return (String)get_Value(COLUMNNAME_EftPayeeAccount); } /** Set EFT Reference. - @param EftReference - Electronic Funds Transfer Reference - */ + @param EftReference Electronic Funds Transfer Reference + */ public void setEftReference (String EftReference) { set_Value (COLUMNNAME_EftReference, EftReference); @@ -542,15 +522,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get EFT Reference. @return Electronic Funds Transfer Reference */ - public String getEftReference () + public String getEftReference() { return (String)get_Value(COLUMNNAME_EftReference); } /** Set EFT Statement Date. - @param EftStatementDate - Electronic Funds Transfer Statement Date - */ + @param EftStatementDate Electronic Funds Transfer Statement Date + */ public void setEftStatementDate (Timestamp EftStatementDate) { set_Value (COLUMNNAME_EftStatementDate, EftStatementDate); @@ -559,15 +538,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get EFT Statement Date. @return Electronic Funds Transfer Statement Date */ - public Timestamp getEftStatementDate () + public Timestamp getEftStatementDate() { return (Timestamp)get_Value(COLUMNNAME_EftStatementDate); } /** Set EFT Statement Line Date. - @param EftStatementLineDate - Electronic Funds Transfer Statement Line Date - */ + @param EftStatementLineDate Electronic Funds Transfer Statement Line Date + */ public void setEftStatementLineDate (Timestamp EftStatementLineDate) { set_Value (COLUMNNAME_EftStatementLineDate, EftStatementLineDate); @@ -576,15 +554,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get EFT Statement Line Date. @return Electronic Funds Transfer Statement Line Date */ - public Timestamp getEftStatementLineDate () + public Timestamp getEftStatementLineDate() { return (Timestamp)get_Value(COLUMNNAME_EftStatementLineDate); } /** Set EFT Statement Reference. - @param EftStatementReference - Electronic Funds Transfer Statement Reference - */ + @param EftStatementReference Electronic Funds Transfer Statement Reference + */ public void setEftStatementReference (String EftStatementReference) { set_Value (COLUMNNAME_EftStatementReference, EftStatementReference); @@ -593,15 +570,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get EFT Statement Reference. @return Electronic Funds Transfer Statement Reference */ - public String getEftStatementReference () + public String getEftStatementReference() { return (String)get_Value(COLUMNNAME_EftStatementReference); } /** Set EFT Trx ID. - @param EftTrxID - Electronic Funds Transfer Transaction ID - */ + @param EftTrxID Electronic Funds Transfer Transaction ID + */ public void setEftTrxID (String EftTrxID) { set_Value (COLUMNNAME_EftTrxID, EftTrxID); @@ -610,15 +586,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get EFT Trx ID. @return Electronic Funds Transfer Transaction ID */ - public String getEftTrxID () + public String getEftTrxID() { return (String)get_Value(COLUMNNAME_EftTrxID); } /** Set EFT Trx Type. - @param EftTrxType - Electronic Funds Transfer Transaction Type - */ + @param EftTrxType Electronic Funds Transfer Transaction Type + */ public void setEftTrxType (String EftTrxType) { set_Value (COLUMNNAME_EftTrxType, EftTrxType); @@ -627,15 +602,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get EFT Trx Type. @return Electronic Funds Transfer Transaction Type */ - public String getEftTrxType () + public String getEftTrxType() { return (String)get_Value(COLUMNNAME_EftTrxType); } /** Set EFT Effective Date. - @param EftValutaDate - Electronic Funds Transfer Valuta (effective) Date - */ + @param EftValutaDate Electronic Funds Transfer Valuta (effective) Date + */ public void setEftValutaDate (Timestamp EftValutaDate) { set_Value (COLUMNNAME_EftValutaDate, EftValutaDate); @@ -644,15 +618,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get EFT Effective Date. @return Electronic Funds Transfer Valuta (effective) Date */ - public Timestamp getEftValutaDate () + public Timestamp getEftValutaDate() { return (Timestamp)get_Value(COLUMNNAME_EftValutaDate); } /** Set IBAN. - @param IBAN - International Bank Account Number - */ + @param IBAN International Bank Account Number + */ public void setIBAN (String IBAN) { set_Value (COLUMNNAME_IBAN, IBAN); @@ -661,27 +634,26 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get IBAN. @return International Bank Account Number */ - public String getIBAN () + public String getIBAN() { return (String)get_Value(COLUMNNAME_IBAN); } /** Set Import Bank Statement. - @param I_BankStatement_ID - Import of the Bank Statement - */ + @param I_BankStatement_ID Import of the Bank Statement + */ public void setI_BankStatement_ID (int I_BankStatement_ID) { - if (I_BankStatement_ID < 1) + if (I_BankStatement_ID < 1) set_ValueNoCheck (COLUMNNAME_I_BankStatement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_BankStatement_ID, Integer.valueOf(I_BankStatement_ID)); } /** Get Import Bank Statement. @return Import of the Bank Statement */ - public int getI_BankStatement_ID () + public int getI_BankStatement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_BankStatement_ID); if (ii == null) @@ -690,7 +662,8 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set I_BankStatement_UU. - @param I_BankStatement_UU I_BankStatement_UU */ + @param I_BankStatement_UU I_BankStatement_UU + */ public void setI_BankStatement_UU (String I_BankStatement_UU) { set_Value (COLUMNNAME_I_BankStatement_UU, I_BankStatement_UU); @@ -698,15 +671,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get I_BankStatement_UU. @return I_BankStatement_UU */ - public String getI_BankStatement_UU () + public String getI_BankStatement_UU() { return (String)get_Value(COLUMNNAME_I_BankStatement_UU); } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -715,15 +687,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -732,7 +703,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -745,9 +716,8 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Interest Amount. - @param InterestAmt - Interest Amount - */ + @param InterestAmt Interest Amount + */ public void setInterestAmt (BigDecimal InterestAmt) { set_Value (COLUMNNAME_InterestAmt, InterestAmt); @@ -756,7 +726,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Interest Amount. @return Interest Amount */ - public BigDecimal getInterestAmt () + public BigDecimal getInterestAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_InterestAmt); if (bd == null) @@ -765,9 +735,8 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Invoice Document No. - @param InvoiceDocumentNo - Document Number of the Invoice - */ + @param InvoiceDocumentNo Document Number of the Invoice + */ public void setInvoiceDocumentNo (String InvoiceDocumentNo) { set_Value (COLUMNNAME_InvoiceDocumentNo, InvoiceDocumentNo); @@ -776,15 +745,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Invoice Document No. @return Document Number of the Invoice */ - public String getInvoiceDocumentNo () + public String getInvoiceDocumentNo() { return (String)get_Value(COLUMNNAME_InvoiceDocumentNo); } /** Set ISO Currency Code. - @param ISO_Code - Three letter ISO 4217 Code of the Currency - */ + @param ISO_Code Three letter ISO 4217 Code of the Currency + */ public void setISO_Code (String ISO_Code) { set_Value (COLUMNNAME_ISO_Code, ISO_Code); @@ -793,15 +761,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get ISO Currency Code. @return Three letter ISO 4217 Code of the Currency */ - public String getISO_Code () + public String getISO_Code() { return (String)get_Value(COLUMNNAME_ISO_Code); } /** Set Reversal. - @param IsReversal - This is a reversing transaction - */ + @param IsReversal This is a reversing transaction + */ public void setIsReversal (boolean IsReversal) { set_Value (COLUMNNAME_IsReversal, Boolean.valueOf(IsReversal)); @@ -810,7 +777,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Reversal. @return This is a reversing transaction */ - public boolean isReversal () + public boolean isReversal() { Object oo = get_Value(COLUMNNAME_IsReversal); if (oo != null) @@ -823,9 +790,8 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -834,7 +800,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -843,9 +809,8 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Line Description. - @param LineDescription - Description of the Line - */ + @param LineDescription Description of the Line + */ public void setLineDescription (String LineDescription) { set_Value (COLUMNNAME_LineDescription, LineDescription); @@ -854,13 +819,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Line Description. @return Description of the Line */ - public String getLineDescription () + public String getLineDescription() { return (String)get_Value(COLUMNNAME_LineDescription); } /** Set Match Statement. - @param MatchStatement Match Statement */ + @param MatchStatement Match Statement + */ public void setMatchStatement (String MatchStatement) { set_Value (COLUMNNAME_MatchStatement, MatchStatement); @@ -868,15 +834,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Match Statement. @return Match Statement */ - public String getMatchStatement () + public String getMatchStatement() { return (String)get_Value(COLUMNNAME_MatchStatement); } /** Set Memo. - @param Memo - Memo Text - */ + @param Memo Memo Text + */ public void setMemo (String Memo) { set_Value (COLUMNNAME_Memo, Memo); @@ -885,15 +850,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Memo. @return Memo Text */ - public String getMemo () + public String getMemo() { return (String)get_Value(COLUMNNAME_Memo); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -902,15 +866,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Payment Document No. - @param PaymentDocumentNo - Document number of the Payment - */ + @param PaymentDocumentNo Document number of the Payment + */ public void setPaymentDocumentNo (String PaymentDocumentNo) { set_Value (COLUMNNAME_PaymentDocumentNo, PaymentDocumentNo); @@ -919,15 +882,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Payment Document No. @return Document number of the Payment */ - public String getPaymentDocumentNo () + public String getPaymentDocumentNo() { return (String)get_Value(COLUMNNAME_PaymentDocumentNo); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -936,7 +898,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -949,7 +911,8 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -957,7 +920,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -970,26 +933,24 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Reference No. - @param ReferenceNo - Your customer or vendor number at the Business Partner's site - */ + @param ReferenceNo Your customer or vendor number at the Business Partner's site + */ public void setReferenceNo (String ReferenceNo) { set_Value (COLUMNNAME_ReferenceNo, ReferenceNo); } /** Get Reference No. - @return Your customer or vendor number at the Business Partner's site + @return Your customer or vendor number at the Business Partner's site */ - public String getReferenceNo () + public String getReferenceNo() { return (String)get_Value(COLUMNNAME_ReferenceNo); } /** Set Routing No. - @param RoutingNo - Bank Routing Number - */ + @param RoutingNo Bank Routing Number + */ public void setRoutingNo (String RoutingNo) { set_Value (COLUMNNAME_RoutingNo, RoutingNo); @@ -998,15 +959,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Routing No. @return Bank Routing Number */ - public String getRoutingNo () + public String getRoutingNo() { return (String)get_Value(COLUMNNAME_RoutingNo); } /** Set Statement date. - @param StatementDate - Date of the statement - */ + @param StatementDate Date of the statement + */ public void setStatementDate (Timestamp StatementDate) { set_Value (COLUMNNAME_StatementDate, StatementDate); @@ -1015,15 +975,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Statement date. @return Date of the statement */ - public Timestamp getStatementDate () + public Timestamp getStatementDate() { return (Timestamp)get_Value(COLUMNNAME_StatementDate); } /** Set Statement Line Date. - @param StatementLineDate - Date of the Statement Line - */ + @param StatementLineDate Date of the Statement Line + */ public void setStatementLineDate (Timestamp StatementLineDate) { set_Value (COLUMNNAME_StatementLineDate, StatementLineDate); @@ -1032,15 +991,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Statement Line Date. @return Date of the Statement Line */ - public Timestamp getStatementLineDate () + public Timestamp getStatementLineDate() { return (Timestamp)get_Value(COLUMNNAME_StatementLineDate); } /** Set Statement amount. - @param StmtAmt - Statement Amount - */ + @param StmtAmt Statement Amount + */ public void setStmtAmt (BigDecimal StmtAmt) { set_Value (COLUMNNAME_StmtAmt, StmtAmt); @@ -1049,7 +1007,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Statement amount. @return Statement Amount */ - public BigDecimal getStmtAmt () + public BigDecimal getStmtAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_StmtAmt); if (bd == null) @@ -1058,9 +1016,8 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis } /** Set Transaction Amount. - @param TrxAmt - Amount of a transaction - */ + @param TrxAmt Amount of a transaction + */ public void setTrxAmt (BigDecimal TrxAmt) { set_Value (COLUMNNAME_TrxAmt, TrxAmt); @@ -1069,7 +1026,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Transaction Amount. @return Amount of a transaction */ - public BigDecimal getTrxAmt () + public BigDecimal getTrxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TrxAmt); if (bd == null) @@ -1092,9 +1049,8 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Void = V */ public static final String TRXTYPE_Void = "V"; /** Set Transaction Type. - @param TrxType - Type of credit card transaction - */ + @param TrxType Type of credit card transaction + */ public void setTrxType (String TrxType) { @@ -1104,15 +1060,14 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Transaction Type. @return Type of credit card transaction */ - public String getTrxType () + public String getTrxType() { return (String)get_Value(COLUMNNAME_TrxType); } /** Set Effective date. - @param ValutaDate - Date when money is available - */ + @param ValutaDate Date when money is available + */ public void setValutaDate (Timestamp ValutaDate) { set_Value (COLUMNNAME_ValutaDate, ValutaDate); @@ -1121,7 +1076,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis /** Get Effective date. @return Date when money is available */ - public Timestamp getValutaDate () + public Timestamp getValutaDate() { return (Timestamp)get_Value(COLUMNNAME_ValutaDate); } diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Conversion_Rate.java b/org.adempiere.base/src/org/compiere/model/X_I_Conversion_Rate.java index 6076ff9e22..92a736490f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Conversion_Rate.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Conversion_Rate.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for I_Conversion_Rate * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_Conversion_Rate") public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Persistent { @@ -34,7 +34,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_Conversion_Rate (Properties ctx, int I_Conversion_Rate_ID, String trxName) @@ -81,21 +81,20 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe } /** Set Conversion Rate. - @param C_Conversion_Rate_ID - Rate used for converting currencies - */ + @param C_Conversion_Rate_ID Rate used for converting currencies + */ public void setC_Conversion_Rate_ID (int C_Conversion_Rate_ID) { - if (C_Conversion_Rate_ID < 1) + if (C_Conversion_Rate_ID < 1) set_Value (COLUMNNAME_C_Conversion_Rate_ID, null); - else + else set_Value (COLUMNNAME_C_Conversion_Rate_ID, Integer.valueOf(C_Conversion_Rate_ID)); } /** Get Conversion Rate. @return Rate used for converting currencies */ - public int getC_Conversion_Rate_ID () + public int getC_Conversion_Rate_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Conversion_Rate_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_Value (COLUMNNAME_C_ConversionType_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -139,21 +137,20 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -168,9 +165,8 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe } /** Set Currency To. - @param C_Currency_ID_To - Target currency - */ + @param C_Currency_ID_To Target currency + */ public void setC_Currency_ID_To (int C_Currency_ID_To) { set_Value (COLUMNNAME_C_Currency_ID_To, Integer.valueOf(C_Currency_ID_To)); @@ -179,7 +175,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get Currency To. @return Target currency */ - public int getC_Currency_ID_To () + public int getC_Currency_ID_To() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID_To); if (ii == null) @@ -188,9 +184,8 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe } /** Set Currency Type Key. - @param ConversionTypeValue - Key value for the Currency Conversion Rate Type - */ + @param ConversionTypeValue Key value for the Currency Conversion Rate Type + */ public void setConversionTypeValue (String ConversionTypeValue) { set_Value (COLUMNNAME_ConversionTypeValue, ConversionTypeValue); @@ -199,15 +194,14 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get Currency Type Key. @return Key value for the Currency Conversion Rate Type */ - public String getConversionTypeValue () + public String getConversionTypeValue() { return (String)get_Value(COLUMNNAME_ConversionTypeValue); } /** Set Create Reciprocal Rate. - @param CreateReciprocalRate - Create Reciprocal Rate from current information - */ + @param CreateReciprocalRate Create Reciprocal Rate from current information + */ public void setCreateReciprocalRate (boolean CreateReciprocalRate) { set_Value (COLUMNNAME_CreateReciprocalRate, Boolean.valueOf(CreateReciprocalRate)); @@ -216,7 +210,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get Create Reciprocal Rate. @return Create Reciprocal Rate from current information */ - public boolean isCreateReciprocalRate () + public boolean isCreateReciprocalRate() { Object oo = get_Value(COLUMNNAME_CreateReciprocalRate); if (oo != null) @@ -229,9 +223,8 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe } /** Set Divide Rate. - @param DivideRate - To convert Source number to Target number, the Source is divided - */ + @param DivideRate To convert Source number to Target number, the Source is divided + */ public void setDivideRate (BigDecimal DivideRate) { set_Value (COLUMNNAME_DivideRate, DivideRate); @@ -240,7 +233,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get Divide Rate. @return To convert Source number to Target number, the Source is divided */ - public BigDecimal getDivideRate () + public BigDecimal getDivideRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DivideRate); if (bd == null) @@ -249,21 +242,20 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe } /** Set Import Conversion Rate. - @param I_Conversion_Rate_ID - Import Currency Conversion Rate - */ + @param I_Conversion_Rate_ID Import Currency Conversion Rate + */ public void setI_Conversion_Rate_ID (int I_Conversion_Rate_ID) { - if (I_Conversion_Rate_ID < 1) + if (I_Conversion_Rate_ID < 1) set_ValueNoCheck (COLUMNNAME_I_Conversion_Rate_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_Conversion_Rate_ID, Integer.valueOf(I_Conversion_Rate_ID)); } /** Get Import Conversion Rate. @return Import Currency Conversion Rate */ - public int getI_Conversion_Rate_ID () + public int getI_Conversion_Rate_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_Conversion_Rate_ID); if (ii == null) @@ -280,7 +272,8 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe } /** Set I_Conversion_Rate_UU. - @param I_Conversion_Rate_UU I_Conversion_Rate_UU */ + @param I_Conversion_Rate_UU I_Conversion_Rate_UU + */ public void setI_Conversion_Rate_UU (String I_Conversion_Rate_UU) { set_Value (COLUMNNAME_I_Conversion_Rate_UU, I_Conversion_Rate_UU); @@ -288,15 +281,14 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get I_Conversion_Rate_UU. @return I_Conversion_Rate_UU */ - public String getI_Conversion_Rate_UU () + public String getI_Conversion_Rate_UU() { return (String)get_Value(COLUMNNAME_I_Conversion_Rate_UU); } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -305,15 +297,14 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -322,7 +313,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -335,9 +326,8 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe } /** Set ISO Currency Code. - @param ISO_Code - Three letter ISO 4217 Code of the Currency - */ + @param ISO_Code Three letter ISO 4217 Code of the Currency + */ public void setISO_Code (String ISO_Code) { set_Value (COLUMNNAME_ISO_Code, ISO_Code); @@ -346,15 +336,14 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get ISO Currency Code. @return Three letter ISO 4217 Code of the Currency */ - public String getISO_Code () + public String getISO_Code() { return (String)get_Value(COLUMNNAME_ISO_Code); } /** Set ISO Currency To Code. - @param ISO_Code_To - Three letter ISO 4217 Code of the To Currency - */ + @param ISO_Code_To Three letter ISO 4217 Code of the To Currency + */ public void setISO_Code_To (String ISO_Code_To) { set_Value (COLUMNNAME_ISO_Code_To, ISO_Code_To); @@ -363,15 +352,14 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get ISO Currency To Code. @return Three letter ISO 4217 Code of the To Currency */ - public String getISO_Code_To () + public String getISO_Code_To() { return (String)get_Value(COLUMNNAME_ISO_Code_To); } /** Set Multiply Rate. - @param MultiplyRate - Rate to multiple the source by to calculate the target. - */ + @param MultiplyRate Rate to multiple the source by to calculate the target. + */ public void setMultiplyRate (BigDecimal MultiplyRate) { set_Value (COLUMNNAME_MultiplyRate, MultiplyRate); @@ -380,7 +368,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get Multiply Rate. @return Rate to multiple the source by to calculate the target. */ - public BigDecimal getMultiplyRate () + public BigDecimal getMultiplyRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MultiplyRate); if (bd == null) @@ -389,9 +377,8 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -400,7 +387,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -413,7 +400,8 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -421,7 +409,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -434,9 +422,8 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -445,15 +432,14 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -462,7 +448,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_I_ElementValue.java b/org.adempiere.base/src/org/compiere/model/X_I_ElementValue.java index 6f06b554ec..76bc590595 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_ElementValue.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_ElementValue.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for I_ElementValue * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_ElementValue") public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persistent { @@ -31,7 +31,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_ElementValue (Properties ctx, int I_ElementValue_ID, String trxName) @@ -81,9 +81,8 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Natural = N */ public static final String ACCOUNTSIGN_Natural = "N"; /** Set Account Sign. - @param AccountSign - Indicates the Natural Sign of the Account as a Debit or Credit - */ + @param AccountSign Indicates the Natural Sign of the Account as a Debit or Credit + */ public void setAccountSign (String AccountSign) { @@ -93,7 +92,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Account Sign. @return Indicates the Natural Sign of the Account as a Debit or Credit */ - public String getAccountSign () + public String getAccountSign() { return (String)get_Value(COLUMNNAME_AccountSign); } @@ -108,14 +107,13 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste public static final String ACCOUNTTYPE_Liability = "L"; /** Memo = M */ public static final String ACCOUNTTYPE_Memo = "M"; - /** Owner's Equity = O */ + /** Owner's Equity = O */ public static final String ACCOUNTTYPE_OwnerSEquity = "O"; /** Revenue = R */ public static final String ACCOUNTTYPE_Revenue = "R"; /** Set Account Type. - @param AccountType - Indicates the type of account - */ + @param AccountType Indicates the type of account + */ public void setAccountType (String AccountType) { @@ -125,7 +123,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Account Type. @return Indicates the type of account */ - public String getAccountType () + public String getAccountType() { return (String)get_Value(COLUMNNAME_AccountType); } @@ -137,21 +135,20 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -166,21 +163,20 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Element. - @param C_Element_ID - Accounting Element - */ + @param C_Element_ID Accounting Element + */ public void setC_Element_ID (int C_Element_ID) { - if (C_Element_ID < 1) + if (C_Element_ID < 1) set_Value (COLUMNNAME_C_Element_ID, null); - else + else set_Value (COLUMNNAME_C_Element_ID, Integer.valueOf(C_Element_ID)); } /** Get Element. @return Accounting Element */ - public int getC_Element_ID () + public int getC_Element_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Element_ID); if (ii == null) @@ -195,21 +191,20 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Account Element. - @param C_ElementValue_ID - Account Element - */ + @param C_ElementValue_ID Account Element + */ public void setC_ElementValue_ID (int C_ElementValue_ID) { - if (C_ElementValue_ID < 1) + if (C_ElementValue_ID < 1) set_Value (COLUMNNAME_C_ElementValue_ID, null); - else + else set_Value (COLUMNNAME_C_ElementValue_ID, Integer.valueOf(C_ElementValue_ID)); } /** Get Account Element. @return Account Element */ - public int getC_ElementValue_ID () + public int getC_ElementValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValue_ID); if (ii == null) @@ -218,9 +213,8 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Default Account. - @param Default_Account - Name of the Default Account Column - */ + @param Default_Account Name of the Default Account Column + */ public void setDefault_Account (String Default_Account) { set_Value (COLUMNNAME_Default_Account, Default_Account); @@ -229,15 +223,14 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Default Account. @return Name of the Default Account Column */ - public String getDefault_Account () + public String getDefault_Account() { return (String)get_Value(COLUMNNAME_Default_Account); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -246,15 +239,14 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Element Name. - @param ElementName - Name of the Element - */ + @param ElementName Name of the Element + */ public void setElementName (String ElementName) { set_Value (COLUMNNAME_ElementName, ElementName); @@ -263,27 +255,26 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Element Name. @return Name of the Element */ - public String getElementName () + public String getElementName() { return (String)get_Value(COLUMNNAME_ElementName); } /** Set Import Account. - @param I_ElementValue_ID - Import Account Value - */ + @param I_ElementValue_ID Import Account Value + */ public void setI_ElementValue_ID (int I_ElementValue_ID) { - if (I_ElementValue_ID < 1) + if (I_ElementValue_ID < 1) set_ValueNoCheck (COLUMNNAME_I_ElementValue_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_ElementValue_ID, Integer.valueOf(I_ElementValue_ID)); } /** Get Import Account. @return Import Account Value */ - public int getI_ElementValue_ID () + public int getI_ElementValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_ElementValue_ID); if (ii == null) @@ -292,7 +283,8 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set I_ElementValue_UU. - @param I_ElementValue_UU I_ElementValue_UU */ + @param I_ElementValue_UU I_ElementValue_UU + */ public void setI_ElementValue_UU (String I_ElementValue_UU) { set_Value (COLUMNNAME_I_ElementValue_UU, I_ElementValue_UU); @@ -300,15 +292,14 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get I_ElementValue_UU. @return I_ElementValue_UU */ - public String getI_ElementValue_UU () + public String getI_ElementValue_UU() { return (String)get_Value(COLUMNNAME_I_ElementValue_UU); } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -317,15 +308,14 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -334,7 +324,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -347,9 +337,8 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Document Controlled. - @param IsDocControlled - Control account - If an account is controlled by a document, you cannot post manually to it - */ + @param IsDocControlled Control account - If an account is controlled by a document, you cannot post manually to it + */ public void setIsDocControlled (boolean IsDocControlled) { set_Value (COLUMNNAME_IsDocControlled, Boolean.valueOf(IsDocControlled)); @@ -358,7 +347,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Document Controlled. @return Control account - If an account is controlled by a document, you cannot post manually to it */ - public boolean isDocControlled () + public boolean isDocControlled() { Object oo = get_Value(COLUMNNAME_IsDocControlled); if (oo != null) @@ -371,9 +360,8 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -382,7 +370,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -395,9 +383,8 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -406,7 +393,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -418,21 +405,20 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Parent Account. - @param ParentElementValue_ID - The parent (summary) account - */ + @param ParentElementValue_ID The parent (summary) account + */ public void setParentElementValue_ID (int ParentElementValue_ID) { - if (ParentElementValue_ID < 1) + if (ParentElementValue_ID < 1) set_Value (COLUMNNAME_ParentElementValue_ID, null); - else + else set_Value (COLUMNNAME_ParentElementValue_ID, Integer.valueOf(ParentElementValue_ID)); } /** Get Parent Account. @return The parent (summary) account */ - public int getParentElementValue_ID () + public int getParentElementValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ParentElementValue_ID); if (ii == null) @@ -441,9 +427,8 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Parent Key. - @param ParentValue - Key if the Parent - */ + @param ParentValue Key if the Parent + */ public void setParentValue (String ParentValue) { set_Value (COLUMNNAME_ParentValue, ParentValue); @@ -452,15 +437,14 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Parent Key. @return Key if the Parent */ - public String getParentValue () + public String getParentValue() { return (String)get_Value(COLUMNNAME_ParentValue); } /** Set Post Actual. - @param PostActual - Actual Values can be posted - */ + @param PostActual Actual Values can be posted + */ public void setPostActual (boolean PostActual) { set_Value (COLUMNNAME_PostActual, Boolean.valueOf(PostActual)); @@ -469,7 +453,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Post Actual. @return Actual Values can be posted */ - public boolean isPostActual () + public boolean isPostActual() { Object oo = get_Value(COLUMNNAME_PostActual); if (oo != null) @@ -482,9 +466,8 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Post Budget. - @param PostBudget - Budget values can be posted - */ + @param PostBudget Budget values can be posted + */ public void setPostBudget (boolean PostBudget) { set_Value (COLUMNNAME_PostBudget, Boolean.valueOf(PostBudget)); @@ -493,7 +476,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Post Budget. @return Budget values can be posted */ - public boolean isPostBudget () + public boolean isPostBudget() { Object oo = get_Value(COLUMNNAME_PostBudget); if (oo != null) @@ -506,9 +489,8 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Post Encumbrance. - @param PostEncumbrance - Post commitments to this account - */ + @param PostEncumbrance Post commitments to this account + */ public void setPostEncumbrance (boolean PostEncumbrance) { set_Value (COLUMNNAME_PostEncumbrance, Boolean.valueOf(PostEncumbrance)); @@ -517,7 +499,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Post Encumbrance. @return Post commitments to this account */ - public boolean isPostEncumbrance () + public boolean isPostEncumbrance() { Object oo = get_Value(COLUMNNAME_PostEncumbrance); if (oo != null) @@ -530,9 +512,8 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Post Statistical. - @param PostStatistical - Post statistical quantities to this account? - */ + @param PostStatistical Post statistical quantities to this account? + */ public void setPostStatistical (boolean PostStatistical) { set_Value (COLUMNNAME_PostStatistical, Boolean.valueOf(PostStatistical)); @@ -541,7 +522,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Post Statistical. @return Post statistical quantities to this account? */ - public boolean isPostStatistical () + public boolean isPostStatistical() { Object oo = get_Value(COLUMNNAME_PostStatistical); if (oo != null) @@ -554,9 +535,8 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -565,7 +545,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -578,7 +558,8 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -586,7 +567,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -599,9 +580,8 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -610,7 +590,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_I_FAJournal.java b/org.adempiere.base/src/org/compiere/model/X_I_FAJournal.java index ce37c25a6d..96d2295177 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_FAJournal.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_FAJournal.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for I_FAJournal * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_FAJournal") public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent { @@ -34,7 +34,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_FAJournal (Properties ctx, int I_FAJournal_ID, String trxName) @@ -76,21 +76,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -105,21 +104,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Account. - @param Account_ID - Account used - */ + @param Account_ID Account used + */ public void setAccount_ID (int Account_ID) { - if (Account_ID < 1) + if (Account_ID < 1) set_Value (COLUMNNAME_Account_ID, null); - else + else set_Value (COLUMNNAME_Account_ID, Integer.valueOf(Account_ID)); } /** Get Account. @return Account used */ - public int getAccount_ID () + public int getAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Account_ID); if (ii == null) @@ -128,9 +126,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Account Key. - @param AccountValue - Key of Account Element - */ + @param AccountValue Key of Account Element + */ public void setAccountValue (String AccountValue) { set_Value (COLUMNNAME_AccountValue, AccountValue); @@ -139,15 +136,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Account Key. @return Key of Account Element */ - public String getAccountValue () + public String getAccountValue() { return (String)get_Value(COLUMNNAME_AccountValue); } /** Set Account Schema Name. - @param AcctSchemaName - Name of the Accounting Schema - */ + @param AcctSchemaName Name of the Accounting Schema + */ public void setAcctSchemaName (String AcctSchemaName) { set_Value (COLUMNNAME_AcctSchemaName, AcctSchemaName); @@ -156,27 +152,26 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Account Schema Name. @return Name of the Accounting Schema */ - public String getAcctSchemaName () + public String getAcctSchemaName() { return (String)get_Value(COLUMNNAME_AcctSchemaName); } /** Set Document Org. - @param AD_OrgDoc_ID - Document Organization (independent from account organization) - */ + @param AD_OrgDoc_ID Document Organization (independent from account organization) + */ public void setAD_OrgDoc_ID (int AD_OrgDoc_ID) { - if (AD_OrgDoc_ID < 1) + if (AD_OrgDoc_ID < 1) set_Value (COLUMNNAME_AD_OrgDoc_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgDoc_ID, Integer.valueOf(AD_OrgDoc_ID)); } /** Get Document Org. @return Document Organization (independent from account organization) */ - public int getAD_OrgDoc_ID () + public int getAD_OrgDoc_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgDoc_ID); if (ii == null) @@ -185,21 +180,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -208,7 +202,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Entry Type. - @param A_Entry_Type Entry Type */ + @param A_Entry_Type Entry Type + */ public void setA_Entry_Type (String A_Entry_Type) { set_Value (COLUMNNAME_A_Entry_Type, A_Entry_Type); @@ -216,15 +211,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Entry Type. @return Entry Type */ - public String getA_Entry_Type () + public String getA_Entry_Type() { return (String)get_Value(COLUMNNAME_A_Entry_Type); } /** Set Accounted Credit. - @param AmtAcctCr - Accounted Credit Amount - */ + @param AmtAcctCr Accounted Credit Amount + */ public void setAmtAcctCr (BigDecimal AmtAcctCr) { set_Value (COLUMNNAME_AmtAcctCr, AmtAcctCr); @@ -233,7 +227,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Accounted Credit. @return Accounted Credit Amount */ - public BigDecimal getAmtAcctCr () + public BigDecimal getAmtAcctCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctCr); if (bd == null) @@ -242,9 +236,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Accounted Debit. - @param AmtAcctDr - Accounted Debit Amount - */ + @param AmtAcctDr Accounted Debit Amount + */ public void setAmtAcctDr (BigDecimal AmtAcctDr) { set_Value (COLUMNNAME_AmtAcctDr, AmtAcctDr); @@ -253,7 +246,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Accounted Debit. @return Accounted Debit Amount */ - public BigDecimal getAmtAcctDr () + public BigDecimal getAmtAcctDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctDr); if (bd == null) @@ -262,9 +255,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Source Credit. - @param AmtSourceCr - Source Credit Amount - */ + @param AmtSourceCr Source Credit Amount + */ public void setAmtSourceCr (BigDecimal AmtSourceCr) { set_Value (COLUMNNAME_AmtSourceCr, AmtSourceCr); @@ -273,7 +265,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Source Credit. @return Source Credit Amount */ - public BigDecimal getAmtSourceCr () + public BigDecimal getAmtSourceCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtSourceCr); if (bd == null) @@ -282,9 +274,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Source Debit. - @param AmtSourceDr - Source Debit Amount - */ + @param AmtSourceDr Source Debit Amount + */ public void setAmtSourceDr (BigDecimal AmtSourceDr) { set_Value (COLUMNNAME_AmtSourceDr, AmtSourceDr); @@ -293,7 +284,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Source Debit. @return Source Debit Amount */ - public BigDecimal getAmtSourceDr () + public BigDecimal getAmtSourceDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtSourceDr); if (bd == null) @@ -302,9 +293,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Batch Description. - @param BatchDescription - Description of the Batch - */ + @param BatchDescription Description of the Batch + */ public void setBatchDescription (String BatchDescription) { set_Value (COLUMNNAME_BatchDescription, BatchDescription); @@ -313,15 +303,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Batch Description. @return Description of the Batch */ - public String getBatchDescription () + public String getBatchDescription() { return (String)get_Value(COLUMNNAME_BatchDescription); } /** Set Batch Document No. - @param BatchDocumentNo - Document Number of the Batch - */ + @param BatchDocumentNo Document Number of the Batch + */ public void setBatchDocumentNo (String BatchDocumentNo) { set_Value (COLUMNNAME_BatchDocumentNo, BatchDocumentNo); @@ -330,15 +319,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Batch Document No. @return Document Number of the Batch */ - public String getBatchDocumentNo () + public String getBatchDocumentNo() { return (String)get_Value(COLUMNNAME_BatchDocumentNo); } /** Set Business Partner Key. - @param BPartnerValue - Key of the Business Partner - */ + @param BPartnerValue Key of the Business Partner + */ public void setBPartnerValue (String BPartnerValue) { set_Value (COLUMNNAME_BPartnerValue, BPartnerValue); @@ -347,7 +335,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Business Partner Key. @return Key of the Business Partner */ - public String getBPartnerValue () + public String getBPartnerValue() { return (String)get_Value(COLUMNNAME_BPartnerValue); } @@ -359,21 +347,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -388,21 +375,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -411,9 +397,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Category Name. - @param CategoryName - Name of the Category - */ + @param CategoryName Name of the Category + */ public void setCategoryName (String CategoryName) { set_Value (COLUMNNAME_CategoryName, CategoryName); @@ -422,7 +407,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Category Name. @return Name of the Category */ - public String getCategoryName () + public String getCategoryName() { return (String)get_Value(COLUMNNAME_CategoryName); } @@ -433,22 +418,21 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -463,21 +447,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -486,21 +469,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_Value (COLUMNNAME_C_ConversionType_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -515,21 +497,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -544,21 +525,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -567,9 +547,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Client Key. - @param ClientValue - Key of the Client - */ + @param ClientValue Key of the Client + */ public void setClientValue (String ClientValue) { set_Value (COLUMNNAME_ClientValue, ClientValue); @@ -578,7 +557,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Client Key. @return Key of the Client */ - public String getClientValue () + public String getClientValue() { return (String)get_Value(COLUMNNAME_ClientValue); } @@ -590,21 +569,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Location From. - @param C_LocFrom_ID - Location that inventory was moved from - */ + @param C_LocFrom_ID Location that inventory was moved from + */ public void setC_LocFrom_ID (int C_LocFrom_ID) { - if (C_LocFrom_ID < 1) + if (C_LocFrom_ID < 1) set_Value (COLUMNNAME_C_LocFrom_ID, null); - else + else set_Value (COLUMNNAME_C_LocFrom_ID, Integer.valueOf(C_LocFrom_ID)); } /** Get Location From. @return Location that inventory was moved from */ - public int getC_LocFrom_ID () + public int getC_LocFrom_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocFrom_ID); if (ii == null) @@ -619,21 +597,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Location To. - @param C_LocTo_ID - Location that inventory was moved to - */ + @param C_LocTo_ID Location that inventory was moved to + */ public void setC_LocTo_ID (int C_LocTo_ID) { - if (C_LocTo_ID < 1) + if (C_LocTo_ID < 1) set_Value (COLUMNNAME_C_LocTo_ID, null); - else + else set_Value (COLUMNNAME_C_LocTo_ID, Integer.valueOf(C_LocTo_ID)); } /** Get Location To. @return Location that inventory was moved to */ - public int getC_LocTo_ID () + public int getC_LocTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocTo_ID); if (ii == null) @@ -642,9 +619,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Currency Type Key. - @param ConversionTypeValue - Key value for the Currency Conversion Rate Type - */ + @param ConversionTypeValue Key value for the Currency Conversion Rate Type + */ public void setConversionTypeValue (String ConversionTypeValue) { set_Value (COLUMNNAME_ConversionTypeValue, ConversionTypeValue); @@ -653,7 +629,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Currency Type Key. @return Key value for the Currency Conversion Rate Type */ - public String getConversionTypeValue () + public String getConversionTypeValue() { return (String)get_Value(COLUMNNAME_ConversionTypeValue); } @@ -665,21 +641,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_Value (COLUMNNAME_C_Period_ID, null); - else + else set_Value (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -694,21 +669,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -723,21 +697,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_Value (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_Value (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -746,21 +719,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Sub Account. - @param C_SubAcct_ID - Sub account for Element Value - */ + @param C_SubAcct_ID Sub account for Element Value + */ public void setC_SubAcct_ID (int C_SubAcct_ID) { - if (C_SubAcct_ID < 1) + if (C_SubAcct_ID < 1) set_Value (COLUMNNAME_C_SubAcct_ID, null); - else + else set_Value (COLUMNNAME_C_SubAcct_ID, Integer.valueOf(C_SubAcct_ID)); } /** Get Sub Account. @return Sub account for Element Value */ - public int getC_SubAcct_ID () + public int getC_SubAcct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SubAcct_ID); if (ii == null) @@ -775,21 +747,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -798,9 +769,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Rate. - @param CurrencyRate - Currency Conversion Rate - */ + @param CurrencyRate Currency Conversion Rate + */ public void setCurrencyRate (BigDecimal CurrencyRate) { set_Value (COLUMNNAME_CurrencyRate, CurrencyRate); @@ -809,7 +779,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Rate. @return Currency Conversion Rate */ - public BigDecimal getCurrencyRate () + public BigDecimal getCurrencyRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrencyRate); if (bd == null) @@ -836,7 +806,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** User Type = U */ public static final String CURRENCYRATETYPE_UserType = "U"; /** Set CurrencyRateType. - @param CurrencyRateType CurrencyRateType */ + @param CurrencyRateType CurrencyRateType + */ public void setCurrencyRateType (String CurrencyRateType) { @@ -845,7 +816,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get CurrencyRateType. @return CurrencyRateType */ - public String getCurrencyRateType () + public String getCurrencyRateType() { return (String)get_Value(COLUMNNAME_CurrencyRateType); } @@ -857,21 +828,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Combination. - @param C_ValidCombination_ID - Valid Account Combination - */ + @param C_ValidCombination_ID Valid Account Combination + */ public void setC_ValidCombination_ID (int C_ValidCombination_ID) { - if (C_ValidCombination_ID < 1) + if (C_ValidCombination_ID < 1) set_Value (COLUMNNAME_C_ValidCombination_ID, null); - else + else set_Value (COLUMNNAME_C_ValidCombination_ID, Integer.valueOf(C_ValidCombination_ID)); } /** Get Combination. @return Valid Account Combination */ - public int getC_ValidCombination_ID () + public int getC_ValidCombination_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ValidCombination_ID); if (ii == null) @@ -880,9 +850,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -891,15 +860,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -908,15 +876,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document Type Name. - @param DocTypeName - Name of the Document Type - */ + @param DocTypeName Name of the Document Type + */ public void setDocTypeName (String DocTypeName) { set_Value (COLUMNNAME_DocTypeName, DocTypeName); @@ -925,7 +892,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Document Type Name. @return Name of the Document Type */ - public String getDocTypeName () + public String getDocTypeName() { return (String)get_Value(COLUMNNAME_DocTypeName); } @@ -937,21 +904,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Budget. - @param GL_Budget_ID - General Ledger Budget - */ + @param GL_Budget_ID General Ledger Budget + */ public void setGL_Budget_ID (int GL_Budget_ID) { - if (GL_Budget_ID < 1) + if (GL_Budget_ID < 1) set_Value (COLUMNNAME_GL_Budget_ID, null); - else + else set_Value (COLUMNNAME_GL_Budget_ID, Integer.valueOf(GL_Budget_ID)); } /** Get Budget. @return General Ledger Budget */ - public int getGL_Budget_ID () + public int getGL_Budget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Budget_ID); if (ii == null) @@ -966,21 +932,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set GL Category. - @param GL_Category_ID - General Ledger Category - */ + @param GL_Category_ID General Ledger Category + */ public void setGL_Category_ID (int GL_Category_ID) { - if (GL_Category_ID < 1) + if (GL_Category_ID < 1) set_Value (COLUMNNAME_GL_Category_ID, null); - else + else set_Value (COLUMNNAME_GL_Category_ID, Integer.valueOf(GL_Category_ID)); } /** Get GL Category. @return General Ledger Category */ - public int getGL_Category_ID () + public int getGL_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Category_ID); if (ii == null) @@ -995,21 +960,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Journal Batch. - @param GL_JournalBatch_ID - General Ledger Journal Batch - */ + @param GL_JournalBatch_ID General Ledger Journal Batch + */ public void setGL_JournalBatch_ID (int GL_JournalBatch_ID) { - if (GL_JournalBatch_ID < 1) + if (GL_JournalBatch_ID < 1) set_Value (COLUMNNAME_GL_JournalBatch_ID, null); - else + else set_Value (COLUMNNAME_GL_JournalBatch_ID, Integer.valueOf(GL_JournalBatch_ID)); } /** Get Journal Batch. @return General Ledger Journal Batch */ - public int getGL_JournalBatch_ID () + public int getGL_JournalBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalBatch_ID); if (ii == null) @@ -1024,21 +988,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Journal. - @param GL_Journal_ID - General Ledger Journal - */ + @param GL_Journal_ID General Ledger Journal + */ public void setGL_Journal_ID (int GL_Journal_ID) { - if (GL_Journal_ID < 1) + if (GL_Journal_ID < 1) set_Value (COLUMNNAME_GL_Journal_ID, null); - else + else set_Value (COLUMNNAME_GL_Journal_ID, Integer.valueOf(GL_Journal_ID)); } /** Get Journal. @return General Ledger Journal */ - public int getGL_Journal_ID () + public int getGL_Journal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Journal_ID); if (ii == null) @@ -1053,21 +1016,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Journal Line. - @param GL_JournalLine_ID - General Ledger Journal Line - */ + @param GL_JournalLine_ID General Ledger Journal Line + */ public void setGL_JournalLine_ID (int GL_JournalLine_ID) { - if (GL_JournalLine_ID < 1) + if (GL_JournalLine_ID < 1) set_Value (COLUMNNAME_GL_JournalLine_ID, null); - else + else set_Value (COLUMNNAME_GL_JournalLine_ID, Integer.valueOf(GL_JournalLine_ID)); } /** Get Journal Line. @return General Ledger Journal Line */ - public int getGL_JournalLine_ID () + public int getGL_JournalLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalLine_ID); if (ii == null) @@ -1076,9 +1038,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -1087,24 +1048,25 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set FA Journal. - @param I_FAJournal_ID FA Journal */ + @param I_FAJournal_ID FA Journal + */ public void setI_FAJournal_ID (int I_FAJournal_ID) { - if (I_FAJournal_ID < 1) + if (I_FAJournal_ID < 1) set_ValueNoCheck (COLUMNNAME_I_FAJournal_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_FAJournal_ID, Integer.valueOf(I_FAJournal_ID)); } /** Get FA Journal. @return FA Journal */ - public int getI_FAJournal_ID () + public int getI_FAJournal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_FAJournal_ID); if (ii == null) @@ -1121,7 +1083,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set I_FAJournal_UU. - @param I_FAJournal_UU I_FAJournal_UU */ + @param I_FAJournal_UU I_FAJournal_UU + */ public void setI_FAJournal_UU (String I_FAJournal_UU) { set_Value (COLUMNNAME_I_FAJournal_UU, I_FAJournal_UU); @@ -1129,15 +1092,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get I_FAJournal_UU. @return I_FAJournal_UU */ - public String getI_FAJournal_UU () + public String getI_FAJournal_UU() { return (String)get_Value(COLUMNNAME_I_FAJournal_UU); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -1146,7 +1108,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -1159,9 +1121,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Depreciate. - @param IsDepreciated - The asset will be depreciated - */ + @param IsDepreciated The asset will be depreciated + */ public void setIsDepreciated (String IsDepreciated) { set_Value (COLUMNNAME_IsDepreciated, IsDepreciated); @@ -1170,15 +1131,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Depreciate. @return The asset will be depreciated */ - public String getIsDepreciated () + public String getIsDepreciated() { return (String)get_Value(COLUMNNAME_IsDepreciated); } /** Set ISO Currency Code. - @param ISO_Code - Three letter ISO 4217 Code of the Currency - */ + @param ISO_Code Three letter ISO 4217 Code of the Currency + */ public void setISO_Code (String ISO_Code) { set_Value (COLUMNNAME_ISO_Code, ISO_Code); @@ -1187,15 +1147,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get ISO Currency Code. @return Three letter ISO 4217 Code of the Currency */ - public String getISO_Code () + public String getISO_Code() { return (String)get_Value(COLUMNNAME_ISO_Code); } /** Set Journal Document No. - @param JournalDocumentNo - Document number of the Journal - */ + @param JournalDocumentNo Document number of the Journal + */ public void setJournalDocumentNo (String JournalDocumentNo) { set_Value (COLUMNNAME_JournalDocumentNo, JournalDocumentNo); @@ -1204,15 +1163,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Journal Document No. @return Document number of the Journal */ - public String getJournalDocumentNo () + public String getJournalDocumentNo() { return (String)get_Value(COLUMNNAME_JournalDocumentNo); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -1221,7 +1179,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -1236,21 +1194,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -1259,9 +1216,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Trx Org Key. - @param OrgTrxValue - Key of the Transaction Organization - */ + @param OrgTrxValue Key of the Transaction Organization + */ public void setOrgTrxValue (String OrgTrxValue) { set_Value (COLUMNNAME_OrgTrxValue, OrgTrxValue); @@ -1270,15 +1226,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Trx Org Key. @return Key of the Transaction Organization */ - public String getOrgTrxValue () + public String getOrgTrxValue() { return (String)get_Value(COLUMNNAME_OrgTrxValue); } /** Set Org Key. - @param OrgValue - Key of the Organization - */ + @param OrgValue Key of the Organization + */ public void setOrgValue (String OrgValue) { set_Value (COLUMNNAME_OrgValue, OrgValue); @@ -1287,7 +1242,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Org Key. @return Key of the Organization */ - public String getOrgValue () + public String getOrgValue() { return (String)get_Value(COLUMNNAME_OrgValue); } @@ -1305,9 +1260,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -1317,15 +1271,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1334,7 +1287,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1347,7 +1300,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1355,7 +1309,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1368,9 +1322,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set Product Key. - @param ProductValue - Key of the Product - */ + @param ProductValue Key of the Product + */ public void setProductValue (String ProductValue) { set_Value (COLUMNNAME_ProductValue, ProductValue); @@ -1379,15 +1332,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Product Key. @return Key of the Product */ - public String getProductValue () + public String getProductValue() { return (String)get_Value(COLUMNNAME_ProductValue); } /** Set Project Key. - @param ProjectValue - Key of the Project - */ + @param ProjectValue Key of the Project + */ public void setProjectValue (String ProjectValue) { set_Value (COLUMNNAME_ProjectValue, ProjectValue); @@ -1396,15 +1348,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Project Key. @return Key of the Project */ - public String getProjectValue () + public String getProjectValue() { return (String)get_Value(COLUMNNAME_ProjectValue); } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -1413,7 +1364,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -1422,9 +1373,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set SKU. - @param SKU - Stock Keeping Unit - */ + @param SKU Stock Keeping Unit + */ public void setSKU (String SKU) { set_Value (COLUMNNAME_SKU, SKU); @@ -1433,15 +1383,14 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get SKU. @return Stock Keeping Unit */ - public String getSKU () + public String getSKU() { return (String)get_Value(COLUMNNAME_SKU); } /** Set UPC/EAN. - @param UPC - Bar Code (Universal Product Code or its superset European Article Number) - */ + @param UPC Bar Code (Universal Product Code or its superset European Article Number) + */ public void setUPC (String UPC) { set_Value (COLUMNNAME_UPC, UPC); @@ -1450,7 +1399,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent /** Get UPC/EAN. @return Bar Code (Universal Product Code or its superset European Article Number) */ - public String getUPC () + public String getUPC() { return (String)get_Value(COLUMNNAME_UPC); } @@ -1462,21 +1411,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -1491,21 +1439,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) @@ -1514,21 +1461,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set User Column 1. - @param UserElement1_ID - User defined accounting Element - */ + @param UserElement1_ID User defined accounting Element + */ public void setUserElement1_ID (int UserElement1_ID) { - if (UserElement1_ID < 1) + if (UserElement1_ID < 1) set_Value (COLUMNNAME_UserElement1_ID, null); - else + else set_Value (COLUMNNAME_UserElement1_ID, Integer.valueOf(UserElement1_ID)); } /** Get User Column 1. @return User defined accounting Element */ - public int getUserElement1_ID () + public int getUserElement1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_UserElement1_ID); if (ii == null) @@ -1537,21 +1483,20 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent } /** Set User Column 2. - @param UserElement2_ID - User defined accounting Element - */ + @param UserElement2_ID User defined accounting Element + */ public void setUserElement2_ID (int UserElement2_ID) { - if (UserElement2_ID < 1) + if (UserElement2_ID < 1) set_Value (COLUMNNAME_UserElement2_ID, null); - else + else set_Value (COLUMNNAME_UserElement2_ID, Integer.valueOf(UserElement2_ID)); } /** Get User Column 2. @return User defined accounting Element */ - public int getUserElement2_ID () + public int getUserElement2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_UserElement2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_I_FixedAsset.java b/org.adempiere.base/src/org/compiere/model/X_I_FixedAsset.java index e1110cfd12..6add73a56d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_FixedAsset.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_FixedAsset.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for I_FixedAsset * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_FixedAsset") public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent { @@ -33,7 +33,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_FixedAsset (Properties ctx, int I_FixedAsset_ID, String trxName) @@ -87,7 +87,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Accumulated Depreciation. - @param A_Accumulated_Depr Accumulated Depreciation */ + @param A_Accumulated_Depr Accumulated Depreciation + */ public void setA_Accumulated_Depr (BigDecimal A_Accumulated_Depr) { set_Value (COLUMNNAME_A_Accumulated_Depr, A_Accumulated_Depr); @@ -95,7 +96,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Accumulated Depreciation. @return Accumulated Depreciation */ - public BigDecimal getA_Accumulated_Depr () + public BigDecimal getA_Accumulated_Depr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr); if (bd == null) @@ -104,7 +105,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Accumulated Depreciation (fiscal). - @param A_Accumulated_Depr_F Accumulated Depreciation (fiscal) */ + @param A_Accumulated_Depr_F Accumulated Depreciation (fiscal) + */ public void setA_Accumulated_Depr_F (BigDecimal A_Accumulated_Depr_F) { set_Value (COLUMNNAME_A_Accumulated_Depr_F, A_Accumulated_Depr_F); @@ -112,7 +114,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Accumulated Depreciation (fiscal). @return Accumulated Depreciation (fiscal) */ - public BigDecimal getA_Accumulated_Depr_F () + public BigDecimal getA_Accumulated_Depr_F() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr_F); if (bd == null) @@ -127,18 +129,19 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Asset class. - @param A_Asset_Class_ID Asset class */ + @param A_Asset_Class_ID Asset class + */ public void setA_Asset_Class_ID (int A_Asset_Class_ID) { - if (A_Asset_Class_ID < 1) + if (A_Asset_Class_ID < 1) set_Value (COLUMNNAME_A_Asset_Class_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Class_ID, Integer.valueOf(A_Asset_Class_ID)); } /** Get Asset class. @return Asset class */ - public int getA_Asset_Class_ID () + public int getA_Asset_Class_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Class_ID); if (ii == null) @@ -147,7 +150,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Asset Class Key. - @param A_Asset_Class_Value Asset Class Key */ + @param A_Asset_Class_Value Asset Class Key + */ public void setA_Asset_Class_Value (String A_Asset_Class_Value) { set_Value (COLUMNNAME_A_Asset_Class_Value, A_Asset_Class_Value); @@ -155,13 +159,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Asset Class Key. @return Asset Class Key */ - public String getA_Asset_Class_Value () + public String getA_Asset_Class_Value() { return (String)get_Value(COLUMNNAME_A_Asset_Class_Value); } /** Set Asset Cost. - @param A_Asset_Cost Asset Cost */ + @param A_Asset_Cost Asset Cost + */ public void setA_Asset_Cost (BigDecimal A_Asset_Cost) { set_Value (COLUMNNAME_A_Asset_Cost, A_Asset_Cost); @@ -169,7 +174,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Asset Cost. @return Asset Cost */ - public BigDecimal getA_Asset_Cost () + public BigDecimal getA_Asset_Cost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Cost); if (bd == null) @@ -184,21 +189,20 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Asset Group. - @param A_Asset_Group_ID - Group of Assets - */ + @param A_Asset_Group_ID Group of Assets + */ public void setA_Asset_Group_ID (int A_Asset_Group_ID) { - if (A_Asset_Group_ID < 1) + if (A_Asset_Group_ID < 1) set_Value (COLUMNNAME_A_Asset_Group_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Group_ID, Integer.valueOf(A_Asset_Group_ID)); } /** Get Asset Group. @return Group of Assets */ - public int getA_Asset_Group_ID () + public int getA_Asset_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Group_ID); if (ii == null) @@ -207,7 +211,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Asset Group Key. - @param A_Asset_Group_Value Asset Group Key */ + @param A_Asset_Group_Value Asset Group Key + */ public void setA_Asset_Group_Value (String A_Asset_Group_Value) { set_Value (COLUMNNAME_A_Asset_Group_Value, A_Asset_Group_Value); @@ -215,7 +220,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Asset Group Key. @return Asset Group Key */ - public String getA_Asset_Group_Value () + public String getA_Asset_Group_Value() { return (String)get_Value(COLUMNNAME_A_Asset_Group_Value); } @@ -227,21 +232,20 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -256,18 +260,19 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Asset Type. - @param A_Asset_Type_ID Asset Type */ + @param A_Asset_Type_ID Asset Type + */ public void setA_Asset_Type_ID (int A_Asset_Type_ID) { - if (A_Asset_Type_ID < 1) + if (A_Asset_Type_ID < 1) set_Value (COLUMNNAME_A_Asset_Type_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Type_ID, Integer.valueOf(A_Asset_Type_ID)); } /** Get Asset Type. @return Asset Type */ - public int getA_Asset_Type_ID () + public int getA_Asset_Type_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Type_ID); if (ii == null) @@ -276,7 +281,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Asset Type Value. - @param A_Asset_Type_Value Asset Type Value */ + @param A_Asset_Type_Value Asset Type Value + */ public void setA_Asset_Type_Value (String A_Asset_Type_Value) { set_Value (COLUMNNAME_A_Asset_Type_Value, A_Asset_Type_Value); @@ -284,15 +290,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Asset Type Value. @return Asset Type Value */ - public String getA_Asset_Type_Value () + public String getA_Asset_Type_Value() { return (String)get_Value(COLUMNNAME_A_Asset_Type_Value); } /** Set Account Schema Name. - @param AcctSchemaName - Name of the Accounting Schema - */ + @param AcctSchemaName Name of the Accounting Schema + */ public void setAcctSchemaName (String AcctSchemaName) { set_Value (COLUMNNAME_AcctSchemaName, AcctSchemaName); @@ -301,13 +306,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Account Schema Name. @return Name of the Accounting Schema */ - public String getAcctSchemaName () + public String getAcctSchemaName() { return (String)get_Value(COLUMNNAME_AcctSchemaName); } /** Set Current Period. - @param A_Current_Period Current Period */ + @param A_Current_Period Current Period + */ public void setA_Current_Period (int A_Current_Period) { set_Value (COLUMNNAME_A_Current_Period, Integer.valueOf(A_Current_Period)); @@ -315,7 +321,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Current Period. @return Current Period */ - public int getA_Current_Period () + public int getA_Current_Period() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Current_Period); if (ii == null) @@ -324,7 +330,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Remaining Period. - @param A_Remaining_Period Remaining Period */ + @param A_Remaining_Period Remaining Period + */ public void setA_Remaining_Period (int A_Remaining_Period) { set_Value (COLUMNNAME_A_Remaining_Period, Integer.valueOf(A_Remaining_Period)); @@ -332,7 +339,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Remaining Period. @return Remaining Period */ - public int getA_Remaining_Period () + public int getA_Remaining_Period() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Remaining_Period); if (ii == null) @@ -341,7 +348,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Asset Salvage Value. - @param A_Salvage_Value Asset Salvage Value */ + @param A_Salvage_Value Asset Salvage Value + */ public void setA_Salvage_Value (BigDecimal A_Salvage_Value) { set_Value (COLUMNNAME_A_Salvage_Value, A_Salvage_Value); @@ -349,7 +357,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Asset Salvage Value. @return Asset Salvage Value */ - public BigDecimal getA_Salvage_Value () + public BigDecimal getA_Salvage_Value() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Salvage_Value); if (bd == null) @@ -358,7 +366,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Entered Amount. - @param AssetAmtEntered Entered Amount */ + @param AssetAmtEntered Entered Amount + */ public void setAssetAmtEntered (BigDecimal AssetAmtEntered) { set_Value (COLUMNNAME_AssetAmtEntered, AssetAmtEntered); @@ -366,7 +375,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Entered Amount. @return Entered Amount */ - public BigDecimal getAssetAmtEntered () + public BigDecimal getAssetAmtEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AssetAmtEntered); if (bd == null) @@ -375,9 +384,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Asset Depreciation Date. - @param AssetDepreciationDate - Date of last depreciation - */ + @param AssetDepreciationDate Date of last depreciation + */ public void setAssetDepreciationDate (Timestamp AssetDepreciationDate) { set_Value (COLUMNNAME_AssetDepreciationDate, AssetDepreciationDate); @@ -386,15 +394,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Asset Depreciation Date. @return Date of last depreciation */ - public Timestamp getAssetDepreciationDate () + public Timestamp getAssetDepreciationDate() { return (Timestamp)get_Value(COLUMNNAME_AssetDepreciationDate); } /** Set Depreciation Amount / Period. - @param AssetPeriodDepreciationAmt - Applies to Straight Line depreciation - */ + @param AssetPeriodDepreciationAmt Applies to Straight Line depreciation + */ public void setAssetPeriodDepreciationAmt (BigDecimal AssetPeriodDepreciationAmt) { set_Value (COLUMNNAME_AssetPeriodDepreciationAmt, AssetPeriodDepreciationAmt); @@ -403,7 +410,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Depreciation Amount / Period. @return Applies to Straight Line depreciation */ - public BigDecimal getAssetPeriodDepreciationAmt () + public BigDecimal getAssetPeriodDepreciationAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AssetPeriodDepreciationAmt); if (bd == null) @@ -412,9 +419,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set In Service Date. - @param AssetServiceDate - Date when Asset was put into service - */ + @param AssetServiceDate Date when Asset was put into service + */ public void setAssetServiceDate (Timestamp AssetServiceDate) { set_Value (COLUMNNAME_AssetServiceDate, AssetServiceDate); @@ -423,13 +429,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get In Service Date. @return Date when Asset was put into service */ - public Timestamp getAssetServiceDate () + public Timestamp getAssetServiceDate() { return (Timestamp)get_Value(COLUMNNAME_AssetServiceDate); } /** Set Source Amount. - @param AssetSourceAmt Source Amount */ + @param AssetSourceAmt Source Amount + */ public void setAssetSourceAmt (BigDecimal AssetSourceAmt) { set_Value (COLUMNNAME_AssetSourceAmt, AssetSourceAmt); @@ -437,7 +444,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Source Amount. @return Source Amount */ - public BigDecimal getAssetSourceAmt () + public BigDecimal getAssetSourceAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AssetSourceAmt); if (bd == null) @@ -446,9 +453,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Business Partner Key. - @param BPartner_Value - The Key of the Business Partner - */ + @param BPartner_Value The Key of the Business Partner + */ public void setBPartner_Value (String BPartner_Value) { set_Value (COLUMNNAME_BPartner_Value, BPartner_Value); @@ -457,7 +463,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Business Partner Key. @return The Key of the Business Partner */ - public String getBPartner_Value () + public String getBPartner_Value() { return (String)get_Value(COLUMNNAME_BPartner_Value); } @@ -469,21 +475,20 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -498,21 +503,20 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set BPartner (Agent). - @param C_BPartnerSR_ID - Business Partner (Agent or Sales Rep) - */ + @param C_BPartnerSR_ID Business Partner (Agent or Sales Rep) + */ public void setC_BPartnerSR_ID (int C_BPartnerSR_ID) { - if (C_BPartnerSR_ID < 1) + if (C_BPartnerSR_ID < 1) set_Value (COLUMNNAME_C_BPartnerSR_ID, null); - else + else set_Value (COLUMNNAME_C_BPartnerSR_ID, Integer.valueOf(C_BPartnerSR_ID)); } /** Get BPartner (Agent). @return Business Partner (Agent or Sales Rep) */ - public int getC_BPartnerSR_ID () + public int getC_BPartnerSR_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartnerSR_ID); if (ii == null) @@ -527,21 +531,20 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set City. - @param C_City_ID - City - */ + @param C_City_ID City + */ public void setC_City_ID (int C_City_ID) { - if (C_City_ID < 1) + if (C_City_ID < 1) set_Value (COLUMNNAME_C_City_ID, null); - else + else set_Value (COLUMNNAME_C_City_ID, Integer.valueOf(C_City_ID)); } /** Get City. @return City */ - public int getC_City_ID () + public int getC_City_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_City_ID); if (ii == null) @@ -550,7 +553,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set City Value. - @param C_City_Value City Value */ + @param C_City_Value City Value + */ public void setC_City_Value (String C_City_Value) { set_Value (COLUMNNAME_C_City_Value, C_City_Value); @@ -558,7 +562,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get City Value. @return City Value */ - public String getC_City_Value () + public String getC_City_Value() { return (String)get_Value(COLUMNNAME_C_City_Value); } @@ -570,21 +574,20 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -599,21 +602,20 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -622,9 +624,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -633,15 +634,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -650,14 +650,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -686,9 +686,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -698,15 +697,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -715,24 +713,25 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Imported Fixed Asset. - @param I_FixedAsset_ID Imported Fixed Asset */ + @param I_FixedAsset_ID Imported Fixed Asset + */ public void setI_FixedAsset_ID (int I_FixedAsset_ID) { - if (I_FixedAsset_ID < 1) + if (I_FixedAsset_ID < 1) set_ValueNoCheck (COLUMNNAME_I_FixedAsset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_FixedAsset_ID, Integer.valueOf(I_FixedAsset_ID)); } /** Get Imported Fixed Asset. @return Imported Fixed Asset */ - public int getI_FixedAsset_ID () + public int getI_FixedAsset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_FixedAsset_ID); if (ii == null) @@ -741,7 +740,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set I_FixedAsset_UU. - @param I_FixedAsset_UU I_FixedAsset_UU */ + @param I_FixedAsset_UU I_FixedAsset_UU + */ public void setI_FixedAsset_UU (String I_FixedAsset_UU) { set_Value (COLUMNNAME_I_FixedAsset_UU, I_FixedAsset_UU); @@ -749,15 +749,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get I_FixedAsset_UU. @return I_FixedAsset_UU */ - public String getI_FixedAsset_UU () + public String getI_FixedAsset_UU() { return (String)get_Value(COLUMNNAME_I_FixedAsset_UU); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -766,7 +765,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -779,7 +778,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Inventory No. - @param InventoryNo Inventory No */ + @param InventoryNo Inventory No + */ public void setInventoryNo (String InventoryNo) { set_Value (COLUMNNAME_InventoryNo, InventoryNo); @@ -787,15 +787,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Inventory No. @return Inventory No */ - public String getInventoryNo () + public String getInventoryNo() { return (String)get_Value(COLUMNNAME_InventoryNo); } /** Set ISO Currency Code. - @param ISO_Code - Three letter ISO 4217 Code of the Currency - */ + @param ISO_Code Three letter ISO 4217 Code of the Currency + */ public void setISO_Code (String ISO_Code) { set_Value (COLUMNNAME_ISO_Code, ISO_Code); @@ -804,15 +803,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get ISO Currency Code. @return Three letter ISO 4217 Code of the Currency */ - public String getISO_Code () + public String getISO_Code() { return (String)get_Value(COLUMNNAME_ISO_Code); } /** Set Locator Key. - @param LocatorValue - Key of the Warehouse Locator - */ + @param LocatorValue Key of the Warehouse Locator + */ public void setLocatorValue (String LocatorValue) { set_Value (COLUMNNAME_LocatorValue, LocatorValue); @@ -821,7 +819,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Locator Key. @return Key of the Warehouse Locator */ - public String getLocatorValue () + public String getLocatorValue() { return (String)get_Value(COLUMNNAME_LocatorValue); } @@ -833,21 +831,20 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -862,21 +859,20 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -885,9 +881,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -896,15 +891,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -913,7 +907,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -926,7 +920,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -934,7 +929,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -947,9 +942,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Product Key. - @param ProductValue - Key of the Product - */ + @param ProductValue Key of the Product + */ public void setProductValue (String ProductValue) { set_Value (COLUMNNAME_ProductValue, ProductValue); @@ -958,15 +952,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Product Key. @return Key of the Product */ - public String getProductValue () + public String getProductValue() { return (String)get_Value(COLUMNNAME_ProductValue); } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -975,7 +968,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -984,9 +977,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -995,7 +987,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -1004,9 +996,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Symbol. - @param UOMSymbol - Symbol for a Unit of Measure - */ + @param UOMSymbol Symbol for a Unit of Measure + */ public void setUOMSymbol (String UOMSymbol) { set_Value (COLUMNNAME_UOMSymbol, UOMSymbol); @@ -1015,15 +1006,14 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Symbol. @return Symbol for a Unit of Measure */ - public String getUOMSymbol () + public String getUOMSymbol() { return (String)get_Value(COLUMNNAME_UOMSymbol); } /** Set Usable Life - Months. - @param UseLifeMonths - Months of the usable life of the asset - */ + @param UseLifeMonths Months of the usable life of the asset + */ public void setUseLifeMonths (int UseLifeMonths) { set_Value (COLUMNNAME_UseLifeMonths, Integer.valueOf(UseLifeMonths)); @@ -1032,7 +1022,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Usable Life - Months. @return Months of the usable life of the asset */ - public int getUseLifeMonths () + public int getUseLifeMonths() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeMonths); if (ii == null) @@ -1041,7 +1031,8 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent } /** Set Use Life - Months (fiscal). - @param UseLifeMonths_F Use Life - Months (fiscal) */ + @param UseLifeMonths_F Use Life - Months (fiscal) + */ public void setUseLifeMonths_F (int UseLifeMonths_F) { set_Value (COLUMNNAME_UseLifeMonths_F, Integer.valueOf(UseLifeMonths_F)); @@ -1049,7 +1040,7 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent /** Get Use Life - Months (fiscal). @return Use Life - Months (fiscal) */ - public int getUseLifeMonths_F () + public int getUseLifeMonths_F() { Integer ii = (Integer)get_Value(COLUMNNAME_UseLifeMonths_F); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_I_GLJournal.java b/org.adempiere.base/src/org/compiere/model/X_I_GLJournal.java index 362de3a224..92f8d71407 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_GLJournal.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_GLJournal.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for I_GLJournal * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_GLJournal") public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent { @@ -34,7 +34,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_GLJournal (Properties ctx, int I_GLJournal_ID, String trxName) @@ -82,21 +82,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Account. - @param Account_ID - Account used - */ + @param Account_ID Account used + */ public void setAccount_ID (int Account_ID) { - if (Account_ID < 1) + if (Account_ID < 1) set_Value (COLUMNNAME_Account_ID, null); - else + else set_Value (COLUMNNAME_Account_ID, Integer.valueOf(Account_ID)); } /** Get Account. @return Account used */ - public int getAccount_ID () + public int getAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Account_ID); if (ii == null) @@ -105,9 +104,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Account Key. - @param AccountValue - Key of Account Element - */ + @param AccountValue Key of Account Element + */ public void setAccountValue (String AccountValue) { set_Value (COLUMNNAME_AccountValue, AccountValue); @@ -116,15 +114,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Account Key. @return Key of Account Element */ - public String getAccountValue () + public String getAccountValue() { return (String)get_Value(COLUMNNAME_AccountValue); } /** Set Account Schema Name. - @param AcctSchemaName - Name of the Accounting Schema - */ + @param AcctSchemaName Name of the Accounting Schema + */ public void setAcctSchemaName (String AcctSchemaName) { set_Value (COLUMNNAME_AcctSchemaName, AcctSchemaName); @@ -133,15 +130,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Account Schema Name. @return Name of the Accounting Schema */ - public String getAcctSchemaName () + public String getAcctSchemaName() { return (String)get_Value(COLUMNNAME_AcctSchemaName); } /** Set Activity Key. - @param ActivityValue - Text key for Activity - */ + @param ActivityValue Text key for Activity + */ public void setActivityValue (String ActivityValue) { set_Value (COLUMNNAME_ActivityValue, ActivityValue); @@ -150,27 +146,26 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Activity Key. @return Text key for Activity */ - public String getActivityValue () + public String getActivityValue() { return (String)get_Value(COLUMNNAME_ActivityValue); } /** Set Document Org. - @param AD_OrgDoc_ID - Document Organization (independent from account organization) - */ + @param AD_OrgDoc_ID Document Organization (independent from account organization) + */ public void setAD_OrgDoc_ID (int AD_OrgDoc_ID) { - if (AD_OrgDoc_ID < 1) + if (AD_OrgDoc_ID < 1) set_Value (COLUMNNAME_AD_OrgDoc_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgDoc_ID, Integer.valueOf(AD_OrgDoc_ID)); } /** Get Document Org. @return Document Organization (independent from account organization) */ - public int getAD_OrgDoc_ID () + public int getAD_OrgDoc_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgDoc_ID); if (ii == null) @@ -179,21 +174,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -202,9 +196,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Accounted Credit. - @param AmtAcctCr - Accounted Credit Amount - */ + @param AmtAcctCr Accounted Credit Amount + */ public void setAmtAcctCr (BigDecimal AmtAcctCr) { set_Value (COLUMNNAME_AmtAcctCr, AmtAcctCr); @@ -213,7 +206,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Accounted Credit. @return Accounted Credit Amount */ - public BigDecimal getAmtAcctCr () + public BigDecimal getAmtAcctCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctCr); if (bd == null) @@ -222,9 +215,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Accounted Debit. - @param AmtAcctDr - Accounted Debit Amount - */ + @param AmtAcctDr Accounted Debit Amount + */ public void setAmtAcctDr (BigDecimal AmtAcctDr) { set_Value (COLUMNNAME_AmtAcctDr, AmtAcctDr); @@ -233,7 +225,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Accounted Debit. @return Accounted Debit Amount */ - public BigDecimal getAmtAcctDr () + public BigDecimal getAmtAcctDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctDr); if (bd == null) @@ -242,9 +234,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Source Credit. - @param AmtSourceCr - Source Credit Amount - */ + @param AmtSourceCr Source Credit Amount + */ public void setAmtSourceCr (BigDecimal AmtSourceCr) { set_Value (COLUMNNAME_AmtSourceCr, AmtSourceCr); @@ -253,7 +244,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Source Credit. @return Source Credit Amount */ - public BigDecimal getAmtSourceCr () + public BigDecimal getAmtSourceCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtSourceCr); if (bd == null) @@ -262,9 +253,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Source Debit. - @param AmtSourceDr - Source Debit Amount - */ + @param AmtSourceDr Source Debit Amount + */ public void setAmtSourceDr (BigDecimal AmtSourceDr) { set_Value (COLUMNNAME_AmtSourceDr, AmtSourceDr); @@ -273,7 +263,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Source Debit. @return Source Debit Amount */ - public BigDecimal getAmtSourceDr () + public BigDecimal getAmtSourceDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtSourceDr); if (bd == null) @@ -282,9 +272,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Batch Description. - @param BatchDescription - Description of the Batch - */ + @param BatchDescription Description of the Batch + */ public void setBatchDescription (String BatchDescription) { set_Value (COLUMNNAME_BatchDescription, BatchDescription); @@ -293,15 +282,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Batch Description. @return Description of the Batch */ - public String getBatchDescription () + public String getBatchDescription() { return (String)get_Value(COLUMNNAME_BatchDescription); } /** Set Batch Document No. - @param BatchDocumentNo - Document Number of the Batch - */ + @param BatchDocumentNo Document Number of the Batch + */ public void setBatchDocumentNo (String BatchDocumentNo) { set_Value (COLUMNNAME_BatchDocumentNo, BatchDocumentNo); @@ -310,15 +298,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Batch Document No. @return Document Number of the Batch */ - public String getBatchDocumentNo () + public String getBatchDocumentNo() { return (String)get_Value(COLUMNNAME_BatchDocumentNo); } /** Set Business Partner Key. - @param BPartnerValue - Key of the Business Partner - */ + @param BPartnerValue Key of the Business Partner + */ public void setBPartnerValue (String BPartnerValue) { set_Value (COLUMNNAME_BPartnerValue, BPartnerValue); @@ -327,7 +314,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Business Partner Key. @return Key of the Business Partner */ - public String getBPartnerValue () + public String getBPartnerValue() { return (String)get_Value(COLUMNNAME_BPartnerValue); } @@ -339,21 +326,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -368,21 +354,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -391,9 +376,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Campaign Key. - @param CampaignValue - Text key of the Campaign - */ + @param CampaignValue Text key of the Campaign + */ public void setCampaignValue (String CampaignValue) { set_Value (COLUMNNAME_CampaignValue, CampaignValue); @@ -402,15 +386,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Campaign Key. @return Text key of the Campaign */ - public String getCampaignValue () + public String getCampaignValue() { return (String)get_Value(COLUMNNAME_CampaignValue); } /** Set Category Name. - @param CategoryName - Name of the Category - */ + @param CategoryName Name of the Category + */ public void setCategoryName (String CategoryName) { set_Value (COLUMNNAME_CategoryName, CategoryName); @@ -419,7 +402,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Category Name. @return Name of the Category */ - public String getCategoryName () + public String getCategoryName() { return (String)get_Value(COLUMNNAME_CategoryName); } @@ -430,22 +413,21 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -460,21 +442,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -489,21 +470,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_Value (COLUMNNAME_C_ConversionType_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -518,21 +498,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -547,21 +526,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -570,9 +548,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Client Key. - @param ClientValue - Key of the Client - */ + @param ClientValue Key of the Client + */ public void setClientValue (String ClientValue) { set_Value (COLUMNNAME_ClientValue, ClientValue); @@ -581,7 +558,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Client Key. @return Key of the Client */ - public String getClientValue () + public String getClientValue() { return (String)get_Value(COLUMNNAME_ClientValue); } @@ -593,21 +570,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Location From. - @param C_LocFrom_ID - Location that inventory was moved from - */ + @param C_LocFrom_ID Location that inventory was moved from + */ public void setC_LocFrom_ID (int C_LocFrom_ID) { - if (C_LocFrom_ID < 1) + if (C_LocFrom_ID < 1) set_Value (COLUMNNAME_C_LocFrom_ID, null); - else + else set_Value (COLUMNNAME_C_LocFrom_ID, Integer.valueOf(C_LocFrom_ID)); } /** Get Location From. @return Location that inventory was moved from */ - public int getC_LocFrom_ID () + public int getC_LocFrom_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocFrom_ID); if (ii == null) @@ -622,21 +598,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Location To. - @param C_LocTo_ID - Location that inventory was moved to - */ + @param C_LocTo_ID Location that inventory was moved to + */ public void setC_LocTo_ID (int C_LocTo_ID) { - if (C_LocTo_ID < 1) + if (C_LocTo_ID < 1) set_Value (COLUMNNAME_C_LocTo_ID, null); - else + else set_Value (COLUMNNAME_C_LocTo_ID, Integer.valueOf(C_LocTo_ID)); } /** Get Location To. @return Location that inventory was moved to */ - public int getC_LocTo_ID () + public int getC_LocTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_LocTo_ID); if (ii == null) @@ -645,9 +620,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Currency Type Key. - @param ConversionTypeValue - Key value for the Currency Conversion Rate Type - */ + @param ConversionTypeValue Key value for the Currency Conversion Rate Type + */ public void setConversionTypeValue (String ConversionTypeValue) { set_Value (COLUMNNAME_ConversionTypeValue, ConversionTypeValue); @@ -656,7 +630,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Currency Type Key. @return Key value for the Currency Conversion Rate Type */ - public String getConversionTypeValue () + public String getConversionTypeValue() { return (String)get_Value(COLUMNNAME_ConversionTypeValue); } @@ -668,21 +642,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_Value (COLUMNNAME_C_Period_ID, null); - else + else set_Value (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -697,21 +670,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -726,21 +698,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_Value (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_Value (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -755,21 +726,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -778,9 +748,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Rate. - @param CurrencyRate - Currency Conversion Rate - */ + @param CurrencyRate Currency Conversion Rate + */ public void setCurrencyRate (BigDecimal CurrencyRate) { set_Value (COLUMNNAME_CurrencyRate, CurrencyRate); @@ -789,7 +758,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Rate. @return Currency Conversion Rate */ - public BigDecimal getCurrencyRate () + public BigDecimal getCurrencyRate() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrencyRate); if (bd == null) @@ -804,21 +773,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Combination. - @param C_ValidCombination_ID - Valid Account Combination - */ + @param C_ValidCombination_ID Valid Account Combination + */ public void setC_ValidCombination_ID (int C_ValidCombination_ID) { - if (C_ValidCombination_ID < 1) + if (C_ValidCombination_ID < 1) set_Value (COLUMNNAME_C_ValidCombination_ID, null); - else + else set_Value (COLUMNNAME_C_ValidCombination_ID, Integer.valueOf(C_ValidCombination_ID)); } /** Get Combination. @return Valid Account Combination */ - public int getC_ValidCombination_ID () + public int getC_ValidCombination_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ValidCombination_ID); if (ii == null) @@ -827,9 +795,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -838,15 +805,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -855,15 +821,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document Type Name. - @param DocTypeName - Name of the Document Type - */ + @param DocTypeName Name of the Document Type + */ public void setDocTypeName (String DocTypeName) { set_Value (COLUMNNAME_DocTypeName, DocTypeName); @@ -872,7 +837,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Document Type Name. @return Name of the Document Type */ - public String getDocTypeName () + public String getDocTypeName() { return (String)get_Value(COLUMNNAME_DocTypeName); } @@ -884,21 +849,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Budget. - @param GL_Budget_ID - General Ledger Budget - */ + @param GL_Budget_ID General Ledger Budget + */ public void setGL_Budget_ID (int GL_Budget_ID) { - if (GL_Budget_ID < 1) + if (GL_Budget_ID < 1) set_Value (COLUMNNAME_GL_Budget_ID, null); - else + else set_Value (COLUMNNAME_GL_Budget_ID, Integer.valueOf(GL_Budget_ID)); } /** Get Budget. @return General Ledger Budget */ - public int getGL_Budget_ID () + public int getGL_Budget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Budget_ID); if (ii == null) @@ -913,21 +877,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set GL Category. - @param GL_Category_ID - General Ledger Category - */ + @param GL_Category_ID General Ledger Category + */ public void setGL_Category_ID (int GL_Category_ID) { - if (GL_Category_ID < 1) + if (GL_Category_ID < 1) set_Value (COLUMNNAME_GL_Category_ID, null); - else + else set_Value (COLUMNNAME_GL_Category_ID, Integer.valueOf(GL_Category_ID)); } /** Get GL Category. @return General Ledger Category */ - public int getGL_Category_ID () + public int getGL_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Category_ID); if (ii == null) @@ -942,21 +905,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Journal Batch. - @param GL_JournalBatch_ID - General Ledger Journal Batch - */ + @param GL_JournalBatch_ID General Ledger Journal Batch + */ public void setGL_JournalBatch_ID (int GL_JournalBatch_ID) { - if (GL_JournalBatch_ID < 1) + if (GL_JournalBatch_ID < 1) set_Value (COLUMNNAME_GL_JournalBatch_ID, null); - else + else set_Value (COLUMNNAME_GL_JournalBatch_ID, Integer.valueOf(GL_JournalBatch_ID)); } /** Get Journal Batch. @return General Ledger Journal Batch */ - public int getGL_JournalBatch_ID () + public int getGL_JournalBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalBatch_ID); if (ii == null) @@ -971,21 +933,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Journal. - @param GL_Journal_ID - General Ledger Journal - */ + @param GL_Journal_ID General Ledger Journal + */ public void setGL_Journal_ID (int GL_Journal_ID) { - if (GL_Journal_ID < 1) + if (GL_Journal_ID < 1) set_Value (COLUMNNAME_GL_Journal_ID, null); - else + else set_Value (COLUMNNAME_GL_Journal_ID, Integer.valueOf(GL_Journal_ID)); } /** Get Journal. @return General Ledger Journal */ - public int getGL_Journal_ID () + public int getGL_Journal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Journal_ID); if (ii == null) @@ -1000,21 +961,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Journal Line. - @param GL_JournalLine_ID - General Ledger Journal Line - */ + @param GL_JournalLine_ID General Ledger Journal Line + */ public void setGL_JournalLine_ID (int GL_JournalLine_ID) { - if (GL_JournalLine_ID < 1) + if (GL_JournalLine_ID < 1) set_Value (COLUMNNAME_GL_JournalLine_ID, null); - else + else set_Value (COLUMNNAME_GL_JournalLine_ID, Integer.valueOf(GL_JournalLine_ID)); } /** Get Journal Line. @return General Ledger Journal Line */ - public int getGL_JournalLine_ID () + public int getGL_JournalLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_JournalLine_ID); if (ii == null) @@ -1023,9 +983,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -1034,27 +993,26 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Import GL Journal. - @param I_GLJournal_ID - Import General Ledger Journal - */ + @param I_GLJournal_ID Import General Ledger Journal + */ public void setI_GLJournal_ID (int I_GLJournal_ID) { - if (I_GLJournal_ID < 1) + if (I_GLJournal_ID < 1) set_ValueNoCheck (COLUMNNAME_I_GLJournal_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_GLJournal_ID, Integer.valueOf(I_GLJournal_ID)); } /** Get Import GL Journal. @return Import General Ledger Journal */ - public int getI_GLJournal_ID () + public int getI_GLJournal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_GLJournal_ID); if (ii == null) @@ -1071,7 +1029,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set I_GLJournal_UU. - @param I_GLJournal_UU I_GLJournal_UU */ + @param I_GLJournal_UU I_GLJournal_UU + */ public void setI_GLJournal_UU (String I_GLJournal_UU) { set_Value (COLUMNNAME_I_GLJournal_UU, I_GLJournal_UU); @@ -1079,15 +1038,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get I_GLJournal_UU. @return I_GLJournal_UU */ - public String getI_GLJournal_UU () + public String getI_GLJournal_UU() { return (String)get_Value(COLUMNNAME_I_GLJournal_UU); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -1096,7 +1054,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -1109,9 +1067,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Create New Batch. - @param IsCreateNewBatch - If selected a new batch is created - */ + @param IsCreateNewBatch If selected a new batch is created + */ public void setIsCreateNewBatch (boolean IsCreateNewBatch) { set_Value (COLUMNNAME_IsCreateNewBatch, Boolean.valueOf(IsCreateNewBatch)); @@ -1120,7 +1077,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Create New Batch. @return If selected a new batch is created */ - public boolean isCreateNewBatch () + public boolean isCreateNewBatch() { Object oo = get_Value(COLUMNNAME_IsCreateNewBatch); if (oo != null) @@ -1133,9 +1090,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Create New Journal. - @param IsCreateNewJournal - If selected a new journal within the batch is created - */ + @param IsCreateNewJournal If selected a new journal within the batch is created + */ public void setIsCreateNewJournal (boolean IsCreateNewJournal) { set_Value (COLUMNNAME_IsCreateNewJournal, Boolean.valueOf(IsCreateNewJournal)); @@ -1144,7 +1100,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Create New Journal. @return If selected a new journal within the batch is created */ - public boolean isCreateNewJournal () + public boolean isCreateNewJournal() { Object oo = get_Value(COLUMNNAME_IsCreateNewJournal); if (oo != null) @@ -1157,9 +1113,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set ISO Currency Code. - @param ISO_Code - Three letter ISO 4217 Code of the Currency - */ + @param ISO_Code Three letter ISO 4217 Code of the Currency + */ public void setISO_Code (String ISO_Code) { set_Value (COLUMNNAME_ISO_Code, ISO_Code); @@ -1168,15 +1123,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get ISO Currency Code. @return Three letter ISO 4217 Code of the Currency */ - public String getISO_Code () + public String getISO_Code() { return (String)get_Value(COLUMNNAME_ISO_Code); } /** Set Journal Document No. - @param JournalDocumentNo - Document number of the Journal - */ + @param JournalDocumentNo Document number of the Journal + */ public void setJournalDocumentNo (String JournalDocumentNo) { set_Value (COLUMNNAME_JournalDocumentNo, JournalDocumentNo); @@ -1185,15 +1139,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Journal Document No. @return Document number of the Journal */ - public String getJournalDocumentNo () + public String getJournalDocumentNo() { return (String)get_Value(COLUMNNAME_JournalDocumentNo); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -1202,7 +1155,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -1217,21 +1170,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -1240,9 +1192,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Trx Org Key. - @param OrgTrxValue - Key of the Transaction Organization - */ + @param OrgTrxValue Key of the Transaction Organization + */ public void setOrgTrxValue (String OrgTrxValue) { set_Value (COLUMNNAME_OrgTrxValue, OrgTrxValue); @@ -1251,15 +1202,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Trx Org Key. @return Key of the Transaction Organization */ - public String getOrgTrxValue () + public String getOrgTrxValue() { return (String)get_Value(COLUMNNAME_OrgTrxValue); } /** Set Org Key. - @param OrgValue - Key of the Organization - */ + @param OrgValue Key of the Organization + */ public void setOrgValue (String OrgValue) { set_Value (COLUMNNAME_OrgValue, OrgValue); @@ -1268,7 +1218,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Org Key. @return Key of the Organization */ - public String getOrgValue () + public String getOrgValue() { return (String)get_Value(COLUMNNAME_OrgValue); } @@ -1286,9 +1236,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -1298,15 +1247,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1315,7 +1263,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1328,7 +1276,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1336,7 +1285,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1349,9 +1298,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Product Key. - @param ProductValue - Key of the Product - */ + @param ProductValue Key of the Product + */ public void setProductValue (String ProductValue) { set_Value (COLUMNNAME_ProductValue, ProductValue); @@ -1360,15 +1308,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Product Key. @return Key of the Product */ - public String getProductValue () + public String getProductValue() { return (String)get_Value(COLUMNNAME_ProductValue); } /** Set Project Key. - @param ProjectValue - Key of the Project - */ + @param ProjectValue Key of the Project + */ public void setProjectValue (String ProjectValue) { set_Value (COLUMNNAME_ProjectValue, ProjectValue); @@ -1377,15 +1324,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Project Key. @return Key of the Project */ - public String getProjectValue () + public String getProjectValue() { return (String)get_Value(COLUMNNAME_ProjectValue); } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -1394,7 +1340,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -1403,9 +1349,8 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set Sales Region Key. - @param SalesRegionValue - Text key of the Sales Region - */ + @param SalesRegionValue Text key of the Sales Region + */ public void setSalesRegionValue (String SalesRegionValue) { set_Value (COLUMNNAME_SalesRegionValue, SalesRegionValue); @@ -1414,15 +1359,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get Sales Region Key. @return Text key of the Sales Region */ - public String getSalesRegionValue () + public String getSalesRegionValue() { return (String)get_Value(COLUMNNAME_SalesRegionValue); } /** Set SKU. - @param SKU - Stock Keeping Unit - */ + @param SKU Stock Keeping Unit + */ public void setSKU (String SKU) { set_Value (COLUMNNAME_SKU, SKU); @@ -1431,15 +1375,14 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get SKU. @return Stock Keeping Unit */ - public String getSKU () + public String getSKU() { return (String)get_Value(COLUMNNAME_SKU); } /** Set UPC/EAN. - @param UPC - Bar Code (Universal Product Code or its superset European Article Number) - */ + @param UPC Bar Code (Universal Product Code or its superset European Article Number) + */ public void setUPC (String UPC) { set_Value (COLUMNNAME_UPC, UPC); @@ -1448,7 +1391,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent /** Get UPC/EAN. @return Bar Code (Universal Product Code or its superset European Article Number) */ - public String getUPC () + public String getUPC() { return (String)get_Value(COLUMNNAME_UPC); } @@ -1460,21 +1403,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -1489,21 +1431,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_I_InOutLineConfirm.java b/org.adempiere.base/src/org/compiere/model/X_I_InOutLineConfirm.java index dbe94d475e..ee5912c4f7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_InOutLineConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_InOutLineConfirm.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for I_InOutLineConfirm * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_InOutLineConfirm") public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_Persistent { @@ -33,7 +33,7 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_InOutLineConfirm (Properties ctx, int I_InOutLineConfirm_ID, String trxName) @@ -80,9 +80,8 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ } /** Set Confirmation No. - @param ConfirmationNo - Confirmation Number - */ + @param ConfirmationNo Confirmation Number + */ public void setConfirmationNo (String ConfirmationNo) { set_Value (COLUMNNAME_ConfirmationNo, ConfirmationNo); @@ -91,15 +90,14 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ /** Get Confirmation No. @return Confirmation Number */ - public String getConfirmationNo () + public String getConfirmationNo() { return (String)get_Value(COLUMNNAME_ConfirmationNo); } /** Set Confirmed Quantity. - @param ConfirmedQty - Confirmation of a received quantity - */ + @param ConfirmedQty Confirmation of a received quantity + */ public void setConfirmedQty (BigDecimal ConfirmedQty) { set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty); @@ -108,7 +106,7 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ /** Get Confirmed Quantity. @return Confirmation of a received quantity */ - public BigDecimal getConfirmedQty () + public BigDecimal getConfirmedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty); if (bd == null) @@ -117,9 +115,8 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -128,15 +125,14 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Difference. - @param DifferenceQty - Difference Quantity - */ + @param DifferenceQty Difference Quantity + */ public void setDifferenceQty (BigDecimal DifferenceQty) { set_Value (COLUMNNAME_DifferenceQty, DifferenceQty); @@ -145,7 +141,7 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ /** Get Difference. @return Difference Quantity */ - public BigDecimal getDifferenceQty () + public BigDecimal getDifferenceQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DifferenceQty); if (bd == null) @@ -154,9 +150,8 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -165,27 +160,26 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Ship/Receipt Confirmation Import Line. - @param I_InOutLineConfirm_ID - Material Shipment or Receipt Confirmation Import Line - */ + @param I_InOutLineConfirm_ID Material Shipment or Receipt Confirmation Import Line + */ public void setI_InOutLineConfirm_ID (int I_InOutLineConfirm_ID) { - if (I_InOutLineConfirm_ID < 1) + if (I_InOutLineConfirm_ID < 1) set_ValueNoCheck (COLUMNNAME_I_InOutLineConfirm_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_InOutLineConfirm_ID, Integer.valueOf(I_InOutLineConfirm_ID)); } /** Get Ship/Receipt Confirmation Import Line. @return Material Shipment or Receipt Confirmation Import Line */ - public int getI_InOutLineConfirm_ID () + public int getI_InOutLineConfirm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_InOutLineConfirm_ID); if (ii == null) @@ -202,7 +196,8 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ } /** Set I_InOutLineConfirm_UU. - @param I_InOutLineConfirm_UU I_InOutLineConfirm_UU */ + @param I_InOutLineConfirm_UU I_InOutLineConfirm_UU + */ public void setI_InOutLineConfirm_UU (String I_InOutLineConfirm_UU) { set_Value (COLUMNNAME_I_InOutLineConfirm_UU, I_InOutLineConfirm_UU); @@ -210,15 +205,14 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ /** Get I_InOutLineConfirm_UU. @return I_InOutLineConfirm_UU */ - public String getI_InOutLineConfirm_UU () + public String getI_InOutLineConfirm_UU() { return (String)get_Value(COLUMNNAME_I_InOutLineConfirm_UU); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -227,7 +221,7 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -246,21 +240,20 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ } /** Set Ship/Receipt Confirmation Line. - @param M_InOutLineConfirm_ID - Material Shipment or Receipt Confirmation Line - */ + @param M_InOutLineConfirm_ID Material Shipment or Receipt Confirmation Line + */ public void setM_InOutLineConfirm_ID (int M_InOutLineConfirm_ID) { - if (M_InOutLineConfirm_ID < 1) + if (M_InOutLineConfirm_ID < 1) set_Value (COLUMNNAME_M_InOutLineConfirm_ID, null); - else + else set_Value (COLUMNNAME_M_InOutLineConfirm_ID, Integer.valueOf(M_InOutLineConfirm_ID)); } /** Get Ship/Receipt Confirmation Line. @return Material Shipment or Receipt Confirmation Line */ - public int getM_InOutLineConfirm_ID () + public int getM_InOutLineConfirm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLineConfirm_ID); if (ii == null) @@ -269,9 +262,8 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -280,7 +272,7 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -293,7 +285,8 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -301,7 +294,7 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -314,9 +307,8 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ } /** Set Scrapped Quantity. - @param ScrappedQty - The Quantity scrapped due to QA issues - */ + @param ScrappedQty The Quantity scrapped due to QA issues + */ public void setScrappedQty (BigDecimal ScrappedQty) { set_Value (COLUMNNAME_ScrappedQty, ScrappedQty); @@ -325,7 +317,7 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ /** Get Scrapped Quantity. @return The Quantity scrapped due to QA issues */ - public BigDecimal getScrappedQty () + public BigDecimal getScrappedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ScrappedQty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Inventory.java b/org.adempiere.base/src/org/compiere/model/X_I_Inventory.java index 6e6a794ae2..0af64d4d57 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Inventory.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Inventory.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for I_Inventory * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_Inventory") public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent { @@ -34,7 +34,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_Inventory (Properties ctx, int I_Inventory_ID, String trxName) @@ -82,21 +82,20 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -134,9 +132,8 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Charge Name. - @param ChargeName - Name of the Charge - */ + @param ChargeName Name of the Charge + */ public void setChargeName (String ChargeName) { set_Value (COLUMNNAME_ChargeName, ChargeName); @@ -145,15 +142,14 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Charge Name. @return Name of the Charge */ - public String getChargeName () + public String getChargeName() { return (String)get_Value(COLUMNNAME_ChargeName); } /** Set Current Cost Price. - @param CurrentCostPrice - The currently used cost price - */ + @param CurrentCostPrice The currently used cost price + */ public void setCurrentCostPrice (BigDecimal CurrentCostPrice) { set_Value (COLUMNNAME_CurrentCostPrice, CurrentCostPrice); @@ -162,7 +158,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Current Cost Price. @return The currently used cost price */ - public BigDecimal getCurrentCostPrice () + public BigDecimal getCurrentCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPrice); if (bd == null) @@ -171,9 +167,8 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -182,15 +177,14 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document Type Name. - @param DocTypeName - Name of the Document Type - */ + @param DocTypeName Name of the Document Type + */ public void setDocTypeName (String DocTypeName) { set_Value (COLUMNNAME_DocTypeName, DocTypeName); @@ -199,15 +193,14 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Document Type Name. @return Name of the Document Type */ - public String getDocTypeName () + public String getDocTypeName() { return (String)get_Value(COLUMNNAME_DocTypeName); } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -216,27 +209,26 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Import Inventory. - @param I_Inventory_ID - Import Inventory Transactions - */ + @param I_Inventory_ID Import Inventory Transactions + */ public void setI_Inventory_ID (int I_Inventory_ID) { - if (I_Inventory_ID < 1) + if (I_Inventory_ID < 1) set_ValueNoCheck (COLUMNNAME_I_Inventory_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_Inventory_ID, Integer.valueOf(I_Inventory_ID)); } /** Get Import Inventory. @return Import Inventory Transactions */ - public int getI_Inventory_ID () + public int getI_Inventory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_Inventory_ID); if (ii == null) @@ -253,7 +245,8 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set I_Inventory_UU. - @param I_Inventory_UU I_Inventory_UU */ + @param I_Inventory_UU I_Inventory_UU + */ public void setI_Inventory_UU (String I_Inventory_UU) { set_Value (COLUMNNAME_I_Inventory_UU, I_Inventory_UU); @@ -261,15 +254,14 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get I_Inventory_UU. @return I_Inventory_UU */ - public String getI_Inventory_UU () + public String getI_Inventory_UU() { return (String)get_Value(COLUMNNAME_I_Inventory_UU); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -278,7 +270,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -291,9 +283,8 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Locator Key. - @param LocatorValue - Key of the Warehouse Locator - */ + @param LocatorValue Key of the Warehouse Locator + */ public void setLocatorValue (String LocatorValue) { set_Value (COLUMNNAME_LocatorValue, LocatorValue); @@ -302,15 +293,14 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Locator Key. @return Key of the Warehouse Locator */ - public String getLocatorValue () + public String getLocatorValue() { return (String)get_Value(COLUMNNAME_LocatorValue); } /** Set Lot No. - @param Lot - Lot number (alphanumeric) - */ + @param Lot Lot number (alphanumeric) + */ public void setLot (String Lot) { set_Value (COLUMNNAME_Lot, Lot); @@ -319,7 +309,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Lot No. @return Lot number (alphanumeric) */ - public String getLot () + public String getLot() { return (String)get_Value(COLUMNNAME_Lot); } @@ -331,21 +321,20 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Cost Adjustment Line. - @param M_CostingLine_ID - Unique line in an Inventory cost adjustment document - */ + @param M_CostingLine_ID Unique line in an Inventory cost adjustment document + */ public void setM_CostingLine_ID (int M_CostingLine_ID) { - if (M_CostingLine_ID < 1) + if (M_CostingLine_ID < 1) set_Value (COLUMNNAME_M_CostingLine_ID, null); - else + else set_Value (COLUMNNAME_M_CostingLine_ID, Integer.valueOf(M_CostingLine_ID)); } /** Get Cost Adjustment Line. @return Unique line in an Inventory cost adjustment document */ - public int getM_CostingLine_ID () + public int getM_CostingLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostingLine_ID); if (ii == null) @@ -360,21 +349,20 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Phys.Inventory. - @param M_Inventory_ID - Parameters for a Physical Inventory - */ + @param M_Inventory_ID Parameters for a Physical Inventory + */ public void setM_Inventory_ID (int M_Inventory_ID) { - if (M_Inventory_ID < 1) + if (M_Inventory_ID < 1) set_Value (COLUMNNAME_M_Inventory_ID, null); - else + else set_Value (COLUMNNAME_M_Inventory_ID, Integer.valueOf(M_Inventory_ID)); } /** Get Phys.Inventory. @return Parameters for a Physical Inventory */ - public int getM_Inventory_ID () + public int getM_Inventory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Inventory_ID); if (ii == null) @@ -389,21 +377,20 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Phys.Inventory Line. - @param M_InventoryLine_ID - Unique line in an Inventory document - */ + @param M_InventoryLine_ID Unique line in an Inventory document + */ public void setM_InventoryLine_ID (int M_InventoryLine_ID) { - if (M_InventoryLine_ID < 1) + if (M_InventoryLine_ID < 1) set_Value (COLUMNNAME_M_InventoryLine_ID, null); - else + else set_Value (COLUMNNAME_M_InventoryLine_ID, Integer.valueOf(M_InventoryLine_ID)); } /** Get Phys.Inventory Line. @return Unique line in an Inventory document */ - public int getM_InventoryLine_ID () + public int getM_InventoryLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InventoryLine_ID); if (ii == null) @@ -418,21 +405,20 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -441,9 +427,8 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Movement Date. - @param MovementDate - Date a product was moved in or out of inventory - */ + @param MovementDate Date a product was moved in or out of inventory + */ public void setMovementDate (Timestamp MovementDate) { set_Value (COLUMNNAME_MovementDate, MovementDate); @@ -452,7 +437,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Movement Date. @return Date a product was moved in or out of inventory */ - public Timestamp getMovementDate () + public Timestamp getMovementDate() { return (Timestamp)get_Value(COLUMNNAME_MovementDate); } @@ -464,21 +449,20 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -493,21 +477,20 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -516,9 +499,8 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -527,7 +509,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -540,7 +522,8 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -548,7 +531,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -561,9 +544,8 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Quantity book. - @param QtyBook - Book Quantity - */ + @param QtyBook Book Quantity + */ public void setQtyBook (BigDecimal QtyBook) { set_Value (COLUMNNAME_QtyBook, QtyBook); @@ -572,7 +554,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Quantity book. @return Book Quantity */ - public BigDecimal getQtyBook () + public BigDecimal getQtyBook() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBook); if (bd == null) @@ -581,9 +563,8 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Quantity count. - @param QtyCount - Counted Quantity - */ + @param QtyCount Counted Quantity + */ public void setQtyCount (BigDecimal QtyCount) { set_Value (COLUMNNAME_QtyCount, QtyCount); @@ -592,7 +573,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Quantity count. @return Counted Quantity */ - public BigDecimal getQtyCount () + public BigDecimal getQtyCount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyCount); if (bd == null) @@ -601,9 +582,8 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Internal Use Qty. - @param QtyInternalUse - Internal Use Quantity removed from Inventory - */ + @param QtyInternalUse Internal Use Quantity removed from Inventory + */ public void setQtyInternalUse (BigDecimal QtyInternalUse) { set_Value (COLUMNNAME_QtyInternalUse, QtyInternalUse); @@ -612,7 +592,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Internal Use Qty. @return Internal Use Quantity removed from Inventory */ - public BigDecimal getQtyInternalUse () + public BigDecimal getQtyInternalUse() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyInternalUse); if (bd == null) @@ -621,9 +601,8 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent } /** Set Serial No. - @param SerNo - Product Serial Number - */ + @param SerNo Product Serial Number + */ public void setSerNo (String SerNo) { set_Value (COLUMNNAME_SerNo, SerNo); @@ -632,15 +611,14 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Serial No. @return Product Serial Number */ - public String getSerNo () + public String getSerNo() { return (String)get_Value(COLUMNNAME_SerNo); } /** Set UPC/EAN. - @param UPC - Bar Code (Universal Product Code or its superset European Article Number) - */ + @param UPC Bar Code (Universal Product Code or its superset European Article Number) + */ public void setUPC (String UPC) { set_Value (COLUMNNAME_UPC, UPC); @@ -649,15 +627,14 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get UPC/EAN. @return Bar Code (Universal Product Code or its superset European Article Number) */ - public String getUPC () + public String getUPC() { return (String)get_Value(COLUMNNAME_UPC); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -666,15 +643,14 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Warehouse Key. - @param WarehouseValue - Key of the Warehouse - */ + @param WarehouseValue Key of the Warehouse + */ public void setWarehouseValue (String WarehouseValue) { set_Value (COLUMNNAME_WarehouseValue, WarehouseValue); @@ -683,15 +659,14 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Warehouse Key. @return Key of the Warehouse */ - public String getWarehouseValue () + public String getWarehouseValue() { return (String)get_Value(COLUMNNAME_WarehouseValue); } /** Set Aisle (X). - @param X - X dimension, e.g., Aisle - */ + @param X X dimension, e.g., Aisle + */ public void setX (String X) { set_Value (COLUMNNAME_X, X); @@ -700,15 +675,14 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Aisle (X). @return X dimension, e.g., Aisle */ - public String getX () + public String getX() { return (String)get_Value(COLUMNNAME_X); } /** Set Bin (Y). - @param Y - Y dimension, e.g., Bin - */ + @param Y Y dimension, e.g., Bin + */ public void setY (String Y) { set_Value (COLUMNNAME_Y, Y); @@ -717,15 +691,14 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Bin (Y). @return Y dimension, e.g., Bin */ - public String getY () + public String getY() { return (String)get_Value(COLUMNNAME_Y); } /** Set Level (Z). - @param Z - Z dimension, e.g., Level - */ + @param Z Z dimension, e.g., Level + */ public void setZ (String Z) { set_Value (COLUMNNAME_Z, Z); @@ -734,7 +707,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent /** Get Level (Z). @return Z dimension, e.g., Level */ - public String getZ () + public String getZ() { return (String)get_Value(COLUMNNAME_Z); } diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Invoice.java b/org.adempiere.base/src/org/compiere/model/X_I_Invoice.java index 6ed9383481..0d61ef127e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Invoice.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Invoice.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for I_Invoice * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_Invoice") public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent { @@ -33,7 +33,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_Invoice (Properties ctx, int I_Invoice_ID, String trxName) @@ -75,9 +75,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Activity Key. - @param ActivityValue - Text key for Activity - */ + @param ActivityValue Text key for Activity + */ public void setActivityValue (String ActivityValue) { set_Value (COLUMNNAME_ActivityValue, ActivityValue); @@ -86,15 +85,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Activity Key. @return Text key for Activity */ - public String getActivityValue () + public String getActivityValue() { return (String)get_Value(COLUMNNAME_ActivityValue); } /** Set Address 1. - @param Address1 - Address line 1 for this location - */ + @param Address1 Address line 1 for this location + */ public void setAddress1 (String Address1) { set_Value (COLUMNNAME_Address1, Address1); @@ -103,15 +101,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Address 1. @return Address line 1 for this location */ - public String getAddress1 () + public String getAddress1() { return (String)get_Value(COLUMNNAME_Address1); } /** Set Address 2. - @param Address2 - Address line 2 for this location - */ + @param Address2 Address line 2 for this location + */ public void setAddress2 (String Address2) { set_Value (COLUMNNAME_Address2, Address2); @@ -120,27 +117,26 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Address 2. @return Address line 2 for this location */ - public String getAddress2 () + public String getAddress2() { return (String)get_Value(COLUMNNAME_Address2); } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -155,21 +151,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -178,9 +173,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Business Partner Key. - @param BPartnerValue - Key of the Business Partner - */ + @param BPartnerValue Key of the Business Partner + */ public void setBPartnerValue (String BPartnerValue) { set_Value (COLUMNNAME_BPartnerValue, BPartnerValue); @@ -189,7 +183,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Business Partner Key. @return Key of the Business Partner */ - public String getBPartnerValue () + public String getBPartnerValue() { return (String)get_Value(COLUMNNAME_BPartnerValue); } @@ -201,18 +195,19 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set 1099 Box. - @param C_1099Box_ID 1099 Box */ + @param C_1099Box_ID 1099 Box + */ public void setC_1099Box_ID (int C_1099Box_ID) { - if (C_1099Box_ID < 1) + if (C_1099Box_ID < 1) set_Value (COLUMNNAME_C_1099Box_ID, null); - else + else set_Value (COLUMNNAME_C_1099Box_ID, Integer.valueOf(C_1099Box_ID)); } /** Get 1099 Box. @return 1099 Box */ - public int getC_1099Box_ID () + public int getC_1099Box_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_1099Box_ID); if (ii == null) @@ -221,7 +216,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set 1099 Box Value. - @param C_1099Box_Value 1099 Box Value */ + @param C_1099Box_Value 1099 Box Value + */ public void setC_1099Box_Value (String C_1099Box_Value) { set_Value (COLUMNNAME_C_1099Box_Value, C_1099Box_Value); @@ -229,7 +225,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get 1099 Box Value. @return 1099 Box Value */ - public String getC_1099Box_Value () + public String getC_1099Box_Value() { return (String)get_Value(COLUMNNAME_C_1099Box_Value); } @@ -241,21 +237,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -269,22 +264,21 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -299,21 +293,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -328,21 +321,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -357,21 +349,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -386,21 +377,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Country. - @param C_Country_ID - Country - */ + @param C_Country_ID Country + */ public void setC_Country_ID (int C_Country_ID) { - if (C_Country_ID < 1) + if (C_Country_ID < 1) set_Value (COLUMNNAME_C_Country_ID, null); - else + else set_Value (COLUMNNAME_C_Country_ID, Integer.valueOf(C_Country_ID)); } /** Get Country. @return Country */ - public int getC_Country_ID () + public int getC_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Country_ID); if (ii == null) @@ -415,21 +405,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -444,21 +433,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -467,9 +455,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Charge Name. - @param ChargeName - Name of the Charge - */ + @param ChargeName Name of the Charge + */ public void setChargeName (String ChargeName) { set_Value (COLUMNNAME_ChargeName, ChargeName); @@ -478,7 +465,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Charge Name. @return Name of the Charge */ - public String getChargeName () + public String getChargeName() { return (String)get_Value(COLUMNNAME_ChargeName); } @@ -490,21 +477,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -519,21 +505,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_Value (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_Value (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -542,9 +527,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set City. - @param City - Identifies a City - */ + @param City Identifies a City + */ public void setCity (String City) { set_Value (COLUMNNAME_City, City); @@ -553,7 +537,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get City. @return Identifies a City */ - public String getCity () + public String getCity() { return (String)get_Value(COLUMNNAME_City); } @@ -565,21 +549,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -588,9 +571,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Contact Name. - @param ContactName - Business Partner Contact Name - */ + @param ContactName Business Partner Contact Name + */ public void setContactName (String ContactName) { set_Value (COLUMNNAME_ContactName, ContactName); @@ -599,15 +581,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Contact Name. @return Business Partner Contact Name */ - public String getContactName () + public String getContactName() { return (String)get_Value(COLUMNNAME_ContactName); } /** Set ISO Country Code. - @param CountryCode - Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html - */ + @param CountryCode Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html + */ public void setCountryCode (boolean CountryCode) { set_Value (COLUMNNAME_CountryCode, Boolean.valueOf(CountryCode)); @@ -616,7 +597,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get ISO Country Code. @return Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html */ - public boolean isCountryCode () + public boolean isCountryCode() { Object oo = get_Value(COLUMNNAME_CountryCode); if (oo != null) @@ -635,21 +616,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Payment Term. - @param C_PaymentTerm_ID - The terms of Payment (timing, discount) - */ + @param C_PaymentTerm_ID The terms of Payment (timing, discount) + */ public void setC_PaymentTerm_ID (int C_PaymentTerm_ID) { - if (C_PaymentTerm_ID < 1) + if (C_PaymentTerm_ID < 1) set_Value (COLUMNNAME_C_PaymentTerm_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentTerm_ID, Integer.valueOf(C_PaymentTerm_ID)); } /** Get Payment Term. @return The terms of Payment (timing, discount) */ - public int getC_PaymentTerm_ID () + public int getC_PaymentTerm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentTerm_ID); if (ii == null) @@ -664,21 +644,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -693,21 +672,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Region. - @param C_Region_ID - Identifies a geographical Region - */ + @param C_Region_ID Identifies a geographical Region + */ public void setC_Region_ID (int C_Region_ID) { - if (C_Region_ID < 1) + if (C_Region_ID < 1) set_Value (COLUMNNAME_C_Region_ID, null); - else + else set_Value (COLUMNNAME_C_Region_ID, Integer.valueOf(C_Region_ID)); } /** Get Region. @return Identifies a geographical Region */ - public int getC_Region_ID () + public int getC_Region_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Region_ID); if (ii == null) @@ -722,21 +700,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_Value (COLUMNNAME_C_Tax_ID, null); - else + else set_Value (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -745,9 +722,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -756,15 +732,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Date Invoiced. - @param DateInvoiced - Date printed on Invoice - */ + @param DateInvoiced Date printed on Invoice + */ public void setDateInvoiced (Timestamp DateInvoiced) { set_Value (COLUMNNAME_DateInvoiced, DateInvoiced); @@ -773,15 +748,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Date Invoiced. @return Date printed on Invoice */ - public Timestamp getDateInvoiced () + public Timestamp getDateInvoiced() { return (Timestamp)get_Value(COLUMNNAME_DateInvoiced); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -790,15 +764,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document Type Name. - @param DocTypeName - Name of the Document Type - */ + @param DocTypeName Name of the Document Type + */ public void setDocTypeName (String DocTypeName) { set_Value (COLUMNNAME_DocTypeName, DocTypeName); @@ -807,15 +780,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Document Type Name. @return Name of the Document Type */ - public String getDocTypeName () + public String getDocTypeName() { return (String)get_Value(COLUMNNAME_DocTypeName); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -824,15 +796,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set EMail Address. - @param EMail - Electronic Mail Address - */ + @param EMail Electronic Mail Address + */ public void setEMail (String EMail) { set_Value (COLUMNNAME_EMail, EMail); @@ -841,15 +812,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get EMail Address. @return Electronic Mail Address */ - public String getEMail () + public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -858,27 +828,26 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Import Invoice. - @param I_Invoice_ID - Import Invoice - */ + @param I_Invoice_ID Import Invoice + */ public void setI_Invoice_ID (int I_Invoice_ID) { - if (I_Invoice_ID < 1) + if (I_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_I_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_Invoice_ID, Integer.valueOf(I_Invoice_ID)); } /** Get Import Invoice. @return Import Invoice */ - public int getI_Invoice_ID () + public int getI_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_Invoice_ID); if (ii == null) @@ -887,7 +856,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set I_Invoice_UU. - @param I_Invoice_UU I_Invoice_UU */ + @param I_Invoice_UU I_Invoice_UU + */ public void setI_Invoice_UU (String I_Invoice_UU) { set_Value (COLUMNNAME_I_Invoice_UU, I_Invoice_UU); @@ -895,15 +865,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get I_Invoice_UU. @return I_Invoice_UU */ - public String getI_Invoice_UU () + public String getI_Invoice_UU() { return (String)get_Value(COLUMNNAME_I_Invoice_UU); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -912,7 +881,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -925,9 +894,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -936,7 +904,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -949,9 +917,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Line Description. - @param LineDescription - Description of the Line - */ + @param LineDescription Description of the Line + */ public void setLineDescription (String LineDescription) { set_Value (COLUMNNAME_LineDescription, LineDescription); @@ -960,7 +927,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Line Description. @return Description of the Line */ - public String getLineDescription () + public String getLineDescription() { return (String)get_Value(COLUMNNAME_LineDescription); } @@ -972,21 +939,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_Value (COLUMNNAME_M_PriceList_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -1001,21 +967,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -1024,9 +989,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -1035,15 +999,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Payment Term Key. - @param PaymentTermValue - Key of the Payment Term - */ + @param PaymentTermValue Key of the Payment Term + */ public void setPaymentTermValue (String PaymentTermValue) { set_Value (COLUMNNAME_PaymentTermValue, PaymentTermValue); @@ -1052,15 +1015,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Payment Term Key. @return Key of the Payment Term */ - public String getPaymentTermValue () + public String getPaymentTermValue() { return (String)get_Value(COLUMNNAME_PaymentTermValue); } /** Set Phone. - @param Phone - Identifies a telephone number - */ + @param Phone Identifies a telephone number + */ public void setPhone (String Phone) { set_Value (COLUMNNAME_Phone, Phone); @@ -1069,15 +1031,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Phone. @return Identifies a telephone number */ - public String getPhone () + public String getPhone() { return (String)get_Value(COLUMNNAME_Phone); } /** Set ZIP. - @param Postal - Postal code - */ + @param Postal Postal code + */ public void setPostal (String Postal) { set_Value (COLUMNNAME_Postal, Postal); @@ -1086,15 +1047,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get ZIP. @return Postal code */ - public String getPostal () + public String getPostal() { return (String)get_Value(COLUMNNAME_Postal); } /** Set Unit Price. - @param PriceActual - Actual Price - */ + @param PriceActual Actual Price + */ public void setPriceActual (BigDecimal PriceActual) { set_Value (COLUMNNAME_PriceActual, PriceActual); @@ -1103,7 +1063,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Unit Price. @return Actual Price */ - public BigDecimal getPriceActual () + public BigDecimal getPriceActual() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceActual); if (bd == null) @@ -1112,9 +1072,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1123,7 +1082,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1136,7 +1095,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1144,7 +1104,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1157,9 +1117,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Product Key. - @param ProductValue - Key of the Product - */ + @param ProductValue Key of the Product + */ public void setProductValue (String ProductValue) { set_Value (COLUMNNAME_ProductValue, ProductValue); @@ -1168,15 +1127,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Product Key. @return Key of the Product */ - public String getProductValue () + public String getProductValue() { return (String)get_Value(COLUMNNAME_ProductValue); } /** Set Project Key. - @param ProjectValue - Key of the Project - */ + @param ProjectValue Key of the Project + */ public void setProjectValue (String ProjectValue) { set_Value (COLUMNNAME_ProjectValue, ProjectValue); @@ -1185,15 +1143,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Project Key. @return Key of the Project */ - public String getProjectValue () + public String getProjectValue() { return (String)get_Value(COLUMNNAME_ProjectValue); } /** Set Ordered Quantity. - @param QtyOrdered - Ordered Quantity - */ + @param QtyOrdered Ordered Quantity + */ public void setQtyOrdered (BigDecimal QtyOrdered) { set_Value (COLUMNNAME_QtyOrdered, QtyOrdered); @@ -1202,7 +1159,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Ordered Quantity. @return Ordered Quantity */ - public BigDecimal getQtyOrdered () + public BigDecimal getQtyOrdered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOrdered); if (bd == null) @@ -1211,9 +1168,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Region. - @param RegionName - Name of the Region - */ + @param RegionName Name of the Region + */ public void setRegionName (String RegionName) { set_Value (COLUMNNAME_RegionName, RegionName); @@ -1222,7 +1178,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Region. @return Name of the Region */ - public String getRegionName () + public String getRegionName() { return (String)get_Value(COLUMNNAME_RegionName); } @@ -1234,21 +1190,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -1257,9 +1212,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set SKU. - @param SKU - Stock Keeping Unit - */ + @param SKU Stock Keeping Unit + */ public void setSKU (String SKU) { set_Value (COLUMNNAME_SKU, SKU); @@ -1268,15 +1222,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get SKU. @return Stock Keeping Unit */ - public String getSKU () + public String getSKU() { return (String)get_Value(COLUMNNAME_SKU); } /** Set Tax Amount. - @param TaxAmt - Tax Amount for a document - */ + @param TaxAmt Tax Amount for a document + */ public void setTaxAmt (BigDecimal TaxAmt) { set_Value (COLUMNNAME_TaxAmt, TaxAmt); @@ -1285,7 +1238,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Tax Amount. @return Tax Amount for a document */ - public BigDecimal getTaxAmt () + public BigDecimal getTaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxAmt); if (bd == null) @@ -1294,9 +1247,8 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent } /** Set Tax Indicator. - @param TaxIndicator - Short form for Tax to be printed on documents - */ + @param TaxIndicator Short form for Tax to be printed on documents + */ public void setTaxIndicator (String TaxIndicator) { set_Value (COLUMNNAME_TaxIndicator, TaxIndicator); @@ -1305,15 +1257,14 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get Tax Indicator. @return Short form for Tax to be printed on documents */ - public String getTaxIndicator () + public String getTaxIndicator() { return (String)get_Value(COLUMNNAME_TaxIndicator); } /** Set UPC/EAN. - @param UPC - Bar Code (Universal Product Code or its superset European Article Number) - */ + @param UPC Bar Code (Universal Product Code or its superset European Article Number) + */ public void setUPC (String UPC) { set_Value (COLUMNNAME_UPC, UPC); @@ -1322,7 +1273,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent /** Get UPC/EAN. @return Bar Code (Universal Product Code or its superset European Article Number) */ - public String getUPC () + public String getUPC() { return (String)get_Value(COLUMNNAME_UPC); } diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Order.java b/org.adempiere.base/src/org/compiere/model/X_I_Order.java index 881e02de98..1d740ffee2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Order.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Order.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for I_Order * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_Order") public class X_I_Order extends PO implements I_I_Order, I_Persistent { @@ -33,7 +33,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_Order (Properties ctx, int I_Order_ID, String trxName) @@ -75,9 +75,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Address 1. - @param Address1 - Address line 1 for this location - */ + @param Address1 Address line 1 for this location + */ public void setAddress1 (String Address1) { set_Value (COLUMNNAME_Address1, Address1); @@ -86,15 +85,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Address 1. @return Address line 1 for this location */ - public String getAddress1 () + public String getAddress1() { return (String)get_Value(COLUMNNAME_Address1); } /** Set Address 2. - @param Address2 - Address line 2 for this location - */ + @param Address2 Address line 2 for this location + */ public void setAddress2 (String Address2) { set_Value (COLUMNNAME_Address2, Address2); @@ -103,27 +101,26 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Address 2. @return Address line 2 for this location */ - public String getAddress2 () + public String getAddress2() { return (String)get_Value(COLUMNNAME_Address2); } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -138,21 +135,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -167,21 +163,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Invoice To. - @param BillTo_ID - Bill to Address - */ + @param BillTo_ID Bill to Address + */ public void setBillTo_ID (int BillTo_ID) { - if (BillTo_ID < 1) + if (BillTo_ID < 1) set_Value (COLUMNNAME_BillTo_ID, null); - else + else set_Value (COLUMNNAME_BillTo_ID, Integer.valueOf(BillTo_ID)); } /** Get Invoice To. @return Bill to Address */ - public int getBillTo_ID () + public int getBillTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_BillTo_ID); if (ii == null) @@ -190,9 +185,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Business Partner Key. - @param BPartnerValue - Key of the Business Partner - */ + @param BPartnerValue Key of the Business Partner + */ public void setBPartnerValue (String BPartnerValue) { set_Value (COLUMNNAME_BPartnerValue, BPartnerValue); @@ -201,7 +195,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Business Partner Key. @return Key of the Business Partner */ - public String getBPartnerValue () + public String getBPartnerValue() { return (String)get_Value(COLUMNNAME_BPartnerValue); } @@ -213,21 +207,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -241,22 +234,21 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -271,21 +263,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -300,21 +291,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -329,21 +319,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -358,21 +347,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Country. - @param C_Country_ID - Country - */ + @param C_Country_ID Country + */ public void setC_Country_ID (int C_Country_ID) { - if (C_Country_ID < 1) + if (C_Country_ID < 1) set_Value (COLUMNNAME_C_Country_ID, null); - else + else set_Value (COLUMNNAME_C_Country_ID, Integer.valueOf(C_Country_ID)); } /** Get Country. @return Country */ - public int getC_Country_ID () + public int getC_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Country_ID); if (ii == null) @@ -387,21 +375,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -416,21 +403,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -439,9 +425,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Charge Name. - @param ChargeName - Name of the Charge - */ + @param ChargeName Name of the Charge + */ public void setChargeName (String ChargeName) { set_Value (COLUMNNAME_ChargeName, ChargeName); @@ -450,15 +435,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Charge Name. @return Name of the Charge */ - public String getChargeName () + public String getChargeName() { return (String)get_Value(COLUMNNAME_ChargeName); } /** Set City. - @param City - Identifies a City - */ + @param City Identifies a City + */ public void setCity (String City) { set_Value (COLUMNNAME_City, City); @@ -467,7 +451,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get City. @return Identifies a City */ - public String getCity () + public String getCity() { return (String)get_Value(COLUMNNAME_City); } @@ -479,21 +463,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -502,9 +485,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Contact Name. - @param ContactName - Business Partner Contact Name - */ + @param ContactName Business Partner Contact Name + */ public void setContactName (String ContactName) { set_Value (COLUMNNAME_ContactName, ContactName); @@ -513,7 +495,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Contact Name. @return Business Partner Contact Name */ - public String getContactName () + public String getContactName() { return (String)get_Value(COLUMNNAME_ContactName); } @@ -525,21 +507,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_Value (COLUMNNAME_C_Order_ID, null); - else + else set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -554,21 +535,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_Value (COLUMNNAME_C_OrderLine_ID, null); - else + else set_Value (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -583,18 +563,19 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Order Source. - @param C_OrderSource_ID Order Source */ + @param C_OrderSource_ID Order Source + */ public void setC_OrderSource_ID (int C_OrderSource_ID) { - if (C_OrderSource_ID < 1) + if (C_OrderSource_ID < 1) set_Value (COLUMNNAME_C_OrderSource_ID, null); - else + else set_Value (COLUMNNAME_C_OrderSource_ID, Integer.valueOf(C_OrderSource_ID)); } /** Get Order Source. @return Order Source */ - public int getC_OrderSource_ID () + public int getC_OrderSource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderSource_ID); if (ii == null) @@ -603,7 +584,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Order Source Key. - @param C_OrderSourceValue Order Source Key */ + @param C_OrderSourceValue Order Source Key + */ public void setC_OrderSourceValue (String C_OrderSourceValue) { set_Value (COLUMNNAME_C_OrderSourceValue, C_OrderSourceValue); @@ -611,15 +593,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Order Source Key. @return Order Source Key */ - public String getC_OrderSourceValue () + public String getC_OrderSourceValue() { return (String)get_Value(COLUMNNAME_C_OrderSourceValue); } /** Set ISO Country Code. - @param CountryCode - Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html - */ + @param CountryCode Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html + */ public void setCountryCode (String CountryCode) { set_Value (COLUMNNAME_CountryCode, CountryCode); @@ -628,7 +609,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get ISO Country Code. @return Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html */ - public String getCountryCode () + public String getCountryCode() { return (String)get_Value(COLUMNNAME_CountryCode); } @@ -640,21 +621,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Payment Term. - @param C_PaymentTerm_ID - The terms of Payment (timing, discount) - */ + @param C_PaymentTerm_ID The terms of Payment (timing, discount) + */ public void setC_PaymentTerm_ID (int C_PaymentTerm_ID) { - if (C_PaymentTerm_ID < 1) + if (C_PaymentTerm_ID < 1) set_Value (COLUMNNAME_C_PaymentTerm_ID, null); - else + else set_Value (COLUMNNAME_C_PaymentTerm_ID, Integer.valueOf(C_PaymentTerm_ID)); } /** Get Payment Term. @return The terms of Payment (timing, discount) */ - public int getC_PaymentTerm_ID () + public int getC_PaymentTerm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentTerm_ID); if (ii == null) @@ -669,21 +649,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -698,21 +677,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Region. - @param C_Region_ID - Identifies a geographical Region - */ + @param C_Region_ID Identifies a geographical Region + */ public void setC_Region_ID (int C_Region_ID) { - if (C_Region_ID < 1) + if (C_Region_ID < 1) set_Value (COLUMNNAME_C_Region_ID, null); - else + else set_Value (COLUMNNAME_C_Region_ID, Integer.valueOf(C_Region_ID)); } /** Get Region. @return Identifies a geographical Region */ - public int getC_Region_ID () + public int getC_Region_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Region_ID); if (ii == null) @@ -727,21 +705,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_Value (COLUMNNAME_C_Tax_ID, null); - else + else set_Value (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -756,21 +733,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -779,9 +755,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -790,15 +765,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Date Ordered. - @param DateOrdered - Date of Order - */ + @param DateOrdered Date of Order + */ public void setDateOrdered (Timestamp DateOrdered) { set_Value (COLUMNNAME_DateOrdered, DateOrdered); @@ -807,7 +781,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Date Ordered. @return Date of Order */ - public Timestamp getDateOrdered () + public Timestamp getDateOrdered() { return (Timestamp)get_Value(COLUMNNAME_DateOrdered); } @@ -827,9 +801,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** After Payment = R */ public static final String DELIVERYRULE_AfterPayment = "R"; /** Set Delivery Rule. - @param DeliveryRule - Defines the timing of Delivery - */ + @param DeliveryRule Defines the timing of Delivery + */ public void setDeliveryRule (String DeliveryRule) { @@ -839,15 +812,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Delivery Rule. @return Defines the timing of Delivery */ - public String getDeliveryRule () + public String getDeliveryRule() { return (String)get_Value(COLUMNNAME_DeliveryRule); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -856,15 +828,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document Type Name. - @param DocTypeName - Name of the Document Type - */ + @param DocTypeName Name of the Document Type + */ public void setDocTypeName (String DocTypeName) { set_Value (COLUMNNAME_DocTypeName, DocTypeName); @@ -873,15 +844,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Document Type Name. @return Name of the Document Type */ - public String getDocTypeName () + public String getDocTypeName() { return (String)get_Value(COLUMNNAME_DocTypeName); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -890,15 +860,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set EMail Address. - @param EMail - Electronic Mail Address - */ + @param EMail Electronic Mail Address + */ public void setEMail (String EMail) { set_Value (COLUMNNAME_EMail, EMail); @@ -907,15 +876,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get EMail Address. @return Electronic Mail Address */ - public String getEMail () + public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } /** Set Freight Amount. - @param FreightAmt - Freight Amount - */ + @param FreightAmt Freight Amount + */ public void setFreightAmt (BigDecimal FreightAmt) { set_Value (COLUMNNAME_FreightAmt, FreightAmt); @@ -924,7 +892,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Freight Amount. @return Freight Amount */ - public BigDecimal getFreightAmt () + public BigDecimal getFreightAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FreightAmt); if (bd == null) @@ -933,9 +901,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -944,15 +911,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -961,7 +927,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -974,21 +940,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Import Order. - @param I_Order_ID - Import Orders - */ + @param I_Order_ID Import Orders + */ public void setI_Order_ID (int I_Order_ID) { - if (I_Order_ID < 1) + if (I_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_I_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_Order_ID, Integer.valueOf(I_Order_ID)); } /** Get Import Order. @return Import Orders */ - public int getI_Order_ID () + public int getI_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_Order_ID); if (ii == null) @@ -997,7 +962,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set I_Order_UU. - @param I_Order_UU I_Order_UU */ + @param I_Order_UU I_Order_UU + */ public void setI_Order_UU (String I_Order_UU) { set_Value (COLUMNNAME_I_Order_UU, I_Order_UU); @@ -1005,15 +971,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get I_Order_UU. @return I_Order_UU */ - public String getI_Order_UU () + public String getI_Order_UU() { return (String)get_Value(COLUMNNAME_I_Order_UU); } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -1022,7 +987,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -1035,9 +1000,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Line Description. - @param LineDescription - Description of the Line - */ + @param LineDescription Description of the Line + */ public void setLineDescription (String LineDescription) { set_Value (COLUMNNAME_LineDescription, LineDescription); @@ -1046,7 +1010,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Line Description. @return Description of the Line */ - public String getLineDescription () + public String getLineDescription() { return (String)get_Value(COLUMNNAME_LineDescription); } @@ -1058,21 +1022,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_Value (COLUMNNAME_M_PriceList_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -1087,21 +1050,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -1116,21 +1078,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_Value (COLUMNNAME_M_Shipper_ID, null); - else + else set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -1145,21 +1106,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -1168,9 +1128,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -1179,15 +1138,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Payment Term Key. - @param PaymentTermValue - Key of the Payment Term - */ + @param PaymentTermValue Key of the Payment Term + */ public void setPaymentTermValue (String PaymentTermValue) { set_Value (COLUMNNAME_PaymentTermValue, PaymentTermValue); @@ -1196,15 +1154,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Payment Term Key. @return Key of the Payment Term */ - public String getPaymentTermValue () + public String getPaymentTermValue() { return (String)get_Value(COLUMNNAME_PaymentTermValue); } /** Set Phone. - @param Phone - Identifies a telephone number - */ + @param Phone Identifies a telephone number + */ public void setPhone (String Phone) { set_Value (COLUMNNAME_Phone, Phone); @@ -1213,15 +1170,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Phone. @return Identifies a telephone number */ - public String getPhone () + public String getPhone() { return (String)get_Value(COLUMNNAME_Phone); } /** Set ZIP. - @param Postal - Postal code - */ + @param Postal Postal code + */ public void setPostal (String Postal) { set_Value (COLUMNNAME_Postal, Postal); @@ -1230,15 +1186,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get ZIP. @return Postal code */ - public String getPostal () + public String getPostal() { return (String)get_Value(COLUMNNAME_Postal); } /** Set Unit Price. - @param PriceActual - Actual Price - */ + @param PriceActual Actual Price + */ public void setPriceActual (BigDecimal PriceActual) { set_Value (COLUMNNAME_PriceActual, PriceActual); @@ -1247,7 +1202,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Unit Price. @return Actual Price */ - public BigDecimal getPriceActual () + public BigDecimal getPriceActual() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceActual); if (bd == null) @@ -1256,9 +1211,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1267,7 +1221,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1280,7 +1234,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1288,7 +1243,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1301,9 +1256,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Product Key. - @param ProductValue - Key of the Product - */ + @param ProductValue Key of the Product + */ public void setProductValue (String ProductValue) { set_Value (COLUMNNAME_ProductValue, ProductValue); @@ -1312,15 +1266,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Product Key. @return Key of the Product */ - public String getProductValue () + public String getProductValue() { return (String)get_Value(COLUMNNAME_ProductValue); } /** Set Ordered Quantity. - @param QtyOrdered - Ordered Quantity - */ + @param QtyOrdered Ordered Quantity + */ public void setQtyOrdered (BigDecimal QtyOrdered) { set_Value (COLUMNNAME_QtyOrdered, QtyOrdered); @@ -1329,7 +1282,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Ordered Quantity. @return Ordered Quantity */ - public BigDecimal getQtyOrdered () + public BigDecimal getQtyOrdered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOrdered); if (bd == null) @@ -1338,9 +1291,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Region. - @param RegionName - Name of the Region - */ + @param RegionName Name of the Region + */ public void setRegionName (String RegionName) { set_Value (COLUMNNAME_RegionName, RegionName); @@ -1349,7 +1301,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Region. @return Name of the Region */ - public String getRegionName () + public String getRegionName() { return (String)get_Value(COLUMNNAME_RegionName); } @@ -1361,21 +1313,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -1384,9 +1335,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set SKU. - @param SKU - Stock Keeping Unit - */ + @param SKU Stock Keeping Unit + */ public void setSKU (String SKU) { set_Value (COLUMNNAME_SKU, SKU); @@ -1395,15 +1345,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get SKU. @return Stock Keeping Unit */ - public String getSKU () + public String getSKU() { return (String)get_Value(COLUMNNAME_SKU); } /** Set Tax Amount. - @param TaxAmt - Tax Amount for a document - */ + @param TaxAmt Tax Amount for a document + */ public void setTaxAmt (BigDecimal TaxAmt) { set_Value (COLUMNNAME_TaxAmt, TaxAmt); @@ -1412,7 +1361,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Tax Amount. @return Tax Amount for a document */ - public BigDecimal getTaxAmt () + public BigDecimal getTaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxAmt); if (bd == null) @@ -1421,9 +1370,8 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent } /** Set Tax Indicator. - @param TaxIndicator - Short form for Tax to be printed on documents - */ + @param TaxIndicator Short form for Tax to be printed on documents + */ public void setTaxIndicator (String TaxIndicator) { set_Value (COLUMNNAME_TaxIndicator, TaxIndicator); @@ -1432,15 +1380,14 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get Tax Indicator. @return Short form for Tax to be printed on documents */ - public String getTaxIndicator () + public String getTaxIndicator() { return (String)get_Value(COLUMNNAME_TaxIndicator); } /** Set UPC/EAN. - @param UPC - Bar Code (Universal Product Code or its superset European Article Number) - */ + @param UPC Bar Code (Universal Product Code or its superset European Article Number) + */ public void setUPC (String UPC) { set_Value (COLUMNNAME_UPC, UPC); @@ -1449,7 +1396,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent /** Get UPC/EAN. @return Bar Code (Universal Product Code or its superset European Article Number) */ - public String getUPC () + public String getUPC() { return (String)get_Value(COLUMNNAME_UPC); } diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Payment.java b/org.adempiere.base/src/org/compiere/model/X_I_Payment.java index 14248fed50..8dac5d6bbd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Payment.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Payment.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for I_Payment * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_Payment") public class X_I_Payment extends PO implements I_I_Payment, I_Persistent { @@ -33,7 +33,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_Payment (Properties ctx, int I_Payment_ID, String trxName) @@ -75,9 +75,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Account No. - @param AccountNo - Account Number - */ + @param AccountNo Account Number + */ public void setAccountNo (String AccountNo) { set_Value (COLUMNNAME_AccountNo, AccountNo); @@ -86,15 +85,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Account No. @return Account Number */ - public String getAccountNo () + public String getAccountNo() { return (String)get_Value(COLUMNNAME_AccountNo); } /** Set Account City. - @param A_City - City or the Credit Card or Account Holder - */ + @param A_City City or the Credit Card or Account Holder + */ public void setA_City (String A_City) { set_Value (COLUMNNAME_A_City, A_City); @@ -103,15 +101,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Account City. @return City or the Credit Card or Account Holder */ - public String getA_City () + public String getA_City() { return (String)get_Value(COLUMNNAME_A_City); } /** Set Account Country. - @param A_Country - Country - */ + @param A_Country Country + */ public void setA_Country (String A_Country) { set_Value (COLUMNNAME_A_Country, A_Country); @@ -120,15 +117,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Account Country. @return Country */ - public String getA_Country () + public String getA_Country() { return (String)get_Value(COLUMNNAME_A_Country); } /** Set Account EMail. - @param A_EMail - Email Address - */ + @param A_EMail Email Address + */ public void setA_EMail (String A_EMail) { set_Value (COLUMNNAME_A_EMail, A_EMail); @@ -137,15 +133,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Account EMail. @return Email Address */ - public String getA_EMail () + public String getA_EMail() { return (String)get_Value(COLUMNNAME_A_EMail); } /** Set Driver License. - @param A_Ident_DL - Payment Identification - Driver License - */ + @param A_Ident_DL Payment Identification - Driver License + */ public void setA_Ident_DL (String A_Ident_DL) { set_Value (COLUMNNAME_A_Ident_DL, A_Ident_DL); @@ -154,15 +149,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Driver License. @return Payment Identification - Driver License */ - public String getA_Ident_DL () + public String getA_Ident_DL() { return (String)get_Value(COLUMNNAME_A_Ident_DL); } /** Set Social Security No. - @param A_Ident_SSN - Payment Identification - Social Security No - */ + @param A_Ident_SSN Payment Identification - Social Security No + */ public void setA_Ident_SSN (String A_Ident_SSN) { set_Value (COLUMNNAME_A_Ident_SSN, A_Ident_SSN); @@ -171,15 +165,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Social Security No. @return Payment Identification - Social Security No */ - public String getA_Ident_SSN () + public String getA_Ident_SSN() { return (String)get_Value(COLUMNNAME_A_Ident_SSN); } /** Set Account Name. - @param A_Name - Name on Credit Card or Account holder - */ + @param A_Name Name on Credit Card or Account holder + */ public void setA_Name (String A_Name) { set_Value (COLUMNNAME_A_Name, A_Name); @@ -188,15 +181,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Account Name. @return Name on Credit Card or Account holder */ - public String getA_Name () + public String getA_Name() { return (String)get_Value(COLUMNNAME_A_Name); } /** Set Account State. - @param A_State - State of the Credit Card or Account holder - */ + @param A_State State of the Credit Card or Account holder + */ public void setA_State (String A_State) { set_Value (COLUMNNAME_A_State, A_State); @@ -205,15 +197,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Account State. @return State of the Credit Card or Account holder */ - public String getA_State () + public String getA_State() { return (String)get_Value(COLUMNNAME_A_State); } /** Set Account Street. - @param A_Street - Street address of the Credit Card or Account holder - */ + @param A_Street Street address of the Credit Card or Account holder + */ public void setA_Street (String A_Street) { set_Value (COLUMNNAME_A_Street, A_Street); @@ -222,15 +213,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Account Street. @return Street address of the Credit Card or Account holder */ - public String getA_Street () + public String getA_Street() { return (String)get_Value(COLUMNNAME_A_Street); } /** Set Account Zip/Postal. - @param A_Zip - Zip Code of the Credit Card or Account Holder - */ + @param A_Zip Zip Code of the Credit Card or Account Holder + */ public void setA_Zip (String A_Zip) { set_Value (COLUMNNAME_A_Zip, A_Zip); @@ -239,15 +229,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Account Zip/Postal. @return Zip Code of the Credit Card or Account Holder */ - public String getA_Zip () + public String getA_Zip() { return (String)get_Value(COLUMNNAME_A_Zip); } /** Set Bank Account No. - @param BankAccountNo - Bank Account Number - */ + @param BankAccountNo Bank Account Number + */ public void setBankAccountNo (String BankAccountNo) { set_Value (COLUMNNAME_BankAccountNo, BankAccountNo); @@ -256,15 +245,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Bank Account No. @return Bank Account Number */ - public String getBankAccountNo () + public String getBankAccountNo() { return (String)get_Value(COLUMNNAME_BankAccountNo); } /** Set Business Partner Key. - @param BPartnerValue - Key of the Business Partner - */ + @param BPartnerValue Key of the Business Partner + */ public void setBPartnerValue (String BPartnerValue) { set_Value (COLUMNNAME_BPartnerValue, BPartnerValue); @@ -273,7 +261,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Business Partner Key. @return Key of the Business Partner */ - public String getBPartnerValue () + public String getBPartnerValue() { return (String)get_Value(COLUMNNAME_BPartnerValue); } @@ -285,21 +273,20 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Bank Account. - @param C_BankAccount_ID - Account at the Bank - */ + @param C_BankAccount_ID Account at the Bank + */ public void setC_BankAccount_ID (int C_BankAccount_ID) { - if (C_BankAccount_ID < 1) + if (C_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ - public int getC_BankAccount_ID () + public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) @@ -313,22 +300,21 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -343,21 +329,20 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -372,21 +357,20 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -401,21 +385,20 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -424,9 +407,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Charge amount. - @param ChargeAmt - Charge Amount - */ + @param ChargeAmt Charge Amount + */ public void setChargeAmt (BigDecimal ChargeAmt) { set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); @@ -435,7 +417,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Charge amount. @return Charge Amount */ - public BigDecimal getChargeAmt () + public BigDecimal getChargeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); if (bd == null) @@ -444,9 +426,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Charge Name. - @param ChargeName - Name of the Charge - */ + @param ChargeName Name of the Charge + */ public void setChargeName (String ChargeName) { set_Value (COLUMNNAME_ChargeName, ChargeName); @@ -455,15 +436,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Charge Name. @return Name of the Charge */ - public String getChargeName () + public String getChargeName() { return (String)get_Value(COLUMNNAME_ChargeName); } /** Set Check No. - @param CheckNo - Check Number - */ + @param CheckNo Check Number + */ public void setCheckNo (String CheckNo) { set_Value (COLUMNNAME_CheckNo, CheckNo); @@ -472,7 +452,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Check No. @return Check Number */ - public String getCheckNo () + public String getCheckNo() { return (String)get_Value(COLUMNNAME_CheckNo); } @@ -484,21 +464,20 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -513,21 +492,20 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -536,9 +514,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Exp. Month. - @param CreditCardExpMM - Expiry Month - */ + @param CreditCardExpMM Expiry Month + */ public void setCreditCardExpMM (int CreditCardExpMM) { set_Value (COLUMNNAME_CreditCardExpMM, Integer.valueOf(CreditCardExpMM)); @@ -547,7 +524,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Exp. Month. @return Expiry Month */ - public int getCreditCardExpMM () + public int getCreditCardExpMM() { Integer ii = (Integer)get_Value(COLUMNNAME_CreditCardExpMM); if (ii == null) @@ -556,9 +533,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Exp. Year. - @param CreditCardExpYY - Expiry Year - */ + @param CreditCardExpYY Expiry Year + */ public void setCreditCardExpYY (int CreditCardExpYY) { set_Value (COLUMNNAME_CreditCardExpYY, Integer.valueOf(CreditCardExpYY)); @@ -567,7 +543,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Exp. Year. @return Expiry Year */ - public int getCreditCardExpYY () + public int getCreditCardExpYY() { Integer ii = (Integer)get_Value(COLUMNNAME_CreditCardExpYY); if (ii == null) @@ -576,9 +552,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Number. - @param CreditCardNumber - Credit Card Number - */ + @param CreditCardNumber Credit Card Number + */ public void setCreditCardNumber (String CreditCardNumber) { set_Value (COLUMNNAME_CreditCardNumber, CreditCardNumber); @@ -587,7 +562,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Number. @return Credit Card Number */ - public String getCreditCardNumber () + public String getCreditCardNumber() { return (String)get_Value(COLUMNNAME_CreditCardNumber); } @@ -609,9 +584,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Visa = V */ public static final String CREDITCARDTYPE_Visa = "V"; /** Set Credit Card. - @param CreditCardType - Credit Card (Visa, MC, AmEx) - */ + @param CreditCardType Credit Card (Visa, MC, AmEx) + */ public void setCreditCardType (String CreditCardType) { @@ -621,15 +595,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Credit Card. @return Credit Card (Visa, MC, AmEx) */ - public String getCreditCardType () + public String getCreditCardType() { return (String)get_Value(COLUMNNAME_CreditCardType); } /** Set Verification Code. - @param CreditCardVV - Credit Card Verification code on credit card - */ + @param CreditCardVV Credit Card Verification code on credit card + */ public void setCreditCardVV (String CreditCardVV) { set_Value (COLUMNNAME_CreditCardVV, CreditCardVV); @@ -638,15 +611,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Verification Code. @return Credit Card Verification code on credit card */ - public String getCreditCardVV () + public String getCreditCardVV() { return (String)get_Value(COLUMNNAME_CreditCardVV); } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -655,15 +627,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Transaction Date. - @param DateTrx - Transaction Date - */ + @param DateTrx Transaction Date + */ public void setDateTrx (Timestamp DateTrx) { set_Value (COLUMNNAME_DateTrx, DateTrx); @@ -672,15 +643,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Transaction Date. @return Transaction Date */ - public Timestamp getDateTrx () + public Timestamp getDateTrx() { return (Timestamp)get_Value(COLUMNNAME_DateTrx); } /** Set Discount Amount. - @param DiscountAmt - Calculated amount of discount - */ + @param DiscountAmt Calculated amount of discount + */ public void setDiscountAmt (BigDecimal DiscountAmt) { set_Value (COLUMNNAME_DiscountAmt, DiscountAmt); @@ -689,7 +659,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Discount Amount. @return Calculated amount of discount */ - public BigDecimal getDiscountAmt () + public BigDecimal getDiscountAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DiscountAmt); if (bd == null) @@ -698,9 +668,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Document Type Name. - @param DocTypeName - Name of the Document Type - */ + @param DocTypeName Name of the Document Type + */ public void setDocTypeName (String DocTypeName) { set_Value (COLUMNNAME_DocTypeName, DocTypeName); @@ -709,15 +678,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Document Type Name. @return Name of the Document Type */ - public String getDocTypeName () + public String getDocTypeName() { return (String)get_Value(COLUMNNAME_DocTypeName); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -726,15 +694,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set IBAN. - @param IBAN - International Bank Account Number - */ + @param IBAN International Bank Account Number + */ public void setIBAN (String IBAN) { set_Value (COLUMNNAME_IBAN, IBAN); @@ -743,15 +710,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get IBAN. @return International Bank Account Number */ - public String getIBAN () + public String getIBAN() { return (String)get_Value(COLUMNNAME_IBAN); } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -760,15 +726,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -777,7 +742,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -790,9 +755,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Invoice Document No. - @param InvoiceDocumentNo - Document Number of the Invoice - */ + @param InvoiceDocumentNo Document Number of the Invoice + */ public void setInvoiceDocumentNo (String InvoiceDocumentNo) { set_Value (COLUMNNAME_InvoiceDocumentNo, InvoiceDocumentNo); @@ -801,27 +765,26 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Invoice Document No. @return Document Number of the Invoice */ - public String getInvoiceDocumentNo () + public String getInvoiceDocumentNo() { return (String)get_Value(COLUMNNAME_InvoiceDocumentNo); } /** Set Import Payment. - @param I_Payment_ID - Import Payment - */ + @param I_Payment_ID Import Payment + */ public void setI_Payment_ID (int I_Payment_ID) { - if (I_Payment_ID < 1) + if (I_Payment_ID < 1) set_ValueNoCheck (COLUMNNAME_I_Payment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_Payment_ID, Integer.valueOf(I_Payment_ID)); } /** Get Import Payment. @return Import Payment */ - public int getI_Payment_ID () + public int getI_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_Payment_ID); if (ii == null) @@ -830,7 +793,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set I_Payment_UU. - @param I_Payment_UU I_Payment_UU */ + @param I_Payment_UU I_Payment_UU + */ public void setI_Payment_UU (String I_Payment_UU) { set_Value (COLUMNNAME_I_Payment_UU, I_Payment_UU); @@ -838,15 +802,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get I_Payment_UU. @return I_Payment_UU */ - public String getI_Payment_UU () + public String getI_Payment_UU() { return (String)get_Value(COLUMNNAME_I_Payment_UU); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -855,7 +818,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -868,9 +831,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Delayed Capture. - @param IsDelayedCapture - Charge after Shipment - */ + @param IsDelayedCapture Charge after Shipment + */ public void setIsDelayedCapture (boolean IsDelayedCapture) { set_Value (COLUMNNAME_IsDelayedCapture, Boolean.valueOf(IsDelayedCapture)); @@ -879,7 +841,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Delayed Capture. @return Charge after Shipment */ - public boolean isDelayedCapture () + public boolean isDelayedCapture() { Object oo = get_Value(COLUMNNAME_IsDelayedCapture); if (oo != null) @@ -892,9 +854,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set ISO Currency Code. - @param ISO_Code - Three letter ISO 4217 Code of the Currency - */ + @param ISO_Code Three letter ISO 4217 Code of the Currency + */ public void setISO_Code (String ISO_Code) { set_Value (COLUMNNAME_ISO_Code, ISO_Code); @@ -903,15 +864,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get ISO Currency Code. @return Three letter ISO 4217 Code of the Currency */ - public String getISO_Code () + public String getISO_Code() { return (String)get_Value(COLUMNNAME_ISO_Code); } /** Set Over/Under Payment. - @param IsOverUnderPayment - Over-Payment (unallocated) or Under-Payment (partial payment) - */ + @param IsOverUnderPayment Over-Payment (unallocated) or Under-Payment (partial payment) + */ public void setIsOverUnderPayment (boolean IsOverUnderPayment) { set_Value (COLUMNNAME_IsOverUnderPayment, Boolean.valueOf(IsOverUnderPayment)); @@ -920,7 +880,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Over/Under Payment. @return Over-Payment (unallocated) or Under-Payment (partial payment) */ - public boolean isOverUnderPayment () + public boolean isOverUnderPayment() { Object oo = get_Value(COLUMNNAME_IsOverUnderPayment); if (oo != null) @@ -933,9 +893,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Receipt. - @param IsReceipt - This is a sales transaction (receipt) - */ + @param IsReceipt This is a sales transaction (receipt) + */ public void setIsReceipt (boolean IsReceipt) { set_Value (COLUMNNAME_IsReceipt, Boolean.valueOf(IsReceipt)); @@ -944,7 +903,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Receipt. @return This is a sales transaction (receipt) */ - public boolean isReceipt () + public boolean isReceipt() { Object oo = get_Value(COLUMNNAME_IsReceipt); if (oo != null) @@ -957,9 +916,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -968,7 +926,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -981,9 +939,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Micr. - @param Micr - Combination of routing no, account and check no - */ + @param Micr Combination of routing no, account and check no + */ public void setMicr (String Micr) { set_Value (COLUMNNAME_Micr, Micr); @@ -992,15 +949,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Micr. @return Combination of routing no, account and check no */ - public String getMicr () + public String getMicr() { return (String)get_Value(COLUMNNAME_Micr); } /** Set Original Transaction ID. - @param Orig_TrxID - Original Transaction ID - */ + @param Orig_TrxID Original Transaction ID + */ public void setOrig_TrxID (String Orig_TrxID) { set_Value (COLUMNNAME_Orig_TrxID, Orig_TrxID); @@ -1009,15 +965,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Original Transaction ID. @return Original Transaction ID */ - public String getOrig_TrxID () + public String getOrig_TrxID() { return (String)get_Value(COLUMNNAME_Orig_TrxID); } /** Set Over/Under Payment. - @param OverUnderAmt - Over-Payment (unallocated) or Under-Payment (partial payment) Amount - */ + @param OverUnderAmt Over-Payment (unallocated) or Under-Payment (partial payment) Amount + */ public void setOverUnderAmt (BigDecimal OverUnderAmt) { set_Value (COLUMNNAME_OverUnderAmt, OverUnderAmt); @@ -1026,7 +981,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Over/Under Payment. @return Over-Payment (unallocated) or Under-Payment (partial payment) Amount */ - public BigDecimal getOverUnderAmt () + public BigDecimal getOverUnderAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OverUnderAmt); if (bd == null) @@ -1035,9 +990,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Payment amount. - @param PayAmt - Amount being paid - */ + @param PayAmt Amount being paid + */ public void setPayAmt (BigDecimal PayAmt) { set_Value (COLUMNNAME_PayAmt, PayAmt); @@ -1046,7 +1000,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Payment amount. @return Amount being paid */ - public BigDecimal getPayAmt () + public BigDecimal getPayAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PayAmt); if (bd == null) @@ -1055,9 +1009,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set PO Number. - @param PONum - Purchase Order Number - */ + @param PONum Purchase Order Number + */ public void setPONum (String PONum) { set_Value (COLUMNNAME_PONum, PONum); @@ -1066,15 +1019,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get PO Number. @return Purchase Order Number */ - public String getPONum () + public String getPONum() { return (String)get_Value(COLUMNNAME_PONum); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1083,7 +1035,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1096,7 +1048,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1104,7 +1057,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1117,9 +1070,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent } /** Set Authorization Code. - @param R_AuthCode - Authorization Code returned - */ + @param R_AuthCode Authorization Code returned + */ public void setR_AuthCode (String R_AuthCode) { set_Value (COLUMNNAME_R_AuthCode, R_AuthCode); @@ -1128,15 +1080,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Authorization Code. @return Authorization Code returned */ - public String getR_AuthCode () + public String getR_AuthCode() { return (String)get_Value(COLUMNNAME_R_AuthCode); } /** Set Info. - @param R_Info - Response info - */ + @param R_Info Response info + */ public void setR_Info (String R_Info) { set_Value (COLUMNNAME_R_Info, R_Info); @@ -1145,15 +1096,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Info. @return Response info */ - public String getR_Info () + public String getR_Info() { return (String)get_Value(COLUMNNAME_R_Info); } /** Set Routing No. - @param RoutingNo - Bank Routing Number - */ + @param RoutingNo Bank Routing Number + */ public void setRoutingNo (String RoutingNo) { set_Value (COLUMNNAME_RoutingNo, RoutingNo); @@ -1162,15 +1112,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Routing No. @return Bank Routing Number */ - public String getRoutingNo () + public String getRoutingNo() { return (String)get_Value(COLUMNNAME_RoutingNo); } /** Set Reference. - @param R_PnRef - Payment reference - */ + @param R_PnRef Payment reference + */ public void setR_PnRef (String R_PnRef) { set_Value (COLUMNNAME_R_PnRef, R_PnRef); @@ -1179,15 +1128,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Reference. @return Payment reference */ - public String getR_PnRef () + public String getR_PnRef() { return (String)get_Value(COLUMNNAME_R_PnRef); } /** Set Response Message. - @param R_RespMsg - Response message - */ + @param R_RespMsg Response message + */ public void setR_RespMsg (String R_RespMsg) { set_Value (COLUMNNAME_R_RespMsg, R_RespMsg); @@ -1196,15 +1144,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Response Message. @return Response message */ - public String getR_RespMsg () + public String getR_RespMsg() { return (String)get_Value(COLUMNNAME_R_RespMsg); } /** Set Result. - @param R_Result - Result of transmission - */ + @param R_Result Result of transmission + */ public void setR_Result (String R_Result) { set_Value (COLUMNNAME_R_Result, R_Result); @@ -1213,15 +1160,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Result. @return Result of transmission */ - public String getR_Result () + public String getR_Result() { return (String)get_Value(COLUMNNAME_R_Result); } /** Set Swift code. - @param SwiftCode - Swift Code or BIC - */ + @param SwiftCode Swift Code or BIC + */ public void setSwiftCode (String SwiftCode) { set_Value (COLUMNNAME_SwiftCode, SwiftCode); @@ -1230,15 +1176,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Swift code. @return Swift Code or BIC */ - public String getSwiftCode () + public String getSwiftCode() { return (String)get_Value(COLUMNNAME_SwiftCode); } /** Set Swipe. - @param Swipe - Track 1 and 2 of the Credit Card - */ + @param Swipe Track 1 and 2 of the Credit Card + */ public void setSwipe (String Swipe) { set_Value (COLUMNNAME_Swipe, Swipe); @@ -1247,15 +1192,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Swipe. @return Track 1 and 2 of the Credit Card */ - public String getSwipe () + public String getSwipe() { return (String)get_Value(COLUMNNAME_Swipe); } /** Set Tax Amount. - @param TaxAmt - Tax Amount for a document - */ + @param TaxAmt Tax Amount for a document + */ public void setTaxAmt (BigDecimal TaxAmt) { set_Value (COLUMNNAME_TaxAmt, TaxAmt); @@ -1264,7 +1208,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Tax Amount. @return Tax Amount for a document */ - public BigDecimal getTaxAmt () + public BigDecimal getTaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxAmt); if (bd == null) @@ -1287,9 +1231,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Cash = X */ public static final String TENDERTYPE_Cash = "X"; /** Set Tender type. - @param TenderType - Method of Payment - */ + @param TenderType Method of Payment + */ public void setTenderType (String TenderType) { @@ -1299,7 +1242,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Tender type. @return Method of Payment */ - public String getTenderType () + public String getTenderType() { return (String)get_Value(COLUMNNAME_TenderType); } @@ -1319,9 +1262,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Void = V */ public static final String TRXTYPE_Void = "V"; /** Set Transaction Type. - @param TrxType - Type of credit card transaction - */ + @param TrxType Type of credit card transaction + */ public void setTrxType (String TrxType) { @@ -1331,15 +1273,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Transaction Type. @return Type of credit card transaction */ - public String getTrxType () + public String getTrxType() { return (String)get_Value(COLUMNNAME_TrxType); } /** Set Voice authorization code. - @param VoiceAuthCode - Voice Authorization Code from credit card company - */ + @param VoiceAuthCode Voice Authorization Code from credit card company + */ public void setVoiceAuthCode (String VoiceAuthCode) { set_Value (COLUMNNAME_VoiceAuthCode, VoiceAuthCode); @@ -1348,15 +1289,14 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Voice authorization code. @return Voice Authorization Code from credit card company */ - public String getVoiceAuthCode () + public String getVoiceAuthCode() { return (String)get_Value(COLUMNNAME_VoiceAuthCode); } /** Set Write-off Amount. - @param WriteOffAmt - Amount to write-off - */ + @param WriteOffAmt Amount to write-off + */ public void setWriteOffAmt (BigDecimal WriteOffAmt) { set_Value (COLUMNNAME_WriteOffAmt, WriteOffAmt); @@ -1365,7 +1305,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent /** Get Write-off Amount. @return Amount to write-off */ - public BigDecimal getWriteOffAmt () + public BigDecimal getWriteOffAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_WriteOffAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_I_PriceList.java b/org.adempiere.base/src/org/compiere/model/X_I_PriceList.java index 785fcdadf4..58cbcfff3b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_PriceList.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_PriceList.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for I_PriceList * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_PriceList") public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent { @@ -33,7 +33,7 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_PriceList (Properties ctx, int I_PriceList_ID, String trxName) @@ -76,9 +76,8 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Business Partner Key. - @param BPartner_Value - The Key of the Business Partner - */ + @param BPartner_Value The Key of the Business Partner + */ public void setBPartner_Value (String BPartner_Value) { set_Value (COLUMNNAME_BPartner_Value, BPartner_Value); @@ -87,15 +86,14 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Business Partner Key. @return The Key of the Business Partner */ - public String getBPartner_Value () + public String getBPartner_Value() { return (String)get_Value(COLUMNNAME_BPartner_Value); } /** Set Break Value. - @param BreakValue - Low Value of trade discount break level - */ + @param BreakValue Low Value of trade discount break level + */ public void setBreakValue (BigDecimal BreakValue) { set_Value (COLUMNNAME_BreakValue, BreakValue); @@ -104,7 +102,7 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Break Value. @return Low Value of trade discount break level */ - public BigDecimal getBreakValue () + public BigDecimal getBreakValue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_BreakValue); if (bd == null) @@ -118,22 +116,21 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -148,21 +145,20 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -177,21 +173,20 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -200,9 +195,8 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -211,15 +205,14 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Enforce price limit. - @param EnforcePriceLimit - Do not allow prices below the limit price - */ + @param EnforcePriceLimit Do not allow prices below the limit price + */ public void setEnforcePriceLimit (boolean EnforcePriceLimit) { set_Value (COLUMNNAME_EnforcePriceLimit, Boolean.valueOf(EnforcePriceLimit)); @@ -228,7 +221,7 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Enforce price limit. @return Do not allow prices below the limit price */ - public boolean isEnforcePriceLimit () + public boolean isEnforcePriceLimit() { Object oo = get_Value(COLUMNNAME_EnforcePriceLimit); if (oo != null) @@ -241,9 +234,8 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -252,15 +244,14 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -269,7 +260,7 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -282,18 +273,19 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Import Price List. - @param I_PriceList_ID Import Price List */ + @param I_PriceList_ID Import Price List + */ public void setI_PriceList_ID (int I_PriceList_ID) { - if (I_PriceList_ID < 1) + if (I_PriceList_ID < 1) set_ValueNoCheck (COLUMNNAME_I_PriceList_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_PriceList_ID, Integer.valueOf(I_PriceList_ID)); } /** Get Import Price List. @return Import Price List */ - public int getI_PriceList_ID () + public int getI_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_PriceList_ID); if (ii == null) @@ -302,7 +294,8 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set I_PriceList_UU. - @param I_PriceList_UU I_PriceList_UU */ + @param I_PriceList_UU I_PriceList_UU + */ public void setI_PriceList_UU (String I_PriceList_UU) { set_Value (COLUMNNAME_I_PriceList_UU, I_PriceList_UU); @@ -310,15 +303,14 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get I_PriceList_UU. @return I_PriceList_UU */ - public String getI_PriceList_UU () + public String getI_PriceList_UU() { return (String)get_Value(COLUMNNAME_I_PriceList_UU); } /** Set ISO Currency Code. - @param ISO_Code - Three letter ISO 4217 Code of the Currency - */ + @param ISO_Code Three letter ISO 4217 Code of the Currency + */ public void setISO_Code (String ISO_Code) { set_Value (COLUMNNAME_ISO_Code, ISO_Code); @@ -327,15 +319,14 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get ISO Currency Code. @return Three letter ISO 4217 Code of the Currency */ - public String getISO_Code () + public String getISO_Code() { return (String)get_Value(COLUMNNAME_ISO_Code); } /** Set Sales Price list. - @param IsSOPriceList - This is a Sales Price List - */ + @param IsSOPriceList This is a Sales Price List + */ public void setIsSOPriceList (boolean IsSOPriceList) { set_Value (COLUMNNAME_IsSOPriceList, Boolean.valueOf(IsSOPriceList)); @@ -344,7 +335,7 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Sales Price list. @return This is a Sales Price List */ - public boolean isSOPriceList () + public boolean isSOPriceList() { Object oo = get_Value(COLUMNNAME_IsSOPriceList); if (oo != null) @@ -357,9 +348,8 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Price includes Tax. - @param IsTaxIncluded - Tax is included in the price - */ + @param IsTaxIncluded Tax is included in the price + */ public void setIsTaxIncluded (boolean IsTaxIncluded) { set_Value (COLUMNNAME_IsTaxIncluded, Boolean.valueOf(IsTaxIncluded)); @@ -368,7 +358,7 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Price includes Tax. @return Tax is included in the price */ - public boolean isTaxIncluded () + public boolean isTaxIncluded() { Object oo = get_Value(COLUMNNAME_IsTaxIncluded); if (oo != null) @@ -387,21 +377,20 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_Value (COLUMNNAME_M_PriceList_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -416,21 +405,20 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Price List Version. - @param M_PriceList_Version_ID - Identifies a unique instance of a Price List - */ + @param M_PriceList_Version_ID Identifies a unique instance of a Price List + */ public void setM_PriceList_Version_ID (int M_PriceList_Version_ID) { - if (M_PriceList_Version_ID < 1) + if (M_PriceList_Version_ID < 1) set_Value (COLUMNNAME_M_PriceList_Version_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_Version_ID, Integer.valueOf(M_PriceList_Version_ID)); } /** Get Price List Version. @return Identifies a unique instance of a Price List */ - public int getM_PriceList_Version_ID () + public int getM_PriceList_Version_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_Version_ID); if (ii == null) @@ -445,21 +433,20 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -468,9 +455,8 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -479,15 +465,14 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Limit Price. - @param PriceLimit - Lowest price for a product - */ + @param PriceLimit Lowest price for a product + */ public void setPriceLimit (BigDecimal PriceLimit) { set_Value (COLUMNNAME_PriceLimit, PriceLimit); @@ -496,7 +481,7 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Limit Price. @return Lowest price for a product */ - public BigDecimal getPriceLimit () + public BigDecimal getPriceLimit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceLimit); if (bd == null) @@ -505,9 +490,8 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set List Price. - @param PriceList - List Price - */ + @param PriceList List Price + */ public void setPriceList (BigDecimal PriceList) { set_Value (COLUMNNAME_PriceList, PriceList); @@ -516,7 +500,7 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get List Price. @return List Price */ - public BigDecimal getPriceList () + public BigDecimal getPriceList() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceList); if (bd == null) @@ -525,9 +509,8 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Price Precision. - @param PricePrecision - Precision (number of decimals) for the Price - */ + @param PricePrecision Precision (number of decimals) for the Price + */ public void setPricePrecision (int PricePrecision) { set_Value (COLUMNNAME_PricePrecision, Integer.valueOf(PricePrecision)); @@ -536,7 +519,7 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Price Precision. @return Precision (number of decimals) for the Price */ - public int getPricePrecision () + public int getPricePrecision() { Integer ii = (Integer)get_Value(COLUMNNAME_PricePrecision); if (ii == null) @@ -545,9 +528,8 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Standard Price. - @param PriceStd - Standard Price - */ + @param PriceStd Standard Price + */ public void setPriceStd (BigDecimal PriceStd) { set_Value (COLUMNNAME_PriceStd, PriceStd); @@ -556,7 +538,7 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Standard Price. @return Standard Price */ - public BigDecimal getPriceStd () + public BigDecimal getPriceStd() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceStd); if (bd == null) @@ -565,9 +547,8 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -576,7 +557,7 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -589,7 +570,8 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -597,7 +579,7 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -610,9 +592,8 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent } /** Set Product Key. - @param ProductValue - Key of the Product - */ + @param ProductValue Key of the Product + */ public void setProductValue (String ProductValue) { set_Value (COLUMNNAME_ProductValue, ProductValue); @@ -621,15 +602,14 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Product Key. @return Key of the Product */ - public String getProductValue () + public String getProductValue() { return (String)get_Value(COLUMNNAME_ProductValue); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -638,15 +618,14 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set UOM Code. - @param X12DE355 - UOM EDI X12 Code - */ + @param X12DE355 UOM EDI X12 Code + */ public void setX12DE355 (String X12DE355) { set_Value (COLUMNNAME_X12DE355, X12DE355); @@ -655,7 +634,7 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent /** Get UOM Code. @return UOM EDI X12 Code */ - public String getX12DE355 () + public String getX12DE355() { return (String)get_Value(COLUMNNAME_X12DE355); } diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Product.java b/org.adempiere.base/src/org/compiere/model/X_I_Product.java index 8963b357f2..80ac07052b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Product.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Product.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for I_Product * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_Product") public class X_I_Product extends PO implements I_I_Product, I_Persistent { @@ -34,7 +34,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_Product (Properties ctx, int I_Product_ID, String trxName) @@ -76,9 +76,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Business Partner Key. - @param BPartner_Value - The Key of the Business Partner - */ + @param BPartner_Value The Key of the Business Partner + */ public void setBPartner_Value (String BPartner_Value) { set_Value (COLUMNNAME_BPartner_Value, BPartner_Value); @@ -87,7 +86,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Business Partner Key. @return The Key of the Business Partner */ - public String getBPartner_Value () + public String getBPartner_Value() { return (String)get_Value(COLUMNNAME_BPartner_Value); } @@ -98,22 +97,21 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -128,21 +126,20 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -151,9 +148,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Classification. - @param Classification - Classification for grouping - */ + @param Classification Classification for grouping + */ public void setClassification (String Classification) { set_Value (COLUMNNAME_Classification, Classification); @@ -162,15 +158,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Classification. @return Classification for grouping */ - public String getClassification () + public String getClassification() { return (String)get_Value(COLUMNNAME_Classification); } /** Set Cost per Order. - @param CostPerOrder - Fixed Cost Per Order - */ + @param CostPerOrder Fixed Cost Per Order + */ public void setCostPerOrder (BigDecimal CostPerOrder) { set_Value (COLUMNNAME_CostPerOrder, CostPerOrder); @@ -179,7 +174,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Cost per Order. @return Fixed Cost Per Order */ - public BigDecimal getCostPerOrder () + public BigDecimal getCostPerOrder() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostPerOrder); if (bd == null) @@ -194,21 +189,20 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -217,9 +211,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Customs Tariff Number. - @param CustomsTariffNumber - Customs Tariff Number, usually the HS-Code - */ + @param CustomsTariffNumber Customs Tariff Number, usually the HS-Code + */ public void setCustomsTariffNumber (String CustomsTariffNumber) { set_Value (COLUMNNAME_CustomsTariffNumber, CustomsTariffNumber); @@ -228,15 +221,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Customs Tariff Number. @return Customs Tariff Number, usually the HS-Code */ - public String getCustomsTariffNumber () + public String getCustomsTariffNumber() { return (String)get_Value(COLUMNNAME_CustomsTariffNumber); } /** Set Promised Delivery Time. - @param DeliveryTime_Promised - Promised days between order and delivery - */ + @param DeliveryTime_Promised Promised days between order and delivery + */ public void setDeliveryTime_Promised (int DeliveryTime_Promised) { set_Value (COLUMNNAME_DeliveryTime_Promised, Integer.valueOf(DeliveryTime_Promised)); @@ -245,7 +237,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Promised Delivery Time. @return Promised days between order and delivery */ - public int getDeliveryTime_Promised () + public int getDeliveryTime_Promised() { Integer ii = (Integer)get_Value(COLUMNNAME_DeliveryTime_Promised); if (ii == null) @@ -254,9 +246,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -265,15 +256,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Description URL. - @param DescriptionURL - URL for the description - */ + @param DescriptionURL URL for the description + */ public void setDescriptionURL (String DescriptionURL) { set_Value (COLUMNNAME_DescriptionURL, DescriptionURL); @@ -282,15 +272,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Description URL. @return URL for the description */ - public String getDescriptionURL () + public String getDescriptionURL() { return (String)get_Value(COLUMNNAME_DescriptionURL); } /** Set Discontinued. - @param Discontinued - This product is no longer available - */ + @param Discontinued This product is no longer available + */ public void setDiscontinued (boolean Discontinued) { set_Value (COLUMNNAME_Discontinued, Boolean.valueOf(Discontinued)); @@ -299,7 +288,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Discontinued. @return This product is no longer available */ - public boolean isDiscontinued () + public boolean isDiscontinued() { Object oo = get_Value(COLUMNNAME_Discontinued); if (oo != null) @@ -312,9 +301,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Discontinued At. - @param DiscontinuedAt - Discontinued At indicates Date when product was discontinued - */ + @param DiscontinuedAt Discontinued At indicates Date when product was discontinued + */ public void setDiscontinuedAt (Timestamp DiscontinuedAt) { set_Value (COLUMNNAME_DiscontinuedAt, DiscontinuedAt); @@ -323,15 +311,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Discontinued At. @return Discontinued At indicates Date when product was discontinued */ - public Timestamp getDiscontinuedAt () + public Timestamp getDiscontinuedAt() { return (Timestamp)get_Value(COLUMNNAME_DiscontinuedAt); } /** Set Document Note. - @param DocumentNote - Additional information for a Document - */ + @param DocumentNote Additional information for a Document + */ public void setDocumentNote (String DocumentNote) { set_Value (COLUMNNAME_DocumentNote, DocumentNote); @@ -340,13 +327,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Document Note. @return Additional information for a Document */ - public String getDocumentNote () + public String getDocumentNote() { return (String)get_Value(COLUMNNAME_DocumentNote); } /** Set Group1. - @param Group1 Group1 */ + @param Group1 Group1 + */ public void setGroup1 (String Group1) { set_Value (COLUMNNAME_Group1, Group1); @@ -354,13 +342,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Group1. @return Group1 */ - public String getGroup1 () + public String getGroup1() { return (String)get_Value(COLUMNNAME_Group1); } /** Set Group2. - @param Group2 Group2 */ + @param Group2 Group2 + */ public void setGroup2 (String Group2) { set_Value (COLUMNNAME_Group2, Group2); @@ -368,15 +357,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Group2. @return Group2 */ - public String getGroup2 () + public String getGroup2() { return (String)get_Value(COLUMNNAME_Group2); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -385,15 +373,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -402,15 +389,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -419,7 +405,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -432,9 +418,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Image URL. - @param ImageURL - URL of image - */ + @param ImageURL URL of image + */ public void setImageURL (String ImageURL) { set_Value (COLUMNNAME_ImageURL, ImageURL); @@ -443,27 +428,26 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Image URL. @return URL of image */ - public String getImageURL () + public String getImageURL() { return (String)get_Value(COLUMNNAME_ImageURL); } /** Set Import Product. - @param I_Product_ID - Import Item or Service - */ + @param I_Product_ID Import Item or Service + */ public void setI_Product_ID (int I_Product_ID) { - if (I_Product_ID < 1) + if (I_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_I_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_Product_ID, Integer.valueOf(I_Product_ID)); } /** Get Import Product. @return Import Item or Service */ - public int getI_Product_ID () + public int getI_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_Product_ID); if (ii == null) @@ -472,7 +456,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set I_Product_UU. - @param I_Product_UU I_Product_UU */ + @param I_Product_UU I_Product_UU + */ public void setI_Product_UU (String I_Product_UU) { set_Value (COLUMNNAME_I_Product_UU, I_Product_UU); @@ -480,15 +465,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get I_Product_UU. @return I_Product_UU */ - public String getI_Product_UU () + public String getI_Product_UU() { return (String)get_Value(COLUMNNAME_I_Product_UU); } /** Set ISO Currency Code. - @param ISO_Code - Three letter ISO 4217 Code of the Currency - */ + @param ISO_Code Three letter ISO 4217 Code of the Currency + */ public void setISO_Code (String ISO_Code) { set_Value (COLUMNNAME_ISO_Code, ISO_Code); @@ -497,15 +481,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get ISO Currency Code. @return Three letter ISO 4217 Code of the Currency */ - public String getISO_Code () + public String getISO_Code() { return (String)get_Value(COLUMNNAME_ISO_Code); } /** Set Manufacturer. - @param Manufacturer - Manufacturer of the Product - */ + @param Manufacturer Manufacturer of the Product + */ public void setManufacturer (String Manufacturer) { set_Value (COLUMNNAME_Manufacturer, Manufacturer); @@ -514,7 +497,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Manufacturer. @return Manufacturer of the Product */ - public String getManufacturer () + public String getManufacturer() { return (String)get_Value(COLUMNNAME_Manufacturer); } @@ -526,21 +509,20 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -555,21 +537,20 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -578,9 +559,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -589,15 +569,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Minimum Order Qty. - @param Order_Min - Minimum order quantity in UOM - */ + @param Order_Min Minimum order quantity in UOM + */ public void setOrder_Min (int Order_Min) { set_Value (COLUMNNAME_Order_Min, Integer.valueOf(Order_Min)); @@ -606,7 +585,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Minimum Order Qty. @return Minimum order quantity in UOM */ - public int getOrder_Min () + public int getOrder_Min() { Integer ii = (Integer)get_Value(COLUMNNAME_Order_Min); if (ii == null) @@ -615,9 +594,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Order Pack Qty. - @param Order_Pack - Package order size in UOM (e.g. order set of 5 units) - */ + @param Order_Pack Package order size in UOM (e.g. order set of 5 units) + */ public void setOrder_Pack (int Order_Pack) { set_Value (COLUMNNAME_Order_Pack, Integer.valueOf(Order_Pack)); @@ -626,7 +604,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Order Pack Qty. @return Package order size in UOM (e.g. order set of 5 units) */ - public int getOrder_Pack () + public int getOrder_Pack() { Integer ii = (Integer)get_Value(COLUMNNAME_Order_Pack); if (ii == null) @@ -635,9 +613,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Price effective. - @param PriceEffective - Effective Date of Price - */ + @param PriceEffective Effective Date of Price + */ public void setPriceEffective (Timestamp PriceEffective) { set_Value (COLUMNNAME_PriceEffective, PriceEffective); @@ -646,15 +623,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Price effective. @return Effective Date of Price */ - public Timestamp getPriceEffective () + public Timestamp getPriceEffective() { return (Timestamp)get_Value(COLUMNNAME_PriceEffective); } /** Set Limit Price. - @param PriceLimit - Lowest price for a product - */ + @param PriceLimit Lowest price for a product + */ public void setPriceLimit (BigDecimal PriceLimit) { set_Value (COLUMNNAME_PriceLimit, PriceLimit); @@ -663,7 +639,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Limit Price. @return Lowest price for a product */ - public BigDecimal getPriceLimit () + public BigDecimal getPriceLimit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceLimit); if (bd == null) @@ -672,9 +648,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set List Price. - @param PriceList - List Price - */ + @param PriceList List Price + */ public void setPriceList (BigDecimal PriceList) { set_Value (COLUMNNAME_PriceList, PriceList); @@ -683,7 +658,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get List Price. @return List Price */ - public BigDecimal getPriceList () + public BigDecimal getPriceList() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceList); if (bd == null) @@ -692,9 +667,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set PO Price. - @param PricePO - Price based on a purchase order - */ + @param PricePO Price based on a purchase order + */ public void setPricePO (BigDecimal PricePO) { set_Value (COLUMNNAME_PricePO, PricePO); @@ -703,7 +677,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get PO Price. @return Price based on a purchase order */ - public BigDecimal getPricePO () + public BigDecimal getPricePO() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PricePO); if (bd == null) @@ -712,9 +686,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Standard Price. - @param PriceStd - Standard Price - */ + @param PriceStd Standard Price + */ public void setPriceStd (BigDecimal PriceStd) { set_Value (COLUMNNAME_PriceStd, PriceStd); @@ -723,7 +696,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Standard Price. @return Standard Price */ - public BigDecimal getPriceStd () + public BigDecimal getPriceStd() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceStd); if (bd == null) @@ -732,9 +705,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -743,7 +715,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -756,7 +728,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -764,7 +737,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -777,7 +750,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Product Category Key. - @param ProductCategory_Value Product Category Key */ + @param ProductCategory_Value Product Category Key + */ public void setProductCategory_Value (String ProductCategory_Value) { set_Value (COLUMNNAME_ProductCategory_Value, ProductCategory_Value); @@ -785,7 +759,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Product Category Key. @return Product Category Key */ - public String getProductCategory_Value () + public String getProductCategory_Value() { return (String)get_Value(COLUMNNAME_ProductCategory_Value); } @@ -805,9 +779,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Service = S */ public static final String PRODUCTTYPE_Service = "S"; /** Set Product Type. - @param ProductType - Type of product - */ + @param ProductType Type of product + */ public void setProductType (String ProductType) { @@ -817,15 +790,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Product Type. @return Type of product */ - public String getProductType () + public String getProductType() { return (String)get_Value(COLUMNNAME_ProductType); } /** Set Royalty Amount. - @param RoyaltyAmt - (Included) Amount for copyright, etc. - */ + @param RoyaltyAmt (Included) Amount for copyright, etc. + */ public void setRoyaltyAmt (BigDecimal RoyaltyAmt) { set_Value (COLUMNNAME_RoyaltyAmt, RoyaltyAmt); @@ -834,7 +806,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Royalty Amount. @return (Included) Amount for copyright, etc. */ - public BigDecimal getRoyaltyAmt () + public BigDecimal getRoyaltyAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RoyaltyAmt); if (bd == null) @@ -843,9 +815,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Shelf Depth. - @param ShelfDepth - Shelf depth required - */ + @param ShelfDepth Shelf depth required + */ public void setShelfDepth (int ShelfDepth) { set_Value (COLUMNNAME_ShelfDepth, Integer.valueOf(ShelfDepth)); @@ -854,7 +825,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Shelf Depth. @return Shelf depth required */ - public int getShelfDepth () + public int getShelfDepth() { Integer ii = (Integer)get_Value(COLUMNNAME_ShelfDepth); if (ii == null) @@ -863,9 +834,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Shelf Height. - @param ShelfHeight - Shelf height required - */ + @param ShelfHeight Shelf height required + */ public void setShelfHeight (BigDecimal ShelfHeight) { set_Value (COLUMNNAME_ShelfHeight, ShelfHeight); @@ -874,7 +844,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Shelf Height. @return Shelf height required */ - public BigDecimal getShelfHeight () + public BigDecimal getShelfHeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ShelfHeight); if (bd == null) @@ -883,9 +853,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Shelf Width. - @param ShelfWidth - Shelf width required - */ + @param ShelfWidth Shelf width required + */ public void setShelfWidth (int ShelfWidth) { set_Value (COLUMNNAME_ShelfWidth, Integer.valueOf(ShelfWidth)); @@ -894,7 +863,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Shelf Width. @return Shelf width required */ - public int getShelfWidth () + public int getShelfWidth() { Integer ii = (Integer)get_Value(COLUMNNAME_ShelfWidth); if (ii == null) @@ -903,9 +872,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set SKU. - @param SKU - Stock Keeping Unit - */ + @param SKU Stock Keeping Unit + */ public void setSKU (String SKU) { set_Value (COLUMNNAME_SKU, SKU); @@ -914,15 +882,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get SKU. @return Stock Keeping Unit */ - public String getSKU () + public String getSKU() { return (String)get_Value(COLUMNNAME_SKU); } /** Set Units Per Pallet. - @param UnitsPerPallet - Units Per Pallet - */ + @param UnitsPerPallet Units Per Pallet + */ public void setUnitsPerPallet (int UnitsPerPallet) { set_Value (COLUMNNAME_UnitsPerPallet, Integer.valueOf(UnitsPerPallet)); @@ -931,7 +898,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Units Per Pallet. @return Units Per Pallet */ - public int getUnitsPerPallet () + public int getUnitsPerPallet() { Integer ii = (Integer)get_Value(COLUMNNAME_UnitsPerPallet); if (ii == null) @@ -940,9 +907,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set UPC/EAN. - @param UPC - Bar Code (Universal Product Code or its superset European Article Number) - */ + @param UPC Bar Code (Universal Product Code or its superset European Article Number) + */ public void setUPC (String UPC) { set_Value (COLUMNNAME_UPC, UPC); @@ -951,15 +917,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get UPC/EAN. @return Bar Code (Universal Product Code or its superset European Article Number) */ - public String getUPC () + public String getUPC() { return (String)get_Value(COLUMNNAME_UPC); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -968,7 +933,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } @@ -982,9 +947,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Partner Category. - @param VendorCategory - Product Category of the Business Partner - */ + @param VendorCategory Product Category of the Business Partner + */ public void setVendorCategory (String VendorCategory) { set_Value (COLUMNNAME_VendorCategory, VendorCategory); @@ -993,15 +957,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Partner Category. @return Product Category of the Business Partner */ - public String getVendorCategory () + public String getVendorCategory() { return (String)get_Value(COLUMNNAME_VendorCategory); } /** Set Partner Product Key. - @param VendorProductNo - Product Key of the Business Partner - */ + @param VendorProductNo Product Key of the Business Partner + */ public void setVendorProductNo (String VendorProductNo) { set_Value (COLUMNNAME_VendorProductNo, VendorProductNo); @@ -1010,15 +973,14 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Partner Product Key. @return Product Key of the Business Partner */ - public String getVendorProductNo () + public String getVendorProductNo() { return (String)get_Value(COLUMNNAME_VendorProductNo); } /** Set Volume. - @param Volume - Volume of a product - */ + @param Volume Volume of a product + */ public void setVolume (BigDecimal Volume) { set_Value (COLUMNNAME_Volume, Volume); @@ -1027,7 +989,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Volume. @return Volume of a product */ - public BigDecimal getVolume () + public BigDecimal getVolume() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Volume); if (bd == null) @@ -1036,9 +998,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set Weight. - @param Weight - Weight of a product - */ + @param Weight Weight of a product + */ public void setWeight (BigDecimal Weight) { set_Value (COLUMNNAME_Weight, Weight); @@ -1047,7 +1008,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get Weight. @return Weight of a product */ - public BigDecimal getWeight () + public BigDecimal getWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Weight); if (bd == null) @@ -1056,9 +1017,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent } /** Set UOM Code. - @param X12DE355 - UOM EDI X12 Code - */ + @param X12DE355 UOM EDI X12 Code + */ public void setX12DE355 (String X12DE355) { set_Value (COLUMNNAME_X12DE355, X12DE355); @@ -1067,7 +1027,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent /** Get UOM Code. @return UOM EDI X12 Code */ - public String getX12DE355 () + public String getX12DE355() { return (String)get_Value(COLUMNNAME_X12DE355); } diff --git a/org.adempiere.base/src/org/compiere/model/X_I_ReportLine.java b/org.adempiere.base/src/org/compiere/model/X_I_ReportLine.java index 28a8516189..41453fb6f5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_ReportLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_ReportLine.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for I_ReportLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_ReportLine") public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent { @@ -31,7 +31,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_ReportLine (Properties ctx, int I_ReportLine_ID, String trxName) @@ -83,7 +83,8 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Subtract (Op1-Op2) = S */ public static final String CALCULATIONTYPE_SubtractOp1_Op2 = "S"; /** Set Calculation. - @param CalculationType Calculation */ + @param CalculationType Calculation + */ public void setCalculationType (String CalculationType) { @@ -92,7 +93,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Calculation. @return Calculation */ - public String getCalculationType () + public String getCalculationType() { return (String)get_Value(COLUMNNAME_CalculationType); } @@ -104,21 +105,20 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent } /** Set Account Element. - @param C_ElementValue_ID - Account Element - */ + @param C_ElementValue_ID Account Element + */ public void setC_ElementValue_ID (int C_ElementValue_ID) { - if (C_ElementValue_ID < 1) + if (C_ElementValue_ID < 1) set_Value (COLUMNNAME_C_ElementValue_ID, null); - else + else set_Value (COLUMNNAME_C_ElementValue_ID, Integer.valueOf(C_ElementValue_ID)); } /** Get Account Element. @return Account Element */ - public int getC_ElementValue_ID () + public int getC_ElementValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValue_ID); if (ii == null) @@ -127,9 +127,8 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -138,15 +137,14 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Element Key. - @param ElementValue - Key of the element - */ + @param ElementValue Key of the element + */ public void setElementValue (String ElementValue) { set_Value (COLUMNNAME_ElementValue, ElementValue); @@ -155,15 +153,14 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Element Key. @return Key of the element */ - public String getElementValue () + public String getElementValue() { return (String)get_Value(COLUMNNAME_ElementValue); } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -172,15 +169,14 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -189,7 +185,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -202,21 +198,20 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent } /** Set Import Report Line Set. - @param I_ReportLine_ID - Import Report Line Set values - */ + @param I_ReportLine_ID Import Report Line Set values + */ public void setI_ReportLine_ID (int I_ReportLine_ID) { - if (I_ReportLine_ID < 1) + if (I_ReportLine_ID < 1) set_ValueNoCheck (COLUMNNAME_I_ReportLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_ReportLine_ID, Integer.valueOf(I_ReportLine_ID)); } /** Get Import Report Line Set. @return Import Report Line Set values */ - public int getI_ReportLine_ID () + public int getI_ReportLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_ReportLine_ID); if (ii == null) @@ -225,7 +220,8 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent } /** Set I_ReportLine_UU. - @param I_ReportLine_UU I_ReportLine_UU */ + @param I_ReportLine_UU I_ReportLine_UU + */ public void setI_ReportLine_UU (String I_ReportLine_UU) { set_Value (COLUMNNAME_I_ReportLine_UU, I_ReportLine_UU); @@ -233,15 +229,14 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get I_ReportLine_UU. @return I_ReportLine_UU */ - public String getI_ReportLine_UU () + public String getI_ReportLine_UU() { return (String)get_Value(COLUMNNAME_I_ReportLine_UU); } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -250,7 +245,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -263,9 +258,8 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -274,7 +268,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -295,7 +289,8 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Segment Value = S */ public static final String LINETYPE_SegmentValue = "S"; /** Set Line Type. - @param LineType Line Type */ + @param LineType Line Type + */ public void setLineType (String LineType) { @@ -304,15 +299,14 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Line Type. @return Line Type */ - public String getLineType () + public String getLineType() { return (String)get_Value(COLUMNNAME_LineType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -321,7 +315,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -349,9 +343,8 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Balance (accounted sign) = S */ public static final String PAAMOUNTTYPE_BalanceAccountedSign = "S"; /** Set Amount Type. - @param PAAmountType - PA Amount Type for reporting - */ + @param PAAmountType PA Amount Type for reporting + */ public void setPAAmountType (String PAAmountType) { @@ -361,7 +354,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Amount Type. @return PA Amount Type for reporting */ - public String getPAAmountType () + public String getPAAmountType() { return (String)get_Value(COLUMNNAME_PAAmountType); } @@ -377,9 +370,8 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Year = Y */ public static final String PAPERIODTYPE_Year = "Y"; /** Set Period Type. - @param PAPeriodType - PA Period Type - */ + @param PAPeriodType PA Period Type + */ public void setPAPeriodType (String PAPeriodType) { @@ -389,7 +381,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Period Type. @return PA Period Type */ - public String getPAPeriodType () + public String getPAPeriodType() { return (String)get_Value(COLUMNNAME_PAPeriodType); } @@ -401,18 +393,19 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent } /** Set Report Line. - @param PA_ReportLine_ID Report Line */ + @param PA_ReportLine_ID Report Line + */ public void setPA_ReportLine_ID (int PA_ReportLine_ID) { - if (PA_ReportLine_ID < 1) + if (PA_ReportLine_ID < 1) set_Value (COLUMNNAME_PA_ReportLine_ID, null); - else + else set_Value (COLUMNNAME_PA_ReportLine_ID, Integer.valueOf(PA_ReportLine_ID)); } /** Get Report Line. @return Report Line */ - public int getPA_ReportLine_ID () + public int getPA_ReportLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportLine_ID); if (ii == null) @@ -427,18 +420,19 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent } /** Set Report Line Set. - @param PA_ReportLineSet_ID Report Line Set */ + @param PA_ReportLineSet_ID Report Line Set + */ public void setPA_ReportLineSet_ID (int PA_ReportLineSet_ID) { - if (PA_ReportLineSet_ID < 1) + if (PA_ReportLineSet_ID < 1) set_Value (COLUMNNAME_PA_ReportLineSet_ID, null); - else + else set_Value (COLUMNNAME_PA_ReportLineSet_ID, Integer.valueOf(PA_ReportLineSet_ID)); } /** Get Report Line Set. @return Report Line Set */ - public int getPA_ReportLineSet_ID () + public int getPA_ReportLineSet_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportLineSet_ID); if (ii == null) @@ -453,21 +447,20 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent } /** Set Report Source. - @param PA_ReportSource_ID - Restriction of what will be shown in Report Line - */ + @param PA_ReportSource_ID Restriction of what will be shown in Report Line + */ public void setPA_ReportSource_ID (int PA_ReportSource_ID) { - if (PA_ReportSource_ID < 1) + if (PA_ReportSource_ID < 1) set_Value (COLUMNNAME_PA_ReportSource_ID, null); - else + else set_Value (COLUMNNAME_PA_ReportSource_ID, Integer.valueOf(PA_ReportSource_ID)); } /** Get Report Source. @return Restriction of what will be shown in Report Line */ - public int getPA_ReportSource_ID () + public int getPA_ReportSource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportSource_ID); if (ii == null) @@ -488,9 +481,8 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -500,15 +492,14 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -517,7 +508,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -530,7 +521,8 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -538,7 +530,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -551,9 +543,8 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent } /** Set Report Line Set Name. - @param ReportLineSetName - Name of the Report Line Set - */ + @param ReportLineSetName Name of the Report Line Set + */ public void setReportLineSetName (String ReportLineSetName) { set_Value (COLUMNNAME_ReportLineSetName, ReportLineSetName); @@ -562,15 +553,14 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Report Line Set Name. @return Name of the Report Line Set */ - public String getReportLineSetName () + public String getReportLineSetName() { return (String)get_Value(COLUMNNAME_ReportLineSetName); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -579,7 +569,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_MFA_Method.java b/org.adempiere.base/src/org/compiere/model/X_MFA_Method.java index 6b4270fb79..e9e475e268 100644 --- a/org.adempiere.base/src/org/compiere/model/X_MFA_Method.java +++ b/org.adempiere.base/src/org/compiere/model/X_MFA_Method.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for MFA_Method * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="MFA_Method") public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent { @@ -31,7 +31,7 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_MFA_Method (Properties ctx, int MFA_Method_ID, String trxName) @@ -74,9 +74,8 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,13 +84,14 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Expire in Minutes. - @param ExpireInMinutes Expire in Minutes */ + @param ExpireInMinutes Expire in Minutes + */ public void setExpireInMinutes (int ExpireInMinutes) { set_Value (COLUMNNAME_ExpireInMinutes, Integer.valueOf(ExpireInMinutes)); @@ -99,7 +99,7 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** Get Expire in Minutes. @return Expire in Minutes */ - public int getExpireInMinutes () + public int getExpireInMinutes() { Integer ii = (Integer)get_Value(COLUMNNAME_ExpireInMinutes); if (ii == null) @@ -108,9 +108,8 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -119,7 +118,7 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -131,7 +130,8 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** Time-Based One-Time Password = TOTP */ public static final String METHOD_Time_BasedOne_TimePassword = "TOTP"; /** Set Method. - @param Method Method */ + @param Method Method + */ public void setMethod (String Method) { @@ -140,13 +140,14 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** Get Method. @return Method */ - public String getMethod () + public String getMethod() { return (String)get_Value(COLUMNNAME_Method); } /** Set Allowed Time Period Discrepancy. - @param MFAAllowedTimeDiscrepancy Allowed Time Period Discrepancy */ + @param MFAAllowedTimeDiscrepancy Allowed Time Period Discrepancy + */ public void setMFAAllowedTimeDiscrepancy (int MFAAllowedTimeDiscrepancy) { set_Value (COLUMNNAME_MFAAllowedTimeDiscrepancy, Integer.valueOf(MFAAllowedTimeDiscrepancy)); @@ -154,7 +155,7 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** Get Allowed Time Period Discrepancy. @return Allowed Time Period Discrepancy */ - public int getMFAAllowedTimeDiscrepancy () + public int getMFAAllowedTimeDiscrepancy() { Integer ii = (Integer)get_Value(COLUMNNAME_MFAAllowedTimeDiscrepancy); if (ii == null) @@ -169,18 +170,19 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent } /** Set Parameter Element. - @param MFA_ElementPrm_ID Parameter Element */ + @param MFA_ElementPrm_ID Parameter Element + */ public void setMFA_ElementPrm_ID (int MFA_ElementPrm_ID) { - if (MFA_ElementPrm_ID < 1) + if (MFA_ElementPrm_ID < 1) set_Value (COLUMNNAME_MFA_ElementPrm_ID, null); - else + else set_Value (COLUMNNAME_MFA_ElementPrm_ID, Integer.valueOf(MFA_ElementPrm_ID)); } /** Get Parameter Element. @return Parameter Element */ - public int getMFA_ElementPrm_ID () + public int getMFA_ElementPrm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_MFA_ElementPrm_ID); if (ii == null) @@ -189,7 +191,8 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent } /** Set Issuer. - @param MFAIssuer Issuer */ + @param MFAIssuer Issuer + */ public void setMFAIssuer (String MFAIssuer) { set_Value (COLUMNNAME_MFAIssuer, MFAIssuer); @@ -197,27 +200,26 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** Get Issuer. @return Issuer */ - public String getMFAIssuer () + public String getMFAIssuer() { return (String)get_Value(COLUMNNAME_MFAIssuer); } /** Set MFA Method. - @param MFA_Method_ID - Multi-factor Authentication Method - */ + @param MFA_Method_ID Multi-factor Authentication Method + */ public void setMFA_Method_ID (int MFA_Method_ID) { - if (MFA_Method_ID < 1) + if (MFA_Method_ID < 1) set_ValueNoCheck (COLUMNNAME_MFA_Method_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_MFA_Method_ID, Integer.valueOf(MFA_Method_ID)); } /** Get MFA Method. @return Multi-factor Authentication Method */ - public int getMFA_Method_ID () + public int getMFA_Method_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_MFA_Method_ID); if (ii == null) @@ -226,7 +228,8 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent } /** Set MFA_Method_UU. - @param MFA_Method_UU MFA_Method_UU */ + @param MFA_Method_UU MFA_Method_UU + */ public void setMFA_Method_UU (String MFA_Method_UU) { set_Value (COLUMNNAME_MFA_Method_UU, MFA_Method_UU); @@ -234,7 +237,7 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** Get MFA_Method_UU. @return MFA_Method_UU */ - public String getMFA_Method_UU () + public String getMFA_Method_UU() { return (String)get_Value(COLUMNNAME_MFA_Method_UU); } @@ -246,7 +249,8 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** System = S */ public static final String MFATIMEPROVIDER_System = "S"; /** Set Time Provider. - @param MFATimeProvider Time Provider */ + @param MFATimeProvider Time Provider + */ public void setMFATimeProvider (String MFATimeProvider) { @@ -255,13 +259,14 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** Get Time Provider. @return Time Provider */ - public String getMFATimeProvider () + public String getMFATimeProvider() { return (String)get_Value(COLUMNNAME_MFATimeProvider); } /** Set Time Server. - @param MFATimeServer Time Server */ + @param MFATimeServer Time Server + */ public void setMFATimeServer (String MFATimeServer) { set_Value (COLUMNNAME_MFATimeServer, MFATimeServer); @@ -269,7 +274,7 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** Get Time Server. @return Time Server */ - public String getMFATimeServer () + public String getMFATimeServer() { return (String)get_Value(COLUMNNAME_MFATimeServer); } @@ -285,9 +290,8 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** Location = L */ public static final String MFATYPE_Location = "L"; /** Set MFA Type. - @param MFAType - Multi-factor authentication type (Something you Know/Have/Are, Location) - */ + @param MFAType Multi-factor authentication type (Something you Know/Have/Are, Location) + */ public void setMFAType (String MFAType) { @@ -297,15 +301,14 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** Get MFA Type. @return Multi-factor authentication type (Something you Know/Have/Are, Location) */ - public String getMFAType () + public String getMFAType() { return (String)get_Value(COLUMNNAME_MFAType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -314,7 +317,7 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -334,21 +337,20 @@ public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent } /** Set Mail Template. - @param R_MailText_ID - Text templates for mailings - */ + @param R_MailText_ID Text templates for mailings + */ public void setR_MailText_ID (int R_MailText_ID) { - if (R_MailText_ID < 1) + if (R_MailText_ID < 1) set_Value (COLUMNNAME_R_MailText_ID, null); - else + else set_Value (COLUMNNAME_R_MailText_ID, Integer.valueOf(R_MailText_ID)); } /** Get Mail Template. @return Text templates for mailings */ - public int getR_MailText_ID () + public int getR_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_MailText_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_MFA_RegisteredDevice.java b/org.adempiere.base/src/org/compiere/model/X_MFA_RegisteredDevice.java index 566c0e3449..a04feb5cda 100644 --- a/org.adempiere.base/src/org/compiere/model/X_MFA_RegisteredDevice.java +++ b/org.adempiere.base/src/org/compiere/model/X_MFA_RegisteredDevice.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for MFA_RegisteredDevice * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="MFA_RegisteredDevice") public class X_MFA_RegisteredDevice extends PO implements I_MFA_RegisteredDevice, I_Persistent { @@ -31,7 +31,7 @@ public class X_MFA_RegisteredDevice extends PO implements I_MFA_RegisteredDevice /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_MFA_RegisteredDevice (Properties ctx, int MFA_RegisteredDevice_ID, String trxName) @@ -80,21 +80,20 @@ public class X_MFA_RegisteredDevice extends PO implements I_MFA_RegisteredDevice } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -103,9 +102,8 @@ public class X_MFA_RegisteredDevice extends PO implements I_MFA_RegisteredDevice } /** Set Expire On. - @param Expiration - Expire On - */ + @param Expiration Expire On + */ public void setExpiration (Timestamp Expiration) { set_Value (COLUMNNAME_Expiration, Expiration); @@ -114,15 +112,14 @@ public class X_MFA_RegisteredDevice extends PO implements I_MFA_RegisteredDevice /** Get Expire On. @return Expire On */ - public Timestamp getExpiration () + public Timestamp getExpiration() { return (Timestamp)get_Value(COLUMNNAME_Expiration); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -131,15 +128,14 @@ public class X_MFA_RegisteredDevice extends PO implements I_MFA_RegisteredDevice /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set MFA Device Identifier. - @param MFADeviceIdentifier - Multi-factor Authentication Device Identifier - */ + @param MFADeviceIdentifier Multi-factor Authentication Device Identifier + */ public void setMFADeviceIdentifier (String MFADeviceIdentifier) { set_Value (COLUMNNAME_MFADeviceIdentifier, MFADeviceIdentifier); @@ -148,24 +144,25 @@ public class X_MFA_RegisteredDevice extends PO implements I_MFA_RegisteredDevice /** Get MFA Device Identifier. @return Multi-factor Authentication Device Identifier */ - public String getMFADeviceIdentifier () + public String getMFADeviceIdentifier() { return (String)get_Value(COLUMNNAME_MFADeviceIdentifier); } /** Set MFA Registered Device. - @param MFA_RegisteredDevice_ID MFA Registered Device */ + @param MFA_RegisteredDevice_ID MFA Registered Device + */ public void setMFA_RegisteredDevice_ID (int MFA_RegisteredDevice_ID) { - if (MFA_RegisteredDevice_ID < 1) + if (MFA_RegisteredDevice_ID < 1) set_ValueNoCheck (COLUMNNAME_MFA_RegisteredDevice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_MFA_RegisteredDevice_ID, Integer.valueOf(MFA_RegisteredDevice_ID)); } /** Get MFA Registered Device. @return MFA Registered Device */ - public int getMFA_RegisteredDevice_ID () + public int getMFA_RegisteredDevice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_MFA_RegisteredDevice_ID); if (ii == null) @@ -174,7 +171,8 @@ public class X_MFA_RegisteredDevice extends PO implements I_MFA_RegisteredDevice } /** Set MFA_RegisteredDevice_UU. - @param MFA_RegisteredDevice_UU MFA_RegisteredDevice_UU */ + @param MFA_RegisteredDevice_UU MFA_RegisteredDevice_UU + */ public void setMFA_RegisteredDevice_UU (String MFA_RegisteredDevice_UU) { set_Value (COLUMNNAME_MFA_RegisteredDevice_UU, MFA_RegisteredDevice_UU); @@ -182,7 +180,7 @@ public class X_MFA_RegisteredDevice extends PO implements I_MFA_RegisteredDevice /** Get MFA_RegisteredDevice_UU. @return MFA_RegisteredDevice_UU */ - public String getMFA_RegisteredDevice_UU () + public String getMFA_RegisteredDevice_UU() { return (String)get_Value(COLUMNNAME_MFA_RegisteredDevice_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_MFA_Registration.java b/org.adempiere.base/src/org/compiere/model/X_MFA_Registration.java index af2c468378..5b11881938 100644 --- a/org.adempiere.base/src/org/compiere/model/X_MFA_Registration.java +++ b/org.adempiere.base/src/org/compiere/model/X_MFA_Registration.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for MFA_Registration * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="MFA_Registration") public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Persistent { @@ -32,7 +32,7 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_MFA_Registration (Properties ctx, int MFA_Registration_ID, String trxName) @@ -85,21 +85,20 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -108,9 +107,8 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers } /** Set Expire On. - @param Expiration - Expire On - */ + @param Expiration Expire On + */ public void setExpiration (Timestamp Expiration) { set_Value (COLUMNNAME_Expiration, Expiration); @@ -119,13 +117,14 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get Expire On. @return Expire On */ - public Timestamp getExpiration () + public Timestamp getExpiration() { return (Timestamp)get_Value(COLUMNNAME_Expiration); } /** Set Failed Login Count. - @param FailedLoginCount Failed Login Count */ + @param FailedLoginCount Failed Login Count + */ public void setFailedLoginCount (int FailedLoginCount) { set_ValueNoCheck (COLUMNNAME_FailedLoginCount, Integer.valueOf(FailedLoginCount)); @@ -133,7 +132,7 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get Failed Login Count. @return Failed Login Count */ - public int getFailedLoginCount () + public int getFailedLoginCount() { Integer ii = (Integer)get_Value(COLUMNNAME_FailedLoginCount); if (ii == null) @@ -142,9 +141,8 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -153,13 +151,14 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Preferred. - @param IsUserMFAPreferred Preferred */ + @param IsUserMFAPreferred Preferred + */ public void setIsUserMFAPreferred (boolean IsUserMFAPreferred) { set_Value (COLUMNNAME_IsUserMFAPreferred, Boolean.valueOf(IsUserMFAPreferred)); @@ -167,7 +166,7 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get Preferred. @return Preferred */ - public boolean isUserMFAPreferred () + public boolean isUserMFAPreferred() { Object oo = get_Value(COLUMNNAME_IsUserMFAPreferred); if (oo != null) @@ -180,9 +179,8 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers } /** Set Valid. - @param IsValid - Element is valid - */ + @param IsValid Element is valid + */ public void setIsValid (boolean IsValid) { set_Value (COLUMNNAME_IsValid, Boolean.valueOf(IsValid)); @@ -191,7 +189,7 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get Valid. @return Element is valid */ - public boolean isValid () + public boolean isValid() { Object oo = get_Value(COLUMNNAME_IsValid); if (oo != null) @@ -204,7 +202,8 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers } /** Set Last Failure. - @param LastFailure Last Failure */ + @param LastFailure Last Failure + */ public void setLastFailure (Timestamp LastFailure) { set_Value (COLUMNNAME_LastFailure, LastFailure); @@ -212,13 +211,14 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get Last Failure. @return Last Failure */ - public Timestamp getLastFailure () + public Timestamp getLastFailure() { return (Timestamp)get_Value(COLUMNNAME_LastFailure); } /** Set Last Success. - @param LastSuccess Last Success */ + @param LastSuccess Last Success + */ public void setLastSuccess (Timestamp LastSuccess) { set_Value (COLUMNNAME_LastSuccess, LastSuccess); @@ -226,13 +226,14 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get Last Success. @return Last Success */ - public Timestamp getLastSuccess () + public Timestamp getLastSuccess() { return (Timestamp)get_Value(COLUMNNAME_LastSuccess); } /** Set Last MFA Secret. - @param MFALastSecret Last MFA Secret */ + @param MFALastSecret Last MFA Secret + */ public void setMFALastSecret (String MFALastSecret) { set_Value (COLUMNNAME_MFALastSecret, MFALastSecret); @@ -240,7 +241,7 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get Last MFA Secret. @return Last MFA Secret */ - public String getMFALastSecret () + public String getMFALastSecret() { return (String)get_Value(COLUMNNAME_MFALastSecret); } @@ -252,21 +253,20 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers } /** Set MFA Method. - @param MFA_Method_ID - Multi-factor Authentication Method - */ + @param MFA_Method_ID Multi-factor Authentication Method + */ public void setMFA_Method_ID (int MFA_Method_ID) { - if (MFA_Method_ID < 1) + if (MFA_Method_ID < 1) set_Value (COLUMNNAME_MFA_Method_ID, null); - else + else set_Value (COLUMNNAME_MFA_Method_ID, Integer.valueOf(MFA_Method_ID)); } /** Get MFA Method. @return Multi-factor Authentication Method */ - public int getMFA_Method_ID () + public int getMFA_Method_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_MFA_Method_ID); if (ii == null) @@ -275,18 +275,19 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers } /** Set MFA Registration. - @param MFA_Registration_ID MFA Registration */ + @param MFA_Registration_ID MFA Registration + */ public void setMFA_Registration_ID (int MFA_Registration_ID) { - if (MFA_Registration_ID < 1) + if (MFA_Registration_ID < 1) set_ValueNoCheck (COLUMNNAME_MFA_Registration_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_MFA_Registration_ID, Integer.valueOf(MFA_Registration_ID)); } /** Get MFA Registration. @return MFA Registration */ - public int getMFA_Registration_ID () + public int getMFA_Registration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_MFA_Registration_ID); if (ii == null) @@ -295,7 +296,8 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers } /** Set MFA_Registration_UU. - @param MFA_Registration_UU MFA_Registration_UU */ + @param MFA_Registration_UU MFA_Registration_UU + */ public void setMFA_Registration_UU (String MFA_Registration_UU) { set_Value (COLUMNNAME_MFA_Registration_UU, MFA_Registration_UU); @@ -303,15 +305,14 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get MFA_Registration_UU. @return MFA_Registration_UU */ - public String getMFA_Registration_UU () + public String getMFA_Registration_UU() { return (String)get_Value(COLUMNNAME_MFA_Registration_UU); } /** Set MFA Secret. - @param MFASecret - Multi-factor Authentication Secret - */ + @param MFASecret Multi-factor Authentication Secret + */ public void setMFASecret (String MFASecret) { set_Value (COLUMNNAME_MFASecret, MFASecret); @@ -320,13 +321,14 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get MFA Secret. @return Multi-factor Authentication Secret */ - public String getMFASecret () + public String getMFASecret() { return (String)get_Value(COLUMNNAME_MFASecret); } /** Set Unregistered at. - @param MFAUnregisteredAt Unregistered at */ + @param MFAUnregisteredAt Unregistered at + */ public void setMFAUnregisteredAt (Timestamp MFAUnregisteredAt) { set_Value (COLUMNNAME_MFAUnregisteredAt, MFAUnregisteredAt); @@ -334,13 +336,14 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get Unregistered at. @return Unregistered at */ - public Timestamp getMFAUnregisteredAt () + public Timestamp getMFAUnregisteredAt() { return (Timestamp)get_Value(COLUMNNAME_MFAUnregisteredAt); } /** Set Validated at. - @param MFAValidatedAt Validated at */ + @param MFAValidatedAt Validated at + */ public void setMFAValidatedAt (Timestamp MFAValidatedAt) { set_Value (COLUMNNAME_MFAValidatedAt, MFAValidatedAt); @@ -348,15 +351,14 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get Validated at. @return Validated at */ - public Timestamp getMFAValidatedAt () + public Timestamp getMFAValidatedAt() { return (Timestamp)get_Value(COLUMNNAME_MFAValidatedAt); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -365,7 +367,7 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -379,7 +381,8 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers } /** Set Parameter Value. - @param ParameterValue Parameter Value */ + @param ParameterValue Parameter Value + */ public void setParameterValue (String ParameterValue) { set_Value (COLUMNNAME_ParameterValue, ParameterValue); @@ -387,7 +390,7 @@ public class X_MFA_Registration extends PO implements I_MFA_Registration, I_Pers /** Get Parameter Value. @return Parameter Value */ - public String getParameterValue () + public String getParameterValue() { return (String)get_Value(COLUMNNAME_ParameterValue); } diff --git a/org.adempiere.base/src/org/compiere/model/X_MFA_Rule.java b/org.adempiere.base/src/org/compiere/model/X_MFA_Rule.java index 1503a861c2..790f497847 100644 --- a/org.adempiere.base/src/org/compiere/model/X_MFA_Rule.java +++ b/org.adempiere.base/src/org/compiere/model/X_MFA_Rule.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for MFA_Rule * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="MFA_Rule") public class X_MFA_Rule extends PO implements I_MFA_Rule, I_Persistent { @@ -30,7 +30,7 @@ public class X_MFA_Rule extends PO implements I_MFA_Rule, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_MFA_Rule (Properties ctx, int MFA_Rule_ID, String trxName) @@ -72,9 +72,8 @@ public class X_MFA_Rule extends PO implements I_MFA_Rule, I_Persistent } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -83,7 +82,7 @@ public class X_MFA_Rule extends PO implements I_MFA_Rule, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -95,21 +94,20 @@ public class X_MFA_Rule extends PO implements I_MFA_Rule, I_Persistent } /** Set MFA Method. - @param MFA_Method_ID - Multi-factor Authentication Method - */ + @param MFA_Method_ID Multi-factor Authentication Method + */ public void setMFA_Method_ID (int MFA_Method_ID) { - if (MFA_Method_ID < 1) + if (MFA_Method_ID < 1) set_ValueNoCheck (COLUMNNAME_MFA_Method_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_MFA_Method_ID, Integer.valueOf(MFA_Method_ID)); } /** Get MFA Method. @return Multi-factor Authentication Method */ - public int getMFA_Method_ID () + public int getMFA_Method_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_MFA_Method_ID); if (ii == null) @@ -118,21 +116,20 @@ public class X_MFA_Rule extends PO implements I_MFA_Rule, I_Persistent } /** Set MFA Rule. - @param MFA_Rule_ID - Multi-factor Authentication Rule - */ + @param MFA_Rule_ID Multi-factor Authentication Rule + */ public void setMFA_Rule_ID (int MFA_Rule_ID) { - if (MFA_Rule_ID < 1) + if (MFA_Rule_ID < 1) set_ValueNoCheck (COLUMNNAME_MFA_Rule_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_MFA_Rule_ID, Integer.valueOf(MFA_Rule_ID)); } /** Get MFA Rule. @return Multi-factor Authentication Rule */ - public int getMFA_Rule_ID () + public int getMFA_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_MFA_Rule_ID); if (ii == null) @@ -141,7 +138,8 @@ public class X_MFA_Rule extends PO implements I_MFA_Rule, I_Persistent } /** Set MFA_Rule_UU. - @param MFA_Rule_UU MFA_Rule_UU */ + @param MFA_Rule_UU MFA_Rule_UU + */ public void setMFA_Rule_UU (String MFA_Rule_UU) { set_Value (COLUMNNAME_MFA_Rule_UU, MFA_Rule_UU); @@ -149,7 +147,7 @@ public class X_MFA_Rule extends PO implements I_MFA_Rule, I_Persistent /** Get MFA_Rule_UU. @return MFA_Rule_UU */ - public String getMFA_Rule_UU () + public String getMFA_Rule_UU() { return (String)get_Value(COLUMNNAME_MFA_Rule_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Attribute.java b/org.adempiere.base/src/org/compiere/model/X_M_Attribute.java index fbc197deeb..d886a7fb01 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Attribute.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Attribute.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Attribute * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Attribute") public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Attribute (Properties ctx, int M_Attribute_ID, String trxName) @@ -83,21 +83,20 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -112,21 +111,20 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent } /** Set Reference Key. - @param AD_Reference_Value_ID - Required to specify, if data type is Table or List - */ + @param AD_Reference_Value_ID Required to specify, if data type is Table or List + */ public void setAD_Reference_Value_ID (int AD_Reference_Value_ID) { - if (AD_Reference_Value_ID < 1) + if (AD_Reference_Value_ID < 1) set_Value (COLUMNNAME_AD_Reference_Value_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_Value_ID, Integer.valueOf(AD_Reference_Value_ID)); } /** Get Reference Key. @return Required to specify, if data type is Table or List */ - public int getAD_Reference_Value_ID () + public int getAD_Reference_Value_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_Value_ID); if (ii == null) @@ -141,21 +139,20 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent } /** Set Dynamic Validation. - @param AD_Val_Rule_ID - Dynamic Validation Rule - */ + @param AD_Val_Rule_ID Dynamic Validation Rule + */ public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) { - if (AD_Val_Rule_ID < 1) + if (AD_Val_Rule_ID < 1) set_Value (COLUMNNAME_AD_Val_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Val_Rule_ID, Integer.valueOf(AD_Val_Rule_ID)); } /** Get Dynamic Validation. @return Dynamic Validation Rule */ - public int getAD_Val_Rule_ID () + public int getAD_Val_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Val_Rule_ID); if (ii == null) @@ -176,9 +173,8 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent /** String (max 40) = S */ public static final String ATTRIBUTEVALUETYPE_StringMax40 = "S"; /** Set Attribute Value Type. - @param AttributeValueType - Type of Attribute Value - */ + @param AttributeValueType Type of Attribute Value + */ public void setAttributeValueType (String AttributeValueType) { @@ -188,15 +184,14 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent /** Get Attribute Value Type. @return Type of Attribute Value */ - public String getAttributeValueType () + public String getAttributeValueType() { return (String)get_Value(COLUMNNAME_AttributeValueType); } /** Set Date Format. - @param DateFormat - Date format used in the input format - */ + @param DateFormat Date format used in the input format + */ public void setDateFormat (String DateFormat) { set_Value (COLUMNNAME_DateFormat, DateFormat); @@ -205,15 +200,14 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent /** Get Date Format. @return Date format used in the input format */ - public String getDateFormat () + public String getDateFormat() { return (String)get_Value(COLUMNNAME_DateFormat); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -222,15 +216,14 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Instance Attribute. - @param IsInstanceAttribute - The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date) - */ + @param IsInstanceAttribute The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date) + */ public void setIsInstanceAttribute (boolean IsInstanceAttribute) { set_Value (COLUMNNAME_IsInstanceAttribute, Boolean.valueOf(IsInstanceAttribute)); @@ -239,7 +232,7 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent /** Get Instance Attribute. @return The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date) */ - public boolean isInstanceAttribute () + public boolean isInstanceAttribute() { Object oo = get_Value(COLUMNNAME_IsInstanceAttribute); if (oo != null) @@ -252,9 +245,8 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent } /** Set Mandatory. - @param IsMandatory - Data entry is required in this column - */ + @param IsMandatory Data entry is required in this column + */ public void setIsMandatory (boolean IsMandatory) { set_Value (COLUMNNAME_IsMandatory, Boolean.valueOf(IsMandatory)); @@ -263,7 +255,7 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent /** Get Mandatory. @return Data entry is required in this column */ - public boolean isMandatory () + public boolean isMandatory() { Object oo = get_Value(COLUMNNAME_IsMandatory); if (oo != null) @@ -276,21 +268,20 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent } /** Set Attribute. - @param M_Attribute_ID - Product Attribute - */ + @param M_Attribute_ID Product Attribute + */ public void setM_Attribute_ID (int M_Attribute_ID) { - if (M_Attribute_ID < 1) + if (M_Attribute_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Attribute_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Attribute_ID, Integer.valueOf(M_Attribute_ID)); } /** Get Attribute. @return Product Attribute */ - public int getM_Attribute_ID () + public int getM_Attribute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Attribute_ID); if (ii == null) @@ -305,21 +296,20 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent } /** Set Attribute Search. - @param M_AttributeSearch_ID - Common Search Attribute - */ + @param M_AttributeSearch_ID Common Search Attribute + */ public void setM_AttributeSearch_ID (int M_AttributeSearch_ID) { - if (M_AttributeSearch_ID < 1) + if (M_AttributeSearch_ID < 1) set_Value (COLUMNNAME_M_AttributeSearch_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSearch_ID, Integer.valueOf(M_AttributeSearch_ID)); } /** Get Attribute Search. @return Common Search Attribute */ - public int getM_AttributeSearch_ID () + public int getM_AttributeSearch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSearch_ID); if (ii == null) @@ -328,7 +318,8 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent } /** Set M_Attribute_UU. - @param M_Attribute_UU M_Attribute_UU */ + @param M_Attribute_UU M_Attribute_UU + */ public void setM_Attribute_UU (String M_Attribute_UU) { set_Value (COLUMNNAME_M_Attribute_UU, M_Attribute_UU); @@ -336,15 +327,14 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent /** Get M_Attribute_UU. @return M_Attribute_UU */ - public String getM_Attribute_UU () + public String getM_Attribute_UU() { return (String)get_Value(COLUMNNAME_M_Attribute_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -353,7 +343,7 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeInstance.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeInstance.java index 7aa0636ac5..4791dcf9b5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeInstance.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeInstance.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_AttributeInstance * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_AttributeInstance") public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_AttributeInstance (Properties ctx, int M_AttributeInstance_ID, String trxName) @@ -82,21 +82,20 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, } /** Set Attribute. - @param M_Attribute_ID - Product Attribute - */ + @param M_Attribute_ID Product Attribute + */ public void setM_Attribute_ID (int M_Attribute_ID) { - if (M_Attribute_ID < 1) + if (M_Attribute_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Attribute_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Attribute_ID, Integer.valueOf(M_Attribute_ID)); } /** Get Attribute. @return Product Attribute */ - public int getM_Attribute_ID () + public int getM_Attribute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Attribute_ID); if (ii == null) @@ -105,7 +104,8 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, } /** Set M_AttributeInstance_UU. - @param M_AttributeInstance_UU M_AttributeInstance_UU */ + @param M_AttributeInstance_UU M_AttributeInstance_UU + */ public void setM_AttributeInstance_UU (String M_AttributeInstance_UU) { set_Value (COLUMNNAME_M_AttributeInstance_UU, M_AttributeInstance_UU); @@ -113,7 +113,7 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, /** Get M_AttributeInstance_UU. @return M_AttributeInstance_UU */ - public String getM_AttributeInstance_UU () + public String getM_AttributeInstance_UU() { return (String)get_Value(COLUMNNAME_M_AttributeInstance_UU); } @@ -125,21 +125,20 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -154,21 +153,20 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, } /** Set Attribute Value. - @param M_AttributeValue_ID - Product Attribute Value - */ + @param M_AttributeValue_ID Product Attribute Value + */ public void setM_AttributeValue_ID (int M_AttributeValue_ID) { - if (M_AttributeValue_ID < 1) + if (M_AttributeValue_ID < 1) set_Value (COLUMNNAME_M_AttributeValue_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeValue_ID, Integer.valueOf(M_AttributeValue_ID)); } /** Get Attribute Value. @return Product Attribute Value */ - public int getM_AttributeValue_ID () + public int getM_AttributeValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeValue_ID); if (ii == null) @@ -185,9 +183,8 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -196,13 +193,14 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Value Date. - @param ValueDate Value Date */ + @param ValueDate Value Date + */ public void setValueDate (Timestamp ValueDate) { set_Value (COLUMNNAME_ValueDate, ValueDate); @@ -210,15 +208,14 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, /** Get Value Date. @return Value Date */ - public Timestamp getValueDate () + public Timestamp getValueDate() { return (Timestamp)get_Value(COLUMNNAME_ValueDate); } /** Set Value. - @param ValueNumber - Numeric Value - */ + @param ValueNumber Numeric Value + */ public void setValueNumber (BigDecimal ValueNumber) { set_Value (COLUMNNAME_ValueNumber, ValueNumber); @@ -227,7 +224,7 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, /** Get Value. @return Numeric Value */ - public BigDecimal getValueNumber () + public BigDecimal getValueNumber() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ValueNumber); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSearch.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSearch.java index c7411ff12d..1064ab2f8e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSearch.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSearch.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_AttributeSearch * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_AttributeSearch") public class X_M_AttributeSearch extends PO implements I_M_AttributeSearch, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_AttributeSearch extends PO implements I_M_AttributeSearch, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_AttributeSearch (Properties ctx, int M_AttributeSearch_ID, String trxName) @@ -73,9 +73,8 @@ public class X_M_AttributeSearch extends PO implements I_M_AttributeSearch, I_Pe } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -84,27 +83,26 @@ public class X_M_AttributeSearch extends PO implements I_M_AttributeSearch, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Attribute Search. - @param M_AttributeSearch_ID - Common Search Attribute - */ + @param M_AttributeSearch_ID Common Search Attribute + */ public void setM_AttributeSearch_ID (int M_AttributeSearch_ID) { - if (M_AttributeSearch_ID < 1) + if (M_AttributeSearch_ID < 1) set_ValueNoCheck (COLUMNNAME_M_AttributeSearch_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSearch_ID, Integer.valueOf(M_AttributeSearch_ID)); } /** Get Attribute Search. @return Common Search Attribute */ - public int getM_AttributeSearch_ID () + public int getM_AttributeSearch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSearch_ID); if (ii == null) @@ -113,7 +111,8 @@ public class X_M_AttributeSearch extends PO implements I_M_AttributeSearch, I_Pe } /** Set M_AttributeSearch_UU. - @param M_AttributeSearch_UU M_AttributeSearch_UU */ + @param M_AttributeSearch_UU M_AttributeSearch_UU + */ public void setM_AttributeSearch_UU (String M_AttributeSearch_UU) { set_Value (COLUMNNAME_M_AttributeSearch_UU, M_AttributeSearch_UU); @@ -121,15 +120,14 @@ public class X_M_AttributeSearch extends PO implements I_M_AttributeSearch, I_Pe /** Get M_AttributeSearch_UU. @return M_AttributeSearch_UU */ - public String getM_AttributeSearch_UU () + public String getM_AttributeSearch_UU() { return (String)get_Value(COLUMNNAME_M_AttributeSearch_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -138,7 +136,7 @@ public class X_M_AttributeSearch extends PO implements I_M_AttributeSearch, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSet.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSet.java index d4be3f6d7b..d6bd385b62 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSet.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSet.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_AttributeSet * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_AttributeSet") public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_AttributeSet (Properties ctx, int M_AttributeSet_ID, String trxName) @@ -83,9 +83,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -94,15 +93,14 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Guarantee Days. - @param GuaranteeDays - Number of days the product is guaranteed or available - */ + @param GuaranteeDays Number of days the product is guaranteed or available + */ public void setGuaranteeDays (int GuaranteeDays) { set_Value (COLUMNNAME_GuaranteeDays, Integer.valueOf(GuaranteeDays)); @@ -111,7 +109,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Guarantee Days. @return Number of days the product is guaranteed or available */ - public int getGuaranteeDays () + public int getGuaranteeDays() { Integer ii = (Integer)get_Value(COLUMNNAME_GuaranteeDays); if (ii == null) @@ -120,7 +118,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** Set IsAutoGenerateLot. - @param IsAutoGenerateLot IsAutoGenerateLot */ + @param IsAutoGenerateLot IsAutoGenerateLot + */ public void setIsAutoGenerateLot (boolean IsAutoGenerateLot) { set_Value (COLUMNNAME_IsAutoGenerateLot, Boolean.valueOf(IsAutoGenerateLot)); @@ -128,7 +127,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get IsAutoGenerateLot. @return IsAutoGenerateLot */ - public boolean isAutoGenerateLot () + public boolean isAutoGenerateLot() { Object oo = get_Value(COLUMNNAME_IsAutoGenerateLot); if (oo != null) @@ -141,9 +140,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** Set Guarantee Date. - @param IsGuaranteeDate - Product has Guarantee or Expiry Date - */ + @param IsGuaranteeDate Product has Guarantee or Expiry Date + */ public void setIsGuaranteeDate (boolean IsGuaranteeDate) { set_Value (COLUMNNAME_IsGuaranteeDate, Boolean.valueOf(IsGuaranteeDate)); @@ -152,7 +150,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Guarantee Date. @return Product has Guarantee or Expiry Date */ - public boolean isGuaranteeDate () + public boolean isGuaranteeDate() { Object oo = get_Value(COLUMNNAME_IsGuaranteeDate); if (oo != null) @@ -165,9 +163,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** Set Mandatory Guarantee Date. - @param IsGuaranteeDateMandatory - The entry of a Guarantee Date is mandatory when creating a Product Instance - */ + @param IsGuaranteeDateMandatory The entry of a Guarantee Date is mandatory when creating a Product Instance + */ public void setIsGuaranteeDateMandatory (boolean IsGuaranteeDateMandatory) { set_Value (COLUMNNAME_IsGuaranteeDateMandatory, Boolean.valueOf(IsGuaranteeDateMandatory)); @@ -176,7 +173,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Mandatory Guarantee Date. @return The entry of a Guarantee Date is mandatory when creating a Product Instance */ - public boolean isGuaranteeDateMandatory () + public boolean isGuaranteeDateMandatory() { Object oo = get_Value(COLUMNNAME_IsGuaranteeDateMandatory); if (oo != null) @@ -189,9 +186,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** Set Instance Attribute. - @param IsInstanceAttribute - The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date) - */ + @param IsInstanceAttribute The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date) + */ public void setIsInstanceAttribute (boolean IsInstanceAttribute) { set_Value (COLUMNNAME_IsInstanceAttribute, Boolean.valueOf(IsInstanceAttribute)); @@ -200,7 +196,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Instance Attribute. @return The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date) */ - public boolean isInstanceAttribute () + public boolean isInstanceAttribute() { Object oo = get_Value(COLUMNNAME_IsInstanceAttribute); if (oo != null) @@ -213,9 +209,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** Set Lot. - @param IsLot - The product instances have a Lot Number - */ + @param IsLot The product instances have a Lot Number + */ public void setIsLot (boolean IsLot) { set_Value (COLUMNNAME_IsLot, Boolean.valueOf(IsLot)); @@ -224,7 +219,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Lot. @return The product instances have a Lot Number */ - public boolean isLot () + public boolean isLot() { Object oo = get_Value(COLUMNNAME_IsLot); if (oo != null) @@ -237,9 +232,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** Set Mandatory Lot. - @param IsLotMandatory - The entry of Lot info is mandatory when creating a Product Instance - */ + @param IsLotMandatory The entry of Lot info is mandatory when creating a Product Instance + */ public void setIsLotMandatory (boolean IsLotMandatory) { set_Value (COLUMNNAME_IsLotMandatory, Boolean.valueOf(IsLotMandatory)); @@ -248,7 +242,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Mandatory Lot. @return The entry of Lot info is mandatory when creating a Product Instance */ - public boolean isLotMandatory () + public boolean isLotMandatory() { Object oo = get_Value(COLUMNNAME_IsLotMandatory); if (oo != null) @@ -261,9 +255,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** Set Serial No. - @param IsSerNo - The product instances have Serial Numbers - */ + @param IsSerNo The product instances have Serial Numbers + */ public void setIsSerNo (boolean IsSerNo) { set_Value (COLUMNNAME_IsSerNo, Boolean.valueOf(IsSerNo)); @@ -272,7 +265,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Serial No. @return The product instances have Serial Numbers */ - public boolean isSerNo () + public boolean isSerNo() { Object oo = get_Value(COLUMNNAME_IsSerNo); if (oo != null) @@ -285,9 +278,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** Set Mandatory Serial No. - @param IsSerNoMandatory - The entry of a Serial No is mandatory when creating a Product Instance - */ + @param IsSerNoMandatory The entry of a Serial No is mandatory when creating a Product Instance + */ public void setIsSerNoMandatory (boolean IsSerNoMandatory) { set_Value (COLUMNNAME_IsSerNoMandatory, Boolean.valueOf(IsSerNoMandatory)); @@ -296,7 +288,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Mandatory Serial No. @return The entry of a Serial No is mandatory when creating a Product Instance */ - public boolean isSerNoMandatory () + public boolean isSerNoMandatory() { Object oo = get_Value(COLUMNNAME_IsSerNoMandatory); if (oo != null) @@ -309,9 +301,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** 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) { set_Value (COLUMNNAME_LotCharEOverwrite, LotCharEOverwrite); @@ -320,15 +311,14 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Lot Char End Overwrite. @return Lot/Batch End Indicator overwrite - default » */ - public String getLotCharEOverwrite () + public String getLotCharEOverwrite() { return (String)get_Value(COLUMNNAME_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) { set_Value (COLUMNNAME_LotCharSOverwrite, LotCharSOverwrite); @@ -337,7 +327,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Lot Char Start Overwrite. @return Lot/Batch Start Indicator overwrite - default « */ - public String getLotCharSOverwrite () + public String getLotCharSOverwrite() { return (String)get_Value(COLUMNNAME_LotCharSOverwrite); } @@ -351,9 +341,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Always Mandatory = Y */ public static final String MANDATORYTYPE_AlwaysMandatory = "Y"; /** Set Mandatory Type. - @param MandatoryType - The specification of a Product Attribute Instance is mandatory - */ + @param MandatoryType The specification of a Product Attribute Instance is mandatory + */ public void setMandatoryType (String MandatoryType) { @@ -363,27 +352,26 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Mandatory Type. @return The specification of a Product Attribute Instance is mandatory */ - public String getMandatoryType () + public String getMandatoryType() { return (String)get_Value(COLUMNNAME_MandatoryType); } /** Set Attribute Set. - @param M_AttributeSet_ID - Product Attribute Set - */ + @param M_AttributeSet_ID Product Attribute Set + */ public void setM_AttributeSet_ID (int M_AttributeSet_ID) { - if (M_AttributeSet_ID < 0) + if (M_AttributeSet_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSet_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSet_ID, Integer.valueOf(M_AttributeSet_ID)); } /** Get Attribute Set. @return Product Attribute Set */ - public int getM_AttributeSet_ID () + public int getM_AttributeSet_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSet_ID); if (ii == null) @@ -396,7 +384,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Material Management System = MMS */ public static final String M_ATTRIBUTESET_TYPE_MaterialManagementSystem = "MMS"; /** Set AttributeSet Type. - @param M_AttributeSet_Type AttributeSet Type */ + @param M_AttributeSet_Type AttributeSet Type + */ public void setM_AttributeSet_Type (String M_AttributeSet_Type) { @@ -405,13 +394,14 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get AttributeSet Type. @return AttributeSet Type */ - public String getM_AttributeSet_Type () + public String getM_AttributeSet_Type() { return (String)get_Value(COLUMNNAME_M_AttributeSet_Type); } /** Set M_AttributeSet_UU. - @param M_AttributeSet_UU M_AttributeSet_UU */ + @param M_AttributeSet_UU M_AttributeSet_UU + */ public void setM_AttributeSet_UU (String M_AttributeSet_UU) { set_Value (COLUMNNAME_M_AttributeSet_UU, M_AttributeSet_UU); @@ -419,7 +409,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get M_AttributeSet_UU. @return M_AttributeSet_UU */ - public String getM_AttributeSet_UU () + public String getM_AttributeSet_UU() { return (String)get_Value(COLUMNNAME_M_AttributeSet_UU); } @@ -431,21 +421,20 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** Set Lot Control. - @param M_LotCtl_ID - Product Lot Control - */ + @param M_LotCtl_ID Product Lot Control + */ public void setM_LotCtl_ID (int M_LotCtl_ID) { - if (M_LotCtl_ID < 1) + if (M_LotCtl_ID < 1) set_Value (COLUMNNAME_M_LotCtl_ID, null); - else + else set_Value (COLUMNNAME_M_LotCtl_ID, Integer.valueOf(M_LotCtl_ID)); } /** Get Lot Control. @return Product Lot Control */ - public int getM_LotCtl_ID () + public int getM_LotCtl_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_LotCtl_ID); if (ii == null) @@ -460,21 +449,20 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** Set Serial No Control. - @param M_SerNoCtl_ID - Product Serial Number Control - */ + @param M_SerNoCtl_ID Product Serial Number Control + */ public void setM_SerNoCtl_ID (int M_SerNoCtl_ID) { - if (M_SerNoCtl_ID < 1) + if (M_SerNoCtl_ID < 1) set_Value (COLUMNNAME_M_SerNoCtl_ID, null); - else + else set_Value (COLUMNNAME_M_SerNoCtl_ID, Integer.valueOf(M_SerNoCtl_ID)); } /** Get Serial No Control. @return Product Serial Number Control */ - public int getM_SerNoCtl_ID () + public int getM_SerNoCtl_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_SerNoCtl_ID); if (ii == null) @@ -483,9 +471,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -494,7 +481,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -508,9 +495,8 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste } /** Set SerNo Char End Overwrite. - @param SerNoCharEOverwrite - Serial Number End Indicator overwrite - default empty - */ + @param SerNoCharEOverwrite Serial Number End Indicator overwrite - default empty + */ public void setSerNoCharEOverwrite (String SerNoCharEOverwrite) { set_Value (COLUMNNAME_SerNoCharEOverwrite, SerNoCharEOverwrite); @@ -519,15 +505,14 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get SerNo Char End Overwrite. @return Serial Number End Indicator overwrite - default empty */ - public String getSerNoCharEOverwrite () + public String getSerNoCharEOverwrite() { return (String)get_Value(COLUMNNAME_SerNoCharEOverwrite); } /** Set SerNo Char Start Overwrite. - @param SerNoCharSOverwrite - Serial Number Start Indicator overwrite - default # - */ + @param SerNoCharSOverwrite Serial Number Start Indicator overwrite - default # + */ public void setSerNoCharSOverwrite (String SerNoCharSOverwrite) { set_Value (COLUMNNAME_SerNoCharSOverwrite, SerNoCharSOverwrite); @@ -536,13 +521,14 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get SerNo Char Start Overwrite. @return Serial Number Start Indicator overwrite - default # */ - public String getSerNoCharSOverwrite () + public String getSerNoCharSOverwrite() { return (String)get_Value(COLUMNNAME_SerNoCharSOverwrite); } /** Set Use Guarantee Date for Material Policy. - @param UseGuaranteeDateForMPolicy Use Guarantee Date for Material Policy */ + @param UseGuaranteeDateForMPolicy Use Guarantee Date for Material Policy + */ public void setUseGuaranteeDateForMPolicy (boolean UseGuaranteeDateForMPolicy) { set_Value (COLUMNNAME_UseGuaranteeDateForMPolicy, Boolean.valueOf(UseGuaranteeDateForMPolicy)); @@ -550,7 +536,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste /** Get Use Guarantee Date for Material Policy. @return Use Guarantee Date for Material Policy */ - public boolean isUseGuaranteeDateForMPolicy () + public boolean isUseGuaranteeDateForMPolicy() { Object oo = get_Value(COLUMNNAME_UseGuaranteeDateForMPolicy); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetExclude.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetExclude.java index 2395b5838a..28d01c7d55 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetExclude.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetExclude.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_AttributeSetExclude * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_AttributeSetExclude") public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclude, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_AttributeSetExclude (Properties ctx, int M_AttributeSetExclude_ID, String trxName) @@ -80,21 +80,20 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -103,9 +102,8 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -114,7 +112,7 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -127,21 +125,20 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu } /** Set Exclude Attribute Set. - @param M_AttributeSetExclude_ID - Exclude the ability to enter Attribute Sets - */ + @param M_AttributeSetExclude_ID Exclude the ability to enter Attribute Sets + */ public void setM_AttributeSetExclude_ID (int M_AttributeSetExclude_ID) { - if (M_AttributeSetExclude_ID < 1) + if (M_AttributeSetExclude_ID < 1) set_ValueNoCheck (COLUMNNAME_M_AttributeSetExclude_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetExclude_ID, Integer.valueOf(M_AttributeSetExclude_ID)); } /** Get Exclude Attribute Set. @return Exclude the ability to enter Attribute Sets */ - public int getM_AttributeSetExclude_ID () + public int getM_AttributeSetExclude_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetExclude_ID); if (ii == null) @@ -150,7 +147,8 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu } /** Set M_AttributeSetExclude_UU. - @param M_AttributeSetExclude_UU M_AttributeSetExclude_UU */ + @param M_AttributeSetExclude_UU M_AttributeSetExclude_UU + */ public void setM_AttributeSetExclude_UU (String M_AttributeSetExclude_UU) { set_Value (COLUMNNAME_M_AttributeSetExclude_UU, M_AttributeSetExclude_UU); @@ -158,7 +156,7 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu /** Get M_AttributeSetExclude_UU. @return M_AttributeSetExclude_UU */ - public String getM_AttributeSetExclude_UU () + public String getM_AttributeSetExclude_UU() { return (String)get_Value(COLUMNNAME_M_AttributeSetExclude_UU); } @@ -170,21 +168,20 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu } /** Set Attribute Set. - @param M_AttributeSet_ID - Product Attribute Set - */ + @param M_AttributeSet_ID Product Attribute Set + */ public void setM_AttributeSet_ID (int M_AttributeSet_ID) { - if (M_AttributeSet_ID < 0) + if (M_AttributeSet_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSet_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSet_ID, Integer.valueOf(M_AttributeSet_ID)); } /** Get Attribute Set. @return Product Attribute Set */ - public int getM_AttributeSet_ID () + public int getM_AttributeSet_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSet_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetInstance.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetInstance.java index 32f5e79276..efb6d616a8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetInstance.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetInstance.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_AttributeSetInstance * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_AttributeSetInstance") public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInstance, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_AttributeSetInstance (Properties ctx, int M_AttributeSetInstance_ID, String trxName) @@ -74,9 +74,8 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,15 +84,14 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Guarantee Date. - @param GuaranteeDate - Date when guarantee expires - */ + @param GuaranteeDate Date when guarantee expires + */ public void setGuaranteeDate (Timestamp GuaranteeDate) { set_Value (COLUMNNAME_GuaranteeDate, GuaranteeDate); @@ -102,15 +100,14 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst /** Get Guarantee Date. @return Date when guarantee expires */ - public Timestamp getGuaranteeDate () + public Timestamp getGuaranteeDate() { return (Timestamp)get_Value(COLUMNNAME_GuaranteeDate); } /** Set Lot No. - @param Lot - Lot number (alphanumeric) - */ + @param Lot Lot number (alphanumeric) + */ public void setLot (String Lot) { set_Value (COLUMNNAME_Lot, Lot); @@ -119,7 +116,7 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst /** Get Lot No. @return Lot number (alphanumeric) */ - public String getLot () + public String getLot() { return (String)get_Value(COLUMNNAME_Lot); } @@ -131,21 +128,20 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst } /** Set Attribute Set. - @param M_AttributeSet_ID - Product Attribute Set - */ + @param M_AttributeSet_ID Product Attribute Set + */ public void setM_AttributeSet_ID (int M_AttributeSet_ID) { - if (M_AttributeSet_ID < 0) + if (M_AttributeSet_ID < 0) set_Value (COLUMNNAME_M_AttributeSet_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSet_ID, Integer.valueOf(M_AttributeSet_ID)); } /** Get Attribute Set. @return Product Attribute Set */ - public int getM_AttributeSet_ID () + public int getM_AttributeSet_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSet_ID); if (ii == null) @@ -154,21 +150,20 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -185,7 +180,8 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst } /** Set M_AttributeSetInstance_UU. - @param M_AttributeSetInstance_UU M_AttributeSetInstance_UU */ + @param M_AttributeSetInstance_UU M_AttributeSetInstance_UU + */ public void setM_AttributeSetInstance_UU (String M_AttributeSetInstance_UU) { set_Value (COLUMNNAME_M_AttributeSetInstance_UU, M_AttributeSetInstance_UU); @@ -193,7 +189,7 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst /** Get M_AttributeSetInstance_UU. @return M_AttributeSetInstance_UU */ - public String getM_AttributeSetInstance_UU () + public String getM_AttributeSetInstance_UU() { return (String)get_Value(COLUMNNAME_M_AttributeSetInstance_UU); } @@ -205,21 +201,20 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst } /** Set Lot. - @param M_Lot_ID - Product Lot Definition - */ + @param M_Lot_ID Product Lot Definition + */ public void setM_Lot_ID (int M_Lot_ID) { - if (M_Lot_ID < 1) + if (M_Lot_ID < 1) set_Value (COLUMNNAME_M_Lot_ID, null); - else + else set_Value (COLUMNNAME_M_Lot_ID, Integer.valueOf(M_Lot_ID)); } /** Get Lot. @return Product Lot Definition */ - public int getM_Lot_ID () + public int getM_Lot_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Lot_ID); if (ii == null) @@ -228,9 +223,8 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst } /** Set Serial No. - @param SerNo - Product Serial Number - */ + @param SerNo Product Serial Number + */ public void setSerNo (String SerNo) { set_Value (COLUMNNAME_SerNo, SerNo); @@ -239,7 +233,7 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst /** Get Serial No. @return Product Serial Number */ - public String getSerNo () + public String getSerNo() { return (String)get_Value(COLUMNNAME_SerNo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeUse.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeUse.java index 20f71e783f..a310896955 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeUse.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeUse.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_AttributeUse * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_AttributeUse") public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_AttributeUse (Properties ctx, int M_AttributeUse_ID, String trxName) @@ -81,21 +81,20 @@ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persiste } /** Set Attribute. - @param M_Attribute_ID - Product Attribute - */ + @param M_Attribute_ID Product Attribute + */ public void setM_Attribute_ID (int M_Attribute_ID) { - if (M_Attribute_ID < 1) + if (M_Attribute_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Attribute_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Attribute_ID, Integer.valueOf(M_Attribute_ID)); } /** Get Attribute. @return Product Attribute */ - public int getM_Attribute_ID () + public int getM_Attribute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Attribute_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persiste } /** Set Attribute Set. - @param M_AttributeSet_ID - Product Attribute Set - */ + @param M_AttributeSet_ID Product Attribute Set + */ public void setM_AttributeSet_ID (int M_AttributeSet_ID) { - if (M_AttributeSet_ID < 0) + if (M_AttributeSet_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSet_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSet_ID, Integer.valueOf(M_AttributeSet_ID)); } /** Get Attribute Set. @return Product Attribute Set */ - public int getM_AttributeSet_ID () + public int getM_AttributeSet_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSet_ID); if (ii == null) @@ -141,7 +139,8 @@ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persiste } /** Set M_AttributeUse_UU. - @param M_AttributeUse_UU M_AttributeUse_UU */ + @param M_AttributeUse_UU M_AttributeUse_UU + */ public void setM_AttributeUse_UU (String M_AttributeUse_UU) { set_Value (COLUMNNAME_M_AttributeUse_UU, M_AttributeUse_UU); @@ -149,15 +148,14 @@ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persiste /** Get M_AttributeUse_UU. @return M_AttributeUse_UU */ - public String getM_AttributeUse_UU () + public String getM_AttributeUse_UU() { return (String)get_Value(COLUMNNAME_M_AttributeUse_UU); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -166,7 +164,7 @@ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persiste /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeValue.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeValue.java index 38ffce9a32..08b0bc6d58 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeValue.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeValue.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_AttributeValue * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_AttributeValue") public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_AttributeValue (Properties ctx, int M_AttributeValue_ID, String trxName) @@ -75,9 +75,8 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -86,7 +85,7 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -98,21 +97,20 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers } /** Set Attribute. - @param M_Attribute_ID - Product Attribute - */ + @param M_Attribute_ID Product Attribute + */ public void setM_Attribute_ID (int M_Attribute_ID) { - if (M_Attribute_ID < 1) + if (M_Attribute_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Attribute_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Attribute_ID, Integer.valueOf(M_Attribute_ID)); } /** Get Attribute. @return Product Attribute */ - public int getM_Attribute_ID () + public int getM_Attribute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Attribute_ID); if (ii == null) @@ -121,21 +119,20 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers } /** Set Attribute Value. - @param M_AttributeValue_ID - Product Attribute Value - */ + @param M_AttributeValue_ID Product Attribute Value + */ public void setM_AttributeValue_ID (int M_AttributeValue_ID) { - if (M_AttributeValue_ID < 1) + if (M_AttributeValue_ID < 1) set_ValueNoCheck (COLUMNNAME_M_AttributeValue_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeValue_ID, Integer.valueOf(M_AttributeValue_ID)); } /** Get Attribute Value. @return Product Attribute Value */ - public int getM_AttributeValue_ID () + public int getM_AttributeValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeValue_ID); if (ii == null) @@ -144,7 +141,8 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers } /** Set M_AttributeValue_UU. - @param M_AttributeValue_UU M_AttributeValue_UU */ + @param M_AttributeValue_UU M_AttributeValue_UU + */ public void setM_AttributeValue_UU (String M_AttributeValue_UU) { set_Value (COLUMNNAME_M_AttributeValue_UU, M_AttributeValue_UU); @@ -152,15 +150,14 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers /** Get M_AttributeValue_UU. @return M_AttributeValue_UU */ - public String getM_AttributeValue_UU () + public String getM_AttributeValue_UU() { return (String)get_Value(COLUMNNAME_M_AttributeValue_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -169,7 +166,7 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -183,9 +180,8 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -194,7 +190,7 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_BOM.java b/org.adempiere.base/src/org/compiere/model/X_M_BOM.java index 2626e062f3..dd6d9c1b8b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_BOM.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_BOM.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_BOM * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_BOM") public class X_M_BOM extends PO implements I_M_BOM, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_BOM (Properties ctx, int M_BOM_ID, String trxName) @@ -98,9 +98,8 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent /** Previous, Spare = S */ public static final String BOMTYPE_PreviousSpare = "S"; /** Set BOM Type. - @param BOMType - Type of BOM - */ + @param BOMType Type of BOM + */ public void setBOMType (String BOMType) { @@ -110,7 +109,7 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent /** Get BOM Type. @return Type of BOM */ - public String getBOMType () + public String getBOMType() { return (String)get_Value(COLUMNNAME_BOMType); } @@ -128,9 +127,8 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent /** Quality = Q */ public static final String BOMUSE_Quality = "Q"; /** Set BOM Use. - @param BOMUse - The use of the Bill of Material - */ + @param BOMUse The use of the Bill of Material + */ public void setBOMUse (String BOMUse) { @@ -140,15 +138,14 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent /** Get BOM Use. @return The use of the Bill of Material */ - public String getBOMUse () + public String getBOMUse() { return (String)get_Value(COLUMNNAME_BOMUse); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -157,15 +154,14 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -174,27 +170,26 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set BOM. - @param M_BOM_ID - Bill of Material - */ + @param M_BOM_ID Bill of Material + */ public void setM_BOM_ID (int M_BOM_ID) { - if (M_BOM_ID < 1) + if (M_BOM_ID < 1) set_ValueNoCheck (COLUMNNAME_M_BOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_BOM_ID, Integer.valueOf(M_BOM_ID)); } /** Get BOM. @return Bill of Material */ - public int getM_BOM_ID () + public int getM_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_BOM_ID); if (ii == null) @@ -203,7 +198,8 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent } /** Set M_BOM_UU. - @param M_BOM_UU M_BOM_UU */ + @param M_BOM_UU M_BOM_UU + */ public void setM_BOM_UU (String M_BOM_UU) { set_Value (COLUMNNAME_M_BOM_UU, M_BOM_UU); @@ -211,7 +207,7 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent /** Get M_BOM_UU. @return M_BOM_UU */ - public String getM_BOM_UU () + public String getM_BOM_UU() { return (String)get_Value(COLUMNNAME_M_BOM_UU); } @@ -223,21 +219,20 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent } /** Set Change Notice. - @param M_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version) - */ + @param M_ChangeNotice_ID Bill of Materials (Engineering) Change Notice (Version) + */ public void setM_ChangeNotice_ID (int M_ChangeNotice_ID) { - if (M_ChangeNotice_ID < 1) + if (M_ChangeNotice_ID < 1) set_Value (COLUMNNAME_M_ChangeNotice_ID, null); - else + else set_Value (COLUMNNAME_M_ChangeNotice_ID, Integer.valueOf(M_ChangeNotice_ID)); } /** Get Change Notice. @return Bill of Materials (Engineering) Change Notice (Version) */ - public int getM_ChangeNotice_ID () + public int getM_ChangeNotice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ChangeNotice_ID); if (ii == null) @@ -252,21 +247,20 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -275,9 +269,8 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -286,7 +279,7 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -300,7 +293,8 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -308,7 +302,7 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_BOMAlternative.java b/org.adempiere.base/src/org/compiere/model/X_M_BOMAlternative.java index ed76a0706d..8c5f0f823a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_BOMAlternative.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_BOMAlternative.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_BOMAlternative * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_BOMAlternative") public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_BOMAlternative (Properties ctx, int M_BOMAlternative_ID, String trxName) @@ -74,9 +74,8 @@ public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Pers } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,27 +84,26 @@ public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Alternative Group. - @param M_BOMAlternative_ID - Product BOM Alternative Group - */ + @param M_BOMAlternative_ID Product BOM Alternative Group + */ public void setM_BOMAlternative_ID (int M_BOMAlternative_ID) { - if (M_BOMAlternative_ID < 1) + if (M_BOMAlternative_ID < 1) set_ValueNoCheck (COLUMNNAME_M_BOMAlternative_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_BOMAlternative_ID, Integer.valueOf(M_BOMAlternative_ID)); } /** Get Alternative Group. @return Product BOM Alternative Group */ - public int getM_BOMAlternative_ID () + public int getM_BOMAlternative_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_BOMAlternative_ID); if (ii == null) @@ -114,7 +112,8 @@ public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Pers } /** Set M_BOMAlternative_UU. - @param M_BOMAlternative_UU M_BOMAlternative_UU */ + @param M_BOMAlternative_UU M_BOMAlternative_UU + */ public void setM_BOMAlternative_UU (String M_BOMAlternative_UU) { set_Value (COLUMNNAME_M_BOMAlternative_UU, M_BOMAlternative_UU); @@ -122,7 +121,7 @@ public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Pers /** Get M_BOMAlternative_UU. @return M_BOMAlternative_UU */ - public String getM_BOMAlternative_UU () + public String getM_BOMAlternative_UU() { return (String)get_Value(COLUMNNAME_M_BOMAlternative_UU); } @@ -134,21 +133,20 @@ public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Pers } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -157,9 +155,8 @@ public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Pers } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -168,7 +165,7 @@ public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_BOMProduct.java b/org.adempiere.base/src/org/compiere/model/X_M_BOMProduct.java index 795298ac03..3c05873338 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_BOMProduct.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_BOMProduct.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_BOMProduct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_BOMProduct") public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_BOMProduct (Properties ctx, int M_BOMProduct_ID, String trxName) @@ -95,9 +95,8 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent /** Outside Processing = X */ public static final String BOMPRODUCTTYPE_OutsideProcessing = "X"; /** Set Component Type. - @param BOMProductType - BOM Product Type - */ + @param BOMProductType BOM Product Type + */ public void setBOMProductType (String BOMProductType) { @@ -107,15 +106,14 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent /** Get Component Type. @return BOM Product Type */ - public String getBOMProductType () + public String getBOMProductType() { return (String)get_Value(COLUMNNAME_BOMProductType); } /** Set BOM Quantity. - @param BOMQty - Bill of Materials Quantity - */ + @param BOMQty Bill of Materials Quantity + */ public void setBOMQty (BigDecimal BOMQty) { set_Value (COLUMNNAME_BOMQty, BOMQty); @@ -124,7 +122,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent /** Get BOM Quantity. @return Bill of Materials Quantity */ - public BigDecimal getBOMQty () + public BigDecimal getBOMQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_BOMQty); if (bd == null) @@ -133,9 +131,8 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -144,15 +141,14 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -161,15 +157,14 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Phantom. - @param IsPhantom - Phantom Component - */ + @param IsPhantom Phantom Component + */ public void setIsPhantom (boolean IsPhantom) { set_Value (COLUMNNAME_IsPhantom, Boolean.valueOf(IsPhantom)); @@ -178,7 +173,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent /** Get Phantom. @return Phantom Component */ - public boolean isPhantom () + public boolean isPhantom() { Object oo = get_Value(COLUMNNAME_IsPhantom); if (oo != null) @@ -191,9 +186,8 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent } /** Set Lead Time Offset. - @param LeadTimeOffset - Optional Lead Time offset before starting production - */ + @param LeadTimeOffset Optional Lead Time offset before starting production + */ public void setLeadTimeOffset (int LeadTimeOffset) { set_Value (COLUMNNAME_LeadTimeOffset, Integer.valueOf(LeadTimeOffset)); @@ -202,7 +196,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent /** Get Lead Time Offset. @return Optional Lead Time offset before starting production */ - public int getLeadTimeOffset () + public int getLeadTimeOffset() { Integer ii = (Integer)get_Value(COLUMNNAME_LeadTimeOffset); if (ii == null) @@ -211,9 +205,8 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -222,7 +215,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -245,21 +238,20 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -274,21 +266,20 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent } /** Set Alternative Group. - @param M_BOMAlternative_ID - Product BOM Alternative Group - */ + @param M_BOMAlternative_ID Product BOM Alternative Group + */ public void setM_BOMAlternative_ID (int M_BOMAlternative_ID) { - if (M_BOMAlternative_ID < 1) + if (M_BOMAlternative_ID < 1) set_Value (COLUMNNAME_M_BOMAlternative_ID, null); - else + else set_Value (COLUMNNAME_M_BOMAlternative_ID, Integer.valueOf(M_BOMAlternative_ID)); } /** Get Alternative Group. @return Product BOM Alternative Group */ - public int getM_BOMAlternative_ID () + public int getM_BOMAlternative_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_BOMAlternative_ID); if (ii == null) @@ -303,21 +294,20 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent } /** Set BOM. - @param M_BOM_ID - Bill of Material - */ + @param M_BOM_ID Bill of Material + */ public void setM_BOM_ID (int M_BOM_ID) { - if (M_BOM_ID < 1) + if (M_BOM_ID < 1) set_ValueNoCheck (COLUMNNAME_M_BOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_BOM_ID, Integer.valueOf(M_BOM_ID)); } /** Get BOM. @return Bill of Material */ - public int getM_BOM_ID () + public int getM_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_BOM_ID); if (ii == null) @@ -326,21 +316,20 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent } /** Set BOM Component. - @param M_BOMProduct_ID - Bill of Material Component (Product) - */ + @param M_BOMProduct_ID Bill of Material Component (Product) + */ public void setM_BOMProduct_ID (int M_BOMProduct_ID) { - if (M_BOMProduct_ID < 1) + if (M_BOMProduct_ID < 1) set_ValueNoCheck (COLUMNNAME_M_BOMProduct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_BOMProduct_ID, Integer.valueOf(M_BOMProduct_ID)); } /** Get BOM Component. @return Bill of Material Component (Product) */ - public int getM_BOMProduct_ID () + public int getM_BOMProduct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_BOMProduct_ID); if (ii == null) @@ -349,7 +338,8 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent } /** Set M_BOMProduct_UU. - @param M_BOMProduct_UU M_BOMProduct_UU */ + @param M_BOMProduct_UU M_BOMProduct_UU + */ public void setM_BOMProduct_UU (String M_BOMProduct_UU) { set_Value (COLUMNNAME_M_BOMProduct_UU, M_BOMProduct_UU); @@ -357,7 +347,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent /** Get M_BOMProduct_UU. @return M_BOMProduct_UU */ - public String getM_BOMProduct_UU () + public String getM_BOMProduct_UU() { return (String)get_Value(COLUMNNAME_M_BOMProduct_UU); } @@ -369,21 +359,20 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent } /** Set Change Notice. - @param M_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version) - */ + @param M_ChangeNotice_ID Bill of Materials (Engineering) Change Notice (Version) + */ public void setM_ChangeNotice_ID (int M_ChangeNotice_ID) { - if (M_ChangeNotice_ID < 1) + if (M_ChangeNotice_ID < 1) set_Value (COLUMNNAME_M_ChangeNotice_ID, null); - else + else set_Value (COLUMNNAME_M_ChangeNotice_ID, Integer.valueOf(M_ChangeNotice_ID)); } /** Get Change Notice. @return Bill of Materials (Engineering) Change Notice (Version) */ - public int getM_ChangeNotice_ID () + public int getM_ChangeNotice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ChangeNotice_ID); if (ii == null) @@ -398,21 +387,20 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent } /** Set BOM Product. - @param M_ProductBOM_ID - Bill of Material Component Product - */ + @param M_ProductBOM_ID Bill of Material Component Product + */ public void setM_ProductBOM_ID (int M_ProductBOM_ID) { - if (M_ProductBOM_ID < 1) + if (M_ProductBOM_ID < 1) set_Value (COLUMNNAME_M_ProductBOM_ID, null); - else + else set_Value (COLUMNNAME_M_ProductBOM_ID, Integer.valueOf(M_ProductBOM_ID)); } /** Get BOM Product. @return Bill of Material Component Product */ - public int getM_ProductBOM_ID () + public int getM_ProductBOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductBOM_ID); if (ii == null) @@ -427,21 +415,20 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent } /** Set Product Operation. - @param M_ProductOperation_ID - Product Manufacturing Operation - */ + @param M_ProductOperation_ID Product Manufacturing Operation + */ public void setM_ProductOperation_ID (int M_ProductOperation_ID) { - if (M_ProductOperation_ID < 1) + if (M_ProductOperation_ID < 1) set_Value (COLUMNNAME_M_ProductOperation_ID, null); - else + else set_Value (COLUMNNAME_M_ProductOperation_ID, Integer.valueOf(M_ProductOperation_ID)); } /** Get Product Operation. @return Product Manufacturing Operation */ - public int getM_ProductOperation_ID () + public int getM_ProductOperation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductOperation_ID); if (ii == null) @@ -450,9 +437,8 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -461,7 +447,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_BP_Price.java b/org.adempiere.base/src/org/compiere/model/X_M_BP_Price.java index 13d432aa6f..b2882fd417 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_BP_Price.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_BP_Price.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_BP_Price * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_BP_Price") public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_BP_Price (Properties ctx, int M_BP_Price_ID, String trxName) @@ -82,9 +82,8 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent } /** Set Break Value. - @param BreakValue - Low Value of trade discount break level - */ + @param BreakValue Low Value of trade discount break level + */ public void setBreakValue (BigDecimal BreakValue) { set_ValueNoCheck (COLUMNNAME_BreakValue, BreakValue); @@ -93,7 +92,7 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent /** Get Break Value. @return Low Value of trade discount break level */ - public BigDecimal getBreakValue () + public BigDecimal getBreakValue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_BreakValue); if (bd == null) @@ -107,22 +106,21 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -137,21 +135,20 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -160,9 +157,8 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent } /** Set Comments. - @param Comments - Comments or additional information - */ + @param Comments Comments or additional information + */ public void setComments (String Comments) { set_Value (COLUMNNAME_Comments, Comments); @@ -171,15 +167,14 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent /** Get Comments. @return Comments or additional information */ - public String getComments () + public String getComments() { return (String)get_Value(COLUMNNAME_Comments); } /** Set Discount %. - @param Discount - Discount in percent - */ + @param Discount Discount in percent + */ public void setDiscount (BigDecimal Discount) { set_Value (COLUMNNAME_Discount, Discount); @@ -188,7 +183,7 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent /** Get Discount %. @return Discount in percent */ - public BigDecimal getDiscount () + public BigDecimal getDiscount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Discount); if (bd == null) @@ -197,9 +192,8 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent } /** Set Net Price. - @param IsNetPrice - Net Price including all discounts - */ + @param IsNetPrice Net Price including all discounts + */ public void setIsNetPrice (boolean IsNetPrice) { set_Value (COLUMNNAME_IsNetPrice, Boolean.valueOf(IsNetPrice)); @@ -208,7 +202,7 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent /** Get Net Price. @return Net Price including all discounts */ - public boolean isNetPrice () + public boolean isNetPrice() { Object oo = get_Value(COLUMNNAME_IsNetPrice); if (oo != null) @@ -221,18 +215,19 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent } /** Set Business Partner Price. - @param M_BP_Price_ID Business Partner Price */ + @param M_BP_Price_ID Business Partner Price + */ public void setM_BP_Price_ID (int M_BP_Price_ID) { - if (M_BP_Price_ID < 1) + if (M_BP_Price_ID < 1) set_ValueNoCheck (COLUMNNAME_M_BP_Price_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_BP_Price_ID, Integer.valueOf(M_BP_Price_ID)); } /** Get Business Partner Price. @return Business Partner Price */ - public int getM_BP_Price_ID () + public int getM_BP_Price_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_BP_Price_ID); if (ii == null) @@ -241,7 +236,8 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent } /** Set M_BP_Price_UU. - @param M_BP_Price_UU M_BP_Price_UU */ + @param M_BP_Price_UU M_BP_Price_UU + */ public void setM_BP_Price_UU (String M_BP_Price_UU) { set_Value (COLUMNNAME_M_BP_Price_UU, M_BP_Price_UU); @@ -249,7 +245,7 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent /** Get M_BP_Price_UU. @return M_BP_Price_UU */ - public String getM_BP_Price_UU () + public String getM_BP_Price_UU() { return (String)get_Value(COLUMNNAME_M_BP_Price_UU); } @@ -261,21 +257,20 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -292,9 +287,8 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent } /** Set Limit Price. - @param PriceLimit - Lowest price for a product - */ + @param PriceLimit Lowest price for a product + */ public void setPriceLimit (BigDecimal PriceLimit) { set_Value (COLUMNNAME_PriceLimit, PriceLimit); @@ -303,7 +297,7 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent /** Get Limit Price. @return Lowest price for a product */ - public BigDecimal getPriceLimit () + public BigDecimal getPriceLimit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceLimit); if (bd == null) @@ -312,9 +306,8 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent } /** Set List Price. - @param PriceList - List Price - */ + @param PriceList List Price + */ public void setPriceList (BigDecimal PriceList) { set_Value (COLUMNNAME_PriceList, PriceList); @@ -323,7 +316,7 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent /** Get List Price. @return List Price */ - public BigDecimal getPriceList () + public BigDecimal getPriceList() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceList); if (bd == null) @@ -338,9 +331,8 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent /** Fixed Price = P */ public static final String PRICEOVERRIDETYPE_FixedPrice = "P"; /** Set Price Override Type. - @param PriceOverrideType - Type of price override, fixed price or discount off list - */ + @param PriceOverrideType Type of price override, fixed price or discount off list + */ public void setPriceOverrideType (String PriceOverrideType) { @@ -350,15 +342,14 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent /** Get Price Override Type. @return Type of price override, fixed price or discount off list */ - public String getPriceOverrideType () + public String getPriceOverrideType() { return (String)get_Value(COLUMNNAME_PriceOverrideType); } /** Set Standard Price. - @param PriceStd - Standard Price - */ + @param PriceStd Standard Price + */ public void setPriceStd (BigDecimal PriceStd) { set_Value (COLUMNNAME_PriceStd, PriceStd); @@ -367,7 +358,7 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent /** Get Standard Price. @return Standard Price */ - public BigDecimal getPriceStd () + public BigDecimal getPriceStd() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceStd); if (bd == null) @@ -376,9 +367,8 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -387,15 +377,14 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -404,7 +393,7 @@ public class X_M_BP_Price extends PO implements I_M_BP_Price, I_Persistent /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ChangeNotice.java b/org.adempiere.base/src/org/compiere/model/X_M_ChangeNotice.java index 9d88f71bdf..db9f0ba71a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ChangeNotice.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ChangeNotice.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ChangeNotice * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ChangeNotice") public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ChangeNotice (Properties ctx, int M_ChangeNotice_ID, String trxName) @@ -76,9 +76,8 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -87,15 +86,14 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Detail Information. - @param DetailInfo - Additional Detail Information - */ + @param DetailInfo Additional Detail Information + */ public void setDetailInfo (String DetailInfo) { set_Value (COLUMNNAME_DetailInfo, DetailInfo); @@ -104,15 +102,14 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste /** Get Detail Information. @return Additional Detail Information */ - public String getDetailInfo () + public String getDetailInfo() { return (String)get_Value(COLUMNNAME_DetailInfo); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -121,15 +118,14 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -138,7 +134,7 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -151,21 +147,20 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste } /** Set Change Notice. - @param M_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version) - */ + @param M_ChangeNotice_ID Bill of Materials (Engineering) Change Notice (Version) + */ public void setM_ChangeNotice_ID (int M_ChangeNotice_ID) { - if (M_ChangeNotice_ID < 1) + if (M_ChangeNotice_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ChangeNotice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ChangeNotice_ID, Integer.valueOf(M_ChangeNotice_ID)); } /** Get Change Notice. @return Bill of Materials (Engineering) Change Notice (Version) */ - public int getM_ChangeNotice_ID () + public int getM_ChangeNotice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ChangeNotice_ID); if (ii == null) @@ -174,7 +169,8 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste } /** Set M_ChangeNotice_UU. - @param M_ChangeNotice_UU M_ChangeNotice_UU */ + @param M_ChangeNotice_UU M_ChangeNotice_UU + */ public void setM_ChangeNotice_UU (String M_ChangeNotice_UU) { set_Value (COLUMNNAME_M_ChangeNotice_UU, M_ChangeNotice_UU); @@ -182,15 +178,14 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste /** Get M_ChangeNotice_UU. @return M_ChangeNotice_UU */ - public String getM_ChangeNotice_UU () + public String getM_ChangeNotice_UU() { return (String)get_Value(COLUMNNAME_M_ChangeNotice_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -199,7 +194,7 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -213,9 +208,8 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -224,7 +218,7 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -237,7 +231,8 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -245,7 +240,7 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ChangeRequest.java b/org.adempiere.base/src/org/compiere/model/X_M_ChangeRequest.java index c86f2926ce..c9eb4dff45 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ChangeRequest.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ChangeRequest.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ChangeRequest * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ChangeRequest") public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ChangeRequest (Properties ctx, int M_ChangeRequest_ID, String trxName) @@ -77,9 +77,8 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -88,15 +87,14 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Detail Information. - @param DetailInfo - Additional Detail Information - */ + @param DetailInfo Additional Detail Information + */ public void setDetailInfo (String DetailInfo) { set_Value (COLUMNNAME_DetailInfo, DetailInfo); @@ -105,15 +103,14 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis /** Get Detail Information. @return Additional Detail Information */ - public String getDetailInfo () + public String getDetailInfo() { return (String)get_Value(COLUMNNAME_DetailInfo); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -122,7 +119,7 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -136,9 +133,8 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -147,15 +143,14 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -164,7 +159,7 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -183,21 +178,20 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis } /** Set Change Notice. - @param M_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version) - */ + @param M_ChangeNotice_ID Bill of Materials (Engineering) Change Notice (Version) + */ public void setM_ChangeNotice_ID (int M_ChangeNotice_ID) { - if (M_ChangeNotice_ID < 1) + if (M_ChangeNotice_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ChangeNotice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ChangeNotice_ID, Integer.valueOf(M_ChangeNotice_ID)); } /** Get Change Notice. @return Bill of Materials (Engineering) Change Notice (Version) */ - public int getM_ChangeNotice_ID () + public int getM_ChangeNotice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ChangeNotice_ID); if (ii == null) @@ -206,21 +200,20 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis } /** Set Change Request. - @param M_ChangeRequest_ID - BOM (Engineering) Change Request - */ + @param M_ChangeRequest_ID BOM (Engineering) Change Request + */ public void setM_ChangeRequest_ID (int M_ChangeRequest_ID) { - if (M_ChangeRequest_ID < 1) + if (M_ChangeRequest_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ChangeRequest_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ChangeRequest_ID, Integer.valueOf(M_ChangeRequest_ID)); } /** Get Change Request. @return BOM (Engineering) Change Request */ - public int getM_ChangeRequest_ID () + public int getM_ChangeRequest_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ChangeRequest_ID); if (ii == null) @@ -229,7 +222,8 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis } /** Set M_ChangeRequest_UU. - @param M_ChangeRequest_UU M_ChangeRequest_UU */ + @param M_ChangeRequest_UU M_ChangeRequest_UU + */ public void setM_ChangeRequest_UU (String M_ChangeRequest_UU) { set_Value (COLUMNNAME_M_ChangeRequest_UU, M_ChangeRequest_UU); @@ -237,7 +231,7 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis /** Get M_ChangeRequest_UU. @return M_ChangeRequest_UU */ - public String getM_ChangeRequest_UU () + public String getM_ChangeRequest_UU() { return (String)get_Value(COLUMNNAME_M_ChangeRequest_UU); } @@ -249,21 +243,20 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis } /** Set Fixed in. - @param M_FixChangeNotice_ID - Fixed in Change Notice - */ + @param M_FixChangeNotice_ID Fixed in Change Notice + */ public void setM_FixChangeNotice_ID (int M_FixChangeNotice_ID) { - if (M_FixChangeNotice_ID < 1) + if (M_FixChangeNotice_ID < 1) set_ValueNoCheck (COLUMNNAME_M_FixChangeNotice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_FixChangeNotice_ID, Integer.valueOf(M_FixChangeNotice_ID)); } /** Get Fixed in. @return Fixed in Change Notice */ - public int getM_FixChangeNotice_ID () + public int getM_FixChangeNotice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_FixChangeNotice_ID); if (ii == null) @@ -272,9 +265,8 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -283,7 +275,7 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -294,22 +286,21 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis .getPO(getPP_Product_BOM_ID(), get_TrxName()); } - /** Set BOM & Formula. - @param PP_Product_BOM_ID - BOM & Formula - */ + /** Set BOM & Formula. + @param PP_Product_BOM_ID BOM & Formula + */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID) { - if (PP_Product_BOM_ID < 1) + if (PP_Product_BOM_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Product_BOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Product_BOM_ID, Integer.valueOf(PP_Product_BOM_ID)); } - /** Get BOM & Formula. - @return BOM & Formula + /** Get BOM & Formula. + @return BOM & Formula */ - public int getPP_Product_BOM_ID () + public int getPP_Product_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOM_ID); if (ii == null) @@ -318,9 +309,8 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -329,7 +319,7 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_CommodityShipment.java b/org.adempiere.base/src/org/compiere/model/X_M_CommodityShipment.java index 6aa5d6b32a..9f4bf47c6d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_CommodityShipment.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_CommodityShipment.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_CommodityShipment * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_CommodityShipment") public class X_M_CommodityShipment extends PO implements I_M_CommodityShipment, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_CommodityShipment extends PO implements I_M_CommodityShipment, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_CommodityShipment (Properties ctx, int M_CommodityShipment_ID, String trxName) @@ -73,18 +73,19 @@ public class X_M_CommodityShipment extends PO implements I_M_CommodityShipment, } /** Set Country Of Manufacture. - @param CountryOfManufacture_ID Country Of Manufacture */ + @param CountryOfManufacture_ID Country Of Manufacture + */ public void setCountryOfManufacture_ID (int CountryOfManufacture_ID) { - if (CountryOfManufacture_ID < 1) + if (CountryOfManufacture_ID < 1) set_Value (COLUMNNAME_CountryOfManufacture_ID, null); - else + else set_Value (COLUMNNAME_CountryOfManufacture_ID, Integer.valueOf(CountryOfManufacture_ID)); } /** Get Country Of Manufacture. @return Country Of Manufacture */ - public int getCountryOfManufacture_ID () + public int getCountryOfManufacture_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CountryOfManufacture_ID); if (ii == null) @@ -93,9 +94,8 @@ public class X_M_CommodityShipment extends PO implements I_M_CommodityShipment, } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -104,13 +104,14 @@ public class X_M_CommodityShipment extends PO implements I_M_CommodityShipment, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Export License Number. - @param ExportLicenseNum Export License Number */ + @param ExportLicenseNum Export License Number + */ public void setExportLicenseNum (String ExportLicenseNum) { set_Value (COLUMNNAME_ExportLicenseNum, ExportLicenseNum); @@ -118,13 +119,14 @@ public class X_M_CommodityShipment extends PO implements I_M_CommodityShipment, /** Get Export License Number. @return Export License Number */ - public String getExportLicenseNum () + public String getExportLicenseNum() { return (String)get_Value(COLUMNNAME_ExportLicenseNum); } /** Set Harmonized Code. - @param HarmonizedCode Harmonized Code */ + @param HarmonizedCode Harmonized Code + */ public void setHarmonizedCode (String HarmonizedCode) { set_Value (COLUMNNAME_HarmonizedCode, HarmonizedCode); @@ -132,24 +134,25 @@ public class X_M_CommodityShipment extends PO implements I_M_CommodityShipment, /** Get Harmonized Code. @return Harmonized Code */ - public String getHarmonizedCode () + public String getHarmonizedCode() { return (String)get_Value(COLUMNNAME_HarmonizedCode); } /** Set Commodity Shipment. - @param M_CommodityShipment_ID Commodity Shipment */ + @param M_CommodityShipment_ID Commodity Shipment + */ public void setM_CommodityShipment_ID (int M_CommodityShipment_ID) { - if (M_CommodityShipment_ID < 1) + if (M_CommodityShipment_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CommodityShipment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CommodityShipment_ID, Integer.valueOf(M_CommodityShipment_ID)); } /** Get Commodity Shipment. @return Commodity Shipment */ - public int getM_CommodityShipment_ID () + public int getM_CommodityShipment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CommodityShipment_ID); if (ii == null) @@ -158,7 +161,8 @@ public class X_M_CommodityShipment extends PO implements I_M_CommodityShipment, } /** Set M_CommodityShipment_UU. - @param M_CommodityShipment_UU M_CommodityShipment_UU */ + @param M_CommodityShipment_UU M_CommodityShipment_UU + */ public void setM_CommodityShipment_UU (String M_CommodityShipment_UU) { set_Value (COLUMNNAME_M_CommodityShipment_UU, M_CommodityShipment_UU); @@ -166,7 +170,7 @@ public class X_M_CommodityShipment extends PO implements I_M_CommodityShipment, /** Get M_CommodityShipment_UU. @return M_CommodityShipment_UU */ - public String getM_CommodityShipment_UU () + public String getM_CommodityShipment_UU() { return (String)get_Value(COLUMNNAME_M_CommodityShipment_UU); } @@ -178,21 +182,20 @@ public class X_M_CommodityShipment extends PO implements I_M_CommodityShipment, } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Cost.java b/org.adempiere.base/src/org/compiere/model/X_M_Cost.java index 048afedc7e..1984a55ba7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Cost.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Cost.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_Cost * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Cost") public class X_M_Cost extends PO implements I_M_Cost, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Cost (Properties ctx, int M_Cost_ID, String trxName) @@ -87,21 +87,20 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -130,9 +129,8 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** _ = x */ public static final String COSTINGMETHOD__ = "x"; /** Set Costing Method. - @param CostingMethod - Indicates how Costs will be calculated - */ + @param CostingMethod Indicates how Costs will be calculated + */ public void setCostingMethod (String CostingMethod) { @@ -141,15 +139,14 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** Get Costing Method. @return Indicates how Costs will be calculated */ - public String getCostingMethod () + public String getCostingMethod() { return (String)get_Value(COLUMNNAME_CostingMethod); } /** Set Accumulated Amt. - @param CumulatedAmt - Total Amount - */ + @param CumulatedAmt Total Amount + */ public void setCumulatedAmt (BigDecimal CumulatedAmt) { set_ValueNoCheck (COLUMNNAME_CumulatedAmt, CumulatedAmt); @@ -158,7 +155,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** Get Accumulated Amt. @return Total Amount */ - public BigDecimal getCumulatedAmt () + public BigDecimal getCumulatedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CumulatedAmt); if (bd == null) @@ -167,9 +164,8 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Accumulated Qty. - @param CumulatedQty - Total Quantity - */ + @param CumulatedQty Total Quantity + */ public void setCumulatedQty (BigDecimal CumulatedQty) { set_ValueNoCheck (COLUMNNAME_CumulatedQty, CumulatedQty); @@ -178,7 +174,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** Get Accumulated Qty. @return Total Quantity */ - public BigDecimal getCumulatedQty () + public BigDecimal getCumulatedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CumulatedQty); if (bd == null) @@ -187,9 +183,8 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Current Cost Price. - @param CurrentCostPrice - The currently used cost price - */ + @param CurrentCostPrice The currently used cost price + */ public void setCurrentCostPrice (BigDecimal CurrentCostPrice) { set_Value (COLUMNNAME_CurrentCostPrice, CurrentCostPrice); @@ -198,7 +193,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** Get Current Cost Price. @return The currently used cost price */ - public BigDecimal getCurrentCostPrice () + public BigDecimal getCurrentCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPrice); if (bd == null) @@ -207,9 +202,8 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Current Cost Price Lower Level. - @param CurrentCostPriceLL - Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. - */ + @param CurrentCostPriceLL Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. + */ public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL) { set_Value (COLUMNNAME_CurrentCostPriceLL, CurrentCostPriceLL); @@ -218,7 +212,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** Get Current Cost Price Lower Level. @return Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. */ - public BigDecimal getCurrentCostPriceLL () + public BigDecimal getCurrentCostPriceLL() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPriceLL); if (bd == null) @@ -227,9 +221,8 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Current Quantity. - @param CurrentQty - Current Quantity - */ + @param CurrentQty Current Quantity + */ public void setCurrentQty (BigDecimal CurrentQty) { set_Value (COLUMNNAME_CurrentQty, CurrentQty); @@ -238,7 +231,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** Get Current Quantity. @return Current Quantity */ - public BigDecimal getCurrentQty () + public BigDecimal getCurrentQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentQty); if (bd == null) @@ -247,9 +240,8 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -258,13 +250,14 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Future Cost Price. - @param FutureCostPrice Future Cost Price */ + @param FutureCostPrice Future Cost Price + */ public void setFutureCostPrice (BigDecimal FutureCostPrice) { set_Value (COLUMNNAME_FutureCostPrice, FutureCostPrice); @@ -272,7 +265,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** Get Future Cost Price. @return Future Cost Price */ - public BigDecimal getFutureCostPrice () + public BigDecimal getFutureCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FutureCostPrice); if (bd == null) @@ -281,7 +274,8 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Future Cost Price Lower Level. - @param FutureCostPriceLL Future Cost Price Lower Level */ + @param FutureCostPriceLL Future Cost Price Lower Level + */ public void setFutureCostPriceLL (BigDecimal FutureCostPriceLL) { set_Value (COLUMNNAME_FutureCostPriceLL, FutureCostPriceLL); @@ -289,7 +283,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** Get Future Cost Price Lower Level. @return Future Cost Price Lower Level */ - public BigDecimal getFutureCostPriceLL () + public BigDecimal getFutureCostPriceLL() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FutureCostPriceLL); if (bd == null) @@ -298,9 +292,8 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Cost Frozen. - @param IsCostFrozen - Indicated that the Standard Cost is frozen - */ + @param IsCostFrozen Indicated that the Standard Cost is frozen + */ public void setIsCostFrozen (boolean IsCostFrozen) { set_Value (COLUMNNAME_IsCostFrozen, Boolean.valueOf(IsCostFrozen)); @@ -309,7 +302,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** Get Cost Frozen. @return Indicated that the Standard Cost is frozen */ - public boolean isCostFrozen () + public boolean isCostFrozen() { Object oo = get_Value(COLUMNNAME_IsCostFrozen); if (oo != null) @@ -328,21 +321,20 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -357,21 +349,20 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Cost Element. - @param M_CostElement_ID - Product Cost Element - */ + @param M_CostElement_ID Product Cost Element + */ public void setM_CostElement_ID (int M_CostElement_ID) { - if (M_CostElement_ID < 1) + if (M_CostElement_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostElement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); } /** Get Cost Element. @return Product Cost Element */ - public int getM_CostElement_ID () + public int getM_CostElement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); if (ii == null) @@ -386,21 +377,20 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Cost Type. - @param M_CostType_ID - Type of Cost (e.g. Current, Plan, Future) - */ + @param M_CostType_ID Type of Cost (e.g. Current, Plan, Future) + */ public void setM_CostType_ID (int M_CostType_ID) { - if (M_CostType_ID < 1) + if (M_CostType_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostType_ID, Integer.valueOf(M_CostType_ID)); } /** Get Cost Type. @return Type of Cost (e.g. Current, Plan, Future) */ - public int getM_CostType_ID () + public int getM_CostType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostType_ID); if (ii == null) @@ -409,7 +399,8 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set M_Cost_UU. - @param M_Cost_UU M_Cost_UU */ + @param M_Cost_UU M_Cost_UU + */ public void setM_Cost_UU (String M_Cost_UU) { set_Value (COLUMNNAME_M_Cost_UU, M_Cost_UU); @@ -417,7 +408,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** Get M_Cost_UU. @return M_Cost_UU */ - public String getM_Cost_UU () + public String getM_Cost_UU() { return (String)get_Value(COLUMNNAME_M_Cost_UU); } @@ -429,21 +420,20 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -452,9 +442,8 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Percent. - @param Percent - Percentage - */ + @param Percent Percentage + */ public void setPercent (int Percent) { set_Value (COLUMNNAME_Percent, Integer.valueOf(Percent)); @@ -463,7 +452,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** Get Percent. @return Percentage */ - public int getPercent () + public int getPercent() { Integer ii = (Integer)get_Value(COLUMNNAME_Percent); if (ii == null) @@ -472,9 +461,8 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { throw new IllegalArgumentException ("Processed is virtual column"); } @@ -482,7 +470,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_CostDetail.java b/org.adempiere.base/src/org/compiere/model/X_M_CostDetail.java index db29640a19..0a44caee05 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_CostDetail.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_CostDetail.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_CostDetail * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_CostDetail") public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_CostDetail (Properties ctx, int M_CostDetail_ID, String trxName) @@ -80,9 +80,8 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Amount. - @param Amt - Amount - */ + @param Amt Amount + */ public void setAmt (BigDecimal Amt) { set_Value (COLUMNNAME_Amt, Amt); @@ -91,7 +90,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** Get Amount. @return Amount */ - public BigDecimal getAmt () + public BigDecimal getAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amt); if (bd == null) @@ -106,21 +105,20 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -135,21 +133,20 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -164,21 +161,20 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -193,21 +189,20 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Project Issue. - @param C_ProjectIssue_ID - Project Issues (Material, Labor) - */ + @param C_ProjectIssue_ID Project Issues (Material, Labor) + */ public void setC_ProjectIssue_ID (int C_ProjectIssue_ID) { - if (C_ProjectIssue_ID < 1) + if (C_ProjectIssue_ID < 1) set_Value (COLUMNNAME_C_ProjectIssue_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectIssue_ID, Integer.valueOf(C_ProjectIssue_ID)); } /** Get Project Issue. @return Project Issues (Material, Labor) */ - public int getC_ProjectIssue_ID () + public int getC_ProjectIssue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectIssue_ID); if (ii == null) @@ -216,9 +211,8 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Accumulated Amt. - @param CumulatedAmt - Total Amount - */ + @param CumulatedAmt Total Amount + */ public void setCumulatedAmt (BigDecimal CumulatedAmt) { set_Value (COLUMNNAME_CumulatedAmt, CumulatedAmt); @@ -227,7 +221,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** Get Accumulated Amt. @return Total Amount */ - public BigDecimal getCumulatedAmt () + public BigDecimal getCumulatedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CumulatedAmt); if (bd == null) @@ -236,9 +230,8 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Accumulated Qty. - @param CumulatedQty - Total Quantity - */ + @param CumulatedQty Total Quantity + */ public void setCumulatedQty (BigDecimal CumulatedQty) { set_Value (COLUMNNAME_CumulatedQty, CumulatedQty); @@ -247,7 +240,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** Get Accumulated Qty. @return Total Quantity */ - public BigDecimal getCumulatedQty () + public BigDecimal getCumulatedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CumulatedQty); if (bd == null) @@ -256,9 +249,8 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Current Cost Price. - @param CurrentCostPrice - The currently used cost price - */ + @param CurrentCostPrice The currently used cost price + */ public void setCurrentCostPrice (BigDecimal CurrentCostPrice) { set_Value (COLUMNNAME_CurrentCostPrice, CurrentCostPrice); @@ -267,7 +259,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** Get Current Cost Price. @return The currently used cost price */ - public BigDecimal getCurrentCostPrice () + public BigDecimal getCurrentCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPrice); if (bd == null) @@ -276,9 +268,8 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Current Quantity. - @param CurrentQty - Current Quantity - */ + @param CurrentQty Current Quantity + */ public void setCurrentQty (BigDecimal CurrentQty) { set_Value (COLUMNNAME_CurrentQty, CurrentQty); @@ -287,7 +278,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** Get Current Quantity. @return Current Quantity */ - public BigDecimal getCurrentQty () + public BigDecimal getCurrentQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentQty); if (bd == null) @@ -296,9 +287,8 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Delta Amount. - @param DeltaAmt - Difference Amount - */ + @param DeltaAmt Difference Amount + */ public void setDeltaAmt (BigDecimal DeltaAmt) { set_Value (COLUMNNAME_DeltaAmt, DeltaAmt); @@ -307,7 +297,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** Get Delta Amount. @return Difference Amount */ - public BigDecimal getDeltaAmt () + public BigDecimal getDeltaAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DeltaAmt); if (bd == null) @@ -316,9 +306,8 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Delta Quantity. - @param DeltaQty - Quantity Difference - */ + @param DeltaQty Quantity Difference + */ public void setDeltaQty (BigDecimal DeltaQty) { set_Value (COLUMNNAME_DeltaQty, DeltaQty); @@ -327,7 +316,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** Get Delta Quantity. @return Quantity Difference */ - public BigDecimal getDeltaQty () + public BigDecimal getDeltaQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DeltaQty); if (bd == null) @@ -336,9 +325,8 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -347,15 +335,14 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -364,7 +351,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -383,21 +370,20 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -406,21 +392,20 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Cost Detail. - @param M_CostDetail_ID - Cost Detail Information - */ + @param M_CostDetail_ID Cost Detail Information + */ public void setM_CostDetail_ID (int M_CostDetail_ID) { - if (M_CostDetail_ID < 1) + if (M_CostDetail_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostDetail_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostDetail_ID, Integer.valueOf(M_CostDetail_ID)); } /** Get Cost Detail. @return Cost Detail Information */ - public int getM_CostDetail_ID () + public int getM_CostDetail_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostDetail_ID); if (ii == null) @@ -429,7 +414,8 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set M_CostDetail_UU. - @param M_CostDetail_UU M_CostDetail_UU */ + @param M_CostDetail_UU M_CostDetail_UU + */ public void setM_CostDetail_UU (String M_CostDetail_UU) { set_Value (COLUMNNAME_M_CostDetail_UU, M_CostDetail_UU); @@ -437,7 +423,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** Get M_CostDetail_UU. @return M_CostDetail_UU */ - public String getM_CostDetail_UU () + public String getM_CostDetail_UU() { return (String)get_Value(COLUMNNAME_M_CostDetail_UU); } @@ -449,21 +435,20 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Cost Element. - @param M_CostElement_ID - Product Cost Element - */ + @param M_CostElement_ID Product Cost Element + */ public void setM_CostElement_ID (int M_CostElement_ID) { - if (M_CostElement_ID < 1) + if (M_CostElement_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostElement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); } /** Get Cost Element. @return Product Cost Element */ - public int getM_CostElement_ID () + public int getM_CostElement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); if (ii == null) @@ -478,21 +463,20 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -507,21 +491,20 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Phys.Inventory Line. - @param M_InventoryLine_ID - Unique line in an Inventory document - */ + @param M_InventoryLine_ID Unique line in an Inventory document + */ public void setM_InventoryLine_ID (int M_InventoryLine_ID) { - if (M_InventoryLine_ID < 1) + if (M_InventoryLine_ID < 1) set_Value (COLUMNNAME_M_InventoryLine_ID, null); - else + else set_Value (COLUMNNAME_M_InventoryLine_ID, Integer.valueOf(M_InventoryLine_ID)); } /** Get Phys.Inventory Line. @return Unique line in an Inventory document */ - public int getM_InventoryLine_ID () + public int getM_InventoryLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InventoryLine_ID); if (ii == null) @@ -536,21 +519,20 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Match Invoice. - @param M_MatchInv_ID - Match Shipment/Receipt to Invoice - */ + @param M_MatchInv_ID Match Shipment/Receipt to Invoice + */ public void setM_MatchInv_ID (int M_MatchInv_ID) { - if (M_MatchInv_ID < 1) + if (M_MatchInv_ID < 1) set_ValueNoCheck (COLUMNNAME_M_MatchInv_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_MatchInv_ID, Integer.valueOf(M_MatchInv_ID)); } /** Get Match Invoice. @return Match Shipment/Receipt to Invoice */ - public int getM_MatchInv_ID () + public int getM_MatchInv_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MatchInv_ID); if (ii == null) @@ -565,21 +547,20 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Move Line. - @param M_MovementLine_ID - Inventory Move document Line - */ + @param M_MovementLine_ID Inventory Move document Line + */ public void setM_MovementLine_ID (int M_MovementLine_ID) { - if (M_MovementLine_ID < 1) + if (M_MovementLine_ID < 1) set_Value (COLUMNNAME_M_MovementLine_ID, null); - else + else set_Value (COLUMNNAME_M_MovementLine_ID, Integer.valueOf(M_MovementLine_ID)); } /** Get Move Line. @return Inventory Move document Line */ - public int getM_MovementLine_ID () + public int getM_MovementLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementLine_ID); if (ii == null) @@ -594,21 +575,20 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -623,21 +603,20 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Production Line. - @param M_ProductionLine_ID - Document Line representing a production - */ + @param M_ProductionLine_ID Document Line representing a production + */ public void setM_ProductionLine_ID (int M_ProductionLine_ID) { - if (M_ProductionLine_ID < 1) + if (M_ProductionLine_ID < 1) set_Value (COLUMNNAME_M_ProductionLine_ID, null); - else + else set_Value (COLUMNNAME_M_ProductionLine_ID, Integer.valueOf(M_ProductionLine_ID)); } /** Get Production Line. @return Document Line representing a production */ - public int getM_ProductionLine_ID () + public int getM_ProductionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductionLine_ID); if (ii == null) @@ -652,18 +631,19 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Manufacturing Cost Collector. - @param PP_Cost_Collector_ID Manufacturing Cost Collector */ + @param PP_Cost_Collector_ID Manufacturing Cost Collector + */ public void setPP_Cost_Collector_ID (int PP_Cost_Collector_ID) { - if (PP_Cost_Collector_ID < 1) + if (PP_Cost_Collector_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Cost_Collector_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Cost_Collector_ID, Integer.valueOf(PP_Cost_Collector_ID)); } /** Get Manufacturing Cost Collector. @return Manufacturing Cost Collector */ - public int getPP_Cost_Collector_ID () + public int getPP_Cost_Collector_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Cost_Collector_ID); if (ii == null) @@ -672,9 +652,8 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Price. - @param Price - Price - */ + @param Price Price + */ public void setPrice (BigDecimal Price) { throw new IllegalArgumentException ("Price is virtual column"); } @@ -682,7 +661,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** Get Price. @return Price */ - public BigDecimal getPrice () + public BigDecimal getPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Price); if (bd == null) @@ -691,9 +670,8 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -702,7 +680,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -715,9 +693,8 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -726,7 +703,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_CostElement.java b/org.adempiere.base/src/org/compiere/model/X_M_CostElement.java index 5b9a701c27..881632b1cc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_CostElement.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_CostElement.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_CostElement * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_CostElement") public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_CostElement (Properties ctx, int M_CostElement_ID, String trxName) @@ -87,9 +87,8 @@ public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent /** Outside Processing = X */ public static final String COSTELEMENTTYPE_OutsideProcessing = "X"; /** Set Cost Element Type. - @param CostElementType - Type of Cost Element - */ + @param CostElementType Type of Cost Element + */ public void setCostElementType (String CostElementType) { @@ -99,7 +98,7 @@ public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent /** Get Cost Element Type. @return Type of Cost Element */ - public String getCostElementType () + public String getCostElementType() { return (String)get_Value(COLUMNNAME_CostElementType); } @@ -125,9 +124,8 @@ public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent /** _ = x */ public static final String COSTINGMETHOD__ = "x"; /** Set Costing Method. - @param CostingMethod - Indicates how Costs will be calculated - */ + @param CostingMethod Indicates how Costs will be calculated + */ public void setCostingMethod (String CostingMethod) { @@ -137,15 +135,14 @@ public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent /** Get Costing Method. @return Indicates how Costs will be calculated */ - public String getCostingMethod () + public String getCostingMethod() { return (String)get_Value(COLUMNNAME_CostingMethod); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -154,15 +151,14 @@ public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Calculated. - @param IsCalculated - The value is calculated by the system - */ + @param IsCalculated The value is calculated by the system + */ public void setIsCalculated (boolean IsCalculated) { set_Value (COLUMNNAME_IsCalculated, Boolean.valueOf(IsCalculated)); @@ -171,7 +167,7 @@ public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent /** Get Calculated. @return The value is calculated by the system */ - public boolean isCalculated () + public boolean isCalculated() { Object oo = get_Value(COLUMNNAME_IsCalculated); if (oo != null) @@ -184,21 +180,20 @@ public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent } /** Set Cost Element. - @param M_CostElement_ID - Product Cost Element - */ + @param M_CostElement_ID Product Cost Element + */ public void setM_CostElement_ID (int M_CostElement_ID) { - if (M_CostElement_ID < 1) + if (M_CostElement_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostElement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); } /** Get Cost Element. @return Product Cost Element */ - public int getM_CostElement_ID () + public int getM_CostElement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); if (ii == null) @@ -207,7 +202,8 @@ public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent } /** Set M_CostElement_UU. - @param M_CostElement_UU M_CostElement_UU */ + @param M_CostElement_UU M_CostElement_UU + */ public void setM_CostElement_UU (String M_CostElement_UU) { set_Value (COLUMNNAME_M_CostElement_UU, M_CostElement_UU); @@ -215,15 +211,14 @@ public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent /** Get M_CostElement_UU. @return M_CostElement_UU */ - public String getM_CostElement_UU () + public String getM_CostElement_UU() { return (String)get_Value(COLUMNNAME_M_CostElement_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -232,7 +227,7 @@ public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_CostHistory.java b/org.adempiere.base/src/org/compiere/model/X_M_CostHistory.java index a0b6729cdf..decc00e0d0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_CostHistory.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_CostHistory.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_CostHistory * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_CostHistory") public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_CostHistory (Properties ctx, int M_CostHistory_ID, String trxName) @@ -88,21 +88,20 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -117,21 +116,20 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set Cost Detail. - @param M_CostDetail_ID - Cost Detail Information - */ + @param M_CostDetail_ID Cost Detail Information + */ public void setM_CostDetail_ID (int M_CostDetail_ID) { - if (M_CostDetail_ID < 1) + if (M_CostDetail_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostDetail_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostDetail_ID, Integer.valueOf(M_CostDetail_ID)); } /** Get Cost Detail. @return Cost Detail Information */ - public int getM_CostDetail_ID () + public int getM_CostDetail_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostDetail_ID); if (ii == null) @@ -146,21 +144,20 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set Cost Element. - @param M_CostElement_ID - Product Cost Element - */ + @param M_CostElement_ID Product Cost Element + */ public void setM_CostElement_ID (int M_CostElement_ID) { - if (M_CostElement_ID < 1) + if (M_CostElement_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostElement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); } /** Get Cost Element. @return Product Cost Element */ - public int getM_CostElement_ID () + public int getM_CostElement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); if (ii == null) @@ -169,21 +166,20 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set Cost History. - @param M_CostHistory_ID - Movement history for M_Cost - */ + @param M_CostHistory_ID Movement history for M_Cost + */ public void setM_CostHistory_ID (int M_CostHistory_ID) { - if (M_CostHistory_ID < 1) + if (M_CostHistory_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostHistory_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostHistory_ID, Integer.valueOf(M_CostHistory_ID)); } /** Get Cost History. @return Movement history for M_Cost */ - public int getM_CostHistory_ID () + public int getM_CostHistory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostHistory_ID); if (ii == null) @@ -192,7 +188,8 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set Cost History UUID. - @param M_CostHistory_UU Cost History UUID */ + @param M_CostHistory_UU Cost History UUID + */ public void setM_CostHistory_UU (String M_CostHistory_UU) { set_ValueNoCheck (COLUMNNAME_M_CostHistory_UU, M_CostHistory_UU); @@ -200,7 +197,7 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent /** Get Cost History UUID. @return Cost History UUID */ - public String getM_CostHistory_UU () + public String getM_CostHistory_UU() { return (String)get_Value(COLUMNNAME_M_CostHistory_UU); } @@ -212,21 +209,20 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set Cost Type. - @param M_CostType_ID - Type of Cost (e.g. Current, Plan, Future) - */ + @param M_CostType_ID Type of Cost (e.g. Current, Plan, Future) + */ public void setM_CostType_ID (int M_CostType_ID) { - if (M_CostType_ID < 1) + if (M_CostType_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostType_ID, Integer.valueOf(M_CostType_ID)); } /** Get Cost Type. @return Type of Cost (e.g. Current, Plan, Future) */ - public int getM_CostType_ID () + public int getM_CostType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostType_ID); if (ii == null) @@ -235,9 +231,8 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set New Accumulated Amt. - @param NewCAmt - Accumulated Amt after processing of M_CostDetail - */ + @param NewCAmt Accumulated Amt after processing of M_CostDetail + */ public void setNewCAmt (BigDecimal NewCAmt) { set_ValueNoCheck (COLUMNNAME_NewCAmt, NewCAmt); @@ -246,7 +241,7 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent /** Get New Accumulated Amt. @return Accumulated Amt after processing of M_CostDetail */ - public BigDecimal getNewCAmt () + public BigDecimal getNewCAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_NewCAmt); if (bd == null) @@ -255,9 +250,8 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set New Cost Price. - @param NewCostPrice - New current cost price after processing of M_CostDetail - */ + @param NewCostPrice New current cost price after processing of M_CostDetail + */ public void setNewCostPrice (BigDecimal NewCostPrice) { set_ValueNoCheck (COLUMNNAME_NewCostPrice, NewCostPrice); @@ -266,7 +260,7 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent /** Get New Cost Price. @return New current cost price after processing of M_CostDetail */ - public BigDecimal getNewCostPrice () + public BigDecimal getNewCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_NewCostPrice); if (bd == null) @@ -275,9 +269,8 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set New Accumulated Qty. - @param NewCQty - New Accumulated Qty after processing of M_CostDetail - */ + @param NewCQty New Accumulated Qty after processing of M_CostDetail + */ public void setNewCQty (BigDecimal NewCQty) { set_ValueNoCheck (COLUMNNAME_NewCQty, NewCQty); @@ -286,7 +279,7 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent /** Get New Accumulated Qty. @return New Accumulated Qty after processing of M_CostDetail */ - public BigDecimal getNewCQty () + public BigDecimal getNewCQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_NewCQty); if (bd == null) @@ -295,9 +288,8 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set New Current Quantity. - @param NewQty - New current quantity after processing of M_CostDetail - */ + @param NewQty New current quantity after processing of M_CostDetail + */ public void setNewQty (BigDecimal NewQty) { set_ValueNoCheck (COLUMNNAME_NewQty, NewQty); @@ -306,7 +298,7 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent /** Get New Current Quantity. @return New current quantity after processing of M_CostDetail */ - public BigDecimal getNewQty () + public BigDecimal getNewQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_NewQty); if (bd == null) @@ -315,9 +307,8 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set Old Accumulated Amt. - @param OldCAmt - Old accumulated amt before the processing of M_CostDetail - */ + @param OldCAmt Old accumulated amt before the processing of M_CostDetail + */ public void setOldCAmt (BigDecimal OldCAmt) { set_ValueNoCheck (COLUMNNAME_OldCAmt, OldCAmt); @@ -326,7 +317,7 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent /** Get Old Accumulated Amt. @return Old accumulated amt before the processing of M_CostDetail */ - public BigDecimal getOldCAmt () + public BigDecimal getOldCAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OldCAmt); if (bd == null) @@ -335,9 +326,8 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set Old Current Cost Price. - @param OldCostPrice - Old current cost price before the processing of M_CostDetail - */ + @param OldCostPrice Old current cost price before the processing of M_CostDetail + */ public void setOldCostPrice (BigDecimal OldCostPrice) { set_ValueNoCheck (COLUMNNAME_OldCostPrice, OldCostPrice); @@ -346,7 +336,7 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent /** Get Old Current Cost Price. @return Old current cost price before the processing of M_CostDetail */ - public BigDecimal getOldCostPrice () + public BigDecimal getOldCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OldCostPrice); if (bd == null) @@ -355,9 +345,8 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set Old Accumulated Qty. - @param OldCQty - Old accumulated qty before the processing of M_CostDetail - */ + @param OldCQty Old accumulated qty before the processing of M_CostDetail + */ public void setOldCQty (BigDecimal OldCQty) { set_ValueNoCheck (COLUMNNAME_OldCQty, OldCQty); @@ -366,7 +355,7 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent /** Get Old Accumulated Qty. @return Old accumulated qty before the processing of M_CostDetail */ - public BigDecimal getOldCQty () + public BigDecimal getOldCQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OldCQty); if (bd == null) @@ -375,9 +364,8 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent } /** Set Old Current Quantity. - @param OldQty - Old current quantity before the processing of M_CostDetail - */ + @param OldQty Old current quantity before the processing of M_CostDetail + */ public void setOldQty (BigDecimal OldQty) { set_ValueNoCheck (COLUMNNAME_OldQty, OldQty); @@ -386,7 +374,7 @@ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent /** Get Old Current Quantity. @return Old current quantity before the processing of M_CostDetail */ - public BigDecimal getOldQty () + public BigDecimal getOldQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OldQty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_CostQueue.java b/org.adempiere.base/src/org/compiere/model/X_M_CostQueue.java index 7e3097c489..f2992b730d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_CostQueue.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_CostQueue.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_CostQueue * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_CostQueue") public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_CostQueue (Properties ctx, int M_CostQueue_ID, String trxName) @@ -86,21 +86,20 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -109,9 +108,8 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent } /** Set Current Cost Price. - @param CurrentCostPrice - The currently used cost price - */ + @param CurrentCostPrice The currently used cost price + */ public void setCurrentCostPrice (BigDecimal CurrentCostPrice) { set_Value (COLUMNNAME_CurrentCostPrice, CurrentCostPrice); @@ -120,7 +118,7 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent /** Get Current Cost Price. @return The currently used cost price */ - public BigDecimal getCurrentCostPrice () + public BigDecimal getCurrentCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPrice); if (bd == null) @@ -129,9 +127,8 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent } /** Set Current Quantity. - @param CurrentQty - Current Quantity - */ + @param CurrentQty Current Quantity + */ public void setCurrentQty (BigDecimal CurrentQty) { set_Value (COLUMNNAME_CurrentQty, CurrentQty); @@ -140,7 +137,7 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent /** Get Current Quantity. @return Current Quantity */ - public BigDecimal getCurrentQty () + public BigDecimal getCurrentQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentQty); if (bd == null) @@ -155,21 +152,20 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -184,21 +180,20 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent } /** Set Cost Element. - @param M_CostElement_ID - Product Cost Element - */ + @param M_CostElement_ID Product Cost Element + */ public void setM_CostElement_ID (int M_CostElement_ID) { - if (M_CostElement_ID < 1) + if (M_CostElement_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostElement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); } /** Get Cost Element. @return Product Cost Element */ - public int getM_CostElement_ID () + public int getM_CostElement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); if (ii == null) @@ -207,21 +202,20 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent } /** Set Cost Queue. - @param M_CostQueue_ID - FiFo/LiFo Cost Queue - */ + @param M_CostQueue_ID FiFo/LiFo Cost Queue + */ public void setM_CostQueue_ID (int M_CostQueue_ID) { - if (M_CostQueue_ID < 1) + if (M_CostQueue_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostQueue_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostQueue_ID, Integer.valueOf(M_CostQueue_ID)); } /** Get Cost Queue. @return FiFo/LiFo Cost Queue */ - public int getM_CostQueue_ID () + public int getM_CostQueue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostQueue_ID); if (ii == null) @@ -230,7 +224,8 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent } /** Set M_CostQueue_UU. - @param M_CostQueue_UU M_CostQueue_UU */ + @param M_CostQueue_UU M_CostQueue_UU + */ public void setM_CostQueue_UU (String M_CostQueue_UU) { set_Value (COLUMNNAME_M_CostQueue_UU, M_CostQueue_UU); @@ -238,7 +233,7 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent /** Get M_CostQueue_UU. @return M_CostQueue_UU */ - public String getM_CostQueue_UU () + public String getM_CostQueue_UU() { return (String)get_Value(COLUMNNAME_M_CostQueue_UU); } @@ -250,21 +245,20 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent } /** Set Cost Type. - @param M_CostType_ID - Type of Cost (e.g. Current, Plan, Future) - */ + @param M_CostType_ID Type of Cost (e.g. Current, Plan, Future) + */ public void setM_CostType_ID (int M_CostType_ID) { - if (M_CostType_ID < 1) + if (M_CostType_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostType_ID, Integer.valueOf(M_CostType_ID)); } /** Get Cost Type. @return Type of Cost (e.g. Current, Plan, Future) */ - public int getM_CostType_ID () + public int getM_CostType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostType_ID); if (ii == null) @@ -279,21 +273,20 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_CostType.java b/org.adempiere.base/src/org/compiere/model/X_M_CostType.java index f326169610..2fd5c85aa7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_CostType.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_CostType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_CostType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_CostType") public class X_M_CostType extends PO implements I_M_CostType, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_CostType extends PO implements I_M_CostType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_CostType (Properties ctx, int M_CostType_ID, String trxName) @@ -73,9 +73,8 @@ public class X_M_CostType extends PO implements I_M_CostType, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -84,15 +83,14 @@ public class X_M_CostType extends PO implements I_M_CostType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -101,27 +99,26 @@ public class X_M_CostType extends PO implements I_M_CostType, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Cost Type. - @param M_CostType_ID - Type of Cost (e.g. Current, Plan, Future) - */ + @param M_CostType_ID Type of Cost (e.g. Current, Plan, Future) + */ public void setM_CostType_ID (int M_CostType_ID) { - if (M_CostType_ID < 1) + if (M_CostType_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostType_ID, Integer.valueOf(M_CostType_ID)); } /** Get Cost Type. @return Type of Cost (e.g. Current, Plan, Future) */ - public int getM_CostType_ID () + public int getM_CostType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostType_ID); if (ii == null) @@ -130,7 +127,8 @@ public class X_M_CostType extends PO implements I_M_CostType, I_Persistent } /** Set M_CostType_UU. - @param M_CostType_UU M_CostType_UU */ + @param M_CostType_UU M_CostType_UU + */ public void setM_CostType_UU (String M_CostType_UU) { set_Value (COLUMNNAME_M_CostType_UU, M_CostType_UU); @@ -138,15 +136,14 @@ public class X_M_CostType extends PO implements I_M_CostType, I_Persistent /** Get M_CostType_UU. @return M_CostType_UU */ - public String getM_CostType_UU () + public String getM_CostType_UU() { return (String)get_Value(COLUMNNAME_M_CostType_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -155,7 +152,7 @@ public class X_M_CostType extends PO implements I_M_CostType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Demand.java b/org.adempiere.base/src/org/compiere/model/X_M_Demand.java index d9587c172f..c5d9849f20 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Demand.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Demand.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Demand * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Demand") public class X_M_Demand extends PO implements I_M_Demand, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Demand (Properties ctx, int M_Demand_ID, String trxName) @@ -82,21 +82,20 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent } /** Set Calendar. - @param C_Calendar_ID - Accounting Calendar Name - */ + @param C_Calendar_ID Accounting Calendar Name + */ public void setC_Calendar_ID (int C_Calendar_ID) { - if (C_Calendar_ID < 1) + if (C_Calendar_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Calendar_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Calendar_ID, Integer.valueOf(C_Calendar_ID)); } /** Get Calendar. @return Accounting Calendar Name */ - public int getC_Calendar_ID () + public int getC_Calendar_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Calendar_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent } /** Set Year. - @param C_Year_ID - Calendar Year - */ + @param C_Year_ID Calendar Year + */ public void setC_Year_ID (int C_Year_ID) { - if (C_Year_ID < 1) + if (C_Year_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Year_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Year_ID, Integer.valueOf(C_Year_ID)); } /** Get Year. @return Calendar Year */ - public int getC_Year_ID () + public int getC_Year_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Year_ID); if (ii == null) @@ -134,9 +132,8 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -145,15 +142,14 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -162,15 +158,14 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -179,7 +174,7 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -192,21 +187,20 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent } /** Set Demand. - @param M_Demand_ID - Material Demand - */ + @param M_Demand_ID Material Demand + */ public void setM_Demand_ID (int M_Demand_ID) { - if (M_Demand_ID < 1) + if (M_Demand_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Demand_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Demand_ID, Integer.valueOf(M_Demand_ID)); } /** Get Demand. @return Material Demand */ - public int getM_Demand_ID () + public int getM_Demand_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Demand_ID); if (ii == null) @@ -215,7 +209,8 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent } /** Set M_Demand_UU. - @param M_Demand_UU M_Demand_UU */ + @param M_Demand_UU M_Demand_UU + */ public void setM_Demand_UU (String M_Demand_UU) { set_Value (COLUMNNAME_M_Demand_UU, M_Demand_UU); @@ -223,15 +218,14 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent /** Get M_Demand_UU. @return M_Demand_UU */ - public String getM_Demand_UU () + public String getM_Demand_UU() { return (String)get_Value(COLUMNNAME_M_Demand_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -240,7 +234,7 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -254,7 +248,8 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -262,7 +257,7 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DemandDetail.java b/org.adempiere.base/src/org/compiere/model/X_M_DemandDetail.java index 97e6341d32..f7667d8fd0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DemandDetail.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DemandDetail.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_DemandDetail * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_DemandDetail") public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_DemandDetail (Properties ctx, int M_DemandDetail_ID, String trxName) @@ -79,21 +79,20 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_Value (COLUMNNAME_C_OrderLine_ID, null); - else + else set_Value (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -102,21 +101,20 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste } /** Set Demand Detail. - @param M_DemandDetail_ID - Material Demand Line Source Detail - */ + @param M_DemandDetail_ID Material Demand Line Source Detail + */ public void setM_DemandDetail_ID (int M_DemandDetail_ID) { - if (M_DemandDetail_ID < 1) + if (M_DemandDetail_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DemandDetail_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DemandDetail_ID, Integer.valueOf(M_DemandDetail_ID)); } /** Get Demand Detail. @return Material Demand Line Source Detail */ - public int getM_DemandDetail_ID () + public int getM_DemandDetail_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DemandDetail_ID); if (ii == null) @@ -133,7 +131,8 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste } /** Set M_DemandDetail_UU. - @param M_DemandDetail_UU M_DemandDetail_UU */ + @param M_DemandDetail_UU M_DemandDetail_UU + */ public void setM_DemandDetail_UU (String M_DemandDetail_UU) { set_Value (COLUMNNAME_M_DemandDetail_UU, M_DemandDetail_UU); @@ -141,7 +140,7 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste /** Get M_DemandDetail_UU. @return M_DemandDetail_UU */ - public String getM_DemandDetail_UU () + public String getM_DemandDetail_UU() { return (String)get_Value(COLUMNNAME_M_DemandDetail_UU); } @@ -153,21 +152,20 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste } /** Set Demand Line. - @param M_DemandLine_ID - Material Demand Line - */ + @param M_DemandLine_ID Material Demand Line + */ public void setM_DemandLine_ID (int M_DemandLine_ID) { - if (M_DemandLine_ID < 1) + if (M_DemandLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DemandLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DemandLine_ID, Integer.valueOf(M_DemandLine_ID)); } /** Get Demand Line. @return Material Demand Line */ - public int getM_DemandLine_ID () + public int getM_DemandLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DemandLine_ID); if (ii == null) @@ -182,21 +180,20 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste } /** Set Forecast Line. - @param M_ForecastLine_ID - Forecast Line - */ + @param M_ForecastLine_ID Forecast Line + */ public void setM_ForecastLine_ID (int M_ForecastLine_ID) { - if (M_ForecastLine_ID < 1) + if (M_ForecastLine_ID < 1) set_Value (COLUMNNAME_M_ForecastLine_ID, null); - else + else set_Value (COLUMNNAME_M_ForecastLine_ID, Integer.valueOf(M_ForecastLine_ID)); } /** Get Forecast Line. @return Forecast Line */ - public int getM_ForecastLine_ID () + public int getM_ForecastLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ForecastLine_ID); if (ii == null) @@ -211,21 +208,20 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste } /** Set Requisition Line. - @param M_RequisitionLine_ID - Material Requisition Line - */ + @param M_RequisitionLine_ID Material Requisition Line + */ public void setM_RequisitionLine_ID (int M_RequisitionLine_ID) { - if (M_RequisitionLine_ID < 1) + if (M_RequisitionLine_ID < 1) set_Value (COLUMNNAME_M_RequisitionLine_ID, null); - else + else set_Value (COLUMNNAME_M_RequisitionLine_ID, Integer.valueOf(M_RequisitionLine_ID)); } /** Get Requisition Line. @return Material Requisition Line */ - public int getM_RequisitionLine_ID () + public int getM_RequisitionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RequisitionLine_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DemandLine.java b/org.adempiere.base/src/org/compiere/model/X_M_DemandLine.java index b9522ff293..c4943d4121 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DemandLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DemandLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_DemandLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_DemandLine") public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_DemandLine (Properties ctx, int M_DemandLine_ID, String trxName) @@ -85,21 +85,20 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Period_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -122,21 +121,20 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent } /** Set Demand. - @param M_Demand_ID - Material Demand - */ + @param M_Demand_ID Material Demand + */ public void setM_Demand_ID (int M_Demand_ID) { - if (M_Demand_ID < 1) + if (M_Demand_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Demand_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Demand_ID, Integer.valueOf(M_Demand_ID)); } /** Get Demand. @return Material Demand */ - public int getM_Demand_ID () + public int getM_Demand_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Demand_ID); if (ii == null) @@ -145,21 +143,20 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent } /** Set Demand Line. - @param M_DemandLine_ID - Material Demand Line - */ + @param M_DemandLine_ID Material Demand Line + */ public void setM_DemandLine_ID (int M_DemandLine_ID) { - if (M_DemandLine_ID < 1) + if (M_DemandLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DemandLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DemandLine_ID, Integer.valueOf(M_DemandLine_ID)); } /** Get Demand Line. @return Material Demand Line */ - public int getM_DemandLine_ID () + public int getM_DemandLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DemandLine_ID); if (ii == null) @@ -168,7 +165,8 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent } /** Set M_DemandLine_UU. - @param M_DemandLine_UU M_DemandLine_UU */ + @param M_DemandLine_UU M_DemandLine_UU + */ public void setM_DemandLine_UU (String M_DemandLine_UU) { set_Value (COLUMNNAME_M_DemandLine_UU, M_DemandLine_UU); @@ -176,7 +174,7 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent /** Get M_DemandLine_UU. @return M_DemandLine_UU */ - public String getM_DemandLine_UU () + public String getM_DemandLine_UU() { return (String)get_Value(COLUMNNAME_M_DemandLine_UU); } @@ -188,21 +186,20 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -211,9 +208,8 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -222,7 +218,7 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -231,9 +227,8 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent } /** Set Calculated Quantity. - @param QtyCalculated - Calculated Quantity - */ + @param QtyCalculated Calculated Quantity + */ public void setQtyCalculated (BigDecimal QtyCalculated) { set_Value (COLUMNNAME_QtyCalculated, QtyCalculated); @@ -242,7 +237,7 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent /** Get Calculated Quantity. @return Calculated Quantity */ - public BigDecimal getQtyCalculated () + public BigDecimal getQtyCalculated() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyCalculated); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchema.java b/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchema.java index 417272e06d..59e96662b3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchema.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchema.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_DiscountSchema * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_DiscountSchema") public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_DiscountSchema (Properties ctx, int M_DiscountSchema_ID, String trxName) @@ -85,9 +85,8 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** Line = L */ public static final String CUMULATIVELEVEL_Line = "L"; /** Set Accumulation Level. - @param CumulativeLevel - Level for accumulative calculations - */ + @param CumulativeLevel Level for accumulative calculations + */ public void setCumulativeLevel (String CumulativeLevel) { @@ -97,15 +96,14 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** Get Accumulation Level. @return Level for accumulative calculations */ - public String getCumulativeLevel () + public String getCumulativeLevel() { return (String)get_Value(COLUMNNAME_CumulativeLevel); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -114,7 +112,7 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -130,9 +128,8 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** Formula = S */ public static final String DISCOUNTTYPE_Formula = "S"; /** Set Discount Type. - @param DiscountType - Type of trade discount calculation - */ + @param DiscountType Type of trade discount calculation + */ public void setDiscountType (String DiscountType) { @@ -142,15 +139,14 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** Get Discount Type. @return Type of trade discount calculation */ - public String getDiscountType () + public String getDiscountType() { return (String)get_Value(COLUMNNAME_DiscountType); } /** Set Flat Discount %. - @param FlatDiscount - Flat discount percentage - */ + @param FlatDiscount Flat discount percentage + */ public void setFlatDiscount (BigDecimal FlatDiscount) { set_Value (COLUMNNAME_FlatDiscount, FlatDiscount); @@ -159,7 +155,7 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** Get Flat Discount %. @return Flat discount percentage */ - public BigDecimal getFlatDiscount () + public BigDecimal getFlatDiscount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FlatDiscount); if (bd == null) @@ -168,9 +164,8 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers } /** Set B.Partner Flat Discount. - @param IsBPartnerFlatDiscount - Use flat discount defined on Business Partner Level - */ + @param IsBPartnerFlatDiscount Use flat discount defined on Business Partner Level + */ public void setIsBPartnerFlatDiscount (boolean IsBPartnerFlatDiscount) { set_Value (COLUMNNAME_IsBPartnerFlatDiscount, Boolean.valueOf(IsBPartnerFlatDiscount)); @@ -179,7 +174,7 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** Get B.Partner Flat Discount. @return Use flat discount defined on Business Partner Level */ - public boolean isBPartnerFlatDiscount () + public boolean isBPartnerFlatDiscount() { Object oo = get_Value(COLUMNNAME_IsBPartnerFlatDiscount); if (oo != null) @@ -192,9 +187,8 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers } /** Set Quantity based. - @param IsQuantityBased - Trade discount break level based on Quantity (not value) - */ + @param IsQuantityBased Trade discount break level based on Quantity (not value) + */ public void setIsQuantityBased (boolean IsQuantityBased) { set_Value (COLUMNNAME_IsQuantityBased, Boolean.valueOf(IsQuantityBased)); @@ -203,7 +197,7 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** Get Quantity based. @return Trade discount break level based on Quantity (not value) */ - public boolean isQuantityBased () + public boolean isQuantityBased() { Object oo = get_Value(COLUMNNAME_IsQuantityBased); if (oo != null) @@ -216,21 +210,20 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers } /** Set Discount Schema. - @param M_DiscountSchema_ID - Schema to calculate the trade discount percentage - */ + @param M_DiscountSchema_ID Schema to calculate the trade discount percentage + */ public void setM_DiscountSchema_ID (int M_DiscountSchema_ID) { - if (M_DiscountSchema_ID < 1) + if (M_DiscountSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DiscountSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DiscountSchema_ID, Integer.valueOf(M_DiscountSchema_ID)); } /** Get Discount Schema. @return Schema to calculate the trade discount percentage */ - public int getM_DiscountSchema_ID () + public int getM_DiscountSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DiscountSchema_ID); if (ii == null) @@ -239,7 +232,8 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers } /** Set M_DiscountSchema_UU. - @param M_DiscountSchema_UU M_DiscountSchema_UU */ + @param M_DiscountSchema_UU M_DiscountSchema_UU + */ public void setM_DiscountSchema_UU (String M_DiscountSchema_UU) { set_Value (COLUMNNAME_M_DiscountSchema_UU, M_DiscountSchema_UU); @@ -247,15 +241,14 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** Get M_DiscountSchema_UU. @return M_DiscountSchema_UU */ - public String getM_DiscountSchema_UU () + public String getM_DiscountSchema_UU() { return (String)get_Value(COLUMNNAME_M_DiscountSchema_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -264,7 +257,7 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -278,7 +271,8 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -286,7 +280,7 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -299,9 +293,8 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers } /** Set Script. - @param Script - Dynamic Java Language Script to calculate result - */ + @param Script Dynamic Java Language Script to calculate result + */ public void setScript (String Script) { set_Value (COLUMNNAME_Script, Script); @@ -310,15 +303,14 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** Get Script. @return Dynamic Java Language Script to calculate result */ - public String getScript () + public String getScript() { return (String)get_Value(COLUMNNAME_Script); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -327,7 +319,7 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaBreak.java b/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaBreak.java index 702637ca4c..66d7a17382 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaBreak.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaBreak.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_DiscountSchemaBreak * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_DiscountSchemaBreak") public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBreak, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_DiscountSchemaBreak (Properties ctx, int M_DiscountSchemaBreak_ID, String trxName) @@ -81,9 +81,8 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre } /** Set Break Discount %. - @param BreakDiscount - Trade Discount in Percent for the break level - */ + @param BreakDiscount Trade Discount in Percent for the break level + */ public void setBreakDiscount (BigDecimal BreakDiscount) { set_Value (COLUMNNAME_BreakDiscount, BreakDiscount); @@ -92,7 +91,7 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre /** Get Break Discount %. @return Trade Discount in Percent for the break level */ - public BigDecimal getBreakDiscount () + public BigDecimal getBreakDiscount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_BreakDiscount); if (bd == null) @@ -101,9 +100,8 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre } /** Set Break Value. - @param BreakValue - Low Value of trade discount break level - */ + @param BreakValue Low Value of trade discount break level + */ public void setBreakValue (BigDecimal BreakValue) { set_Value (COLUMNNAME_BreakValue, BreakValue); @@ -112,7 +110,7 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre /** Get Break Value. @return Low Value of trade discount break level */ - public BigDecimal getBreakValue () + public BigDecimal getBreakValue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_BreakValue); if (bd == null) @@ -121,9 +119,8 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre } /** Set B.Partner Flat Discount. - @param IsBPartnerFlatDiscount - Use flat discount defined on Business Partner Level - */ + @param IsBPartnerFlatDiscount Use flat discount defined on Business Partner Level + */ public void setIsBPartnerFlatDiscount (boolean IsBPartnerFlatDiscount) { set_Value (COLUMNNAME_IsBPartnerFlatDiscount, Boolean.valueOf(IsBPartnerFlatDiscount)); @@ -132,7 +129,7 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre /** Get B.Partner Flat Discount. @return Use flat discount defined on Business Partner Level */ - public boolean isBPartnerFlatDiscount () + public boolean isBPartnerFlatDiscount() { Object oo = get_Value(COLUMNNAME_IsBPartnerFlatDiscount); if (oo != null) @@ -145,21 +142,20 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre } /** Set Discount Schema Break. - @param M_DiscountSchemaBreak_ID - Trade Discount Break - */ + @param M_DiscountSchemaBreak_ID Trade Discount Break + */ public void setM_DiscountSchemaBreak_ID (int M_DiscountSchemaBreak_ID) { - if (M_DiscountSchemaBreak_ID < 1) + if (M_DiscountSchemaBreak_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DiscountSchemaBreak_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DiscountSchemaBreak_ID, Integer.valueOf(M_DiscountSchemaBreak_ID)); } /** Get Discount Schema Break. @return Trade Discount Break */ - public int getM_DiscountSchemaBreak_ID () + public int getM_DiscountSchemaBreak_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DiscountSchemaBreak_ID); if (ii == null) @@ -168,7 +164,8 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre } /** Set M_DiscountSchemaBreak_UU. - @param M_DiscountSchemaBreak_UU M_DiscountSchemaBreak_UU */ + @param M_DiscountSchemaBreak_UU M_DiscountSchemaBreak_UU + */ public void setM_DiscountSchemaBreak_UU (String M_DiscountSchemaBreak_UU) { set_Value (COLUMNNAME_M_DiscountSchemaBreak_UU, M_DiscountSchemaBreak_UU); @@ -176,7 +173,7 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre /** Get M_DiscountSchemaBreak_UU. @return M_DiscountSchemaBreak_UU */ - public String getM_DiscountSchemaBreak_UU () + public String getM_DiscountSchemaBreak_UU() { return (String)get_Value(COLUMNNAME_M_DiscountSchemaBreak_UU); } @@ -188,21 +185,20 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre } /** Set Discount Schema. - @param M_DiscountSchema_ID - Schema to calculate the trade discount percentage - */ + @param M_DiscountSchema_ID Schema to calculate the trade discount percentage + */ public void setM_DiscountSchema_ID (int M_DiscountSchema_ID) { - if (M_DiscountSchema_ID < 1) + if (M_DiscountSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DiscountSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DiscountSchema_ID, Integer.valueOf(M_DiscountSchema_ID)); } /** Get Discount Schema. @return Schema to calculate the trade discount percentage */ - public int getM_DiscountSchema_ID () + public int getM_DiscountSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DiscountSchema_ID); if (ii == null) @@ -217,21 +213,20 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -246,21 +241,20 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -269,9 +263,8 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -280,7 +273,7 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaLine.java b/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaLine.java index 6acc87f567..d791159cf8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaLine.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_DiscountSchemaLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_DiscountSchemaLine") public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_DiscountSchemaLine (Properties ctx, int M_DiscountSchemaLine_ID, String trxName) @@ -112,22 +112,21 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -142,21 +141,20 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_Value (COLUMNNAME_C_ConversionType_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -165,9 +163,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Classification. - @param Classification - Classification for grouping - */ + @param Classification Classification for grouping + */ public void setClassification (String Classification) { set_Value (COLUMNNAME_Classification, Classification); @@ -176,15 +173,14 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Classification. @return Classification for grouping */ - public String getClassification () + public String getClassification() { return (String)get_Value(COLUMNNAME_Classification); } /** Set Conversion Date. - @param ConversionDate - Date for selecting conversion rate - */ + @param ConversionDate Date for selecting conversion rate + */ public void setConversionDate (Timestamp ConversionDate) { set_Value (COLUMNNAME_ConversionDate, ConversionDate); @@ -193,15 +189,14 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Conversion Date. @return Date for selecting conversion rate */ - public Timestamp getConversionDate () + public Timestamp getConversionDate() { return (Timestamp)get_Value(COLUMNNAME_ConversionDate); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -210,13 +205,14 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Group1. - @param Group1 Group1 */ + @param Group1 Group1 + */ public void setGroup1 (String Group1) { set_Value (COLUMNNAME_Group1, Group1); @@ -224,13 +220,14 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Group1. @return Group1 */ - public String getGroup1 () + public String getGroup1() { return (String)get_Value(COLUMNNAME_Group1); } /** Set Group2. - @param Group2 Group2 */ + @param Group2 Group2 + */ public void setGroup2 (String Group2) { set_Value (COLUMNNAME_Group2, Group2); @@ -238,15 +235,14 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Group2. @return Group2 */ - public String getGroup2 () + public String getGroup2() { return (String)get_Value(COLUMNNAME_Group2); } /** Set Ignore Current Vendor Flag. - @param IsIgnoreIsCurrentVendor - take all PO prices into account - */ + @param IsIgnoreIsCurrentVendor take all PO prices into account + */ public void setIsIgnoreIsCurrentVendor (boolean IsIgnoreIsCurrentVendor) { set_Value (COLUMNNAME_IsIgnoreIsCurrentVendor, Boolean.valueOf(IsIgnoreIsCurrentVendor)); @@ -255,7 +251,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Ignore Current Vendor Flag. @return take all PO prices into account */ - public boolean isIgnoreIsCurrentVendor () + public boolean isIgnoreIsCurrentVendor() { Object oo = get_Value(COLUMNNAME_IsIgnoreIsCurrentVendor); if (oo != null) @@ -268,9 +264,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Limit price Surcharge Amount. - @param Limit_AddAmt - Amount added to the converted/copied price before multiplying - */ + @param Limit_AddAmt Amount added to the converted/copied price before multiplying + */ public void setLimit_AddAmt (BigDecimal Limit_AddAmt) { set_Value (COLUMNNAME_Limit_AddAmt, Limit_AddAmt); @@ -279,7 +274,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Limit price Surcharge Amount. @return Amount added to the converted/copied price before multiplying */ - public BigDecimal getLimit_AddAmt () + public BigDecimal getLimit_AddAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Limit_AddAmt); if (bd == null) @@ -300,9 +295,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Limit (PO) Price = X */ public static final String LIMIT_BASE_LimitPOPrice = "X"; /** Set Limit price Base. - @param Limit_Base - Base price for calculation of the new price - */ + @param Limit_Base Base price for calculation of the new price + */ public void setLimit_Base (String Limit_Base) { @@ -312,15 +306,14 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Limit price Base. @return Base price for calculation of the new price */ - public String getLimit_Base () + public String getLimit_Base() { return (String)get_Value(COLUMNNAME_Limit_Base); } /** Set Limit price Discount %. - @param Limit_Discount - Discount in percent to be subtracted from base, if negative it will be added to base price - */ + @param Limit_Discount Discount in percent to be subtracted from base, if negative it will be added to base price + */ public void setLimit_Discount (BigDecimal Limit_Discount) { set_Value (COLUMNNAME_Limit_Discount, Limit_Discount); @@ -329,7 +322,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Limit price Discount %. @return Discount in percent to be subtracted from base, if negative it will be added to base price */ - public BigDecimal getLimit_Discount () + public BigDecimal getLimit_Discount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Limit_Discount); if (bd == null) @@ -338,9 +331,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Fixed Limit Price. - @param Limit_Fixed - Fixed Limit Price (not calculated) - */ + @param Limit_Fixed Fixed Limit Price (not calculated) + */ public void setLimit_Fixed (BigDecimal Limit_Fixed) { set_Value (COLUMNNAME_Limit_Fixed, Limit_Fixed); @@ -349,7 +341,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Fixed Limit Price. @return Fixed Limit Price (not calculated) */ - public BigDecimal getLimit_Fixed () + public BigDecimal getLimit_Fixed() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Limit_Fixed); if (bd == null) @@ -358,9 +350,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Limit price max Margin. - @param Limit_MaxAmt - Maximum difference to original limit price; ignored if zero - */ + @param Limit_MaxAmt Maximum difference to original limit price; ignored if zero + */ public void setLimit_MaxAmt (BigDecimal Limit_MaxAmt) { set_Value (COLUMNNAME_Limit_MaxAmt, Limit_MaxAmt); @@ -369,7 +360,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Limit price max Margin. @return Maximum difference to original limit price; ignored if zero */ - public BigDecimal getLimit_MaxAmt () + public BigDecimal getLimit_MaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Limit_MaxAmt); if (bd == null) @@ -378,9 +369,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Limit price min Margin. - @param Limit_MinAmt - Minimum difference to original limit price; ignored if zero - */ + @param Limit_MinAmt Minimum difference to original limit price; ignored if zero + */ public void setLimit_MinAmt (BigDecimal Limit_MinAmt) { set_Value (COLUMNNAME_Limit_MinAmt, Limit_MinAmt); @@ -389,7 +379,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Limit price min Margin. @return Minimum difference to original limit price; ignored if zero */ - public BigDecimal getLimit_MinAmt () + public BigDecimal getLimit_MinAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Limit_MinAmt); if (bd == null) @@ -420,9 +410,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Ten 10.00, 20.00, .. = T */ public static final String LIMIT_ROUNDING_Ten10002000 = "T"; /** Set Limit price Rounding. - @param Limit_Rounding - Rounding of the final result - */ + @param Limit_Rounding Rounding of the final result + */ public void setLimit_Rounding (String Limit_Rounding) { @@ -432,15 +421,14 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Limit price Rounding. @return Rounding of the final result */ - public String getLimit_Rounding () + public String getLimit_Rounding() { return (String)get_Value(COLUMNNAME_Limit_Rounding); } /** Set List price Surcharge Amount. - @param List_AddAmt - List Price Surcharge Amount - */ + @param List_AddAmt List Price Surcharge Amount + */ public void setList_AddAmt (BigDecimal List_AddAmt) { set_Value (COLUMNNAME_List_AddAmt, List_AddAmt); @@ -449,7 +437,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get List price Surcharge Amount. @return List Price Surcharge Amount */ - public BigDecimal getList_AddAmt () + public BigDecimal getList_AddAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_List_AddAmt); if (bd == null) @@ -470,9 +458,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Limit (PO) Price = X */ public static final String LIST_BASE_LimitPOPrice = "X"; /** Set List price Base. - @param List_Base - Price used as the basis for price list calculations - */ + @param List_Base Price used as the basis for price list calculations + */ public void setList_Base (String List_Base) { @@ -482,15 +469,14 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get List price Base. @return Price used as the basis for price list calculations */ - public String getList_Base () + public String getList_Base() { return (String)get_Value(COLUMNNAME_List_Base); } /** Set List price Discount %. - @param List_Discount - Discount from list price as a percentage - */ + @param List_Discount Discount from list price as a percentage + */ public void setList_Discount (BigDecimal List_Discount) { set_Value (COLUMNNAME_List_Discount, List_Discount); @@ -499,7 +485,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get List price Discount %. @return Discount from list price as a percentage */ - public BigDecimal getList_Discount () + public BigDecimal getList_Discount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_List_Discount); if (bd == null) @@ -508,9 +494,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Fixed List Price. - @param List_Fixed - Fixes List Price (not calculated) - */ + @param List_Fixed Fixes List Price (not calculated) + */ public void setList_Fixed (BigDecimal List_Fixed) { set_Value (COLUMNNAME_List_Fixed, List_Fixed); @@ -519,7 +504,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Fixed List Price. @return Fixes List Price (not calculated) */ - public BigDecimal getList_Fixed () + public BigDecimal getList_Fixed() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_List_Fixed); if (bd == null) @@ -528,9 +513,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set List price max Margin. - @param List_MaxAmt - Maximum margin for a product - */ + @param List_MaxAmt Maximum margin for a product + */ public void setList_MaxAmt (BigDecimal List_MaxAmt) { set_Value (COLUMNNAME_List_MaxAmt, List_MaxAmt); @@ -539,7 +523,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get List price max Margin. @return Maximum margin for a product */ - public BigDecimal getList_MaxAmt () + public BigDecimal getList_MaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_List_MaxAmt); if (bd == null) @@ -548,9 +532,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set List price min Margin. - @param List_MinAmt - Minimum margin for a product - */ + @param List_MinAmt Minimum margin for a product + */ public void setList_MinAmt (BigDecimal List_MinAmt) { set_Value (COLUMNNAME_List_MinAmt, List_MinAmt); @@ -559,7 +542,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get List price min Margin. @return Minimum margin for a product */ - public BigDecimal getList_MinAmt () + public BigDecimal getList_MinAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_List_MinAmt); if (bd == null) @@ -590,9 +573,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Ten 10.00, 20.00, .. = T */ public static final String LIST_ROUNDING_Ten10002000 = "T"; /** Set List price Rounding. - @param List_Rounding - Rounding rule for final list price - */ + @param List_Rounding Rounding rule for final list price + */ public void setList_Rounding (String List_Rounding) { @@ -602,7 +584,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get List price Rounding. @return Rounding rule for final list price */ - public String getList_Rounding () + public String getList_Rounding() { return (String)get_Value(COLUMNNAME_List_Rounding); } @@ -614,21 +596,20 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Discount Schema. - @param M_DiscountSchema_ID - Schema to calculate the trade discount percentage - */ + @param M_DiscountSchema_ID Schema to calculate the trade discount percentage + */ public void setM_DiscountSchema_ID (int M_DiscountSchema_ID) { - if (M_DiscountSchema_ID < 1) + if (M_DiscountSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DiscountSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DiscountSchema_ID, Integer.valueOf(M_DiscountSchema_ID)); } /** Get Discount Schema. @return Schema to calculate the trade discount percentage */ - public int getM_DiscountSchema_ID () + public int getM_DiscountSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DiscountSchema_ID); if (ii == null) @@ -637,21 +618,20 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Discount Pricelist. - @param M_DiscountSchemaLine_ID - Line of the pricelist trade discount schema - */ + @param M_DiscountSchemaLine_ID Line of the pricelist trade discount schema + */ public void setM_DiscountSchemaLine_ID (int M_DiscountSchemaLine_ID) { - if (M_DiscountSchemaLine_ID < 1) + if (M_DiscountSchemaLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DiscountSchemaLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DiscountSchemaLine_ID, Integer.valueOf(M_DiscountSchemaLine_ID)); } /** Get Discount Pricelist. @return Line of the pricelist trade discount schema */ - public int getM_DiscountSchemaLine_ID () + public int getM_DiscountSchemaLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DiscountSchemaLine_ID); if (ii == null) @@ -660,7 +640,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set M_DiscountSchemaLine_UU. - @param M_DiscountSchemaLine_UU M_DiscountSchemaLine_UU */ + @param M_DiscountSchemaLine_UU M_DiscountSchemaLine_UU + */ public void setM_DiscountSchemaLine_UU (String M_DiscountSchemaLine_UU) { set_Value (COLUMNNAME_M_DiscountSchemaLine_UU, M_DiscountSchemaLine_UU); @@ -668,7 +649,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get M_DiscountSchemaLine_UU. @return M_DiscountSchemaLine_UU */ - public String getM_DiscountSchemaLine_UU () + public String getM_DiscountSchemaLine_UU() { return (String)get_Value(COLUMNNAME_M_DiscountSchemaLine_UU); } @@ -680,21 +661,20 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -709,21 +689,20 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -732,9 +711,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -743,7 +721,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -760,9 +738,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Standard price Surcharge Amount. - @param Std_AddAmt - Amount added to a price as a surcharge - */ + @param Std_AddAmt Amount added to a price as a surcharge + */ public void setStd_AddAmt (BigDecimal Std_AddAmt) { set_Value (COLUMNNAME_Std_AddAmt, Std_AddAmt); @@ -771,7 +748,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Standard price Surcharge Amount. @return Amount added to a price as a surcharge */ - public BigDecimal getStd_AddAmt () + public BigDecimal getStd_AddAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Std_AddAmt); if (bd == null) @@ -792,9 +769,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Limit (PO) Price = X */ public static final String STD_BASE_LimitPOPrice = "X"; /** Set Standard price Base. - @param Std_Base - Base price for calculating new standard price - */ + @param Std_Base Base price for calculating new standard price + */ public void setStd_Base (String Std_Base) { @@ -804,15 +780,14 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Standard price Base. @return Base price for calculating new standard price */ - public String getStd_Base () + public String getStd_Base() { return (String)get_Value(COLUMNNAME_Std_Base); } /** Set Standard price Discount %. - @param Std_Discount - Discount percentage to subtract from base price - */ + @param Std_Discount Discount percentage to subtract from base price + */ public void setStd_Discount (BigDecimal Std_Discount) { set_Value (COLUMNNAME_Std_Discount, Std_Discount); @@ -821,7 +796,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Standard price Discount %. @return Discount percentage to subtract from base price */ - public BigDecimal getStd_Discount () + public BigDecimal getStd_Discount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Std_Discount); if (bd == null) @@ -830,9 +805,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Fixed Standard Price. - @param Std_Fixed - Fixed Standard Price (not calculated) - */ + @param Std_Fixed Fixed Standard Price (not calculated) + */ public void setStd_Fixed (BigDecimal Std_Fixed) { set_Value (COLUMNNAME_Std_Fixed, Std_Fixed); @@ -841,7 +815,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Fixed Standard Price. @return Fixed Standard Price (not calculated) */ - public BigDecimal getStd_Fixed () + public BigDecimal getStd_Fixed() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Std_Fixed); if (bd == null) @@ -850,9 +824,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Standard max Margin. - @param Std_MaxAmt - Maximum margin allowed for a product - */ + @param Std_MaxAmt Maximum margin allowed for a product + */ public void setStd_MaxAmt (BigDecimal Std_MaxAmt) { set_Value (COLUMNNAME_Std_MaxAmt, Std_MaxAmt); @@ -861,7 +834,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Standard max Margin. @return Maximum margin allowed for a product */ - public BigDecimal getStd_MaxAmt () + public BigDecimal getStd_MaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Std_MaxAmt); if (bd == null) @@ -870,9 +843,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine } /** Set Standard price min Margin. - @param Std_MinAmt - Minimum margin allowed for a product - */ + @param Std_MinAmt Minimum margin allowed for a product + */ public void setStd_MinAmt (BigDecimal Std_MinAmt) { set_Value (COLUMNNAME_Std_MinAmt, Std_MinAmt); @@ -881,7 +853,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Standard price min Margin. @return Minimum margin allowed for a product */ - public BigDecimal getStd_MinAmt () + public BigDecimal getStd_MinAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Std_MinAmt); if (bd == null) @@ -912,9 +884,8 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Ten 10.00, 20.00, .. = T */ public static final String STD_ROUNDING_Ten10002000 = "T"; /** Set Standard price Rounding. - @param Std_Rounding - Rounding rule for calculated price - */ + @param Std_Rounding Rounding rule for calculated price + */ public void setStd_Rounding (String Std_Rounding) { @@ -924,15 +895,14 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Standard price Rounding. @return Rounding rule for calculated price */ - public String getStd_Rounding () + public String getStd_Rounding() { return (String)get_Value(COLUMNNAME_Std_Rounding); } /** Set Partner Category. - @param VendorCategory - Product Category of the Business Partner - */ + @param VendorCategory Product Category of the Business Partner + */ public void setVendorCategory (String VendorCategory) { set_Value (COLUMNNAME_VendorCategory, VendorCategory); @@ -941,7 +911,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine /** Get Partner Category. @return Product Category of the Business Partner */ - public String getVendorCategory () + public String getVendorCategory() { return (String)get_Value(COLUMNNAME_VendorCategory); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DistributionList.java b/org.adempiere.base/src/org/compiere/model/X_M_DistributionList.java index 566f8d894d..428e9f5bd5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DistributionList.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DistributionList.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_DistributionList * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_DistributionList") public class X_M_DistributionList extends PO implements I_M_DistributionList, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_DistributionList extends PO implements I_M_DistributionList, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_DistributionList (Properties ctx, int M_DistributionList_ID, String trxName) @@ -75,9 +75,8 @@ public class X_M_DistributionList extends PO implements I_M_DistributionList, I_ } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -86,15 +85,14 @@ public class X_M_DistributionList extends PO implements I_M_DistributionList, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -103,27 +101,26 @@ public class X_M_DistributionList extends PO implements I_M_DistributionList, I_ /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Distribution List. - @param M_DistributionList_ID - Distribution Lists allow to distribute products to a selected list of partners - */ + @param M_DistributionList_ID Distribution Lists allow to distribute products to a selected list of partners + */ public void setM_DistributionList_ID (int M_DistributionList_ID) { - if (M_DistributionList_ID < 1) + if (M_DistributionList_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DistributionList_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DistributionList_ID, Integer.valueOf(M_DistributionList_ID)); } /** Get Distribution List. @return Distribution Lists allow to distribute products to a selected list of partners */ - public int getM_DistributionList_ID () + public int getM_DistributionList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DistributionList_ID); if (ii == null) @@ -132,7 +129,8 @@ public class X_M_DistributionList extends PO implements I_M_DistributionList, I_ } /** Set M_DistributionList_UU. - @param M_DistributionList_UU M_DistributionList_UU */ + @param M_DistributionList_UU M_DistributionList_UU + */ public void setM_DistributionList_UU (String M_DistributionList_UU) { set_Value (COLUMNNAME_M_DistributionList_UU, M_DistributionList_UU); @@ -140,15 +138,14 @@ public class X_M_DistributionList extends PO implements I_M_DistributionList, I_ /** Get M_DistributionList_UU. @return M_DistributionList_UU */ - public String getM_DistributionList_UU () + public String getM_DistributionList_UU() { return (String)get_Value(COLUMNNAME_M_DistributionList_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -157,7 +154,7 @@ public class X_M_DistributionList extends PO implements I_M_DistributionList, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -171,7 +168,8 @@ public class X_M_DistributionList extends PO implements I_M_DistributionList, I_ } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -179,7 +177,7 @@ public class X_M_DistributionList extends PO implements I_M_DistributionList, I_ /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -192,9 +190,8 @@ public class X_M_DistributionList extends PO implements I_M_DistributionList, I_ } /** Set Total Ratio. - @param RatioTotal - Total of relative weight in a distribution - */ + @param RatioTotal Total of relative weight in a distribution + */ public void setRatioTotal (BigDecimal RatioTotal) { set_Value (COLUMNNAME_RatioTotal, RatioTotal); @@ -203,7 +200,7 @@ public class X_M_DistributionList extends PO implements I_M_DistributionList, I_ /** Get Total Ratio. @return Total of relative weight in a distribution */ - public BigDecimal getRatioTotal () + public BigDecimal getRatioTotal() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RatioTotal); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DistributionListLine.java b/org.adempiere.base/src/org/compiere/model/X_M_DistributionListLine.java index 80efc741de..7fa8212499 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DistributionListLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DistributionListLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_DistributionListLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_DistributionListLine") public class X_M_DistributionListLine extends PO implements I_M_DistributionListLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_DistributionListLine (Properties ctx, int M_DistributionListLine_ID, String trxName) @@ -83,22 +83,21 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -113,21 +112,20 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -136,9 +134,8 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -147,7 +144,7 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -159,21 +156,20 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList } /** Set Distribution List. - @param M_DistributionList_ID - Distribution Lists allow to distribute products to a selected list of partners - */ + @param M_DistributionList_ID Distribution Lists allow to distribute products to a selected list of partners + */ public void setM_DistributionList_ID (int M_DistributionList_ID) { - if (M_DistributionList_ID < 1) + if (M_DistributionList_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DistributionList_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DistributionList_ID, Integer.valueOf(M_DistributionList_ID)); } /** Get Distribution List. @return Distribution Lists allow to distribute products to a selected list of partners */ - public int getM_DistributionList_ID () + public int getM_DistributionList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DistributionList_ID); if (ii == null) @@ -190,21 +186,20 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList } /** Set Distribution List Line. - @param M_DistributionListLine_ID - Distribution List Line with Business Partner and Quantity/Percentage - */ + @param M_DistributionListLine_ID Distribution List Line with Business Partner and Quantity/Percentage + */ public void setM_DistributionListLine_ID (int M_DistributionListLine_ID) { - if (M_DistributionListLine_ID < 1) + if (M_DistributionListLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DistributionListLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DistributionListLine_ID, Integer.valueOf(M_DistributionListLine_ID)); } /** Get Distribution List Line. @return Distribution List Line with Business Partner and Quantity/Percentage */ - public int getM_DistributionListLine_ID () + public int getM_DistributionListLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DistributionListLine_ID); if (ii == null) @@ -213,7 +208,8 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList } /** Set M_DistributionListLine_UU. - @param M_DistributionListLine_UU M_DistributionListLine_UU */ + @param M_DistributionListLine_UU M_DistributionListLine_UU + */ public void setM_DistributionListLine_UU (String M_DistributionListLine_UU) { set_Value (COLUMNNAME_M_DistributionListLine_UU, M_DistributionListLine_UU); @@ -221,15 +217,14 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList /** Get M_DistributionListLine_UU. @return M_DistributionListLine_UU */ - public String getM_DistributionListLine_UU () + public String getM_DistributionListLine_UU() { return (String)get_Value(COLUMNNAME_M_DistributionListLine_UU); } /** Set Minimum Quantity. - @param MinQty - Minimum quantity for the business partner - */ + @param MinQty Minimum quantity for the business partner + */ public void setMinQty (BigDecimal MinQty) { set_Value (COLUMNNAME_MinQty, MinQty); @@ -238,7 +233,7 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList /** Get Minimum Quantity. @return Minimum quantity for the business partner */ - public BigDecimal getMinQty () + public BigDecimal getMinQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MinQty); if (bd == null) @@ -247,9 +242,8 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList } /** Set Ratio. - @param Ratio - Relative Ratio for Distributions - */ + @param Ratio Relative Ratio for Distributions + */ public void setRatio (BigDecimal Ratio) { set_Value (COLUMNNAME_Ratio, Ratio); @@ -258,7 +252,7 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList /** Get Ratio. @return Relative Ratio for Distributions */ - public BigDecimal getRatio () + public BigDecimal getRatio() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Ratio); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DistributionRun.java b/org.adempiere.base/src/org/compiere/model/X_M_DistributionRun.java index 2afb582fb2..d40d00cd9d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DistributionRun.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DistributionRun.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_DistributionRun * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_DistributionRun") public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_DistributionRun (Properties ctx, int M_DistributionRun_ID, String trxName) @@ -80,22 +80,21 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -133,9 +131,8 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -144,15 +141,14 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Create Single Order. - @param IsCreateSingleOrder - For all shipments create one Order - */ + @param IsCreateSingleOrder For all shipments create one Order + */ public void setIsCreateSingleOrder (boolean IsCreateSingleOrder) { set_Value (COLUMNNAME_IsCreateSingleOrder, Boolean.valueOf(IsCreateSingleOrder)); @@ -161,7 +157,7 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe /** Get Create Single Order. @return For all shipments create one Order */ - public boolean isCreateSingleOrder () + public boolean isCreateSingleOrder() { Object oo = get_Value(COLUMNNAME_IsCreateSingleOrder); if (oo != null) @@ -174,21 +170,20 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe } /** Set Distribution Run. - @param M_DistributionRun_ID - Distribution Run create Orders to distribute products to a selected list of partners - */ + @param M_DistributionRun_ID Distribution Run create Orders to distribute products to a selected list of partners + */ public void setM_DistributionRun_ID (int M_DistributionRun_ID) { - if (M_DistributionRun_ID < 1) + if (M_DistributionRun_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DistributionRun_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DistributionRun_ID, Integer.valueOf(M_DistributionRun_ID)); } /** Get Distribution Run. @return Distribution Run create Orders to distribute products to a selected list of partners */ - public int getM_DistributionRun_ID () + public int getM_DistributionRun_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DistributionRun_ID); if (ii == null) @@ -197,7 +192,8 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe } /** Set M_DistributionRun_UU. - @param M_DistributionRun_UU M_DistributionRun_UU */ + @param M_DistributionRun_UU M_DistributionRun_UU + */ public void setM_DistributionRun_UU (String M_DistributionRun_UU) { set_Value (COLUMNNAME_M_DistributionRun_UU, M_DistributionRun_UU); @@ -205,15 +201,14 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe /** Get M_DistributionRun_UU. @return M_DistributionRun_UU */ - public String getM_DistributionRun_UU () + public String getM_DistributionRun_UU() { return (String)get_Value(COLUMNNAME_M_DistributionRun_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -222,7 +217,7 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -236,7 +231,8 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -244,7 +240,7 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DistributionRunLine.java b/org.adempiere.base/src/org/compiere/model/X_M_DistributionRunLine.java index 9dbe259b40..3751253522 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DistributionRunLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DistributionRunLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_DistributionRunLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_DistributionRunLine") public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_DistributionRunLine (Properties ctx, int M_DistributionRunLine_ID, String trxName) @@ -82,9 +82,8 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -93,15 +92,14 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -110,7 +108,7 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -125,21 +123,20 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi } /** Set Distribution List. - @param M_DistributionList_ID - Distribution Lists allow to distribute products to a selected list of partners - */ + @param M_DistributionList_ID Distribution Lists allow to distribute products to a selected list of partners + */ public void setM_DistributionList_ID (int M_DistributionList_ID) { - if (M_DistributionList_ID < 1) + if (M_DistributionList_ID < 1) set_Value (COLUMNNAME_M_DistributionList_ID, null); - else + else set_Value (COLUMNNAME_M_DistributionList_ID, Integer.valueOf(M_DistributionList_ID)); } /** Get Distribution List. @return Distribution Lists allow to distribute products to a selected list of partners */ - public int getM_DistributionList_ID () + public int getM_DistributionList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DistributionList_ID); if (ii == null) @@ -154,21 +151,20 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi } /** Set Distribution Run. - @param M_DistributionRun_ID - Distribution Run create Orders to distribute products to a selected list of partners - */ + @param M_DistributionRun_ID Distribution Run create Orders to distribute products to a selected list of partners + */ public void setM_DistributionRun_ID (int M_DistributionRun_ID) { - if (M_DistributionRun_ID < 1) + if (M_DistributionRun_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DistributionRun_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DistributionRun_ID, Integer.valueOf(M_DistributionRun_ID)); } /** Get Distribution Run. @return Distribution Run create Orders to distribute products to a selected list of partners */ - public int getM_DistributionRun_ID () + public int getM_DistributionRun_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DistributionRun_ID); if (ii == null) @@ -185,21 +181,20 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi } /** Set Distribution Run Line. - @param M_DistributionRunLine_ID - Distribution Run Lines define Distribution List, the Product and Quantities - */ + @param M_DistributionRunLine_ID Distribution Run Lines define Distribution List, the Product and Quantities + */ public void setM_DistributionRunLine_ID (int M_DistributionRunLine_ID) { - if (M_DistributionRunLine_ID < 1) + if (M_DistributionRunLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DistributionRunLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DistributionRunLine_ID, Integer.valueOf(M_DistributionRunLine_ID)); } /** Get Distribution Run Line. @return Distribution Run Lines define Distribution List, the Product and Quantities */ - public int getM_DistributionRunLine_ID () + public int getM_DistributionRunLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DistributionRunLine_ID); if (ii == null) @@ -208,7 +203,8 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi } /** Set M_DistributionRunLine_UU. - @param M_DistributionRunLine_UU M_DistributionRunLine_UU */ + @param M_DistributionRunLine_UU M_DistributionRunLine_UU + */ public void setM_DistributionRunLine_UU (String M_DistributionRunLine_UU) { set_Value (COLUMNNAME_M_DistributionRunLine_UU, M_DistributionRunLine_UU); @@ -216,15 +212,14 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi /** Get M_DistributionRunLine_UU. @return M_DistributionRunLine_UU */ - public String getM_DistributionRunLine_UU () + public String getM_DistributionRunLine_UU() { return (String)get_Value(COLUMNNAME_M_DistributionRunLine_UU); } /** Set Minimum Quantity. - @param MinQty - Minimum quantity for the business partner - */ + @param MinQty Minimum quantity for the business partner + */ public void setMinQty (BigDecimal MinQty) { set_Value (COLUMNNAME_MinQty, MinQty); @@ -233,7 +228,7 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi /** Get Minimum Quantity. @return Minimum quantity for the business partner */ - public BigDecimal getMinQty () + public BigDecimal getMinQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MinQty); if (bd == null) @@ -248,21 +243,20 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -271,9 +265,8 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi } /** Set Total Quantity. - @param TotalQty - Total Quantity - */ + @param TotalQty Total Quantity + */ public void setTotalQty (BigDecimal TotalQty) { set_Value (COLUMNNAME_TotalQty, TotalQty); @@ -282,7 +275,7 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi /** Get Total Quantity. @return Total Quantity */ - public BigDecimal getTotalQty () + public BigDecimal getTotalQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalQty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Forecast.java b/org.adempiere.base/src/org/compiere/model/X_M_Forecast.java index 8c2f91cde2..6676136f4b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Forecast.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Forecast.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Forecast * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Forecast") public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Forecast (Properties ctx, int M_Forecast_ID, String trxName) @@ -82,21 +82,20 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent } /** Set Calendar. - @param C_Calendar_ID - Accounting Calendar Name - */ + @param C_Calendar_ID Accounting Calendar Name + */ public void setC_Calendar_ID (int C_Calendar_ID) { - if (C_Calendar_ID < 1) + if (C_Calendar_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Calendar_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Calendar_ID, Integer.valueOf(C_Calendar_ID)); } /** Get Calendar. @return Accounting Calendar Name */ - public int getC_Calendar_ID () + public int getC_Calendar_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Calendar_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent } /** Set Year. - @param C_Year_ID - Calendar Year - */ + @param C_Year_ID Calendar Year + */ public void setC_Year_ID (int C_Year_ID) { - if (C_Year_ID < 1) + if (C_Year_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Year_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Year_ID, Integer.valueOf(C_Year_ID)); } /** Get Year. @return Calendar Year */ - public int getC_Year_ID () + public int getC_Year_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Year_ID); if (ii == null) @@ -134,9 +132,8 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -145,15 +142,14 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -162,15 +158,14 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -179,7 +174,7 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -192,21 +187,20 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent } /** Set Forecast. - @param M_Forecast_ID - Material Forecast - */ + @param M_Forecast_ID Material Forecast + */ public void setM_Forecast_ID (int M_Forecast_ID) { - if (M_Forecast_ID < 1) + if (M_Forecast_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Forecast_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Forecast_ID, Integer.valueOf(M_Forecast_ID)); } /** Get Forecast. @return Material Forecast */ - public int getM_Forecast_ID () + public int getM_Forecast_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Forecast_ID); if (ii == null) @@ -215,7 +209,8 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent } /** Set M_Forecast_UU. - @param M_Forecast_UU M_Forecast_UU */ + @param M_Forecast_UU M_Forecast_UU + */ public void setM_Forecast_UU (String M_Forecast_UU) { set_Value (COLUMNNAME_M_Forecast_UU, M_Forecast_UU); @@ -223,7 +218,7 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent /** Get M_Forecast_UU. @return M_Forecast_UU */ - public String getM_Forecast_UU () + public String getM_Forecast_UU() { return (String)get_Value(COLUMNNAME_M_Forecast_UU); } @@ -235,21 +230,20 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_Value (COLUMNNAME_M_PriceList_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -258,9 +252,8 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -269,7 +262,7 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -283,7 +276,8 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -291,7 +285,7 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ForecastLine.java b/org.adempiere.base/src/org/compiere/model/X_M_ForecastLine.java index 3d415aa22b..b77f7e7f33 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ForecastLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ForecastLine.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ForecastLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ForecastLine") public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ForecastLine (Properties ctx, int M_ForecastLine_ID, String trxName) @@ -89,21 +89,20 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Period_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -120,9 +119,8 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste } /** Set Date Promised. - @param DatePromised - Date Order was promised - */ + @param DatePromised Date Order was promised + */ public void setDatePromised (Timestamp DatePromised) { set_Value (COLUMNNAME_DatePromised, DatePromised); @@ -131,7 +129,7 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste /** Get Date Promised. @return Date Order was promised */ - public Timestamp getDatePromised () + public Timestamp getDatePromised() { return (Timestamp)get_Value(COLUMNNAME_DatePromised); } @@ -143,21 +141,20 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste } /** Set Forecast. - @param M_Forecast_ID - Material Forecast - */ + @param M_Forecast_ID Material Forecast + */ public void setM_Forecast_ID (int M_Forecast_ID) { - if (M_Forecast_ID < 1) + if (M_Forecast_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Forecast_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Forecast_ID, Integer.valueOf(M_Forecast_ID)); } /** Get Forecast. @return Material Forecast */ - public int getM_Forecast_ID () + public int getM_Forecast_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Forecast_ID); if (ii == null) @@ -166,21 +163,20 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste } /** Set Forecast Line. - @param M_ForecastLine_ID - Forecast Line - */ + @param M_ForecastLine_ID Forecast Line + */ public void setM_ForecastLine_ID (int M_ForecastLine_ID) { - if (M_ForecastLine_ID < 1) + if (M_ForecastLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ForecastLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ForecastLine_ID, Integer.valueOf(M_ForecastLine_ID)); } /** Get Forecast Line. @return Forecast Line */ - public int getM_ForecastLine_ID () + public int getM_ForecastLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ForecastLine_ID); if (ii == null) @@ -189,7 +185,8 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste } /** Set M_ForecastLine_UU. - @param M_ForecastLine_UU M_ForecastLine_UU */ + @param M_ForecastLine_UU M_ForecastLine_UU + */ public void setM_ForecastLine_UU (String M_ForecastLine_UU) { set_Value (COLUMNNAME_M_ForecastLine_UU, M_ForecastLine_UU); @@ -197,7 +194,7 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste /** Get M_ForecastLine_UU. @return M_ForecastLine_UU */ - public String getM_ForecastLine_UU () + public String getM_ForecastLine_UU() { return (String)get_Value(COLUMNNAME_M_ForecastLine_UU); } @@ -209,21 +206,20 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -238,21 +234,20 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -261,9 +256,8 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -272,7 +266,7 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -281,9 +275,8 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste } /** Set Calculated Quantity. - @param QtyCalculated - Calculated Quantity - */ + @param QtyCalculated Calculated Quantity + */ public void setQtyCalculated (BigDecimal QtyCalculated) { set_Value (COLUMNNAME_QtyCalculated, QtyCalculated); @@ -292,7 +285,7 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste /** Get Calculated Quantity. @return Calculated Quantity */ - public BigDecimal getQtyCalculated () + public BigDecimal getQtyCalculated() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyCalculated); if (bd == null) @@ -307,21 +300,20 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Freight.java b/org.adempiere.base/src/org/compiere/model/X_M_Freight.java index 48ee655524..66f40922d4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Freight.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Freight.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Freight * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Freight") public class X_M_Freight extends PO implements I_M_Freight, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Freight (Properties ctx, int M_Freight_ID, String trxName) @@ -86,21 +86,20 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent } /** Set Country. - @param C_Country_ID - Country - */ + @param C_Country_ID Country + */ public void setC_Country_ID (int C_Country_ID) { - if (C_Country_ID < 1) + if (C_Country_ID < 1) set_Value (COLUMNNAME_C_Country_ID, null); - else + else set_Value (COLUMNNAME_C_Country_ID, Integer.valueOf(C_Country_ID)); } /** Get Country. @return Country */ - public int getC_Country_ID () + public int getC_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Country_ID); if (ii == null) @@ -115,21 +114,20 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -144,21 +142,20 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent } /** Set Region. - @param C_Region_ID - Identifies a geographical Region - */ + @param C_Region_ID Identifies a geographical Region + */ public void setC_Region_ID (int C_Region_ID) { - if (C_Region_ID < 1) + if (C_Region_ID < 1) set_Value (COLUMNNAME_C_Region_ID, null); - else + else set_Value (COLUMNNAME_C_Region_ID, Integer.valueOf(C_Region_ID)); } /** Get Region. @return Identifies a geographical Region */ - public int getC_Region_ID () + public int getC_Region_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Region_ID); if (ii == null) @@ -167,9 +164,8 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent } /** Set Freight Amount. - @param FreightAmt - Freight Amount - */ + @param FreightAmt Freight Amount + */ public void setFreightAmt (BigDecimal FreightAmt) { set_Value (COLUMNNAME_FreightAmt, FreightAmt); @@ -178,7 +174,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent /** Get Freight Amount. @return Freight Amount */ - public BigDecimal getFreightAmt () + public BigDecimal getFreightAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FreightAmt); if (bd == null) @@ -187,7 +183,8 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent } /** Set Max Dimension. - @param MaxDimension Max Dimension */ + @param MaxDimension Max Dimension + */ public void setMaxDimension (BigDecimal MaxDimension) { set_Value (COLUMNNAME_MaxDimension, MaxDimension); @@ -195,7 +192,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent /** Get Max Dimension. @return Max Dimension */ - public BigDecimal getMaxDimension () + public BigDecimal getMaxDimension() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MaxDimension); if (bd == null) @@ -204,7 +201,8 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent } /** Set Max Weight. - @param MaxWeight Max Weight */ + @param MaxWeight Max Weight + */ public void setMaxWeight (BigDecimal MaxWeight) { set_Value (COLUMNNAME_MaxWeight, MaxWeight); @@ -212,7 +210,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent /** Get Max Weight. @return Max Weight */ - public BigDecimal getMaxWeight () + public BigDecimal getMaxWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MaxWeight); if (bd == null) @@ -227,21 +225,20 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent } /** Set Freight Category. - @param M_FreightCategory_ID - Category of the Freight - */ + @param M_FreightCategory_ID Category of the Freight + */ public void setM_FreightCategory_ID (int M_FreightCategory_ID) { - if (M_FreightCategory_ID < 1) + if (M_FreightCategory_ID < 1) set_Value (COLUMNNAME_M_FreightCategory_ID, null); - else + else set_Value (COLUMNNAME_M_FreightCategory_ID, Integer.valueOf(M_FreightCategory_ID)); } /** Get Freight Category. @return Category of the Freight */ - public int getM_FreightCategory_ID () + public int getM_FreightCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_FreightCategory_ID); if (ii == null) @@ -250,21 +247,20 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent } /** Set Freight. - @param M_Freight_ID - Freight Rate - */ + @param M_Freight_ID Freight Rate + */ public void setM_Freight_ID (int M_Freight_ID) { - if (M_Freight_ID < 1) + if (M_Freight_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Freight_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Freight_ID, Integer.valueOf(M_Freight_ID)); } /** Get Freight. @return Freight Rate */ - public int getM_Freight_ID () + public int getM_Freight_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Freight_ID); if (ii == null) @@ -273,7 +269,8 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent } /** Set M_Freight_UU. - @param M_Freight_UU M_Freight_UU */ + @param M_Freight_UU M_Freight_UU + */ public void setM_Freight_UU (String M_Freight_UU) { set_Value (COLUMNNAME_M_Freight_UU, M_Freight_UU); @@ -281,7 +278,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent /** Get M_Freight_UU. @return M_Freight_UU */ - public String getM_Freight_UU () + public String getM_Freight_UU() { return (String)get_Value(COLUMNNAME_M_Freight_UU); } @@ -293,21 +290,20 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Shipper_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -324,21 +320,20 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent } /** Set To. - @param To_Country_ID - Receiving Country - */ + @param To_Country_ID Receiving Country + */ public void setTo_Country_ID (int To_Country_ID) { - if (To_Country_ID < 1) + if (To_Country_ID < 1) set_Value (COLUMNNAME_To_Country_ID, null); - else + else set_Value (COLUMNNAME_To_Country_ID, Integer.valueOf(To_Country_ID)); } /** Get To. @return Receiving Country */ - public int getTo_Country_ID () + public int getTo_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_To_Country_ID); if (ii == null) @@ -353,21 +348,20 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent } /** Set To. - @param To_Region_ID - Receiving Region - */ + @param To_Region_ID Receiving Region + */ public void setTo_Region_ID (int To_Region_ID) { - if (To_Region_ID < 1) + if (To_Region_ID < 1) set_Value (COLUMNNAME_To_Region_ID, null); - else + else set_Value (COLUMNNAME_To_Region_ID, Integer.valueOf(To_Region_ID)); } /** Get To. @return Receiving Region */ - public int getTo_Region_ID () + public int getTo_Region_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_To_Region_ID); if (ii == null) @@ -376,9 +370,8 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -387,7 +380,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_FreightCategory.java b/org.adempiere.base/src/org/compiere/model/X_M_FreightCategory.java index 1c34990937..f3b0d4e2fc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_FreightCategory.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_FreightCategory.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_FreightCategory * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_FreightCategory") public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_FreightCategory (Properties ctx, int M_FreightCategory_ID, String trxName) @@ -74,9 +74,8 @@ public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Pe } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,15 +84,14 @@ public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -102,27 +100,26 @@ public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Pe /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Freight Category. - @param M_FreightCategory_ID - Category of the Freight - */ + @param M_FreightCategory_ID Category of the Freight + */ public void setM_FreightCategory_ID (int M_FreightCategory_ID) { - if (M_FreightCategory_ID < 1) + if (M_FreightCategory_ID < 1) set_ValueNoCheck (COLUMNNAME_M_FreightCategory_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_FreightCategory_ID, Integer.valueOf(M_FreightCategory_ID)); } /** Get Freight Category. @return Category of the Freight */ - public int getM_FreightCategory_ID () + public int getM_FreightCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_FreightCategory_ID); if (ii == null) @@ -131,7 +128,8 @@ public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Pe } /** Set M_FreightCategory_UU. - @param M_FreightCategory_UU M_FreightCategory_UU */ + @param M_FreightCategory_UU M_FreightCategory_UU + */ public void setM_FreightCategory_UU (String M_FreightCategory_UU) { set_Value (COLUMNNAME_M_FreightCategory_UU, M_FreightCategory_UU); @@ -139,15 +137,14 @@ public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Pe /** Get M_FreightCategory_UU. @return M_FreightCategory_UU */ - public String getM_FreightCategory_UU () + public String getM_FreightCategory_UU() { return (String)get_Value(COLUMNNAME_M_FreightCategory_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -156,7 +153,7 @@ public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -170,9 +167,8 @@ public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Pe } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -181,7 +177,7 @@ public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Pe /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InOut.java b/org.adempiere.base/src/org/compiere/model/X_M_InOut.java index 87acd0ccfb..62fb6af672 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InOut.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InOut.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_InOut * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_InOut") public class X_M_InOut extends PO implements I_M_InOut, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_InOut (Properties ctx, int M_InOut_ID, String trxName) @@ -108,21 +108,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -137,21 +136,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -166,21 +164,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -194,22 +191,21 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -224,21 +220,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -253,21 +248,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -282,21 +276,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -311,21 +304,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_ValueNoCheck (COLUMNNAME_C_DocType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -334,9 +326,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Charge amount. - @param ChargeAmt - Charge Amount - */ + @param ChargeAmt Charge Amount + */ public void setChargeAmt (BigDecimal ChargeAmt) { set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); @@ -345,7 +336,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Charge amount. @return Charge Amount */ - public BigDecimal getChargeAmt () + public BigDecimal getChargeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); if (bd == null) @@ -360,21 +351,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -389,21 +379,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -418,21 +407,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -441,7 +429,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Create Confirm. - @param CreateConfirm Create Confirm */ + @param CreateConfirm Create Confirm + */ public void setCreateConfirm (String CreateConfirm) { set_Value (COLUMNNAME_CreateConfirm, CreateConfirm); @@ -449,15 +438,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Create Confirm. @return Create Confirm */ - public String getCreateConfirm () + public String getCreateConfirm() { return (String)get_Value(COLUMNNAME_CreateConfirm); } /** Set Create lines from. - @param CreateFrom - Process which will generate a new document lines based on an existing document - */ + @param CreateFrom Process which will generate a new document lines based on an existing document + */ public void setCreateFrom (String CreateFrom) { set_Value (COLUMNNAME_CreateFrom, CreateFrom); @@ -466,13 +454,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Create lines from. @return Process which will generate a new document lines based on an existing document */ - public String getCreateFrom () + public String getCreateFrom() { return (String)get_Value(COLUMNNAME_CreateFrom); } /** Set Create Package. - @param CreatePackage Create Package */ + @param CreatePackage Create Package + */ public void setCreatePackage (String CreatePackage) { set_Value (COLUMNNAME_CreatePackage, CreatePackage); @@ -480,15 +469,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Create Package. @return Create Package */ - public String getCreatePackage () + public String getCreatePackage() { return (String)get_Value(COLUMNNAME_CreatePackage); } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -497,15 +485,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Date Ordered. - @param DateOrdered - Date of Order - */ + @param DateOrdered Date of Order + */ public void setDateOrdered (Timestamp DateOrdered) { set_ValueNoCheck (COLUMNNAME_DateOrdered, DateOrdered); @@ -514,15 +501,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Date Ordered. @return Date of Order */ - public Timestamp getDateOrdered () + public Timestamp getDateOrdered() { return (Timestamp)get_Value(COLUMNNAME_DateOrdered); } /** Set Date printed. - @param DatePrinted - Date the document was printed. - */ + @param DatePrinted Date the document was printed. + */ public void setDatePrinted (Timestamp DatePrinted) { set_Value (COLUMNNAME_DatePrinted, DatePrinted); @@ -531,15 +517,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Date printed. @return Date the document was printed. */ - public Timestamp getDatePrinted () + public Timestamp getDatePrinted() { return (Timestamp)get_Value(COLUMNNAME_DatePrinted); } /** Set Date received. - @param DateReceived - Date a product was received - */ + @param DateReceived Date a product was received + */ public void setDateReceived (Timestamp DateReceived) { set_Value (COLUMNNAME_DateReceived, DateReceived); @@ -548,7 +533,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Date received. @return Date a product was received */ - public Timestamp getDateReceived () + public Timestamp getDateReceived() { return (Timestamp)get_Value(COLUMNNAME_DateReceived); } @@ -568,9 +553,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** After Payment = R */ public static final String DELIVERYRULE_AfterPayment = "R"; /** Set Delivery Rule. - @param DeliveryRule - Defines the timing of Delivery - */ + @param DeliveryRule Defines the timing of Delivery + */ public void setDeliveryRule (String DeliveryRule) { @@ -580,7 +564,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Delivery Rule. @return Defines the timing of Delivery */ - public String getDeliveryRule () + public String getDeliveryRule() { return (String)get_Value(COLUMNNAME_DeliveryRule); } @@ -594,9 +578,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Shipper = S */ public static final String DELIVERYVIARULE_Shipper = "S"; /** Set Delivery Via. - @param DeliveryViaRule - How the order will be delivered - */ + @param DeliveryViaRule How the order will be delivered + */ public void setDeliveryViaRule (String DeliveryViaRule) { @@ -606,15 +589,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Delivery Via. @return How the order will be delivered */ - public String getDeliveryViaRule () + public String getDeliveryViaRule() { return (String)get_Value(COLUMNNAME_DeliveryViaRule); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -623,14 +605,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -659,9 +641,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -671,7 +652,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -703,9 +684,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -715,15 +695,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_ValueNoCheck (COLUMNNAME_DocumentNo, DocumentNo); @@ -732,7 +711,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -752,21 +731,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Drop Ship Business Partner. - @param DropShip_BPartner_ID - Business Partner to ship to - */ + @param DropShip_BPartner_ID Business Partner to ship to + */ public void setDropShip_BPartner_ID (int DropShip_BPartner_ID) { - if (DropShip_BPartner_ID < 1) + if (DropShip_BPartner_ID < 1) set_Value (COLUMNNAME_DropShip_BPartner_ID, null); - else + else set_Value (COLUMNNAME_DropShip_BPartner_ID, Integer.valueOf(DropShip_BPartner_ID)); } /** Get Drop Ship Business Partner. @return Business Partner to ship to */ - public int getDropShip_BPartner_ID () + public int getDropShip_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DropShip_BPartner_ID); if (ii == null) @@ -781,21 +759,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Drop Shipment Location. - @param DropShip_Location_ID - Business Partner Location for shipping to - */ + @param DropShip_Location_ID Business Partner Location for shipping to + */ public void setDropShip_Location_ID (int DropShip_Location_ID) { - if (DropShip_Location_ID < 1) + if (DropShip_Location_ID < 1) set_Value (COLUMNNAME_DropShip_Location_ID, null); - else + else set_Value (COLUMNNAME_DropShip_Location_ID, Integer.valueOf(DropShip_Location_ID)); } /** Get Drop Shipment Location. @return Business Partner Location for shipping to */ - public int getDropShip_Location_ID () + public int getDropShip_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DropShip_Location_ID); if (ii == null) @@ -810,21 +787,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Drop Shipment Contact. - @param DropShip_User_ID - Business Partner Contact for drop shipment - */ + @param DropShip_User_ID Business Partner Contact for drop shipment + */ public void setDropShip_User_ID (int DropShip_User_ID) { - if (DropShip_User_ID < 1) + if (DropShip_User_ID < 1) set_Value (COLUMNNAME_DropShip_User_ID, null); - else + else set_Value (COLUMNNAME_DropShip_User_ID, Integer.valueOf(DropShip_User_ID)); } /** Get Drop Shipment Contact. @return Business Partner Contact for drop shipment */ - public int getDropShip_User_ID () + public int getDropShip_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DropShip_User_ID); if (ii == null) @@ -867,7 +843,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** FOB - Free on Board (FedEx) = FOB */ public static final String FOB_FOB_FreeOnBoardFedEx = "FOB"; /** Set Freight Terms. - @param FOB Freight Terms */ + @param FOB Freight Terms + */ public void setFOB (String FOB) { @@ -876,15 +853,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Freight Terms. @return Freight Terms */ - public String getFOB () + public String getFOB() { return (String)get_Value(COLUMNNAME_FOB); } /** Set Freight Amount. - @param FreightAmt - Freight Amount - */ + @param FreightAmt Freight Amount + */ public void setFreightAmt (BigDecimal FreightAmt) { set_Value (COLUMNNAME_FreightAmt, FreightAmt); @@ -893,7 +869,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Freight Amount. @return Freight Amount */ - public BigDecimal getFreightAmt () + public BigDecimal getFreightAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FreightAmt); if (bd == null) @@ -914,7 +890,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Prepaid and Bill = E_PPB */ public static final String FREIGHTCHARGES_PrepaidAndBill = "E_PPB"; /** Set Freight Charges. - @param FreightCharges Freight Charges */ + @param FreightCharges Freight Charges + */ public void setFreightCharges (String FreightCharges) { @@ -923,7 +900,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Freight Charges. @return Freight Charges */ - public String getFreightCharges () + public String getFreightCharges() { return (String)get_Value(COLUMNNAME_FreightCharges); } @@ -939,9 +916,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Line = L */ public static final String FREIGHTCOSTRULE_Line = "L"; /** Set Freight Cost Rule. - @param FreightCostRule - Method for charging Freight - */ + @param FreightCostRule Method for charging Freight + */ public void setFreightCostRule (String FreightCostRule) { @@ -951,15 +927,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Freight Cost Rule. @return Method for charging Freight */ - public String getFreightCostRule () + public String getFreightCostRule() { return (String)get_Value(COLUMNNAME_FreightCostRule); } /** Set Generate To. - @param GenerateTo - Generate To - */ + @param GenerateTo Generate To + */ public void setGenerateTo (String GenerateTo) { set_Value (COLUMNNAME_GenerateTo, GenerateTo); @@ -968,7 +943,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Generate To. @return Generate To */ - public String getGenerateTo () + public String getGenerateTo() { return (String)get_Value(COLUMNNAME_GenerateTo); } @@ -980,7 +955,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Do Not Insure = 2 */ public static final String INSURANCE_DoNotInsure = "2"; /** Set Insurance. - @param Insurance Insurance */ + @param Insurance Insurance + */ public void setInsurance (String Insurance) { @@ -989,13 +965,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Insurance. @return Insurance */ - public String getInsurance () + public String getInsurance() { return (String)get_Value(COLUMNNAME_Insurance); } /** Set Alternate Return Address. - @param IsAlternateReturnAddress Alternate Return Address */ + @param IsAlternateReturnAddress Alternate Return Address + */ public void setIsAlternateReturnAddress (boolean IsAlternateReturnAddress) { set_Value (COLUMNNAME_IsAlternateReturnAddress, Boolean.valueOf(IsAlternateReturnAddress)); @@ -1003,7 +980,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Alternate Return Address. @return Alternate Return Address */ - public boolean isAlternateReturnAddress () + public boolean isAlternateReturnAddress() { Object oo = get_Value(COLUMNNAME_IsAlternateReturnAddress); if (oo != null) @@ -1016,9 +993,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -1027,7 +1003,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -1040,18 +1016,17 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Drop Shipment. - @param IsDropShip - Drop Shipments are sent from the Vendor directly to the Customer - */ + @param IsDropShip Drop Shipments are sent directly to the Drop Shipment Location + */ public void setIsDropShip (boolean IsDropShip) { set_Value (COLUMNNAME_IsDropShip, Boolean.valueOf(IsDropShip)); } /** Get Drop Shipment. - @return Drop Shipments are sent from the Vendor directly to the Customer + @return Drop Shipments are sent directly to the Drop Shipment Location */ - public boolean isDropShip () + public boolean isDropShip() { Object oo = get_Value(COLUMNNAME_IsDropShip); if (oo != null) @@ -1064,9 +1039,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set In Dispute. - @param IsInDispute - Document is in dispute - */ + @param IsInDispute Document is in dispute + */ public void setIsInDispute (boolean IsInDispute) { set_Value (COLUMNNAME_IsInDispute, Boolean.valueOf(IsInDispute)); @@ -1075,7 +1049,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get In Dispute. @return Document is in dispute */ - public boolean isInDispute () + public boolean isInDispute() { Object oo = get_Value(COLUMNNAME_IsInDispute); if (oo != null) @@ -1088,9 +1062,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set In Transit. - @param IsInTransit - Movement is in transit - */ + @param IsInTransit Movement is in transit + */ public void setIsInTransit (boolean IsInTransit) { set_Value (COLUMNNAME_IsInTransit, Boolean.valueOf(IsInTransit)); @@ -1099,7 +1072,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get In Transit. @return Movement is in transit */ - public boolean isInTransit () + public boolean isInTransit() { Object oo = get_Value(COLUMNNAME_IsInTransit); if (oo != null) @@ -1112,9 +1085,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -1123,7 +1095,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -1136,9 +1108,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -1147,7 +1118,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -1160,21 +1131,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Shipment/Receipt. - @param M_InOut_ID - Material Shipment Document - */ + @param M_InOut_ID Material Shipment Document + */ public void setM_InOut_ID (int M_InOut_ID) { - if (M_InOut_ID < 1) + if (M_InOut_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOut_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOut_ID, Integer.valueOf(M_InOut_ID)); } /** Get Shipment/Receipt. @return Material Shipment Document */ - public int getM_InOut_ID () + public int getM_InOut_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOut_ID); if (ii == null) @@ -1183,7 +1153,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set M_InOut_UU. - @param M_InOut_UU M_InOut_UU */ + @param M_InOut_UU M_InOut_UU + */ public void setM_InOut_UU (String M_InOut_UU) { set_Value (COLUMNNAME_M_InOut_UU, M_InOut_UU); @@ -1191,15 +1162,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get M_InOut_UU. @return M_InOut_UU */ - public String getM_InOut_UU () + public String getM_InOut_UU() { return (String)get_Value(COLUMNNAME_M_InOut_UU); } /** Set Movement Date. - @param MovementDate - Date a product was moved in or out of inventory - */ + @param MovementDate Date a product was moved in or out of inventory + */ public void setMovementDate (Timestamp MovementDate) { set_Value (COLUMNNAME_MovementDate, MovementDate); @@ -1208,7 +1178,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Movement Date. @return Date a product was moved in or out of inventory */ - public Timestamp getMovementDate () + public Timestamp getMovementDate() { return (Timestamp)get_Value(COLUMNNAME_MovementDate); } @@ -1240,9 +1210,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Work Order - = W- */ public static final String MOVEMENTTYPE_WorkOrder_ = "W-"; /** Set Movement Type. - @param MovementType - Method of moving the inventory - */ + @param MovementType Method of moving the inventory + */ public void setMovementType (String MovementType) { @@ -1252,7 +1221,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Movement Type. @return Method of moving the inventory */ - public String getMovementType () + public String getMovementType() { return (String)get_Value(COLUMNNAME_MovementType); } @@ -1264,21 +1233,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set RMA. - @param M_RMA_ID - Return Material Authorization - */ + @param M_RMA_ID Return Material Authorization + */ public void setM_RMA_ID (int M_RMA_ID) { - if (M_RMA_ID < 1) + if (M_RMA_ID < 1) set_Value (COLUMNNAME_M_RMA_ID, null); - else + else set_Value (COLUMNNAME_M_RMA_ID, Integer.valueOf(M_RMA_ID)); } /** Get RMA. @return Return Material Authorization */ - public int getM_RMA_ID () + public int getM_RMA_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RMA_ID); if (ii == null) @@ -1293,21 +1261,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_Value (COLUMNNAME_M_Shipper_ID, null); - else + else set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -1322,21 +1289,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -1345,9 +1311,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set No Packages. - @param NoPackages - Number of packages shipped - */ + @param NoPackages Number of packages shipped + */ public void setNoPackages (int NoPackages) { set_Value (COLUMNNAME_NoPackages, Integer.valueOf(NoPackages)); @@ -1356,7 +1321,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get No Packages. @return Number of packages shipped */ - public int getNoPackages () + public int getNoPackages() { Integer ii = (Integer)get_Value(COLUMNNAME_NoPackages); if (ii == null) @@ -1365,9 +1330,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Pick Date. - @param PickDate - Date/Time when picked for Shipment - */ + @param PickDate Date/Time when picked for Shipment + */ public void setPickDate (Timestamp PickDate) { set_Value (COLUMNNAME_PickDate, PickDate); @@ -1376,15 +1340,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Pick Date. @return Date/Time when picked for Shipment */ - public Timestamp getPickDate () + public Timestamp getPickDate() { return (Timestamp)get_Value(COLUMNNAME_PickDate); } /** Set Order Reference. - @param POReference - Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner - */ + @param POReference Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner + */ public void setPOReference (String POReference) { set_Value (COLUMNNAME_POReference, POReference); @@ -1393,15 +1356,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Order Reference. @return Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner */ - public String getPOReference () + public String getPOReference() { return (String)get_Value(COLUMNNAME_POReference); } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -1410,7 +1372,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -1435,9 +1397,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Minor = 9 */ public static final String PRIORITYRULE_Minor = "9"; /** Set Priority. - @param PriorityRule - Priority of a document - */ + @param PriorityRule Priority of a document + */ public void setPriorityRule (String PriorityRule) { @@ -1447,15 +1408,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Priority. @return Priority of a document */ - public String getPriorityRule () + public String getPriorityRule() { return (String)get_Value(COLUMNNAME_PriorityRule); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1464,7 +1424,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1477,9 +1437,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -1488,7 +1447,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -1497,7 +1456,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1505,7 +1465,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1518,18 +1478,19 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Referenced Shipment. - @param Ref_InOut_ID Referenced Shipment */ + @param Ref_InOut_ID Referenced Shipment + */ public void setRef_InOut_ID (int Ref_InOut_ID) { - if (Ref_InOut_ID < 1) + if (Ref_InOut_ID < 1) set_Value (COLUMNNAME_Ref_InOut_ID, null); - else + else set_Value (COLUMNNAME_Ref_InOut_ID, Integer.valueOf(Ref_InOut_ID)); } /** Get Referenced Shipment. @return Referenced Shipment */ - public int getRef_InOut_ID () + public int getRef_InOut_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Ref_InOut_ID); if (ii == null) @@ -1544,18 +1505,19 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Return Partner. - @param ReturnBPartner_ID Return Partner */ + @param ReturnBPartner_ID Return Partner + */ public void setReturnBPartner_ID (int ReturnBPartner_ID) { - if (ReturnBPartner_ID < 1) + if (ReturnBPartner_ID < 1) set_Value (COLUMNNAME_ReturnBPartner_ID, null); - else + else set_Value (COLUMNNAME_ReturnBPartner_ID, Integer.valueOf(ReturnBPartner_ID)); } /** Get Return Partner. @return Return Partner */ - public int getReturnBPartner_ID () + public int getReturnBPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ReturnBPartner_ID); if (ii == null) @@ -1570,18 +1532,19 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Return Location. - @param ReturnLocation_ID Return Location */ + @param ReturnLocation_ID Return Location + */ public void setReturnLocation_ID (int ReturnLocation_ID) { - if (ReturnLocation_ID < 1) + if (ReturnLocation_ID < 1) set_Value (COLUMNNAME_ReturnLocation_ID, null); - else + else set_Value (COLUMNNAME_ReturnLocation_ID, Integer.valueOf(ReturnLocation_ID)); } /** Get Return Location. @return Return Location */ - public int getReturnLocation_ID () + public int getReturnLocation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ReturnLocation_ID); if (ii == null) @@ -1596,18 +1559,19 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Return User/Contact. - @param ReturnUser_ID Return User/Contact */ + @param ReturnUser_ID Return User/Contact + */ public void setReturnUser_ID (int ReturnUser_ID) { - if (ReturnUser_ID < 1) + if (ReturnUser_ID < 1) set_Value (COLUMNNAME_ReturnUser_ID, null); - else + else set_Value (COLUMNNAME_ReturnUser_ID, Integer.valueOf(ReturnUser_ID)); } /** Get Return User/Contact. @return Return User/Contact */ - public int getReturnUser_ID () + public int getReturnUser_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ReturnUser_ID); if (ii == null) @@ -1622,21 +1586,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_Value (COLUMNNAME_Reversal_ID, null); - else + else set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) @@ -1651,21 +1614,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -1674,9 +1636,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Send EMail. - @param SendEMail - Enable sending Document EMail - */ + @param SendEMail Enable sending Document EMail + */ public void setSendEMail (boolean SendEMail) { set_Value (COLUMNNAME_SendEMail, Boolean.valueOf(SendEMail)); @@ -1685,7 +1646,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Send EMail. @return Enable sending Document EMail */ - public boolean isSendEMail () + public boolean isSendEMail() { Object oo = get_Value(COLUMNNAME_SendEMail); if (oo != null) @@ -1698,9 +1659,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Ship Date. - @param ShipDate - Shipment Date/Time - */ + @param ShipDate Shipment Date/Time + */ public void setShipDate (Timestamp ShipDate) { set_Value (COLUMNNAME_ShipDate, ShipDate); @@ -1709,13 +1669,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Ship Date. @return Shipment Date/Time */ - public Timestamp getShipDate () + public Timestamp getShipDate() { return (Timestamp)get_Value(COLUMNNAME_ShipDate); } /** Set Shipper Account Number. - @param ShipperAccount Shipper Account Number */ + @param ShipperAccount Shipper Account Number + */ public void setShipperAccount (String ShipperAccount) { set_Value (COLUMNNAME_ShipperAccount, ShipperAccount); @@ -1723,15 +1684,14 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Shipper Account Number. @return Shipper Account Number */ - public String getShipperAccount () + public String getShipperAccount() { return (String)get_Value(COLUMNNAME_ShipperAccount); } /** Set Tracking No. - @param TrackingNo - Number to track the shipment - */ + @param TrackingNo Number to track the shipment + */ public void setTrackingNo (String TrackingNo) { set_Value (COLUMNNAME_TrackingNo, TrackingNo); @@ -1740,7 +1700,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Tracking No. @return Number to track the shipment */ - public String getTrackingNo () + public String getTrackingNo() { return (String)get_Value(COLUMNNAME_TrackingNo); } @@ -1752,21 +1712,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -1781,21 +1740,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) @@ -1804,9 +1762,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Volume. - @param Volume - Volume of a product - */ + @param Volume Volume of a product + */ public void setVolume (BigDecimal Volume) { set_Value (COLUMNNAME_Volume, Volume); @@ -1815,7 +1772,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Volume. @return Volume of a product */ - public BigDecimal getVolume () + public BigDecimal getVolume() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Volume); if (bd == null) @@ -1824,9 +1781,8 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent } /** Set Weight. - @param Weight - Weight of a product - */ + @param Weight Weight of a product + */ public void setWeight (BigDecimal Weight) { set_Value (COLUMNNAME_Weight, Weight); @@ -1835,7 +1791,7 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent /** Get Weight. @return Weight of a product */ - public BigDecimal getWeight () + public BigDecimal getWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Weight); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InOutConfirm.java b/org.adempiere.base/src/org/compiere/model/X_M_InOutConfirm.java index 94d556dfec..835b662754 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InOutConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InOutConfirm.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_InOutConfirm * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_InOutConfirm") public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_InOutConfirm (Properties ctx, int M_InOutConfirm_ID, String trxName) @@ -86,9 +86,8 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste } /** Set Approval Amount. - @param ApprovalAmt - Document Approval Amount - */ + @param ApprovalAmt Document Approval Amount + */ public void setApprovalAmt (BigDecimal ApprovalAmt) { set_Value (COLUMNNAME_ApprovalAmt, ApprovalAmt); @@ -97,7 +96,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get Approval Amount. @return Document Approval Amount */ - public BigDecimal getApprovalAmt () + public BigDecimal getApprovalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ApprovalAmt); if (bd == null) @@ -112,21 +111,20 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -135,9 +133,8 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste } /** Set Confirmation No. - @param ConfirmationNo - Confirmation Number - */ + @param ConfirmationNo Confirmation Number + */ public void setConfirmationNo (String ConfirmationNo) { set_Value (COLUMNNAME_ConfirmationNo, ConfirmationNo); @@ -146,7 +143,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get Confirmation No. @return Confirmation Number */ - public String getConfirmationNo () + public String getConfirmationNo() { return (String)get_Value(COLUMNNAME_ConfirmationNo); } @@ -164,9 +161,8 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Vendor Confirmation = XV */ public static final String CONFIRMTYPE_VendorConfirmation = "XV"; /** Set Confirmation Type. - @param ConfirmType - Type of confirmation - */ + @param ConfirmType Type of confirmation + */ public void setConfirmType (String ConfirmType) { @@ -176,13 +172,14 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get Confirmation Type. @return Type of confirmation */ - public String getConfirmType () + public String getConfirmType() { return (String)get_Value(COLUMNNAME_ConfirmType); } /** Set Create Package. - @param CreatePackage Create Package */ + @param CreatePackage Create Package + */ public void setCreatePackage (String CreatePackage) { set_Value (COLUMNNAME_CreatePackage, CreatePackage); @@ -190,15 +187,14 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get Create Package. @return Create Package */ - public String getCreatePackage () + public String getCreatePackage() { return (String)get_Value(COLUMNNAME_CreatePackage); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -207,14 +203,14 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -243,9 +239,8 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -255,7 +250,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -287,9 +282,8 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -299,15 +293,14 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -316,7 +309,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -330,9 +323,8 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -341,7 +333,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -354,9 +346,8 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste } /** Set Cancelled. - @param IsCancelled - The transaction was cancelled - */ + @param IsCancelled The transaction was cancelled + */ public void setIsCancelled (boolean IsCancelled) { set_Value (COLUMNNAME_IsCancelled, Boolean.valueOf(IsCancelled)); @@ -365,7 +356,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get Cancelled. @return The transaction was cancelled */ - public boolean isCancelled () + public boolean isCancelled() { Object oo = get_Value(COLUMNNAME_IsCancelled); if (oo != null) @@ -378,9 +369,8 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste } /** Set In Dispute. - @param IsInDispute - Document is in dispute - */ + @param IsInDispute Document is in dispute + */ public void setIsInDispute (boolean IsInDispute) { set_Value (COLUMNNAME_IsInDispute, Boolean.valueOf(IsInDispute)); @@ -389,7 +379,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get In Dispute. @return Document is in dispute */ - public boolean isInDispute () + public boolean isInDispute() { Object oo = get_Value(COLUMNNAME_IsInDispute); if (oo != null) @@ -402,21 +392,20 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste } /** Set Ship/Receipt Confirmation. - @param M_InOutConfirm_ID - Material Shipment or Receipt Confirmation - */ + @param M_InOutConfirm_ID Material Shipment or Receipt Confirmation + */ public void setM_InOutConfirm_ID (int M_InOutConfirm_ID) { - if (M_InOutConfirm_ID < 1) + if (M_InOutConfirm_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutConfirm_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutConfirm_ID, Integer.valueOf(M_InOutConfirm_ID)); } /** Get Ship/Receipt Confirmation. @return Material Shipment or Receipt Confirmation */ - public int getM_InOutConfirm_ID () + public int getM_InOutConfirm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutConfirm_ID); if (ii == null) @@ -425,7 +414,8 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste } /** Set M_InOutConfirm_UU. - @param M_InOutConfirm_UU M_InOutConfirm_UU */ + @param M_InOutConfirm_UU M_InOutConfirm_UU + */ public void setM_InOutConfirm_UU (String M_InOutConfirm_UU) { set_Value (COLUMNNAME_M_InOutConfirm_UU, M_InOutConfirm_UU); @@ -433,7 +423,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get M_InOutConfirm_UU. @return M_InOutConfirm_UU */ - public String getM_InOutConfirm_UU () + public String getM_InOutConfirm_UU() { return (String)get_Value(COLUMNNAME_M_InOutConfirm_UU); } @@ -445,21 +435,20 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste } /** Set Shipment/Receipt. - @param M_InOut_ID - Material Shipment Document - */ + @param M_InOut_ID Material Shipment Document + */ public void setM_InOut_ID (int M_InOut_ID) { - if (M_InOut_ID < 1) + if (M_InOut_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOut_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOut_ID, Integer.valueOf(M_InOut_ID)); } /** Get Shipment/Receipt. @return Material Shipment Document */ - public int getM_InOut_ID () + public int getM_InOut_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOut_ID); if (ii == null) @@ -474,21 +463,20 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste } /** Set Phys.Inventory. - @param M_Inventory_ID - Parameters for a Physical Inventory - */ + @param M_Inventory_ID Parameters for a Physical Inventory + */ public void setM_Inventory_ID (int M_Inventory_ID) { - if (M_Inventory_ID < 1) + if (M_Inventory_ID < 1) set_Value (COLUMNNAME_M_Inventory_ID, null); - else + else set_Value (COLUMNNAME_M_Inventory_ID, Integer.valueOf(M_Inventory_ID)); } /** Get Phys.Inventory. @return Parameters for a Physical Inventory */ - public int getM_Inventory_ID () + public int getM_Inventory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Inventory_ID); if (ii == null) @@ -497,9 +485,8 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -508,7 +495,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -521,7 +508,8 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -529,7 +517,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InOutLine.java b/org.adempiere.base/src/org/compiere/model/X_M_InOutLine.java index a06efd58e6..e8f546517a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InOutLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InOutLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_InOutLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_InOutLine") public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** * */ - private static final long serialVersionUID = 20211126L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_InOutLine (Properties ctx, int M_InOutLine_ID, String trxName) @@ -88,21 +88,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -117,21 +116,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -146,21 +144,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -175,21 +172,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -198,9 +194,8 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Confirmed Quantity. - @param ConfirmedQty - Confirmation of a received quantity - */ + @param ConfirmedQty Confirmation of a received quantity + */ public void setConfirmedQty (BigDecimal ConfirmedQty) { set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty); @@ -209,7 +204,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** Get Confirmed Quantity. @return Confirmation of a received quantity */ - public BigDecimal getConfirmedQty () + public BigDecimal getConfirmedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty); if (bd == null) @@ -224,21 +219,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -253,21 +247,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -282,21 +275,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Project Phase. - @param C_ProjectPhase_ID - Phase of a Project - */ + @param C_ProjectPhase_ID Phase of a Project + */ public void setC_ProjectPhase_ID (int C_ProjectPhase_ID) { - if (C_ProjectPhase_ID < 1) + if (C_ProjectPhase_ID < 1) set_Value (COLUMNNAME_C_ProjectPhase_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID)); } /** Get Project Phase. @return Phase of a Project */ - public int getC_ProjectPhase_ID () + public int getC_ProjectPhase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID); if (ii == null) @@ -311,21 +303,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Project Task. - @param C_ProjectTask_ID - Actual Project Task in a Phase - */ + @param C_ProjectTask_ID Actual Project Task in a Phase + */ public void setC_ProjectTask_ID (int C_ProjectTask_ID) { - if (C_ProjectTask_ID < 1) + if (C_ProjectTask_ID < 1) set_Value (COLUMNNAME_C_ProjectTask_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectTask_ID, Integer.valueOf(C_ProjectTask_ID)); } /** Get Project Task. @return Actual Project Task in a Phase */ - public int getC_ProjectTask_ID () + public int getC_ProjectTask_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectTask_ID); if (ii == null) @@ -340,21 +331,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_ValueNoCheck (COLUMNNAME_C_UOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -363,9 +353,8 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -374,15 +363,14 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Auto Produce. - @param IsAutoProduce - Auto create production to fulfill shipment - */ + @param IsAutoProduce Auto create production to fulfill shipment + */ public void setIsAutoProduce (boolean IsAutoProduce) { set_ValueNoCheck (COLUMNNAME_IsAutoProduce, Boolean.valueOf(IsAutoProduce)); @@ -391,7 +379,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** Get Auto Produce. @return Auto create production to fulfill shipment */ - public boolean isAutoProduce () + public boolean isAutoProduce() { Object oo = get_Value(COLUMNNAME_IsAutoProduce); if (oo != null) @@ -404,9 +392,8 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Description Only. - @param IsDescription - if true, the line is just description and no transaction - */ + @param IsDescription if true, the line is just description and no transaction + */ public void setIsDescription (boolean IsDescription) { set_Value (COLUMNNAME_IsDescription, Boolean.valueOf(IsDescription)); @@ -415,7 +402,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** Get Description Only. @return if true, the line is just description and no transaction */ - public boolean isDescription () + public boolean isDescription() { Object oo = get_Value(COLUMNNAME_IsDescription); if (oo != null) @@ -428,9 +415,8 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Invoiced. - @param IsInvoiced - Is this invoiced? - */ + @param IsInvoiced Is this invoiced? + */ public void setIsInvoiced (boolean IsInvoiced) { set_Value (COLUMNNAME_IsInvoiced, Boolean.valueOf(IsInvoiced)); @@ -439,7 +425,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** Get Invoiced. @return Is this invoiced? */ - public boolean isInvoiced () + public boolean isInvoiced() { Object oo = get_Value(COLUMNNAME_IsInvoiced); if (oo != null) @@ -452,9 +438,8 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -463,7 +448,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -486,21 +471,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -515,21 +499,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Shipment/Receipt. - @param M_InOut_ID - Material Shipment Document - */ + @param M_InOut_ID Material Shipment Document + */ public void setM_InOut_ID (int M_InOut_ID) { - if (M_InOut_ID < 1) + if (M_InOut_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOut_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOut_ID, Integer.valueOf(M_InOut_ID)); } /** Get Shipment/Receipt. @return Material Shipment Document */ - public int getM_InOut_ID () + public int getM_InOut_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOut_ID); if (ii == null) @@ -538,21 +521,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -561,7 +543,8 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set M_InOutLine_UU. - @param M_InOutLine_UU M_InOutLine_UU */ + @param M_InOutLine_UU M_InOutLine_UU + */ public void setM_InOutLine_UU (String M_InOutLine_UU) { set_Value (COLUMNNAME_M_InOutLine_UU, M_InOutLine_UU); @@ -569,7 +552,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** Get M_InOutLine_UU. @return M_InOutLine_UU */ - public String getM_InOutLine_UU () + public String getM_InOutLine_UU() { return (String)get_Value(COLUMNNAME_M_InOutLine_UU); } @@ -581,21 +564,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -604,9 +586,8 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); @@ -615,7 +596,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) @@ -630,21 +611,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -659,21 +639,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set RMA Line. - @param M_RMALine_ID - Return Material Authorization Line - */ + @param M_RMALine_ID Return Material Authorization Line + */ public void setM_RMALine_ID (int M_RMALine_ID) { - if (M_RMALine_ID < 1) + if (M_RMALine_ID < 1) set_Value (COLUMNNAME_M_RMALine_ID, null); - else + else set_Value (COLUMNNAME_M_RMALine_ID, Integer.valueOf(M_RMALine_ID)); } /** Get RMA Line. @return Return Material Authorization Line */ - public int getM_RMALine_ID () + public int getM_RMALine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RMALine_ID); if (ii == null) @@ -682,7 +661,8 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Picked Quantity. - @param PickedQty Picked Quantity */ + @param PickedQty Picked Quantity + */ public void setPickedQty (BigDecimal PickedQty) { set_Value (COLUMNNAME_PickedQty, PickedQty); @@ -690,7 +670,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** Get Picked Quantity. @return Picked Quantity */ - public BigDecimal getPickedQty () + public BigDecimal getPickedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PickedQty); if (bd == null) @@ -699,9 +679,8 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -710,7 +689,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -723,9 +702,8 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Quantity. - @param QtyEntered - The Quantity Entered is based on the selected UoM - */ + @param QtyEntered The Quantity Entered is based on the selected UoM + */ public void setQtyEntered (BigDecimal QtyEntered) { set_Value (COLUMNNAME_QtyEntered, QtyEntered); @@ -734,7 +712,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** Get Quantity. @return The Quantity Entered is based on the selected UoM */ - public BigDecimal getQtyEntered () + public BigDecimal getQtyEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyEntered); if (bd == null) @@ -743,18 +721,19 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Referenced Shipment Line. - @param Ref_InOutLine_ID Referenced Shipment Line */ + @param Ref_InOutLine_ID Referenced Shipment Line + */ public void setRef_InOutLine_ID (int Ref_InOutLine_ID) { - if (Ref_InOutLine_ID < 1) + if (Ref_InOutLine_ID < 1) set_Value (COLUMNNAME_Ref_InOutLine_ID, null); - else + else set_Value (COLUMNNAME_Ref_InOutLine_ID, Integer.valueOf(Ref_InOutLine_ID)); } /** Get Referenced Shipment Line. @return Referenced Shipment Line */ - public int getRef_InOutLine_ID () + public int getRef_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Ref_InOutLine_ID); if (ii == null) @@ -769,21 +748,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Reversal Line. - @param ReversalLine_ID - Use to keep the reversal line ID for reversing costing purpose - */ + @param ReversalLine_ID Use to keep the reversal line ID for reversing costing purpose + */ public void setReversalLine_ID (int ReversalLine_ID) { - if (ReversalLine_ID < 1) + if (ReversalLine_ID < 1) set_Value (COLUMNNAME_ReversalLine_ID, null); - else + else set_Value (COLUMNNAME_ReversalLine_ID, Integer.valueOf(ReversalLine_ID)); } /** Get Reversal Line. @return Use to keep the reversal line ID for reversing costing purpose */ - public int getReversalLine_ID () + public int getReversalLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ReversalLine_ID); if (ii == null) @@ -792,9 +770,8 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Scrapped Quantity. - @param ScrappedQty - The Quantity scrapped due to QA issues - */ + @param ScrappedQty The Quantity scrapped due to QA issues + */ public void setScrappedQty (BigDecimal ScrappedQty) { set_Value (COLUMNNAME_ScrappedQty, ScrappedQty); @@ -803,7 +780,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** Get Scrapped Quantity. @return The Quantity scrapped due to QA issues */ - public BigDecimal getScrappedQty () + public BigDecimal getScrappedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ScrappedQty); if (bd == null) @@ -812,9 +789,8 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set Target Quantity. - @param TargetQty - Target Movement Quantity - */ + @param TargetQty Target Movement Quantity + */ public void setTargetQty (BigDecimal TargetQty) { set_Value (COLUMNNAME_TargetQty, TargetQty); @@ -823,7 +799,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent /** Get Target Quantity. @return Target Movement Quantity */ - public BigDecimal getTargetQty () + public BigDecimal getTargetQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TargetQty); if (bd == null) @@ -838,21 +814,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -867,21 +842,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InOutLineConfirm.java b/org.adempiere.base/src/org/compiere/model/X_M_InOutLineConfirm.java index 22b2c27a98..1a9449e84b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InOutLineConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InOutLineConfirm.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_InOutLineConfirm * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_InOutLineConfirm") public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_InOutLineConfirm (Properties ctx, int M_InOutLineConfirm_ID, String trxName) @@ -85,21 +85,20 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_Value (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_Value (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -108,9 +107,8 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ } /** Set Confirmation No. - @param ConfirmationNo - Confirmation Number - */ + @param ConfirmationNo Confirmation Number + */ public void setConfirmationNo (String ConfirmationNo) { set_Value (COLUMNNAME_ConfirmationNo, ConfirmationNo); @@ -119,15 +117,14 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ /** Get Confirmation No. @return Confirmation Number */ - public String getConfirmationNo () + public String getConfirmationNo() { return (String)get_Value(COLUMNNAME_ConfirmationNo); } /** Set Confirmed Quantity. - @param ConfirmedQty - Confirmation of a received quantity - */ + @param ConfirmedQty Confirmation of a received quantity + */ public void setConfirmedQty (BigDecimal ConfirmedQty) { set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty); @@ -136,7 +133,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ /** Get Confirmed Quantity. @return Confirmation of a received quantity */ - public BigDecimal getConfirmedQty () + public BigDecimal getConfirmedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty); if (bd == null) @@ -145,9 +142,8 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -156,15 +152,14 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Difference. - @param DifferenceQty - Difference Quantity - */ + @param DifferenceQty Difference Quantity + */ public void setDifferenceQty (BigDecimal DifferenceQty) { set_Value (COLUMNNAME_DifferenceQty, DifferenceQty); @@ -173,7 +168,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ /** Get Difference. @return Difference Quantity */ - public BigDecimal getDifferenceQty () + public BigDecimal getDifferenceQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DifferenceQty); if (bd == null) @@ -188,21 +183,20 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ } /** Set Ship/Receipt Confirmation. - @param M_InOutConfirm_ID - Material Shipment or Receipt Confirmation - */ + @param M_InOutConfirm_ID Material Shipment or Receipt Confirmation + */ public void setM_InOutConfirm_ID (int M_InOutConfirm_ID) { - if (M_InOutConfirm_ID < 1) + if (M_InOutConfirm_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutConfirm_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutConfirm_ID, Integer.valueOf(M_InOutConfirm_ID)); } /** Get Ship/Receipt Confirmation. @return Material Shipment or Receipt Confirmation */ - public int getM_InOutConfirm_ID () + public int getM_InOutConfirm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutConfirm_ID); if (ii == null) @@ -211,21 +205,20 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ } /** Set Ship/Receipt Confirmation Line. - @param M_InOutLineConfirm_ID - Material Shipment or Receipt Confirmation Line - */ + @param M_InOutLineConfirm_ID Material Shipment or Receipt Confirmation Line + */ public void setM_InOutLineConfirm_ID (int M_InOutLineConfirm_ID) { - if (M_InOutLineConfirm_ID < 1) + if (M_InOutLineConfirm_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLineConfirm_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutLineConfirm_ID, Integer.valueOf(M_InOutLineConfirm_ID)); } /** Get Ship/Receipt Confirmation Line. @return Material Shipment or Receipt Confirmation Line */ - public int getM_InOutLineConfirm_ID () + public int getM_InOutLineConfirm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLineConfirm_ID); if (ii == null) @@ -234,7 +227,8 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ } /** Set M_InOutLineConfirm_UU. - @param M_InOutLineConfirm_UU M_InOutLineConfirm_UU */ + @param M_InOutLineConfirm_UU M_InOutLineConfirm_UU + */ public void setM_InOutLineConfirm_UU (String M_InOutLineConfirm_UU) { set_Value (COLUMNNAME_M_InOutLineConfirm_UU, M_InOutLineConfirm_UU); @@ -242,7 +236,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ /** Get M_InOutLineConfirm_UU. @return M_InOutLineConfirm_UU */ - public String getM_InOutLineConfirm_UU () + public String getM_InOutLineConfirm_UU() { return (String)get_Value(COLUMNNAME_M_InOutLineConfirm_UU); } @@ -254,21 +248,20 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -291,21 +284,20 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ } /** Set Phys.Inventory Line. - @param M_InventoryLine_ID - Unique line in an Inventory document - */ + @param M_InventoryLine_ID Unique line in an Inventory document + */ public void setM_InventoryLine_ID (int M_InventoryLine_ID) { - if (M_InventoryLine_ID < 1) + if (M_InventoryLine_ID < 1) set_Value (COLUMNNAME_M_InventoryLine_ID, null); - else + else set_Value (COLUMNNAME_M_InventoryLine_ID, Integer.valueOf(M_InventoryLine_ID)); } /** Get Phys.Inventory Line. @return Unique line in an Inventory document */ - public int getM_InventoryLine_ID () + public int getM_InventoryLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InventoryLine_ID); if (ii == null) @@ -314,9 +306,8 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -325,7 +316,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -338,9 +329,8 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ } /** Set Scrapped Quantity. - @param ScrappedQty - The Quantity scrapped due to QA issues - */ + @param ScrappedQty The Quantity scrapped due to QA issues + */ public void setScrappedQty (BigDecimal ScrappedQty) { set_Value (COLUMNNAME_ScrappedQty, ScrappedQty); @@ -349,7 +339,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ /** Get Scrapped Quantity. @return The Quantity scrapped due to QA issues */ - public BigDecimal getScrappedQty () + public BigDecimal getScrappedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ScrappedQty); if (bd == null) @@ -358,9 +348,8 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ } /** Set Target Quantity. - @param TargetQty - Target Movement Quantity - */ + @param TargetQty Target Movement Quantity + */ public void setTargetQty (BigDecimal TargetQty) { set_ValueNoCheck (COLUMNNAME_TargetQty, TargetQty); @@ -369,7 +358,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ /** Get Target Quantity. @return Target Movement Quantity */ - public BigDecimal getTargetQty () + public BigDecimal getTargetQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TargetQty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InOutLineMA.java b/org.adempiere.base/src/org/compiere/model/X_M_InOutLineMA.java index d436e1a573..cb64e0074b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InOutLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InOutLineMA.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_InOutLineMA * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_InOutLineMA") public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_InOutLineMA (Properties ctx, int M_InOutLineMA_ID, String trxName) @@ -78,9 +78,8 @@ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent } /** Set Date Material Policy. - @param DateMaterialPolicy - Time used for LIFO and FIFO Material Policy - */ + @param DateMaterialPolicy Time used for LIFO and FIFO Material Policy + */ public void setDateMaterialPolicy (Timestamp DateMaterialPolicy) { set_ValueNoCheck (COLUMNNAME_DateMaterialPolicy, DateMaterialPolicy); @@ -89,13 +88,14 @@ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent /** Get Date Material Policy. @return Time used for LIFO and FIFO Material Policy */ - public Timestamp getDateMaterialPolicy () + public Timestamp getDateMaterialPolicy() { return (Timestamp)get_Value(COLUMNNAME_DateMaterialPolicy); } /** Set Auto Generated. - @param IsAutoGenerated Auto Generated */ + @param IsAutoGenerated Auto Generated + */ public void setIsAutoGenerated (boolean IsAutoGenerated) { set_ValueNoCheck (COLUMNNAME_IsAutoGenerated, Boolean.valueOf(IsAutoGenerated)); @@ -103,7 +103,7 @@ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent /** Get Auto Generated. @return Auto Generated */ - public boolean isAutoGenerated () + public boolean isAutoGenerated() { Object oo = get_Value(COLUMNNAME_IsAutoGenerated); if (oo != null) @@ -122,21 +122,20 @@ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -151,21 +150,20 @@ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -182,7 +180,8 @@ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent } /** Set M_InOutLineMA_UU. - @param M_InOutLineMA_UU M_InOutLineMA_UU */ + @param M_InOutLineMA_UU M_InOutLineMA_UU + */ public void setM_InOutLineMA_UU (String M_InOutLineMA_UU) { set_Value (COLUMNNAME_M_InOutLineMA_UU, M_InOutLineMA_UU); @@ -190,15 +189,14 @@ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent /** Get M_InOutLineMA_UU. @return M_InOutLineMA_UU */ - public String getM_InOutLineMA_UU () + public String getM_InOutLineMA_UU() { return (String)get_Value(COLUMNNAME_M_InOutLineMA_UU); } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); @@ -207,7 +205,7 @@ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Inventory.java b/org.adempiere.base/src/org/compiere/model/X_M_Inventory.java index 1f28e6d741..945f6a9730 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Inventory.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Inventory.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Inventory * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Inventory") public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Inventory (Properties ctx, int M_Inventory_ID, String trxName) @@ -86,21 +86,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -109,9 +108,8 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Approval Amount. - @param ApprovalAmt - Document Approval Amount - */ + @param ApprovalAmt Document Approval Amount + */ public void setApprovalAmt (BigDecimal ApprovalAmt) { set_Value (COLUMNNAME_ApprovalAmt, ApprovalAmt); @@ -120,7 +118,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Approval Amount. @return Document Approval Amount */ - public BigDecimal getApprovalAmt () + public BigDecimal getApprovalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ApprovalAmt); if (bd == null) @@ -135,21 +133,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -164,21 +161,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -193,21 +189,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Currency Type. - @param C_ConversionType_ID - Currency Conversion Rate Type - */ + @param C_ConversionType_ID Currency Conversion Rate Type + */ public void setC_ConversionType_ID (int C_ConversionType_ID) { - if (C_ConversionType_ID < 1) + if (C_ConversionType_ID < 1) set_Value (COLUMNNAME_C_ConversionType_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionType_ID, Integer.valueOf(C_ConversionType_ID)); } /** Get Currency Type. @return Currency Conversion Rate Type */ - public int getC_ConversionType_ID () + public int getC_ConversionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionType_ID); if (ii == null) @@ -222,21 +217,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -251,21 +245,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -294,9 +287,8 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** _ = x */ public static final String COSTINGMETHOD__ = "x"; /** Set Costing Method. - @param CostingMethod - Indicates how Costs will be calculated - */ + @param CostingMethod Indicates how Costs will be calculated + */ public void setCostingMethod (String CostingMethod) { @@ -306,7 +298,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Costing Method. @return Indicates how Costs will be calculated */ - public String getCostingMethod () + public String getCostingMethod() { return (String)get_Value(COLUMNNAME_CostingMethod); } @@ -318,21 +310,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -341,9 +332,8 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -352,14 +342,14 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -388,9 +378,8 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -400,7 +389,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -432,9 +421,8 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -444,15 +432,14 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -461,7 +448,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -475,9 +462,8 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Generate List. - @param GenerateList - Generate List - */ + @param GenerateList Generate List + */ public void setGenerateList (String GenerateList) { set_Value (COLUMNNAME_GenerateList, GenerateList); @@ -486,15 +472,14 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Generate List. @return Generate List */ - public String getGenerateList () + public String getGenerateList() { return (String)get_Value(COLUMNNAME_GenerateList); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -503,7 +488,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -516,21 +501,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Phys.Inventory. - @param M_Inventory_ID - Parameters for a Physical Inventory - */ + @param M_Inventory_ID Parameters for a Physical Inventory + */ public void setM_Inventory_ID (int M_Inventory_ID) { - if (M_Inventory_ID < 1) + if (M_Inventory_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Inventory_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Inventory_ID, Integer.valueOf(M_Inventory_ID)); } /** Get Phys.Inventory. @return Parameters for a Physical Inventory */ - public int getM_Inventory_ID () + public int getM_Inventory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Inventory_ID); if (ii == null) @@ -539,7 +523,8 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set M_Inventory_UU. - @param M_Inventory_UU M_Inventory_UU */ + @param M_Inventory_UU M_Inventory_UU + */ public void setM_Inventory_UU (String M_Inventory_UU) { set_Value (COLUMNNAME_M_Inventory_UU, M_Inventory_UU); @@ -547,15 +532,14 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get M_Inventory_UU. @return M_Inventory_UU */ - public String getM_Inventory_UU () + public String getM_Inventory_UU() { return (String)get_Value(COLUMNNAME_M_Inventory_UU); } /** Set Movement Date. - @param MovementDate - Date a product was moved in or out of inventory - */ + @param MovementDate Date a product was moved in or out of inventory + */ public void setMovementDate (Timestamp MovementDate) { set_Value (COLUMNNAME_MovementDate, MovementDate); @@ -564,7 +548,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Movement Date. @return Date a product was moved in or out of inventory */ - public Timestamp getMovementDate () + public Timestamp getMovementDate() { return (Timestamp)get_Value(COLUMNNAME_MovementDate); } @@ -576,21 +560,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Perpetual Inventory. - @param M_PerpetualInv_ID - Rules for generating physical inventory - */ + @param M_PerpetualInv_ID Rules for generating physical inventory + */ public void setM_PerpetualInv_ID (int M_PerpetualInv_ID) { - if (M_PerpetualInv_ID < 1) + if (M_PerpetualInv_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PerpetualInv_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PerpetualInv_ID, Integer.valueOf(M_PerpetualInv_ID)); } /** Get Perpetual Inventory. @return Rules for generating physical inventory */ - public int getM_PerpetualInv_ID () + public int getM_PerpetualInv_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PerpetualInv_ID); if (ii == null) @@ -605,21 +588,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -628,9 +610,8 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -639,7 +620,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -652,9 +633,8 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -663,7 +643,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -676,9 +656,8 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -687,7 +666,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -696,7 +675,8 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -704,7 +684,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -723,21 +703,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_Value (COLUMNNAME_Reversal_ID, null); - else + else set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) @@ -746,7 +725,8 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set Update Quantities. - @param UpdateQty Update Quantities */ + @param UpdateQty Update Quantities + */ public void setUpdateQty (String UpdateQty) { set_Value (COLUMNNAME_UpdateQty, UpdateQty); @@ -754,7 +734,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent /** Get Update Quantities. @return Update Quantities */ - public String getUpdateQty () + public String getUpdateQty() { return (String)get_Value(COLUMNNAME_UpdateQty); } @@ -766,21 +746,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -795,21 +774,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InventoryLine.java b/org.adempiere.base/src/org/compiere/model/X_M_InventoryLine.java index b1a6638fae..8cafa2fdc5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InventoryLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InventoryLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_InventoryLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_InventoryLine") public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_InventoryLine (Properties ctx, int M_InventoryLine_ID, String trxName) @@ -89,21 +89,20 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -112,9 +111,8 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set Current Cost Price. - @param CurrentCostPrice - The currently used cost price - */ + @param CurrentCostPrice The currently used cost price + */ public void setCurrentCostPrice (BigDecimal CurrentCostPrice) { set_ValueNoCheck (COLUMNNAME_CurrentCostPrice, CurrentCostPrice); @@ -123,7 +121,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Get Current Cost Price. @return The currently used cost price */ - public BigDecimal getCurrentCostPrice () + public BigDecimal getCurrentCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPrice); if (bd == null) @@ -132,9 +130,8 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -143,7 +140,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -155,9 +152,8 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Inventory Difference = D */ public static final String INVENTORYTYPE_InventoryDifference = "D"; /** Set Inventory Type. - @param InventoryType - Type of inventory difference - */ + @param InventoryType Type of inventory difference + */ public void setInventoryType (String InventoryType) { @@ -167,15 +163,14 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Get Inventory Type. @return Type of inventory difference */ - public String getInventoryType () + public String getInventoryType() { return (String)get_Value(COLUMNNAME_InventoryType); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -184,7 +179,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -207,21 +202,20 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -236,21 +230,20 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set Phys.Inventory. - @param M_Inventory_ID - Parameters for a Physical Inventory - */ + @param M_Inventory_ID Parameters for a Physical Inventory + */ public void setM_Inventory_ID (int M_Inventory_ID) { - if (M_Inventory_ID < 1) + if (M_Inventory_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Inventory_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Inventory_ID, Integer.valueOf(M_Inventory_ID)); } /** Get Phys.Inventory. @return Parameters for a Physical Inventory */ - public int getM_Inventory_ID () + public int getM_Inventory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Inventory_ID); if (ii == null) @@ -259,21 +252,20 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set Phys.Inventory Line. - @param M_InventoryLine_ID - Unique line in an Inventory document - */ + @param M_InventoryLine_ID Unique line in an Inventory document + */ public void setM_InventoryLine_ID (int M_InventoryLine_ID) { - if (M_InventoryLine_ID < 1) + if (M_InventoryLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InventoryLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InventoryLine_ID, Integer.valueOf(M_InventoryLine_ID)); } /** Get Phys.Inventory Line. @return Unique line in an Inventory document */ - public int getM_InventoryLine_ID () + public int getM_InventoryLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InventoryLine_ID); if (ii == null) @@ -282,7 +274,8 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set M_InventoryLine_UU. - @param M_InventoryLine_UU M_InventoryLine_UU */ + @param M_InventoryLine_UU M_InventoryLine_UU + */ public void setM_InventoryLine_UU (String M_InventoryLine_UU) { set_Value (COLUMNNAME_M_InventoryLine_UU, M_InventoryLine_UU); @@ -290,7 +283,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Get M_InventoryLine_UU. @return M_InventoryLine_UU */ - public String getM_InventoryLine_UU () + public String getM_InventoryLine_UU() { return (String)get_Value(COLUMNNAME_M_InventoryLine_UU); } @@ -302,21 +295,20 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -331,21 +323,20 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -354,9 +345,8 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set New Cost Price. - @param NewCostPrice - New current cost price after processing of M_CostDetail - */ + @param NewCostPrice New current cost price after processing of M_CostDetail + */ public void setNewCostPrice (BigDecimal NewCostPrice) { set_Value (COLUMNNAME_NewCostPrice, NewCostPrice); @@ -365,7 +355,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Get New Cost Price. @return New current cost price after processing of M_CostDetail */ - public BigDecimal getNewCostPrice () + public BigDecimal getNewCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_NewCostPrice); if (bd == null) @@ -374,9 +364,8 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -385,7 +374,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -398,9 +387,8 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set Quantity book. - @param QtyBook - Book Quantity - */ + @param QtyBook Book Quantity + */ public void setQtyBook (BigDecimal QtyBook) { set_ValueNoCheck (COLUMNNAME_QtyBook, QtyBook); @@ -409,7 +397,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Get Quantity book. @return Book Quantity */ - public BigDecimal getQtyBook () + public BigDecimal getQtyBook() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBook); if (bd == null) @@ -418,9 +406,8 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set Quantity count. - @param QtyCount - Counted Quantity - */ + @param QtyCount Counted Quantity + */ public void setQtyCount (BigDecimal QtyCount) { set_Value (COLUMNNAME_QtyCount, QtyCount); @@ -429,7 +416,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Get Quantity count. @return Counted Quantity */ - public BigDecimal getQtyCount () + public BigDecimal getQtyCount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyCount); if (bd == null) @@ -438,7 +425,8 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set QtyCsv. - @param QtyCsv QtyCsv */ + @param QtyCsv QtyCsv + */ public void setQtyCsv (BigDecimal QtyCsv) { set_Value (COLUMNNAME_QtyCsv, QtyCsv); @@ -446,7 +434,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Get QtyCsv. @return QtyCsv */ - public BigDecimal getQtyCsv () + public BigDecimal getQtyCsv() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyCsv); if (bd == null) @@ -455,9 +443,8 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set Internal Use Qty. - @param QtyInternalUse - Internal Use Quantity removed from Inventory - */ + @param QtyInternalUse Internal Use Quantity removed from Inventory + */ public void setQtyInternalUse (BigDecimal QtyInternalUse) { set_Value (COLUMNNAME_QtyInternalUse, QtyInternalUse); @@ -466,7 +453,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Get Internal Use Qty. @return Internal Use Quantity removed from Inventory */ - public BigDecimal getQtyInternalUse () + public BigDecimal getQtyInternalUse() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyInternalUse); if (bd == null) @@ -481,21 +468,20 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set Reversal Line. - @param ReversalLine_ID - Use to keep the reversal line ID for reversing costing purpose - */ + @param ReversalLine_ID Use to keep the reversal line ID for reversing costing purpose + */ public void setReversalLine_ID (int ReversalLine_ID) { - if (ReversalLine_ID < 1) + if (ReversalLine_ID < 1) set_Value (COLUMNNAME_ReversalLine_ID, null); - else + else set_Value (COLUMNNAME_ReversalLine_ID, Integer.valueOf(ReversalLine_ID)); } /** Get Reversal Line. @return Use to keep the reversal line ID for reversing costing purpose */ - public int getReversalLine_ID () + public int getReversalLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ReversalLine_ID); if (ii == null) @@ -504,9 +490,8 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis } /** Set UPC/EAN. - @param UPC - Bar Code (Universal Product Code or its superset European Article Number) - */ + @param UPC Bar Code (Universal Product Code or its superset European Article Number) + */ public void setUPC (String UPC) { throw new IllegalArgumentException ("UPC is virtual column"); } @@ -514,15 +499,14 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Get UPC/EAN. @return Bar Code (Universal Product Code or its superset European Article Number) */ - public String getUPC () + public String getUPC() { return (String)get_Value(COLUMNNAME_UPC); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { throw new IllegalArgumentException ("Value is virtual column"); } @@ -530,7 +514,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InventoryLineMA.java b/org.adempiere.base/src/org/compiere/model/X_M_InventoryLineMA.java index 4d2b917282..5e4ef88e66 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InventoryLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InventoryLineMA.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_InventoryLineMA * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_InventoryLineMA") public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_InventoryLineMA (Properties ctx, int M_InventoryLineMA_ID, String trxName) @@ -78,9 +78,8 @@ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Pe } /** Set Date Material Policy. - @param DateMaterialPolicy - Time used for LIFO and FIFO Material Policy - */ + @param DateMaterialPolicy Time used for LIFO and FIFO Material Policy + */ public void setDateMaterialPolicy (Timestamp DateMaterialPolicy) { set_ValueNoCheck (COLUMNNAME_DateMaterialPolicy, DateMaterialPolicy); @@ -89,13 +88,14 @@ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Pe /** Get Date Material Policy. @return Time used for LIFO and FIFO Material Policy */ - public Timestamp getDateMaterialPolicy () + public Timestamp getDateMaterialPolicy() { return (Timestamp)get_Value(COLUMNNAME_DateMaterialPolicy); } /** Set Auto Generated. - @param IsAutoGenerated Auto Generated */ + @param IsAutoGenerated Auto Generated + */ public void setIsAutoGenerated (boolean IsAutoGenerated) { set_ValueNoCheck (COLUMNNAME_IsAutoGenerated, Boolean.valueOf(IsAutoGenerated)); @@ -103,7 +103,7 @@ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Pe /** Get Auto Generated. @return Auto Generated */ - public boolean isAutoGenerated () + public boolean isAutoGenerated() { Object oo = get_Value(COLUMNNAME_IsAutoGenerated); if (oo != null) @@ -122,21 +122,20 @@ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Pe } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -151,21 +150,20 @@ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Pe } /** Set Phys.Inventory Line. - @param M_InventoryLine_ID - Unique line in an Inventory document - */ + @param M_InventoryLine_ID Unique line in an Inventory document + */ public void setM_InventoryLine_ID (int M_InventoryLine_ID) { - if (M_InventoryLine_ID < 1) + if (M_InventoryLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InventoryLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InventoryLine_ID, Integer.valueOf(M_InventoryLine_ID)); } /** Get Phys.Inventory Line. @return Unique line in an Inventory document */ - public int getM_InventoryLine_ID () + public int getM_InventoryLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InventoryLine_ID); if (ii == null) @@ -182,7 +180,8 @@ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Pe } /** Set M_InventoryLineMA_UU. - @param M_InventoryLineMA_UU M_InventoryLineMA_UU */ + @param M_InventoryLineMA_UU M_InventoryLineMA_UU + */ public void setM_InventoryLineMA_UU (String M_InventoryLineMA_UU) { set_Value (COLUMNNAME_M_InventoryLineMA_UU, M_InventoryLineMA_UU); @@ -190,15 +189,14 @@ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Pe /** Get M_InventoryLineMA_UU. @return M_InventoryLineMA_UU */ - public String getM_InventoryLineMA_UU () + public String getM_InventoryLineMA_UU() { return (String)get_Value(COLUMNNAME_M_InventoryLineMA_UU); } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); @@ -207,7 +205,7 @@ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Pe /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Locator.java b/org.adempiere.base/src/org/compiere/model/X_M_Locator.java index 9d1b068b87..180da0bfc1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Locator.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Locator.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Locator * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Locator") public class X_M_Locator extends PO implements I_M_Locator, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Locator (Properties ctx, int M_Locator_ID, String trxName) @@ -80,9 +80,8 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -91,7 +90,7 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -104,21 +103,20 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Locator_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -133,18 +131,19 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent } /** Set Locator Type. - @param M_LocatorType_ID Locator Type */ + @param M_LocatorType_ID Locator Type + */ public void setM_LocatorType_ID (int M_LocatorType_ID) { - if (M_LocatorType_ID < 1) + if (M_LocatorType_ID < 1) set_Value (COLUMNNAME_M_LocatorType_ID, null); - else + else set_Value (COLUMNNAME_M_LocatorType_ID, Integer.valueOf(M_LocatorType_ID)); } /** Get Locator Type. @return Locator Type */ - public int getM_LocatorType_ID () + public int getM_LocatorType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorType_ID); if (ii == null) @@ -153,7 +152,8 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent } /** Set M_Locator_UU. - @param M_Locator_UU M_Locator_UU */ + @param M_Locator_UU M_Locator_UU + */ public void setM_Locator_UU (String M_Locator_UU) { set_Value (COLUMNNAME_M_Locator_UU, M_Locator_UU); @@ -161,7 +161,7 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent /** Get M_Locator_UU. @return M_Locator_UU */ - public String getM_Locator_UU () + public String getM_Locator_UU() { return (String)get_Value(COLUMNNAME_M_Locator_UU); } @@ -173,21 +173,20 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -196,9 +195,8 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent } /** Set Relative Priority. - @param PriorityNo - Where inventory should be picked from first - */ + @param PriorityNo Where inventory should be picked from first + */ public void setPriorityNo (int PriorityNo) { set_Value (COLUMNNAME_PriorityNo, Integer.valueOf(PriorityNo)); @@ -207,7 +205,7 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent /** Get Relative Priority. @return Where inventory should be picked from first */ - public int getPriorityNo () + public int getPriorityNo() { Integer ii = (Integer)get_Value(COLUMNNAME_PriorityNo); if (ii == null) @@ -216,9 +214,8 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -227,7 +224,7 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } @@ -241,9 +238,8 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent } /** Set Aisle (X). - @param X - X dimension, e.g., Aisle - */ + @param X X dimension, e.g., Aisle + */ public void setX (String X) { set_Value (COLUMNNAME_X, X); @@ -252,15 +248,14 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent /** Get Aisle (X). @return X dimension, e.g., Aisle */ - public String getX () + public String getX() { return (String)get_Value(COLUMNNAME_X); } /** Set Bin (Y). - @param Y - Y dimension, e.g., Bin - */ + @param Y Y dimension, e.g., Bin + */ public void setY (String Y) { set_Value (COLUMNNAME_Y, Y); @@ -269,15 +264,14 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent /** Get Bin (Y). @return Y dimension, e.g., Bin */ - public String getY () + public String getY() { return (String)get_Value(COLUMNNAME_Y); } /** Set Level (Z). - @param Z - Z dimension, e.g., Level - */ + @param Z Z dimension, e.g., Level + */ public void setZ (String Z) { set_Value (COLUMNNAME_Z, Z); @@ -286,7 +280,7 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent /** Get Level (Z). @return Z dimension, e.g., Level */ - public String getZ () + public String getZ() { return (String)get_Value(COLUMNNAME_Z); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_LocatorType.java b/org.adempiere.base/src/org/compiere/model/X_M_LocatorType.java index e3b98896c5..4eefa34b52 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_LocatorType.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_LocatorType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_LocatorType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_LocatorType") public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_LocatorType (Properties ctx, int M_LocatorType_ID, String trxName) @@ -79,9 +79,8 @@ public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -90,15 +89,14 @@ public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -107,13 +105,14 @@ public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Available for Replenishment. - @param IsAvailableForReplenishment Available for Replenishment */ + @param IsAvailableForReplenishment Available for Replenishment + */ public void setIsAvailableForReplenishment (boolean IsAvailableForReplenishment) { set_Value (COLUMNNAME_IsAvailableForReplenishment, Boolean.valueOf(IsAvailableForReplenishment)); @@ -121,7 +120,7 @@ public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent /** Get Available for Replenishment. @return Available for Replenishment */ - public boolean isAvailableForReplenishment () + public boolean isAvailableForReplenishment() { Object oo = get_Value(COLUMNNAME_IsAvailableForReplenishment); if (oo != null) @@ -134,7 +133,8 @@ public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent } /** Set Available for Reservation. - @param IsAvailableForReservation Available for Reservation */ + @param IsAvailableForReservation Available for Reservation + */ public void setIsAvailableForReservation (boolean IsAvailableForReservation) { set_Value (COLUMNNAME_IsAvailableForReservation, Boolean.valueOf(IsAvailableForReservation)); @@ -142,7 +142,7 @@ public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent /** Get Available for Reservation. @return Available for Reservation */ - public boolean isAvailableForReservation () + public boolean isAvailableForReservation() { Object oo = get_Value(COLUMNNAME_IsAvailableForReservation); if (oo != null) @@ -155,7 +155,8 @@ public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent } /** Set Available for Shipping. - @param IsAvailableForShipping Available for Shipping */ + @param IsAvailableForShipping Available for Shipping + */ public void setIsAvailableForShipping (boolean IsAvailableForShipping) { set_Value (COLUMNNAME_IsAvailableForShipping, Boolean.valueOf(IsAvailableForShipping)); @@ -163,7 +164,7 @@ public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent /** Get Available for Shipping. @return Available for Shipping */ - public boolean isAvailableForShipping () + public boolean isAvailableForShipping() { Object oo = get_Value(COLUMNNAME_IsAvailableForShipping); if (oo != null) @@ -176,18 +177,19 @@ public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent } /** Set Locator Type. - @param M_LocatorType_ID Locator Type */ + @param M_LocatorType_ID Locator Type + */ public void setM_LocatorType_ID (int M_LocatorType_ID) { - if (M_LocatorType_ID < 1) + if (M_LocatorType_ID < 1) set_ValueNoCheck (COLUMNNAME_M_LocatorType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_LocatorType_ID, Integer.valueOf(M_LocatorType_ID)); } /** Get Locator Type. @return Locator Type */ - public int getM_LocatorType_ID () + public int getM_LocatorType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorType_ID); if (ii == null) @@ -196,7 +198,8 @@ public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent } /** Set M_LocatorType_UU. - @param M_LocatorType_UU M_LocatorType_UU */ + @param M_LocatorType_UU M_LocatorType_UU + */ public void setM_LocatorType_UU (String M_LocatorType_UU) { set_Value (COLUMNNAME_M_LocatorType_UU, M_LocatorType_UU); @@ -204,15 +207,14 @@ public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent /** Get M_LocatorType_UU. @return M_LocatorType_UU */ - public String getM_LocatorType_UU () + public String getM_LocatorType_UU() { return (String)get_Value(COLUMNNAME_M_LocatorType_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -221,7 +223,7 @@ public class X_M_LocatorType extends PO implements I_M_LocatorType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Lot.java b/org.adempiere.base/src/org/compiere/model/X_M_Lot.java index f749164430..28d83e2f3f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Lot.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Lot.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Lot * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Lot") public class X_M_Lot extends PO implements I_M_Lot, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Lot (Properties ctx, int M_Lot_ID, String trxName) @@ -75,9 +75,8 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent } /** Set Date From. - @param DateFrom - Starting date for a range - */ + @param DateFrom Starting date for a range + */ public void setDateFrom (Timestamp DateFrom) { set_Value (COLUMNNAME_DateFrom, DateFrom); @@ -86,15 +85,14 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent /** Get Date From. @return Starting date for a range */ - public Timestamp getDateFrom () + public Timestamp getDateFrom() { return (Timestamp)get_Value(COLUMNNAME_DateFrom); } /** Set Date To. - @param DateTo - End date of a date range - */ + @param DateTo End date of a date range + */ public void setDateTo (Timestamp DateTo) { set_Value (COLUMNNAME_DateTo, DateTo); @@ -103,15 +101,14 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent /** Get Date To. @return End date of a date range */ - public Timestamp getDateTo () + public Timestamp getDateTo() { return (Timestamp)get_Value(COLUMNNAME_DateTo); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -120,15 +117,14 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -137,7 +133,7 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -149,21 +145,20 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent } /** Set Lot Control. - @param M_LotCtl_ID - Product Lot Control - */ + @param M_LotCtl_ID Product Lot Control + */ public void setM_LotCtl_ID (int M_LotCtl_ID) { - if (M_LotCtl_ID < 1) + if (M_LotCtl_ID < 1) set_ValueNoCheck (COLUMNNAME_M_LotCtl_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_LotCtl_ID, Integer.valueOf(M_LotCtl_ID)); } /** Get Lot Control. @return Product Lot Control */ - public int getM_LotCtl_ID () + public int getM_LotCtl_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_LotCtl_ID); if (ii == null) @@ -172,21 +167,20 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent } /** Set Lot. - @param M_Lot_ID - Product Lot Definition - */ + @param M_Lot_ID Product Lot Definition + */ public void setM_Lot_ID (int M_Lot_ID) { - if (M_Lot_ID < 1) + if (M_Lot_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Lot_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Lot_ID, Integer.valueOf(M_Lot_ID)); } /** Get Lot. @return Product Lot Definition */ - public int getM_Lot_ID () + public int getM_Lot_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Lot_ID); if (ii == null) @@ -195,7 +189,8 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent } /** Set M_Lot_UU. - @param M_Lot_UU M_Lot_UU */ + @param M_Lot_UU M_Lot_UU + */ public void setM_Lot_UU (String M_Lot_UU) { set_Value (COLUMNNAME_M_Lot_UU, M_Lot_UU); @@ -203,7 +198,7 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent /** Get M_Lot_UU. @return M_Lot_UU */ - public String getM_Lot_UU () + public String getM_Lot_UU() { return (String)get_Value(COLUMNNAME_M_Lot_UU); } @@ -215,21 +210,20 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -246,9 +240,8 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -257,7 +250,7 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_LotCtl.java b/org.adempiere.base/src/org/compiere/model/X_M_LotCtl.java index 6f26bdf43e..7bf296b650 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_LotCtl.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_LotCtl.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_LotCtl * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_LotCtl") public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_LotCtl (Properties ctx, int M_LotCtl_ID, String trxName) @@ -79,9 +79,8 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent } /** Set Current Next. - @param CurrentNext - The next number to be used - */ + @param CurrentNext The next number to be used + */ public void setCurrentNext (int CurrentNext) { set_Value (COLUMNNAME_CurrentNext, Integer.valueOf(CurrentNext)); @@ -90,7 +89,7 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent /** Get Current Next. @return The next number to be used */ - public int getCurrentNext () + public int getCurrentNext() { Integer ii = (Integer)get_Value(COLUMNNAME_CurrentNext); if (ii == null) @@ -99,9 +98,8 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -110,15 +108,14 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Increment. - @param IncrementNo - The number to increment the last document number by - */ + @param IncrementNo The number to increment the last document number by + */ public void setIncrementNo (int IncrementNo) { set_Value (COLUMNNAME_IncrementNo, Integer.valueOf(IncrementNo)); @@ -127,7 +124,7 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent /** Get Increment. @return The number to increment the last document number by */ - public int getIncrementNo () + public int getIncrementNo() { Integer ii = (Integer)get_Value(COLUMNNAME_IncrementNo); if (ii == null) @@ -136,21 +133,20 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent } /** Set Lot Control. - @param M_LotCtl_ID - Product Lot Control - */ + @param M_LotCtl_ID Product Lot Control + */ public void setM_LotCtl_ID (int M_LotCtl_ID) { - if (M_LotCtl_ID < 1) + if (M_LotCtl_ID < 1) set_ValueNoCheck (COLUMNNAME_M_LotCtl_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_LotCtl_ID, Integer.valueOf(M_LotCtl_ID)); } /** Get Lot Control. @return Product Lot Control */ - public int getM_LotCtl_ID () + public int getM_LotCtl_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_LotCtl_ID); if (ii == null) @@ -159,7 +155,8 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent } /** Set M_LotCtl_UU. - @param M_LotCtl_UU M_LotCtl_UU */ + @param M_LotCtl_UU M_LotCtl_UU + */ public void setM_LotCtl_UU (String M_LotCtl_UU) { set_Value (COLUMNNAME_M_LotCtl_UU, M_LotCtl_UU); @@ -167,15 +164,14 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent /** Get M_LotCtl_UU. @return M_LotCtl_UU */ - public String getM_LotCtl_UU () + public String getM_LotCtl_UU() { return (String)get_Value(COLUMNNAME_M_LotCtl_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -184,7 +180,7 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -198,9 +194,8 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent } /** Set Prefix. - @param Prefix - Prefix before the sequence number - */ + @param Prefix Prefix before the sequence number + */ public void setPrefix (String Prefix) { set_Value (COLUMNNAME_Prefix, Prefix); @@ -209,15 +204,14 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent /** Get Prefix. @return Prefix before the sequence number */ - public String getPrefix () + public String getPrefix() { return (String)get_Value(COLUMNNAME_Prefix); } /** Set Start No. - @param StartNo - Starting number/position - */ + @param StartNo Starting number/position + */ public void setStartNo (int StartNo) { set_Value (COLUMNNAME_StartNo, Integer.valueOf(StartNo)); @@ -226,7 +220,7 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent /** Get Start No. @return Starting number/position */ - public int getStartNo () + public int getStartNo() { Integer ii = (Integer)get_Value(COLUMNNAME_StartNo); if (ii == null) @@ -235,9 +229,8 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent } /** Set Suffix. - @param Suffix - Suffix after the number - */ + @param Suffix Suffix after the number + */ public void setSuffix (String Suffix) { set_Value (COLUMNNAME_Suffix, Suffix); @@ -246,7 +239,7 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent /** Get Suffix. @return Suffix after the number */ - public String getSuffix () + public String getSuffix() { return (String)get_Value(COLUMNNAME_Suffix); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_LotCtlExclude.java b/org.adempiere.base/src/org/compiere/model/X_M_LotCtlExclude.java index 6b3aeec857..a7442a93c3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_LotCtlExclude.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_LotCtlExclude.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_LotCtlExclude * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_LotCtlExclude") public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_LotCtlExclude (Properties ctx, int M_LotCtlExclude_ID, String trxName) @@ -80,21 +80,20 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -103,9 +102,8 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -114,7 +112,7 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -127,21 +125,20 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis } /** Set Exclude Lot. - @param M_LotCtlExclude_ID - Exclude the ability to create Lots in Attribute Sets - */ + @param M_LotCtlExclude_ID Exclude the ability to create Lots in Attribute Sets + */ public void setM_LotCtlExclude_ID (int M_LotCtlExclude_ID) { - if (M_LotCtlExclude_ID < 1) + if (M_LotCtlExclude_ID < 1) set_ValueNoCheck (COLUMNNAME_M_LotCtlExclude_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_LotCtlExclude_ID, Integer.valueOf(M_LotCtlExclude_ID)); } /** Get Exclude Lot. @return Exclude the ability to create Lots in Attribute Sets */ - public int getM_LotCtlExclude_ID () + public int getM_LotCtlExclude_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_LotCtlExclude_ID); if (ii == null) @@ -150,7 +147,8 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis } /** Set M_LotCtlExclude_UU. - @param M_LotCtlExclude_UU M_LotCtlExclude_UU */ + @param M_LotCtlExclude_UU M_LotCtlExclude_UU + */ public void setM_LotCtlExclude_UU (String M_LotCtlExclude_UU) { set_Value (COLUMNNAME_M_LotCtlExclude_UU, M_LotCtlExclude_UU); @@ -158,7 +156,7 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis /** Get M_LotCtlExclude_UU. @return M_LotCtlExclude_UU */ - public String getM_LotCtlExclude_UU () + public String getM_LotCtlExclude_UU() { return (String)get_Value(COLUMNNAME_M_LotCtlExclude_UU); } @@ -170,21 +168,20 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis } /** Set Lot Control. - @param M_LotCtl_ID - Product Lot Control - */ + @param M_LotCtl_ID Product Lot Control + */ public void setM_LotCtl_ID (int M_LotCtl_ID) { - if (M_LotCtl_ID < 1) + if (M_LotCtl_ID < 1) set_ValueNoCheck (COLUMNNAME_M_LotCtl_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_LotCtl_ID, Integer.valueOf(M_LotCtl_ID)); } /** Get Lot Control. @return Product Lot Control */ - public int getM_LotCtl_ID () + public int getM_LotCtl_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_LotCtl_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_MatchInv.java b/org.adempiere.base/src/org/compiere/model/X_M_MatchInv.java index 5a2bee9221..0e636c2cd6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_MatchInv.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_MatchInv.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_MatchInv * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_MatchInv") public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_MatchInv (Properties ctx, int M_MatchInv_ID, String trxName) @@ -89,21 +89,20 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -112,9 +111,8 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -123,15 +121,14 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Transaction Date. - @param DateTrx - Transaction Date - */ + @param DateTrx Transaction Date + */ public void setDateTrx (Timestamp DateTrx) { set_ValueNoCheck (COLUMNNAME_DateTrx, DateTrx); @@ -140,15 +137,14 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent /** Get Transaction Date. @return Transaction Date */ - public Timestamp getDateTrx () + public Timestamp getDateTrx() { return (Timestamp)get_Value(COLUMNNAME_DateTrx); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -157,15 +153,14 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -174,7 +169,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -194,21 +189,20 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -223,21 +217,20 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -246,21 +239,20 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set Match Invoice. - @param M_MatchInv_ID - Match Shipment/Receipt to Invoice - */ + @param M_MatchInv_ID Match Shipment/Receipt to Invoice + */ public void setM_MatchInv_ID (int M_MatchInv_ID) { - if (M_MatchInv_ID < 1) + if (M_MatchInv_ID < 1) set_ValueNoCheck (COLUMNNAME_M_MatchInv_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_MatchInv_ID, Integer.valueOf(M_MatchInv_ID)); } /** Get Match Invoice. @return Match Shipment/Receipt to Invoice */ - public int getM_MatchInv_ID () + public int getM_MatchInv_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MatchInv_ID); if (ii == null) @@ -269,7 +261,8 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set M_MatchInv_UU. - @param M_MatchInv_UU M_MatchInv_UU */ + @param M_MatchInv_UU M_MatchInv_UU + */ public void setM_MatchInv_UU (String M_MatchInv_UU) { set_Value (COLUMNNAME_M_MatchInv_UU, M_MatchInv_UU); @@ -277,7 +270,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent /** Get M_MatchInv_UU. @return M_MatchInv_UU */ - public String getM_MatchInv_UU () + public String getM_MatchInv_UU() { return (String)get_Value(COLUMNNAME_M_MatchInv_UU); } @@ -289,21 +282,20 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -312,9 +304,8 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_ValueNoCheck (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -323,7 +314,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -336,9 +327,8 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_ValueNoCheck (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -347,7 +337,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -360,9 +350,8 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -371,7 +360,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -380,7 +369,8 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -388,7 +378,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -401,9 +391,8 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_ValueNoCheck (COLUMNNAME_Qty, Qty); @@ -412,7 +401,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -427,18 +416,19 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set Referenced Match Invoice. - @param Ref_MatchInv_ID Referenced Match Invoice */ + @param Ref_MatchInv_ID Referenced Match Invoice + */ public void setRef_MatchInv_ID (int Ref_MatchInv_ID) { - if (Ref_MatchInv_ID < 1) + if (Ref_MatchInv_ID < 1) set_Value (COLUMNNAME_Ref_MatchInv_ID, null); - else + else set_Value (COLUMNNAME_Ref_MatchInv_ID, Integer.valueOf(Ref_MatchInv_ID)); } /** Get Referenced Match Invoice. @return Referenced Match Invoice */ - public int getRef_MatchInv_ID () + public int getRef_MatchInv_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Ref_MatchInv_ID); if (ii == null) @@ -453,21 +443,20 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_Value (COLUMNNAME_Reversal_ID, null); - else + else set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_MatchPO.java b/org.adempiere.base/src/org/compiere/model/X_M_MatchPO.java index 1307104cb7..d185159604 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_MatchPO.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_MatchPO.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_MatchPO * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_MatchPO") public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_MatchPO (Properties ctx, int M_MatchPO_ID, String trxName) @@ -90,21 +90,20 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -119,21 +118,20 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -142,9 +140,8 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -153,15 +150,14 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Transaction Date. - @param DateTrx - Transaction Date - */ + @param DateTrx Transaction Date + */ public void setDateTrx (Timestamp DateTrx) { set_ValueNoCheck (COLUMNNAME_DateTrx, DateTrx); @@ -170,15 +166,14 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent /** Get Transaction Date. @return Transaction Date */ - public Timestamp getDateTrx () + public Timestamp getDateTrx() { return (Timestamp)get_Value(COLUMNNAME_DateTrx); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -187,15 +182,14 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -204,7 +198,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -218,9 +212,8 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -229,7 +222,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -248,21 +241,20 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -277,21 +269,20 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -300,21 +291,20 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Match PO. - @param M_MatchPO_ID - Match Purchase Order to Shipment/Receipt and Invoice - */ + @param M_MatchPO_ID Match Purchase Order to Shipment/Receipt and Invoice + */ public void setM_MatchPO_ID (int M_MatchPO_ID) { - if (M_MatchPO_ID < 1) + if (M_MatchPO_ID < 1) set_ValueNoCheck (COLUMNNAME_M_MatchPO_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_MatchPO_ID, Integer.valueOf(M_MatchPO_ID)); } /** Get Match PO. @return Match Purchase Order to Shipment/Receipt and Invoice */ - public int getM_MatchPO_ID () + public int getM_MatchPO_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MatchPO_ID); if (ii == null) @@ -323,7 +313,8 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set M_MatchPO_UU. - @param M_MatchPO_UU M_MatchPO_UU */ + @param M_MatchPO_UU M_MatchPO_UU + */ public void setM_MatchPO_UU (String M_MatchPO_UU) { set_Value (COLUMNNAME_M_MatchPO_UU, M_MatchPO_UU); @@ -331,7 +322,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent /** Get M_MatchPO_UU. @return M_MatchPO_UU */ - public String getM_MatchPO_UU () + public String getM_MatchPO_UU() { return (String)get_Value(COLUMNNAME_M_MatchPO_UU); } @@ -343,21 +334,20 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -366,9 +356,8 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_ValueNoCheck (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -377,7 +366,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -390,9 +379,8 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Price Match Difference. - @param PriceMatchDifference - Difference between Purchase and Invoice Price per matched line - */ + @param PriceMatchDifference Difference between Purchase and Invoice Price per matched line + */ public void setPriceMatchDifference (BigDecimal PriceMatchDifference) { set_Value (COLUMNNAME_PriceMatchDifference, PriceMatchDifference); @@ -401,7 +389,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent /** Get Price Match Difference. @return Difference between Purchase and Invoice Price per matched line */ - public BigDecimal getPriceMatchDifference () + public BigDecimal getPriceMatchDifference() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceMatchDifference); if (bd == null) @@ -410,9 +398,8 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_ValueNoCheck (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -421,7 +408,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -434,9 +421,8 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -445,7 +431,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -454,7 +440,8 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -462,7 +449,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -475,9 +462,8 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_ValueNoCheck (COLUMNNAME_Qty, Qty); @@ -486,7 +472,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -501,18 +487,19 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Referenced Match PO. - @param Ref_MatchPO_ID Referenced Match PO */ + @param Ref_MatchPO_ID Referenced Match PO + */ public void setRef_MatchPO_ID (int Ref_MatchPO_ID) { - if (Ref_MatchPO_ID < 1) + if (Ref_MatchPO_ID < 1) set_Value (COLUMNNAME_Ref_MatchPO_ID, null); - else + else set_Value (COLUMNNAME_Ref_MatchPO_ID, Integer.valueOf(Ref_MatchPO_ID)); } /** Get Referenced Match PO. @return Referenced Match PO */ - public int getRef_MatchPO_ID () + public int getRef_MatchPO_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Ref_MatchPO_ID); if (ii == null) @@ -527,21 +514,20 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_Value (COLUMNNAME_Reversal_ID, null); - else + else set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Movement.java b/org.adempiere.base/src/org/compiere/model/X_M_Movement.java index 0d60531e66..80ea2cfbae 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Movement.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Movement.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Movement * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Movement") public class X_M_Movement extends PO implements I_M_Movement, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** * */ - private static final long serialVersionUID = 20211115L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Movement (Properties ctx, int M_Movement_ID, String trxName) @@ -87,21 +87,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -116,21 +115,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -139,9 +137,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Approval Amount. - @param ApprovalAmt - Document Approval Amount - */ + @param ApprovalAmt Document Approval Amount + */ public void setApprovalAmt (BigDecimal ApprovalAmt) { set_Value (COLUMNNAME_ApprovalAmt, ApprovalAmt); @@ -150,7 +147,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Approval Amount. @return Document Approval Amount */ - public BigDecimal getApprovalAmt () + public BigDecimal getApprovalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ApprovalAmt); if (bd == null) @@ -165,21 +162,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -193,22 +189,21 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -223,21 +218,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -252,21 +246,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -281,21 +274,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -310,21 +302,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -333,9 +324,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Charge amount. - @param ChargeAmt - Charge Amount - */ + @param ChargeAmt Charge Amount + */ public void setChargeAmt (BigDecimal ChargeAmt) { set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); @@ -344,7 +334,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Charge amount. @return Charge Amount */ - public BigDecimal getChargeAmt () + public BigDecimal getChargeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); if (bd == null) @@ -359,21 +349,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -382,9 +371,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Create lines from. - @param CreateFrom - Process which will generate a new document lines based on an existing document - */ + @param CreateFrom Process which will generate a new document lines based on an existing document + */ public void setCreateFrom (String CreateFrom) { set_Value (COLUMNNAME_CreateFrom, CreateFrom); @@ -393,15 +381,14 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Create lines from. @return Process which will generate a new document lines based on an existing document */ - public String getCreateFrom () + public String getCreateFrom() { return (String)get_Value(COLUMNNAME_CreateFrom); } /** Set Date received. - @param DateReceived - Date a product was received - */ + @param DateReceived Date a product was received + */ public void setDateReceived (Timestamp DateReceived) { set_Value (COLUMNNAME_DateReceived, DateReceived); @@ -410,7 +397,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Date received. @return Date a product was received */ - public Timestamp getDateReceived () + public Timestamp getDateReceived() { return (Timestamp)get_Value(COLUMNNAME_DateReceived); } @@ -422,18 +409,19 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Distribution Order. - @param DD_Order_ID Distribution Order */ + @param DD_Order_ID Distribution Order + */ public void setDD_Order_ID (int DD_Order_ID) { - if (DD_Order_ID < 1) + if (DD_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_DD_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID)); } /** Get Distribution Order. @return Distribution Order */ - public int getDD_Order_ID () + public int getDD_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID); if (ii == null) @@ -456,9 +444,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** After Payment = R */ public static final String DELIVERYRULE_AfterPayment = "R"; /** Set Delivery Rule. - @param DeliveryRule - Defines the timing of Delivery - */ + @param DeliveryRule Defines the timing of Delivery + */ public void setDeliveryRule (String DeliveryRule) { @@ -468,7 +455,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Delivery Rule. @return Defines the timing of Delivery */ - public String getDeliveryRule () + public String getDeliveryRule() { return (String)get_Value(COLUMNNAME_DeliveryRule); } @@ -482,9 +469,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Shipper = S */ public static final String DELIVERYVIARULE_Shipper = "S"; /** Set Delivery Via. - @param DeliveryViaRule - How the order will be delivered - */ + @param DeliveryViaRule How the order will be delivered + */ public void setDeliveryViaRule (String DeliveryViaRule) { @@ -494,15 +480,14 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Delivery Via. @return How the order will be delivered */ - public String getDeliveryViaRule () + public String getDeliveryViaRule() { return (String)get_Value(COLUMNNAME_DeliveryViaRule); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -511,14 +496,14 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -547,9 +532,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -559,7 +543,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -591,9 +575,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -603,15 +586,14 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -620,7 +602,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -634,9 +616,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Freight Amount. - @param FreightAmt - Freight Amount - */ + @param FreightAmt Freight Amount + */ public void setFreightAmt (BigDecimal FreightAmt) { set_Value (COLUMNNAME_FreightAmt, FreightAmt); @@ -645,7 +626,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Freight Amount. @return Freight Amount */ - public BigDecimal getFreightAmt () + public BigDecimal getFreightAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FreightAmt); if (bd == null) @@ -661,10 +642,11 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent public static final String FREIGHTCOSTRULE_FixPrice = "F"; /** Freight included = I */ public static final String FREIGHTCOSTRULE_FreightIncluded = "I"; + /** Line = L */ + public static final String FREIGHTCOSTRULE_Line = "L"; /** Set Freight Cost Rule. - @param FreightCostRule - Method for charging Freight - */ + @param FreightCostRule Method for charging Freight + */ public void setFreightCostRule (String FreightCostRule) { @@ -674,15 +656,14 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Freight Cost Rule. @return Method for charging Freight */ - public String getFreightCostRule () + public String getFreightCostRule() { return (String)get_Value(COLUMNNAME_FreightCostRule); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -691,7 +672,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -704,9 +685,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set In Transit. - @param IsInTransit - Movement is in transit - */ + @param IsInTransit Movement is in transit + */ public void setIsInTransit (boolean IsInTransit) { set_Value (COLUMNNAME_IsInTransit, Boolean.valueOf(IsInTransit)); @@ -715,7 +695,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get In Transit. @return Movement is in transit */ - public boolean isInTransit () + public boolean isInTransit() { Object oo = get_Value(COLUMNNAME_IsInTransit); if (oo != null) @@ -728,21 +708,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Inventory Move. - @param M_Movement_ID - Movement of Inventory - */ + @param M_Movement_ID Movement of Inventory + */ public void setM_Movement_ID (int M_Movement_ID) { - if (M_Movement_ID < 1) + if (M_Movement_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Movement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Movement_ID, Integer.valueOf(M_Movement_ID)); } /** Get Inventory Move. @return Movement of Inventory */ - public int getM_Movement_ID () + public int getM_Movement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Movement_ID); if (ii == null) @@ -751,7 +730,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set M_Movement_UU. - @param M_Movement_UU M_Movement_UU */ + @param M_Movement_UU M_Movement_UU + */ public void setM_Movement_UU (String M_Movement_UU) { set_Value (COLUMNNAME_M_Movement_UU, M_Movement_UU); @@ -759,15 +739,14 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get M_Movement_UU. @return M_Movement_UU */ - public String getM_Movement_UU () + public String getM_Movement_UU() { return (String)get_Value(COLUMNNAME_M_Movement_UU); } /** Set Movement Date. - @param MovementDate - Date a product was moved in or out of inventory - */ + @param MovementDate Date a product was moved in or out of inventory + */ public void setMovementDate (Timestamp MovementDate) { set_Value (COLUMNNAME_MovementDate, MovementDate); @@ -776,7 +755,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Movement Date. @return Date a product was moved in or out of inventory */ - public Timestamp getMovementDate () + public Timestamp getMovementDate() { return (Timestamp)get_Value(COLUMNNAME_MovementDate); } @@ -788,21 +767,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_Value (COLUMNNAME_M_Shipper_ID, null); - else + else set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -817,21 +795,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -846,21 +823,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Warehouse To. - @param M_WarehouseTo_ID - To Storage Warehouse and Service Point - */ + @param M_WarehouseTo_ID To Storage Warehouse and Service Point + */ public void setM_WarehouseTo_ID (int M_WarehouseTo_ID) { - if (M_WarehouseTo_ID < 1) + if (M_WarehouseTo_ID < 1) set_Value (COLUMNNAME_M_WarehouseTo_ID, null); - else + else set_Value (COLUMNNAME_M_WarehouseTo_ID, Integer.valueOf(M_WarehouseTo_ID)); } /** Get Warehouse To. @return To Storage Warehouse and Service Point */ - public int getM_WarehouseTo_ID () + public int getM_WarehouseTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_WarehouseTo_ID); if (ii == null) @@ -869,9 +845,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Order Reference. - @param POReference - Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner - */ + @param POReference Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner + */ public void setPOReference (String POReference) { set_Value (COLUMNNAME_POReference, POReference); @@ -880,15 +855,14 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Order Reference. @return Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner */ - public String getPOReference () + public String getPOReference() { return (String)get_Value(COLUMNNAME_POReference); } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -897,7 +871,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -922,9 +896,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Minor = 9 */ public static final String PRIORITYRULE_Minor = "9"; /** Set Priority. - @param PriorityRule - Priority of a document - */ + @param PriorityRule Priority of a document + */ public void setPriorityRule (String PriorityRule) { @@ -934,15 +907,14 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Priority. @return Priority of a document */ - public String getPriorityRule () + public String getPriorityRule() { return (String)get_Value(COLUMNNAME_PriorityRule); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -951,7 +923,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -964,9 +936,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -975,7 +946,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -984,7 +955,8 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -992,7 +964,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1011,21 +983,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_Value (COLUMNNAME_Reversal_ID, null); - else + else set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) @@ -1040,21 +1011,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -1069,21 +1039,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -1098,21 +1067,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_MovementConfirm.java b/org.adempiere.base/src/org/compiere/model/X_M_MovementConfirm.java index e57e0dda0a..f040e60135 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_MovementConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_MovementConfirm.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_MovementConfirm * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_MovementConfirm") public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_MovementConfirm (Properties ctx, int M_MovementConfirm_ID, String trxName) @@ -81,9 +81,8 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe } /** Set Approval Amount. - @param ApprovalAmt - Document Approval Amount - */ + @param ApprovalAmt Document Approval Amount + */ public void setApprovalAmt (BigDecimal ApprovalAmt) { set_Value (COLUMNNAME_ApprovalAmt, ApprovalAmt); @@ -92,7 +91,7 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe /** Get Approval Amount. @return Document Approval Amount */ - public BigDecimal getApprovalAmt () + public BigDecimal getApprovalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ApprovalAmt); if (bd == null) @@ -101,9 +100,8 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -112,14 +110,14 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -148,9 +146,8 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -160,7 +157,7 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -192,9 +189,8 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -204,15 +200,14 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -221,7 +216,7 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -235,9 +230,8 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -246,7 +240,7 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -265,21 +259,20 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe } /** Set Phys.Inventory. - @param M_Inventory_ID - Parameters for a Physical Inventory - */ + @param M_Inventory_ID Parameters for a Physical Inventory + */ public void setM_Inventory_ID (int M_Inventory_ID) { - if (M_Inventory_ID < 1) + if (M_Inventory_ID < 1) set_Value (COLUMNNAME_M_Inventory_ID, null); - else + else set_Value (COLUMNNAME_M_Inventory_ID, Integer.valueOf(M_Inventory_ID)); } /** Get Phys.Inventory. @return Parameters for a Physical Inventory */ - public int getM_Inventory_ID () + public int getM_Inventory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Inventory_ID); if (ii == null) @@ -288,21 +281,20 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe } /** Set Move Confirm. - @param M_MovementConfirm_ID - Inventory Move Confirmation - */ + @param M_MovementConfirm_ID Inventory Move Confirmation + */ public void setM_MovementConfirm_ID (int M_MovementConfirm_ID) { - if (M_MovementConfirm_ID < 1) + if (M_MovementConfirm_ID < 1) set_ValueNoCheck (COLUMNNAME_M_MovementConfirm_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_MovementConfirm_ID, Integer.valueOf(M_MovementConfirm_ID)); } /** Get Move Confirm. @return Inventory Move Confirmation */ - public int getM_MovementConfirm_ID () + public int getM_MovementConfirm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementConfirm_ID); if (ii == null) @@ -311,7 +303,8 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe } /** Set M_MovementConfirm_UU. - @param M_MovementConfirm_UU M_MovementConfirm_UU */ + @param M_MovementConfirm_UU M_MovementConfirm_UU + */ public void setM_MovementConfirm_UU (String M_MovementConfirm_UU) { set_Value (COLUMNNAME_M_MovementConfirm_UU, M_MovementConfirm_UU); @@ -319,7 +312,7 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe /** Get M_MovementConfirm_UU. @return M_MovementConfirm_UU */ - public String getM_MovementConfirm_UU () + public String getM_MovementConfirm_UU() { return (String)get_Value(COLUMNNAME_M_MovementConfirm_UU); } @@ -331,21 +324,20 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe } /** Set Inventory Move. - @param M_Movement_ID - Movement of Inventory - */ + @param M_Movement_ID Movement of Inventory + */ public void setM_Movement_ID (int M_Movement_ID) { - if (M_Movement_ID < 1) + if (M_Movement_ID < 1) set_Value (COLUMNNAME_M_Movement_ID, null); - else + else set_Value (COLUMNNAME_M_Movement_ID, Integer.valueOf(M_Movement_ID)); } /** Get Inventory Move. @return Movement of Inventory */ - public int getM_Movement_ID () + public int getM_Movement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Movement_ID); if (ii == null) @@ -354,9 +346,8 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -365,7 +356,7 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -378,7 +369,8 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -386,7 +378,7 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_MovementLine.java b/org.adempiere.base/src/org/compiere/model/X_M_MovementLine.java index 7209312dec..afaa0ceaf3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_MovementLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_MovementLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_MovementLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_MovementLine") public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_MovementLine (Properties ctx, int M_MovementLine_ID, String trxName) @@ -87,9 +87,8 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Confirmed Quantity. - @param ConfirmedQty - Confirmation of a received quantity - */ + @param ConfirmedQty Confirmation of a received quantity + */ public void setConfirmedQty (BigDecimal ConfirmedQty) { set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty); @@ -98,7 +97,7 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste /** Get Confirmed Quantity. @return Confirmation of a received quantity */ - public BigDecimal getConfirmedQty () + public BigDecimal getConfirmedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty); if (bd == null) @@ -113,18 +112,19 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Distribution Order Line. - @param DD_OrderLine_ID Distribution Order Line */ + @param DD_OrderLine_ID Distribution Order Line + */ public void setDD_OrderLine_ID (int DD_OrderLine_ID) { - if (DD_OrderLine_ID < 1) + if (DD_OrderLine_ID < 1) set_Value (COLUMNNAME_DD_OrderLine_ID, null); - else + else set_Value (COLUMNNAME_DD_OrderLine_ID, Integer.valueOf(DD_OrderLine_ID)); } /** Get Distribution Order Line. @return Distribution Order Line */ - public int getDD_OrderLine_ID () + public int getDD_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_OrderLine_ID); if (ii == null) @@ -133,9 +133,8 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -144,15 +143,14 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -161,7 +159,7 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -184,21 +182,20 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -213,21 +210,20 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Attribute Set Instance To. - @param M_AttributeSetInstanceTo_ID - Target Product Attribute Set Instance - */ + @param M_AttributeSetInstanceTo_ID Target Product Attribute Set Instance + */ public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID) { - if (M_AttributeSetInstanceTo_ID < 1) + if (M_AttributeSetInstanceTo_ID < 1) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstanceTo_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstanceTo_ID, Integer.valueOf(M_AttributeSetInstanceTo_ID)); } /** Get Attribute Set Instance To. @return Target Product Attribute Set Instance */ - public int getM_AttributeSetInstanceTo_ID () + public int getM_AttributeSetInstanceTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstanceTo_ID); if (ii == null) @@ -242,21 +238,20 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -271,21 +266,20 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Locator To. - @param M_LocatorTo_ID - Location inventory is moved to - */ + @param M_LocatorTo_ID Location inventory is moved to + */ public void setM_LocatorTo_ID (int M_LocatorTo_ID) { - if (M_LocatorTo_ID < 1) + if (M_LocatorTo_ID < 1) set_Value (COLUMNNAME_M_LocatorTo_ID, null); - else + else set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID)); } /** Get Locator To. @return Location inventory is moved to */ - public int getM_LocatorTo_ID () + public int getM_LocatorTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID); if (ii == null) @@ -300,21 +294,20 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Inventory Move. - @param M_Movement_ID - Movement of Inventory - */ + @param M_Movement_ID Movement of Inventory + */ public void setM_Movement_ID (int M_Movement_ID) { - if (M_Movement_ID < 1) + if (M_Movement_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Movement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Movement_ID, Integer.valueOf(M_Movement_ID)); } /** Get Inventory Move. @return Movement of Inventory */ - public int getM_Movement_ID () + public int getM_Movement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Movement_ID); if (ii == null) @@ -323,21 +316,20 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Move Line. - @param M_MovementLine_ID - Inventory Move document Line - */ + @param M_MovementLine_ID Inventory Move document Line + */ public void setM_MovementLine_ID (int M_MovementLine_ID) { - if (M_MovementLine_ID < 1) + if (M_MovementLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_MovementLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_MovementLine_ID, Integer.valueOf(M_MovementLine_ID)); } /** Get Move Line. @return Inventory Move document Line */ - public int getM_MovementLine_ID () + public int getM_MovementLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementLine_ID); if (ii == null) @@ -346,7 +338,8 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set M_MovementLine_UU. - @param M_MovementLine_UU M_MovementLine_UU */ + @param M_MovementLine_UU M_MovementLine_UU + */ public void setM_MovementLine_UU (String M_MovementLine_UU) { set_Value (COLUMNNAME_M_MovementLine_UU, M_MovementLine_UU); @@ -354,15 +347,14 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste /** Get M_MovementLine_UU. @return M_MovementLine_UU */ - public String getM_MovementLine_UU () + public String getM_MovementLine_UU() { return (String)get_Value(COLUMNNAME_M_MovementLine_UU); } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); @@ -371,7 +363,7 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) @@ -386,21 +378,20 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -409,9 +400,8 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -420,7 +410,7 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -439,21 +429,20 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Reversal Line. - @param ReversalLine_ID - Use to keep the reversal line ID for reversing costing purpose - */ + @param ReversalLine_ID Use to keep the reversal line ID for reversing costing purpose + */ public void setReversalLine_ID (int ReversalLine_ID) { - if (ReversalLine_ID < 1) + if (ReversalLine_ID < 1) set_Value (COLUMNNAME_ReversalLine_ID, null); - else + else set_Value (COLUMNNAME_ReversalLine_ID, Integer.valueOf(ReversalLine_ID)); } /** Get Reversal Line. @return Use to keep the reversal line ID for reversing costing purpose */ - public int getReversalLine_ID () + public int getReversalLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ReversalLine_ID); if (ii == null) @@ -462,9 +451,8 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Scrapped Quantity. - @param ScrappedQty - The Quantity scrapped due to QA issues - */ + @param ScrappedQty The Quantity scrapped due to QA issues + */ public void setScrappedQty (BigDecimal ScrappedQty) { set_Value (COLUMNNAME_ScrappedQty, ScrappedQty); @@ -473,7 +461,7 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste /** Get Scrapped Quantity. @return The Quantity scrapped due to QA issues */ - public BigDecimal getScrappedQty () + public BigDecimal getScrappedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ScrappedQty); if (bd == null) @@ -482,9 +470,8 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Target Quantity. - @param TargetQty - Target Movement Quantity - */ + @param TargetQty Target Movement Quantity + */ public void setTargetQty (BigDecimal TargetQty) { set_Value (COLUMNNAME_TargetQty, TargetQty); @@ -493,7 +480,7 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste /** Get Target Quantity. @return Target Movement Quantity */ - public BigDecimal getTargetQty () + public BigDecimal getTargetQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TargetQty); if (bd == null) @@ -502,9 +489,8 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { throw new IllegalArgumentException ("Value is virtual column"); } @@ -512,7 +498,7 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_MovementLineConfirm.java b/org.adempiere.base/src/org/compiere/model/X_M_MovementLineConfirm.java index 34f06a114b..b098d1e66d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_MovementLineConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_MovementLineConfirm.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_MovementLineConfirm * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_MovementLineConfirm") public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfirm, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_MovementLineConfirm (Properties ctx, int M_MovementLineConfirm_ID, String trxName) @@ -81,9 +81,8 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi } /** Set Confirmed Quantity. - @param ConfirmedQty - Confirmation of a received quantity - */ + @param ConfirmedQty Confirmation of a received quantity + */ public void setConfirmedQty (BigDecimal ConfirmedQty) { set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty); @@ -92,7 +91,7 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi /** Get Confirmed Quantity. @return Confirmation of a received quantity */ - public BigDecimal getConfirmedQty () + public BigDecimal getConfirmedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty); if (bd == null) @@ -101,9 +100,8 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -112,15 +110,14 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Difference. - @param DifferenceQty - Difference Quantity - */ + @param DifferenceQty Difference Quantity + */ public void setDifferenceQty (BigDecimal DifferenceQty) { set_Value (COLUMNNAME_DifferenceQty, DifferenceQty); @@ -129,7 +126,7 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi /** Get Difference. @return Difference Quantity */ - public BigDecimal getDifferenceQty () + public BigDecimal getDifferenceQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DifferenceQty); if (bd == null) @@ -144,21 +141,20 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi } /** Set Phys.Inventory Line. - @param M_InventoryLine_ID - Unique line in an Inventory document - */ + @param M_InventoryLine_ID Unique line in an Inventory document + */ public void setM_InventoryLine_ID (int M_InventoryLine_ID) { - if (M_InventoryLine_ID < 1) + if (M_InventoryLine_ID < 1) set_Value (COLUMNNAME_M_InventoryLine_ID, null); - else + else set_Value (COLUMNNAME_M_InventoryLine_ID, Integer.valueOf(M_InventoryLine_ID)); } /** Get Phys.Inventory Line. @return Unique line in an Inventory document */ - public int getM_InventoryLine_ID () + public int getM_InventoryLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InventoryLine_ID); if (ii == null) @@ -173,21 +169,20 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi } /** Set Move Confirm. - @param M_MovementConfirm_ID - Inventory Move Confirmation - */ + @param M_MovementConfirm_ID Inventory Move Confirmation + */ public void setM_MovementConfirm_ID (int M_MovementConfirm_ID) { - if (M_MovementConfirm_ID < 1) + if (M_MovementConfirm_ID < 1) set_ValueNoCheck (COLUMNNAME_M_MovementConfirm_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_MovementConfirm_ID, Integer.valueOf(M_MovementConfirm_ID)); } /** Get Move Confirm. @return Inventory Move Confirmation */ - public int getM_MovementConfirm_ID () + public int getM_MovementConfirm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementConfirm_ID); if (ii == null) @@ -204,21 +199,20 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi } /** Set Move Line Confirm. - @param M_MovementLineConfirm_ID - Inventory Move Line Confirmation - */ + @param M_MovementLineConfirm_ID Inventory Move Line Confirmation + */ public void setM_MovementLineConfirm_ID (int M_MovementLineConfirm_ID) { - if (M_MovementLineConfirm_ID < 1) + if (M_MovementLineConfirm_ID < 1) set_ValueNoCheck (COLUMNNAME_M_MovementLineConfirm_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_MovementLineConfirm_ID, Integer.valueOf(M_MovementLineConfirm_ID)); } /** Get Move Line Confirm. @return Inventory Move Line Confirmation */ - public int getM_MovementLineConfirm_ID () + public int getM_MovementLineConfirm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementLineConfirm_ID); if (ii == null) @@ -227,7 +221,8 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi } /** Set M_MovementLineConfirm_UU. - @param M_MovementLineConfirm_UU M_MovementLineConfirm_UU */ + @param M_MovementLineConfirm_UU M_MovementLineConfirm_UU + */ public void setM_MovementLineConfirm_UU (String M_MovementLineConfirm_UU) { set_Value (COLUMNNAME_M_MovementLineConfirm_UU, M_MovementLineConfirm_UU); @@ -235,7 +230,7 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi /** Get M_MovementLineConfirm_UU. @return M_MovementLineConfirm_UU */ - public String getM_MovementLineConfirm_UU () + public String getM_MovementLineConfirm_UU() { return (String)get_Value(COLUMNNAME_M_MovementLineConfirm_UU); } @@ -247,21 +242,20 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi } /** Set Move Line. - @param M_MovementLine_ID - Inventory Move document Line - */ + @param M_MovementLine_ID Inventory Move document Line + */ public void setM_MovementLine_ID (int M_MovementLine_ID) { - if (M_MovementLine_ID < 1) + if (M_MovementLine_ID < 1) set_Value (COLUMNNAME_M_MovementLine_ID, null); - else + else set_Value (COLUMNNAME_M_MovementLine_ID, Integer.valueOf(M_MovementLine_ID)); } /** Get Move Line. @return Inventory Move document Line */ - public int getM_MovementLine_ID () + public int getM_MovementLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementLine_ID); if (ii == null) @@ -270,9 +264,8 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -281,7 +274,7 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -294,9 +287,8 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi } /** Set Scrapped Quantity. - @param ScrappedQty - The Quantity scrapped due to QA issues - */ + @param ScrappedQty The Quantity scrapped due to QA issues + */ public void setScrappedQty (BigDecimal ScrappedQty) { set_Value (COLUMNNAME_ScrappedQty, ScrappedQty); @@ -305,7 +297,7 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi /** Get Scrapped Quantity. @return The Quantity scrapped due to QA issues */ - public BigDecimal getScrappedQty () + public BigDecimal getScrappedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ScrappedQty); if (bd == null) @@ -314,9 +306,8 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi } /** Set Target Quantity. - @param TargetQty - Target Movement Quantity - */ + @param TargetQty Target Movement Quantity + */ public void setTargetQty (BigDecimal TargetQty) { set_Value (COLUMNNAME_TargetQty, TargetQty); @@ -325,7 +316,7 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi /** Get Target Quantity. @return Target Movement Quantity */ - public BigDecimal getTargetQty () + public BigDecimal getTargetQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TargetQty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_MovementLineMA.java b/org.adempiere.base/src/org/compiere/model/X_M_MovementLineMA.java index 43120e8293..cb61ed8ea9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_MovementLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_MovementLineMA.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_MovementLineMA * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_MovementLineMA") public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_MovementLineMA (Properties ctx, int M_MovementLineMA_ID, String trxName) @@ -76,9 +76,8 @@ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Pers } /** Set Date Material Policy. - @param DateMaterialPolicy - Time used for LIFO and FIFO Material Policy - */ + @param DateMaterialPolicy Time used for LIFO and FIFO Material Policy + */ public void setDateMaterialPolicy (Timestamp DateMaterialPolicy) { set_ValueNoCheck (COLUMNNAME_DateMaterialPolicy, DateMaterialPolicy); @@ -87,13 +86,14 @@ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Pers /** Get Date Material Policy. @return Time used for LIFO and FIFO Material Policy */ - public Timestamp getDateMaterialPolicy () + public Timestamp getDateMaterialPolicy() { return (Timestamp)get_Value(COLUMNNAME_DateMaterialPolicy); } /** Set Auto Generated. - @param IsAutoGenerated Auto Generated */ + @param IsAutoGenerated Auto Generated + */ public void setIsAutoGenerated (boolean IsAutoGenerated) { set_ValueNoCheck (COLUMNNAME_IsAutoGenerated, Boolean.valueOf(IsAutoGenerated)); @@ -101,7 +101,7 @@ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Pers /** Get Auto Generated. @return Auto Generated */ - public boolean isAutoGenerated () + public boolean isAutoGenerated() { Object oo = get_Value(COLUMNNAME_IsAutoGenerated); if (oo != null) @@ -120,21 +120,20 @@ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Pers } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -149,21 +148,20 @@ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Pers } /** Set Move Line. - @param M_MovementLine_ID - Inventory Move document Line - */ + @param M_MovementLine_ID Inventory Move document Line + */ public void setM_MovementLine_ID (int M_MovementLine_ID) { - if (M_MovementLine_ID < 1) + if (M_MovementLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_MovementLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_MovementLine_ID, Integer.valueOf(M_MovementLine_ID)); } /** Get Move Line. @return Inventory Move document Line */ - public int getM_MovementLine_ID () + public int getM_MovementLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementLine_ID); if (ii == null) @@ -180,7 +178,8 @@ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Pers } /** Set M_MovementLineMA_UU. - @param M_MovementLineMA_UU M_MovementLineMA_UU */ + @param M_MovementLineMA_UU M_MovementLineMA_UU + */ public void setM_MovementLineMA_UU (String M_MovementLineMA_UU) { set_Value (COLUMNNAME_M_MovementLineMA_UU, M_MovementLineMA_UU); @@ -188,15 +187,14 @@ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Pers /** Get M_MovementLineMA_UU. @return M_MovementLineMA_UU */ - public String getM_MovementLineMA_UU () + public String getM_MovementLineMA_UU() { return (String)get_Value(COLUMNNAME_M_MovementLineMA_UU); } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); @@ -205,7 +203,7 @@ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Pers /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_OperationResource.java b/org.adempiere.base/src/org/compiere/model/X_M_OperationResource.java index 849bca2863..ac0b6741cd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_OperationResource.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_OperationResource.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_OperationResource * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_OperationResource") public class X_M_OperationResource extends PO implements I_M_OperationResource, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_OperationResource (Properties ctx, int M_OperationResource_ID, String trxName) @@ -85,21 +85,20 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -114,21 +113,20 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, } /** Set Position. - @param C_Job_ID - Job Position - */ + @param C_Job_ID Job Position + */ public void setC_Job_ID (int C_Job_ID) { - if (C_Job_ID < 1) + if (C_Job_ID < 1) set_Value (COLUMNNAME_C_Job_ID, null); - else + else set_Value (COLUMNNAME_C_Job_ID, Integer.valueOf(C_Job_ID)); } /** Get Position. @return Job Position */ - public int getC_Job_ID () + public int getC_Job_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Job_ID); if (ii == null) @@ -137,9 +135,8 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -148,15 +145,14 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -165,27 +161,26 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Operation Resource. - @param M_OperationResource_ID - Product Operation Resource - */ + @param M_OperationResource_ID Product Operation Resource + */ public void setM_OperationResource_ID (int M_OperationResource_ID) { - if (M_OperationResource_ID < 1) + if (M_OperationResource_ID < 1) set_ValueNoCheck (COLUMNNAME_M_OperationResource_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_OperationResource_ID, Integer.valueOf(M_OperationResource_ID)); } /** Get Operation Resource. @return Product Operation Resource */ - public int getM_OperationResource_ID () + public int getM_OperationResource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_OperationResource_ID); if (ii == null) @@ -194,7 +189,8 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, } /** Set M_OperationResource_UU. - @param M_OperationResource_UU M_OperationResource_UU */ + @param M_OperationResource_UU M_OperationResource_UU + */ public void setM_OperationResource_UU (String M_OperationResource_UU) { set_Value (COLUMNNAME_M_OperationResource_UU, M_OperationResource_UU); @@ -202,7 +198,7 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, /** Get M_OperationResource_UU. @return M_OperationResource_UU */ - public String getM_OperationResource_UU () + public String getM_OperationResource_UU() { return (String)get_Value(COLUMNNAME_M_OperationResource_UU); } @@ -214,21 +210,20 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, } /** Set Product Operation. - @param M_ProductOperation_ID - Product Manufacturing Operation - */ + @param M_ProductOperation_ID Product Manufacturing Operation + */ public void setM_ProductOperation_ID (int M_ProductOperation_ID) { - if (M_ProductOperation_ID < 1) + if (M_ProductOperation_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ProductOperation_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ProductOperation_ID, Integer.valueOf(M_ProductOperation_ID)); } /** Get Product Operation. @return Product Manufacturing Operation */ - public int getM_ProductOperation_ID () + public int getM_ProductOperation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductOperation_ID); if (ii == null) @@ -237,9 +232,8 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -248,7 +242,7 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -262,9 +256,8 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, } /** Set Setup Time. - @param SetupTime - Setup time before starting Production - */ + @param SetupTime Setup time before starting Production + */ public void setSetupTime (BigDecimal SetupTime) { set_Value (COLUMNNAME_SetupTime, SetupTime); @@ -273,7 +266,7 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, /** Get Setup Time. @return Setup time before starting Production */ - public BigDecimal getSetupTime () + public BigDecimal getSetupTime() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SetupTime); if (bd == null) @@ -282,9 +275,8 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, } /** Set Teardown Time. - @param TeardownTime - Time at the end of the operation - */ + @param TeardownTime Time at the end of the operation + */ public void setTeardownTime (BigDecimal TeardownTime) { set_Value (COLUMNNAME_TeardownTime, TeardownTime); @@ -293,7 +285,7 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, /** Get Teardown Time. @return Time at the end of the operation */ - public BigDecimal getTeardownTime () + public BigDecimal getTeardownTime() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TeardownTime); if (bd == null) @@ -302,9 +294,8 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, } /** Set Runtime per Unit. - @param UnitRuntime - Time to produce one unit - */ + @param UnitRuntime Time to produce one unit + */ public void setUnitRuntime (BigDecimal UnitRuntime) { set_Value (COLUMNNAME_UnitRuntime, UnitRuntime); @@ -313,7 +304,7 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, /** Get Runtime per Unit. @return Time to produce one unit */ - public BigDecimal getUnitRuntime () + public BigDecimal getUnitRuntime() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_UnitRuntime); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Package.java b/org.adempiere.base/src/org/compiere/model/X_M_Package.java index 5203a280b9..821fd21fcf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Package.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Package.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for M_Package * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Package") public class X_M_Package extends PO implements I_M_Package, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Package (Properties ctx, int M_Package_ID, String trxName) @@ -111,7 +111,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Box Count. - @param BoxCount Box Count */ + @param BoxCount Box Count + */ public void setBoxCount (int BoxCount) { set_Value (COLUMNNAME_BoxCount, Integer.valueOf(BoxCount)); @@ -119,7 +120,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Box Count. @return Box Count */ - public int getBoxCount () + public int getBoxCount() { Integer ii = (Integer)get_Value(COLUMNNAME_BoxCount); if (ii == null) @@ -128,7 +129,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set COD. - @param CashOnDelivery COD */ + @param CashOnDelivery COD + */ public void setCashOnDelivery (boolean CashOnDelivery) { set_Value (COLUMNNAME_CashOnDelivery, Boolean.valueOf(CashOnDelivery)); @@ -136,7 +138,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get COD. @return COD */ - public boolean isCashOnDelivery () + public boolean isCashOnDelivery() { Object oo = get_Value(COLUMNNAME_CashOnDelivery); if (oo != null) @@ -155,21 +157,20 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -184,18 +185,19 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Business Partner Shipping Account. - @param C_BP_ShippingAcct_ID Business Partner Shipping Account */ + @param C_BP_ShippingAcct_ID Business Partner Shipping Account + */ public void setC_BP_ShippingAcct_ID (int C_BP_ShippingAcct_ID) { - if (C_BP_ShippingAcct_ID < 1) + if (C_BP_ShippingAcct_ID < 1) set_Value (COLUMNNAME_C_BP_ShippingAcct_ID, null); - else + else set_Value (COLUMNNAME_C_BP_ShippingAcct_ID, Integer.valueOf(C_BP_ShippingAcct_ID)); } /** Get Business Partner Shipping Account. @return Business Partner Shipping Account */ - public int getC_BP_ShippingAcct_ID () + public int getC_BP_ShippingAcct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_ShippingAcct_ID); if (ii == null) @@ -210,21 +212,20 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -239,21 +240,20 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set UOM for Length. - @param C_UOM_Length_ID - Standard Unit of Measure for Length - */ + @param C_UOM_Length_ID Standard Unit of Measure for Length + */ public void setC_UOM_Length_ID (int C_UOM_Length_ID) { - if (C_UOM_Length_ID < 1) + if (C_UOM_Length_ID < 1) set_Value (COLUMNNAME_C_UOM_Length_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_Length_ID, Integer.valueOf(C_UOM_Length_ID)); } /** Get UOM for Length. @return Standard Unit of Measure for Length */ - public int getC_UOM_Length_ID () + public int getC_UOM_Length_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_Length_ID); if (ii == null) @@ -268,21 +268,20 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set UOM for Weight. - @param C_UOM_Weight_ID - Standard Unit of Measure for Weight - */ + @param C_UOM_Weight_ID Standard Unit of Measure for Weight + */ public void setC_UOM_Weight_ID (int C_UOM_Weight_ID) { - if (C_UOM_Weight_ID < 1) + if (C_UOM_Weight_ID < 1) set_Value (COLUMNNAME_C_UOM_Weight_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_Weight_ID, Integer.valueOf(C_UOM_Weight_ID)); } /** Get UOM for Weight. @return Standard Unit of Measure for Weight */ - public int getC_UOM_Weight_ID () + public int getC_UOM_Weight_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_Weight_ID); if (ii == null) @@ -291,9 +290,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Date received. - @param DateReceived - Date a product was received - */ + @param DateReceived Date a product was received + */ public void setDateReceived (Timestamp DateReceived) { set_Value (COLUMNNAME_DateReceived, DateReceived); @@ -302,15 +300,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Date received. @return Date a product was received */ - public Timestamp getDateReceived () + public Timestamp getDateReceived() { return (Timestamp)get_Value(COLUMNNAME_DateReceived); } /** Set Delivery Confirmation. - @param DeliveryConfirmation - EMail Delivery confirmation - */ + @param DeliveryConfirmation EMail Delivery confirmation + */ public void setDeliveryConfirmation (boolean DeliveryConfirmation) { set_Value (COLUMNNAME_DeliveryConfirmation, Boolean.valueOf(DeliveryConfirmation)); @@ -319,7 +316,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Delivery Confirmation. @return EMail Delivery confirmation */ - public boolean isDeliveryConfirmation () + public boolean isDeliveryConfirmation() { Object oo = get_Value(COLUMNNAME_DeliveryConfirmation); if (oo != null) @@ -342,7 +339,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Service Default = SERVICE_DEFAULT */ public static final String DELIVERYCONFIRMATIONTYPE_ServiceDefault = "SERVICE_DEFAULT"; /** Set Delivery Confirmation Type. - @param DeliveryConfirmationType Delivery Confirmation Type */ + @param DeliveryConfirmationType Delivery Confirmation Type + */ public void setDeliveryConfirmationType (String DeliveryConfirmationType) { @@ -351,15 +349,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Delivery Confirmation Type. @return Delivery Confirmation Type */ - public String getDeliveryConfirmationType () + public String getDeliveryConfirmationType() { return (String)get_Value(COLUMNNAME_DeliveryConfirmationType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -368,15 +365,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_ValueNoCheck (COLUMNNAME_DocumentNo, DocumentNo); @@ -385,7 +381,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -429,7 +425,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Class 9 - Miscellaneous Dangerous Goods = 9 */ public static final String DOTHAZARDCLASSORDIVISION_Class9_MiscellaneousDangerousGoods = "9"; /** Set Dot Hazard Class or Division. - @param DotHazardClassOrDivision Dot Hazard Class or Division */ + @param DotHazardClassOrDivision Dot Hazard Class or Division + */ public void setDotHazardClassOrDivision (String DotHazardClassOrDivision) { @@ -438,13 +435,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Dot Hazard Class or Division. @return Dot Hazard Class or Division */ - public String getDotHazardClassOrDivision () + public String getDotHazardClassOrDivision() { return (String)get_Value(COLUMNNAME_DotHazardClassOrDivision); } /** Set Dry Ice Weight. - @param DryIceWeight Dry Ice Weight */ + @param DryIceWeight Dry Ice Weight + */ public void setDryIceWeight (BigDecimal DryIceWeight) { set_Value (COLUMNNAME_DryIceWeight, DryIceWeight); @@ -452,7 +450,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Dry Ice Weight. @return Dry Ice Weight */ - public BigDecimal getDryIceWeight () + public BigDecimal getDryIceWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DryIceWeight); if (bd == null) @@ -461,7 +459,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Duties Shipper Account. - @param DutiesShipperAccount Duties Shipper Account */ + @param DutiesShipperAccount Duties Shipper Account + */ public void setDutiesShipperAccount (String DutiesShipperAccount) { set_Value (COLUMNNAME_DutiesShipperAccount, DutiesShipperAccount); @@ -469,20 +468,21 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Duties Shipper Account. @return Duties Shipper Account */ - public String getDutiesShipperAccount () + public String getDutiesShipperAccount() { return (String)get_Value(COLUMNNAME_DutiesShipperAccount); } /** Set Estimated Weight. - @param EstimatedWeight Estimated Weight */ + @param EstimatedWeight Estimated Weight + */ public void setEstimatedWeight (BigDecimal EstimatedWeight) { throw new IllegalArgumentException ("EstimatedWeight is virtual column"); } /** Get Estimated Weight. @return Estimated Weight */ - public BigDecimal getEstimatedWeight () + public BigDecimal getEstimatedWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_EstimatedWeight); if (bd == null) @@ -525,7 +525,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** FOB - Free on Board (FedEx) = FOB */ public static final String FOB_FOB_FreeOnBoardFedEx = "FOB"; /** Set Freight Terms. - @param FOB Freight Terms */ + @param FOB Freight Terms + */ public void setFOB (String FOB) { @@ -533,7 +534,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Freight Terms. @return Freight Terms */ - public String getFOB () + public String getFOB() { return (String)get_Value(COLUMNNAME_FOB); } @@ -551,7 +552,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Prepaid and Bill = E_PPB */ public static final String FREIGHTCHARGES_PrepaidAndBill = "E_PPB"; /** Set Freight Charges. - @param FreightCharges Freight Charges */ + @param FreightCharges Freight Charges + */ public void setFreightCharges (String FreightCharges) { @@ -559,13 +561,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Freight Charges. @return Freight Charges */ - public String getFreightCharges () + public String getFreightCharges() { return (String)get_Value(COLUMNNAME_FreightCharges); } /** Set Handling Charge. - @param HandlingCharge Handling Charge */ + @param HandlingCharge Handling Charge + */ public void setHandlingCharge (BigDecimal HandlingCharge) { set_Value (COLUMNNAME_HandlingCharge, HandlingCharge); @@ -573,7 +576,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Handling Charge. @return Handling Charge */ - public BigDecimal getHandlingCharge () + public BigDecimal getHandlingCharge() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_HandlingCharge); if (bd == null) @@ -582,7 +585,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Height. - @param Height Height */ + @param Height Height + */ public void setHeight (BigDecimal Height) { set_Value (COLUMNNAME_Height, Height); @@ -590,7 +594,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Height. @return Height */ - public BigDecimal getHeight () + public BigDecimal getHeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Height); if (bd == null) @@ -605,18 +609,19 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Hold Address. - @param HoldAddress_ID Hold Address */ + @param HoldAddress_ID Hold Address + */ public void setHoldAddress_ID (int HoldAddress_ID) { - if (HoldAddress_ID < 1) + if (HoldAddress_ID < 1) set_Value (COLUMNNAME_HoldAddress_ID, null); - else + else set_Value (COLUMNNAME_HoldAddress_ID, Integer.valueOf(HoldAddress_ID)); } /** Get Hold Address. @return Hold Address */ - public int getHoldAddress_ID () + public int getHoldAddress_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HoldAddress_ID); if (ii == null) @@ -625,7 +630,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Date. - @param HomeDeliveryPremiumDate Date */ + @param HomeDeliveryPremiumDate Date + */ public void setHomeDeliveryPremiumDate (Timestamp HomeDeliveryPremiumDate) { set_Value (COLUMNNAME_HomeDeliveryPremiumDate, HomeDeliveryPremiumDate); @@ -633,13 +639,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Date. @return Date */ - public Timestamp getHomeDeliveryPremiumDate () + public Timestamp getHomeDeliveryPremiumDate() { return (Timestamp)get_Value(COLUMNNAME_HomeDeliveryPremiumDate); } /** Set Phone Number. - @param HomeDeliveryPremiumPhone Phone Number */ + @param HomeDeliveryPremiumPhone Phone Number + */ public void setHomeDeliveryPremiumPhone (String HomeDeliveryPremiumPhone) { set_Value (COLUMNNAME_HomeDeliveryPremiumPhone, HomeDeliveryPremiumPhone); @@ -647,7 +654,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Phone Number. @return Phone Number */ - public String getHomeDeliveryPremiumPhone () + public String getHomeDeliveryPremiumPhone() { return (String)get_Value(COLUMNNAME_HomeDeliveryPremiumPhone); } @@ -661,7 +668,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Evening = EVENING */ public static final String HOMEDELIVERYPREMIUMTYPE_Evening = "EVENING"; /** Set Home Delivery Premium Type. - @param HomeDeliveryPremiumType Home Delivery Premium Type */ + @param HomeDeliveryPremiumType Home Delivery Premium Type + */ public void setHomeDeliveryPremiumType (String HomeDeliveryPremiumType) { @@ -670,7 +678,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Home Delivery Premium Type. @return Home Delivery Premium Type */ - public String getHomeDeliveryPremiumType () + public String getHomeDeliveryPremiumType() { return (String)get_Value(COLUMNNAME_HomeDeliveryPremiumType); } @@ -682,7 +690,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Do Not Insure = 2 */ public static final String INSURANCE_DoNotInsure = "2"; /** Set Insurance. - @param Insurance Insurance */ + @param Insurance Insurance + */ public void setInsurance (String Insurance) { @@ -690,13 +699,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Insurance. @return Insurance */ - public String getInsurance () + public String getInsurance() { return (String)get_Value(COLUMNNAME_Insurance); } /** Set Insured Amount. - @param InsuredAmount Insured Amount */ + @param InsuredAmount Insured Amount + */ public void setInsuredAmount (BigDecimal InsuredAmount) { set_Value (COLUMNNAME_InsuredAmount, InsuredAmount); @@ -704,7 +714,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Insured Amount. @return Insured Amount */ - public BigDecimal getInsuredAmount () + public BigDecimal getInsuredAmount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_InsuredAmount); if (bd == null) @@ -713,7 +723,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Accessible. - @param IsAccessible Accessible */ + @param IsAccessible Accessible + */ public void setIsAccessible (boolean IsAccessible) { set_Value (COLUMNNAME_IsAccessible, Boolean.valueOf(IsAccessible)); @@ -721,7 +732,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Accessible. @return Accessible */ - public boolean isAccessible () + public boolean isAccessible() { Object oo = get_Value(COLUMNNAME_IsAccessible); if (oo != null) @@ -734,7 +745,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Added Handling. - @param IsAddedHandling Added Handling */ + @param IsAddedHandling Added Handling + */ public void setIsAddedHandling (boolean IsAddedHandling) { set_Value (COLUMNNAME_IsAddedHandling, Boolean.valueOf(IsAddedHandling)); @@ -742,7 +754,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Added Handling. @return Added Handling */ - public boolean isAddedHandling () + public boolean isAddedHandling() { Object oo = get_Value(COLUMNNAME_IsAddedHandling); if (oo != null) @@ -755,7 +767,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Cargo Aircraft Only. - @param IsCargoAircraftOnly Cargo Aircraft Only */ + @param IsCargoAircraftOnly Cargo Aircraft Only + */ public void setIsCargoAircraftOnly (boolean IsCargoAircraftOnly) { set_Value (COLUMNNAME_IsCargoAircraftOnly, Boolean.valueOf(IsCargoAircraftOnly)); @@ -763,7 +776,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Cargo Aircraft Only. @return Cargo Aircraft Only */ - public boolean isCargoAircraftOnly () + public boolean isCargoAircraftOnly() { Object oo = get_Value(COLUMNNAME_IsCargoAircraftOnly); if (oo != null) @@ -776,7 +789,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Dry Ice. - @param IsDryIce Dry Ice */ + @param IsDryIce Dry Ice + */ public void setIsDryIce (boolean IsDryIce) { set_Value (COLUMNNAME_IsDryIce, Boolean.valueOf(IsDryIce)); @@ -784,7 +798,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Dry Ice. @return Dry Ice */ - public boolean isDryIce () + public boolean isDryIce() { Object oo = get_Value(COLUMNNAME_IsDryIce); if (oo != null) @@ -797,7 +811,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Dutiable. - @param IsDutiable Dutiable */ + @param IsDutiable Dutiable + */ public void setIsDutiable (boolean IsDutiable) { set_Value (COLUMNNAME_IsDutiable, Boolean.valueOf(IsDutiable)); @@ -805,7 +820,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Dutiable. @return Dutiable */ - public boolean isDutiable () + public boolean isDutiable() { Object oo = get_Value(COLUMNNAME_IsDutiable); if (oo != null) @@ -818,7 +833,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Future Day Shipment. - @param IsFutureDayShipment Future Day Shipment */ + @param IsFutureDayShipment Future Day Shipment + */ public void setIsFutureDayShipment (boolean IsFutureDayShipment) { set_Value (COLUMNNAME_IsFutureDayShipment, Boolean.valueOf(IsFutureDayShipment)); @@ -826,7 +842,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Future Day Shipment. @return Future Day Shipment */ - public boolean isFutureDayShipment () + public boolean isFutureDayShipment() { Object oo = get_Value(COLUMNNAME_IsFutureDayShipment); if (oo != null) @@ -839,7 +855,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Hazardous Materials. - @param IsHazMat Hazardous Materials */ + @param IsHazMat Hazardous Materials + */ public void setIsHazMat (boolean IsHazMat) { set_Value (COLUMNNAME_IsHazMat, Boolean.valueOf(IsHazMat)); @@ -847,7 +864,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Hazardous Materials. @return Hazardous Materials */ - public boolean isHazMat () + public boolean isHazMat() { Object oo = get_Value(COLUMNNAME_IsHazMat); if (oo != null) @@ -860,7 +877,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Hold At Location. - @param IsHoldAtLocation Hold At Location */ + @param IsHoldAtLocation Hold At Location + */ public void setIsHoldAtLocation (boolean IsHoldAtLocation) { set_Value (COLUMNNAME_IsHoldAtLocation, Boolean.valueOf(IsHoldAtLocation)); @@ -868,7 +886,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Hold At Location. @return Hold At Location */ - public boolean isHoldAtLocation () + public boolean isHoldAtLocation() { Object oo = get_Value(COLUMNNAME_IsHoldAtLocation); if (oo != null) @@ -881,7 +899,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Ignore Zip Not Found. - @param IsIgnoreZipNotFound Ignore Zip Not Found */ + @param IsIgnoreZipNotFound Ignore Zip Not Found + */ public void setIsIgnoreZipNotFound (boolean IsIgnoreZipNotFound) { set_Value (COLUMNNAME_IsIgnoreZipNotFound, Boolean.valueOf(IsIgnoreZipNotFound)); @@ -889,7 +908,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Ignore Zip Not Found. @return Ignore Zip Not Found */ - public boolean isIgnoreZipNotFound () + public boolean isIgnoreZipNotFound() { Object oo = get_Value(COLUMNNAME_IsIgnoreZipNotFound); if (oo != null) @@ -902,7 +921,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Ignore Zip State Not Match. - @param IsIgnoreZipStateNotMatch Ignore Zip State Not Match */ + @param IsIgnoreZipStateNotMatch Ignore Zip State Not Match + */ public void setIsIgnoreZipStateNotMatch (boolean IsIgnoreZipStateNotMatch) { set_Value (COLUMNNAME_IsIgnoreZipStateNotMatch, Boolean.valueOf(IsIgnoreZipStateNotMatch)); @@ -910,7 +930,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Ignore Zip State Not Match. @return Ignore Zip State Not Match */ - public boolean isIgnoreZipStateNotMatch () + public boolean isIgnoreZipStateNotMatch() { Object oo = get_Value(COLUMNNAME_IsIgnoreZipStateNotMatch); if (oo != null) @@ -923,7 +943,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Residential. - @param IsResidential Residential */ + @param IsResidential Residential + */ public void setIsResidential (boolean IsResidential) { set_Value (COLUMNNAME_IsResidential, Boolean.valueOf(IsResidential)); @@ -931,7 +952,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Residential. @return Residential */ - public boolean isResidential () + public boolean isResidential() { Object oo = get_Value(COLUMNNAME_IsResidential); if (oo != null) @@ -944,7 +965,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Saturday Delivery. - @param IsSaturdayDelivery Saturday Delivery */ + @param IsSaturdayDelivery Saturday Delivery + */ public void setIsSaturdayDelivery (boolean IsSaturdayDelivery) { set_Value (COLUMNNAME_IsSaturdayDelivery, Boolean.valueOf(IsSaturdayDelivery)); @@ -952,7 +974,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Saturday Delivery. @return Saturday Delivery */ - public boolean isSaturdayDelivery () + public boolean isSaturdayDelivery() { Object oo = get_Value(COLUMNNAME_IsSaturdayDelivery); if (oo != null) @@ -965,7 +987,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Saturday Pickup. - @param IsSaturdayPickup Saturday Pickup */ + @param IsSaturdayPickup Saturday Pickup + */ public void setIsSaturdayPickup (boolean IsSaturdayPickup) { set_Value (COLUMNNAME_IsSaturdayPickup, Boolean.valueOf(IsSaturdayPickup)); @@ -973,7 +996,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Saturday Pickup. @return Saturday Pickup */ - public boolean isSaturdayPickup () + public boolean isSaturdayPickup() { Object oo = get_Value(COLUMNNAME_IsSaturdayPickup); if (oo != null) @@ -986,7 +1009,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Verbal Confirmation. - @param IsVerbalConfirmation Verbal Confirmation */ + @param IsVerbalConfirmation Verbal Confirmation + */ public void setIsVerbalConfirmation (boolean IsVerbalConfirmation) { set_Value (COLUMNNAME_IsVerbalConfirmation, Boolean.valueOf(IsVerbalConfirmation)); @@ -994,7 +1018,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Verbal Confirmation. @return Verbal Confirmation */ - public boolean isVerbalConfirmation () + public boolean isVerbalConfirmation() { Object oo = get_Value(COLUMNNAME_IsVerbalConfirmation); if (oo != null) @@ -1007,7 +1031,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Label Print. - @param LabelPrint Label Print */ + @param LabelPrint Label Print + */ public void setLabelPrint (String LabelPrint) { set_Value (COLUMNNAME_LabelPrint, LabelPrint); @@ -1015,13 +1040,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Label Print. @return Label Print */ - public String getLabelPrint () + public String getLabelPrint() { return (String)get_Value(COLUMNNAME_LabelPrint); } /** Set Latest Pickup Time. - @param LatestPickupTime Latest Pickup Time */ + @param LatestPickupTime Latest Pickup Time + */ public void setLatestPickupTime (Timestamp LatestPickupTime) { set_Value (COLUMNNAME_LatestPickupTime, LatestPickupTime); @@ -1029,13 +1055,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Latest Pickup Time. @return Latest Pickup Time */ - public Timestamp getLatestPickupTime () + public Timestamp getLatestPickupTime() { return (Timestamp)get_Value(COLUMNNAME_LatestPickupTime); } /** Set Length. - @param Length Length */ + @param Length Length + */ public void setLength (BigDecimal Length) { set_Value (COLUMNNAME_Length, Length); @@ -1043,7 +1070,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Length. @return Length */ - public BigDecimal getLength () + public BigDecimal getLength() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Length); if (bd == null) @@ -1058,21 +1085,20 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Shipment/Receipt. - @param M_InOut_ID - Material Shipment Document - */ + @param M_InOut_ID Material Shipment Document + */ public void setM_InOut_ID (int M_InOut_ID) { - if (M_InOut_ID < 1) + if (M_InOut_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOut_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOut_ID, Integer.valueOf(M_InOut_ID)); } /** Get Shipment/Receipt. @return Material Shipment Document */ - public int getM_InOut_ID () + public int getM_InOut_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOut_ID); if (ii == null) @@ -1081,21 +1107,20 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Package. - @param M_Package_ID - Shipment Package - */ + @param M_Package_ID Shipment Package + */ public void setM_Package_ID (int M_Package_ID) { - if (M_Package_ID < 1) + if (M_Package_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Package_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Package_ID, Integer.valueOf(M_Package_ID)); } /** Get Package. @return Shipment Package */ - public int getM_Package_ID () + public int getM_Package_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Package_ID); if (ii == null) @@ -1104,7 +1129,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set M_Package_UU. - @param M_Package_UU M_Package_UU */ + @param M_Package_UU M_Package_UU + */ public void setM_Package_UU (String M_Package_UU) { set_Value (COLUMNNAME_M_Package_UU, M_Package_UU); @@ -1112,7 +1138,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get M_Package_UU. @return M_Package_UU */ - public String getM_Package_UU () + public String getM_Package_UU() { return (String)get_Value(COLUMNNAME_M_Package_UU); } @@ -1124,21 +1150,20 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_Value (COLUMNNAME_M_Shipper_ID, null); - else + else set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -1153,18 +1178,19 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Shipper Labels. - @param M_ShipperLabels_ID Shipper Labels */ + @param M_ShipperLabels_ID Shipper Labels + */ public void setM_ShipperLabels_ID (int M_ShipperLabels_ID) { - if (M_ShipperLabels_ID < 1) + if (M_ShipperLabels_ID < 1) set_Value (COLUMNNAME_M_ShipperLabels_ID, null); - else + else set_Value (COLUMNNAME_M_ShipperLabels_ID, Integer.valueOf(M_ShipperLabels_ID)); } /** Get Shipper Labels. @return Shipper Labels */ - public int getM_ShipperLabels_ID () + public int getM_ShipperLabels_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperLabels_ID); if (ii == null) @@ -1179,18 +1205,19 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Shipper Packaging. - @param M_ShipperPackaging_ID Shipper Packaging */ + @param M_ShipperPackaging_ID Shipper Packaging + */ public void setM_ShipperPackaging_ID (int M_ShipperPackaging_ID) { - if (M_ShipperPackaging_ID < 1) + if (M_ShipperPackaging_ID < 1) set_Value (COLUMNNAME_M_ShipperPackaging_ID, null); - else + else set_Value (COLUMNNAME_M_ShipperPackaging_ID, Integer.valueOf(M_ShipperPackaging_ID)); } /** Get Shipper Packaging. @return Shipper Packaging */ - public int getM_ShipperPackaging_ID () + public int getM_ShipperPackaging_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperPackaging_ID); if (ii == null) @@ -1205,18 +1232,19 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Shipper Pickup Types. - @param M_ShipperPickupTypes_ID Shipper Pickup Types */ + @param M_ShipperPickupTypes_ID Shipper Pickup Types + */ public void setM_ShipperPickupTypes_ID (int M_ShipperPickupTypes_ID) { - if (M_ShipperPickupTypes_ID < 1) + if (M_ShipperPickupTypes_ID < 1) set_Value (COLUMNNAME_M_ShipperPickupTypes_ID, null); - else + else set_Value (COLUMNNAME_M_ShipperPickupTypes_ID, Integer.valueOf(M_ShipperPickupTypes_ID)); } /** Get Shipper Pickup Types. @return Shipper Pickup Types */ - public int getM_ShipperPickupTypes_ID () + public int getM_ShipperPickupTypes_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperPickupTypes_ID); if (ii == null) @@ -1231,14 +1259,15 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Shipping Processor. - @param M_ShippingProcessor_ID Shipping Processor */ + @param M_ShippingProcessor_ID Shipping Processor + */ public void setM_ShippingProcessor_ID (int M_ShippingProcessor_ID) { throw new IllegalArgumentException ("M_ShippingProcessor_ID is virtual column"); } /** Get Shipping Processor. @return Shipping Processor */ - public int getM_ShippingProcessor_ID () + public int getM_ShippingProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShippingProcessor_ID); if (ii == null) @@ -1247,7 +1276,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Notification Message. - @param NotificationMessage Notification Message */ + @param NotificationMessage Notification Message + */ public void setNotificationMessage (String NotificationMessage) { set_Value (COLUMNNAME_NotificationMessage, NotificationMessage); @@ -1255,7 +1285,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Notification Message. @return Notification Message */ - public String getNotificationMessage () + public String getNotificationMessage() { return (String)get_Value(COLUMNNAME_NotificationMessage); } @@ -1269,9 +1299,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Sender = SE */ public static final String NOTIFICATIONTYPE_Sender = "SE"; /** Set Notification Type. - @param NotificationType - Type of Notifications - */ + @param NotificationType Type of Notifications + */ public void setNotificationType (String NotificationType) { @@ -1281,15 +1310,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Notification Type. @return Type of Notifications */ - public String getNotificationType () + public String getNotificationType() { return (String)get_Value(COLUMNNAME_NotificationType); } /** Set Online Processing. - @param OProcessing - This payment can be processed online - */ + @param OProcessing This payment can be processed online + */ public void setOProcessing (String OProcessing) { set_Value (COLUMNNAME_OProcessing, OProcessing); @@ -1298,7 +1326,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Online Processing. @return This payment can be processed online */ - public String getOProcessing () + public String getOProcessing() { return (String)get_Value(COLUMNNAME_OProcessing); } @@ -1320,9 +1348,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Direct Deposit = T */ public static final String PAYMENTRULE_DirectDeposit = "T"; /** Set Payment Rule. - @param PaymentRule - How you pay the invoice - */ + @param PaymentRule How you pay the invoice + */ public void setPaymentRule (String PaymentRule) { @@ -1332,15 +1359,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Payment Rule. @return How you pay the invoice */ - public String getPaymentRule () + public String getPaymentRule() { return (String)get_Value(COLUMNNAME_PaymentRule); } /** Set Price. - @param Price - Price - */ + @param Price Price + */ public void setPrice (BigDecimal Price) { set_Value (COLUMNNAME_Price, Price); @@ -1349,7 +1375,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Price. @return Price */ - public BigDecimal getPrice () + public BigDecimal getPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Price); if (bd == null) @@ -1358,9 +1384,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Unit Price. - @param PriceActual - Actual Price - */ + @param PriceActual Actual Price + */ public void setPriceActual (BigDecimal PriceActual) { set_Value (COLUMNNAME_PriceActual, PriceActual); @@ -1369,7 +1394,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Unit Price. @return Actual Price */ - public BigDecimal getPriceActual () + public BigDecimal getPriceActual() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceActual); if (bd == null) @@ -1378,9 +1403,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1389,7 +1413,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1402,7 +1426,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Rate Inquiry Message. - @param RateInquiryMessage Rate Inquiry Message */ + @param RateInquiryMessage Rate Inquiry Message + */ public void setRateInquiryMessage (String RateInquiryMessage) { set_Value (COLUMNNAME_RateInquiryMessage, RateInquiryMessage); @@ -1410,15 +1435,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Rate Inquiry Message. @return Rate Inquiry Message */ - public String getRateInquiryMessage () + public String getRateInquiryMessage() { return (String)get_Value(COLUMNNAME_RateInquiryMessage); } /** Set Info Received. - @param ReceivedInfo - Information of the receipt of the package (acknowledgement) - */ + @param ReceivedInfo Information of the receipt of the package (acknowledgement) + */ public void setReceivedInfo (String ReceivedInfo) { set_Value (COLUMNNAME_ReceivedInfo, ReceivedInfo); @@ -1427,15 +1451,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Info Received. @return Information of the receipt of the package (acknowledgement) */ - public String getReceivedInfo () + public String getReceivedInfo() { return (String)get_Value(COLUMNNAME_ReceivedInfo); } /** Set Ship Date. - @param ShipDate - Shipment Date/Time - */ + @param ShipDate Shipment Date/Time + */ public void setShipDate (Timestamp ShipDate) { set_Value (COLUMNNAME_ShipDate, ShipDate); @@ -1444,13 +1467,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Ship Date. @return Shipment Date/Time */ - public Timestamp getShipDate () + public Timestamp getShipDate() { return (Timestamp)get_Value(COLUMNNAME_ShipDate); } /** Set Shipper Account Number. - @param ShipperAccount Shipper Account Number */ + @param ShipperAccount Shipper Account Number + */ public void setShipperAccount (String ShipperAccount) { set_Value (COLUMNNAME_ShipperAccount, ShipperAccount); @@ -1458,13 +1482,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Shipper Account Number. @return Shipper Account Number */ - public String getShipperAccount () + public String getShipperAccount() { return (String)get_Value(COLUMNNAME_ShipperAccount); } /** Set Rate Inquiry. - @param ShippingRateInquiry Rate Inquiry */ + @param ShippingRateInquiry Rate Inquiry + */ public void setShippingRateInquiry (String ShippingRateInquiry) { set_Value (COLUMNNAME_ShippingRateInquiry, ShippingRateInquiry); @@ -1472,13 +1497,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Rate Inquiry. @return Rate Inquiry */ - public String getShippingRateInquiry () + public String getShippingRateInquiry() { return (String)get_Value(COLUMNNAME_ShippingRateInquiry); } /** Set Response Message. - @param ShippingRespMessage Response Message */ + @param ShippingRespMessage Response Message + */ public void setShippingRespMessage (String ShippingRespMessage) { set_Value (COLUMNNAME_ShippingRespMessage, ShippingRespMessage); @@ -1486,13 +1512,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Response Message. @return Response Message */ - public String getShippingRespMessage () + public String getShippingRespMessage() { return (String)get_Value(COLUMNNAME_ShippingRespMessage); } /** Set Surcharges. - @param Surcharges Surcharges */ + @param Surcharges Surcharges + */ public void setSurcharges (BigDecimal Surcharges) { set_Value (COLUMNNAME_Surcharges, Surcharges); @@ -1500,7 +1527,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Surcharges. @return Surcharges */ - public BigDecimal getSurcharges () + public BigDecimal getSurcharges() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Surcharges); if (bd == null) @@ -1509,14 +1536,15 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Total Price. - @param TotalPrice Total Price */ + @param TotalPrice Total Price + */ public void setTotalPrice (BigDecimal TotalPrice) { throw new IllegalArgumentException ("TotalPrice is virtual column"); } /** Get Total Price. @return Total Price */ - public BigDecimal getTotalPrice () + public BigDecimal getTotalPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalPrice); if (bd == null) @@ -1525,7 +1553,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Tracking Info. - @param TrackingInfo Tracking Info */ + @param TrackingInfo Tracking Info + */ public void setTrackingInfo (String TrackingInfo) { set_Value (COLUMNNAME_TrackingInfo, TrackingInfo); @@ -1533,15 +1562,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Tracking Info. @return Tracking Info */ - public String getTrackingInfo () + public String getTrackingInfo() { return (String)get_Value(COLUMNNAME_TrackingInfo); } /** Set Tracking No. - @param TrackingNo - Number to track the shipment - */ + @param TrackingNo Number to track the shipment + */ public void setTrackingNo (String TrackingNo) { set_Value (COLUMNNAME_TrackingNo, TrackingNo); @@ -1550,13 +1578,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Tracking No. @return Number to track the shipment */ - public String getTrackingNo () + public String getTrackingNo() { return (String)get_Value(COLUMNNAME_TrackingNo); } /** Set Void It. - @param VoidIt Void It */ + @param VoidIt Void It + */ public void setVoidIt (String VoidIt) { set_Value (COLUMNNAME_VoidIt, VoidIt); @@ -1564,15 +1593,14 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Void It. @return Void It */ - public String getVoidIt () + public String getVoidIt() { return (String)get_Value(COLUMNNAME_VoidIt); } /** Set Weight. - @param Weight - Weight of a product - */ + @param Weight Weight of a product + */ public void setWeight (BigDecimal Weight) { set_Value (COLUMNNAME_Weight, Weight); @@ -1581,7 +1609,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Weight. @return Weight of a product */ - public BigDecimal getWeight () + public BigDecimal getWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Weight); if (bd == null) @@ -1590,7 +1618,8 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent } /** Set Width. - @param Width Width */ + @param Width Width + */ public void setWidth (BigDecimal Width) { set_Value (COLUMNNAME_Width, Width); @@ -1598,7 +1627,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent /** Get Width. @return Width */ - public BigDecimal getWidth () + public BigDecimal getWidth() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Width); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PackageLine.java b/org.adempiere.base/src/org/compiere/model/X_M_PackageLine.java index c13fcf3d2e..6f32caf6fe 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PackageLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PackageLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_PackageLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_PackageLine") public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_PackageLine (Properties ctx, int M_PackageLine_ID, String trxName) @@ -77,9 +77,8 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -88,7 +87,7 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -100,21 +99,20 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -129,21 +127,20 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent } /** Set Package. - @param M_Package_ID - Shipment Package - */ + @param M_Package_ID Shipment Package + */ public void setM_Package_ID (int M_Package_ID) { - if (M_Package_ID < 1) + if (M_Package_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Package_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Package_ID, Integer.valueOf(M_Package_ID)); } /** Get Package. @return Shipment Package */ - public int getM_Package_ID () + public int getM_Package_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Package_ID); if (ii == null) @@ -160,21 +157,20 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent } /** Set Package Line. - @param M_PackageLine_ID - The detail content of the Package - */ + @param M_PackageLine_ID The detail content of the Package + */ public void setM_PackageLine_ID (int M_PackageLine_ID) { - if (M_PackageLine_ID < 1) + if (M_PackageLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PackageLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PackageLine_ID, Integer.valueOf(M_PackageLine_ID)); } /** Get Package Line. @return The detail content of the Package */ - public int getM_PackageLine_ID () + public int getM_PackageLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PackageLine_ID); if (ii == null) @@ -183,7 +179,8 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent } /** Set M_PackageLine_UU. - @param M_PackageLine_UU M_PackageLine_UU */ + @param M_PackageLine_UU M_PackageLine_UU + */ public void setM_PackageLine_UU (String M_PackageLine_UU) { set_Value (COLUMNNAME_M_PackageLine_UU, M_PackageLine_UU); @@ -191,7 +188,7 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent /** Get M_PackageLine_UU. @return M_PackageLine_UU */ - public String getM_PackageLine_UU () + public String getM_PackageLine_UU() { return (String)get_Value(COLUMNNAME_M_PackageLine_UU); } @@ -203,18 +200,19 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent } /** Set Package MPS. - @param M_PackageMPS_ID Package MPS */ + @param M_PackageMPS_ID Package MPS + */ public void setM_PackageMPS_ID (int M_PackageMPS_ID) { - if (M_PackageMPS_ID < 1) + if (M_PackageMPS_ID < 1) set_Value (COLUMNNAME_M_PackageMPS_ID, null); - else + else set_Value (COLUMNNAME_M_PackageMPS_ID, Integer.valueOf(M_PackageMPS_ID)); } /** Get Package MPS. @return Package MPS */ - public int getM_PackageMPS_ID () + public int getM_PackageMPS_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PackageMPS_ID); if (ii == null) @@ -229,21 +227,20 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -252,9 +249,8 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -263,7 +259,7 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PackageMPS.java b/org.adempiere.base/src/org/compiere/model/X_M_PackageMPS.java index a66a8d67e3..bc5aade66a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PackageMPS.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PackageMPS.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_PackageMPS * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_PackageMPS") public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_PackageMPS (Properties ctx, int M_PackageMPS_ID, String trxName) @@ -77,9 +77,8 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set Create lines from. - @param CreateFrom - Process which will generate a new document lines based on an existing document - */ + @param CreateFrom Process which will generate a new document lines based on an existing document + */ public void setCreateFrom (String CreateFrom) { set_Value (COLUMNNAME_CreateFrom, CreateFrom); @@ -88,7 +87,7 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent /** Get Create lines from. @return Process which will generate a new document lines based on an existing document */ - public String getCreateFrom () + public String getCreateFrom() { return (String)get_Value(COLUMNNAME_CreateFrom); } @@ -100,21 +99,20 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set UOM for Length. - @param C_UOM_Length_ID - Standard Unit of Measure for Length - */ + @param C_UOM_Length_ID Standard Unit of Measure for Length + */ public void setC_UOM_Length_ID (int C_UOM_Length_ID) { - if (C_UOM_Length_ID < 1) + if (C_UOM_Length_ID < 1) set_Value (COLUMNNAME_C_UOM_Length_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_Length_ID, Integer.valueOf(C_UOM_Length_ID)); } /** Get UOM for Length. @return Standard Unit of Measure for Length */ - public int getC_UOM_Length_ID () + public int getC_UOM_Length_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_Length_ID); if (ii == null) @@ -129,21 +127,20 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set UOM for Weight. - @param C_UOM_Weight_ID - Standard Unit of Measure for Weight - */ + @param C_UOM_Weight_ID Standard Unit of Measure for Weight + */ public void setC_UOM_Weight_ID (int C_UOM_Weight_ID) { - if (C_UOM_Weight_ID < 1) + if (C_UOM_Weight_ID < 1) set_Value (COLUMNNAME_C_UOM_Weight_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_Weight_ID, Integer.valueOf(C_UOM_Weight_ID)); } /** Get UOM for Weight. @return Standard Unit of Measure for Weight */ - public int getC_UOM_Weight_ID () + public int getC_UOM_Weight_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_Weight_ID); if (ii == null) @@ -152,9 +149,8 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -163,20 +159,21 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Estimated Weight. - @param EstimatedWeight Estimated Weight */ + @param EstimatedWeight Estimated Weight + */ public void setEstimatedWeight (BigDecimal EstimatedWeight) { throw new IllegalArgumentException ("EstimatedWeight is virtual column"); } /** Get Estimated Weight. @return Estimated Weight */ - public BigDecimal getEstimatedWeight () + public BigDecimal getEstimatedWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_EstimatedWeight); if (bd == null) @@ -185,7 +182,8 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set Height. - @param Height Height */ + @param Height Height + */ public void setHeight (BigDecimal Height) { set_Value (COLUMNNAME_Height, Height); @@ -193,7 +191,7 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent /** Get Height. @return Height */ - public BigDecimal getHeight () + public BigDecimal getHeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Height); if (bd == null) @@ -202,7 +200,8 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set Length. - @param Length Length */ + @param Length Length + */ public void setLength (BigDecimal Length) { set_Value (COLUMNNAME_Length, Length); @@ -210,7 +209,7 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent /** Get Length. @return Length */ - public BigDecimal getLength () + public BigDecimal getLength() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Length); if (bd == null) @@ -219,7 +218,8 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set Master Tracking No. - @param MasterTrackingNo Master Tracking No */ + @param MasterTrackingNo Master Tracking No + */ public void setMasterTrackingNo (String MasterTrackingNo) { set_Value (COLUMNNAME_MasterTrackingNo, MasterTrackingNo); @@ -227,7 +227,7 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent /** Get Master Tracking No. @return Master Tracking No */ - public String getMasterTrackingNo () + public String getMasterTrackingNo() { return (String)get_Value(COLUMNNAME_MasterTrackingNo); } @@ -239,21 +239,20 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set Package. - @param M_Package_ID - Shipment Package - */ + @param M_Package_ID Shipment Package + */ public void setM_Package_ID (int M_Package_ID) { - if (M_Package_ID < 1) + if (M_Package_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Package_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Package_ID, Integer.valueOf(M_Package_ID)); } /** Get Package. @return Shipment Package */ - public int getM_Package_ID () + public int getM_Package_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Package_ID); if (ii == null) @@ -270,18 +269,19 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set Package MPS. - @param M_PackageMPS_ID Package MPS */ + @param M_PackageMPS_ID Package MPS + */ public void setM_PackageMPS_ID (int M_PackageMPS_ID) { - if (M_PackageMPS_ID < 1) + if (M_PackageMPS_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PackageMPS_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PackageMPS_ID, Integer.valueOf(M_PackageMPS_ID)); } /** Get Package MPS. @return Package MPS */ - public int getM_PackageMPS_ID () + public int getM_PackageMPS_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PackageMPS_ID); if (ii == null) @@ -290,7 +290,8 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set M_PackageMPS_UU. - @param M_PackageMPS_UU M_PackageMPS_UU */ + @param M_PackageMPS_UU M_PackageMPS_UU + */ public void setM_PackageMPS_UU (String M_PackageMPS_UU) { set_Value (COLUMNNAME_M_PackageMPS_UU, M_PackageMPS_UU); @@ -298,15 +299,14 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent /** Get M_PackageMPS_UU. @return M_PackageMPS_UU */ - public String getM_PackageMPS_UU () + public String getM_PackageMPS_UU() { return (String)get_Value(COLUMNNAME_M_PackageMPS_UU); } /** Set Price. - @param Price - Price - */ + @param Price Price + */ public void setPrice (BigDecimal Price) { set_Value (COLUMNNAME_Price, Price); @@ -315,7 +315,7 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent /** Get Price. @return Price */ - public BigDecimal getPrice () + public BigDecimal getPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Price); if (bd == null) @@ -324,9 +324,8 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -335,7 +334,7 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -348,9 +347,8 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -359,7 +357,7 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -368,9 +366,8 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set Tracking No. - @param TrackingNo - Number to track the shipment - */ + @param TrackingNo Number to track the shipment + */ public void setTrackingNo (String TrackingNo) { set_Value (COLUMNNAME_TrackingNo, TrackingNo); @@ -379,15 +376,14 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent /** Get Tracking No. @return Number to track the shipment */ - public String getTrackingNo () + public String getTrackingNo() { return (String)get_Value(COLUMNNAME_TrackingNo); } /** Set Weight. - @param Weight - Weight of a product - */ + @param Weight Weight of a product + */ public void setWeight (BigDecimal Weight) { set_Value (COLUMNNAME_Weight, Weight); @@ -396,7 +392,7 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent /** Get Weight. @return Weight of a product */ - public BigDecimal getWeight () + public BigDecimal getWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Weight); if (bd == null) @@ -405,7 +401,8 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent } /** Set Width. - @param Width Width */ + @param Width Width + */ public void setWidth (BigDecimal Width) { set_Value (COLUMNNAME_Width, Width); @@ -413,7 +410,7 @@ public class X_M_PackageMPS extends PO implements I_M_PackageMPS, I_Persistent /** Get Width. @return Width */ - public BigDecimal getWidth () + public BigDecimal getWidth() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Width); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PartType.java b/org.adempiere.base/src/org/compiere/model/X_M_PartType.java index b80ec1e924..3ae9d52c7a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PartType.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PartType.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_PartType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_PartType") public class X_M_PartType extends PO implements I_M_PartType, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_PartType extends PO implements I_M_PartType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_PartType (Properties ctx, int M_PartType_ID, String trxName) @@ -72,9 +72,8 @@ public class X_M_PartType extends PO implements I_M_PartType, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -83,24 +82,25 @@ public class X_M_PartType extends PO implements I_M_PartType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Part Type. - @param M_PartType_ID Part Type */ + @param M_PartType_ID Part Type + */ public void setM_PartType_ID (int M_PartType_ID) { - if (M_PartType_ID < 1) + if (M_PartType_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PartType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PartType_ID, Integer.valueOf(M_PartType_ID)); } /** Get Part Type. @return Part Type */ - public int getM_PartType_ID () + public int getM_PartType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PartType_ID); if (ii == null) @@ -109,7 +109,8 @@ public class X_M_PartType extends PO implements I_M_PartType, I_Persistent } /** Set M_PartType_UU. - @param M_PartType_UU M_PartType_UU */ + @param M_PartType_UU M_PartType_UU + */ public void setM_PartType_UU (String M_PartType_UU) { set_Value (COLUMNNAME_M_PartType_UU, M_PartType_UU); @@ -117,15 +118,14 @@ public class X_M_PartType extends PO implements I_M_PartType, I_Persistent /** Get M_PartType_UU. @return M_PartType_UU */ - public String getM_PartType_UU () + public String getM_PartType_UU() { return (String)get_Value(COLUMNNAME_M_PartType_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -134,7 +134,7 @@ public class X_M_PartType extends PO implements I_M_PartType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PerpetualInv.java b/org.adempiere.base/src/org/compiere/model/X_M_PerpetualInv.java index 5008932fb9..7788a13474 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PerpetualInv.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PerpetualInv.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_PerpetualInv * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_PerpetualInv") public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_PerpetualInv (Properties ctx, int M_PerpetualInv_ID, String trxName) @@ -82,9 +82,8 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste } /** Set Count high turnover items. - @param CountHighMovement - Count High Movement products - */ + @param CountHighMovement Count High Movement products + */ public void setCountHighMovement (boolean CountHighMovement) { set_Value (COLUMNNAME_CountHighMovement, Boolean.valueOf(CountHighMovement)); @@ -93,7 +92,7 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste /** Get Count high turnover items. @return Count High Movement products */ - public boolean isCountHighMovement () + public boolean isCountHighMovement() { Object oo = get_Value(COLUMNNAME_CountHighMovement); if (oo != null) @@ -106,9 +105,8 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_ValueNoCheck (COLUMNNAME_DateLastRun, DateLastRun); @@ -117,15 +115,14 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Date next run. - @param DateNextRun - Date the process will run next - */ + @param DateNextRun Date the process will run next + */ public void setDateNextRun (Timestamp DateNextRun) { set_ValueNoCheck (COLUMNNAME_DateNextRun, DateNextRun); @@ -134,15 +131,14 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste /** Get Date next run. @return Date the process will run next */ - public Timestamp getDateNextRun () + public Timestamp getDateNextRun() { return (Timestamp)get_Value(COLUMNNAME_DateNextRun); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -151,27 +147,26 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Perpetual Inventory. - @param M_PerpetualInv_ID - Rules for generating physical inventory - */ + @param M_PerpetualInv_ID Rules for generating physical inventory + */ public void setM_PerpetualInv_ID (int M_PerpetualInv_ID) { - if (M_PerpetualInv_ID < 1) + if (M_PerpetualInv_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PerpetualInv_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PerpetualInv_ID, Integer.valueOf(M_PerpetualInv_ID)); } /** Get Perpetual Inventory. @return Rules for generating physical inventory */ - public int getM_PerpetualInv_ID () + public int getM_PerpetualInv_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PerpetualInv_ID); if (ii == null) @@ -180,7 +175,8 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste } /** Set M_PerpetualInv_UU. - @param M_PerpetualInv_UU M_PerpetualInv_UU */ + @param M_PerpetualInv_UU M_PerpetualInv_UU + */ public void setM_PerpetualInv_UU (String M_PerpetualInv_UU) { set_Value (COLUMNNAME_M_PerpetualInv_UU, M_PerpetualInv_UU); @@ -188,7 +184,7 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste /** Get M_PerpetualInv_UU. @return M_PerpetualInv_UU */ - public String getM_PerpetualInv_UU () + public String getM_PerpetualInv_UU() { return (String)get_Value(COLUMNNAME_M_PerpetualInv_UU); } @@ -200,21 +196,20 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -229,21 +224,20 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -252,9 +246,8 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -263,7 +256,7 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -277,9 +270,8 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste } /** Set Number of Inventory counts. - @param NoInventoryCount - Frequency of inventory counts per year - */ + @param NoInventoryCount Frequency of inventory counts per year + */ public void setNoInventoryCount (int NoInventoryCount) { set_Value (COLUMNNAME_NoInventoryCount, Integer.valueOf(NoInventoryCount)); @@ -288,7 +280,7 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste /** Get Number of Inventory counts. @return Frequency of inventory counts per year */ - public int getNoInventoryCount () + public int getNoInventoryCount() { Integer ii = (Integer)get_Value(COLUMNNAME_NoInventoryCount); if (ii == null) @@ -297,9 +289,8 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste } /** Set Number of Product counts. - @param NoProductCount - Frequency of product counts per year - */ + @param NoProductCount Frequency of product counts per year + */ public void setNoProductCount (int NoProductCount) { set_Value (COLUMNNAME_NoProductCount, Integer.valueOf(NoProductCount)); @@ -308,7 +299,7 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste /** Get Number of Product counts. @return Frequency of product counts per year */ - public int getNoProductCount () + public int getNoProductCount() { Integer ii = (Integer)get_Value(COLUMNNAME_NoProductCount); if (ii == null) @@ -317,9 +308,8 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste } /** Set Number of runs. - @param NumberOfRuns - Frequency of processing Perpetual Inventory - */ + @param NumberOfRuns Frequency of processing Perpetual Inventory + */ public void setNumberOfRuns (int NumberOfRuns) { set_Value (COLUMNNAME_NumberOfRuns, Integer.valueOf(NumberOfRuns)); @@ -328,7 +318,7 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste /** Get Number of runs. @return Frequency of processing Perpetual Inventory */ - public int getNumberOfRuns () + public int getNumberOfRuns() { Integer ii = (Integer)get_Value(COLUMNNAME_NumberOfRuns); if (ii == null) @@ -337,7 +327,8 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -345,7 +336,7 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PriceList.java b/org.adempiere.base/src/org/compiere/model/X_M_PriceList.java index f7bcaca04a..3692df6c58 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PriceList.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PriceList.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_PriceList * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_PriceList") public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_PriceList (Properties ctx, int M_PriceList_ID, String trxName) @@ -86,21 +86,20 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent } /** Set Base Pricelist. - @param BasePriceList_ID - Pricelist to be used, if product not found on this pricelist - */ + @param BasePriceList_ID Pricelist to be used, if product not found on this pricelist + */ public void setBasePriceList_ID (int BasePriceList_ID) { - if (BasePriceList_ID < 1) + if (BasePriceList_ID < 1) set_Value (COLUMNNAME_BasePriceList_ID, null); - else + else set_Value (COLUMNNAME_BasePriceList_ID, Integer.valueOf(BasePriceList_ID)); } /** Get Base Pricelist. @return Pricelist to be used, if product not found on this pricelist */ - public int getBasePriceList_ID () + public int getBasePriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_BasePriceList_ID); if (ii == null) @@ -115,21 +114,20 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -138,9 +136,8 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -149,15 +146,14 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Enforce price limit. - @param EnforcePriceLimit - Do not allow prices below the limit price - */ + @param EnforcePriceLimit Do not allow prices below the limit price + */ public void setEnforcePriceLimit (boolean EnforcePriceLimit) { set_Value (COLUMNNAME_EnforcePriceLimit, Boolean.valueOf(EnforcePriceLimit)); @@ -166,7 +162,7 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent /** Get Enforce price limit. @return Do not allow prices below the limit price */ - public boolean isEnforcePriceLimit () + public boolean isEnforcePriceLimit() { Object oo = get_Value(COLUMNNAME_EnforcePriceLimit); if (oo != null) @@ -179,9 +175,8 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -190,7 +185,7 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -203,9 +198,8 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent } /** Set Mandatory. - @param IsMandatory - Data entry is required in this column - */ + @param IsMandatory Data entry is required in this column + */ public void setIsMandatory (boolean IsMandatory) { set_Value (COLUMNNAME_IsMandatory, Boolean.valueOf(IsMandatory)); @@ -214,7 +208,7 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent /** Get Mandatory. @return Data entry is required in this column */ - public boolean isMandatory () + public boolean isMandatory() { Object oo = get_Value(COLUMNNAME_IsMandatory); if (oo != null) @@ -227,7 +221,8 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent } /** Set isPresentForProduct. - @param isPresentForProduct isPresentForProduct */ + @param isPresentForProduct isPresentForProduct + */ public void setisPresentForProduct (boolean isPresentForProduct) { set_Value (COLUMNNAME_isPresentForProduct, Boolean.valueOf(isPresentForProduct)); @@ -235,7 +230,7 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent /** Get isPresentForProduct. @return isPresentForProduct */ - public boolean isPresentForProduct () + public boolean isPresentForProduct() { Object oo = get_Value(COLUMNNAME_isPresentForProduct); if (oo != null) @@ -248,9 +243,8 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent } /** Set Sales Price list. - @param IsSOPriceList - This is a Sales Price List - */ + @param IsSOPriceList This is a Sales Price List + */ public void setIsSOPriceList (boolean IsSOPriceList) { set_Value (COLUMNNAME_IsSOPriceList, Boolean.valueOf(IsSOPriceList)); @@ -259,7 +253,7 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent /** Get Sales Price list. @return This is a Sales Price List */ - public boolean isSOPriceList () + public boolean isSOPriceList() { Object oo = get_Value(COLUMNNAME_IsSOPriceList); if (oo != null) @@ -272,9 +266,8 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent } /** Set Price includes Tax. - @param IsTaxIncluded - Tax is included in the price - */ + @param IsTaxIncluded Tax is included in the price + */ public void setIsTaxIncluded (boolean IsTaxIncluded) { set_Value (COLUMNNAME_IsTaxIncluded, Boolean.valueOf(IsTaxIncluded)); @@ -283,7 +276,7 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent /** Get Price includes Tax. @return Tax is included in the price */ - public boolean isTaxIncluded () + public boolean isTaxIncluded() { Object oo = get_Value(COLUMNNAME_IsTaxIncluded); if (oo != null) @@ -296,21 +289,20 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PriceList_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -319,7 +311,8 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent } /** Set M_PriceList_UU. - @param M_PriceList_UU M_PriceList_UU */ + @param M_PriceList_UU M_PriceList_UU + */ public void setM_PriceList_UU (String M_PriceList_UU) { set_Value (COLUMNNAME_M_PriceList_UU, M_PriceList_UU); @@ -327,15 +320,14 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent /** Get M_PriceList_UU. @return M_PriceList_UU */ - public String getM_PriceList_UU () + public String getM_PriceList_UU() { return (String)get_Value(COLUMNNAME_M_PriceList_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -344,7 +336,7 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -358,9 +350,8 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent } /** Set Price Precision. - @param PricePrecision - Precision (number of decimals) for the Price - */ + @param PricePrecision Precision (number of decimals) for the Price + */ public void setPricePrecision (int PricePrecision) { set_Value (COLUMNNAME_PricePrecision, Integer.valueOf(PricePrecision)); @@ -369,7 +360,7 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent /** Get Price Precision. @return Precision (number of decimals) for the Price */ - public int getPricePrecision () + public int getPricePrecision() { Integer ii = (Integer)get_Value(COLUMNNAME_PricePrecision); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PriceList_Version.java b/org.adempiere.base/src/org/compiere/model/X_M_PriceList_Version.java index 79d9ad8493..6660316b5f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PriceList_Version.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PriceList_Version.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_PriceList_Version * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_PriceList_Version") public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_PriceList_Version (Properties ctx, int M_PriceList_Version_ID, String trxName) @@ -79,9 +79,8 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -90,7 +89,7 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -102,21 +101,20 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, } /** Set Discount Schema. - @param M_DiscountSchema_ID - Schema to calculate the trade discount percentage - */ + @param M_DiscountSchema_ID Schema to calculate the trade discount percentage + */ public void setM_DiscountSchema_ID (int M_DiscountSchema_ID) { - if (M_DiscountSchema_ID < 1) + if (M_DiscountSchema_ID < 1) set_Value (COLUMNNAME_M_DiscountSchema_ID, null); - else + else set_Value (COLUMNNAME_M_DiscountSchema_ID, Integer.valueOf(M_DiscountSchema_ID)); } /** Get Discount Schema. @return Schema to calculate the trade discount percentage */ - public int getM_DiscountSchema_ID () + public int getM_DiscountSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DiscountSchema_ID); if (ii == null) @@ -131,21 +129,20 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PriceList_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -160,21 +157,20 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, } /** Set Base Price List. - @param M_Pricelist_Version_Base_ID - Source for Price list calculations - */ + @param M_Pricelist_Version_Base_ID Source for Price list calculations + */ public void setM_Pricelist_Version_Base_ID (int M_Pricelist_Version_Base_ID) { - if (M_Pricelist_Version_Base_ID < 1) + if (M_Pricelist_Version_Base_ID < 1) set_Value (COLUMNNAME_M_Pricelist_Version_Base_ID, null); - else + else set_Value (COLUMNNAME_M_Pricelist_Version_Base_ID, Integer.valueOf(M_Pricelist_Version_Base_ID)); } /** Get Base Price List. @return Source for Price list calculations */ - public int getM_Pricelist_Version_Base_ID () + public int getM_Pricelist_Version_Base_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Pricelist_Version_Base_ID); if (ii == null) @@ -183,21 +179,20 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, } /** Set Price List Version. - @param M_PriceList_Version_ID - Identifies a unique instance of a Price List - */ + @param M_PriceList_Version_ID Identifies a unique instance of a Price List + */ public void setM_PriceList_Version_ID (int M_PriceList_Version_ID) { - if (M_PriceList_Version_ID < 1) + if (M_PriceList_Version_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PriceList_Version_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PriceList_Version_ID, Integer.valueOf(M_PriceList_Version_ID)); } /** Get Price List Version. @return Identifies a unique instance of a Price List */ - public int getM_PriceList_Version_ID () + public int getM_PriceList_Version_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_Version_ID); if (ii == null) @@ -206,7 +201,8 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, } /** Set M_PriceList_Version_UU. - @param M_PriceList_Version_UU M_PriceList_Version_UU */ + @param M_PriceList_Version_UU M_PriceList_Version_UU + */ public void setM_PriceList_Version_UU (String M_PriceList_Version_UU) { set_Value (COLUMNNAME_M_PriceList_Version_UU, M_PriceList_Version_UU); @@ -214,15 +210,14 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, /** Get M_PriceList_Version_UU. @return M_PriceList_Version_UU */ - public String getM_PriceList_Version_UU () + public String getM_PriceList_Version_UU() { return (String)get_Value(COLUMNNAME_M_PriceList_Version_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -231,7 +226,7 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -245,7 +240,8 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, } /** Set Create. - @param ProcCreate Create */ + @param ProcCreate Create + */ public void setProcCreate (String ProcCreate) { set_Value (COLUMNNAME_ProcCreate, ProcCreate); @@ -253,15 +249,14 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, /** Get Create. @return Create */ - public String getProcCreate () + public String getProcCreate() { return (String)get_Value(COLUMNNAME_ProcCreate); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -270,7 +265,7 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Product.java b/org.adempiere.base/src/org/compiere/model/X_M_Product.java index cfec560a8a..2ab605295b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Product.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Product.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Product * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Product") public class X_M_Product extends PO implements I_M_Product, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** * */ - private static final long serialVersionUID = 20211106L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Product (Properties ctx, int M_Product_ID, String trxName) @@ -114,9 +114,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Classification. - @param Classification - Classification for grouping - */ + @param Classification Classification for grouping + */ public void setClassification (String Classification) { set_Value (COLUMNNAME_Classification, Classification); @@ -125,15 +124,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Classification. @return Classification for grouping */ - public String getClassification () + public String getClassification() { return (String)get_Value(COLUMNNAME_Classification); } /** Set Copy From. - @param CopyFrom - Copy From Record - */ + @param CopyFrom Copy From Record + */ public void setCopyFrom (String CopyFrom) { set_Value (COLUMNNAME_CopyFrom, CopyFrom); @@ -142,7 +140,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Copy From. @return Copy From Record */ - public String getCopyFrom () + public String getCopyFrom() { return (String)get_Value(COLUMNNAME_CopyFrom); } @@ -154,21 +152,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Revenue Recognition. - @param C_RevenueRecognition_ID - Method for recording revenue - */ + @param C_RevenueRecognition_ID Method for recording revenue + */ public void setC_RevenueRecognition_ID (int C_RevenueRecognition_ID) { - if (C_RevenueRecognition_ID < 1) + if (C_RevenueRecognition_ID < 1) set_Value (COLUMNNAME_C_RevenueRecognition_ID, null); - else + else set_Value (COLUMNNAME_C_RevenueRecognition_ID, Integer.valueOf(C_RevenueRecognition_ID)); } /** Get Revenue Recognition. @return Method for recording revenue */ - public int getC_RevenueRecognition_ID () + public int getC_RevenueRecognition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_RevenueRecognition_ID); if (ii == null) @@ -183,21 +180,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Subscription Type. - @param C_SubscriptionType_ID - Type of subscription - */ + @param C_SubscriptionType_ID Type of subscription + */ public void setC_SubscriptionType_ID (int C_SubscriptionType_ID) { - if (C_SubscriptionType_ID < 1) + if (C_SubscriptionType_ID < 1) set_Value (COLUMNNAME_C_SubscriptionType_ID, null); - else + else set_Value (COLUMNNAME_C_SubscriptionType_ID, Integer.valueOf(C_SubscriptionType_ID)); } /** Get Subscription Type. @return Type of subscription */ - public int getC_SubscriptionType_ID () + public int getC_SubscriptionType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SubscriptionType_ID); if (ii == null) @@ -212,21 +208,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Tax Category. - @param C_TaxCategory_ID - Tax Category - */ + @param C_TaxCategory_ID Tax Category + */ public void setC_TaxCategory_ID (int C_TaxCategory_ID) { - if (C_TaxCategory_ID < 1) + if (C_TaxCategory_ID < 1) set_Value (COLUMNNAME_C_TaxCategory_ID, null); - else + else set_Value (COLUMNNAME_C_TaxCategory_ID, Integer.valueOf(C_TaxCategory_ID)); } /** Get Tax Category. @return Tax Category */ - public int getC_TaxCategory_ID () + public int getC_TaxCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxCategory_ID); if (ii == null) @@ -241,21 +236,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -264,9 +258,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Customs Tariff Number. - @param CustomsTariffNumber - Customs Tariff Number, usually the HS-Code - */ + @param CustomsTariffNumber Customs Tariff Number, usually the HS-Code + */ public void setCustomsTariffNumber (String CustomsTariffNumber) { set_Value (COLUMNNAME_CustomsTariffNumber, CustomsTariffNumber); @@ -275,15 +268,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Customs Tariff Number. @return Customs Tariff Number, usually the HS-Code */ - public String getCustomsTariffNumber () + public String getCustomsTariffNumber() { return (String)get_Value(COLUMNNAME_CustomsTariffNumber); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -292,15 +284,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Description URL. - @param DescriptionURL - URL for the description - */ + @param DescriptionURL URL for the description + */ public void setDescriptionURL (String DescriptionURL) { set_Value (COLUMNNAME_DescriptionURL, DescriptionURL); @@ -309,15 +300,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Description URL. @return URL for the description */ - public String getDescriptionURL () + public String getDescriptionURL() { return (String)get_Value(COLUMNNAME_DescriptionURL); } /** Set Discontinued. - @param Discontinued - This product is no longer available - */ + @param Discontinued This product is no longer available + */ public void setDiscontinued (boolean Discontinued) { set_Value (COLUMNNAME_Discontinued, Boolean.valueOf(Discontinued)); @@ -326,7 +316,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Discontinued. @return This product is no longer available */ - public boolean isDiscontinued () + public boolean isDiscontinued() { Object oo = get_Value(COLUMNNAME_Discontinued); if (oo != null) @@ -339,9 +329,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Discontinued At. - @param DiscontinuedAt - Discontinued At indicates Date when product was discontinued - */ + @param DiscontinuedAt Discontinued At indicates Date when product was discontinued + */ public void setDiscontinuedAt (Timestamp DiscontinuedAt) { set_Value (COLUMNNAME_DiscontinuedAt, DiscontinuedAt); @@ -350,15 +339,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Discontinued At. @return Discontinued At indicates Date when product was discontinued */ - public Timestamp getDiscontinuedAt () + public Timestamp getDiscontinuedAt() { return (Timestamp)get_Value(COLUMNNAME_DiscontinuedAt); } /** Set Document Note. - @param DocumentNote - Additional information for a Document - */ + @param DocumentNote Additional information for a Document + */ public void setDocumentNote (String DocumentNote) { set_Value (COLUMNNAME_DocumentNote, DocumentNote); @@ -367,13 +355,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Document Note. @return Additional information for a Document */ - public String getDocumentNote () + public String getDocumentNote() { return (String)get_Value(COLUMNNAME_DocumentNote); } /** Set Group1. - @param Group1 Group1 */ + @param Group1 Group1 + */ public void setGroup1 (String Group1) { set_Value (COLUMNNAME_Group1, Group1); @@ -381,13 +370,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Group1. @return Group1 */ - public String getGroup1 () + public String getGroup1() { return (String)get_Value(COLUMNNAME_Group1); } /** Set Group2. - @param Group2 Group2 */ + @param Group2 Group2 + */ public void setGroup2 (String Group2) { set_Value (COLUMNNAME_Group2, Group2); @@ -395,15 +385,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Group2. @return Group2 */ - public String getGroup2 () + public String getGroup2() { return (String)get_Value(COLUMNNAME_Group2); } /** Set Guarantee Days. - @param GuaranteeDays - Number of days the product is guaranteed or available - */ + @param GuaranteeDays Number of days the product is guaranteed or available + */ public void setGuaranteeDays (int GuaranteeDays) { set_Value (COLUMNNAME_GuaranteeDays, Integer.valueOf(GuaranteeDays)); @@ -412,7 +401,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Guarantee Days. @return Number of days the product is guaranteed or available */ - public int getGuaranteeDays () + public int getGuaranteeDays() { Integer ii = (Integer)get_Value(COLUMNNAME_GuaranteeDays); if (ii == null) @@ -421,9 +410,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Min Guarantee Days. - @param GuaranteeDaysMin - Minimum number of guarantee days - */ + @param GuaranteeDaysMin Minimum number of guarantee days + */ public void setGuaranteeDaysMin (int GuaranteeDaysMin) { set_Value (COLUMNNAME_GuaranteeDaysMin, Integer.valueOf(GuaranteeDaysMin)); @@ -432,7 +420,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Min Guarantee Days. @return Minimum number of guarantee days */ - public int getGuaranteeDaysMin () + public int getGuaranteeDaysMin() { Integer ii = (Integer)get_Value(COLUMNNAME_GuaranteeDaysMin); if (ii == null) @@ -441,9 +429,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -452,15 +439,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Image URL. - @param ImageURL - URL of image - */ + @param ImageURL URL of image + */ public void setImageURL (String ImageURL) { set_Value (COLUMNNAME_ImageURL, ImageURL); @@ -469,15 +455,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Image URL. @return URL of image */ - public String getImageURL () + public String getImageURL() { return (String)get_Value(COLUMNNAME_ImageURL); } /** Set Auto Produce. - @param IsAutoProduce - Auto create production to fulfill shipment - */ + @param IsAutoProduce Auto create production to fulfill shipment + */ public void setIsAutoProduce (boolean IsAutoProduce) { set_Value (COLUMNNAME_IsAutoProduce, Boolean.valueOf(IsAutoProduce)); @@ -486,7 +471,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Auto Produce. @return Auto create production to fulfill shipment */ - public boolean isAutoProduce () + public boolean isAutoProduce() { Object oo = get_Value(COLUMNNAME_IsAutoProduce); if (oo != null) @@ -499,9 +484,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Bill of Materials. - @param IsBOM - Bill of Materials - */ + @param IsBOM Bill of Materials + */ public void setIsBOM (boolean IsBOM) { set_Value (COLUMNNAME_IsBOM, Boolean.valueOf(IsBOM)); @@ -510,7 +494,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Bill of Materials. @return Bill of Materials */ - public boolean isBOM () + public boolean isBOM() { Object oo = get_Value(COLUMNNAME_IsBOM); if (oo != null) @@ -523,18 +507,17 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Drop Shipment. - @param IsDropShip - Drop Shipments are sent from the Vendor directly to the Customer - */ + @param IsDropShip Drop Shipments are sent directly to the Drop Shipment Location + */ public void setIsDropShip (boolean IsDropShip) { set_Value (COLUMNNAME_IsDropShip, Boolean.valueOf(IsDropShip)); } /** Get Drop Shipment. - @return Drop Shipments are sent from the Vendor directly to the Customer + @return Drop Shipments are sent directly to the Drop Shipment Location */ - public boolean isDropShip () + public boolean isDropShip() { Object oo = get_Value(COLUMNNAME_IsDropShip); if (oo != null) @@ -547,9 +530,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Exclude Auto Delivery. - @param IsExcludeAutoDelivery - Exclude from automatic Delivery - */ + @param IsExcludeAutoDelivery Exclude from automatic Delivery + */ public void setIsExcludeAutoDelivery (boolean IsExcludeAutoDelivery) { set_Value (COLUMNNAME_IsExcludeAutoDelivery, Boolean.valueOf(IsExcludeAutoDelivery)); @@ -558,7 +540,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Exclude Auto Delivery. @return Exclude from automatic Delivery */ - public boolean isExcludeAutoDelivery () + public boolean isExcludeAutoDelivery() { Object oo = get_Value(COLUMNNAME_IsExcludeAutoDelivery); if (oo != null) @@ -570,19 +552,18 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent return false; } - /** Set Print detail records on invoice . - @param IsInvoicePrintDetails - Print detail BOM elements on the invoice - */ + /** Set Print detail records on invoice. + @param IsInvoicePrintDetails Print detail BOM elements on the invoice + */ public void setIsInvoicePrintDetails (boolean IsInvoicePrintDetails) { set_Value (COLUMNNAME_IsInvoicePrintDetails, Boolean.valueOf(IsInvoicePrintDetails)); } - /** Get Print detail records on invoice . + /** Get Print detail records on invoice. @return Print detail BOM elements on the invoice */ - public boolean isInvoicePrintDetails () + public boolean isInvoicePrintDetails() { Object oo = get_Value(COLUMNNAME_IsInvoicePrintDetails); if (oo != null) @@ -595,9 +576,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Kanban controlled. - @param IsKanban - This part is Kanban controlled - */ + @param IsKanban This part is Kanban controlled + */ public void setIsKanban (boolean IsKanban) { set_Value (COLUMNNAME_IsKanban, Boolean.valueOf(IsKanban)); @@ -606,7 +586,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Kanban controlled. @return This part is Kanban controlled */ - public boolean isKanban () + public boolean isKanban() { Object oo = get_Value(COLUMNNAME_IsKanban); if (oo != null) @@ -619,9 +599,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Manufactured. - @param IsManufactured - This product is manufactured - */ + @param IsManufactured This product is manufactured + */ public void setIsManufactured (boolean IsManufactured) { set_Value (COLUMNNAME_IsManufactured, Boolean.valueOf(IsManufactured)); @@ -630,7 +609,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Manufactured. @return This product is manufactured */ - public boolean isManufactured () + public boolean isManufactured() { Object oo = get_Value(COLUMNNAME_IsManufactured); if (oo != null) @@ -643,7 +622,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Own Box. - @param IsOwnBox Own Box */ + @param IsOwnBox Own Box + */ public void setIsOwnBox (boolean IsOwnBox) { set_Value (COLUMNNAME_IsOwnBox, Boolean.valueOf(IsOwnBox)); @@ -651,7 +631,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Own Box. @return Own Box */ - public boolean isOwnBox () + public boolean isOwnBox() { Object oo = get_Value(COLUMNNAME_IsOwnBox); if (oo != null) @@ -664,9 +644,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Phantom. - @param IsPhantom - Phantom Component - */ + @param IsPhantom Phantom Component + */ public void setIsPhantom (boolean IsPhantom) { set_Value (COLUMNNAME_IsPhantom, Boolean.valueOf(IsPhantom)); @@ -675,7 +654,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Phantom. @return Phantom Component */ - public boolean isPhantom () + public boolean isPhantom() { Object oo = get_Value(COLUMNNAME_IsPhantom); if (oo != null) @@ -688,9 +667,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Print detail records on pick list. - @param IsPickListPrintDetails - Print detail BOM elements on the pick list - */ + @param IsPickListPrintDetails Print detail BOM elements on the pick list + */ public void setIsPickListPrintDetails (boolean IsPickListPrintDetails) { set_Value (COLUMNNAME_IsPickListPrintDetails, Boolean.valueOf(IsPickListPrintDetails)); @@ -699,7 +677,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Print detail records on pick list. @return Print detail BOM elements on the pick list */ - public boolean isPickListPrintDetails () + public boolean isPickListPrintDetails() { Object oo = get_Value(COLUMNNAME_IsPickListPrintDetails); if (oo != null) @@ -712,9 +690,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Purchased. - @param IsPurchased - Organization purchases this product - */ + @param IsPurchased Organization purchases this product + */ public void setIsPurchased (boolean IsPurchased) { set_Value (COLUMNNAME_IsPurchased, Boolean.valueOf(IsPurchased)); @@ -723,7 +700,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Purchased. @return Organization purchases this product */ - public boolean isPurchased () + public boolean isPurchased() { Object oo = get_Value(COLUMNNAME_IsPurchased); if (oo != null) @@ -736,9 +713,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -747,7 +723,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -760,9 +736,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Sold. - @param IsSold - Organization sells this product - */ + @param IsSold Organization sells this product + */ public void setIsSold (boolean IsSold) { set_Value (COLUMNNAME_IsSold, Boolean.valueOf(IsSold)); @@ -771,7 +746,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Sold. @return Organization sells this product */ - public boolean isSold () + public boolean isSold() { Object oo = get_Value(COLUMNNAME_IsSold); if (oo != null) @@ -784,9 +759,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Stocked. - @param IsStocked - Organization stocks this product - */ + @param IsStocked Organization stocks this product + */ public void setIsStocked (boolean IsStocked) { set_Value (COLUMNNAME_IsStocked, Boolean.valueOf(IsStocked)); @@ -795,7 +769,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Stocked. @return Organization stocks this product */ - public boolean isStocked () + public boolean isStocked() { Object oo = get_Value(COLUMNNAME_IsStocked); if (oo != null) @@ -808,9 +782,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -819,7 +792,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -832,9 +805,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Verified. - @param IsVerified - The BOM configuration has been verified - */ + @param IsVerified The BOM configuration has been verified + */ public void setIsVerified (boolean IsVerified) { set_ValueNoCheck (COLUMNNAME_IsVerified, Boolean.valueOf(IsVerified)); @@ -843,7 +815,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Verified. @return The BOM configuration has been verified */ - public boolean isVerified () + public boolean isVerified() { Object oo = get_Value(COLUMNNAME_IsVerified); if (oo != null) @@ -856,9 +828,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Featured in Web Store. - @param IsWebStoreFeatured - If selected, the product is displayed in the initial or any empty search - */ + @param IsWebStoreFeatured If selected, the product is displayed in the initial or any empty search + */ public void setIsWebStoreFeatured (boolean IsWebStoreFeatured) { set_Value (COLUMNNAME_IsWebStoreFeatured, Boolean.valueOf(IsWebStoreFeatured)); @@ -867,7 +838,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Featured in Web Store. @return If selected, the product is displayed in the initial or any empty search */ - public boolean isWebStoreFeatured () + public boolean isWebStoreFeatured() { Object oo = get_Value(COLUMNNAME_IsWebStoreFeatured); if (oo != null) @@ -880,9 +851,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Low Level. - @param LowLevel - The Low Level is used to calculate the material plan and determines if a net requirement should be exploited - */ + @param LowLevel The Low Level is used to calculate the material plan and determines if a net requirement should be exploited + */ public void setLowLevel (int LowLevel) { set_Value (COLUMNNAME_LowLevel, Integer.valueOf(LowLevel)); @@ -891,7 +861,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Low Level. @return The Low Level is used to calculate the material plan and determines if a net requirement should be exploited */ - public int getLowLevel () + public int getLowLevel() { Integer ii = (Integer)get_Value(COLUMNNAME_LowLevel); if (ii == null) @@ -906,21 +876,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Attribute Set. - @param M_AttributeSet_ID - Product Attribute Set - */ + @param M_AttributeSet_ID Product Attribute Set + */ public void setM_AttributeSet_ID (int M_AttributeSet_ID) { - if (M_AttributeSet_ID < 0) + if (M_AttributeSet_ID < 0) set_Value (COLUMNNAME_M_AttributeSet_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSet_ID, Integer.valueOf(M_AttributeSet_ID)); } /** Get Attribute Set. @return Product Attribute Set */ - public int getM_AttributeSet_ID () + public int getM_AttributeSet_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSet_ID); if (ii == null) @@ -935,21 +904,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -964,21 +932,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Freight Category. - @param M_FreightCategory_ID - Category of the Freight - */ + @param M_FreightCategory_ID Category of the Freight + */ public void setM_FreightCategory_ID (int M_FreightCategory_ID) { - if (M_FreightCategory_ID < 1) + if (M_FreightCategory_ID < 1) set_Value (COLUMNNAME_M_FreightCategory_ID, null); - else + else set_Value (COLUMNNAME_M_FreightCategory_ID, Integer.valueOf(M_FreightCategory_ID)); } /** Get Freight Category. @return Category of the Freight */ - public int getM_FreightCategory_ID () + public int getM_FreightCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_FreightCategory_ID); if (ii == null) @@ -993,21 +960,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -1022,18 +988,19 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Part Type. - @param M_PartType_ID Part Type */ + @param M_PartType_ID Part Type + */ public void setM_PartType_ID (int M_PartType_ID) { - if (M_PartType_ID < 1) + if (M_PartType_ID < 1) set_Value (COLUMNNAME_M_PartType_ID, null); - else + else set_Value (COLUMNNAME_M_PartType_ID, Integer.valueOf(M_PartType_ID)); } /** Get Part Type. @return Part Type */ - public int getM_PartType_ID () + public int getM_PartType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PartType_ID); if (ii == null) @@ -1048,21 +1015,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -1071,21 +1037,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -1094,7 +1059,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set M_Product_UU. - @param M_Product_UU M_Product_UU */ + @param M_Product_UU M_Product_UU + */ public void setM_Product_UU (String M_Product_UU) { set_Value (COLUMNNAME_M_Product_UU, M_Product_UU); @@ -1102,15 +1068,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get M_Product_UU. @return M_Product_UU */ - public String getM_Product_UU () + public String getM_Product_UU() { return (String)get_Value(COLUMNNAME_M_Product_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -1119,13 +1084,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1133,7 +1099,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1153,14 +1119,15 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent public static final String PRODUCTTYPE_ExpenseType = "E"; /** Item = I */ public static final String PRODUCTTYPE_Item = "I"; + /** Online = O */ + public static final String PRODUCTTYPE_Online = "O"; /** Resource = R */ public static final String PRODUCTTYPE_Resource = "R"; /** Service = S */ public static final String PRODUCTTYPE_Service = "S"; /** Set Product Type. - @param ProductType - Type of product - */ + @param ProductType Type of product + */ public void setProductType (String ProductType) { @@ -1170,7 +1137,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Product Type. @return Type of product */ - public String getProductType () + public String getProductType() { return (String)get_Value(COLUMNNAME_ProductType); } @@ -1182,21 +1149,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Mail Template. - @param R_MailText_ID - Text templates for mailings - */ + @param R_MailText_ID Text templates for mailings + */ public void setR_MailText_ID (int R_MailText_ID) { - if (R_MailText_ID < 1) + if (R_MailText_ID < 1) set_Value (COLUMNNAME_R_MailText_ID, null); - else + else set_Value (COLUMNNAME_R_MailText_ID, Integer.valueOf(R_MailText_ID)); } /** Get Mail Template. @return Text templates for mailings */ - public int getR_MailText_ID () + public int getR_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_MailText_ID); if (ii == null) @@ -1211,21 +1177,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -1240,21 +1205,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Expense Type. - @param S_ExpenseType_ID - Expense report type - */ + @param S_ExpenseType_ID Expense report type + */ public void setS_ExpenseType_ID (int S_ExpenseType_ID) { - if (S_ExpenseType_ID < 1) + if (S_ExpenseType_ID < 1) set_ValueNoCheck (COLUMNNAME_S_ExpenseType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_ExpenseType_ID, Integer.valueOf(S_ExpenseType_ID)); } /** Get Expense Type. @return Expense report type */ - public int getS_ExpenseType_ID () + public int getS_ExpenseType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_ExpenseType_ID); if (ii == null) @@ -1263,9 +1227,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Shelf Depth. - @param ShelfDepth - Shelf depth required - */ + @param ShelfDepth Shelf depth required + */ public void setShelfDepth (int ShelfDepth) { set_Value (COLUMNNAME_ShelfDepth, Integer.valueOf(ShelfDepth)); @@ -1274,7 +1237,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Shelf Depth. @return Shelf depth required */ - public int getShelfDepth () + public int getShelfDepth() { Integer ii = (Integer)get_Value(COLUMNNAME_ShelfDepth); if (ii == null) @@ -1283,9 +1246,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Shelf Height. - @param ShelfHeight - Shelf height required - */ + @param ShelfHeight Shelf height required + */ public void setShelfHeight (BigDecimal ShelfHeight) { set_Value (COLUMNNAME_ShelfHeight, ShelfHeight); @@ -1294,7 +1256,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Shelf Height. @return Shelf height required */ - public BigDecimal getShelfHeight () + public BigDecimal getShelfHeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ShelfHeight); if (bd == null) @@ -1303,9 +1265,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Shelf Width. - @param ShelfWidth - Shelf width required - */ + @param ShelfWidth Shelf width required + */ public void setShelfWidth (int ShelfWidth) { set_Value (COLUMNNAME_ShelfWidth, Integer.valueOf(ShelfWidth)); @@ -1314,7 +1275,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Shelf Width. @return Shelf width required */ - public int getShelfWidth () + public int getShelfWidth() { Integer ii = (Integer)get_Value(COLUMNNAME_ShelfWidth); if (ii == null) @@ -1323,9 +1284,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set SKU. - @param SKU - Stock Keeping Unit - */ + @param SKU Stock Keeping Unit + */ public void setSKU (String SKU) { set_Value (COLUMNNAME_SKU, SKU); @@ -1334,7 +1294,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get SKU. @return Stock Keeping Unit */ - public String getSKU () + public String getSKU() { return (String)get_Value(COLUMNNAME_SKU); } @@ -1346,21 +1306,20 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Resource. - @param S_Resource_ID - Resource - */ + @param S_Resource_ID Resource + */ public void setS_Resource_ID (int S_Resource_ID) { - if (S_Resource_ID < 1) + if (S_Resource_ID < 1) set_ValueNoCheck (COLUMNNAME_S_Resource_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); } /** Get Resource. @return Resource */ - public int getS_Resource_ID () + public int getS_Resource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); if (ii == null) @@ -1369,9 +1328,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set UnitsPerPack. - @param UnitsPerPack - The Units Per Pack indicates the no of units of a product packed together. - */ + @param UnitsPerPack The Units Per Pack indicates the no of units of a product packed together. + */ public void setUnitsPerPack (int UnitsPerPack) { set_Value (COLUMNNAME_UnitsPerPack, Integer.valueOf(UnitsPerPack)); @@ -1380,7 +1338,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get UnitsPerPack. @return The Units Per Pack indicates the no of units of a product packed together. */ - public int getUnitsPerPack () + public int getUnitsPerPack() { Integer ii = (Integer)get_Value(COLUMNNAME_UnitsPerPack); if (ii == null) @@ -1389,9 +1347,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Units Per Pallet. - @param UnitsPerPallet - Units Per Pallet - */ + @param UnitsPerPallet Units Per Pallet + */ public void setUnitsPerPallet (BigDecimal UnitsPerPallet) { set_Value (COLUMNNAME_UnitsPerPallet, UnitsPerPallet); @@ -1400,7 +1357,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Units Per Pallet. @return Units Per Pallet */ - public BigDecimal getUnitsPerPallet () + public BigDecimal getUnitsPerPallet() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_UnitsPerPallet); if (bd == null) @@ -1409,9 +1366,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set UPC/EAN. - @param UPC - Bar Code (Universal Product Code or its superset European Article Number) - */ + @param UPC Bar Code (Universal Product Code or its superset European Article Number) + */ public void setUPC (String UPC) { set_Value (COLUMNNAME_UPC, UPC); @@ -1420,15 +1376,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get UPC/EAN. @return Bar Code (Universal Product Code or its superset European Article Number) */ - public String getUPC () + public String getUPC() { return (String)get_Value(COLUMNNAME_UPC); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -1437,7 +1392,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } @@ -1451,9 +1406,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Version No. - @param VersionNo - Version Number - */ + @param VersionNo Version Number + */ public void setVersionNo (String VersionNo) { set_Value (COLUMNNAME_VersionNo, VersionNo); @@ -1462,15 +1416,14 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Version No. @return Version Number */ - public String getVersionNo () + public String getVersionNo() { return (String)get_Value(COLUMNNAME_VersionNo); } /** Set Volume. - @param Volume - Volume of a product - */ + @param Volume Volume of a product + */ public void setVolume (BigDecimal Volume) { set_Value (COLUMNNAME_Volume, Volume); @@ -1479,7 +1432,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Volume. @return Volume of a product */ - public BigDecimal getVolume () + public BigDecimal getVolume() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Volume); if (bd == null) @@ -1488,9 +1441,8 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent } /** Set Weight. - @param Weight - Weight of a product - */ + @param Weight Weight of a product + */ public void setWeight (BigDecimal Weight) { set_Value (COLUMNNAME_Weight, Weight); @@ -1499,7 +1451,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent /** Get Weight. @return Weight of a product */ - public BigDecimal getWeight () + public BigDecimal getWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Weight); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductDownload.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductDownload.java index dc585bcd19..96d5018df5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductDownload.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductDownload.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ProductDownload * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ProductDownload") public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ProductDownload (Properties ctx, int M_ProductDownload_ID, String trxName) @@ -75,9 +75,8 @@ public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Pe } /** Set Download URL. - @param DownloadURL - URL of the Download files - */ + @param DownloadURL URL of the Download files + */ public void setDownloadURL (String DownloadURL) { set_Value (COLUMNNAME_DownloadURL, DownloadURL); @@ -86,27 +85,26 @@ public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Pe /** Get Download URL. @return URL of the Download files */ - public String getDownloadURL () + public String getDownloadURL() { return (String)get_Value(COLUMNNAME_DownloadURL); } /** Set Product Download. - @param M_ProductDownload_ID - Product downloads - */ + @param M_ProductDownload_ID Product downloads + */ public void setM_ProductDownload_ID (int M_ProductDownload_ID) { - if (M_ProductDownload_ID < 1) + if (M_ProductDownload_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ProductDownload_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ProductDownload_ID, Integer.valueOf(M_ProductDownload_ID)); } /** Get Product Download. @return Product downloads */ - public int getM_ProductDownload_ID () + public int getM_ProductDownload_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductDownload_ID); if (ii == null) @@ -115,7 +113,8 @@ public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Pe } /** Set M_ProductDownload_UU. - @param M_ProductDownload_UU M_ProductDownload_UU */ + @param M_ProductDownload_UU M_ProductDownload_UU + */ public void setM_ProductDownload_UU (String M_ProductDownload_UU) { set_Value (COLUMNNAME_M_ProductDownload_UU, M_ProductDownload_UU); @@ -123,7 +122,7 @@ public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Pe /** Get M_ProductDownload_UU. @return M_ProductDownload_UU */ - public String getM_ProductDownload_UU () + public String getM_ProductDownload_UU() { return (String)get_Value(COLUMNNAME_M_ProductDownload_UU); } @@ -135,21 +134,20 @@ public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Pe } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -158,9 +156,8 @@ public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Pe } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -169,7 +166,7 @@ public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductOperation.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductOperation.java index a6d44f8a28..74c016a432 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductOperation.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductOperation.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ProductOperation * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ProductOperation") public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ProductOperation (Properties ctx, int M_ProductOperation_ID, String trxName) @@ -76,9 +76,8 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -87,15 +86,14 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -104,7 +102,7 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -116,21 +114,20 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -139,21 +136,20 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ } /** Set Product Operation. - @param M_ProductOperation_ID - Product Manufacturing Operation - */ + @param M_ProductOperation_ID Product Manufacturing Operation + */ public void setM_ProductOperation_ID (int M_ProductOperation_ID) { - if (M_ProductOperation_ID < 1) + if (M_ProductOperation_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ProductOperation_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ProductOperation_ID, Integer.valueOf(M_ProductOperation_ID)); } /** Get Product Operation. @return Product Manufacturing Operation */ - public int getM_ProductOperation_ID () + public int getM_ProductOperation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductOperation_ID); if (ii == null) @@ -162,7 +158,8 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ } /** Set M_ProductOperation_UU. - @param M_ProductOperation_UU M_ProductOperation_UU */ + @param M_ProductOperation_UU M_ProductOperation_UU + */ public void setM_ProductOperation_UU (String M_ProductOperation_UU) { set_Value (COLUMNNAME_M_ProductOperation_UU, M_ProductOperation_UU); @@ -170,15 +167,14 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ /** Get M_ProductOperation_UU. @return M_ProductOperation_UU */ - public String getM_ProductOperation_UU () + public String getM_ProductOperation_UU() { return (String)get_Value(COLUMNNAME_M_ProductOperation_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -187,7 +183,7 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -201,9 +197,8 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ } /** Set Setup Time. - @param SetupTime - Setup time before starting Production - */ + @param SetupTime Setup time before starting Production + */ public void setSetupTime (BigDecimal SetupTime) { set_Value (COLUMNNAME_SetupTime, SetupTime); @@ -212,7 +207,7 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ /** Get Setup Time. @return Setup time before starting Production */ - public BigDecimal getSetupTime () + public BigDecimal getSetupTime() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SetupTime); if (bd == null) @@ -221,9 +216,8 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ } /** Set Teardown Time. - @param TeardownTime - Time at the end of the operation - */ + @param TeardownTime Time at the end of the operation + */ public void setTeardownTime (BigDecimal TeardownTime) { set_Value (COLUMNNAME_TeardownTime, TeardownTime); @@ -232,7 +226,7 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ /** Get Teardown Time. @return Time at the end of the operation */ - public BigDecimal getTeardownTime () + public BigDecimal getTeardownTime() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TeardownTime); if (bd == null) @@ -241,9 +235,8 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ } /** Set Runtime per Unit. - @param UnitRuntime - Time to produce one unit - */ + @param UnitRuntime Time to produce one unit + */ public void setUnitRuntime (BigDecimal UnitRuntime) { set_Value (COLUMNNAME_UnitRuntime, UnitRuntime); @@ -252,7 +245,7 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ /** Get Runtime per Unit. @return Time to produce one unit */ - public BigDecimal getUnitRuntime () + public BigDecimal getUnitRuntime() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_UnitRuntime); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductPrice.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductPrice.java index d66a9e56a7..f9f5bfcbf6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductPrice.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductPrice.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_ProductPrice * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ProductPrice") public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ProductPrice (Properties ctx, int M_ProductPrice_ID, String trxName) @@ -83,21 +83,20 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste } /** Set Price List Version. - @param M_PriceList_Version_ID - Identifies a unique instance of a Price List - */ + @param M_PriceList_Version_ID Identifies a unique instance of a Price List + */ public void setM_PriceList_Version_ID (int M_PriceList_Version_ID) { - if (M_PriceList_Version_ID < 1) + if (M_PriceList_Version_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PriceList_Version_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PriceList_Version_ID, Integer.valueOf(M_PriceList_Version_ID)); } /** Get Price List Version. @return Identifies a unique instance of a Price List */ - public int getM_PriceList_Version_ID () + public int getM_PriceList_Version_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_Version_ID); if (ii == null) @@ -112,21 +111,20 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -135,21 +133,20 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste } /** Set Product Price. - @param M_ProductPrice_ID - Intersection between a Product and a Price List Version - */ + @param M_ProductPrice_ID Intersection between a Product and a Price List Version + */ public void setM_ProductPrice_ID (int M_ProductPrice_ID) { - if (M_ProductPrice_ID < 1) + if (M_ProductPrice_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ProductPrice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ProductPrice_ID, Integer.valueOf(M_ProductPrice_ID)); } /** Get Product Price. @return Intersection between a Product and a Price List Version */ - public int getM_ProductPrice_ID () + public int getM_ProductPrice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductPrice_ID); if (ii == null) @@ -158,7 +155,8 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste } /** Set M_ProductPrice_UU. - @param M_ProductPrice_UU M_ProductPrice_UU */ + @param M_ProductPrice_UU M_ProductPrice_UU + */ public void setM_ProductPrice_UU (String M_ProductPrice_UU) { set_Value (COLUMNNAME_M_ProductPrice_UU, M_ProductPrice_UU); @@ -166,15 +164,14 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste /** Get M_ProductPrice_UU. @return M_ProductPrice_UU */ - public String getM_ProductPrice_UU () + public String getM_ProductPrice_UU() { return (String)get_Value(COLUMNNAME_M_ProductPrice_UU); } /** Set Limit Price. - @param PriceLimit - Lowest price for a product - */ + @param PriceLimit Lowest price for a product + */ public void setPriceLimit (BigDecimal PriceLimit) { set_Value (COLUMNNAME_PriceLimit, PriceLimit); @@ -183,7 +180,7 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste /** Get Limit Price. @return Lowest price for a product */ - public BigDecimal getPriceLimit () + public BigDecimal getPriceLimit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceLimit); if (bd == null) @@ -192,9 +189,8 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste } /** Set List Price. - @param PriceList - List Price - */ + @param PriceList List Price + */ public void setPriceList (BigDecimal PriceList) { set_Value (COLUMNNAME_PriceList, PriceList); @@ -203,7 +199,7 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste /** Get List Price. @return List Price */ - public BigDecimal getPriceList () + public BigDecimal getPriceList() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceList); if (bd == null) @@ -212,9 +208,8 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste } /** Set Standard Price. - @param PriceStd - Standard Price - */ + @param PriceStd Standard Price + */ public void setPriceStd (BigDecimal PriceStd) { set_Value (COLUMNNAME_PriceStd, PriceStd); @@ -223,7 +218,7 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste /** Get Standard Price. @return Standard Price */ - public BigDecimal getPriceStd () + public BigDecimal getPriceStd() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceStd); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductPriceVendorBreak.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductPriceVendorBreak.java index 50234548b4..ce197f729d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductPriceVendorBreak.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductPriceVendorBreak.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_ProductPriceVendorBreak * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ProductPriceVendorBreak") public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceVendorBreak, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ProductPriceVendorBreak (Properties ctx, int M_ProductPriceVendorBreak_ID, String trxName) @@ -79,9 +79,8 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV } /** Set Break Value. - @param BreakValue - Low Value of trade discount break level - */ + @param BreakValue Low Value of trade discount break level + */ public void setBreakValue (BigDecimal BreakValue) { set_ValueNoCheck (COLUMNNAME_BreakValue, BreakValue); @@ -90,7 +89,7 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV /** Get Break Value. @return Low Value of trade discount break level */ - public BigDecimal getBreakValue () + public BigDecimal getBreakValue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_BreakValue); if (bd == null) @@ -104,22 +103,21 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -134,21 +132,20 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV } /** Set Price List Version. - @param M_PriceList_Version_ID - Identifies a unique instance of a Price List - */ + @param M_PriceList_Version_ID Identifies a unique instance of a Price List + */ public void setM_PriceList_Version_ID (int M_PriceList_Version_ID) { - if (M_PriceList_Version_ID < 1) + if (M_PriceList_Version_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PriceList_Version_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PriceList_Version_ID, Integer.valueOf(M_PriceList_Version_ID)); } /** Get Price List Version. @return Identifies a unique instance of a Price List */ - public int getM_PriceList_Version_ID () + public int getM_PriceList_Version_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_Version_ID); if (ii == null) @@ -163,21 +160,20 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -186,18 +182,19 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV } /** Set Product Price Break. - @param M_ProductPriceVendorBreak_ID Product Price Break */ + @param M_ProductPriceVendorBreak_ID Product Price Break + */ public void setM_ProductPriceVendorBreak_ID (int M_ProductPriceVendorBreak_ID) { - if (M_ProductPriceVendorBreak_ID < 1) + if (M_ProductPriceVendorBreak_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ProductPriceVendorBreak_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ProductPriceVendorBreak_ID, Integer.valueOf(M_ProductPriceVendorBreak_ID)); } /** Get Product Price Break. @return Product Price Break */ - public int getM_ProductPriceVendorBreak_ID () + public int getM_ProductPriceVendorBreak_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductPriceVendorBreak_ID); if (ii == null) @@ -206,7 +203,8 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV } /** Set M_ProductPriceVendorBreak_UU. - @param M_ProductPriceVendorBreak_UU M_ProductPriceVendorBreak_UU */ + @param M_ProductPriceVendorBreak_UU M_ProductPriceVendorBreak_UU + */ public void setM_ProductPriceVendorBreak_UU (String M_ProductPriceVendorBreak_UU) { set_Value (COLUMNNAME_M_ProductPriceVendorBreak_UU, M_ProductPriceVendorBreak_UU); @@ -214,15 +212,14 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV /** Get M_ProductPriceVendorBreak_UU. @return M_ProductPriceVendorBreak_UU */ - public String getM_ProductPriceVendorBreak_UU () + public String getM_ProductPriceVendorBreak_UU() { return (String)get_Value(COLUMNNAME_M_ProductPriceVendorBreak_UU); } /** Set Limit Price. - @param PriceLimit - Lowest price for a product - */ + @param PriceLimit Lowest price for a product + */ public void setPriceLimit (BigDecimal PriceLimit) { set_Value (COLUMNNAME_PriceLimit, PriceLimit); @@ -231,7 +228,7 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV /** Get Limit Price. @return Lowest price for a product */ - public BigDecimal getPriceLimit () + public BigDecimal getPriceLimit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceLimit); if (bd == null) @@ -240,9 +237,8 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV } /** Set List Price. - @param PriceList - List Price - */ + @param PriceList List Price + */ public void setPriceList (BigDecimal PriceList) { set_Value (COLUMNNAME_PriceList, PriceList); @@ -251,7 +247,7 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV /** Get List Price. @return List Price */ - public BigDecimal getPriceList () + public BigDecimal getPriceList() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceList); if (bd == null) @@ -260,9 +256,8 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV } /** Set Standard Price. - @param PriceStd - Standard Price - */ + @param PriceStd Standard Price + */ public void setPriceStd (BigDecimal PriceStd) { set_Value (COLUMNNAME_PriceStd, PriceStd); @@ -271,7 +266,7 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV /** Get Standard Price. @return Standard Price */ - public BigDecimal getPriceStd () + public BigDecimal getPriceStd() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceStd); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Product_Acct.java b/org.adempiere.base/src/org/compiere/model/X_M_Product_Acct.java index 2a54a57acc..a0fdd6fb0a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Product_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Product_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_Product_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Product_Acct") public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Product_Acct (Properties ctx, int M_Product_Acct_ID, String trxName) @@ -89,21 +89,20 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -112,7 +111,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set M_Product_Acct_UU. - @param M_Product_Acct_UU M_Product_Acct_UU */ + @param M_Product_Acct_UU M_Product_Acct_UU + */ public void setM_Product_Acct_UU (String M_Product_Acct_UU) { set_Value (COLUMNNAME_M_Product_Acct_UU, M_Product_Acct_UU); @@ -120,7 +120,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get M_Product_Acct_UU. @return M_Product_Acct_UU */ - public String getM_Product_Acct_UU () + public String getM_Product_Acct_UU() { return (String)get_Value(COLUMNNAME_M_Product_Acct_UU); } @@ -132,21 +132,20 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -161,9 +160,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Product Asset. - @param P_Asset_Acct - Account for Product Asset (Inventory) - */ + @param P_Asset_Acct Account for Product Asset (Inventory) + */ public void setP_Asset_Acct (int P_Asset_Acct) { set_Value (COLUMNNAME_P_Asset_Acct, Integer.valueOf(P_Asset_Acct)); @@ -172,7 +170,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get Product Asset. @return Account for Product Asset (Inventory) */ - public int getP_Asset_Acct () + public int getP_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_Asset_Acct); if (ii == null) @@ -187,9 +185,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Average Cost Variance. - @param P_AverageCostVariance_Acct - Average Cost Variance - */ + @param P_AverageCostVariance_Acct Average Cost Variance + */ public void setP_AverageCostVariance_Acct (int P_AverageCostVariance_Acct) { set_Value (COLUMNNAME_P_AverageCostVariance_Acct, Integer.valueOf(P_AverageCostVariance_Acct)); @@ -198,7 +195,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get Average Cost Variance. @return Average Cost Variance */ - public int getP_AverageCostVariance_Acct () + public int getP_AverageCostVariance_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_AverageCostVariance_Acct); if (ii == null) @@ -213,9 +210,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Product COGS. - @param P_COGS_Acct - Account for Cost of Goods Sold - */ + @param P_COGS_Acct Account for Cost of Goods Sold + */ public void setP_COGS_Acct (int P_COGS_Acct) { set_Value (COLUMNNAME_P_COGS_Acct, Integer.valueOf(P_COGS_Acct)); @@ -224,7 +220,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get Product COGS. @return Account for Cost of Goods Sold */ - public int getP_COGS_Acct () + public int getP_COGS_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_COGS_Acct); if (ii == null) @@ -239,9 +235,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Cost Adjustment. - @param P_CostAdjustment_Acct - Product Cost Adjustment Account - */ + @param P_CostAdjustment_Acct Product Cost Adjustment Account + */ public void setP_CostAdjustment_Acct (int P_CostAdjustment_Acct) { set_Value (COLUMNNAME_P_CostAdjustment_Acct, Integer.valueOf(P_CostAdjustment_Acct)); @@ -250,7 +245,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get Cost Adjustment. @return Product Cost Adjustment Account */ - public int getP_CostAdjustment_Acct () + public int getP_CostAdjustment_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_CostAdjustment_Acct); if (ii == null) @@ -265,9 +260,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Product Expense. - @param P_Expense_Acct - Account for Product Expense - */ + @param P_Expense_Acct Account for Product Expense + */ public void setP_Expense_Acct (int P_Expense_Acct) { set_Value (COLUMNNAME_P_Expense_Acct, Integer.valueOf(P_Expense_Acct)); @@ -276,7 +270,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get Product Expense. @return Account for Product Expense */ - public int getP_Expense_Acct () + public int getP_Expense_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_Expense_Acct); if (ii == null) @@ -291,9 +285,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Inventory Clearing. - @param P_InventoryClearing_Acct - Product Inventory Clearing Account - */ + @param P_InventoryClearing_Acct Product Inventory Clearing Account + */ public void setP_InventoryClearing_Acct (int P_InventoryClearing_Acct) { set_Value (COLUMNNAME_P_InventoryClearing_Acct, Integer.valueOf(P_InventoryClearing_Acct)); @@ -302,7 +295,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get Inventory Clearing. @return Product Inventory Clearing Account */ - public int getP_InventoryClearing_Acct () + public int getP_InventoryClearing_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_InventoryClearing_Acct); if (ii == null) @@ -317,9 +310,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Invoice Price Variance. - @param P_InvoicePriceVariance_Acct - Difference between Costs and Invoice Price (IPV) - */ + @param P_InvoicePriceVariance_Acct Difference between Costs and Invoice Price (IPV) + */ public void setP_InvoicePriceVariance_Acct (int P_InvoicePriceVariance_Acct) { set_Value (COLUMNNAME_P_InvoicePriceVariance_Acct, Integer.valueOf(P_InvoicePriceVariance_Acct)); @@ -328,7 +320,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get Invoice Price Variance. @return Difference between Costs and Invoice Price (IPV) */ - public int getP_InvoicePriceVariance_Acct () + public int getP_InvoicePriceVariance_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_InvoicePriceVariance_Acct); if (ii == null) @@ -343,9 +335,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Landed Cost Clearing. - @param P_LandedCostClearing_Acct - Product Landed Cost Clearing Account - */ + @param P_LandedCostClearing_Acct Product Landed Cost Clearing Account + */ public void setP_LandedCostClearing_Acct (int P_LandedCostClearing_Acct) { set_Value (COLUMNNAME_P_LandedCostClearing_Acct, Integer.valueOf(P_LandedCostClearing_Acct)); @@ -354,7 +345,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get Landed Cost Clearing. @return Product Landed Cost Clearing Account */ - public int getP_LandedCostClearing_Acct () + public int getP_LandedCostClearing_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_LandedCostClearing_Acct); if (ii == null) @@ -369,9 +360,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Purchase Price Variance. - @param P_PurchasePriceVariance_Acct - Difference between Standard Cost and Purchase Price (PPV) - */ + @param P_PurchasePriceVariance_Acct Difference between Standard Cost and Purchase Price (PPV) + */ public void setP_PurchasePriceVariance_Acct (int P_PurchasePriceVariance_Acct) { set_Value (COLUMNNAME_P_PurchasePriceVariance_Acct, Integer.valueOf(P_PurchasePriceVariance_Acct)); @@ -380,7 +370,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get Purchase Price Variance. @return Difference between Standard Cost and Purchase Price (PPV) */ - public int getP_PurchasePriceVariance_Acct () + public int getP_PurchasePriceVariance_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_PurchasePriceVariance_Acct); if (ii == null) @@ -395,9 +385,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Rate Variance. - @param P_RateVariance_Acct - The Rate Variance account is the account used Manufacturing Order - */ + @param P_RateVariance_Acct The Rate Variance account is the account used Manufacturing Order + */ public void setP_RateVariance_Acct (int P_RateVariance_Acct) { set_Value (COLUMNNAME_P_RateVariance_Acct, Integer.valueOf(P_RateVariance_Acct)); @@ -406,7 +395,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get Rate Variance. @return The Rate Variance account is the account used Manufacturing Order */ - public int getP_RateVariance_Acct () + public int getP_RateVariance_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_RateVariance_Acct); if (ii == null) @@ -421,9 +410,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Product Revenue. - @param P_Revenue_Acct - Account for Product Revenue (Sales Account) - */ + @param P_Revenue_Acct Account for Product Revenue (Sales Account) + */ public void setP_Revenue_Acct (int P_Revenue_Acct) { set_Value (COLUMNNAME_P_Revenue_Acct, Integer.valueOf(P_Revenue_Acct)); @@ -432,7 +420,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get Product Revenue. @return Account for Product Revenue (Sales Account) */ - public int getP_Revenue_Acct () + public int getP_Revenue_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_Revenue_Acct); if (ii == null) @@ -447,9 +435,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Trade Discount Granted. - @param P_TradeDiscountGrant_Acct - Trade Discount Granted Account - */ + @param P_TradeDiscountGrant_Acct Trade Discount Granted Account + */ public void setP_TradeDiscountGrant_Acct (int P_TradeDiscountGrant_Acct) { set_Value (COLUMNNAME_P_TradeDiscountGrant_Acct, Integer.valueOf(P_TradeDiscountGrant_Acct)); @@ -458,7 +445,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get Trade Discount Granted. @return Trade Discount Granted Account */ - public int getP_TradeDiscountGrant_Acct () + public int getP_TradeDiscountGrant_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_TradeDiscountGrant_Acct); if (ii == null) @@ -473,9 +460,8 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste } /** Set Trade Discount Received. - @param P_TradeDiscountRec_Acct - Trade Discount Receivable Account - */ + @param P_TradeDiscountRec_Acct Trade Discount Receivable Account + */ public void setP_TradeDiscountRec_Acct (int P_TradeDiscountRec_Acct) { set_Value (COLUMNNAME_P_TradeDiscountRec_Acct, Integer.valueOf(P_TradeDiscountRec_Acct)); @@ -484,7 +470,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste /** Get Trade Discount Received. @return Trade Discount Receivable Account */ - public int getP_TradeDiscountRec_Acct () + public int getP_TradeDiscountRec_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_TradeDiscountRec_Acct); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Product_Category.java b/org.adempiere.base/src/org/compiere/model/X_M_Product_Category.java index 5085c7588c..e910959799 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Product_Category.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Product_Category.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Product_Category * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Product_Category") public class X_M_Product_Category extends PO implements I_M_Product_Category, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Product_Category (Properties ctx, int M_Product_Category_ID, String trxName) @@ -88,21 +88,20 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ } /** Set Asset Group. - @param A_Asset_Group_ID - Group of Assets - */ + @param A_Asset_Group_ID Group of Assets + */ public void setA_Asset_Group_ID (int A_Asset_Group_ID) { - if (A_Asset_Group_ID < 1) + if (A_Asset_Group_ID < 1) set_Value (COLUMNNAME_A_Asset_Group_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_Group_ID, Integer.valueOf(A_Asset_Group_ID)); } /** Get Asset Group. @return Group of Assets */ - public int getA_Asset_Group_ID () + public int getA_Asset_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Group_ID); if (ii == null) @@ -117,21 +116,20 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ } /** Set Print Color. - @param AD_PrintColor_ID - Color used for printing and display - */ + @param AD_PrintColor_ID Color used for printing and display + */ public void setAD_PrintColor_ID (int AD_PrintColor_ID) { - if (AD_PrintColor_ID < 1) + if (AD_PrintColor_ID < 1) set_Value (COLUMNNAME_AD_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintColor_ID, Integer.valueOf(AD_PrintColor_ID)); } /** Get Print Color. @return Color used for printing and display */ - public int getAD_PrintColor_ID () + public int getAD_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintColor_ID); if (ii == null) @@ -140,9 +138,8 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -151,15 +148,14 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -168,7 +164,7 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -181,9 +177,8 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -192,7 +187,7 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -211,9 +206,8 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ /** LiFo = L */ public static final String MMPOLICY_LiFo = "L"; /** Set Material Policy. - @param MMPolicy - Material Movement Policy - */ + @param MMPolicy Material Movement Policy + */ public void setMMPolicy (String MMPolicy) { @@ -223,27 +217,26 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ /** Get Material Policy. @return Material Movement Policy */ - public String getMMPolicy () + public String getMMPolicy() { return (String)get_Value(COLUMNNAME_MMPolicy); } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_Category_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -258,18 +251,19 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ } /** Set Parent Product Category. - @param M_Product_Category_Parent_ID Parent Product Category */ + @param M_Product_Category_Parent_ID Parent Product Category + */ public void setM_Product_Category_Parent_ID (int M_Product_Category_Parent_ID) { - if (M_Product_Category_Parent_ID < 1) + if (M_Product_Category_Parent_ID < 1) set_Value (COLUMNNAME_M_Product_Category_Parent_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_Parent_ID, Integer.valueOf(M_Product_Category_Parent_ID)); } /** Get Parent Product Category. @return Parent Product Category */ - public int getM_Product_Category_Parent_ID () + public int getM_Product_Category_Parent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_Parent_ID); if (ii == null) @@ -278,7 +272,8 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ } /** Set M_Product_Category_UU. - @param M_Product_Category_UU M_Product_Category_UU */ + @param M_Product_Category_UU M_Product_Category_UU + */ public void setM_Product_Category_UU (String M_Product_Category_UU) { set_Value (COLUMNNAME_M_Product_Category_UU, M_Product_Category_UU); @@ -286,15 +281,14 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ /** Get M_Product_Category_UU. @return M_Product_Category_UU */ - public String getM_Product_Category_UU () + public String getM_Product_Category_UU() { return (String)get_Value(COLUMNNAME_M_Product_Category_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -303,7 +297,7 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -317,18 +311,17 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ } /** Set Planned Margin %. - @param PlannedMargin - Project's planned margin as a percentage - */ + @param PlannedMargin Project's planned margin as a percentage + */ public void setPlannedMargin (BigDecimal PlannedMargin) { set_Value (COLUMNNAME_PlannedMargin, PlannedMargin); } /** Get Planned Margin %. - @return Project's planned margin as a percentage + @return Project's planned margin as a percentage */ - public BigDecimal getPlannedMargin () + public BigDecimal getPlannedMargin() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PlannedMargin); if (bd == null) @@ -337,9 +330,8 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -348,7 +340,7 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Product_Category_Acct.java b/org.adempiere.base/src/org/compiere/model/X_M_Product_Category_Acct.java index 157853f1fe..2c6b024371 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Product_Category_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Product_Category_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_Product_Category_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Product_Category_Acct") public class X_M_Product_Category_Acct extends PO implements I_M_Product_Category_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Product_Category_Acct (Properties ctx, int M_Product_Category_Acct_ID, String trxName) @@ -89,21 +89,20 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -120,9 +119,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Organization = O */ public static final String COSTINGLEVEL_Organization = "O"; /** Set Costing Level. - @param CostingLevel - The lowest level to accumulate Costing Information - */ + @param CostingLevel The lowest level to accumulate Costing Information + */ public void setCostingLevel (String CostingLevel) { @@ -132,7 +130,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Costing Level. @return The lowest level to accumulate Costing Information */ - public String getCostingLevel () + public String getCostingLevel() { return (String)get_Value(COLUMNNAME_CostingLevel); } @@ -158,9 +156,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** _ = x */ public static final String COSTINGMETHOD__ = "x"; /** Set Costing Method. - @param CostingMethod - Indicates how Costs will be calculated - */ + @param CostingMethod Indicates how Costs will be calculated + */ public void setCostingMethod (String CostingMethod) { @@ -170,13 +167,14 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Costing Method. @return Indicates how Costs will be calculated */ - public String getCostingMethod () + public String getCostingMethod() { return (String)get_Value(COLUMNNAME_CostingMethod); } /** Set M_Product_Category_Acct_UU. - @param M_Product_Category_Acct_UU M_Product_Category_Acct_UU */ + @param M_Product_Category_Acct_UU M_Product_Category_Acct_UU + */ public void setM_Product_Category_Acct_UU (String M_Product_Category_Acct_UU) { set_Value (COLUMNNAME_M_Product_Category_Acct_UU, M_Product_Category_Acct_UU); @@ -184,7 +182,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get M_Product_Category_Acct_UU. @return M_Product_Category_Acct_UU */ - public String getM_Product_Category_Acct_UU () + public String getM_Product_Category_Acct_UU() { return (String)get_Value(COLUMNNAME_M_Product_Category_Acct_UU); } @@ -196,21 +194,20 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_Category_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -225,9 +222,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Product Asset. - @param P_Asset_Acct - Account for Product Asset (Inventory) - */ + @param P_Asset_Acct Account for Product Asset (Inventory) + */ public void setP_Asset_Acct (int P_Asset_Acct) { set_Value (COLUMNNAME_P_Asset_Acct, Integer.valueOf(P_Asset_Acct)); @@ -236,7 +232,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Product Asset. @return Account for Product Asset (Inventory) */ - public int getP_Asset_Acct () + public int getP_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_Asset_Acct); if (ii == null) @@ -251,9 +247,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Average Cost Variance. - @param P_AverageCostVariance_Acct - Average Cost Variance - */ + @param P_AverageCostVariance_Acct Average Cost Variance + */ public void setP_AverageCostVariance_Acct (int P_AverageCostVariance_Acct) { set_Value (COLUMNNAME_P_AverageCostVariance_Acct, Integer.valueOf(P_AverageCostVariance_Acct)); @@ -262,7 +257,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Average Cost Variance. @return Average Cost Variance */ - public int getP_AverageCostVariance_Acct () + public int getP_AverageCostVariance_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_AverageCostVariance_Acct); if (ii == null) @@ -277,9 +272,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Product COGS. - @param P_COGS_Acct - Account for Cost of Goods Sold - */ + @param P_COGS_Acct Account for Cost of Goods Sold + */ public void setP_COGS_Acct (int P_COGS_Acct) { set_Value (COLUMNNAME_P_COGS_Acct, Integer.valueOf(P_COGS_Acct)); @@ -288,7 +282,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Product COGS. @return Account for Cost of Goods Sold */ - public int getP_COGS_Acct () + public int getP_COGS_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_COGS_Acct); if (ii == null) @@ -303,9 +297,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Cost Adjustment. - @param P_CostAdjustment_Acct - Product Cost Adjustment Account - */ + @param P_CostAdjustment_Acct Product Cost Adjustment Account + */ public void setP_CostAdjustment_Acct (int P_CostAdjustment_Acct) { set_Value (COLUMNNAME_P_CostAdjustment_Acct, Integer.valueOf(P_CostAdjustment_Acct)); @@ -314,7 +307,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Cost Adjustment. @return Product Cost Adjustment Account */ - public int getP_CostAdjustment_Acct () + public int getP_CostAdjustment_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_CostAdjustment_Acct); if (ii == null) @@ -329,9 +322,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Product Expense. - @param P_Expense_Acct - Account for Product Expense - */ + @param P_Expense_Acct Account for Product Expense + */ public void setP_Expense_Acct (int P_Expense_Acct) { set_Value (COLUMNNAME_P_Expense_Acct, Integer.valueOf(P_Expense_Acct)); @@ -340,7 +332,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Product Expense. @return Account for Product Expense */ - public int getP_Expense_Acct () + public int getP_Expense_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_Expense_Acct); if (ii == null) @@ -355,9 +347,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Inventory Clearing. - @param P_InventoryClearing_Acct - Product Inventory Clearing Account - */ + @param P_InventoryClearing_Acct Product Inventory Clearing Account + */ public void setP_InventoryClearing_Acct (int P_InventoryClearing_Acct) { set_Value (COLUMNNAME_P_InventoryClearing_Acct, Integer.valueOf(P_InventoryClearing_Acct)); @@ -366,7 +357,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Inventory Clearing. @return Product Inventory Clearing Account */ - public int getP_InventoryClearing_Acct () + public int getP_InventoryClearing_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_InventoryClearing_Acct); if (ii == null) @@ -381,9 +372,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Invoice Price Variance. - @param P_InvoicePriceVariance_Acct - Difference between Costs and Invoice Price (IPV) - */ + @param P_InvoicePriceVariance_Acct Difference between Costs and Invoice Price (IPV) + */ public void setP_InvoicePriceVariance_Acct (int P_InvoicePriceVariance_Acct) { set_Value (COLUMNNAME_P_InvoicePriceVariance_Acct, Integer.valueOf(P_InvoicePriceVariance_Acct)); @@ -392,7 +382,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Invoice Price Variance. @return Difference between Costs and Invoice Price (IPV) */ - public int getP_InvoicePriceVariance_Acct () + public int getP_InvoicePriceVariance_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_InvoicePriceVariance_Acct); if (ii == null) @@ -407,9 +397,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Landed Cost Clearing. - @param P_LandedCostClearing_Acct - Product Landed Cost Clearing Account - */ + @param P_LandedCostClearing_Acct Product Landed Cost Clearing Account + */ public void setP_LandedCostClearing_Acct (int P_LandedCostClearing_Acct) { set_Value (COLUMNNAME_P_LandedCostClearing_Acct, Integer.valueOf(P_LandedCostClearing_Acct)); @@ -418,7 +407,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Landed Cost Clearing. @return Product Landed Cost Clearing Account */ - public int getP_LandedCostClearing_Acct () + public int getP_LandedCostClearing_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_LandedCostClearing_Acct); if (ii == null) @@ -433,9 +422,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Purchase Price Variance. - @param P_PurchasePriceVariance_Acct - Difference between Standard Cost and Purchase Price (PPV) - */ + @param P_PurchasePriceVariance_Acct Difference between Standard Cost and Purchase Price (PPV) + */ public void setP_PurchasePriceVariance_Acct (int P_PurchasePriceVariance_Acct) { set_Value (COLUMNNAME_P_PurchasePriceVariance_Acct, Integer.valueOf(P_PurchasePriceVariance_Acct)); @@ -444,7 +432,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Purchase Price Variance. @return Difference between Standard Cost and Purchase Price (PPV) */ - public int getP_PurchasePriceVariance_Acct () + public int getP_PurchasePriceVariance_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_PurchasePriceVariance_Acct); if (ii == null) @@ -459,9 +447,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Rate Variance. - @param P_RateVariance_Acct - The Rate Variance account is the account used Manufacturing Order - */ + @param P_RateVariance_Acct The Rate Variance account is the account used Manufacturing Order + */ public void setP_RateVariance_Acct (int P_RateVariance_Acct) { set_Value (COLUMNNAME_P_RateVariance_Acct, Integer.valueOf(P_RateVariance_Acct)); @@ -470,7 +457,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Rate Variance. @return The Rate Variance account is the account used Manufacturing Order */ - public int getP_RateVariance_Acct () + public int getP_RateVariance_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_RateVariance_Acct); if (ii == null) @@ -485,9 +472,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Product Revenue. - @param P_Revenue_Acct - Account for Product Revenue (Sales Account) - */ + @param P_Revenue_Acct Account for Product Revenue (Sales Account) + */ public void setP_Revenue_Acct (int P_Revenue_Acct) { set_Value (COLUMNNAME_P_Revenue_Acct, Integer.valueOf(P_Revenue_Acct)); @@ -496,7 +482,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Product Revenue. @return Account for Product Revenue (Sales Account) */ - public int getP_Revenue_Acct () + public int getP_Revenue_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_Revenue_Acct); if (ii == null) @@ -505,7 +491,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -513,7 +500,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -532,9 +519,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Trade Discount Granted. - @param P_TradeDiscountGrant_Acct - Trade Discount Granted Account - */ + @param P_TradeDiscountGrant_Acct Trade Discount Granted Account + */ public void setP_TradeDiscountGrant_Acct (int P_TradeDiscountGrant_Acct) { set_Value (COLUMNNAME_P_TradeDiscountGrant_Acct, Integer.valueOf(P_TradeDiscountGrant_Acct)); @@ -543,7 +529,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Trade Discount Granted. @return Trade Discount Granted Account */ - public int getP_TradeDiscountGrant_Acct () + public int getP_TradeDiscountGrant_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_TradeDiscountGrant_Acct); if (ii == null) @@ -558,9 +544,8 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor } /** Set Trade Discount Received. - @param P_TradeDiscountRec_Acct - Trade Discount Receivable Account - */ + @param P_TradeDiscountRec_Acct Trade Discount Receivable Account + */ public void setP_TradeDiscountRec_Acct (int P_TradeDiscountRec_Acct) { set_Value (COLUMNNAME_P_TradeDiscountRec_Acct, Integer.valueOf(P_TradeDiscountRec_Acct)); @@ -569,7 +554,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor /** Get Trade Discount Received. @return Trade Discount Receivable Account */ - public int getP_TradeDiscountRec_Acct () + public int getP_TradeDiscountRec_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_P_TradeDiscountRec_Acct); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Product_PO.java b/org.adempiere.base/src/org/compiere/model/X_M_Product_PO.java index 29b17d43d6..6ea4b29736 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Product_PO.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Product_PO.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for M_Product_PO * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Product_PO") public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Product_PO (Properties ctx, int M_Product_PO_ID, String trxName) @@ -85,22 +85,21 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -115,21 +114,20 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -138,9 +136,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set Cost per Order. - @param CostPerOrder - Fixed Cost Per Order - */ + @param CostPerOrder Fixed Cost Per Order + */ public void setCostPerOrder (BigDecimal CostPerOrder) { set_Value (COLUMNNAME_CostPerOrder, CostPerOrder); @@ -149,7 +146,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Cost per Order. @return Fixed Cost Per Order */ - public BigDecimal getCostPerOrder () + public BigDecimal getCostPerOrder() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostPerOrder); if (bd == null) @@ -164,21 +161,20 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -187,9 +183,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set Actual Delivery Time. - @param DeliveryTime_Actual - Actual days between order and delivery - */ + @param DeliveryTime_Actual Actual days between order and delivery + */ public void setDeliveryTime_Actual (int DeliveryTime_Actual) { set_Value (COLUMNNAME_DeliveryTime_Actual, Integer.valueOf(DeliveryTime_Actual)); @@ -198,7 +193,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Actual Delivery Time. @return Actual days between order and delivery */ - public int getDeliveryTime_Actual () + public int getDeliveryTime_Actual() { Integer ii = (Integer)get_Value(COLUMNNAME_DeliveryTime_Actual); if (ii == null) @@ -207,9 +202,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set Promised Delivery Time. - @param DeliveryTime_Promised - Promised days between order and delivery - */ + @param DeliveryTime_Promised Promised days between order and delivery + */ public void setDeliveryTime_Promised (int DeliveryTime_Promised) { set_Value (COLUMNNAME_DeliveryTime_Promised, Integer.valueOf(DeliveryTime_Promised)); @@ -218,7 +212,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Promised Delivery Time. @return Promised days between order and delivery */ - public int getDeliveryTime_Promised () + public int getDeliveryTime_Promised() { Integer ii = (Integer)get_Value(COLUMNNAME_DeliveryTime_Promised); if (ii == null) @@ -227,9 +221,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set Discontinued. - @param Discontinued - This product is no longer available - */ + @param Discontinued This product is no longer available + */ public void setDiscontinued (boolean Discontinued) { set_Value (COLUMNNAME_Discontinued, Boolean.valueOf(Discontinued)); @@ -238,7 +231,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Discontinued. @return This product is no longer available */ - public boolean isDiscontinued () + public boolean isDiscontinued() { Object oo = get_Value(COLUMNNAME_Discontinued); if (oo != null) @@ -251,9 +244,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set Discontinued At. - @param DiscontinuedAt - Discontinued At indicates Date when product was discontinued - */ + @param DiscontinuedAt Discontinued At indicates Date when product was discontinued + */ public void setDiscontinuedAt (Timestamp DiscontinuedAt) { set_Value (COLUMNNAME_DiscontinuedAt, DiscontinuedAt); @@ -262,15 +254,14 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Discontinued At. @return Discontinued At indicates Date when product was discontinued */ - public Timestamp getDiscontinuedAt () + public Timestamp getDiscontinuedAt() { return (Timestamp)get_Value(COLUMNNAME_DiscontinuedAt); } /** Set Current vendor. - @param IsCurrentVendor - Use this Vendor for pricing and stock replenishment - */ + @param IsCurrentVendor Use this Vendor for pricing and stock replenishment + */ public void setIsCurrentVendor (boolean IsCurrentVendor) { set_Value (COLUMNNAME_IsCurrentVendor, Boolean.valueOf(IsCurrentVendor)); @@ -279,7 +270,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Current vendor. @return Use this Vendor for pricing and stock replenishment */ - public boolean isCurrentVendor () + public boolean isCurrentVendor() { Object oo = get_Value(COLUMNNAME_IsCurrentVendor); if (oo != null) @@ -292,9 +283,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set Manufacturer. - @param Manufacturer - Manufacturer of the Product - */ + @param Manufacturer Manufacturer of the Product + */ public void setManufacturer (String Manufacturer) { set_Value (COLUMNNAME_Manufacturer, Manufacturer); @@ -303,7 +293,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Manufacturer. @return Manufacturer of the Product */ - public String getManufacturer () + public String getManufacturer() { return (String)get_Value(COLUMNNAME_Manufacturer); } @@ -315,21 +305,20 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -338,7 +327,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set M_Product_PO_UU. - @param M_Product_PO_UU M_Product_PO_UU */ + @param M_Product_PO_UU M_Product_PO_UU + */ public void setM_Product_PO_UU (String M_Product_PO_UU) { set_Value (COLUMNNAME_M_Product_PO_UU, M_Product_PO_UU); @@ -346,15 +336,14 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get M_Product_PO_UU. @return M_Product_PO_UU */ - public String getM_Product_PO_UU () + public String getM_Product_PO_UU() { return (String)get_Value(COLUMNNAME_M_Product_PO_UU); } /** Set Minimum Order Qty. - @param Order_Min - Minimum order quantity in UOM - */ + @param Order_Min Minimum order quantity in UOM + */ public void setOrder_Min (BigDecimal Order_Min) { set_Value (COLUMNNAME_Order_Min, Order_Min); @@ -363,7 +352,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Minimum Order Qty. @return Minimum order quantity in UOM */ - public BigDecimal getOrder_Min () + public BigDecimal getOrder_Min() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Min); if (bd == null) @@ -372,9 +361,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set Order Pack Qty. - @param Order_Pack - Package order size in UOM (e.g. order set of 5 units) - */ + @param Order_Pack Package order size in UOM (e.g. order set of 5 units) + */ public void setOrder_Pack (BigDecimal Order_Pack) { set_Value (COLUMNNAME_Order_Pack, Order_Pack); @@ -383,7 +371,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Order Pack Qty. @return Package order size in UOM (e.g. order set of 5 units) */ - public BigDecimal getOrder_Pack () + public BigDecimal getOrder_Pack() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Pack); if (bd == null) @@ -392,9 +380,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set Price effective. - @param PriceEffective - Effective Date of Price - */ + @param PriceEffective Effective Date of Price + */ public void setPriceEffective (Timestamp PriceEffective) { set_Value (COLUMNNAME_PriceEffective, PriceEffective); @@ -403,15 +390,14 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Price effective. @return Effective Date of Price */ - public Timestamp getPriceEffective () + public Timestamp getPriceEffective() { return (Timestamp)get_Value(COLUMNNAME_PriceEffective); } /** Set Last Invoice Price. - @param PriceLastInv - Price of the last invoice for the product - */ + @param PriceLastInv Price of the last invoice for the product + */ public void setPriceLastInv (BigDecimal PriceLastInv) { set_ValueNoCheck (COLUMNNAME_PriceLastInv, PriceLastInv); @@ -420,7 +406,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Last Invoice Price. @return Price of the last invoice for the product */ - public BigDecimal getPriceLastInv () + public BigDecimal getPriceLastInv() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceLastInv); if (bd == null) @@ -429,9 +415,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set Last PO Price. - @param PriceLastPO - Price of the last purchase order for the product - */ + @param PriceLastPO Price of the last purchase order for the product + */ public void setPriceLastPO (BigDecimal PriceLastPO) { set_ValueNoCheck (COLUMNNAME_PriceLastPO, PriceLastPO); @@ -440,7 +425,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Last PO Price. @return Price of the last purchase order for the product */ - public BigDecimal getPriceLastPO () + public BigDecimal getPriceLastPO() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceLastPO); if (bd == null) @@ -449,9 +434,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set List Price. - @param PriceList - List Price - */ + @param PriceList List Price + */ public void setPriceList (BigDecimal PriceList) { set_Value (COLUMNNAME_PriceList, PriceList); @@ -460,7 +444,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get List Price. @return List Price */ - public BigDecimal getPriceList () + public BigDecimal getPriceList() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceList); if (bd == null) @@ -469,9 +453,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set PO Price. - @param PricePO - Price based on a purchase order - */ + @param PricePO Price based on a purchase order + */ public void setPricePO (BigDecimal PricePO) { set_Value (COLUMNNAME_PricePO, PricePO); @@ -480,7 +463,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get PO Price. @return Price based on a purchase order */ - public BigDecimal getPricePO () + public BigDecimal getPricePO() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PricePO); if (bd == null) @@ -489,9 +472,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set Quality Rating. - @param QualityRating - Method for rating vendors - */ + @param QualityRating Method for rating vendors + */ public void setQualityRating (int QualityRating) { set_Value (COLUMNNAME_QualityRating, Integer.valueOf(QualityRating)); @@ -500,7 +482,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Quality Rating. @return Method for rating vendors */ - public int getQualityRating () + public int getQualityRating() { Integer ii = (Integer)get_Value(COLUMNNAME_QualityRating); if (ii == null) @@ -509,9 +491,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set Royalty Amount. - @param RoyaltyAmt - (Included) Amount for copyright, etc. - */ + @param RoyaltyAmt (Included) Amount for copyright, etc. + */ public void setRoyaltyAmt (BigDecimal RoyaltyAmt) { set_Value (COLUMNNAME_RoyaltyAmt, RoyaltyAmt); @@ -520,7 +501,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Royalty Amount. @return (Included) Amount for copyright, etc. */ - public BigDecimal getRoyaltyAmt () + public BigDecimal getRoyaltyAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RoyaltyAmt); if (bd == null) @@ -529,9 +510,8 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent } /** Set UPC/EAN. - @param UPC - Bar Code (Universal Product Code or its superset European Article Number) - */ + @param UPC Bar Code (Universal Product Code or its superset European Article Number) + */ public void setUPC (String UPC) { set_Value (COLUMNNAME_UPC, UPC); @@ -540,15 +520,14 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get UPC/EAN. @return Bar Code (Universal Product Code or its superset European Article Number) */ - public String getUPC () + public String getUPC() { return (String)get_Value(COLUMNNAME_UPC); } /** Set Partner Category. - @param VendorCategory - Product Category of the Business Partner - */ + @param VendorCategory Product Category of the Business Partner + */ public void setVendorCategory (String VendorCategory) { set_Value (COLUMNNAME_VendorCategory, VendorCategory); @@ -557,15 +536,14 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Partner Category. @return Product Category of the Business Partner */ - public String getVendorCategory () + public String getVendorCategory() { return (String)get_Value(COLUMNNAME_VendorCategory); } /** Set Partner Product Key. - @param VendorProductNo - Product Key of the Business Partner - */ + @param VendorProductNo Product Key of the Business Partner + */ public void setVendorProductNo (String VendorProductNo) { set_Value (COLUMNNAME_VendorProductNo, VendorProductNo); @@ -574,7 +552,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent /** Get Partner Product Key. @return Product Key of the Business Partner */ - public String getVendorProductNo () + public String getVendorProductNo() { return (String)get_Value(COLUMNNAME_VendorProductNo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Product_QualityTest.java b/org.adempiere.base/src/org/compiere/model/X_M_Product_QualityTest.java index 644a4d91e0..b7a1021d52 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Product_QualityTest.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Product_QualityTest.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Product_QualityTest * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Product_QualityTest") public class X_M_Product_QualityTest extends PO implements I_M_Product_QualityTest, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_Product_QualityTest extends PO implements I_M_Product_QualityTe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Product_QualityTest (Properties ctx, int M_Product_QualityTest_ID, String trxName) @@ -75,7 +75,8 @@ public class X_M_Product_QualityTest extends PO implements I_M_Product_QualityTe } /** Set Expected Result. - @param ExpectedResult Expected Result */ + @param ExpectedResult Expected Result + */ public void setExpectedResult (String ExpectedResult) { set_Value (COLUMNNAME_ExpectedResult, ExpectedResult); @@ -83,7 +84,7 @@ public class X_M_Product_QualityTest extends PO implements I_M_Product_QualityTe /** Get Expected Result. @return Expected Result */ - public String getExpectedResult () + public String getExpectedResult() { return (String)get_Value(COLUMNNAME_ExpectedResult); } @@ -95,21 +96,20 @@ public class X_M_Product_QualityTest extends PO implements I_M_Product_QualityTe } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -118,18 +118,19 @@ public class X_M_Product_QualityTest extends PO implements I_M_Product_QualityTe } /** Set Product Quality Test. - @param M_Product_QualityTest_ID Product Quality Test */ + @param M_Product_QualityTest_ID Product Quality Test + */ public void setM_Product_QualityTest_ID (int M_Product_QualityTest_ID) { - if (M_Product_QualityTest_ID < 1) + if (M_Product_QualityTest_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_QualityTest_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_QualityTest_ID, Integer.valueOf(M_Product_QualityTest_ID)); } /** Get Product Quality Test. @return Product Quality Test */ - public int getM_Product_QualityTest_ID () + public int getM_Product_QualityTest_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_QualityTest_ID); if (ii == null) @@ -138,7 +139,8 @@ public class X_M_Product_QualityTest extends PO implements I_M_Product_QualityTe } /** Set M_Product_QualityTest_UU. - @param M_Product_QualityTest_UU M_Product_QualityTest_UU */ + @param M_Product_QualityTest_UU M_Product_QualityTest_UU + */ public void setM_Product_QualityTest_UU (String M_Product_QualityTest_UU) { set_Value (COLUMNNAME_M_Product_QualityTest_UU, M_Product_QualityTest_UU); @@ -146,7 +148,7 @@ public class X_M_Product_QualityTest extends PO implements I_M_Product_QualityTe /** Get M_Product_QualityTest_UU. @return M_Product_QualityTest_UU */ - public String getM_Product_QualityTest_UU () + public String getM_Product_QualityTest_UU() { return (String)get_Value(COLUMNNAME_M_Product_QualityTest_UU); } @@ -158,18 +160,19 @@ public class X_M_Product_QualityTest extends PO implements I_M_Product_QualityTe } /** Set Quality Test. - @param M_QualityTest_ID Quality Test */ + @param M_QualityTest_ID Quality Test + */ public void setM_QualityTest_ID (int M_QualityTest_ID) { - if (M_QualityTest_ID < 1) + if (M_QualityTest_ID < 1) set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, Integer.valueOf(M_QualityTest_ID)); } /** Get Quality Test. @return Quality Test */ - public int getM_QualityTest_ID () + public int getM_QualityTest_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_QualityTest_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Production.java b/org.adempiere.base/src/org/compiere/model/X_M_Production.java index b865c9441b..74c0e5ac2c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Production.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Production.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Production * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Production") public class X_M_Production extends PO implements I_M_Production, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** * */ - private static final long serialVersionUID = 20211106L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Production (Properties ctx, int M_Production_ID, String trxName) @@ -86,21 +86,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -115,21 +114,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -143,22 +141,21 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -173,21 +170,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -202,21 +198,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_Value (COLUMNNAME_C_OrderLine_ID, null); - else + else set_Value (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -231,21 +226,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -260,21 +254,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Project Phase. - @param C_ProjectPhase_ID - Phase of a Project - */ + @param C_ProjectPhase_ID Phase of a Project + */ public void setC_ProjectPhase_ID (int C_ProjectPhase_ID) { - if (C_ProjectPhase_ID < 1) + if (C_ProjectPhase_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID)); } /** Get Project Phase. @return Phase of a Project */ - public int getC_ProjectPhase_ID () + public int getC_ProjectPhase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID); if (ii == null) @@ -289,21 +282,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Project Task. - @param C_ProjectTask_ID - Actual Project Task in a Phase - */ + @param C_ProjectTask_ID Actual Project Task in a Phase + */ public void setC_ProjectTask_ID (int C_ProjectTask_ID) { - if (C_ProjectTask_ID < 1) + if (C_ProjectTask_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectTask_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectTask_ID, Integer.valueOf(C_ProjectTask_ID)); } /** Get Project Task. @return Actual Project Task in a Phase */ - public int getC_ProjectTask_ID () + public int getC_ProjectTask_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectTask_ID); if (ii == null) @@ -312,9 +304,8 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Create lines from. - @param CreateFrom - Process which will generate a new document lines based on an existing document - */ + @param CreateFrom Process which will generate a new document lines based on an existing document + */ public void setCreateFrom (String CreateFrom) { set_Value (COLUMNNAME_CreateFrom, CreateFrom); @@ -323,15 +314,14 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Create lines from. @return Process which will generate a new document lines based on an existing document */ - public String getCreateFrom () + public String getCreateFrom() { return (String)get_Value(COLUMNNAME_CreateFrom); } /** Set Date Promised. - @param DatePromised - Date Order was promised - */ + @param DatePromised Date Order was promised + */ public void setDatePromised (Timestamp DatePromised) { set_Value (COLUMNNAME_DatePromised, DatePromised); @@ -340,15 +330,14 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Date Promised. @return Date Order was promised */ - public Timestamp getDatePromised () + public Timestamp getDatePromised() { return (Timestamp)get_Value(COLUMNNAME_DatePromised); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -357,14 +346,14 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -393,9 +382,8 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -405,7 +393,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -437,9 +425,8 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -449,15 +436,14 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_ValueNoCheck (COLUMNNAME_DocumentNo, DocumentNo); @@ -466,7 +452,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -480,9 +466,8 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Complete. - @param IsComplete - It is complete - */ + @param IsComplete It is complete + */ public void setIsComplete (boolean IsComplete) { set_Value (COLUMNNAME_IsComplete, Boolean.valueOf(IsComplete)); @@ -491,7 +476,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Complete. @return It is complete */ - public boolean isComplete () + public boolean isComplete() { Object oo = get_Value(COLUMNNAME_IsComplete); if (oo != null) @@ -510,7 +495,8 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Yes = Y */ public static final String ISCREATED_Yes = "Y"; /** Set Records created. - @param IsCreated Records created */ + @param IsCreated Records created + */ public void setIsCreated (String IsCreated) { @@ -519,13 +505,14 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Records created. @return Records created */ - public String getIsCreated () + public String getIsCreated() { return (String)get_Value(COLUMNNAME_IsCreated); } /** Set Use Production Plan. - @param IsUseProductionPlan Use Production Plan */ + @param IsUseProductionPlan Use Production Plan + */ public void setIsUseProductionPlan (boolean IsUseProductionPlan) { set_Value (COLUMNNAME_IsUseProductionPlan, Boolean.valueOf(IsUseProductionPlan)); @@ -533,7 +520,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Use Production Plan. @return Use Production Plan */ - public boolean isUseProductionPlan () + public boolean isUseProductionPlan() { Object oo = get_Value(COLUMNNAME_IsUseProductionPlan); if (oo != null) @@ -552,21 +539,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -581,21 +567,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -604,9 +589,8 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Movement Date. - @param MovementDate - Date a product was moved in or out of inventory - */ + @param MovementDate Date a product was moved in or out of inventory + */ public void setMovementDate (Timestamp MovementDate) { set_Value (COLUMNNAME_MovementDate, MovementDate); @@ -615,7 +599,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Movement Date. @return Date a product was moved in or out of inventory */ - public Timestamp getMovementDate () + public Timestamp getMovementDate() { return (Timestamp)get_Value(COLUMNNAME_MovementDate); } @@ -627,21 +611,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -650,21 +633,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Production. - @param M_Production_ID - Plan for producing a product - */ + @param M_Production_ID Plan for producing a product + */ public void setM_Production_ID (int M_Production_ID) { - if (M_Production_ID < 1) + if (M_Production_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Production_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Production_ID, Integer.valueOf(M_Production_ID)); } /** Get Production. @return Plan for producing a product */ - public int getM_Production_ID () + public int getM_Production_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Production_ID); if (ii == null) @@ -673,7 +655,8 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set M_Production_UU. - @param M_Production_UU M_Production_UU */ + @param M_Production_UU M_Production_UU + */ public void setM_Production_UU (String M_Production_UU) { set_Value (COLUMNNAME_M_Production_UU, M_Production_UU); @@ -681,15 +664,14 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get M_Production_UU. @return M_Production_UU */ - public String getM_Production_UU () + public String getM_Production_UU() { return (String)get_Value(COLUMNNAME_M_Production_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -698,15 +680,14 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -715,7 +696,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -733,22 +714,21 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent .getPO(getPP_Product_BOM_ID(), get_TrxName()); } - /** Set BOM & Formula. - @param PP_Product_BOM_ID - BOM & Formula - */ + /** Set BOM & Formula. + @param PP_Product_BOM_ID BOM & Formula + */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID) { - if (PP_Product_BOM_ID < 1) + if (PP_Product_BOM_ID < 1) set_Value (COLUMNNAME_PP_Product_BOM_ID, null); - else + else set_Value (COLUMNNAME_PP_Product_BOM_ID, Integer.valueOf(PP_Product_BOM_ID)); } - /** Get BOM & Formula. - @return BOM & Formula + /** Get BOM & Formula. + @return BOM & Formula */ - public int getPP_Product_BOM_ID () + public int getPP_Product_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOM_ID); if (ii == null) @@ -757,9 +737,8 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -768,7 +747,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -781,9 +760,8 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -792,7 +770,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -801,7 +779,8 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -809,7 +788,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -822,9 +801,8 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Production Quantity. - @param ProductionQty - Quantity of products to produce - */ + @param ProductionQty Quantity of products to produce + */ public void setProductionQty (BigDecimal ProductionQty) { set_Value (COLUMNNAME_ProductionQty, ProductionQty); @@ -833,7 +811,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent /** Get Production Quantity. @return Quantity of products to produce */ - public BigDecimal getProductionQty () + public BigDecimal getProductionQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProductionQty); if (bd == null) @@ -848,21 +826,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_Value (COLUMNNAME_Reversal_ID, null); - else + else set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) @@ -877,21 +854,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -906,21 +882,20 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductionLine.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductionLine.java index 21c6956a1a..d13fe2ab43 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductionLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductionLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ProductionLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ProductionLine") public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ProductionLine (Properties ctx, int M_ProductionLine_ID, String trxName) @@ -82,9 +82,8 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -93,15 +92,14 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set End Product. - @param IsEndProduct - End Product of production - */ + @param IsEndProduct End Product of production + */ public void setIsEndProduct (boolean IsEndProduct) { set_Value (COLUMNNAME_IsEndProduct, Boolean.valueOf(IsEndProduct)); @@ -110,7 +108,7 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers /** Get End Product. @return End Product of production */ - public boolean isEndProduct () + public boolean isEndProduct() { Object oo = get_Value(COLUMNNAME_IsEndProduct); if (oo != null) @@ -123,9 +121,8 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -134,7 +131,7 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -149,21 +146,20 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -178,21 +174,20 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -201,9 +196,8 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); @@ -212,7 +206,7 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) @@ -227,21 +221,20 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -256,21 +249,20 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set Production. - @param M_Production_ID - Plan for producing a product - */ + @param M_Production_ID Plan for producing a product + */ public void setM_Production_ID (int M_Production_ID) { - if (M_Production_ID < 1) + if (M_Production_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Production_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Production_ID, Integer.valueOf(M_Production_ID)); } /** Get Production. @return Plan for producing a product */ - public int getM_Production_ID () + public int getM_Production_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Production_ID); if (ii == null) @@ -287,21 +279,20 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set Production Line. - @param M_ProductionLine_ID - Document Line representing a production - */ + @param M_ProductionLine_ID Document Line representing a production + */ public void setM_ProductionLine_ID (int M_ProductionLine_ID) { - if (M_ProductionLine_ID < 1) + if (M_ProductionLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ProductionLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ProductionLine_ID, Integer.valueOf(M_ProductionLine_ID)); } /** Get Production Line. @return Document Line representing a production */ - public int getM_ProductionLine_ID () + public int getM_ProductionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductionLine_ID); if (ii == null) @@ -310,7 +301,8 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set M_ProductionLine_UU. - @param M_ProductionLine_UU M_ProductionLine_UU */ + @param M_ProductionLine_UU M_ProductionLine_UU + */ public void setM_ProductionLine_UU (String M_ProductionLine_UU) { set_Value (COLUMNNAME_M_ProductionLine_UU, M_ProductionLine_UU); @@ -318,7 +310,7 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers /** Get M_ProductionLine_UU. @return M_ProductionLine_UU */ - public String getM_ProductionLine_UU () + public String getM_ProductionLine_UU() { return (String)get_Value(COLUMNNAME_M_ProductionLine_UU); } @@ -330,21 +322,20 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set Production Plan. - @param M_ProductionPlan_ID - Plan for how a product is produced - */ + @param M_ProductionPlan_ID Plan for how a product is produced + */ public void setM_ProductionPlan_ID (int M_ProductionPlan_ID) { - if (M_ProductionPlan_ID < 1) + if (M_ProductionPlan_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ProductionPlan_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ProductionPlan_ID, Integer.valueOf(M_ProductionPlan_ID)); } /** Get Production Plan. @return Plan for how a product is produced */ - public int getM_ProductionPlan_ID () + public int getM_ProductionPlan_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductionPlan_ID); if (ii == null) @@ -353,9 +344,8 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set Planned Quantity. - @param PlannedQty - Planned quantity for this project - */ + @param PlannedQty Planned quantity for this project + */ public void setPlannedQty (BigDecimal PlannedQty) { set_Value (COLUMNNAME_PlannedQty, PlannedQty); @@ -364,7 +354,7 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers /** Get Planned Quantity. @return Planned quantity for this project */ - public BigDecimal getPlannedQty () + public BigDecimal getPlannedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PlannedQty); if (bd == null) @@ -373,9 +363,8 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -384,7 +373,7 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -397,9 +386,8 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set Product Type. - @param ProductType - Type of product - */ + @param ProductType Type of product + */ public void setProductType (String ProductType) { throw new IllegalArgumentException ("ProductType is virtual column"); } @@ -407,15 +395,14 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers /** Get Product Type. @return Type of product */ - public String getProductType () + public String getProductType() { return (String)get_Value(COLUMNNAME_ProductType); } /** Set Available Quantity. - @param QtyAvailable - Available Quantity (On Hand - Reserved) - */ + @param QtyAvailable Available Quantity (On Hand - Reserved) + */ public void setQtyAvailable (BigDecimal QtyAvailable) { throw new IllegalArgumentException ("QtyAvailable is virtual column"); } @@ -423,7 +410,7 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers /** Get Available Quantity. @return Available Quantity (On Hand - Reserved) */ - public BigDecimal getQtyAvailable () + public BigDecimal getQtyAvailable() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyAvailable); if (bd == null) @@ -432,7 +419,8 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers } /** Set Quantity Used. - @param QtyUsed Quantity Used */ + @param QtyUsed Quantity Used + */ public void setQtyUsed (BigDecimal QtyUsed) { set_Value (COLUMNNAME_QtyUsed, QtyUsed); @@ -440,7 +428,7 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers /** Get Quantity Used. @return Quantity Used */ - public BigDecimal getQtyUsed () + public BigDecimal getQtyUsed() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyUsed); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductionLineMA.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductionLineMA.java index d29c4cf43d..4f2276113d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductionLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductionLineMA.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ProductionLineMA * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ProductionLineMA") public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ProductionLineMA (Properties ctx, int M_ProductionLineMA_ID, String trxName) @@ -77,9 +77,8 @@ public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_ } /** Set Date Material Policy. - @param DateMaterialPolicy - Time used for LIFO and FIFO Material Policy - */ + @param DateMaterialPolicy Time used for LIFO and FIFO Material Policy + */ public void setDateMaterialPolicy (Timestamp DateMaterialPolicy) { set_ValueNoCheck (COLUMNNAME_DateMaterialPolicy, DateMaterialPolicy); @@ -88,7 +87,7 @@ public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_ /** Get Date Material Policy. @return Time used for LIFO and FIFO Material Policy */ - public Timestamp getDateMaterialPolicy () + public Timestamp getDateMaterialPolicy() { return (Timestamp)get_Value(COLUMNNAME_DateMaterialPolicy); } @@ -100,21 +99,20 @@ public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_ } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -123,9 +121,8 @@ public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_ } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); @@ -134,7 +131,7 @@ public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_ /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) @@ -149,21 +146,20 @@ public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_ } /** Set Production Line. - @param M_ProductionLine_ID - Document Line representing a production - */ + @param M_ProductionLine_ID Document Line representing a production + */ public void setM_ProductionLine_ID (int M_ProductionLine_ID) { - if (M_ProductionLine_ID < 1) + if (M_ProductionLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ProductionLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ProductionLine_ID, Integer.valueOf(M_ProductionLine_ID)); } /** Get Production Line. @return Document Line representing a production */ - public int getM_ProductionLine_ID () + public int getM_ProductionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductionLine_ID); if (ii == null) @@ -180,7 +176,8 @@ public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_ } /** Set M_ProductionLineMA_UU. - @param M_ProductionLineMA_UU M_ProductionLineMA_UU */ + @param M_ProductionLineMA_UU M_ProductionLineMA_UU + */ public void setM_ProductionLineMA_UU (String M_ProductionLineMA_UU) { set_Value (COLUMNNAME_M_ProductionLineMA_UU, M_ProductionLineMA_UU); @@ -188,7 +185,7 @@ public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_ /** Get M_ProductionLineMA_UU. @return M_ProductionLineMA_UU */ - public String getM_ProductionLineMA_UU () + public String getM_ProductionLineMA_UU() { return (String)get_Value(COLUMNNAME_M_ProductionLineMA_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductionPlan.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductionPlan.java index 58540b7e84..d320e7930f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductionPlan.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductionPlan.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ProductionPlan * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ProductionPlan") public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ProductionPlan (Properties ctx, int M_ProductionPlan_ID, String trxName) @@ -83,9 +83,8 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -94,15 +93,14 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -111,7 +109,7 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -134,21 +132,20 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -163,21 +160,20 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -192,21 +188,20 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers } /** Set Production. - @param M_Production_ID - Plan for producing a product - */ + @param M_Production_ID Plan for producing a product + */ public void setM_Production_ID (int M_Production_ID) { - if (M_Production_ID < 1) + if (M_Production_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Production_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Production_ID, Integer.valueOf(M_Production_ID)); } /** Get Production. @return Plan for producing a product */ - public int getM_Production_ID () + public int getM_Production_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Production_ID); if (ii == null) @@ -215,21 +210,20 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers } /** Set Production Plan. - @param M_ProductionPlan_ID - Plan for how a product is produced - */ + @param M_ProductionPlan_ID Plan for how a product is produced + */ public void setM_ProductionPlan_ID (int M_ProductionPlan_ID) { - if (M_ProductionPlan_ID < 1) + if (M_ProductionPlan_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ProductionPlan_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ProductionPlan_ID, Integer.valueOf(M_ProductionPlan_ID)); } /** Get Production Plan. @return Plan for how a product is produced */ - public int getM_ProductionPlan_ID () + public int getM_ProductionPlan_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductionPlan_ID); if (ii == null) @@ -238,7 +232,8 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers } /** Set M_ProductionPlan_UU. - @param M_ProductionPlan_UU M_ProductionPlan_UU */ + @param M_ProductionPlan_UU M_ProductionPlan_UU + */ public void setM_ProductionPlan_UU (String M_ProductionPlan_UU) { set_Value (COLUMNNAME_M_ProductionPlan_UU, M_ProductionPlan_UU); @@ -246,15 +241,14 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers /** Get M_ProductionPlan_UU. @return M_ProductionPlan_UU */ - public String getM_ProductionPlan_UU () + public String getM_ProductionPlan_UU() { return (String)get_Value(COLUMNNAME_M_ProductionPlan_UU); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -263,7 +257,7 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -276,9 +270,8 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers } /** Set Production Quantity. - @param ProductionQty - Quantity of products to produce - */ + @param ProductionQty Quantity of products to produce + */ public void setProductionQty (BigDecimal ProductionQty) { set_Value (COLUMNNAME_ProductionQty, ProductionQty); @@ -287,7 +280,7 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers /** Get Production Quantity. @return Quantity of products to produce */ - public BigDecimal getProductionQty () + public BigDecimal getProductionQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProductionQty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Promotion.java b/org.adempiere.base/src/org/compiere/model/X_M_Promotion.java index c418f03a4a..25dd8cc8d5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Promotion.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Promotion.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Promotion * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Promotion") public class X_M_Promotion extends PO implements I_M_Promotion, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_Promotion extends PO implements I_M_Promotion, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Promotion (Properties ctx, int M_Promotion_ID, String trxName) @@ -81,21 +81,20 @@ public class X_M_Promotion extends PO implements I_M_Promotion, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -104,9 +103,8 @@ public class X_M_Promotion extends PO implements I_M_Promotion, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -115,24 +113,25 @@ public class X_M_Promotion extends PO implements I_M_Promotion, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Promotion. - @param M_Promotion_ID Promotion */ + @param M_Promotion_ID Promotion + */ public void setM_Promotion_ID (int M_Promotion_ID) { - if (M_Promotion_ID < 1) + if (M_Promotion_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Promotion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Promotion_ID, Integer.valueOf(M_Promotion_ID)); } /** Get Promotion. @return Promotion */ - public int getM_Promotion_ID () + public int getM_Promotion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Promotion_ID); if (ii == null) @@ -141,7 +140,8 @@ public class X_M_Promotion extends PO implements I_M_Promotion, I_Persistent } /** Set M_Promotion_UU. - @param M_Promotion_UU M_Promotion_UU */ + @param M_Promotion_UU M_Promotion_UU + */ public void setM_Promotion_UU (String M_Promotion_UU) { set_Value (COLUMNNAME_M_Promotion_UU, M_Promotion_UU); @@ -149,15 +149,14 @@ public class X_M_Promotion extends PO implements I_M_Promotion, I_Persistent /** Get M_Promotion_UU. @return M_Promotion_UU */ - public String getM_Promotion_UU () + public String getM_Promotion_UU() { return (String)get_Value(COLUMNNAME_M_Promotion_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -166,7 +165,7 @@ public class X_M_Promotion extends PO implements I_M_Promotion, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -180,9 +179,8 @@ public class X_M_Promotion extends PO implements I_M_Promotion, I_Persistent } /** Set Relative Priority. - @param PromotionPriority - Which promotion should be apply to a product - */ + @param PromotionPriority Which promotion should be apply to a product + */ public void setPromotionPriority (int PromotionPriority) { set_Value (COLUMNNAME_PromotionPriority, Integer.valueOf(PromotionPriority)); @@ -191,7 +189,7 @@ public class X_M_Promotion extends PO implements I_M_Promotion, I_Persistent /** Get Relative Priority. @return Which promotion should be apply to a product */ - public int getPromotionPriority () + public int getPromotionPriority() { Integer ii = (Integer)get_Value(COLUMNNAME_PromotionPriority); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PromotionDistribution.java b/org.adempiere.base/src/org/compiere/model/X_M_PromotionDistribution.java index bc2181ee51..20c5ba477e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PromotionDistribution.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PromotionDistribution.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_PromotionDistribution * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_PromotionDistribution") public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistribution, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_PromotionDistribution (Properties ctx, int M_PromotionDistribution_ID, String trxName) @@ -87,9 +87,8 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri /** Descending = D */ public static final String DISTRIBUTIONSORTING_Descending = "D"; /** Set Distribution Sorting. - @param DistributionSorting - Quantity distribution sorting by unit price - */ + @param DistributionSorting Quantity distribution sorting by unit price + */ public void setDistributionSorting (String DistributionSorting) { @@ -99,7 +98,7 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri /** Get Distribution Sorting. @return Quantity distribution sorting by unit price */ - public String getDistributionSorting () + public String getDistributionSorting() { return (String)get_Value(COLUMNNAME_DistributionSorting); } @@ -113,9 +112,8 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri /** Max = X */ public static final String DISTRIBUTIONTYPE_Max = "X"; /** Set Distribution Type. - @param DistributionType - Type of quantity distribution calculation using comparison qty and order qty as operand - */ + @param DistributionType Type of quantity distribution calculation using comparison qty and order qty as operand + */ public void setDistributionType (String DistributionType) { @@ -125,24 +123,25 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri /** Get Distribution Type. @return Type of quantity distribution calculation using comparison qty and order qty as operand */ - public String getDistributionType () + public String getDistributionType() { return (String)get_Value(COLUMNNAME_DistributionType); } /** Set Promotion Distribution. - @param M_PromotionDistribution_ID Promotion Distribution */ + @param M_PromotionDistribution_ID Promotion Distribution + */ public void setM_PromotionDistribution_ID (int M_PromotionDistribution_ID) { - if (M_PromotionDistribution_ID < 1) + if (M_PromotionDistribution_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PromotionDistribution_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PromotionDistribution_ID, Integer.valueOf(M_PromotionDistribution_ID)); } /** Get Promotion Distribution. @return Promotion Distribution */ - public int getM_PromotionDistribution_ID () + public int getM_PromotionDistribution_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PromotionDistribution_ID); if (ii == null) @@ -151,7 +150,8 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri } /** Set M_PromotionDistribution_UU. - @param M_PromotionDistribution_UU M_PromotionDistribution_UU */ + @param M_PromotionDistribution_UU M_PromotionDistribution_UU + */ public void setM_PromotionDistribution_UU (String M_PromotionDistribution_UU) { set_Value (COLUMNNAME_M_PromotionDistribution_UU, M_PromotionDistribution_UU); @@ -159,7 +159,7 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri /** Get M_PromotionDistribution_UU. @return M_PromotionDistribution_UU */ - public String getM_PromotionDistribution_UU () + public String getM_PromotionDistribution_UU() { return (String)get_Value(COLUMNNAME_M_PromotionDistribution_UU); } @@ -171,18 +171,19 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri } /** Set Promotion. - @param M_Promotion_ID Promotion */ + @param M_Promotion_ID Promotion + */ public void setM_Promotion_ID (int M_Promotion_ID) { - if (M_Promotion_ID < 1) + if (M_Promotion_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Promotion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Promotion_ID, Integer.valueOf(M_Promotion_ID)); } /** Get Promotion. @return Promotion */ - public int getM_Promotion_ID () + public int getM_Promotion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Promotion_ID); if (ii == null) @@ -197,18 +198,19 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri } /** Set Promotion Line. - @param M_PromotionLine_ID Promotion Line */ + @param M_PromotionLine_ID Promotion Line + */ public void setM_PromotionLine_ID (int M_PromotionLine_ID) { - if (M_PromotionLine_ID < 1) + if (M_PromotionLine_ID < 1) set_Value (COLUMNNAME_M_PromotionLine_ID, null); - else + else set_Value (COLUMNNAME_M_PromotionLine_ID, Integer.valueOf(M_PromotionLine_ID)); } /** Get Promotion Line. @return Promotion Line */ - public int getM_PromotionLine_ID () + public int getM_PromotionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PromotionLine_ID); if (ii == null) @@ -218,14 +220,13 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri /** Operation AD_Reference_ID=53294 */ public static final int OPERATION_AD_Reference_ID=53294; - /** <= = <= */ + /** <= = <= */ public static final String OPERATION_LeEq = "<="; - /** >= = >= */ + /** >= = >= */ public static final String OPERATION_GtEq = ">="; /** Set Operation. - @param Operation - Compare Operation - */ + @param Operation Compare Operation + */ public void setOperation (String Operation) { @@ -235,15 +236,14 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri /** Get Operation. @return Compare Operation */ - public String getOperation () + public String getOperation() { return (String)get_Value(COLUMNNAME_Operation); } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -252,7 +252,7 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -261,9 +261,8 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -272,7 +271,7 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroup.java b/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroup.java index 459e6034f8..437a461b6b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroup.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroup.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_PromotionGroup * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_PromotionGroup") public class X_M_PromotionGroup extends PO implements I_M_PromotionGroup, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_PromotionGroup extends PO implements I_M_PromotionGroup, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_PromotionGroup (Properties ctx, int M_PromotionGroup_ID, String trxName) @@ -73,9 +73,8 @@ public class X_M_PromotionGroup extends PO implements I_M_PromotionGroup, I_Pers } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -84,24 +83,25 @@ public class X_M_PromotionGroup extends PO implements I_M_PromotionGroup, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Promotion Group. - @param M_PromotionGroup_ID Promotion Group */ + @param M_PromotionGroup_ID Promotion Group + */ public void setM_PromotionGroup_ID (int M_PromotionGroup_ID) { - if (M_PromotionGroup_ID < 1) + if (M_PromotionGroup_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PromotionGroup_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PromotionGroup_ID, Integer.valueOf(M_PromotionGroup_ID)); } /** Get Promotion Group. @return Promotion Group */ - public int getM_PromotionGroup_ID () + public int getM_PromotionGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PromotionGroup_ID); if (ii == null) @@ -110,7 +110,8 @@ public class X_M_PromotionGroup extends PO implements I_M_PromotionGroup, I_Pers } /** Set M_PromotionGroup_UU. - @param M_PromotionGroup_UU M_PromotionGroup_UU */ + @param M_PromotionGroup_UU M_PromotionGroup_UU + */ public void setM_PromotionGroup_UU (String M_PromotionGroup_UU) { set_Value (COLUMNNAME_M_PromotionGroup_UU, M_PromotionGroup_UU); @@ -118,15 +119,14 @@ public class X_M_PromotionGroup extends PO implements I_M_PromotionGroup, I_Pers /** Get M_PromotionGroup_UU. @return M_PromotionGroup_UU */ - public String getM_PromotionGroup_UU () + public String getM_PromotionGroup_UU() { return (String)get_Value(COLUMNNAME_M_PromotionGroup_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -135,7 +135,7 @@ public class X_M_PromotionGroup extends PO implements I_M_PromotionGroup, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroupLine.java b/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroupLine.java index 999a8141ef..6bcda462fb 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroupLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroupLine.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_PromotionGroupLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_PromotionGroupLine") public class X_M_PromotionGroupLine extends PO implements I_M_PromotionGroupLine, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_PromotionGroupLine extends PO implements I_M_PromotionGroupLine /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_PromotionGroupLine (Properties ctx, int M_PromotionGroupLine_ID, String trxName) @@ -79,21 +79,20 @@ public class X_M_PromotionGroupLine extends PO implements I_M_PromotionGroupLine } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -108,18 +107,19 @@ public class X_M_PromotionGroupLine extends PO implements I_M_PromotionGroupLine } /** Set Promotion Group. - @param M_PromotionGroup_ID Promotion Group */ + @param M_PromotionGroup_ID Promotion Group + */ public void setM_PromotionGroup_ID (int M_PromotionGroup_ID) { - if (M_PromotionGroup_ID < 1) + if (M_PromotionGroup_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PromotionGroup_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PromotionGroup_ID, Integer.valueOf(M_PromotionGroup_ID)); } /** Get Promotion Group. @return Promotion Group */ - public int getM_PromotionGroup_ID () + public int getM_PromotionGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PromotionGroup_ID); if (ii == null) @@ -128,18 +128,19 @@ public class X_M_PromotionGroupLine extends PO implements I_M_PromotionGroupLine } /** Set Promotion Group Line. - @param M_PromotionGroupLine_ID Promotion Group Line */ + @param M_PromotionGroupLine_ID Promotion Group Line + */ public void setM_PromotionGroupLine_ID (int M_PromotionGroupLine_ID) { - if (M_PromotionGroupLine_ID < 1) + if (M_PromotionGroupLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PromotionGroupLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PromotionGroupLine_ID, Integer.valueOf(M_PromotionGroupLine_ID)); } /** Get Promotion Group Line. @return Promotion Group Line */ - public int getM_PromotionGroupLine_ID () + public int getM_PromotionGroupLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PromotionGroupLine_ID); if (ii == null) @@ -148,7 +149,8 @@ public class X_M_PromotionGroupLine extends PO implements I_M_PromotionGroupLine } /** Set M_PromotionGroupLine_UU. - @param M_PromotionGroupLine_UU M_PromotionGroupLine_UU */ + @param M_PromotionGroupLine_UU M_PromotionGroupLine_UU + */ public void setM_PromotionGroupLine_UU (String M_PromotionGroupLine_UU) { set_Value (COLUMNNAME_M_PromotionGroupLine_UU, M_PromotionGroupLine_UU); @@ -156,7 +158,7 @@ public class X_M_PromotionGroupLine extends PO implements I_M_PromotionGroupLine /** Get M_PromotionGroupLine_UU. @return M_PromotionGroupLine_UU */ - public String getM_PromotionGroupLine_UU () + public String getM_PromotionGroupLine_UU() { return (String)get_Value(COLUMNNAME_M_PromotionGroupLine_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PromotionLine.java b/org.adempiere.base/src/org/compiere/model/X_M_PromotionLine.java index 7117d01b74..7cd9eb3b9a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PromotionLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PromotionLine.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_PromotionLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_PromotionLine") public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_PromotionLine (Properties ctx, int M_PromotionLine_ID, String trxName) @@ -76,9 +76,8 @@ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persis } /** Set Mandatory Promotion Line. - @param IsMandatoryPL - Order must have this promotion line - */ + @param IsMandatoryPL Order must have this promotion line + */ public void setIsMandatoryPL (boolean IsMandatoryPL) { set_Value (COLUMNNAME_IsMandatoryPL, Boolean.valueOf(IsMandatoryPL)); @@ -87,7 +86,7 @@ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persis /** Get Mandatory Promotion Line. @return Order must have this promotion line */ - public boolean isMandatoryPL () + public boolean isMandatoryPL() { Object oo = get_Value(COLUMNNAME_IsMandatoryPL); if (oo != null) @@ -100,9 +99,8 @@ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persis } /** Set Minimum Amt. - @param MinimumAmt - Minimum Amount in Document Currency - */ + @param MinimumAmt Minimum Amount in Document Currency + */ public void setMinimumAmt (BigDecimal MinimumAmt) { set_Value (COLUMNNAME_MinimumAmt, MinimumAmt); @@ -111,7 +109,7 @@ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persis /** Get Minimum Amt. @return Minimum Amount in Document Currency */ - public BigDecimal getMinimumAmt () + public BigDecimal getMinimumAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MinimumAmt); if (bd == null) @@ -126,18 +124,19 @@ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persis } /** Set Promotion Group. - @param M_PromotionGroup_ID Promotion Group */ + @param M_PromotionGroup_ID Promotion Group + */ public void setM_PromotionGroup_ID (int M_PromotionGroup_ID) { - if (M_PromotionGroup_ID < 1) + if (M_PromotionGroup_ID < 1) set_Value (COLUMNNAME_M_PromotionGroup_ID, null); - else + else set_Value (COLUMNNAME_M_PromotionGroup_ID, Integer.valueOf(M_PromotionGroup_ID)); } /** Get Promotion Group. @return Promotion Group */ - public int getM_PromotionGroup_ID () + public int getM_PromotionGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PromotionGroup_ID); if (ii == null) @@ -152,18 +151,19 @@ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persis } /** Set Promotion. - @param M_Promotion_ID Promotion */ + @param M_Promotion_ID Promotion + */ public void setM_Promotion_ID (int M_Promotion_ID) { - if (M_Promotion_ID < 1) + if (M_Promotion_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Promotion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Promotion_ID, Integer.valueOf(M_Promotion_ID)); } /** Get Promotion. @return Promotion */ - public int getM_Promotion_ID () + public int getM_Promotion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Promotion_ID); if (ii == null) @@ -172,18 +172,19 @@ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persis } /** Set Promotion Line. - @param M_PromotionLine_ID Promotion Line */ + @param M_PromotionLine_ID Promotion Line + */ public void setM_PromotionLine_ID (int M_PromotionLine_ID) { - if (M_PromotionLine_ID < 1) + if (M_PromotionLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PromotionLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PromotionLine_ID, Integer.valueOf(M_PromotionLine_ID)); } /** Get Promotion Line. @return Promotion Line */ - public int getM_PromotionLine_ID () + public int getM_PromotionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PromotionLine_ID); if (ii == null) @@ -192,7 +193,8 @@ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persis } /** Set M_PromotionLine_UU. - @param M_PromotionLine_UU M_PromotionLine_UU */ + @param M_PromotionLine_UU M_PromotionLine_UU + */ public void setM_PromotionLine_UU (String M_PromotionLine_UU) { set_Value (COLUMNNAME_M_PromotionLine_UU, M_PromotionLine_UU); @@ -200,7 +202,7 @@ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persis /** Get M_PromotionLine_UU. @return M_PromotionLine_UU */ - public String getM_PromotionLine_UU () + public String getM_PromotionLine_UU() { return (String)get_Value(COLUMNNAME_M_PromotionLine_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PromotionPreCondition.java b/org.adempiere.base/src/org/compiere/model/X_M_PromotionPreCondition.java index 39394b40f8..3ac861ed55 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PromotionPreCondition.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PromotionPreCondition.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for M_PromotionPreCondition * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_PromotionPreCondition") public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCondition, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_PromotionPreCondition (Properties ctx, int M_PromotionPreCondition_ID, String trxName) @@ -82,21 +82,20 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -110,22 +109,21 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -140,21 +138,20 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon } /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ + @param C_BP_Group_ID Business Partner Group + */ public void setC_BP_Group_ID (int C_BP_Group_ID) { - if (C_BP_Group_ID < 1) + if (C_BP_Group_ID < 1) set_Value (COLUMNNAME_C_BP_Group_ID, null); - else + else set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); } /** Get Business Partner Group. @return Business Partner Group */ - public int getC_BP_Group_ID () + public int getC_BP_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); if (ii == null) @@ -163,9 +160,8 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon } /** Set End Date. - @param EndDate - Last effective date (inclusive) - */ + @param EndDate Last effective date (inclusive) + */ public void setEndDate (Timestamp EndDate) { set_Value (COLUMNNAME_EndDate, EndDate); @@ -174,7 +170,7 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon /** Get End Date. @return Last effective date (inclusive) */ - public Timestamp getEndDate () + public Timestamp getEndDate() { return (Timestamp)get_Value(COLUMNNAME_EndDate); } @@ -186,21 +182,20 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_Value (COLUMNNAME_M_PriceList_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -215,18 +210,19 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon } /** Set Promotion. - @param M_Promotion_ID Promotion */ + @param M_Promotion_ID Promotion + */ public void setM_Promotion_ID (int M_Promotion_ID) { - if (M_Promotion_ID < 1) + if (M_Promotion_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Promotion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Promotion_ID, Integer.valueOf(M_Promotion_ID)); } /** Get Promotion. @return Promotion */ - public int getM_Promotion_ID () + public int getM_Promotion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Promotion_ID); if (ii == null) @@ -235,18 +231,19 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon } /** Set Promotion Pre Condition. - @param M_PromotionPreCondition_ID Promotion Pre Condition */ + @param M_PromotionPreCondition_ID Promotion Pre Condition + */ public void setM_PromotionPreCondition_ID (int M_PromotionPreCondition_ID) { - if (M_PromotionPreCondition_ID < 1) + if (M_PromotionPreCondition_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PromotionPreCondition_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PromotionPreCondition_ID, Integer.valueOf(M_PromotionPreCondition_ID)); } /** Get Promotion Pre Condition. @return Promotion Pre Condition */ - public int getM_PromotionPreCondition_ID () + public int getM_PromotionPreCondition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PromotionPreCondition_ID); if (ii == null) @@ -255,7 +252,8 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon } /** Set M_PromotionPreCondition_UU. - @param M_PromotionPreCondition_UU M_PromotionPreCondition_UU */ + @param M_PromotionPreCondition_UU M_PromotionPreCondition_UU + */ public void setM_PromotionPreCondition_UU (String M_PromotionPreCondition_UU) { set_Value (COLUMNNAME_M_PromotionPreCondition_UU, M_PromotionPreCondition_UU); @@ -263,7 +261,7 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon /** Get M_PromotionPreCondition_UU. @return M_PromotionPreCondition_UU */ - public String getM_PromotionPreCondition_UU () + public String getM_PromotionPreCondition_UU() { return (String)get_Value(COLUMNNAME_M_PromotionPreCondition_UU); } @@ -275,21 +273,20 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -298,9 +295,8 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon } /** Set Promotion Code. - @param PromotionCode - User entered promotion code at sales time - */ + @param PromotionCode User entered promotion code at sales time + */ public void setPromotionCode (String PromotionCode) { set_Value (COLUMNNAME_PromotionCode, PromotionCode); @@ -309,15 +305,14 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon /** Get Promotion Code. @return User entered promotion code at sales time */ - public String getPromotionCode () + public String getPromotionCode() { return (String)get_Value(COLUMNNAME_PromotionCode); } /** Set Usage Counter. - @param PromotionCounter - Usage counter - */ + @param PromotionCounter Usage counter + */ public void setPromotionCounter (int PromotionCounter) { set_ValueNoCheck (COLUMNNAME_PromotionCounter, Integer.valueOf(PromotionCounter)); @@ -326,7 +321,7 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon /** Get Usage Counter. @return Usage counter */ - public int getPromotionCounter () + public int getPromotionCounter() { Integer ii = (Integer)get_Value(COLUMNNAME_PromotionCounter); if (ii == null) @@ -335,9 +330,8 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon } /** Set Usage Limit. - @param PromotionUsageLimit - Maximum usage limit - */ + @param PromotionUsageLimit Maximum usage limit + */ public void setPromotionUsageLimit (int PromotionUsageLimit) { set_Value (COLUMNNAME_PromotionUsageLimit, Integer.valueOf(PromotionUsageLimit)); @@ -346,7 +340,7 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon /** Get Usage Limit. @return Maximum usage limit */ - public int getPromotionUsageLimit () + public int getPromotionUsageLimit() { Integer ii = (Integer)get_Value(COLUMNNAME_PromotionUsageLimit); if (ii == null) @@ -355,9 +349,8 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -366,7 +359,7 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -375,9 +368,8 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon } /** Set Start Date. - @param StartDate - First effective day (inclusive) - */ + @param StartDate First effective day (inclusive) + */ public void setStartDate (Timestamp StartDate) { set_Value (COLUMNNAME_StartDate, StartDate); @@ -386,7 +378,7 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon /** Get Start Date. @return First effective day (inclusive) */ - public Timestamp getStartDate () + public Timestamp getStartDate() { return (Timestamp)get_Value(COLUMNNAME_StartDate); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PromotionReward.java b/org.adempiere.base/src/org/compiere/model/X_M_PromotionReward.java index 6631fb8d0d..2fef77a6cf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PromotionReward.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PromotionReward.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_PromotionReward * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_PromotionReward") public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_PromotionReward (Properties ctx, int M_PromotionReward_ID, String trxName) @@ -80,9 +80,8 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe } /** Set Amount. - @param Amount - Amount in a defined currency - */ + @param Amount Amount in a defined currency + */ public void setAmount (BigDecimal Amount) { set_Value (COLUMNNAME_Amount, Amount); @@ -91,7 +90,7 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe /** Get Amount. @return Amount in a defined currency */ - public BigDecimal getAmount () + public BigDecimal getAmount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amount); if (bd == null) @@ -106,21 +105,20 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -135,9 +133,8 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe /** Descending = D */ public static final String DISTRIBUTIONSORTING_Descending = "D"; /** Set Distribution Sorting. - @param DistributionSorting - Quantity distribution sorting by unit price - */ + @param DistributionSorting Quantity distribution sorting by unit price + */ public void setDistributionSorting (String DistributionSorting) { @@ -147,15 +144,14 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe /** Get Distribution Sorting. @return Quantity distribution sorting by unit price */ - public String getDistributionSorting () + public String getDistributionSorting() { return (String)get_Value(COLUMNNAME_DistributionSorting); } /** Set For all distribution. - @param IsForAllDistribution - This reward is for all distribution - */ + @param IsForAllDistribution This reward is for all distribution + */ public void setIsForAllDistribution (boolean IsForAllDistribution) { set_Value (COLUMNNAME_IsForAllDistribution, Boolean.valueOf(IsForAllDistribution)); @@ -164,7 +160,7 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe /** Get For all distribution. @return This reward is for all distribution */ - public boolean isForAllDistribution () + public boolean isForAllDistribution() { Object oo = get_Value(COLUMNNAME_IsForAllDistribution); if (oo != null) @@ -177,9 +173,8 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe } /** Set Same distribution for source and target. - @param IsSameDistribution - Use the same distribution for source and target - */ + @param IsSameDistribution Use the same distribution for source and target + */ public void setIsSameDistribution (boolean IsSameDistribution) { set_Value (COLUMNNAME_IsSameDistribution, Boolean.valueOf(IsSameDistribution)); @@ -188,7 +183,7 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe /** Get Same distribution for source and target. @return Use the same distribution for source and target */ - public boolean isSameDistribution () + public boolean isSameDistribution() { Object oo = get_Value(COLUMNNAME_IsSameDistribution); if (oo != null) @@ -207,18 +202,19 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe } /** Set Promotion Distribution. - @param M_PromotionDistribution_ID Promotion Distribution */ + @param M_PromotionDistribution_ID Promotion Distribution + */ public void setM_PromotionDistribution_ID (int M_PromotionDistribution_ID) { - if (M_PromotionDistribution_ID < 1) + if (M_PromotionDistribution_ID < 1) set_Value (COLUMNNAME_M_PromotionDistribution_ID, null); - else + else set_Value (COLUMNNAME_M_PromotionDistribution_ID, Integer.valueOf(M_PromotionDistribution_ID)); } /** Get Promotion Distribution. @return Promotion Distribution */ - public int getM_PromotionDistribution_ID () + public int getM_PromotionDistribution_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PromotionDistribution_ID); if (ii == null) @@ -233,18 +229,19 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe } /** Set Promotion. - @param M_Promotion_ID Promotion */ + @param M_Promotion_ID Promotion + */ public void setM_Promotion_ID (int M_Promotion_ID) { - if (M_Promotion_ID < 1) + if (M_Promotion_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Promotion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Promotion_ID, Integer.valueOf(M_Promotion_ID)); } /** Get Promotion. @return Promotion */ - public int getM_Promotion_ID () + public int getM_Promotion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Promotion_ID); if (ii == null) @@ -253,18 +250,19 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe } /** Set Promotion Reward. - @param M_PromotionReward_ID Promotion Reward */ + @param M_PromotionReward_ID Promotion Reward + */ public void setM_PromotionReward_ID (int M_PromotionReward_ID) { - if (M_PromotionReward_ID < 1) + if (M_PromotionReward_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PromotionReward_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PromotionReward_ID, Integer.valueOf(M_PromotionReward_ID)); } /** Get Promotion Reward. @return Promotion Reward */ - public int getM_PromotionReward_ID () + public int getM_PromotionReward_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PromotionReward_ID); if (ii == null) @@ -273,7 +271,8 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe } /** Set M_PromotionReward_UU. - @param M_PromotionReward_UU M_PromotionReward_UU */ + @param M_PromotionReward_UU M_PromotionReward_UU + */ public void setM_PromotionReward_UU (String M_PromotionReward_UU) { set_Value (COLUMNNAME_M_PromotionReward_UU, M_PromotionReward_UU); @@ -281,7 +280,7 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe /** Get M_PromotionReward_UU. @return M_PromotionReward_UU */ - public String getM_PromotionReward_UU () + public String getM_PromotionReward_UU() { return (String)get_Value(COLUMNNAME_M_PromotionReward_UU); } @@ -293,21 +292,20 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe } /** Set Target distribution. - @param M_TargetDistribution_ID - Get product from target distribution to apply the promotion reward - */ + @param M_TargetDistribution_ID Get product from target distribution to apply the promotion reward + */ public void setM_TargetDistribution_ID (int M_TargetDistribution_ID) { - if (M_TargetDistribution_ID < 1) + if (M_TargetDistribution_ID < 1) set_Value (COLUMNNAME_M_TargetDistribution_ID, null); - else + else set_Value (COLUMNNAME_M_TargetDistribution_ID, Integer.valueOf(M_TargetDistribution_ID)); } /** Get Target distribution. @return Get product from target distribution to apply the promotion reward */ - public int getM_TargetDistribution_ID () + public int getM_TargetDistribution_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_TargetDistribution_ID); if (ii == null) @@ -316,9 +314,8 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -327,7 +324,7 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -344,9 +341,8 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe /** Percentage = P */ public static final String REWARDTYPE_Percentage = "P"; /** Set Reward Type. - @param RewardType - Type of reward which consists of percentage discount, flat discount or absolute amount - */ + @param RewardType Type of reward which consists of percentage discount, flat discount or absolute amount + */ public void setRewardType (String RewardType) { @@ -356,15 +352,14 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe /** Get Reward Type. @return Type of reward which consists of percentage discount, flat discount or absolute amount */ - public String getRewardType () + public String getRewardType() { return (String)get_Value(COLUMNNAME_RewardType); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -373,7 +368,7 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_QualityTest.java b/org.adempiere.base/src/org/compiere/model/X_M_QualityTest.java index 0705dd57c6..d9b45477e1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_QualityTest.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_QualityTest.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_QualityTest * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_QualityTest") public class X_M_QualityTest extends PO implements I_M_QualityTest, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_QualityTest extends PO implements I_M_QualityTest, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_QualityTest (Properties ctx, int M_QualityTest_ID, String trxName) @@ -73,9 +73,8 @@ public class X_M_QualityTest extends PO implements I_M_QualityTest, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -84,15 +83,14 @@ public class X_M_QualityTest extends PO implements I_M_QualityTest, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -101,24 +99,25 @@ public class X_M_QualityTest extends PO implements I_M_QualityTest, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Quality Test. - @param M_QualityTest_ID Quality Test */ + @param M_QualityTest_ID Quality Test + */ public void setM_QualityTest_ID (int M_QualityTest_ID) { - if (M_QualityTest_ID < 1) + if (M_QualityTest_ID < 1) set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, Integer.valueOf(M_QualityTest_ID)); } /** Get Quality Test. @return Quality Test */ - public int getM_QualityTest_ID () + public int getM_QualityTest_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_QualityTest_ID); if (ii == null) @@ -127,7 +126,8 @@ public class X_M_QualityTest extends PO implements I_M_QualityTest, I_Persistent } /** Set M_QualityTest_UU. - @param M_QualityTest_UU M_QualityTest_UU */ + @param M_QualityTest_UU M_QualityTest_UU + */ public void setM_QualityTest_UU (String M_QualityTest_UU) { set_Value (COLUMNNAME_M_QualityTest_UU, M_QualityTest_UU); @@ -135,15 +135,14 @@ public class X_M_QualityTest extends PO implements I_M_QualityTest, I_Persistent /** Get M_QualityTest_UU. @return M_QualityTest_UU */ - public String getM_QualityTest_UU () + public String getM_QualityTest_UU() { return (String)get_Value(COLUMNNAME_M_QualityTest_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -152,7 +151,7 @@ public class X_M_QualityTest extends PO implements I_M_QualityTest, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_QualityTestResult.java b/org.adempiere.base/src/org/compiere/model/X_M_QualityTestResult.java index 0f75298050..0ec2a4e481 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_QualityTestResult.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_QualityTestResult.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_QualityTestResult * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_QualityTestResult") public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_QualityTestResult (Properties ctx, int M_QualityTestResult_ID, String trxName) @@ -77,9 +77,8 @@ public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { throw new IllegalArgumentException ("Description is virtual column"); } @@ -87,26 +86,28 @@ public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Expected Result. - @param ExpectedResult Expected Result */ + @param ExpectedResult Expected Result + */ public void setExpectedResult (String ExpectedResult) { throw new IllegalArgumentException ("ExpectedResult is virtual column"); } /** Get Expected Result. @return Expected Result */ - public String getExpectedResult () + public String getExpectedResult() { return (String)get_Value(COLUMNNAME_ExpectedResult); } /** Set QC Pass. - @param IsQCPass QC Pass */ + @param IsQCPass QC Pass + */ public void setIsQCPass (boolean IsQCPass) { set_Value (COLUMNNAME_IsQCPass, Boolean.valueOf(IsQCPass)); @@ -114,7 +115,7 @@ public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, /** Get QC Pass. @return QC Pass */ - public boolean isQCPass () + public boolean isQCPass() { Object oo = get_Value(COLUMNNAME_IsQCPass); if (oo != null) @@ -133,21 +134,20 @@ public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -162,18 +162,19 @@ public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, } /** Set Quality Test. - @param M_QualityTest_ID Quality Test */ + @param M_QualityTest_ID Quality Test + */ public void setM_QualityTest_ID (int M_QualityTest_ID) { - if (M_QualityTest_ID < 1) + if (M_QualityTest_ID < 1) set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, Integer.valueOf(M_QualityTest_ID)); } /** Get Quality Test. @return Quality Test */ - public int getM_QualityTest_ID () + public int getM_QualityTest_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_QualityTest_ID); if (ii == null) @@ -182,18 +183,19 @@ public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, } /** Set Quality Test Result. - @param M_QualityTestResult_ID Quality Test Result */ + @param M_QualityTestResult_ID Quality Test Result + */ public void setM_QualityTestResult_ID (int M_QualityTestResult_ID) { - if (M_QualityTestResult_ID < 1) + if (M_QualityTestResult_ID < 1) set_ValueNoCheck (COLUMNNAME_M_QualityTestResult_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_QualityTestResult_ID, Integer.valueOf(M_QualityTestResult_ID)); } /** Get Quality Test Result. @return Quality Test Result */ - public int getM_QualityTestResult_ID () + public int getM_QualityTestResult_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_QualityTestResult_ID); if (ii == null) @@ -202,7 +204,8 @@ public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, } /** Set M_QualityTestResult_UU. - @param M_QualityTestResult_UU M_QualityTestResult_UU */ + @param M_QualityTestResult_UU M_QualityTestResult_UU + */ public void setM_QualityTestResult_UU (String M_QualityTestResult_UU) { set_Value (COLUMNNAME_M_QualityTestResult_UU, M_QualityTestResult_UU); @@ -210,15 +213,14 @@ public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, /** Get M_QualityTestResult_UU. @return M_QualityTestResult_UU */ - public String getM_QualityTestResult_UU () + public String getM_QualityTestResult_UU() { return (String)get_Value(COLUMNNAME_M_QualityTestResult_UU); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -227,7 +229,7 @@ public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -240,9 +242,8 @@ public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, } /** Set Result. - @param Result - Result of the action taken - */ + @param Result Result of the action taken + */ public void setResult (String Result) { set_Value (COLUMNNAME_Result, Result); @@ -251,7 +252,7 @@ public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, /** Get Result. @return Result of the action taken */ - public String getResult () + public String getResult() { return (String)get_Value(COLUMNNAME_Result); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_RMA.java b/org.adempiere.base/src/org/compiere/model/X_M_RMA.java index 66a7c118b9..5d07c6d88b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_RMA.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_RMA.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_RMA * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_RMA") public class X_M_RMA extends PO implements I_M_RMA, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_RMA (Properties ctx, int M_RMA_ID, String trxName) @@ -88,9 +88,8 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set Amount. - @param Amt - Amount - */ + @param Amt Amount + */ public void setAmt (BigDecimal Amt) { set_Value (COLUMNNAME_Amt, Amt); @@ -99,7 +98,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get Amount. @return Amount */ - public BigDecimal getAmt () + public BigDecimal getAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amt); if (bd == null) @@ -113,22 +112,21 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -143,21 +141,20 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -172,21 +169,20 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -201,21 +197,20 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -224,9 +219,8 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set Create lines from. - @param CreateFrom - Process which will generate a new document lines based on an existing document - */ + @param CreateFrom Process which will generate a new document lines based on an existing document + */ public void setCreateFrom (String CreateFrom) { set_Value (COLUMNNAME_CreateFrom, CreateFrom); @@ -235,15 +229,14 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get Create lines from. @return Process which will generate a new document lines based on an existing document */ - public String getCreateFrom () + public String getCreateFrom() { return (String)get_Value(COLUMNNAME_CreateFrom); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -252,14 +245,14 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -288,9 +281,8 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -300,7 +292,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -332,9 +324,8 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -344,15 +335,14 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -361,7 +351,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -375,9 +365,8 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set Generate To. - @param GenerateTo - Generate To - */ + @param GenerateTo Generate To + */ public void setGenerateTo (String GenerateTo) { set_Value (COLUMNNAME_GenerateTo, GenerateTo); @@ -386,15 +375,14 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get Generate To. @return Generate To */ - public String getGenerateTo () + public String getGenerateTo() { return (String)get_Value(COLUMNNAME_GenerateTo); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -403,7 +391,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -415,21 +403,20 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set Shipment/Receipt. - @param InOut_ID - MaterialShipment Document - */ + @param InOut_ID MaterialShipment Document + */ public void setInOut_ID (int InOut_ID) { - if (InOut_ID < 1) + if (InOut_ID < 1) set_ValueNoCheck (COLUMNNAME_InOut_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_InOut_ID, Integer.valueOf(InOut_ID)); } /** Get Shipment/Receipt. @return MaterialShipment Document */ - public int getInOut_ID () + public int getInOut_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_InOut_ID); if (ii == null) @@ -438,9 +425,8 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -449,7 +435,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -462,9 +448,8 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -473,7 +458,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -486,21 +471,20 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set RMA. - @param M_RMA_ID - Return Material Authorization - */ + @param M_RMA_ID Return Material Authorization + */ public void setM_RMA_ID (int M_RMA_ID) { - if (M_RMA_ID < 1) + if (M_RMA_ID < 1) set_ValueNoCheck (COLUMNNAME_M_RMA_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_RMA_ID, Integer.valueOf(M_RMA_ID)); } /** Get RMA. @return Return Material Authorization */ - public int getM_RMA_ID () + public int getM_RMA_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RMA_ID); if (ii == null) @@ -515,21 +499,20 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set RMA Type. - @param M_RMAType_ID - Return Material Authorization Type - */ + @param M_RMAType_ID Return Material Authorization Type + */ public void setM_RMAType_ID (int M_RMAType_ID) { - if (M_RMAType_ID < 1) + if (M_RMAType_ID < 1) set_Value (COLUMNNAME_M_RMAType_ID, null); - else + else set_Value (COLUMNNAME_M_RMAType_ID, Integer.valueOf(M_RMAType_ID)); } /** Get RMA Type. @return Return Material Authorization Type */ - public int getM_RMAType_ID () + public int getM_RMAType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RMAType_ID); if (ii == null) @@ -538,7 +521,8 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set M_RMA_UU. - @param M_RMA_UU M_RMA_UU */ + @param M_RMA_UU M_RMA_UU + */ public void setM_RMA_UU (String M_RMA_UU) { set_Value (COLUMNNAME_M_RMA_UU, M_RMA_UU); @@ -546,15 +530,14 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get M_RMA_UU. @return M_RMA_UU */ - public String getM_RMA_UU () + public String getM_RMA_UU() { return (String)get_Value(COLUMNNAME_M_RMA_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -563,15 +546,14 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -580,7 +562,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -593,7 +575,8 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -601,7 +584,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -620,18 +603,19 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set Referenced RMA. - @param Ref_RMA_ID Referenced RMA */ + @param Ref_RMA_ID Referenced RMA + */ public void setRef_RMA_ID (int Ref_RMA_ID) { - if (Ref_RMA_ID < 1) + if (Ref_RMA_ID < 1) set_Value (COLUMNNAME_Ref_RMA_ID, null); - else + else set_Value (COLUMNNAME_Ref_RMA_ID, Integer.valueOf(Ref_RMA_ID)); } /** Get Referenced RMA. @return Referenced RMA */ - public int getRef_RMA_ID () + public int getRef_RMA_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Ref_RMA_ID); if (ii == null) @@ -646,21 +630,20 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_RMALine.java b/org.adempiere.base/src/org/compiere/model/X_M_RMALine.java index d96d977d9d..08e2c1958c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_RMALine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_RMALine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_RMALine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_RMALine") public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_RMALine (Properties ctx, int M_RMALine_ID, String trxName) @@ -78,9 +78,8 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set Amount. - @param Amt - Amount - */ + @param Amt Amount + */ public void setAmt (BigDecimal Amt) { set_Value (COLUMNNAME_Amt, Amt); @@ -89,7 +88,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent /** Get Amount. @return Amount */ - public BigDecimal getAmt () + public BigDecimal getAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amt); if (bd == null) @@ -104,21 +103,20 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -133,21 +131,20 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_Value (COLUMNNAME_C_Tax_ID, null); - else + else set_Value (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -156,9 +153,8 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -167,15 +163,14 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -184,7 +179,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -193,9 +188,8 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set Line Amount. - @param LineNetAmt - Line Extended Amount (Quantity * Actual Price) without Freight and Charges - */ + @param LineNetAmt Line Extended Amount (Quantity * Actual Price) without Freight and Charges + */ public void setLineNetAmt (BigDecimal LineNetAmt) { set_Value (COLUMNNAME_LineNetAmt, LineNetAmt); @@ -204,7 +198,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent /** Get Line Amount. @return Line Extended Amount (Quantity * Actual Price) without Freight and Charges */ - public BigDecimal getLineNetAmt () + public BigDecimal getLineNetAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineNetAmt); if (bd == null) @@ -219,21 +213,20 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_Value (COLUMNNAME_M_InOutLine_ID, null); - else + else set_Value (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -248,21 +241,20 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -277,21 +269,20 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set RMA. - @param M_RMA_ID - Return Material Authorization - */ + @param M_RMA_ID Return Material Authorization + */ public void setM_RMA_ID (int M_RMA_ID) { - if (M_RMA_ID < 1) + if (M_RMA_ID < 1) set_ValueNoCheck (COLUMNNAME_M_RMA_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_RMA_ID, Integer.valueOf(M_RMA_ID)); } /** Get RMA. @return Return Material Authorization */ - public int getM_RMA_ID () + public int getM_RMA_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RMA_ID); if (ii == null) @@ -308,21 +299,20 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set RMA Line. - @param M_RMALine_ID - Return Material Authorization Line - */ + @param M_RMALine_ID Return Material Authorization Line + */ public void setM_RMALine_ID (int M_RMALine_ID) { - if (M_RMALine_ID < 1) + if (M_RMALine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_RMALine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_RMALine_ID, Integer.valueOf(M_RMALine_ID)); } /** Get RMA Line. @return Return Material Authorization Line */ - public int getM_RMALine_ID () + public int getM_RMALine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RMALine_ID); if (ii == null) @@ -331,7 +321,8 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set M_RMALine_UU. - @param M_RMALine_UU M_RMALine_UU */ + @param M_RMALine_UU M_RMALine_UU + */ public void setM_RMALine_UU (String M_RMALine_UU) { set_Value (COLUMNNAME_M_RMALine_UU, M_RMALine_UU); @@ -339,15 +330,14 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent /** Get M_RMALine_UU. @return M_RMALine_UU */ - public String getM_RMALine_UU () + public String getM_RMALine_UU() { return (String)get_Value(COLUMNNAME_M_RMALine_UU); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -356,7 +346,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -369,9 +359,8 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -380,7 +369,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -389,9 +378,8 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set Delivered Quantity. - @param QtyDelivered - Delivered Quantity - */ + @param QtyDelivered Delivered Quantity + */ public void setQtyDelivered (BigDecimal QtyDelivered) { set_Value (COLUMNNAME_QtyDelivered, QtyDelivered); @@ -400,7 +388,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent /** Get Delivered Quantity. @return Delivered Quantity */ - public BigDecimal getQtyDelivered () + public BigDecimal getQtyDelivered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyDelivered); if (bd == null) @@ -409,9 +397,8 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set Quantity Invoiced. - @param QtyInvoiced - Invoiced Quantity - */ + @param QtyInvoiced Invoiced Quantity + */ public void setQtyInvoiced (BigDecimal QtyInvoiced) { set_Value (COLUMNNAME_QtyInvoiced, QtyInvoiced); @@ -420,7 +407,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent /** Get Quantity Invoiced. @return Invoiced Quantity */ - public BigDecimal getQtyInvoiced () + public BigDecimal getQtyInvoiced() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyInvoiced); if (bd == null) @@ -435,18 +422,19 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent } /** Set Referenced RMA Line. - @param Ref_RMALine_ID Referenced RMA Line */ + @param Ref_RMALine_ID Referenced RMA Line + */ public void setRef_RMALine_ID (int Ref_RMALine_ID) { - if (Ref_RMALine_ID < 1) + if (Ref_RMALine_ID < 1) set_Value (COLUMNNAME_Ref_RMALine_ID, null); - else + else set_Value (COLUMNNAME_Ref_RMALine_ID, Integer.valueOf(Ref_RMALine_ID)); } /** Get Referenced RMA Line. @return Referenced RMA Line */ - public int getRef_RMALine_ID () + public int getRef_RMALine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Ref_RMALine_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_RMATax.java b/org.adempiere.base/src/org/compiere/model/X_M_RMATax.java index c2c468a1fc..79be4f7303 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_RMATax.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_RMATax.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_RMATax * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_RMATax") public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_RMATax (Properties ctx, int M_RMATax_ID, String trxName) @@ -84,21 +84,20 @@ public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Tax_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -113,18 +112,19 @@ public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent } /** Set Tax Provider. - @param C_TaxProvider_ID Tax Provider */ + @param C_TaxProvider_ID Tax Provider + */ public void setC_TaxProvider_ID (int C_TaxProvider_ID) { - if (C_TaxProvider_ID < 1) + if (C_TaxProvider_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxProvider_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxProvider_ID, Integer.valueOf(C_TaxProvider_ID)); } /** Get Tax Provider. @return Tax Provider */ - public int getC_TaxProvider_ID () + public int getC_TaxProvider_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxProvider_ID); if (ii == null) @@ -133,9 +133,8 @@ public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent } /** Set Price includes Tax. - @param IsTaxIncluded - Tax is included in the price - */ + @param IsTaxIncluded Tax is included in the price + */ public void setIsTaxIncluded (boolean IsTaxIncluded) { set_Value (COLUMNNAME_IsTaxIncluded, Boolean.valueOf(IsTaxIncluded)); @@ -144,7 +143,7 @@ public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent /** Get Price includes Tax. @return Tax is included in the price */ - public boolean isTaxIncluded () + public boolean isTaxIncluded() { Object oo = get_Value(COLUMNNAME_IsTaxIncluded); if (oo != null) @@ -163,21 +162,20 @@ public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent } /** Set RMA. - @param M_RMA_ID - Return Material Authorization - */ + @param M_RMA_ID Return Material Authorization + */ public void setM_RMA_ID (int M_RMA_ID) { - if (M_RMA_ID < 1) + if (M_RMA_ID < 1) set_ValueNoCheck (COLUMNNAME_M_RMA_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_RMA_ID, Integer.valueOf(M_RMA_ID)); } /** Get RMA. @return Return Material Authorization */ - public int getM_RMA_ID () + public int getM_RMA_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RMA_ID); if (ii == null) @@ -186,7 +184,8 @@ public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent } /** Set M_RMATax_UU. - @param M_RMATax_UU M_RMATax_UU */ + @param M_RMATax_UU M_RMATax_UU + */ public void setM_RMATax_UU (String M_RMATax_UU) { set_Value (COLUMNNAME_M_RMATax_UU, M_RMATax_UU); @@ -194,15 +193,14 @@ public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent /** Get M_RMATax_UU. @return M_RMATax_UU */ - public String getM_RMATax_UU () + public String getM_RMATax_UU() { return (String)get_Value(COLUMNNAME_M_RMATax_UU); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -211,7 +209,7 @@ public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -224,9 +222,8 @@ public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent } /** Set Tax Amount. - @param TaxAmt - Tax Amount for a document - */ + @param TaxAmt Tax Amount for a document + */ public void setTaxAmt (BigDecimal TaxAmt) { set_ValueNoCheck (COLUMNNAME_TaxAmt, TaxAmt); @@ -235,7 +232,7 @@ public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent /** Get Tax Amount. @return Tax Amount for a document */ - public BigDecimal getTaxAmt () + public BigDecimal getTaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxAmt); if (bd == null) @@ -244,9 +241,8 @@ public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent } /** Set Tax base Amount. - @param TaxBaseAmt - Base for calculating the tax amount - */ + @param TaxBaseAmt Base for calculating the tax amount + */ public void setTaxBaseAmt (BigDecimal TaxBaseAmt) { set_ValueNoCheck (COLUMNNAME_TaxBaseAmt, TaxBaseAmt); @@ -255,7 +251,7 @@ public class X_M_RMATax extends PO implements I_M_RMATax, I_Persistent /** Get Tax base Amount. @return Base for calculating the tax amount */ - public BigDecimal getTaxBaseAmt () + public BigDecimal getTaxBaseAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxBaseAmt); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_RMAType.java b/org.adempiere.base/src/org/compiere/model/X_M_RMAType.java index 01a3dbbb2f..0c1e6f139b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_RMAType.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_RMAType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_RMAType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_RMAType") public class X_M_RMAType extends PO implements I_M_RMAType, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_RMAType extends PO implements I_M_RMAType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_RMAType (Properties ctx, int M_RMAType_ID, String trxName) @@ -73,9 +73,8 @@ public class X_M_RMAType extends PO implements I_M_RMAType, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -84,15 +83,14 @@ public class X_M_RMAType extends PO implements I_M_RMAType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -101,27 +99,26 @@ public class X_M_RMAType extends PO implements I_M_RMAType, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set RMA Type. - @param M_RMAType_ID - Return Material Authorization Type - */ + @param M_RMAType_ID Return Material Authorization Type + */ public void setM_RMAType_ID (int M_RMAType_ID) { - if (M_RMAType_ID < 1) + if (M_RMAType_ID < 1) set_ValueNoCheck (COLUMNNAME_M_RMAType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_RMAType_ID, Integer.valueOf(M_RMAType_ID)); } /** Get RMA Type. @return Return Material Authorization Type */ - public int getM_RMAType_ID () + public int getM_RMAType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RMAType_ID); if (ii == null) @@ -130,7 +127,8 @@ public class X_M_RMAType extends PO implements I_M_RMAType, I_Persistent } /** Set M_RMAType_UU. - @param M_RMAType_UU M_RMAType_UU */ + @param M_RMAType_UU M_RMAType_UU + */ public void setM_RMAType_UU (String M_RMAType_UU) { set_Value (COLUMNNAME_M_RMAType_UU, M_RMAType_UU); @@ -138,15 +136,14 @@ public class X_M_RMAType extends PO implements I_M_RMAType, I_Persistent /** Get M_RMAType_UU. @return M_RMAType_UU */ - public String getM_RMAType_UU () + public String getM_RMAType_UU() { return (String)get_Value(COLUMNNAME_M_RMAType_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -155,7 +152,7 @@ public class X_M_RMAType extends PO implements I_M_RMAType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_RelatedProduct.java b/org.adempiere.base/src/org/compiere/model/X_M_RelatedProduct.java index f8343b75c6..e454364b49 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_RelatedProduct.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_RelatedProduct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_RelatedProduct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_RelatedProduct") public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_RelatedProduct (Properties ctx, int M_RelatedProduct_ID, String trxName) @@ -74,9 +74,8 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,7 +84,7 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -97,21 +96,20 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -120,7 +118,8 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers } /** Set M_RelatedProduct_UU. - @param M_RelatedProduct_UU M_RelatedProduct_UU */ + @param M_RelatedProduct_UU M_RelatedProduct_UU + */ public void setM_RelatedProduct_UU (String M_RelatedProduct_UU) { set_Value (COLUMNNAME_M_RelatedProduct_UU, M_RelatedProduct_UU); @@ -128,15 +127,14 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers /** Get M_RelatedProduct_UU. @return M_RelatedProduct_UU */ - public String getM_RelatedProduct_UU () + public String getM_RelatedProduct_UU() { return (String)get_Value(COLUMNNAME_M_RelatedProduct_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -145,7 +143,7 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -157,21 +155,20 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers } /** Set Related Product. - @param RelatedProduct_ID - Related Product - */ + @param RelatedProduct_ID Related Product + */ public void setRelatedProduct_ID (int RelatedProduct_ID) { - if (RelatedProduct_ID < 1) + if (RelatedProduct_ID < 1) set_ValueNoCheck (COLUMNNAME_RelatedProduct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_RelatedProduct_ID, Integer.valueOf(RelatedProduct_ID)); } /** Get Related Product. @return Related Product */ - public int getRelatedProduct_ID () + public int getRelatedProduct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_RelatedProduct_ID); if (ii == null) @@ -188,7 +185,8 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers /** Supplemental = S */ public static final String RELATEDPRODUCTTYPE_Supplemental = "S"; /** Set Related Product Type. - @param RelatedProductType Related Product Type */ + @param RelatedProductType Related Product Type + */ public void setRelatedProductType (String RelatedProductType) { @@ -197,7 +195,7 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers /** Get Related Product Type. @return Related Product Type */ - public String getRelatedProductType () + public String getRelatedProductType() { return (String)get_Value(COLUMNNAME_RelatedProductType); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Replenish.java b/org.adempiere.base/src/org/compiere/model/X_M_Replenish.java index efa8472354..1041a155da 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Replenish.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Replenish.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_Replenish * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Replenish") public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Replenish (Properties ctx, int M_Replenish_ID, String trxName) @@ -77,9 +77,8 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent } /** Set Maximum Level. - @param Level_Max - Maximum Inventory level for this product - */ + @param Level_Max Maximum Inventory level for this product + */ public void setLevel_Max (BigDecimal Level_Max) { set_Value (COLUMNNAME_Level_Max, Level_Max); @@ -88,7 +87,7 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent /** Get Maximum Level. @return Maximum Inventory level for this product */ - public BigDecimal getLevel_Max () + public BigDecimal getLevel_Max() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Level_Max); if (bd == null) @@ -97,9 +96,8 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent } /** Set Minimum Level. - @param Level_Min - Minimum Inventory level for this product - */ + @param Level_Min Minimum Inventory level for this product + */ public void setLevel_Min (BigDecimal Level_Min) { set_Value (COLUMNNAME_Level_Min, Level_Min); @@ -108,7 +106,7 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent /** Get Minimum Level. @return Minimum Inventory level for this product */ - public BigDecimal getLevel_Min () + public BigDecimal getLevel_Min() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Level_Min); if (bd == null) @@ -123,21 +121,20 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -152,21 +149,20 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -175,7 +171,8 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent } /** Set M_Replenish_UU. - @param M_Replenish_UU M_Replenish_UU */ + @param M_Replenish_UU M_Replenish_UU + */ public void setM_Replenish_UU (String M_Replenish_UU) { set_Value (COLUMNNAME_M_Replenish_UU, M_Replenish_UU); @@ -183,7 +180,7 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent /** Get M_Replenish_UU. @return M_Replenish_UU */ - public String getM_Replenish_UU () + public String getM_Replenish_UU() { return (String)get_Value(COLUMNNAME_M_Replenish_UU); } @@ -195,21 +192,20 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -224,21 +220,20 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent } /** Set Source Warehouse. - @param M_WarehouseSource_ID - Optional Warehouse to replenish from - */ + @param M_WarehouseSource_ID Optional Warehouse to replenish from + */ public void setM_WarehouseSource_ID (int M_WarehouseSource_ID) { - if (M_WarehouseSource_ID < 1) + if (M_WarehouseSource_ID < 1) set_Value (COLUMNNAME_M_WarehouseSource_ID, null); - else + else set_Value (COLUMNNAME_M_WarehouseSource_ID, Integer.valueOf(M_WarehouseSource_ID)); } /** Get Source Warehouse. @return Optional Warehouse to replenish from */ - public int getM_WarehouseSource_ID () + public int getM_WarehouseSource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_WarehouseSource_ID); if (ii == null) @@ -247,7 +242,8 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent } /** Set Qty Batch Size. - @param QtyBatchSize Qty Batch Size */ + @param QtyBatchSize Qty Batch Size + */ public void setQtyBatchSize (BigDecimal QtyBatchSize) { set_Value (COLUMNNAME_QtyBatchSize, QtyBatchSize); @@ -255,7 +251,7 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent /** Get Qty Batch Size. @return Qty Batch Size */ - public BigDecimal getQtyBatchSize () + public BigDecimal getQtyBatchSize() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatchSize); if (bd == null) @@ -274,9 +270,8 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent /** Custom = 9 */ public static final String REPLENISHTYPE_Custom = "9"; /** Set Replenish Type. - @param ReplenishType - Method for re-ordering a product - */ + @param ReplenishType Method for re-ordering a product + */ public void setReplenishType (String ReplenishType) { @@ -286,7 +281,7 @@ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent /** Get Replenish Type. @return Method for re-ordering a product */ - public String getReplenishType () + public String getReplenishType() { return (String)get_Value(COLUMNNAME_ReplenishType); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Requisition.java b/org.adempiere.base/src/org/compiere/model/X_M_Requisition.java index 06032f29ad..83a96b1a73 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Requisition.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Requisition.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Requisition * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Requisition") public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Requisition (Properties ctx, int M_Requisition_ID, String trxName) @@ -99,21 +99,20 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -128,21 +127,20 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -151,9 +149,8 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -162,15 +159,14 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** Set Date Required. - @param DateRequired - Date when required - */ + @param DateRequired Date when required + */ public void setDateRequired (Timestamp DateRequired) { set_Value (COLUMNNAME_DateRequired, DateRequired); @@ -179,15 +175,14 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Date Required. @return Date when required */ - public Timestamp getDateRequired () + public Timestamp getDateRequired() { return (Timestamp)get_Value(COLUMNNAME_DateRequired); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -196,14 +191,14 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -232,9 +227,8 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -244,7 +238,7 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -276,9 +270,8 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -288,15 +281,14 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_ValueNoCheck (COLUMNNAME_DocumentNo, DocumentNo); @@ -305,7 +297,7 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -319,9 +311,8 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -330,15 +321,14 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -347,7 +337,7 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -366,21 +356,20 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_Value (COLUMNNAME_M_PriceList_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -389,21 +378,20 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent } /** Set Requisition. - @param M_Requisition_ID - Material Requisition - */ + @param M_Requisition_ID Material Requisition + */ public void setM_Requisition_ID (int M_Requisition_ID) { - if (M_Requisition_ID < 1) + if (M_Requisition_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Requisition_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Requisition_ID, Integer.valueOf(M_Requisition_ID)); } /** Get Requisition. @return Material Requisition */ - public int getM_Requisition_ID () + public int getM_Requisition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Requisition_ID); if (ii == null) @@ -412,7 +400,8 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent } /** Set M_Requisition_UU. - @param M_Requisition_UU M_Requisition_UU */ + @param M_Requisition_UU M_Requisition_UU + */ public void setM_Requisition_UU (String M_Requisition_UU) { set_Value (COLUMNNAME_M_Requisition_UU, M_Requisition_UU); @@ -420,7 +409,7 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get M_Requisition_UU. @return M_Requisition_UU */ - public String getM_Requisition_UU () + public String getM_Requisition_UU() { return (String)get_Value(COLUMNNAME_M_Requisition_UU); } @@ -432,21 +421,20 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -455,9 +443,8 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -466,7 +453,7 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -491,9 +478,8 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Minor = 9 */ public static final String PRIORITYRULE_Minor = "9"; /** Set Priority. - @param PriorityRule - Priority of a document - */ + @param PriorityRule Priority of a document + */ public void setPriorityRule (String PriorityRule) { @@ -503,15 +489,14 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Priority. @return Priority of a document */ - public String getPriorityRule () + public String getPriorityRule() { return (String)get_Value(COLUMNNAME_PriorityRule); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -520,7 +505,7 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -533,9 +518,8 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -544,7 +528,7 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -553,7 +537,8 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -561,7 +546,7 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -574,9 +559,8 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent } /** Set Total Lines. - @param TotalLines - Total of all document lines - */ + @param TotalLines Total of all document lines + */ public void setTotalLines (BigDecimal TotalLines) { set_Value (COLUMNNAME_TotalLines, TotalLines); @@ -585,7 +569,7 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent /** Get Total Lines. @return Total of all document lines */ - public BigDecimal getTotalLines () + public BigDecimal getTotalLines() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalLines); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_RequisitionLine.java b/org.adempiere.base/src/org/compiere/model/X_M_RequisitionLine.java index 2960fe2848..bfd92a3458 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_RequisitionLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_RequisitionLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_RequisitionLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_RequisitionLine") public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_RequisitionLine (Properties ctx, int M_RequisitionLine_ID, String trxName) @@ -86,22 +86,21 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -116,21 +115,20 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -145,21 +143,20 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_Value (COLUMNNAME_C_OrderLine_ID, null); - else + else set_Value (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -174,21 +171,20 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_ValueNoCheck (COLUMNNAME_C_UOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -197,9 +193,8 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -208,15 +203,14 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -225,7 +219,7 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -242,9 +236,8 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe } /** Set Line Amount. - @param LineNetAmt - Line Extended Amount (Quantity * Actual Price) without Freight and Charges - */ + @param LineNetAmt Line Extended Amount (Quantity * Actual Price) without Freight and Charges + */ public void setLineNetAmt (BigDecimal LineNetAmt) { set_Value (COLUMNNAME_LineNetAmt, LineNetAmt); @@ -253,7 +246,7 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe /** Get Line Amount. @return Line Extended Amount (Quantity * Actual Price) without Freight and Charges */ - public BigDecimal getLineNetAmt () + public BigDecimal getLineNetAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineNetAmt); if (bd == null) @@ -268,21 +261,20 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -297,21 +289,20 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -326,21 +317,20 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe } /** Set Requisition. - @param M_Requisition_ID - Material Requisition - */ + @param M_Requisition_ID Material Requisition + */ public void setM_Requisition_ID (int M_Requisition_ID) { - if (M_Requisition_ID < 1) + if (M_Requisition_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Requisition_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Requisition_ID, Integer.valueOf(M_Requisition_ID)); } /** Get Requisition. @return Material Requisition */ - public int getM_Requisition_ID () + public int getM_Requisition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Requisition_ID); if (ii == null) @@ -349,21 +339,20 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe } /** Set Requisition Line. - @param M_RequisitionLine_ID - Material Requisition Line - */ + @param M_RequisitionLine_ID Material Requisition Line + */ public void setM_RequisitionLine_ID (int M_RequisitionLine_ID) { - if (M_RequisitionLine_ID < 1) + if (M_RequisitionLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_RequisitionLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_RequisitionLine_ID, Integer.valueOf(M_RequisitionLine_ID)); } /** Get Requisition Line. @return Material Requisition Line */ - public int getM_RequisitionLine_ID () + public int getM_RequisitionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RequisitionLine_ID); if (ii == null) @@ -372,7 +361,8 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe } /** Set M_RequisitionLine_UU. - @param M_RequisitionLine_UU M_RequisitionLine_UU */ + @param M_RequisitionLine_UU M_RequisitionLine_UU + */ public void setM_RequisitionLine_UU (String M_RequisitionLine_UU) { set_Value (COLUMNNAME_M_RequisitionLine_UU, M_RequisitionLine_UU); @@ -380,15 +370,14 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe /** Get M_RequisitionLine_UU. @return M_RequisitionLine_UU */ - public String getM_RequisitionLine_UU () + public String getM_RequisitionLine_UU() { return (String)get_Value(COLUMNNAME_M_RequisitionLine_UU); } /** Set Unit Price. - @param PriceActual - Actual Price - */ + @param PriceActual Actual Price + */ public void setPriceActual (BigDecimal PriceActual) { set_Value (COLUMNNAME_PriceActual, PriceActual); @@ -397,7 +386,7 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe /** Get Unit Price. @return Actual Price */ - public BigDecimal getPriceActual () + public BigDecimal getPriceActual() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceActual); if (bd == null) @@ -406,9 +395,8 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -417,7 +405,7 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtl.java b/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtl.java index cfe177845a..c8aad04760 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtl.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtl.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_SerNoCtl * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_SerNoCtl") public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_SerNoCtl (Properties ctx, int M_SerNoCtl_ID, String trxName) @@ -79,9 +79,8 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent } /** Set Current Next. - @param CurrentNext - The next number to be used - */ + @param CurrentNext The next number to be used + */ public void setCurrentNext (int CurrentNext) { set_Value (COLUMNNAME_CurrentNext, Integer.valueOf(CurrentNext)); @@ -90,7 +89,7 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent /** Get Current Next. @return The next number to be used */ - public int getCurrentNext () + public int getCurrentNext() { Integer ii = (Integer)get_Value(COLUMNNAME_CurrentNext); if (ii == null) @@ -99,9 +98,8 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -110,15 +108,14 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Increment. - @param IncrementNo - The number to increment the last document number by - */ + @param IncrementNo The number to increment the last document number by + */ public void setIncrementNo (int IncrementNo) { set_Value (COLUMNNAME_IncrementNo, Integer.valueOf(IncrementNo)); @@ -127,7 +124,7 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent /** Get Increment. @return The number to increment the last document number by */ - public int getIncrementNo () + public int getIncrementNo() { Integer ii = (Integer)get_Value(COLUMNNAME_IncrementNo); if (ii == null) @@ -136,21 +133,20 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent } /** Set Serial No Control. - @param M_SerNoCtl_ID - Product Serial Number Control - */ + @param M_SerNoCtl_ID Product Serial Number Control + */ public void setM_SerNoCtl_ID (int M_SerNoCtl_ID) { - if (M_SerNoCtl_ID < 1) + if (M_SerNoCtl_ID < 1) set_ValueNoCheck (COLUMNNAME_M_SerNoCtl_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_SerNoCtl_ID, Integer.valueOf(M_SerNoCtl_ID)); } /** Get Serial No Control. @return Product Serial Number Control */ - public int getM_SerNoCtl_ID () + public int getM_SerNoCtl_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_SerNoCtl_ID); if (ii == null) @@ -159,7 +155,8 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent } /** Set M_SerNoCtl_UU. - @param M_SerNoCtl_UU M_SerNoCtl_UU */ + @param M_SerNoCtl_UU M_SerNoCtl_UU + */ public void setM_SerNoCtl_UU (String M_SerNoCtl_UU) { set_Value (COLUMNNAME_M_SerNoCtl_UU, M_SerNoCtl_UU); @@ -167,15 +164,14 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent /** Get M_SerNoCtl_UU. @return M_SerNoCtl_UU */ - public String getM_SerNoCtl_UU () + public String getM_SerNoCtl_UU() { return (String)get_Value(COLUMNNAME_M_SerNoCtl_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -184,7 +180,7 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -198,9 +194,8 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent } /** Set Prefix. - @param Prefix - Prefix before the sequence number - */ + @param Prefix Prefix before the sequence number + */ public void setPrefix (String Prefix) { set_Value (COLUMNNAME_Prefix, Prefix); @@ -209,15 +204,14 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent /** Get Prefix. @return Prefix before the sequence number */ - public String getPrefix () + public String getPrefix() { return (String)get_Value(COLUMNNAME_Prefix); } /** Set Start No. - @param StartNo - Starting number/position - */ + @param StartNo Starting number/position + */ public void setStartNo (int StartNo) { set_Value (COLUMNNAME_StartNo, Integer.valueOf(StartNo)); @@ -226,7 +220,7 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent /** Get Start No. @return Starting number/position */ - public int getStartNo () + public int getStartNo() { Integer ii = (Integer)get_Value(COLUMNNAME_StartNo); if (ii == null) @@ -235,9 +229,8 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent } /** Set Suffix. - @param Suffix - Suffix after the number - */ + @param Suffix Suffix after the number + */ public void setSuffix (String Suffix) { set_Value (COLUMNNAME_Suffix, Suffix); @@ -246,7 +239,7 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent /** Get Suffix. @return Suffix after the number */ - public String getSuffix () + public String getSuffix() { return (String)get_Value(COLUMNNAME_Suffix); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtlExclude.java b/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtlExclude.java index 821db4d72b..0c51382319 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtlExclude.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtlExclude.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_SerNoCtlExclude * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_SerNoCtlExclude") public class X_M_SerNoCtlExclude extends PO implements I_M_SerNoCtlExclude, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_SerNoCtlExclude extends PO implements I_M_SerNoCtlExclude, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_SerNoCtlExclude (Properties ctx, int M_SerNoCtlExclude_ID, String trxName) @@ -80,21 +80,20 @@ public class X_M_SerNoCtlExclude extends PO implements I_M_SerNoCtlExclude, I_Pe } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -103,9 +102,8 @@ public class X_M_SerNoCtlExclude extends PO implements I_M_SerNoCtlExclude, I_Pe } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -114,7 +112,7 @@ public class X_M_SerNoCtlExclude extends PO implements I_M_SerNoCtlExclude, I_Pe /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -127,21 +125,20 @@ public class X_M_SerNoCtlExclude extends PO implements I_M_SerNoCtlExclude, I_Pe } /** Set Exclude SerNo. - @param M_SerNoCtlExclude_ID - Exclude the ability to create Serial Numbers in Attribute Sets - */ + @param M_SerNoCtlExclude_ID Exclude the ability to create Serial Numbers in Attribute Sets + */ public void setM_SerNoCtlExclude_ID (int M_SerNoCtlExclude_ID) { - if (M_SerNoCtlExclude_ID < 1) + if (M_SerNoCtlExclude_ID < 1) set_ValueNoCheck (COLUMNNAME_M_SerNoCtlExclude_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_SerNoCtlExclude_ID, Integer.valueOf(M_SerNoCtlExclude_ID)); } /** Get Exclude SerNo. @return Exclude the ability to create Serial Numbers in Attribute Sets */ - public int getM_SerNoCtlExclude_ID () + public int getM_SerNoCtlExclude_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_SerNoCtlExclude_ID); if (ii == null) @@ -150,7 +147,8 @@ public class X_M_SerNoCtlExclude extends PO implements I_M_SerNoCtlExclude, I_Pe } /** Set M_SerNoCtlExclude_UU. - @param M_SerNoCtlExclude_UU M_SerNoCtlExclude_UU */ + @param M_SerNoCtlExclude_UU M_SerNoCtlExclude_UU + */ public void setM_SerNoCtlExclude_UU (String M_SerNoCtlExclude_UU) { set_Value (COLUMNNAME_M_SerNoCtlExclude_UU, M_SerNoCtlExclude_UU); @@ -158,7 +156,7 @@ public class X_M_SerNoCtlExclude extends PO implements I_M_SerNoCtlExclude, I_Pe /** Get M_SerNoCtlExclude_UU. @return M_SerNoCtlExclude_UU */ - public String getM_SerNoCtlExclude_UU () + public String getM_SerNoCtlExclude_UU() { return (String)get_Value(COLUMNNAME_M_SerNoCtlExclude_UU); } @@ -170,21 +168,20 @@ public class X_M_SerNoCtlExclude extends PO implements I_M_SerNoCtlExclude, I_Pe } /** Set Serial No Control. - @param M_SerNoCtl_ID - Product Serial Number Control - */ + @param M_SerNoCtl_ID Product Serial Number Control + */ public void setM_SerNoCtl_ID (int M_SerNoCtl_ID) { - if (M_SerNoCtl_ID < 1) + if (M_SerNoCtl_ID < 1) set_ValueNoCheck (COLUMNNAME_M_SerNoCtl_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_SerNoCtl_ID, Integer.valueOf(M_SerNoCtl_ID)); } /** Get Serial No Control. @return Product Serial Number Control */ - public int getM_SerNoCtl_ID () + public int getM_SerNoCtl_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_SerNoCtl_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Shipper.java b/org.adempiere.base/src/org/compiere/model/X_M_Shipper.java index 4308c343e4..c40ee1762b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Shipper.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Shipper.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_Shipper * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Shipper") public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Shipper (Properties ctx, int M_Shipper_ID, String trxName) @@ -77,22 +77,21 @@ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -101,9 +100,8 @@ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent } /** Set Create lines from. - @param CreateFrom - Process which will generate a new document lines based on an existing document - */ + @param CreateFrom Process which will generate a new document lines based on an existing document + */ public void setCreateFrom (String CreateFrom) { set_Value (COLUMNNAME_CreateFrom, CreateFrom); @@ -112,7 +110,7 @@ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent /** Get Create lines from. @return Process which will generate a new document lines based on an existing document */ - public String getCreateFrom () + public String getCreateFrom() { return (String)get_Value(COLUMNNAME_CreateFrom); } @@ -124,18 +122,19 @@ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent } /** Set Shipper Configuration. - @param M_ShipperCfg_ID Shipper Configuration */ + @param M_ShipperCfg_ID Shipper Configuration + */ public void setM_ShipperCfg_ID (int M_ShipperCfg_ID) { - if (M_ShipperCfg_ID < 1) + if (M_ShipperCfg_ID < 1) set_Value (COLUMNNAME_M_ShipperCfg_ID, null); - else + else set_Value (COLUMNNAME_M_ShipperCfg_ID, Integer.valueOf(M_ShipperCfg_ID)); } /** Get Shipper Configuration. @return Shipper Configuration */ - public int getM_ShipperCfg_ID () + public int getM_ShipperCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperCfg_ID); if (ii == null) @@ -144,21 +143,20 @@ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Shipper_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -167,7 +165,8 @@ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent } /** Set M_Shipper_UU. - @param M_Shipper_UU M_Shipper_UU */ + @param M_Shipper_UU M_Shipper_UU + */ public void setM_Shipper_UU (String M_Shipper_UU) { set_Value (COLUMNNAME_M_Shipper_UU, M_Shipper_UU); @@ -175,7 +174,7 @@ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent /** Get M_Shipper_UU. @return M_Shipper_UU */ - public String getM_Shipper_UU () + public String getM_Shipper_UU() { return (String)get_Value(COLUMNNAME_M_Shipper_UU); } @@ -187,18 +186,19 @@ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent } /** Set Shipping Processor. - @param M_ShippingProcessor_ID Shipping Processor */ + @param M_ShippingProcessor_ID Shipping Processor + */ public void setM_ShippingProcessor_ID (int M_ShippingProcessor_ID) { - if (M_ShippingProcessor_ID < 1) + if (M_ShippingProcessor_ID < 1) set_Value (COLUMNNAME_M_ShippingProcessor_ID, null); - else + else set_Value (COLUMNNAME_M_ShippingProcessor_ID, Integer.valueOf(M_ShippingProcessor_ID)); } /** Get Shipping Processor. @return Shipping Processor */ - public int getM_ShippingProcessor_ID () + public int getM_ShippingProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShippingProcessor_ID); if (ii == null) @@ -207,9 +207,8 @@ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -218,7 +217,7 @@ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ShipperCfg.java b/org.adempiere.base/src/org/compiere/model/X_M_ShipperCfg.java index b851ee74b9..a41b89a232 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ShipperCfg.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ShipperCfg.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ShipperCfg * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ShipperCfg") public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ShipperCfg (Properties ctx, int M_ShipperCfg_ID, String trxName) @@ -81,9 +81,8 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent } /** Set Copy From. - @param CopyFrom - Copy From Record - */ + @param CopyFrom Copy From Record + */ public void setCopyFrom (String CopyFrom) { set_Value (COLUMNNAME_CopyFrom, CopyFrom); @@ -92,15 +91,14 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent /** Get Copy From. @return Copy From Record */ - public String getCopyFrom () + public String getCopyFrom() { return (String)get_Value(COLUMNNAME_CopyFrom); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -109,13 +107,14 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set International. - @param IsInternational International */ + @param IsInternational International + */ public void setIsInternational (boolean IsInternational) { set_Value (COLUMNNAME_IsInternational, Boolean.valueOf(IsInternational)); @@ -123,7 +122,7 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent /** Get International. @return International */ - public boolean isInternational () + public boolean isInternational() { Object oo = get_Value(COLUMNNAME_IsInternational); if (oo != null) @@ -136,9 +135,8 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent } /** Set Online Access. - @param IsOnline - Can be accessed online - */ + @param IsOnline Can be accessed online + */ public void setIsOnline (boolean IsOnline) { set_Value (COLUMNNAME_IsOnline, Boolean.valueOf(IsOnline)); @@ -147,7 +145,7 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent /** Get Online Access. @return Can be accessed online */ - public boolean isOnline () + public boolean isOnline() { Object oo = get_Value(COLUMNNAME_IsOnline); if (oo != null) @@ -160,7 +158,8 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent } /** Set Residential. - @param IsResidential Residential */ + @param IsResidential Residential + */ public void setIsResidential (boolean IsResidential) { set_Value (COLUMNNAME_IsResidential, Boolean.valueOf(IsResidential)); @@ -168,7 +167,7 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent /** Get Residential. @return Residential */ - public boolean isResidential () + public boolean isResidential() { Object oo = get_Value(COLUMNNAME_IsResidential); if (oo != null) @@ -181,7 +180,8 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent } /** Set Saturday Delivery. - @param IsSaturdayDelivery Saturday Delivery */ + @param IsSaturdayDelivery Saturday Delivery + */ public void setIsSaturdayDelivery (boolean IsSaturdayDelivery) { set_Value (COLUMNNAME_IsSaturdayDelivery, Boolean.valueOf(IsSaturdayDelivery)); @@ -189,7 +189,7 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent /** Get Saturday Delivery. @return Saturday Delivery */ - public boolean isSaturdayDelivery () + public boolean isSaturdayDelivery() { Object oo = get_Value(COLUMNNAME_IsSaturdayDelivery); if (oo != null) @@ -202,18 +202,19 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent } /** Set Shipper Configuration. - @param M_ShipperCfg_ID Shipper Configuration */ + @param M_ShipperCfg_ID Shipper Configuration + */ public void setM_ShipperCfg_ID (int M_ShipperCfg_ID) { - if (M_ShipperCfg_ID < 1) + if (M_ShipperCfg_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShipperCfg_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShipperCfg_ID, Integer.valueOf(M_ShipperCfg_ID)); } /** Get Shipper Configuration. @return Shipper Configuration */ - public int getM_ShipperCfg_ID () + public int getM_ShipperCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperCfg_ID); if (ii == null) @@ -222,7 +223,8 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent } /** Set M_ShipperCfg_UU. - @param M_ShipperCfg_UU M_ShipperCfg_UU */ + @param M_ShipperCfg_UU M_ShipperCfg_UU + */ public void setM_ShipperCfg_UU (String M_ShipperCfg_UU) { set_Value (COLUMNNAME_M_ShipperCfg_UU, M_ShipperCfg_UU); @@ -230,7 +232,7 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent /** Get M_ShipperCfg_UU. @return M_ShipperCfg_UU */ - public String getM_ShipperCfg_UU () + public String getM_ShipperCfg_UU() { return (String)get_Value(COLUMNNAME_M_ShipperCfg_UU); } @@ -242,18 +244,19 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent } /** Set Shipping Processor Configuration. - @param M_ShippingProcessorCfg_ID Shipping Processor Configuration */ + @param M_ShippingProcessorCfg_ID Shipping Processor Configuration + */ public void setM_ShippingProcessorCfg_ID (int M_ShippingProcessorCfg_ID) { - if (M_ShippingProcessorCfg_ID < 1) + if (M_ShippingProcessorCfg_ID < 1) set_Value (COLUMNNAME_M_ShippingProcessorCfg_ID, null); - else + else set_Value (COLUMNNAME_M_ShippingProcessorCfg_ID, Integer.valueOf(M_ShippingProcessorCfg_ID)); } /** Get Shipping Processor Configuration. @return Shipping Processor Configuration */ - public int getM_ShippingProcessorCfg_ID () + public int getM_ShippingProcessorCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShippingProcessorCfg_ID); if (ii == null) @@ -262,9 +265,8 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -273,7 +275,7 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -287,7 +289,8 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent } /** Set Service Code. - @param ShippingServiceCode Service Code */ + @param ShippingServiceCode Service Code + */ public void setShippingServiceCode (String ShippingServiceCode) { set_Value (COLUMNNAME_ShippingServiceCode, ShippingServiceCode); @@ -295,15 +298,14 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent /** Get Service Code. @return Service Code */ - public String getShippingServiceCode () + public String getShippingServiceCode() { return (String)get_Value(COLUMNNAME_ShippingServiceCode); } /** Set Tracking URL. - @param TrackingURL - URL of the shipper to track shipments - */ + @param TrackingURL URL of the shipper to track shipments + */ public void setTrackingURL (String TrackingURL) { set_Value (COLUMNNAME_TrackingURL, TrackingURL); @@ -312,7 +314,7 @@ public class X_M_ShipperCfg extends PO implements I_M_ShipperCfg, I_Persistent /** Get Tracking URL. @return URL of the shipper to track shipments */ - public String getTrackingURL () + public String getTrackingURL() { return (String)get_Value(COLUMNNAME_TrackingURL); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ShipperLabels.java b/org.adempiere.base/src/org/compiere/model/X_M_ShipperLabels.java index f010cb13e9..ee39fcb8dc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ShipperLabels.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ShipperLabels.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_ShipperLabels * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ShipperLabels") public class X_M_ShipperLabels extends PO implements I_M_ShipperLabels, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_ShipperLabels extends PO implements I_M_ShipperLabels, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ShipperLabels (Properties ctx, int M_ShipperLabels_ID, String trxName) @@ -76,9 +76,8 @@ public class X_M_ShipperLabels extends PO implements I_M_ShipperLabels, I_Persis } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -87,7 +86,7 @@ public class X_M_ShipperLabels extends PO implements I_M_ShipperLabels, I_Persis /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -108,7 +107,8 @@ public class X_M_ShipperLabels extends PO implements I_M_ShipperLabels, I_Persis /** Zebra = Z */ public static final String LABELPRINTMETHOD_Zebra = "Z"; /** Set Label Print Method. - @param LabelPrintMethod Label Print Method */ + @param LabelPrintMethod Label Print Method + */ public void setLabelPrintMethod (String LabelPrintMethod) { @@ -117,7 +117,7 @@ public class X_M_ShipperLabels extends PO implements I_M_ShipperLabels, I_Persis /** Get Label Print Method. @return Label Print Method */ - public String getLabelPrintMethod () + public String getLabelPrintMethod() { return (String)get_Value(COLUMNNAME_LabelPrintMethod); } @@ -129,21 +129,20 @@ public class X_M_ShipperLabels extends PO implements I_M_ShipperLabels, I_Persis } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Shipper_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -158,18 +157,19 @@ public class X_M_ShipperLabels extends PO implements I_M_ShipperLabels, I_Persis } /** Set Shipper Labels Configuration. - @param M_ShipperLabelsCfg_ID Shipper Labels Configuration */ + @param M_ShipperLabelsCfg_ID Shipper Labels Configuration + */ public void setM_ShipperLabelsCfg_ID (int M_ShipperLabelsCfg_ID) { - if (M_ShipperLabelsCfg_ID < 1) + if (M_ShipperLabelsCfg_ID < 1) set_Value (COLUMNNAME_M_ShipperLabelsCfg_ID, null); - else + else set_Value (COLUMNNAME_M_ShipperLabelsCfg_ID, Integer.valueOf(M_ShipperLabelsCfg_ID)); } /** Get Shipper Labels Configuration. @return Shipper Labels Configuration */ - public int getM_ShipperLabelsCfg_ID () + public int getM_ShipperLabelsCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperLabelsCfg_ID); if (ii == null) @@ -178,18 +178,19 @@ public class X_M_ShipperLabels extends PO implements I_M_ShipperLabels, I_Persis } /** Set Shipper Labels. - @param M_ShipperLabels_ID Shipper Labels */ + @param M_ShipperLabels_ID Shipper Labels + */ public void setM_ShipperLabels_ID (int M_ShipperLabels_ID) { - if (M_ShipperLabels_ID < 1) + if (M_ShipperLabels_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShipperLabels_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShipperLabels_ID, Integer.valueOf(M_ShipperLabels_ID)); } /** Get Shipper Labels. @return Shipper Labels */ - public int getM_ShipperLabels_ID () + public int getM_ShipperLabels_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperLabels_ID); if (ii == null) @@ -198,7 +199,8 @@ public class X_M_ShipperLabels extends PO implements I_M_ShipperLabels, I_Persis } /** Set M_ShipperLabels_UU. - @param M_ShipperLabels_UU M_ShipperLabels_UU */ + @param M_ShipperLabels_UU M_ShipperLabels_UU + */ public void setM_ShipperLabels_UU (String M_ShipperLabels_UU) { set_Value (COLUMNNAME_M_ShipperLabels_UU, M_ShipperLabels_UU); @@ -206,15 +208,14 @@ public class X_M_ShipperLabels extends PO implements I_M_ShipperLabels, I_Persis /** Get M_ShipperLabels_UU. @return M_ShipperLabels_UU */ - public String getM_ShipperLabels_UU () + public String getM_ShipperLabels_UU() { return (String)get_Value(COLUMNNAME_M_ShipperLabels_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -223,7 +224,7 @@ public class X_M_ShipperLabels extends PO implements I_M_ShipperLabels, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ShipperLabelsCfg.java b/org.adempiere.base/src/org/compiere/model/X_M_ShipperLabelsCfg.java index 770bbf1626..ebeb3aac9f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ShipperLabelsCfg.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ShipperLabelsCfg.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ShipperLabelsCfg * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ShipperLabelsCfg") public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ShipperLabelsCfg (Properties ctx, int M_ShipperLabelsCfg_ID, String trxName) @@ -79,9 +79,8 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -90,13 +89,14 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Height. - @param Height Height */ + @param Height Height + */ public void setHeight (BigDecimal Height) { set_Value (COLUMNNAME_Height, Height); @@ -104,7 +104,7 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ /** Get Height. @return Height */ - public BigDecimal getHeight () + public BigDecimal getHeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Height); if (bd == null) @@ -113,9 +113,8 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -124,7 +123,7 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -145,7 +144,8 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ /** Zebra = Z */ public static final String LABELPRINTMETHOD_Zebra = "Z"; /** Set Label Print Method. - @param LabelPrintMethod Label Print Method */ + @param LabelPrintMethod Label Print Method + */ public void setLabelPrintMethod (String LabelPrintMethod) { @@ -154,7 +154,7 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ /** Get Label Print Method. @return Label Print Method */ - public String getLabelPrintMethod () + public String getLabelPrintMethod() { return (String)get_Value(COLUMNNAME_LabelPrintMethod); } @@ -166,18 +166,19 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ } /** Set Shipper Configuration. - @param M_ShipperCfg_ID Shipper Configuration */ + @param M_ShipperCfg_ID Shipper Configuration + */ public void setM_ShipperCfg_ID (int M_ShipperCfg_ID) { - if (M_ShipperCfg_ID < 1) + if (M_ShipperCfg_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShipperCfg_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShipperCfg_ID, Integer.valueOf(M_ShipperCfg_ID)); } /** Get Shipper Configuration. @return Shipper Configuration */ - public int getM_ShipperCfg_ID () + public int getM_ShipperCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperCfg_ID); if (ii == null) @@ -186,18 +187,19 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ } /** Set Shipper Labels Configuration. - @param M_ShipperLabelsCfg_ID Shipper Labels Configuration */ + @param M_ShipperLabelsCfg_ID Shipper Labels Configuration + */ public void setM_ShipperLabelsCfg_ID (int M_ShipperLabelsCfg_ID) { - if (M_ShipperLabelsCfg_ID < 1) + if (M_ShipperLabelsCfg_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShipperLabelsCfg_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShipperLabelsCfg_ID, Integer.valueOf(M_ShipperLabelsCfg_ID)); } /** Get Shipper Labels Configuration. @return Shipper Labels Configuration */ - public int getM_ShipperLabelsCfg_ID () + public int getM_ShipperLabelsCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperLabelsCfg_ID); if (ii == null) @@ -206,7 +208,8 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ } /** Set M_ShipperLabelsCfg_UU. - @param M_ShipperLabelsCfg_UU M_ShipperLabelsCfg_UU */ + @param M_ShipperLabelsCfg_UU M_ShipperLabelsCfg_UU + */ public void setM_ShipperLabelsCfg_UU (String M_ShipperLabelsCfg_UU) { set_Value (COLUMNNAME_M_ShipperLabelsCfg_UU, M_ShipperLabelsCfg_UU); @@ -214,15 +217,14 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ /** Get M_ShipperLabelsCfg_UU. @return M_ShipperLabelsCfg_UU */ - public String getM_ShipperLabelsCfg_UU () + public String getM_ShipperLabelsCfg_UU() { return (String)get_Value(COLUMNNAME_M_ShipperLabelsCfg_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -231,7 +233,7 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -245,9 +247,8 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -256,13 +257,14 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Width. - @param Width Width */ + @param Width Width + */ public void setWidth (BigDecimal Width) { set_Value (COLUMNNAME_Width, Width); @@ -270,7 +272,7 @@ public class X_M_ShipperLabelsCfg extends PO implements I_M_ShipperLabelsCfg, I_ /** Get Width. @return Width */ - public BigDecimal getWidth () + public BigDecimal getWidth() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Width); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ShipperPackaging.java b/org.adempiere.base/src/org/compiere/model/X_M_ShipperPackaging.java index 5e7e57ec90..fcbad845a8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ShipperPackaging.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ShipperPackaging.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_ShipperPackaging * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ShipperPackaging") public class X_M_ShipperPackaging extends PO implements I_M_ShipperPackaging, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_ShipperPackaging extends PO implements I_M_ShipperPackaging, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ShipperPackaging (Properties ctx, int M_ShipperPackaging_ID, String trxName) @@ -78,9 +78,8 @@ public class X_M_ShipperPackaging extends PO implements I_M_ShipperPackaging, I_ } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -89,7 +88,7 @@ public class X_M_ShipperPackaging extends PO implements I_M_ShipperPackaging, I_ /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -108,21 +107,20 @@ public class X_M_ShipperPackaging extends PO implements I_M_ShipperPackaging, I_ } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Shipper_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -137,18 +135,19 @@ public class X_M_ShipperPackaging extends PO implements I_M_ShipperPackaging, I_ } /** Set Shipper Packaging Configuration. - @param M_ShipperPackagingCfg_ID Shipper Packaging Configuration */ + @param M_ShipperPackagingCfg_ID Shipper Packaging Configuration + */ public void setM_ShipperPackagingCfg_ID (int M_ShipperPackagingCfg_ID) { - if (M_ShipperPackagingCfg_ID < 1) + if (M_ShipperPackagingCfg_ID < 1) set_Value (COLUMNNAME_M_ShipperPackagingCfg_ID, null); - else + else set_Value (COLUMNNAME_M_ShipperPackagingCfg_ID, Integer.valueOf(M_ShipperPackagingCfg_ID)); } /** Get Shipper Packaging Configuration. @return Shipper Packaging Configuration */ - public int getM_ShipperPackagingCfg_ID () + public int getM_ShipperPackagingCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperPackagingCfg_ID); if (ii == null) @@ -157,18 +156,19 @@ public class X_M_ShipperPackaging extends PO implements I_M_ShipperPackaging, I_ } /** Set Shipper Packaging. - @param M_ShipperPackaging_ID Shipper Packaging */ + @param M_ShipperPackaging_ID Shipper Packaging + */ public void setM_ShipperPackaging_ID (int M_ShipperPackaging_ID) { - if (M_ShipperPackaging_ID < 1) + if (M_ShipperPackaging_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShipperPackaging_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShipperPackaging_ID, Integer.valueOf(M_ShipperPackaging_ID)); } /** Get Shipper Packaging. @return Shipper Packaging */ - public int getM_ShipperPackaging_ID () + public int getM_ShipperPackaging_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperPackaging_ID); if (ii == null) @@ -177,7 +177,8 @@ public class X_M_ShipperPackaging extends PO implements I_M_ShipperPackaging, I_ } /** Set M_ShipperPackaging_UU. - @param M_ShipperPackaging_UU M_ShipperPackaging_UU */ + @param M_ShipperPackaging_UU M_ShipperPackaging_UU + */ public void setM_ShipperPackaging_UU (String M_ShipperPackaging_UU) { set_Value (COLUMNNAME_M_ShipperPackaging_UU, M_ShipperPackaging_UU); @@ -185,15 +186,14 @@ public class X_M_ShipperPackaging extends PO implements I_M_ShipperPackaging, I_ /** Get M_ShipperPackaging_UU. @return M_ShipperPackaging_UU */ - public String getM_ShipperPackaging_UU () + public String getM_ShipperPackaging_UU() { return (String)get_Value(COLUMNNAME_M_ShipperPackaging_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -202,15 +202,14 @@ public class X_M_ShipperPackaging extends PO implements I_M_ShipperPackaging, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Weight. - @param Weight - Weight of a product - */ + @param Weight Weight of a product + */ public void setWeight (BigDecimal Weight) { set_Value (COLUMNNAME_Weight, Weight); @@ -219,7 +218,7 @@ public class X_M_ShipperPackaging extends PO implements I_M_ShipperPackaging, I_ /** Get Weight. @return Weight of a product */ - public BigDecimal getWeight () + public BigDecimal getWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Weight); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ShipperPackagingCfg.java b/org.adempiere.base/src/org/compiere/model/X_M_ShipperPackagingCfg.java index 3f9ae1f0db..d29f0681c3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ShipperPackagingCfg.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ShipperPackagingCfg.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ShipperPackagingCfg * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ShipperPackagingCfg") public class X_M_ShipperPackagingCfg extends PO implements I_M_ShipperPackagingCfg, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_ShipperPackagingCfg extends PO implements I_M_ShipperPackagingC /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ShipperPackagingCfg (Properties ctx, int M_ShipperPackagingCfg_ID, String trxName) @@ -79,9 +79,8 @@ public class X_M_ShipperPackagingCfg extends PO implements I_M_ShipperPackagingC } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -90,15 +89,14 @@ public class X_M_ShipperPackagingCfg extends PO implements I_M_ShipperPackagingC /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -107,7 +105,7 @@ public class X_M_ShipperPackagingCfg extends PO implements I_M_ShipperPackagingC /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -126,18 +124,19 @@ public class X_M_ShipperPackagingCfg extends PO implements I_M_ShipperPackagingC } /** Set Shipper Configuration. - @param M_ShipperCfg_ID Shipper Configuration */ + @param M_ShipperCfg_ID Shipper Configuration + */ public void setM_ShipperCfg_ID (int M_ShipperCfg_ID) { - if (M_ShipperCfg_ID < 1) + if (M_ShipperCfg_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShipperCfg_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShipperCfg_ID, Integer.valueOf(M_ShipperCfg_ID)); } /** Get Shipper Configuration. @return Shipper Configuration */ - public int getM_ShipperCfg_ID () + public int getM_ShipperCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperCfg_ID); if (ii == null) @@ -146,18 +145,19 @@ public class X_M_ShipperPackagingCfg extends PO implements I_M_ShipperPackagingC } /** Set Shipper Packaging Configuration. - @param M_ShipperPackagingCfg_ID Shipper Packaging Configuration */ + @param M_ShipperPackagingCfg_ID Shipper Packaging Configuration + */ public void setM_ShipperPackagingCfg_ID (int M_ShipperPackagingCfg_ID) { - if (M_ShipperPackagingCfg_ID < 1) + if (M_ShipperPackagingCfg_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShipperPackagingCfg_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShipperPackagingCfg_ID, Integer.valueOf(M_ShipperPackagingCfg_ID)); } /** Get Shipper Packaging Configuration. @return Shipper Packaging Configuration */ - public int getM_ShipperPackagingCfg_ID () + public int getM_ShipperPackagingCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperPackagingCfg_ID); if (ii == null) @@ -166,7 +166,8 @@ public class X_M_ShipperPackagingCfg extends PO implements I_M_ShipperPackagingC } /** Set M_ShipperPackagingCfg_UU. - @param M_ShipperPackagingCfg_UU M_ShipperPackagingCfg_UU */ + @param M_ShipperPackagingCfg_UU M_ShipperPackagingCfg_UU + */ public void setM_ShipperPackagingCfg_UU (String M_ShipperPackagingCfg_UU) { set_Value (COLUMNNAME_M_ShipperPackagingCfg_UU, M_ShipperPackagingCfg_UU); @@ -174,15 +175,14 @@ public class X_M_ShipperPackagingCfg extends PO implements I_M_ShipperPackagingC /** Get M_ShipperPackagingCfg_UU. @return M_ShipperPackagingCfg_UU */ - public String getM_ShipperPackagingCfg_UU () + public String getM_ShipperPackagingCfg_UU() { return (String)get_Value(COLUMNNAME_M_ShipperPackagingCfg_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -191,7 +191,7 @@ public class X_M_ShipperPackagingCfg extends PO implements I_M_ShipperPackagingC /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -205,9 +205,8 @@ public class X_M_ShipperPackagingCfg extends PO implements I_M_ShipperPackagingC } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -216,15 +215,14 @@ public class X_M_ShipperPackagingCfg extends PO implements I_M_ShipperPackagingC /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Weight. - @param Weight - Weight of a product - */ + @param Weight Weight of a product + */ public void setWeight (BigDecimal Weight) { set_Value (COLUMNNAME_Weight, Weight); @@ -233,7 +231,7 @@ public class X_M_ShipperPackagingCfg extends PO implements I_M_ShipperPackagingC /** Get Weight. @return Weight of a product */ - public BigDecimal getWeight () + public BigDecimal getWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Weight); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ShipperPickupTypes.java b/org.adempiere.base/src/org/compiere/model/X_M_ShipperPickupTypes.java index f503484ea9..e69bfa8755 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ShipperPickupTypes.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ShipperPickupTypes.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_ShipperPickupTypes * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ShipperPickupTypes") public class X_M_ShipperPickupTypes extends PO implements I_M_ShipperPickupTypes, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_ShipperPickupTypes extends PO implements I_M_ShipperPickupTypes /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ShipperPickupTypes (Properties ctx, int M_ShipperPickupTypes_ID, String trxName) @@ -76,9 +76,8 @@ public class X_M_ShipperPickupTypes extends PO implements I_M_ShipperPickupTypes } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -87,7 +86,7 @@ public class X_M_ShipperPickupTypes extends PO implements I_M_ShipperPickupTypes /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -106,21 +105,20 @@ public class X_M_ShipperPickupTypes extends PO implements I_M_ShipperPickupTypes } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Shipper_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -135,18 +133,19 @@ public class X_M_ShipperPickupTypes extends PO implements I_M_ShipperPickupTypes } /** Set Shipper Pickup Types Configuration. - @param M_ShipperPickupTypesCfg_ID Shipper Pickup Types Configuration */ + @param M_ShipperPickupTypesCfg_ID Shipper Pickup Types Configuration + */ public void setM_ShipperPickupTypesCfg_ID (int M_ShipperPickupTypesCfg_ID) { - if (M_ShipperPickupTypesCfg_ID < 1) + if (M_ShipperPickupTypesCfg_ID < 1) set_Value (COLUMNNAME_M_ShipperPickupTypesCfg_ID, null); - else + else set_Value (COLUMNNAME_M_ShipperPickupTypesCfg_ID, Integer.valueOf(M_ShipperPickupTypesCfg_ID)); } /** Get Shipper Pickup Types Configuration. @return Shipper Pickup Types Configuration */ - public int getM_ShipperPickupTypesCfg_ID () + public int getM_ShipperPickupTypesCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperPickupTypesCfg_ID); if (ii == null) @@ -155,18 +154,19 @@ public class X_M_ShipperPickupTypes extends PO implements I_M_ShipperPickupTypes } /** Set Shipper Pickup Types. - @param M_ShipperPickupTypes_ID Shipper Pickup Types */ + @param M_ShipperPickupTypes_ID Shipper Pickup Types + */ public void setM_ShipperPickupTypes_ID (int M_ShipperPickupTypes_ID) { - if (M_ShipperPickupTypes_ID < 1) + if (M_ShipperPickupTypes_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShipperPickupTypes_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShipperPickupTypes_ID, Integer.valueOf(M_ShipperPickupTypes_ID)); } /** Get Shipper Pickup Types. @return Shipper Pickup Types */ - public int getM_ShipperPickupTypes_ID () + public int getM_ShipperPickupTypes_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperPickupTypes_ID); if (ii == null) @@ -175,7 +175,8 @@ public class X_M_ShipperPickupTypes extends PO implements I_M_ShipperPickupTypes } /** Set M_ShipperPickupTypes_UU. - @param M_ShipperPickupTypes_UU M_ShipperPickupTypes_UU */ + @param M_ShipperPickupTypes_UU M_ShipperPickupTypes_UU + */ public void setM_ShipperPickupTypes_UU (String M_ShipperPickupTypes_UU) { set_Value (COLUMNNAME_M_ShipperPickupTypes_UU, M_ShipperPickupTypes_UU); @@ -183,15 +184,14 @@ public class X_M_ShipperPickupTypes extends PO implements I_M_ShipperPickupTypes /** Get M_ShipperPickupTypes_UU. @return M_ShipperPickupTypes_UU */ - public String getM_ShipperPickupTypes_UU () + public String getM_ShipperPickupTypes_UU() { return (String)get_Value(COLUMNNAME_M_ShipperPickupTypes_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -200,7 +200,7 @@ public class X_M_ShipperPickupTypes extends PO implements I_M_ShipperPickupTypes /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ShipperPickupTypesCfg.java b/org.adempiere.base/src/org/compiere/model/X_M_ShipperPickupTypesCfg.java index 989cbfbd29..3145063997 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ShipperPickupTypesCfg.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ShipperPickupTypesCfg.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ShipperPickupTypesCfg * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ShipperPickupTypesCfg") public class X_M_ShipperPickupTypesCfg extends PO implements I_M_ShipperPickupTypesCfg, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_ShipperPickupTypesCfg extends PO implements I_M_ShipperPickupTy /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ShipperPickupTypesCfg (Properties ctx, int M_ShipperPickupTypesCfg_ID, String trxName) @@ -77,9 +77,8 @@ public class X_M_ShipperPickupTypesCfg extends PO implements I_M_ShipperPickupTy } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -88,15 +87,14 @@ public class X_M_ShipperPickupTypesCfg extends PO implements I_M_ShipperPickupTy /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -105,7 +103,7 @@ public class X_M_ShipperPickupTypesCfg extends PO implements I_M_ShipperPickupTy /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -124,18 +122,19 @@ public class X_M_ShipperPickupTypesCfg extends PO implements I_M_ShipperPickupTy } /** Set Shipper Configuration. - @param M_ShipperCfg_ID Shipper Configuration */ + @param M_ShipperCfg_ID Shipper Configuration + */ public void setM_ShipperCfg_ID (int M_ShipperCfg_ID) { - if (M_ShipperCfg_ID < 1) + if (M_ShipperCfg_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShipperCfg_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShipperCfg_ID, Integer.valueOf(M_ShipperCfg_ID)); } /** Get Shipper Configuration. @return Shipper Configuration */ - public int getM_ShipperCfg_ID () + public int getM_ShipperCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperCfg_ID); if (ii == null) @@ -144,18 +143,19 @@ public class X_M_ShipperPickupTypesCfg extends PO implements I_M_ShipperPickupTy } /** Set Shipper Pickup Types Configuration. - @param M_ShipperPickupTypesCfg_ID Shipper Pickup Types Configuration */ + @param M_ShipperPickupTypesCfg_ID Shipper Pickup Types Configuration + */ public void setM_ShipperPickupTypesCfg_ID (int M_ShipperPickupTypesCfg_ID) { - if (M_ShipperPickupTypesCfg_ID < 1) + if (M_ShipperPickupTypesCfg_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShipperPickupTypesCfg_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShipperPickupTypesCfg_ID, Integer.valueOf(M_ShipperPickupTypesCfg_ID)); } /** Get Shipper Pickup Types Configuration. @return Shipper Pickup Types Configuration */ - public int getM_ShipperPickupTypesCfg_ID () + public int getM_ShipperPickupTypesCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperPickupTypesCfg_ID); if (ii == null) @@ -164,7 +164,8 @@ public class X_M_ShipperPickupTypesCfg extends PO implements I_M_ShipperPickupTy } /** Set M_ShipperPickupTypesCfg_UU. - @param M_ShipperPickupTypesCfg_UU M_ShipperPickupTypesCfg_UU */ + @param M_ShipperPickupTypesCfg_UU M_ShipperPickupTypesCfg_UU + */ public void setM_ShipperPickupTypesCfg_UU (String M_ShipperPickupTypesCfg_UU) { set_Value (COLUMNNAME_M_ShipperPickupTypesCfg_UU, M_ShipperPickupTypesCfg_UU); @@ -172,15 +173,14 @@ public class X_M_ShipperPickupTypesCfg extends PO implements I_M_ShipperPickupTy /** Get M_ShipperPickupTypesCfg_UU. @return M_ShipperPickupTypesCfg_UU */ - public String getM_ShipperPickupTypesCfg_UU () + public String getM_ShipperPickupTypesCfg_UU() { return (String)get_Value(COLUMNNAME_M_ShipperPickupTypesCfg_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -189,7 +189,7 @@ public class X_M_ShipperPickupTypesCfg extends PO implements I_M_ShipperPickupTy /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -203,9 +203,8 @@ public class X_M_ShipperPickupTypesCfg extends PO implements I_M_ShipperPickupTy } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -214,7 +213,7 @@ public class X_M_ShipperPickupTypesCfg extends PO implements I_M_ShipperPickupTy /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ShippingProcessor.java b/org.adempiere.base/src/org/compiere/model/X_M_ShippingProcessor.java index 056ab4e68b..5e9b745ef6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ShippingProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ShippingProcessor.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_ShippingProcessor * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ShippingProcessor") public class X_M_ShippingProcessor extends PO implements I_M_ShippingProcessor, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_ShippingProcessor extends PO implements I_M_ShippingProcessor, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ShippingProcessor (Properties ctx, int M_ShippingProcessor_ID, String trxName) @@ -75,7 +75,8 @@ public class X_M_ShippingProcessor extends PO implements I_M_ShippingProcessor, } /** Set Connection Key. - @param ConnectionKey Connection Key */ + @param ConnectionKey Connection Key + */ public void setConnectionKey (String ConnectionKey) { set_Value (COLUMNNAME_ConnectionKey, ConnectionKey); @@ -83,13 +84,14 @@ public class X_M_ShippingProcessor extends PO implements I_M_ShippingProcessor, /** Get Connection Key. @return Connection Key */ - public String getConnectionKey () + public String getConnectionKey() { return (String)get_Value(COLUMNNAME_ConnectionKey); } /** Set Connection Password. - @param ConnectionPassword Connection Password */ + @param ConnectionPassword Connection Password + */ public void setConnectionPassword (String ConnectionPassword) { set_Value (COLUMNNAME_ConnectionPassword, ConnectionPassword); @@ -97,7 +99,7 @@ public class X_M_ShippingProcessor extends PO implements I_M_ShippingProcessor, /** Get Connection Password. @return Connection Password */ - public String getConnectionPassword () + public String getConnectionPassword() { return (String)get_Value(COLUMNNAME_ConnectionPassword); } @@ -109,18 +111,19 @@ public class X_M_ShippingProcessor extends PO implements I_M_ShippingProcessor, } /** Set Shipping Processor Configuration. - @param M_ShippingProcessorCfg_ID Shipping Processor Configuration */ + @param M_ShippingProcessorCfg_ID Shipping Processor Configuration + */ public void setM_ShippingProcessorCfg_ID (int M_ShippingProcessorCfg_ID) { - if (M_ShippingProcessorCfg_ID < 1) + if (M_ShippingProcessorCfg_ID < 1) set_Value (COLUMNNAME_M_ShippingProcessorCfg_ID, null); - else + else set_Value (COLUMNNAME_M_ShippingProcessorCfg_ID, Integer.valueOf(M_ShippingProcessorCfg_ID)); } /** Get Shipping Processor Configuration. @return Shipping Processor Configuration */ - public int getM_ShippingProcessorCfg_ID () + public int getM_ShippingProcessorCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShippingProcessorCfg_ID); if (ii == null) @@ -129,18 +132,19 @@ public class X_M_ShippingProcessor extends PO implements I_M_ShippingProcessor, } /** Set Shipping Processor. - @param M_ShippingProcessor_ID Shipping Processor */ + @param M_ShippingProcessor_ID Shipping Processor + */ public void setM_ShippingProcessor_ID (int M_ShippingProcessor_ID) { - if (M_ShippingProcessor_ID < 1) + if (M_ShippingProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShippingProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShippingProcessor_ID, Integer.valueOf(M_ShippingProcessor_ID)); } /** Get Shipping Processor. @return Shipping Processor */ - public int getM_ShippingProcessor_ID () + public int getM_ShippingProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShippingProcessor_ID); if (ii == null) @@ -149,7 +153,8 @@ public class X_M_ShippingProcessor extends PO implements I_M_ShippingProcessor, } /** Set M_ShippingProcessor_UU. - @param M_ShippingProcessor_UU M_ShippingProcessor_UU */ + @param M_ShippingProcessor_UU M_ShippingProcessor_UU + */ public void setM_ShippingProcessor_UU (String M_ShippingProcessor_UU) { set_Value (COLUMNNAME_M_ShippingProcessor_UU, M_ShippingProcessor_UU); @@ -157,15 +162,14 @@ public class X_M_ShippingProcessor extends PO implements I_M_ShippingProcessor, /** Get M_ShippingProcessor_UU. @return M_ShippingProcessor_UU */ - public String getM_ShippingProcessor_UU () + public String getM_ShippingProcessor_UU() { return (String)get_Value(COLUMNNAME_M_ShippingProcessor_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -174,15 +178,14 @@ public class X_M_ShippingProcessor extends PO implements I_M_ShippingProcessor, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set User ID. - @param UserID - User ID or account number - */ + @param UserID User ID or account number + */ public void setUserID (String UserID) { set_Value (COLUMNNAME_UserID, UserID); @@ -191,7 +194,7 @@ public class X_M_ShippingProcessor extends PO implements I_M_ShippingProcessor, /** Get User ID. @return User ID or account number */ - public String getUserID () + public String getUserID() { return (String)get_Value(COLUMNNAME_UserID); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ShippingProcessorCfg.java b/org.adempiere.base/src/org/compiere/model/X_M_ShippingProcessorCfg.java index c0f87a17b2..404f179d77 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ShippingProcessorCfg.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ShippingProcessorCfg.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ShippingProcessorCfg * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ShippingProcessorCfg") public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcessorCfg, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ShippingProcessorCfg (Properties ctx, int M_ShippingProcessorCfg_ID, String trxName) @@ -75,9 +75,8 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -86,15 +85,14 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Host Address. - @param HostAddress - Host Address URL or DNS - */ + @param HostAddress Host Address URL or DNS + */ public void setHostAddress (String HostAddress) { set_Value (COLUMNNAME_HostAddress, HostAddress); @@ -103,15 +101,14 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso /** Get Host Address. @return Host Address URL or DNS */ - public String getHostAddress () + public String getHostAddress() { return (String)get_Value(COLUMNNAME_HostAddress); } /** Set Host port. - @param HostPort - Host Communication Port - */ + @param HostPort Host Communication Port + */ public void setHostPort (int HostPort) { set_Value (COLUMNNAME_HostPort, Integer.valueOf(HostPort)); @@ -120,7 +117,7 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso /** Get Host port. @return Host Communication Port */ - public int getHostPort () + public int getHostPort() { Integer ii = (Integer)get_Value(COLUMNNAME_HostPort); if (ii == null) @@ -129,18 +126,19 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso } /** Set Shipping Processor Configuration. - @param M_ShippingProcessorCfg_ID Shipping Processor Configuration */ + @param M_ShippingProcessorCfg_ID Shipping Processor Configuration + */ public void setM_ShippingProcessorCfg_ID (int M_ShippingProcessorCfg_ID) { - if (M_ShippingProcessorCfg_ID < 1) + if (M_ShippingProcessorCfg_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShippingProcessorCfg_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShippingProcessorCfg_ID, Integer.valueOf(M_ShippingProcessorCfg_ID)); } /** Get Shipping Processor Configuration. @return Shipping Processor Configuration */ - public int getM_ShippingProcessorCfg_ID () + public int getM_ShippingProcessorCfg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShippingProcessorCfg_ID); if (ii == null) @@ -149,7 +147,8 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso } /** Set M_ShippingProcessorCfg_UU. - @param M_ShippingProcessorCfg_UU M_ShippingProcessorCfg_UU */ + @param M_ShippingProcessorCfg_UU M_ShippingProcessorCfg_UU + */ public void setM_ShippingProcessorCfg_UU (String M_ShippingProcessorCfg_UU) { set_Value (COLUMNNAME_M_ShippingProcessorCfg_UU, M_ShippingProcessorCfg_UU); @@ -157,15 +156,14 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso /** Get M_ShippingProcessorCfg_UU. @return M_ShippingProcessorCfg_UU */ - public String getM_ShippingProcessorCfg_UU () + public String getM_ShippingProcessorCfg_UU() { return (String)get_Value(COLUMNNAME_M_ShippingProcessorCfg_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -174,7 +172,7 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -188,9 +186,8 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso } /** Set Proxy address. - @param ProxyAddress - Address of your proxy server - */ + @param ProxyAddress Address of your proxy server + */ public void setProxyAddress (String ProxyAddress) { set_Value (COLUMNNAME_ProxyAddress, ProxyAddress); @@ -199,15 +196,14 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso /** Get Proxy address. @return Address of your proxy server */ - public String getProxyAddress () + public String getProxyAddress() { return (String)get_Value(COLUMNNAME_ProxyAddress); } /** Set Proxy logon. - @param ProxyLogon - Logon of your proxy server - */ + @param ProxyLogon Logon of your proxy server + */ public void setProxyLogon (String ProxyLogon) { set_Value (COLUMNNAME_ProxyLogon, ProxyLogon); @@ -216,15 +212,14 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso /** Get Proxy logon. @return Logon of your proxy server */ - public String getProxyLogon () + public String getProxyLogon() { return (String)get_Value(COLUMNNAME_ProxyLogon); } /** Set Proxy password. - @param ProxyPassword - Password of your proxy server - */ + @param ProxyPassword Password of your proxy server + */ public void setProxyPassword (String ProxyPassword) { set_Value (COLUMNNAME_ProxyPassword, ProxyPassword); @@ -233,15 +228,14 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso /** Get Proxy password. @return Password of your proxy server */ - public String getProxyPassword () + public String getProxyPassword() { return (String)get_Value(COLUMNNAME_ProxyPassword); } /** Set Proxy port. - @param ProxyPort - Port of your proxy server - */ + @param ProxyPort Port of your proxy server + */ public void setProxyPort (int ProxyPort) { set_Value (COLUMNNAME_ProxyPort, Integer.valueOf(ProxyPort)); @@ -250,7 +244,7 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso /** Get Proxy port. @return Port of your proxy server */ - public int getProxyPort () + public int getProxyPort() { Integer ii = (Integer)get_Value(COLUMNNAME_ProxyPort); if (ii == null) @@ -259,7 +253,8 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso } /** Set Service Path. - @param ServicePath Service Path */ + @param ServicePath Service Path + */ public void setServicePath (String ServicePath) { set_Value (COLUMNNAME_ServicePath, ServicePath); @@ -267,13 +262,14 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso /** Get Service Path. @return Service Path */ - public String getServicePath () + public String getServicePath() { return (String)get_Value(COLUMNNAME_ServicePath); } /** Set Shipping Processor Class. - @param ShippingProcessorClass Shipping Processor Class */ + @param ShippingProcessorClass Shipping Processor Class + */ public void setShippingProcessorClass (String ShippingProcessorClass) { set_Value (COLUMNNAME_ShippingProcessorClass, ShippingProcessorClass); @@ -281,7 +277,7 @@ public class X_M_ShippingProcessorCfg extends PO implements I_M_ShippingProcesso /** Get Shipping Processor Class. @return Shipping Processor Class */ - public String getShippingProcessorClass () + public String getShippingProcessorClass() { return (String)get_Value(COLUMNNAME_ShippingProcessorClass); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ShippingTransaction.java b/org.adempiere.base/src/org/compiere/model/X_M_ShippingTransaction.java index ac3496dc17..345cdeb373 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ShippingTransaction.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ShippingTransaction.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for M_ShippingTransaction * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ShippingTransaction") public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransaction, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ShippingTransaction (Properties ctx, int M_ShippingTransaction_ID, String trxName) @@ -122,9 +122,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Void Shipment = VS */ public static final String ACTION_VoidShipment = "VS"; /** Set Action. - @param Action - Indicates the Action to be performed - */ + @param Action Indicates the Action to be performed + */ public void setAction (String Action) { @@ -134,7 +133,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Action. @return Indicates the Action to be performed */ - public String getAction () + public String getAction() { return (String)get_Value(COLUMNNAME_Action); } @@ -146,21 +145,20 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -175,21 +173,20 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Invoice Location. - @param Bill_Location_ID - Business Partner Location for invoicing - */ + @param Bill_Location_ID Business Partner Location for invoicing + */ public void setBill_Location_ID (int Bill_Location_ID) { - if (Bill_Location_ID < 1) + if (Bill_Location_ID < 1) set_Value (COLUMNNAME_Bill_Location_ID, null); - else + else set_Value (COLUMNNAME_Bill_Location_ID, Integer.valueOf(Bill_Location_ID)); } /** Get Invoice Location. @return Business Partner Location for invoicing */ - public int getBill_Location_ID () + public int getBill_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Bill_Location_ID); if (ii == null) @@ -198,7 +195,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Box Count. - @param BoxCount Box Count */ + @param BoxCount Box Count + */ public void setBoxCount (int BoxCount) { set_Value (COLUMNNAME_BoxCount, Integer.valueOf(BoxCount)); @@ -206,7 +204,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Box Count. @return Box Count */ - public int getBoxCount () + public int getBoxCount() { Integer ii = (Integer)get_Value(COLUMNNAME_BoxCount); if (ii == null) @@ -215,7 +213,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set COD. - @param CashOnDelivery COD */ + @param CashOnDelivery COD + */ public void setCashOnDelivery (boolean CashOnDelivery) { set_Value (COLUMNNAME_CashOnDelivery, Boolean.valueOf(CashOnDelivery)); @@ -223,7 +222,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get COD. @return COD */ - public boolean isCashOnDelivery () + public boolean isCashOnDelivery() { Object oo = get_Value(COLUMNNAME_CashOnDelivery); if (oo != null) @@ -241,22 +240,21 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -271,21 +269,20 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -300,18 +297,19 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Business Partner Shipping Account. - @param C_BP_ShippingAcct_ID Business Partner Shipping Account */ + @param C_BP_ShippingAcct_ID Business Partner Shipping Account + */ public void setC_BP_ShippingAcct_ID (int C_BP_ShippingAcct_ID) { - if (C_BP_ShippingAcct_ID < 1) + if (C_BP_ShippingAcct_ID < 1) set_Value (COLUMNNAME_C_BP_ShippingAcct_ID, null); - else + else set_Value (COLUMNNAME_C_BP_ShippingAcct_ID, Integer.valueOf(C_BP_ShippingAcct_ID)); } /** Get Business Partner Shipping Account. @return Business Partner Shipping Account */ - public int getC_BP_ShippingAcct_ID () + public int getC_BP_ShippingAcct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_ShippingAcct_ID); if (ii == null) @@ -326,21 +324,20 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -355,21 +352,20 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -378,7 +374,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set COD Amount. - @param CODAmount COD Amount */ + @param CODAmount COD Amount + */ public void setCODAmount (BigDecimal CODAmount) { set_Value (COLUMNNAME_CODAmount, CODAmount); @@ -386,7 +383,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get COD Amount. @return COD Amount */ - public BigDecimal getCODAmount () + public BigDecimal getCODAmount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CODAmount); if (bd == null) @@ -401,21 +398,20 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_Value (COLUMNNAME_C_Order_ID, null); - else + else set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -430,21 +426,20 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set UOM for Length. - @param C_UOM_Length_ID - Standard Unit of Measure for Length - */ + @param C_UOM_Length_ID Standard Unit of Measure for Length + */ public void setC_UOM_Length_ID (int C_UOM_Length_ID) { - if (C_UOM_Length_ID < 1) + if (C_UOM_Length_ID < 1) set_Value (COLUMNNAME_C_UOM_Length_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_Length_ID, Integer.valueOf(C_UOM_Length_ID)); } /** Get UOM for Length. @return Standard Unit of Measure for Length */ - public int getC_UOM_Length_ID () + public int getC_UOM_Length_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_Length_ID); if (ii == null) @@ -459,21 +454,20 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set UOM for Weight. - @param C_UOM_Weight_ID - Standard Unit of Measure for Weight - */ + @param C_UOM_Weight_ID Standard Unit of Measure for Weight + */ public void setC_UOM_Weight_ID (int C_UOM_Weight_ID) { - if (C_UOM_Weight_ID < 1) + if (C_UOM_Weight_ID < 1) set_Value (COLUMNNAME_C_UOM_Weight_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_Weight_ID, Integer.valueOf(C_UOM_Weight_ID)); } /** Get UOM for Weight. @return Standard Unit of Measure for Weight */ - public int getC_UOM_Weight_ID () + public int getC_UOM_Weight_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_Weight_ID); if (ii == null) @@ -482,7 +476,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Customs Value. - @param CustomsValue Customs Value */ + @param CustomsValue Customs Value + */ public void setCustomsValue (BigDecimal CustomsValue) { set_Value (COLUMNNAME_CustomsValue, CustomsValue); @@ -490,7 +485,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Customs Value. @return Customs Value */ - public BigDecimal getCustomsValue () + public BigDecimal getCustomsValue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CustomsValue); if (bd == null) @@ -499,9 +494,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Date received. - @param DateReceived - Date a product was received - */ + @param DateReceived Date a product was received + */ public void setDateReceived (Timestamp DateReceived) { set_Value (COLUMNNAME_DateReceived, DateReceived); @@ -510,15 +504,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Date received. @return Date a product was received */ - public Timestamp getDateReceived () + public Timestamp getDateReceived() { return (Timestamp)get_Value(COLUMNNAME_DateReceived); } /** Set Delivery Confirmation. - @param DeliveryConfirmation - EMail Delivery confirmation - */ + @param DeliveryConfirmation EMail Delivery confirmation + */ public void setDeliveryConfirmation (boolean DeliveryConfirmation) { set_Value (COLUMNNAME_DeliveryConfirmation, Boolean.valueOf(DeliveryConfirmation)); @@ -527,7 +520,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Delivery Confirmation. @return EMail Delivery confirmation */ - public boolean isDeliveryConfirmation () + public boolean isDeliveryConfirmation() { Object oo = get_Value(COLUMNNAME_DeliveryConfirmation); if (oo != null) @@ -550,7 +543,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Service Default = SERVICE_DEFAULT */ public static final String DELIVERYCONFIRMATIONTYPE_ServiceDefault = "SERVICE_DEFAULT"; /** Set Delivery Confirmation Type. - @param DeliveryConfirmationType Delivery Confirmation Type */ + @param DeliveryConfirmationType Delivery Confirmation Type + */ public void setDeliveryConfirmationType (String DeliveryConfirmationType) { @@ -559,15 +553,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Delivery Confirmation Type. @return Delivery Confirmation Type */ - public String getDeliveryConfirmationType () + public String getDeliveryConfirmationType() { return (String)get_Value(COLUMNNAME_DeliveryConfirmationType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -576,7 +569,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -620,7 +613,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Class 9 - Miscellaneous Dangerous Goods = 9 */ public static final String DOTHAZARDCLASSORDIVISION_Class9_MiscellaneousDangerousGoods = "9"; /** Set Dot Hazard Class or Division. - @param DotHazardClassOrDivision Dot Hazard Class or Division */ + @param DotHazardClassOrDivision Dot Hazard Class or Division + */ public void setDotHazardClassOrDivision (String DotHazardClassOrDivision) { @@ -629,13 +623,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Dot Hazard Class or Division. @return Dot Hazard Class or Division */ - public String getDotHazardClassOrDivision () + public String getDotHazardClassOrDivision() { return (String)get_Value(COLUMNNAME_DotHazardClassOrDivision); } /** Set Dry Ice Weight. - @param DryIceWeight Dry Ice Weight */ + @param DryIceWeight Dry Ice Weight + */ public void setDryIceWeight (BigDecimal DryIceWeight) { set_Value (COLUMNNAME_DryIceWeight, DryIceWeight); @@ -643,7 +638,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Dry Ice Weight. @return Dry Ice Weight */ - public BigDecimal getDryIceWeight () + public BigDecimal getDryIceWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DryIceWeight); if (bd == null) @@ -652,7 +647,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Duties Shipper Account. - @param DutiesShipperAccount Duties Shipper Account */ + @param DutiesShipperAccount Duties Shipper Account + */ public void setDutiesShipperAccount (String DutiesShipperAccount) { set_Value (COLUMNNAME_DutiesShipperAccount, DutiesShipperAccount); @@ -660,7 +656,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Duties Shipper Account. @return Duties Shipper Account */ - public String getDutiesShipperAccount () + public String getDutiesShipperAccount() { return (String)get_Value(COLUMNNAME_DutiesShipperAccount); } @@ -700,7 +696,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** FOB - Free on Board (FedEx) = FOB */ public static final String FOB_FOB_FreeOnBoardFedEx = "FOB"; /** Set Freight Terms. - @param FOB Freight Terms */ + @param FOB Freight Terms + */ public void setFOB (String FOB) { @@ -709,15 +706,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Freight Terms. @return Freight Terms */ - public String getFOB () + public String getFOB() { return (String)get_Value(COLUMNNAME_FOB); } /** Set Freight Amount. - @param FreightAmt - Freight Amount - */ + @param FreightAmt Freight Amount + */ public void setFreightAmt (BigDecimal FreightAmt) { set_Value (COLUMNNAME_FreightAmt, FreightAmt); @@ -726,7 +722,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Freight Amount. @return Freight Amount */ - public BigDecimal getFreightAmt () + public BigDecimal getFreightAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FreightAmt); if (bd == null) @@ -747,7 +743,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Prepaid and Bill = E_PPB */ public static final String FREIGHTCHARGES_PrepaidAndBill = "E_PPB"; /** Set Freight Charges. - @param FreightCharges Freight Charges */ + @param FreightCharges Freight Charges + */ public void setFreightCharges (String FreightCharges) { @@ -756,13 +753,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Freight Charges. @return Freight Charges */ - public String getFreightCharges () + public String getFreightCharges() { return (String)get_Value(COLUMNNAME_FreightCharges); } /** Set Handling Charge. - @param HandlingCharge Handling Charge */ + @param HandlingCharge Handling Charge + */ public void setHandlingCharge (BigDecimal HandlingCharge) { set_Value (COLUMNNAME_HandlingCharge, HandlingCharge); @@ -770,7 +768,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Handling Charge. @return Handling Charge */ - public BigDecimal getHandlingCharge () + public BigDecimal getHandlingCharge() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_HandlingCharge); if (bd == null) @@ -779,7 +777,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Height. - @param Height Height */ + @param Height Height + */ public void setHeight (BigDecimal Height) { set_Value (COLUMNNAME_Height, Height); @@ -787,7 +786,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Height. @return Height */ - public BigDecimal getHeight () + public BigDecimal getHeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Height); if (bd == null) @@ -802,18 +801,19 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Hold Address. - @param HoldAddress_ID Hold Address */ + @param HoldAddress_ID Hold Address + */ public void setHoldAddress_ID (int HoldAddress_ID) { - if (HoldAddress_ID < 1) + if (HoldAddress_ID < 1) set_Value (COLUMNNAME_HoldAddress_ID, null); - else + else set_Value (COLUMNNAME_HoldAddress_ID, Integer.valueOf(HoldAddress_ID)); } /** Get Hold Address. @return Hold Address */ - public int getHoldAddress_ID () + public int getHoldAddress_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HoldAddress_ID); if (ii == null) @@ -822,7 +822,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Date. - @param HomeDeliveryPremiumDate Date */ + @param HomeDeliveryPremiumDate Date + */ public void setHomeDeliveryPremiumDate (Timestamp HomeDeliveryPremiumDate) { set_Value (COLUMNNAME_HomeDeliveryPremiumDate, HomeDeliveryPremiumDate); @@ -830,13 +831,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Date. @return Date */ - public Timestamp getHomeDeliveryPremiumDate () + public Timestamp getHomeDeliveryPremiumDate() { return (Timestamp)get_Value(COLUMNNAME_HomeDeliveryPremiumDate); } /** Set Phone Number. - @param HomeDeliveryPremiumPhone Phone Number */ + @param HomeDeliveryPremiumPhone Phone Number + */ public void setHomeDeliveryPremiumPhone (String HomeDeliveryPremiumPhone) { set_Value (COLUMNNAME_HomeDeliveryPremiumPhone, HomeDeliveryPremiumPhone); @@ -844,7 +846,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Phone Number. @return Phone Number */ - public String getHomeDeliveryPremiumPhone () + public String getHomeDeliveryPremiumPhone() { return (String)get_Value(COLUMNNAME_HomeDeliveryPremiumPhone); } @@ -858,7 +860,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Evening = EVENING */ public static final String HOMEDELIVERYPREMIUMTYPE_Evening = "EVENING"; /** Set Home Delivery Premium Type. - @param HomeDeliveryPremiumType Home Delivery Premium Type */ + @param HomeDeliveryPremiumType Home Delivery Premium Type + */ public void setHomeDeliveryPremiumType (String HomeDeliveryPremiumType) { @@ -867,7 +870,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Home Delivery Premium Type. @return Home Delivery Premium Type */ - public String getHomeDeliveryPremiumType () + public String getHomeDeliveryPremiumType() { return (String)get_Value(COLUMNNAME_HomeDeliveryPremiumType); } @@ -879,7 +882,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Do Not Insure = 2 */ public static final String INSURANCE_DoNotInsure = "2"; /** Set Insurance. - @param Insurance Insurance */ + @param Insurance Insurance + */ public void setInsurance (String Insurance) { @@ -888,13 +892,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Insurance. @return Insurance */ - public String getInsurance () + public String getInsurance() { return (String)get_Value(COLUMNNAME_Insurance); } /** Set Insured Amount. - @param InsuredAmount Insured Amount */ + @param InsuredAmount Insured Amount + */ public void setInsuredAmount (BigDecimal InsuredAmount) { set_Value (COLUMNNAME_InsuredAmount, InsuredAmount); @@ -902,7 +907,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Insured Amount. @return Insured Amount */ - public BigDecimal getInsuredAmount () + public BigDecimal getInsuredAmount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_InsuredAmount); if (bd == null) @@ -911,7 +916,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Accessible. - @param IsAccessible Accessible */ + @param IsAccessible Accessible + */ public void setIsAccessible (boolean IsAccessible) { set_Value (COLUMNNAME_IsAccessible, Boolean.valueOf(IsAccessible)); @@ -919,7 +925,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Accessible. @return Accessible */ - public boolean isAccessible () + public boolean isAccessible() { Object oo = get_Value(COLUMNNAME_IsAccessible); if (oo != null) @@ -932,7 +938,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Added Handling. - @param IsAddedHandling Added Handling */ + @param IsAddedHandling Added Handling + */ public void setIsAddedHandling (boolean IsAddedHandling) { set_Value (COLUMNNAME_IsAddedHandling, Boolean.valueOf(IsAddedHandling)); @@ -940,7 +947,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Added Handling. @return Added Handling */ - public boolean isAddedHandling () + public boolean isAddedHandling() { Object oo = get_Value(COLUMNNAME_IsAddedHandling); if (oo != null) @@ -953,7 +960,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Alternate Return Address. - @param IsAlternateReturnAddress Alternate Return Address */ + @param IsAlternateReturnAddress Alternate Return Address + */ public void setIsAlternateReturnAddress (boolean IsAlternateReturnAddress) { set_Value (COLUMNNAME_IsAlternateReturnAddress, Boolean.valueOf(IsAlternateReturnAddress)); @@ -961,7 +969,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Alternate Return Address. @return Alternate Return Address */ - public boolean isAlternateReturnAddress () + public boolean isAlternateReturnAddress() { Object oo = get_Value(COLUMNNAME_IsAlternateReturnAddress); if (oo != null) @@ -974,7 +982,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Cargo Aircraft Only. - @param IsCargoAircraftOnly Cargo Aircraft Only */ + @param IsCargoAircraftOnly Cargo Aircraft Only + */ public void setIsCargoAircraftOnly (boolean IsCargoAircraftOnly) { set_Value (COLUMNNAME_IsCargoAircraftOnly, Boolean.valueOf(IsCargoAircraftOnly)); @@ -982,7 +991,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Cargo Aircraft Only. @return Cargo Aircraft Only */ - public boolean isCargoAircraftOnly () + public boolean isCargoAircraftOnly() { Object oo = get_Value(COLUMNNAME_IsCargoAircraftOnly); if (oo != null) @@ -995,7 +1004,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Dry Ice. - @param IsDryIce Dry Ice */ + @param IsDryIce Dry Ice + */ public void setIsDryIce (boolean IsDryIce) { set_Value (COLUMNNAME_IsDryIce, Boolean.valueOf(IsDryIce)); @@ -1003,7 +1013,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Dry Ice. @return Dry Ice */ - public boolean isDryIce () + public boolean isDryIce() { Object oo = get_Value(COLUMNNAME_IsDryIce); if (oo != null) @@ -1016,7 +1026,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Dutiable. - @param IsDutiable Dutiable */ + @param IsDutiable Dutiable + */ public void setIsDutiable (boolean IsDutiable) { set_Value (COLUMNNAME_IsDutiable, Boolean.valueOf(IsDutiable)); @@ -1024,7 +1035,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Dutiable. @return Dutiable */ - public boolean isDutiable () + public boolean isDutiable() { Object oo = get_Value(COLUMNNAME_IsDutiable); if (oo != null) @@ -1037,7 +1048,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Future Day Shipment. - @param IsFutureDayShipment Future Day Shipment */ + @param IsFutureDayShipment Future Day Shipment + */ public void setIsFutureDayShipment (boolean IsFutureDayShipment) { set_Value (COLUMNNAME_IsFutureDayShipment, Boolean.valueOf(IsFutureDayShipment)); @@ -1045,7 +1057,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Future Day Shipment. @return Future Day Shipment */ - public boolean isFutureDayShipment () + public boolean isFutureDayShipment() { Object oo = get_Value(COLUMNNAME_IsFutureDayShipment); if (oo != null) @@ -1058,7 +1070,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Hazardous Materials. - @param IsHazMat Hazardous Materials */ + @param IsHazMat Hazardous Materials + */ public void setIsHazMat (boolean IsHazMat) { set_Value (COLUMNNAME_IsHazMat, Boolean.valueOf(IsHazMat)); @@ -1066,7 +1079,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Hazardous Materials. @return Hazardous Materials */ - public boolean isHazMat () + public boolean isHazMat() { Object oo = get_Value(COLUMNNAME_IsHazMat); if (oo != null) @@ -1079,7 +1092,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Hold At Location. - @param IsHoldAtLocation Hold At Location */ + @param IsHoldAtLocation Hold At Location + */ public void setIsHoldAtLocation (boolean IsHoldAtLocation) { set_Value (COLUMNNAME_IsHoldAtLocation, Boolean.valueOf(IsHoldAtLocation)); @@ -1087,7 +1101,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Hold At Location. @return Hold At Location */ - public boolean isHoldAtLocation () + public boolean isHoldAtLocation() { Object oo = get_Value(COLUMNNAME_IsHoldAtLocation); if (oo != null) @@ -1100,7 +1114,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Ignore Zip Not Found. - @param IsIgnoreZipNotFound Ignore Zip Not Found */ + @param IsIgnoreZipNotFound Ignore Zip Not Found + */ public void setIsIgnoreZipNotFound (boolean IsIgnoreZipNotFound) { set_Value (COLUMNNAME_IsIgnoreZipNotFound, Boolean.valueOf(IsIgnoreZipNotFound)); @@ -1108,7 +1123,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Ignore Zip Not Found. @return Ignore Zip Not Found */ - public boolean isIgnoreZipNotFound () + public boolean isIgnoreZipNotFound() { Object oo = get_Value(COLUMNNAME_IsIgnoreZipNotFound); if (oo != null) @@ -1121,7 +1136,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Ignore Zip State Not Match. - @param IsIgnoreZipStateNotMatch Ignore Zip State Not Match */ + @param IsIgnoreZipStateNotMatch Ignore Zip State Not Match + */ public void setIsIgnoreZipStateNotMatch (boolean IsIgnoreZipStateNotMatch) { set_Value (COLUMNNAME_IsIgnoreZipStateNotMatch, Boolean.valueOf(IsIgnoreZipStateNotMatch)); @@ -1129,7 +1145,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Ignore Zip State Not Match. @return Ignore Zip State Not Match */ - public boolean isIgnoreZipStateNotMatch () + public boolean isIgnoreZipStateNotMatch() { Object oo = get_Value(COLUMNNAME_IsIgnoreZipStateNotMatch); if (oo != null) @@ -1142,7 +1158,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Priviledged Rate. - @param IsPriviledgedRate Priviledged Rate */ + @param IsPriviledgedRate Priviledged Rate + */ public void setIsPriviledgedRate (boolean IsPriviledgedRate) { set_Value (COLUMNNAME_IsPriviledgedRate, Boolean.valueOf(IsPriviledgedRate)); @@ -1150,7 +1167,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Priviledged Rate. @return Priviledged Rate */ - public boolean isPriviledgedRate () + public boolean isPriviledgedRate() { Object oo = get_Value(COLUMNNAME_IsPriviledgedRate); if (oo != null) @@ -1163,7 +1180,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Residential. - @param IsResidential Residential */ + @param IsResidential Residential + */ public void setIsResidential (boolean IsResidential) { set_Value (COLUMNNAME_IsResidential, Boolean.valueOf(IsResidential)); @@ -1171,7 +1189,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Residential. @return Residential */ - public boolean isResidential () + public boolean isResidential() { Object oo = get_Value(COLUMNNAME_IsResidential); if (oo != null) @@ -1184,7 +1202,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Saturday Delivery. - @param IsSaturdayDelivery Saturday Delivery */ + @param IsSaturdayDelivery Saturday Delivery + */ public void setIsSaturdayDelivery (boolean IsSaturdayDelivery) { set_Value (COLUMNNAME_IsSaturdayDelivery, Boolean.valueOf(IsSaturdayDelivery)); @@ -1192,7 +1211,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Saturday Delivery. @return Saturday Delivery */ - public boolean isSaturdayDelivery () + public boolean isSaturdayDelivery() { Object oo = get_Value(COLUMNNAME_IsSaturdayDelivery); if (oo != null) @@ -1205,7 +1224,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Saturday Pickup. - @param IsSaturdayPickup Saturday Pickup */ + @param IsSaturdayPickup Saturday Pickup + */ public void setIsSaturdayPickup (boolean IsSaturdayPickup) { set_Value (COLUMNNAME_IsSaturdayPickup, Boolean.valueOf(IsSaturdayPickup)); @@ -1213,7 +1233,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Saturday Pickup. @return Saturday Pickup */ - public boolean isSaturdayPickup () + public boolean isSaturdayPickup() { Object oo = get_Value(COLUMNNAME_IsSaturdayPickup); if (oo != null) @@ -1226,7 +1246,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Verbal Confirmation. - @param IsVerbalConfirmation Verbal Confirmation */ + @param IsVerbalConfirmation Verbal Confirmation + */ public void setIsVerbalConfirmation (boolean IsVerbalConfirmation) { set_Value (COLUMNNAME_IsVerbalConfirmation, Boolean.valueOf(IsVerbalConfirmation)); @@ -1234,7 +1255,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Verbal Confirmation. @return Verbal Confirmation */ - public boolean isVerbalConfirmation () + public boolean isVerbalConfirmation() { Object oo = get_Value(COLUMNNAME_IsVerbalConfirmation); if (oo != null) @@ -1247,7 +1268,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Latest Pickup Time. - @param LatestPickupTime Latest Pickup Time */ + @param LatestPickupTime Latest Pickup Time + */ public void setLatestPickupTime (Timestamp LatestPickupTime) { set_Value (COLUMNNAME_LatestPickupTime, LatestPickupTime); @@ -1255,13 +1277,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Latest Pickup Time. @return Latest Pickup Time */ - public Timestamp getLatestPickupTime () + public Timestamp getLatestPickupTime() { return (Timestamp)get_Value(COLUMNNAME_LatestPickupTime); } /** Set Length. - @param Length Length */ + @param Length Length + */ public void setLength (BigDecimal Length) { set_Value (COLUMNNAME_Length, Length); @@ -1269,7 +1292,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Length. @return Length */ - public BigDecimal getLength () + public BigDecimal getLength() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Length); if (bd == null) @@ -1284,21 +1307,20 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Shipment/Receipt. - @param M_InOut_ID - Material Shipment Document - */ + @param M_InOut_ID Material Shipment Document + */ public void setM_InOut_ID (int M_InOut_ID) { - if (M_InOut_ID < 1) + if (M_InOut_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOut_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOut_ID, Integer.valueOf(M_InOut_ID)); } /** Get Shipment/Receipt. @return Material Shipment Document */ - public int getM_InOut_ID () + public int getM_InOut_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOut_ID); if (ii == null) @@ -1313,21 +1335,20 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Package. - @param M_Package_ID - Shipment Package - */ + @param M_Package_ID Shipment Package + */ public void setM_Package_ID (int M_Package_ID) { - if (M_Package_ID < 1) + if (M_Package_ID < 1) set_Value (COLUMNNAME_M_Package_ID, null); - else + else set_Value (COLUMNNAME_M_Package_ID, Integer.valueOf(M_Package_ID)); } /** Get Package. @return Shipment Package */ - public int getM_Package_ID () + public int getM_Package_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Package_ID); if (ii == null) @@ -1342,21 +1363,20 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_Value (COLUMNNAME_M_Shipper_ID, null); - else + else set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -1371,18 +1391,19 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Shipper Labels. - @param M_ShipperLabels_ID Shipper Labels */ + @param M_ShipperLabels_ID Shipper Labels + */ public void setM_ShipperLabels_ID (int M_ShipperLabels_ID) { - if (M_ShipperLabels_ID < 1) + if (M_ShipperLabels_ID < 1) set_Value (COLUMNNAME_M_ShipperLabels_ID, null); - else + else set_Value (COLUMNNAME_M_ShipperLabels_ID, Integer.valueOf(M_ShipperLabels_ID)); } /** Get Shipper Labels. @return Shipper Labels */ - public int getM_ShipperLabels_ID () + public int getM_ShipperLabels_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperLabels_ID); if (ii == null) @@ -1397,18 +1418,19 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Shipper Packaging. - @param M_ShipperPackaging_ID Shipper Packaging */ + @param M_ShipperPackaging_ID Shipper Packaging + */ public void setM_ShipperPackaging_ID (int M_ShipperPackaging_ID) { - if (M_ShipperPackaging_ID < 1) + if (M_ShipperPackaging_ID < 1) set_Value (COLUMNNAME_M_ShipperPackaging_ID, null); - else + else set_Value (COLUMNNAME_M_ShipperPackaging_ID, Integer.valueOf(M_ShipperPackaging_ID)); } /** Get Shipper Packaging. @return Shipper Packaging */ - public int getM_ShipperPackaging_ID () + public int getM_ShipperPackaging_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperPackaging_ID); if (ii == null) @@ -1423,18 +1445,19 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Shipper Pickup Types. - @param M_ShipperPickupTypes_ID Shipper Pickup Types */ + @param M_ShipperPickupTypes_ID Shipper Pickup Types + */ public void setM_ShipperPickupTypes_ID (int M_ShipperPickupTypes_ID) { - if (M_ShipperPickupTypes_ID < 1) + if (M_ShipperPickupTypes_ID < 1) set_Value (COLUMNNAME_M_ShipperPickupTypes_ID, null); - else + else set_Value (COLUMNNAME_M_ShipperPickupTypes_ID, Integer.valueOf(M_ShipperPickupTypes_ID)); } /** Get Shipper Pickup Types. @return Shipper Pickup Types */ - public int getM_ShipperPickupTypes_ID () + public int getM_ShipperPickupTypes_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShipperPickupTypes_ID); if (ii == null) @@ -1449,18 +1472,19 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Shipping Processor. - @param M_ShippingProcessor_ID Shipping Processor */ + @param M_ShippingProcessor_ID Shipping Processor + */ public void setM_ShippingProcessor_ID (int M_ShippingProcessor_ID) { - if (M_ShippingProcessor_ID < 1) + if (M_ShippingProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShippingProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShippingProcessor_ID, Integer.valueOf(M_ShippingProcessor_ID)); } /** Get Shipping Processor. @return Shipping Processor */ - public int getM_ShippingProcessor_ID () + public int getM_ShippingProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShippingProcessor_ID); if (ii == null) @@ -1469,18 +1493,19 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Shipping Transaction. - @param M_ShippingTransaction_ID Shipping Transaction */ + @param M_ShippingTransaction_ID Shipping Transaction + */ public void setM_ShippingTransaction_ID (int M_ShippingTransaction_ID) { - if (M_ShippingTransaction_ID < 1) + if (M_ShippingTransaction_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShippingTransaction_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShippingTransaction_ID, Integer.valueOf(M_ShippingTransaction_ID)); } /** Get Shipping Transaction. @return Shipping Transaction */ - public int getM_ShippingTransaction_ID () + public int getM_ShippingTransaction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShippingTransaction_ID); if (ii == null) @@ -1489,7 +1514,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set M_ShippingTransaction_UU. - @param M_ShippingTransaction_UU M_ShippingTransaction_UU */ + @param M_ShippingTransaction_UU M_ShippingTransaction_UU + */ public void setM_ShippingTransaction_UU (String M_ShippingTransaction_UU) { set_Value (COLUMNNAME_M_ShippingTransaction_UU, M_ShippingTransaction_UU); @@ -1497,7 +1523,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get M_ShippingTransaction_UU. @return M_ShippingTransaction_UU */ - public String getM_ShippingTransaction_UU () + public String getM_ShippingTransaction_UU() { return (String)get_Value(COLUMNNAME_M_ShippingTransaction_UU); } @@ -1509,21 +1535,20 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -1532,7 +1557,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Notification Message. - @param NotificationMessage Notification Message */ + @param NotificationMessage Notification Message + */ public void setNotificationMessage (String NotificationMessage) { set_Value (COLUMNNAME_NotificationMessage, NotificationMessage); @@ -1540,7 +1566,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Notification Message. @return Notification Message */ - public String getNotificationMessage () + public String getNotificationMessage() { return (String)get_Value(COLUMNNAME_NotificationMessage); } @@ -1554,9 +1580,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Sender = SE */ public static final String NOTIFICATIONTYPE_Sender = "SE"; /** Set Notification Type. - @param NotificationType - Type of Notifications - */ + @param NotificationType Type of Notifications + */ public void setNotificationType (String NotificationType) { @@ -1566,7 +1591,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Notification Type. @return Type of Notifications */ - public String getNotificationType () + public String getNotificationType() { return (String)get_Value(COLUMNNAME_NotificationType); } @@ -1588,9 +1613,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Direct Deposit = T */ public static final String PAYMENTRULE_DirectDeposit = "T"; /** Set Payment Rule. - @param PaymentRule - How you pay the invoice - */ + @param PaymentRule How you pay the invoice + */ public void setPaymentRule (String PaymentRule) { @@ -1600,15 +1624,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Payment Rule. @return How you pay the invoice */ - public String getPaymentRule () + public String getPaymentRule() { return (String)get_Value(COLUMNNAME_PaymentRule); } /** Set Order Reference. - @param POReference - Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner - */ + @param POReference Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner + */ public void setPOReference (String POReference) { set_Value (COLUMNNAME_POReference, POReference); @@ -1617,15 +1640,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Order Reference. @return Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner */ - public String getPOReference () + public String getPOReference() { return (String)get_Value(COLUMNNAME_POReference); } /** Set Price. - @param Price - Price - */ + @param Price Price + */ public void setPrice (BigDecimal Price) { set_Value (COLUMNNAME_Price, Price); @@ -1634,7 +1656,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Price. @return Price */ - public BigDecimal getPrice () + public BigDecimal getPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Price); if (bd == null) @@ -1643,9 +1665,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Unit Price. - @param PriceActual - Actual Price - */ + @param PriceActual Actual Price + */ public void setPriceActual (BigDecimal PriceActual) { set_Value (COLUMNNAME_PriceActual, PriceActual); @@ -1654,7 +1675,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Unit Price. @return Actual Price */ - public BigDecimal getPriceActual () + public BigDecimal getPriceActual() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceActual); if (bd == null) @@ -1663,9 +1684,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1674,7 +1694,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1687,9 +1707,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Info Received. - @param ReceivedInfo - Information of the receipt of the package (acknowledgement) - */ + @param ReceivedInfo Information of the receipt of the package (acknowledgement) + */ public void setReceivedInfo (String ReceivedInfo) { set_Value (COLUMNNAME_ReceivedInfo, ReceivedInfo); @@ -1698,7 +1717,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Info Received. @return Information of the receipt of the package (acknowledgement) */ - public String getReceivedInfo () + public String getReceivedInfo() { return (String)get_Value(COLUMNNAME_ReceivedInfo); } @@ -1710,18 +1729,19 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Return Partner. - @param ReturnBPartner_ID Return Partner */ + @param ReturnBPartner_ID Return Partner + */ public void setReturnBPartner_ID (int ReturnBPartner_ID) { - if (ReturnBPartner_ID < 1) + if (ReturnBPartner_ID < 1) set_Value (COLUMNNAME_ReturnBPartner_ID, null); - else + else set_Value (COLUMNNAME_ReturnBPartner_ID, Integer.valueOf(ReturnBPartner_ID)); } /** Get Return Partner. @return Return Partner */ - public int getReturnBPartner_ID () + public int getReturnBPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ReturnBPartner_ID); if (ii == null) @@ -1736,18 +1756,19 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Return Location. - @param ReturnLocation_ID Return Location */ + @param ReturnLocation_ID Return Location + */ public void setReturnLocation_ID (int ReturnLocation_ID) { - if (ReturnLocation_ID < 1) + if (ReturnLocation_ID < 1) set_Value (COLUMNNAME_ReturnLocation_ID, null); - else + else set_Value (COLUMNNAME_ReturnLocation_ID, Integer.valueOf(ReturnLocation_ID)); } /** Get Return Location. @return Return Location */ - public int getReturnLocation_ID () + public int getReturnLocation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ReturnLocation_ID); if (ii == null) @@ -1762,18 +1783,19 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Return User/Contact. - @param ReturnUser_ID Return User/Contact */ + @param ReturnUser_ID Return User/Contact + */ public void setReturnUser_ID (int ReturnUser_ID) { - if (ReturnUser_ID < 1) + if (ReturnUser_ID < 1) set_Value (COLUMNNAME_ReturnUser_ID, null); - else + else set_Value (COLUMNNAME_ReturnUser_ID, Integer.valueOf(ReturnUser_ID)); } /** Get Return User/Contact. @return Return User/Contact */ - public int getReturnUser_ID () + public int getReturnUser_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ReturnUser_ID); if (ii == null) @@ -1788,21 +1810,20 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -1811,9 +1832,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Ship Date. - @param ShipDate - Shipment Date/Time - */ + @param ShipDate Shipment Date/Time + */ public void setShipDate (Timestamp ShipDate) { set_Value (COLUMNNAME_ShipDate, ShipDate); @@ -1822,13 +1842,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Ship Date. @return Shipment Date/Time */ - public Timestamp getShipDate () + public Timestamp getShipDate() { return (Timestamp)get_Value(COLUMNNAME_ShipDate); } /** Set Shipper Account Number. - @param ShipperAccount Shipper Account Number */ + @param ShipperAccount Shipper Account Number + */ public void setShipperAccount (String ShipperAccount) { set_Value (COLUMNNAME_ShipperAccount, ShipperAccount); @@ -1836,13 +1857,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Shipper Account Number. @return Shipper Account Number */ - public String getShipperAccount () + public String getShipperAccount() { return (String)get_Value(COLUMNNAME_ShipperAccount); } /** Set Response Message. - @param ShippingRespMessage Response Message */ + @param ShippingRespMessage Response Message + */ public void setShippingRespMessage (String ShippingRespMessage) { set_Value (COLUMNNAME_ShippingRespMessage, ShippingRespMessage); @@ -1850,13 +1872,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Response Message. @return Response Message */ - public String getShippingRespMessage () + public String getShippingRespMessage() { return (String)get_Value(COLUMNNAME_ShippingRespMessage); } /** Set Surcharges. - @param Surcharges Surcharges */ + @param Surcharges Surcharges + */ public void setSurcharges (BigDecimal Surcharges) { set_Value (COLUMNNAME_Surcharges, Surcharges); @@ -1864,7 +1887,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Surcharges. @return Surcharges */ - public BigDecimal getSurcharges () + public BigDecimal getSurcharges() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Surcharges); if (bd == null) @@ -1873,7 +1896,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Tracking Info. - @param TrackingInfo Tracking Info */ + @param TrackingInfo Tracking Info + */ public void setTrackingInfo (String TrackingInfo) { set_Value (COLUMNNAME_TrackingInfo, TrackingInfo); @@ -1881,15 +1905,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Tracking Info. @return Tracking Info */ - public String getTrackingInfo () + public String getTrackingInfo() { return (String)get_Value(COLUMNNAME_TrackingInfo); } /** Set Tracking No. - @param TrackingNo - Number to track the shipment - */ + @param TrackingNo Number to track the shipment + */ public void setTrackingNo (String TrackingNo) { set_Value (COLUMNNAME_TrackingNo, TrackingNo); @@ -1898,15 +1921,14 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Tracking No. @return Number to track the shipment */ - public String getTrackingNo () + public String getTrackingNo() { return (String)get_Value(COLUMNNAME_TrackingNo); } /** Set Weight. - @param Weight - Weight of a product - */ + @param Weight Weight of a product + */ public void setWeight (BigDecimal Weight) { set_Value (COLUMNNAME_Weight, Weight); @@ -1915,7 +1937,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Weight. @return Weight of a product */ - public BigDecimal getWeight () + public BigDecimal getWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Weight); if (bd == null) @@ -1924,7 +1946,8 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti } /** Set Width. - @param Width Width */ + @param Width Width + */ public void setWidth (BigDecimal Width) { set_Value (COLUMNNAME_Width, Width); @@ -1932,7 +1955,7 @@ public class X_M_ShippingTransaction extends PO implements I_M_ShippingTransacti /** Get Width. @return Width */ - public BigDecimal getWidth () + public BigDecimal getWidth() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Width); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ShippingTransactionLine.java b/org.adempiere.base/src/org/compiere/model/X_M_ShippingTransactionLine.java index d4ff79b6a3..50e788ea0c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ShippingTransactionLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ShippingTransactionLine.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_ShippingTransactionLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_ShippingTransactionLine") public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTransactionLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_ShippingTransactionLine (Properties ctx, int M_ShippingTransactionLine_ID, String trxName) @@ -83,21 +83,20 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans } /** Set UOM for Length. - @param C_UOM_Length_ID - Standard Unit of Measure for Length - */ + @param C_UOM_Length_ID Standard Unit of Measure for Length + */ public void setC_UOM_Length_ID (int C_UOM_Length_ID) { - if (C_UOM_Length_ID < 1) + if (C_UOM_Length_ID < 1) set_Value (COLUMNNAME_C_UOM_Length_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_Length_ID, Integer.valueOf(C_UOM_Length_ID)); } /** Get UOM for Length. @return Standard Unit of Measure for Length */ - public int getC_UOM_Length_ID () + public int getC_UOM_Length_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_Length_ID); if (ii == null) @@ -112,21 +111,20 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans } /** Set UOM for Weight. - @param C_UOM_Weight_ID - Standard Unit of Measure for Weight - */ + @param C_UOM_Weight_ID Standard Unit of Measure for Weight + */ public void setC_UOM_Weight_ID (int C_UOM_Weight_ID) { - if (C_UOM_Weight_ID < 1) + if (C_UOM_Weight_ID < 1) set_Value (COLUMNNAME_C_UOM_Weight_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_Weight_ID, Integer.valueOf(C_UOM_Weight_ID)); } /** Get UOM for Weight. @return Standard Unit of Measure for Weight */ - public int getC_UOM_Weight_ID () + public int getC_UOM_Weight_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_Weight_ID); if (ii == null) @@ -135,9 +133,8 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -146,13 +143,14 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Height. - @param Height Height */ + @param Height Height + */ public void setHeight (BigDecimal Height) { set_Value (COLUMNNAME_Height, Height); @@ -160,7 +158,7 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans /** Get Height. @return Height */ - public BigDecimal getHeight () + public BigDecimal getHeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Height); if (bd == null) @@ -169,7 +167,8 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans } /** Set Length. - @param Length Length */ + @param Length Length + */ public void setLength (BigDecimal Length) { set_Value (COLUMNNAME_Length, Length); @@ -177,7 +176,7 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans /** Get Length. @return Length */ - public BigDecimal getLength () + public BigDecimal getLength() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Length); if (bd == null) @@ -186,7 +185,8 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans } /** Set Master Tracking No. - @param MasterTrackingNo Master Tracking No */ + @param MasterTrackingNo Master Tracking No + */ public void setMasterTrackingNo (String MasterTrackingNo) { set_Value (COLUMNNAME_MasterTrackingNo, MasterTrackingNo); @@ -194,7 +194,7 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans /** Get Master Tracking No. @return Master Tracking No */ - public String getMasterTrackingNo () + public String getMasterTrackingNo() { return (String)get_Value(COLUMNNAME_MasterTrackingNo); } @@ -206,18 +206,19 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans } /** Set Package MPS. - @param M_PackageMPS_ID Package MPS */ + @param M_PackageMPS_ID Package MPS + */ public void setM_PackageMPS_ID (int M_PackageMPS_ID) { - if (M_PackageMPS_ID < 1) + if (M_PackageMPS_ID < 1) set_Value (COLUMNNAME_M_PackageMPS_ID, null); - else + else set_Value (COLUMNNAME_M_PackageMPS_ID, Integer.valueOf(M_PackageMPS_ID)); } /** Get Package MPS. @return Package MPS */ - public int getM_PackageMPS_ID () + public int getM_PackageMPS_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PackageMPS_ID); if (ii == null) @@ -232,18 +233,19 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans } /** Set Shipping Transaction. - @param M_ShippingTransaction_ID Shipping Transaction */ + @param M_ShippingTransaction_ID Shipping Transaction + */ public void setM_ShippingTransaction_ID (int M_ShippingTransaction_ID) { - if (M_ShippingTransaction_ID < 1) + if (M_ShippingTransaction_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShippingTransaction_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShippingTransaction_ID, Integer.valueOf(M_ShippingTransaction_ID)); } /** Get Shipping Transaction. @return Shipping Transaction */ - public int getM_ShippingTransaction_ID () + public int getM_ShippingTransaction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShippingTransaction_ID); if (ii == null) @@ -260,18 +262,19 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans } /** Set Shipping Transaction Line. - @param M_ShippingTransactionLine_ID Shipping Transaction Line */ + @param M_ShippingTransactionLine_ID Shipping Transaction Line + */ public void setM_ShippingTransactionLine_ID (int M_ShippingTransactionLine_ID) { - if (M_ShippingTransactionLine_ID < 1) + if (M_ShippingTransactionLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ShippingTransactionLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ShippingTransactionLine_ID, Integer.valueOf(M_ShippingTransactionLine_ID)); } /** Get Shipping Transaction Line. @return Shipping Transaction Line */ - public int getM_ShippingTransactionLine_ID () + public int getM_ShippingTransactionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ShippingTransactionLine_ID); if (ii == null) @@ -280,7 +283,8 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans } /** Set M_ShippingTransactionLine_UU. - @param M_ShippingTransactionLine_UU M_ShippingTransactionLine_UU */ + @param M_ShippingTransactionLine_UU M_ShippingTransactionLine_UU + */ public void setM_ShippingTransactionLine_UU (String M_ShippingTransactionLine_UU) { set_Value (COLUMNNAME_M_ShippingTransactionLine_UU, M_ShippingTransactionLine_UU); @@ -288,15 +292,14 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans /** Get M_ShippingTransactionLine_UU. @return M_ShippingTransactionLine_UU */ - public String getM_ShippingTransactionLine_UU () + public String getM_ShippingTransactionLine_UU() { return (String)get_Value(COLUMNNAME_M_ShippingTransactionLine_UU); } /** Set Price. - @param Price - Price - */ + @param Price Price + */ public void setPrice (BigDecimal Price) { set_Value (COLUMNNAME_Price, Price); @@ -305,7 +308,7 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans /** Get Price. @return Price */ - public BigDecimal getPrice () + public BigDecimal getPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Price); if (bd == null) @@ -314,9 +317,8 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -325,7 +327,7 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -338,9 +340,8 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -349,7 +350,7 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -358,9 +359,8 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans } /** Set Tracking No. - @param TrackingNo - Number to track the shipment - */ + @param TrackingNo Number to track the shipment + */ public void setTrackingNo (String TrackingNo) { set_Value (COLUMNNAME_TrackingNo, TrackingNo); @@ -369,15 +369,14 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans /** Get Tracking No. @return Number to track the shipment */ - public String getTrackingNo () + public String getTrackingNo() { return (String)get_Value(COLUMNNAME_TrackingNo); } /** Set Weight. - @param Weight - Weight of a product - */ + @param Weight Weight of a product + */ public void setWeight (BigDecimal Weight) { set_Value (COLUMNNAME_Weight, Weight); @@ -386,7 +385,7 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans /** Get Weight. @return Weight of a product */ - public BigDecimal getWeight () + public BigDecimal getWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Weight); if (bd == null) @@ -395,7 +394,8 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans } /** Set Width. - @param Width Width */ + @param Width Width + */ public void setWidth (BigDecimal Width) { set_Value (COLUMNNAME_Width, Width); @@ -403,7 +403,7 @@ public class X_M_ShippingTransactionLine extends PO implements I_M_ShippingTrans /** Get Width. @return Width */ - public BigDecimal getWidth () + public BigDecimal getWidth() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Width); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_StorageOnHand.java b/org.adempiere.base/src/org/compiere/model/X_M_StorageOnHand.java index 2994e6a7a0..2179863607 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_StorageOnHand.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_StorageOnHand.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for M_StorageOnHand * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_StorageOnHand") public class X_M_StorageOnHand extends PO implements I_M_StorageOnHand, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_StorageOnHand extends PO implements I_M_StorageOnHand, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_StorageOnHand (Properties ctx, int M_StorageOnHand_ID, String trxName) @@ -78,9 +78,8 @@ public class X_M_StorageOnHand extends PO implements I_M_StorageOnHand, I_Persis } /** Set Date last inventory count. - @param DateLastInventory - Date of Last Inventory Count - */ + @param DateLastInventory Date of Last Inventory Count + */ public void setDateLastInventory (Timestamp DateLastInventory) { set_Value (COLUMNNAME_DateLastInventory, DateLastInventory); @@ -89,15 +88,14 @@ public class X_M_StorageOnHand extends PO implements I_M_StorageOnHand, I_Persis /** Get Date last inventory count. @return Date of Last Inventory Count */ - public Timestamp getDateLastInventory () + public Timestamp getDateLastInventory() { return (Timestamp)get_Value(COLUMNNAME_DateLastInventory); } /** Set Date Material Policy. - @param DateMaterialPolicy - Time used for LIFO and FIFO Material Policy - */ + @param DateMaterialPolicy Time used for LIFO and FIFO Material Policy + */ public void setDateMaterialPolicy (Timestamp DateMaterialPolicy) { set_ValueNoCheck (COLUMNNAME_DateMaterialPolicy, DateMaterialPolicy); @@ -106,7 +104,7 @@ public class X_M_StorageOnHand extends PO implements I_M_StorageOnHand, I_Persis /** Get Date Material Policy. @return Time used for LIFO and FIFO Material Policy */ - public Timestamp getDateMaterialPolicy () + public Timestamp getDateMaterialPolicy() { return (Timestamp)get_Value(COLUMNNAME_DateMaterialPolicy); } @@ -118,21 +116,20 @@ public class X_M_StorageOnHand extends PO implements I_M_StorageOnHand, I_Persis } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -147,21 +144,20 @@ public class X_M_StorageOnHand extends PO implements I_M_StorageOnHand, I_Persis } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Locator_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -176,21 +172,20 @@ public class X_M_StorageOnHand extends PO implements I_M_StorageOnHand, I_Persis } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -199,7 +194,8 @@ public class X_M_StorageOnHand extends PO implements I_M_StorageOnHand, I_Persis } /** Set M_StorageOnHand_UU. - @param M_StorageOnHand_UU M_StorageOnHand_UU */ + @param M_StorageOnHand_UU M_StorageOnHand_UU + */ public void setM_StorageOnHand_UU (String M_StorageOnHand_UU) { set_Value (COLUMNNAME_M_StorageOnHand_UU, M_StorageOnHand_UU); @@ -207,15 +203,14 @@ public class X_M_StorageOnHand extends PO implements I_M_StorageOnHand, I_Persis /** Get M_StorageOnHand_UU. @return M_StorageOnHand_UU */ - public String getM_StorageOnHand_UU () + public String getM_StorageOnHand_UU() { return (String)get_Value(COLUMNNAME_M_StorageOnHand_UU); } /** Set On Hand Quantity. - @param QtyOnHand - On Hand Quantity - */ + @param QtyOnHand On Hand Quantity + */ public void setQtyOnHand (BigDecimal QtyOnHand) { set_ValueNoCheck (COLUMNNAME_QtyOnHand, QtyOnHand); @@ -224,7 +219,7 @@ public class X_M_StorageOnHand extends PO implements I_M_StorageOnHand, I_Persis /** Get On Hand Quantity. @return On Hand Quantity */ - public BigDecimal getQtyOnHand () + public BigDecimal getQtyOnHand() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOnHand); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_StorageReservation.java b/org.adempiere.base/src/org/compiere/model/X_M_StorageReservation.java index 8c3b7127a3..c67136cffa 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_StorageReservation.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_StorageReservation.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for M_StorageReservation * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_StorageReservation") public class X_M_StorageReservation extends PO implements I_M_StorageReservation, I_Persistent { @@ -33,7 +33,7 @@ public class X_M_StorageReservation extends PO implements I_M_StorageReservation /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_StorageReservation (Properties ctx, int M_StorageReservation_ID, String trxName) @@ -79,9 +79,8 @@ public class X_M_StorageReservation extends PO implements I_M_StorageReservation } /** Set Date last inventory count. - @param DateLastInventory - Date of Last Inventory Count - */ + @param DateLastInventory Date of Last Inventory Count + */ public void setDateLastInventory (Timestamp DateLastInventory) { set_Value (COLUMNNAME_DateLastInventory, DateLastInventory); @@ -90,15 +89,14 @@ public class X_M_StorageReservation extends PO implements I_M_StorageReservation /** Get Date last inventory count. @return Date of Last Inventory Count */ - public Timestamp getDateLastInventory () + public Timestamp getDateLastInventory() { return (Timestamp)get_Value(COLUMNNAME_DateLastInventory); } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_ValueNoCheck (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -107,7 +105,7 @@ public class X_M_StorageReservation extends PO implements I_M_StorageReservation /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -126,21 +124,20 @@ public class X_M_StorageReservation extends PO implements I_M_StorageReservation } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -155,21 +152,20 @@ public class X_M_StorageReservation extends PO implements I_M_StorageReservation } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -178,7 +174,8 @@ public class X_M_StorageReservation extends PO implements I_M_StorageReservation } /** Set M_StorageReservation_UU. - @param M_StorageReservation_UU M_StorageReservation_UU */ + @param M_StorageReservation_UU M_StorageReservation_UU + */ public void setM_StorageReservation_UU (String M_StorageReservation_UU) { set_Value (COLUMNNAME_M_StorageReservation_UU, M_StorageReservation_UU); @@ -186,7 +183,7 @@ public class X_M_StorageReservation extends PO implements I_M_StorageReservation /** Get M_StorageReservation_UU. @return M_StorageReservation_UU */ - public String getM_StorageReservation_UU () + public String getM_StorageReservation_UU() { return (String)get_Value(COLUMNNAME_M_StorageReservation_UU); } @@ -198,21 +195,20 @@ public class X_M_StorageReservation extends PO implements I_M_StorageReservation } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -221,9 +217,8 @@ public class X_M_StorageReservation extends PO implements I_M_StorageReservation } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_ValueNoCheck (COLUMNNAME_Qty, Qty); @@ -232,7 +227,7 @@ public class X_M_StorageReservation extends PO implements I_M_StorageReservation /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_StorageReservationLog.java b/org.adempiere.base/src/org/compiere/model/X_M_StorageReservationLog.java index 40aa565ceb..c7976a88f8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_StorageReservationLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_StorageReservationLog.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_StorageReservationLog * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_StorageReservationLog") public class X_M_StorageReservationLog extends PO implements I_M_StorageReservationLog, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat /** * */ - private static final long serialVersionUID = 20211101L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_StorageReservationLog (Properties ctx, int M_StorageReservationLog_ID, String trxName) @@ -89,21 +89,20 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -118,21 +117,20 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_ValueNoCheck (COLUMNNAME_C_DocType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -141,9 +139,8 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat } /** Set Delta Quantity. - @param DeltaQty - Quantity Difference - */ + @param DeltaQty Quantity Difference + */ public void setDeltaQty (BigDecimal DeltaQty) { set_ValueNoCheck (COLUMNNAME_DeltaQty, DeltaQty); @@ -152,7 +149,7 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat /** Get Delta Quantity. @return Quantity Difference */ - public BigDecimal getDeltaQty () + public BigDecimal getDeltaQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DeltaQty); if (bd == null) @@ -161,9 +158,8 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_ValueNoCheck (COLUMNNAME_DocumentNo, DocumentNo); @@ -172,15 +168,14 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_ValueNoCheck (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -189,7 +184,7 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -202,9 +197,8 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat } /** Set Line. - @param LineNo - Line No - */ + @param LineNo Line No + */ public void setLineNo (int LineNo) { set_ValueNoCheck (COLUMNNAME_LineNo, Integer.valueOf(LineNo)); @@ -213,7 +207,7 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat /** Get Line. @return Line No */ - public int getLineNo () + public int getLineNo() { Integer ii = (Integer)get_Value(COLUMNNAME_LineNo); if (ii == null) @@ -228,21 +222,20 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -257,21 +250,20 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -280,21 +272,20 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat } /** Set Storage Reservation Log. - @param M_StorageReservationLog_ID - Log for every storage reservation quantity change - */ + @param M_StorageReservationLog_ID Log for every storage reservation quantity change + */ public void setM_StorageReservationLog_ID (int M_StorageReservationLog_ID) { - if (M_StorageReservationLog_ID < 1) + if (M_StorageReservationLog_ID < 1) set_ValueNoCheck (COLUMNNAME_M_StorageReservationLog_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_StorageReservationLog_ID, Integer.valueOf(M_StorageReservationLog_ID)); } /** Get Storage Reservation Log. @return Log for every storage reservation quantity change */ - public int getM_StorageReservationLog_ID () + public int getM_StorageReservationLog_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_StorageReservationLog_ID); if (ii == null) @@ -303,7 +294,8 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat } /** Set M_StorageReservationLog_UU. - @param M_StorageReservationLog_UU M_StorageReservationLog_UU */ + @param M_StorageReservationLog_UU M_StorageReservationLog_UU + */ public void setM_StorageReservationLog_UU (String M_StorageReservationLog_UU) { set_ValueNoCheck (COLUMNNAME_M_StorageReservationLog_UU, M_StorageReservationLog_UU); @@ -311,7 +303,7 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat /** Get M_StorageReservationLog_UU. @return M_StorageReservationLog_UU */ - public String getM_StorageReservationLog_UU () + public String getM_StorageReservationLog_UU() { return (String)get_Value(COLUMNNAME_M_StorageReservationLog_UU); } @@ -323,21 +315,20 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -346,9 +337,8 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat } /** Set New Current Quantity. - @param NewQty - New current quantity after processing of M_CostDetail - */ + @param NewQty New current quantity after processing of M_CostDetail + */ public void setNewQty (BigDecimal NewQty) { set_ValueNoCheck (COLUMNNAME_NewQty, NewQty); @@ -357,7 +347,7 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat /** Get New Current Quantity. @return New current quantity after processing of M_CostDetail */ - public BigDecimal getNewQty () + public BigDecimal getNewQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_NewQty); if (bd == null) @@ -366,9 +356,8 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat } /** Set Old Current Quantity. - @param OldQty - Old current quantity before the processing of M_CostDetail - */ + @param OldQty Old current quantity before the processing of M_CostDetail + */ public void setOldQty (BigDecimal OldQty) { set_ValueNoCheck (COLUMNNAME_OldQty, OldQty); @@ -377,7 +366,7 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat /** Get Old Current Quantity. @return Old current quantity before the processing of M_CostDetail */ - public BigDecimal getOldQty () + public BigDecimal getOldQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OldQty); if (bd == null) @@ -386,21 +375,20 @@ public class X_M_StorageReservationLog extends PO implements I_M_StorageReservat } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Substitute.java b/org.adempiere.base/src/org/compiere/model/X_M_Substitute.java index 5230cfbcc5..26dc913784 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Substitute.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Substitute.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Substitute * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Substitute") public class X_M_Substitute extends PO implements I_M_Substitute, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_Substitute extends PO implements I_M_Substitute, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Substitute (Properties ctx, int M_Substitute_ID, String trxName) @@ -74,9 +74,8 @@ public class X_M_Substitute extends PO implements I_M_Substitute, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,7 +84,7 @@ public class X_M_Substitute extends PO implements I_M_Substitute, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -97,21 +96,20 @@ public class X_M_Substitute extends PO implements I_M_Substitute, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -120,7 +118,8 @@ public class X_M_Substitute extends PO implements I_M_Substitute, I_Persistent } /** Set M_Substitute_UU. - @param M_Substitute_UU M_Substitute_UU */ + @param M_Substitute_UU M_Substitute_UU + */ public void setM_Substitute_UU (String M_Substitute_UU) { set_Value (COLUMNNAME_M_Substitute_UU, M_Substitute_UU); @@ -128,15 +127,14 @@ public class X_M_Substitute extends PO implements I_M_Substitute, I_Persistent /** Get M_Substitute_UU. @return M_Substitute_UU */ - public String getM_Substitute_UU () + public String getM_Substitute_UU() { return (String)get_Value(COLUMNNAME_M_Substitute_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -145,7 +143,7 @@ public class X_M_Substitute extends PO implements I_M_Substitute, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -165,21 +163,20 @@ public class X_M_Substitute extends PO implements I_M_Substitute, I_Persistent } /** Set Substitute. - @param Substitute_ID - Entity which can be used in place of this entity - */ + @param Substitute_ID Entity which can be used in place of this entity + */ public void setSubstitute_ID (int Substitute_ID) { - if (Substitute_ID < 1) + if (Substitute_ID < 1) set_ValueNoCheck (COLUMNNAME_Substitute_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Substitute_ID, Integer.valueOf(Substitute_ID)); } /** Get Substitute. @return Entity which can be used in place of this entity */ - public int getSubstitute_ID () + public int getSubstitute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Substitute_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Transaction.java b/org.adempiere.base/src/org/compiere/model/X_M_Transaction.java index 9d4098d5cd..5b523aa81c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Transaction.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Transaction.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Transaction * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Transaction") public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent { @@ -34,7 +34,7 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Transaction (Properties ctx, int M_Transaction_ID, String trxName) @@ -87,21 +87,20 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent } /** Set Project Issue. - @param C_ProjectIssue_ID - Project Issues (Material, Labor) - */ + @param C_ProjectIssue_ID Project Issues (Material, Labor) + */ public void setC_ProjectIssue_ID (int C_ProjectIssue_ID) { - if (C_ProjectIssue_ID < 1) + if (C_ProjectIssue_ID < 1) set_ValueNoCheck (COLUMNNAME_C_ProjectIssue_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_ProjectIssue_ID, Integer.valueOf(C_ProjectIssue_ID)); } /** Get Project Issue. @return Project Issues (Material, Labor) */ - public int getC_ProjectIssue_ID () + public int getC_ProjectIssue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectIssue_ID); if (ii == null) @@ -116,21 +115,20 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -145,21 +143,20 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -174,21 +171,20 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent } /** Set Phys.Inventory Line. - @param M_InventoryLine_ID - Unique line in an Inventory document - */ + @param M_InventoryLine_ID Unique line in an Inventory document + */ public void setM_InventoryLine_ID (int M_InventoryLine_ID) { - if (M_InventoryLine_ID < 1) + if (M_InventoryLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InventoryLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InventoryLine_ID, Integer.valueOf(M_InventoryLine_ID)); } /** Get Phys.Inventory Line. @return Unique line in an Inventory document */ - public int getM_InventoryLine_ID () + public int getM_InventoryLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InventoryLine_ID); if (ii == null) @@ -203,21 +199,20 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Locator_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -232,21 +227,20 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent } /** Set Move Line. - @param M_MovementLine_ID - Inventory Move document Line - */ + @param M_MovementLine_ID Inventory Move document Line + */ public void setM_MovementLine_ID (int M_MovementLine_ID) { - if (M_MovementLine_ID < 1) + if (M_MovementLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_MovementLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_MovementLine_ID, Integer.valueOf(M_MovementLine_ID)); } /** Get Move Line. @return Inventory Move document Line */ - public int getM_MovementLine_ID () + public int getM_MovementLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementLine_ID); if (ii == null) @@ -255,9 +249,8 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent } /** Set Movement Date. - @param MovementDate - Date a product was moved in or out of inventory - */ + @param MovementDate Date a product was moved in or out of inventory + */ public void setMovementDate (Timestamp MovementDate) { set_ValueNoCheck (COLUMNNAME_MovementDate, MovementDate); @@ -266,7 +259,7 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent /** Get Movement Date. @return Date a product was moved in or out of inventory */ - public Timestamp getMovementDate () + public Timestamp getMovementDate() { return (Timestamp)get_Value(COLUMNNAME_MovementDate); } @@ -280,9 +273,8 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_ValueNoCheck (COLUMNNAME_MovementQty, MovementQty); @@ -291,7 +283,7 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) @@ -326,9 +318,8 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent /** Work Order - = W- */ public static final String MOVEMENTTYPE_WorkOrder_ = "W-"; /** Set Movement Type. - @param MovementType - Method of moving the inventory - */ + @param MovementType Method of moving the inventory + */ public void setMovementType (String MovementType) { @@ -338,7 +329,7 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent /** Get Movement Type. @return Method of moving the inventory */ - public String getMovementType () + public String getMovementType() { return (String)get_Value(COLUMNNAME_MovementType); } @@ -350,21 +341,20 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -379,21 +369,20 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent } /** Set Production Line. - @param M_ProductionLine_ID - Document Line representing a production - */ + @param M_ProductionLine_ID Document Line representing a production + */ public void setM_ProductionLine_ID (int M_ProductionLine_ID) { - if (M_ProductionLine_ID < 1) + if (M_ProductionLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ProductionLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ProductionLine_ID, Integer.valueOf(M_ProductionLine_ID)); } /** Get Production Line. @return Document Line representing a production */ - public int getM_ProductionLine_ID () + public int getM_ProductionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductionLine_ID); if (ii == null) @@ -402,18 +391,19 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent } /** Set Inventory Transaction. - @param M_Transaction_ID Inventory Transaction */ + @param M_Transaction_ID Inventory Transaction + */ public void setM_Transaction_ID (int M_Transaction_ID) { - if (M_Transaction_ID < 1) + if (M_Transaction_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Transaction_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Transaction_ID, Integer.valueOf(M_Transaction_ID)); } /** Get Inventory Transaction. @return Inventory Transaction */ - public int getM_Transaction_ID () + public int getM_Transaction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Transaction_ID); if (ii == null) @@ -422,7 +412,8 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent } /** Set M_Transaction_UU. - @param M_Transaction_UU M_Transaction_UU */ + @param M_Transaction_UU M_Transaction_UU + */ public void setM_Transaction_UU (String M_Transaction_UU) { set_Value (COLUMNNAME_M_Transaction_UU, M_Transaction_UU); @@ -430,7 +421,7 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent /** Get M_Transaction_UU. @return M_Transaction_UU */ - public String getM_Transaction_UU () + public String getM_Transaction_UU() { return (String)get_Value(COLUMNNAME_M_Transaction_UU); } @@ -442,18 +433,19 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent } /** Set Manufacturing Cost Collector. - @param PP_Cost_Collector_ID Manufacturing Cost Collector */ + @param PP_Cost_Collector_ID Manufacturing Cost Collector + */ public void setPP_Cost_Collector_ID (int PP_Cost_Collector_ID) { - if (PP_Cost_Collector_ID < 1) + if (PP_Cost_Collector_ID < 1) set_Value (COLUMNNAME_PP_Cost_Collector_ID, null); - else + else set_Value (COLUMNNAME_PP_Cost_Collector_ID, Integer.valueOf(PP_Cost_Collector_ID)); } /** Get Manufacturing Cost Collector. @return Manufacturing Cost Collector */ - public int getPP_Cost_Collector_ID () + public int getPP_Cost_Collector_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Cost_Collector_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_TransactionAllocation.java b/org.adempiere.base/src/org/compiere/model/X_M_TransactionAllocation.java index d5b46b6e79..3443a4707a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_TransactionAllocation.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_TransactionAllocation.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for M_TransactionAllocation * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_TransactionAllocation") public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllocation, I_Persistent { @@ -32,7 +32,7 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_TransactionAllocation (Properties ctx, int M_TransactionAllocation_ID, String trxName) @@ -87,9 +87,8 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo /** LiFo = L */ public static final String ALLOCATIONSTRATEGYTYPE_LiFo = "L"; /** Set Allocation Strategy. - @param AllocationStrategyType - Allocation Strategy - */ + @param AllocationStrategyType Allocation Strategy + */ public void setAllocationStrategyType (String AllocationStrategyType) { @@ -99,15 +98,14 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo /** Get Allocation Strategy. @return Allocation Strategy */ - public String getAllocationStrategyType () + public String getAllocationStrategyType() { return (String)get_Value(COLUMNNAME_AllocationStrategyType); } /** Set Allocated. - @param IsAllocated - Indicates if the payment has been allocated - */ + @param IsAllocated Indicates if the payment has been allocated + */ public void setIsAllocated (boolean IsAllocated) { set_Value (COLUMNNAME_IsAllocated, Boolean.valueOf(IsAllocated)); @@ -116,7 +114,7 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo /** Get Allocated. @return Indicates if the payment has been allocated */ - public boolean isAllocated () + public boolean isAllocated() { Object oo = get_Value(COLUMNNAME_IsAllocated); if (oo != null) @@ -129,9 +127,8 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo } /** Set Manual. - @param IsManual - This is a manual process - */ + @param IsManual This is a manual process + */ public void setIsManual (boolean IsManual) { set_Value (COLUMNNAME_IsManual, Boolean.valueOf(IsManual)); @@ -140,7 +137,7 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo /** Get Manual. @return This is a manual process */ - public boolean isManual () + public boolean isManual() { Object oo = get_Value(COLUMNNAME_IsManual); if (oo != null) @@ -159,21 +156,20 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -188,21 +184,20 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_Value (COLUMNNAME_M_InOutLine_ID, null); - else + else set_Value (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -217,21 +212,20 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo } /** Set Phys.Inventory Line. - @param M_InventoryLine_ID - Unique line in an Inventory document - */ + @param M_InventoryLine_ID Unique line in an Inventory document + */ public void setM_InventoryLine_ID (int M_InventoryLine_ID) { - if (M_InventoryLine_ID < 1) + if (M_InventoryLine_ID < 1) set_Value (COLUMNNAME_M_InventoryLine_ID, null); - else + else set_Value (COLUMNNAME_M_InventoryLine_ID, Integer.valueOf(M_InventoryLine_ID)); } /** Get Phys.Inventory Line. @return Unique line in an Inventory document */ - public int getM_InventoryLine_ID () + public int getM_InventoryLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InventoryLine_ID); if (ii == null) @@ -246,21 +240,20 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -275,21 +268,20 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo } /** Set Production Line. - @param M_ProductionLine_ID - Document Line representing a production - */ + @param M_ProductionLine_ID Document Line representing a production + */ public void setM_ProductionLine_ID (int M_ProductionLine_ID) { - if (M_ProductionLine_ID < 1) + if (M_ProductionLine_ID < 1) set_Value (COLUMNNAME_M_ProductionLine_ID, null); - else + else set_Value (COLUMNNAME_M_ProductionLine_ID, Integer.valueOf(M_ProductionLine_ID)); } /** Get Production Line. @return Document Line representing a production */ - public int getM_ProductionLine_ID () + public int getM_ProductionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductionLine_ID); if (ii == null) @@ -298,7 +290,8 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo } /** Set M_TransactionAllocation_UU. - @param M_TransactionAllocation_UU M_TransactionAllocation_UU */ + @param M_TransactionAllocation_UU M_TransactionAllocation_UU + */ public void setM_TransactionAllocation_UU (String M_TransactionAllocation_UU) { set_Value (COLUMNNAME_M_TransactionAllocation_UU, M_TransactionAllocation_UU); @@ -306,7 +299,7 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo /** Get M_TransactionAllocation_UU. @return M_TransactionAllocation_UU */ - public String getM_TransactionAllocation_UU () + public String getM_TransactionAllocation_UU() { return (String)get_Value(COLUMNNAME_M_TransactionAllocation_UU); } @@ -318,18 +311,19 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo } /** Set Inventory Transaction. - @param M_Transaction_ID Inventory Transaction */ + @param M_Transaction_ID Inventory Transaction + */ public void setM_Transaction_ID (int M_Transaction_ID) { - if (M_Transaction_ID < 1) + if (M_Transaction_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Transaction_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Transaction_ID, Integer.valueOf(M_Transaction_ID)); } /** Get Inventory Transaction. @return Inventory Transaction */ - public int getM_Transaction_ID () + public int getM_Transaction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Transaction_ID); if (ii == null) @@ -344,21 +338,20 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo } /** Set Out Shipment Line. - @param Out_M_InOutLine_ID - Outgoing Shipment/Receipt - */ + @param Out_M_InOutLine_ID Outgoing Shipment/Receipt + */ public void setOut_M_InOutLine_ID (int Out_M_InOutLine_ID) { - if (Out_M_InOutLine_ID < 1) + if (Out_M_InOutLine_ID < 1) set_Value (COLUMNNAME_Out_M_InOutLine_ID, null); - else + else set_Value (COLUMNNAME_Out_M_InOutLine_ID, Integer.valueOf(Out_M_InOutLine_ID)); } /** Get Out Shipment Line. @return Outgoing Shipment/Receipt */ - public int getOut_M_InOutLine_ID () + public int getOut_M_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Out_M_InOutLine_ID); if (ii == null) @@ -373,21 +366,20 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo } /** Set Out Inventory Line. - @param Out_M_InventoryLine_ID - Outgoing Inventory Line - */ + @param Out_M_InventoryLine_ID Outgoing Inventory Line + */ public void setOut_M_InventoryLine_ID (int Out_M_InventoryLine_ID) { - if (Out_M_InventoryLine_ID < 1) + if (Out_M_InventoryLine_ID < 1) set_Value (COLUMNNAME_Out_M_InventoryLine_ID, null); - else + else set_Value (COLUMNNAME_Out_M_InventoryLine_ID, Integer.valueOf(Out_M_InventoryLine_ID)); } /** Get Out Inventory Line. @return Outgoing Inventory Line */ - public int getOut_M_InventoryLine_ID () + public int getOut_M_InventoryLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Out_M_InventoryLine_ID); if (ii == null) @@ -402,21 +394,20 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo } /** Set Out Production Line. - @param Out_M_ProductionLine_ID - Outgoing Production Line - */ + @param Out_M_ProductionLine_ID Outgoing Production Line + */ public void setOut_M_ProductionLine_ID (int Out_M_ProductionLine_ID) { - if (Out_M_ProductionLine_ID < 1) + if (Out_M_ProductionLine_ID < 1) set_Value (COLUMNNAME_Out_M_ProductionLine_ID, null); - else + else set_Value (COLUMNNAME_Out_M_ProductionLine_ID, Integer.valueOf(Out_M_ProductionLine_ID)); } /** Get Out Production Line. @return Outgoing Production Line */ - public int getOut_M_ProductionLine_ID () + public int getOut_M_ProductionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Out_M_ProductionLine_ID); if (ii == null) @@ -431,21 +422,20 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo } /** Set Out Transaction. - @param Out_M_Transaction_ID - Outgoing Transaction - */ + @param Out_M_Transaction_ID Outgoing Transaction + */ public void setOut_M_Transaction_ID (int Out_M_Transaction_ID) { - if (Out_M_Transaction_ID < 1) + if (Out_M_Transaction_ID < 1) set_Value (COLUMNNAME_Out_M_Transaction_ID, null); - else + else set_Value (COLUMNNAME_Out_M_Transaction_ID, Integer.valueOf(Out_M_Transaction_ID)); } /** Get Out Transaction. @return Outgoing Transaction */ - public int getOut_M_Transaction_ID () + public int getOut_M_Transaction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Out_M_Transaction_ID); if (ii == null) @@ -454,9 +444,8 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -465,7 +454,7 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Warehouse.java b/org.adempiere.base/src/org/compiere/model/X_M_Warehouse.java index 0b1218b3a9..21585877b2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Warehouse.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Warehouse.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for M_Warehouse * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Warehouse") public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent { @@ -31,7 +31,7 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Warehouse (Properties ctx, int M_Warehouse_ID, String trxName) @@ -85,21 +85,20 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -108,9 +107,8 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -119,15 +117,14 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Disallow Negative Inventory. - @param IsDisallowNegativeInv - Negative Inventory is not allowed in this warehouse - */ + @param IsDisallowNegativeInv Negative Inventory is not allowed in this warehouse + */ public void setIsDisallowNegativeInv (boolean IsDisallowNegativeInv) { set_Value (COLUMNNAME_IsDisallowNegativeInv, Boolean.valueOf(IsDisallowNegativeInv)); @@ -136,7 +133,7 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent /** Get Disallow Negative Inventory. @return Negative Inventory is not allowed in this warehouse */ - public boolean isDisallowNegativeInv () + public boolean isDisallowNegativeInv() { Object oo = get_Value(COLUMNNAME_IsDisallowNegativeInv); if (oo != null) @@ -149,9 +146,8 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent } /** Set In Transit. - @param IsInTransit - Movement is in transit - */ + @param IsInTransit Movement is in transit + */ public void setIsInTransit (boolean IsInTransit) { set_Value (COLUMNNAME_IsInTransit, Boolean.valueOf(IsInTransit)); @@ -160,7 +156,7 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent /** Get In Transit. @return Movement is in transit */ - public boolean isInTransit () + public boolean isInTransit() { Object oo = get_Value(COLUMNNAME_IsInTransit); if (oo != null) @@ -179,21 +175,20 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent } /** Set Reservation Locator. - @param M_ReserveLocator_ID - Reservation Locator (just for reporting purposes) - */ + @param M_ReserveLocator_ID Reservation Locator (just for reporting purposes) + */ public void setM_ReserveLocator_ID (int M_ReserveLocator_ID) { - if (M_ReserveLocator_ID < 1) + if (M_ReserveLocator_ID < 1) set_Value (COLUMNNAME_M_ReserveLocator_ID, null); - else + else set_Value (COLUMNNAME_M_ReserveLocator_ID, Integer.valueOf(M_ReserveLocator_ID)); } /** Get Reservation Locator. @return Reservation Locator (just for reporting purposes) */ - public int getM_ReserveLocator_ID () + public int getM_ReserveLocator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ReserveLocator_ID); if (ii == null) @@ -202,21 +197,20 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -231,21 +225,20 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent } /** Set Source Warehouse. - @param M_WarehouseSource_ID - Optional Warehouse to replenish from - */ + @param M_WarehouseSource_ID Optional Warehouse to replenish from + */ public void setM_WarehouseSource_ID (int M_WarehouseSource_ID) { - if (M_WarehouseSource_ID < 1) + if (M_WarehouseSource_ID < 1) set_Value (COLUMNNAME_M_WarehouseSource_ID, null); - else + else set_Value (COLUMNNAME_M_WarehouseSource_ID, Integer.valueOf(M_WarehouseSource_ID)); } /** Get Source Warehouse. @return Optional Warehouse to replenish from */ - public int getM_WarehouseSource_ID () + public int getM_WarehouseSource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_WarehouseSource_ID); if (ii == null) @@ -254,7 +247,8 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent } /** Set M_Warehouse_UU. - @param M_Warehouse_UU M_Warehouse_UU */ + @param M_Warehouse_UU M_Warehouse_UU + */ public void setM_Warehouse_UU (String M_Warehouse_UU) { set_Value (COLUMNNAME_M_Warehouse_UU, M_Warehouse_UU); @@ -262,15 +256,14 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent /** Get M_Warehouse_UU. @return M_Warehouse_UU */ - public String getM_Warehouse_UU () + public String getM_Warehouse_UU() { return (String)get_Value(COLUMNNAME_M_Warehouse_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -279,7 +272,7 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -293,9 +286,8 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent } /** Set Replenishment Class. - @param ReplenishmentClass - Custom class to calculate Quantity to Order - */ + @param ReplenishmentClass Custom class to calculate Quantity to Order + */ public void setReplenishmentClass (String ReplenishmentClass) { set_Value (COLUMNNAME_ReplenishmentClass, ReplenishmentClass); @@ -304,15 +296,14 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent /** Get Replenishment Class. @return Custom class to calculate Quantity to Order */ - public String getReplenishmentClass () + public String getReplenishmentClass() { return (String)get_Value(COLUMNNAME_ReplenishmentClass); } /** Set Element Separator. - @param Separator - Element Separator - */ + @param Separator Element Separator + */ public void setSeparator (String Separator) { set_Value (COLUMNNAME_Separator, Separator); @@ -321,15 +312,14 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent /** Get Element Separator. @return Element Separator */ - public String getSeparator () + public String getSeparator() { return (String)get_Value(COLUMNNAME_Separator); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -338,7 +328,7 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Warehouse_Acct.java b/org.adempiere.base/src/org/compiere/model/X_M_Warehouse_Acct.java index 81554476b4..dcf7aed65d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Warehouse_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Warehouse_Acct.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for M_Warehouse_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="M_Warehouse_Acct") public class X_M_Warehouse_Acct extends PO implements I_M_Warehouse_Acct, I_Persistent { @@ -30,7 +30,7 @@ public class X_M_Warehouse_Acct extends PO implements I_M_Warehouse_Acct, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_M_Warehouse_Acct (Properties ctx, int M_Warehouse_Acct_ID, String trxName) @@ -79,21 +79,20 @@ public class X_M_Warehouse_Acct extends PO implements I_M_Warehouse_Acct, I_Pers } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -102,7 +101,8 @@ public class X_M_Warehouse_Acct extends PO implements I_M_Warehouse_Acct, I_Pers } /** Set M_Warehouse_Acct_UU. - @param M_Warehouse_Acct_UU M_Warehouse_Acct_UU */ + @param M_Warehouse_Acct_UU M_Warehouse_Acct_UU + */ public void setM_Warehouse_Acct_UU (String M_Warehouse_Acct_UU) { set_Value (COLUMNNAME_M_Warehouse_Acct_UU, M_Warehouse_Acct_UU); @@ -110,7 +110,7 @@ public class X_M_Warehouse_Acct extends PO implements I_M_Warehouse_Acct, I_Pers /** Get M_Warehouse_Acct_UU. @return M_Warehouse_Acct_UU */ - public String getM_Warehouse_Acct_UU () + public String getM_Warehouse_Acct_UU() { return (String)get_Value(COLUMNNAME_M_Warehouse_Acct_UU); } @@ -122,21 +122,20 @@ public class X_M_Warehouse_Acct extends PO implements I_M_Warehouse_Acct, I_Pers } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -151,9 +150,8 @@ public class X_M_Warehouse_Acct extends PO implements I_M_Warehouse_Acct, I_Pers } /** Set Warehouse Differences. - @param W_Differences_Acct - Warehouse Differences Account - */ + @param W_Differences_Acct Warehouse Differences Account + */ public void setW_Differences_Acct (int W_Differences_Acct) { set_Value (COLUMNNAME_W_Differences_Acct, Integer.valueOf(W_Differences_Acct)); @@ -162,7 +160,7 @@ public class X_M_Warehouse_Acct extends PO implements I_M_Warehouse_Acct, I_Pers /** Get Warehouse Differences. @return Warehouse Differences Account */ - public int getW_Differences_Acct () + public int getW_Differences_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_W_Differences_Acct); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Achievement.java b/org.adempiere.base/src/org/compiere/model/X_PA_Achievement.java index 226344a68b..bce3c93ec6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Achievement.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Achievement.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_Achievement * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_Achievement") public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persistent { @@ -34,7 +34,7 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_Achievement (Properties ctx, int PA_Achievement_ID, String trxName) @@ -80,9 +80,8 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste } /** Set Document Date. - @param DateDoc - Date of the Document - */ + @param DateDoc Date of the Document + */ public void setDateDoc (Timestamp DateDoc) { set_Value (COLUMNNAME_DateDoc, DateDoc); @@ -91,15 +90,14 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste /** Get Document Date. @return Date of the Document */ - public Timestamp getDateDoc () + public Timestamp getDateDoc() { return (Timestamp)get_Value(COLUMNNAME_DateDoc); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -108,15 +106,14 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Achieved. - @param IsAchieved - The goal is achieved - */ + @param IsAchieved The goal is achieved + */ public void setIsAchieved (boolean IsAchieved) { set_Value (COLUMNNAME_IsAchieved, Boolean.valueOf(IsAchieved)); @@ -125,7 +122,7 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste /** Get Achieved. @return The goal is achieved */ - public boolean isAchieved () + public boolean isAchieved() { Object oo = get_Value(COLUMNNAME_IsAchieved); if (oo != null) @@ -138,9 +135,8 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste } /** Set Manual Actual. - @param ManualActual - Manually entered actual value - */ + @param ManualActual Manually entered actual value + */ public void setManualActual (BigDecimal ManualActual) { set_Value (COLUMNNAME_ManualActual, ManualActual); @@ -149,7 +145,7 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste /** Get Manual Actual. @return Manually entered actual value */ - public BigDecimal getManualActual () + public BigDecimal getManualActual() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ManualActual); if (bd == null) @@ -158,9 +154,8 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -169,7 +164,7 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -183,9 +178,8 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste } /** Set Note. - @param Note - Optional additional user defined information - */ + @param Note Optional additional user defined information + */ public void setNote (String Note) { set_Value (COLUMNNAME_Note, Note); @@ -194,27 +188,26 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste /** Get Note. @return Optional additional user defined information */ - public String getNote () + public String getNote() { return (String)get_Value(COLUMNNAME_Note); } /** Set Achievement. - @param PA_Achievement_ID - Performance Achievement - */ + @param PA_Achievement_ID Performance Achievement + */ public void setPA_Achievement_ID (int PA_Achievement_ID) { - if (PA_Achievement_ID < 1) + if (PA_Achievement_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_Achievement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_Achievement_ID, Integer.valueOf(PA_Achievement_ID)); } /** Get Achievement. @return Performance Achievement */ - public int getPA_Achievement_ID () + public int getPA_Achievement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Achievement_ID); if (ii == null) @@ -223,7 +216,8 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste } /** Set PA_Achievement_UU. - @param PA_Achievement_UU PA_Achievement_UU */ + @param PA_Achievement_UU PA_Achievement_UU + */ public void setPA_Achievement_UU (String PA_Achievement_UU) { set_Value (COLUMNNAME_PA_Achievement_UU, PA_Achievement_UU); @@ -231,7 +225,7 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste /** Get PA_Achievement_UU. @return PA_Achievement_UU */ - public String getPA_Achievement_UU () + public String getPA_Achievement_UU() { return (String)get_Value(COLUMNNAME_PA_Achievement_UU); } @@ -243,21 +237,20 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste } /** Set Measure. - @param PA_Measure_ID - Concrete Performance Measurement - */ + @param PA_Measure_ID Concrete Performance Measurement + */ public void setPA_Measure_ID (int PA_Measure_ID) { - if (PA_Measure_ID < 1) + if (PA_Measure_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_Measure_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_Measure_ID, Integer.valueOf(PA_Measure_ID)); } /** Get Measure. @return Concrete Performance Measurement */ - public int getPA_Measure_ID () + public int getPA_Measure_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Measure_ID); if (ii == null) @@ -266,9 +259,8 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -277,7 +269,7 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Benchmark.java b/org.adempiere.base/src/org/compiere/model/X_PA_Benchmark.java index 039bbe2e0b..17076316f4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Benchmark.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Benchmark.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_Benchmark * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_Benchmark") public class X_PA_Benchmark extends PO implements I_PA_Benchmark, I_Persistent { @@ -31,7 +31,7 @@ public class X_PA_Benchmark extends PO implements I_PA_Benchmark, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_Benchmark (Properties ctx, int PA_Benchmark_ID, String trxName) @@ -80,9 +80,8 @@ public class X_PA_Benchmark extends PO implements I_PA_Benchmark, I_Persistent /** Sum = S */ public static final String ACCUMULATIONTYPE_Sum = "S"; /** Set Accumulation Type. - @param AccumulationType - How to accumulate data on time axis - */ + @param AccumulationType How to accumulate data on time axis + */ public void setAccumulationType (String AccumulationType) { @@ -92,15 +91,14 @@ public class X_PA_Benchmark extends PO implements I_PA_Benchmark, I_Persistent /** Get Accumulation Type. @return How to accumulate data on time axis */ - public String getAccumulationType () + public String getAccumulationType() { return (String)get_Value(COLUMNNAME_AccumulationType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -109,15 +107,14 @@ public class X_PA_Benchmark extends PO implements I_PA_Benchmark, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -126,15 +123,14 @@ public class X_PA_Benchmark extends PO implements I_PA_Benchmark, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -143,7 +139,7 @@ public class X_PA_Benchmark extends PO implements I_PA_Benchmark, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -157,21 +153,20 @@ public class X_PA_Benchmark extends PO implements I_PA_Benchmark, I_Persistent } /** Set Benchmark. - @param PA_Benchmark_ID - Performance Benchmark - */ + @param PA_Benchmark_ID Performance Benchmark + */ public void setPA_Benchmark_ID (int PA_Benchmark_ID) { - if (PA_Benchmark_ID < 1) + if (PA_Benchmark_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_Benchmark_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_Benchmark_ID, Integer.valueOf(PA_Benchmark_ID)); } /** Get Benchmark. @return Performance Benchmark */ - public int getPA_Benchmark_ID () + public int getPA_Benchmark_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Benchmark_ID); if (ii == null) @@ -180,7 +175,8 @@ public class X_PA_Benchmark extends PO implements I_PA_Benchmark, I_Persistent } /** Set PA_Benchmark_UU. - @param PA_Benchmark_UU PA_Benchmark_UU */ + @param PA_Benchmark_UU PA_Benchmark_UU + */ public void setPA_Benchmark_UU (String PA_Benchmark_UU) { set_Value (COLUMNNAME_PA_Benchmark_UU, PA_Benchmark_UU); @@ -188,7 +184,7 @@ public class X_PA_Benchmark extends PO implements I_PA_Benchmark, I_Persistent /** Get PA_Benchmark_UU. @return PA_Benchmark_UU */ - public String getPA_Benchmark_UU () + public String getPA_Benchmark_UU() { return (String)get_Value(COLUMNNAME_PA_Benchmark_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_BenchmarkData.java b/org.adempiere.base/src/org/compiere/model/X_PA_BenchmarkData.java index c9c9f177c8..bed5f71752 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_BenchmarkData.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_BenchmarkData.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_BenchmarkData * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_BenchmarkData") public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Persistent { @@ -34,7 +34,7 @@ public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_BenchmarkData (Properties ctx, int PA_BenchmarkData_ID, String trxName) @@ -79,9 +79,8 @@ public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Pers } /** Set Date. - @param BenchmarkDate - Benchmark Date - */ + @param BenchmarkDate Benchmark Date + */ public void setBenchmarkDate (Timestamp BenchmarkDate) { set_Value (COLUMNNAME_BenchmarkDate, BenchmarkDate); @@ -90,15 +89,14 @@ public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Pers /** Get Date. @return Benchmark Date */ - public Timestamp getBenchmarkDate () + public Timestamp getBenchmarkDate() { return (Timestamp)get_Value(COLUMNNAME_BenchmarkDate); } /** Set Value. - @param BenchmarkValue - Benchmark Value - */ + @param BenchmarkValue Benchmark Value + */ public void setBenchmarkValue (BigDecimal BenchmarkValue) { set_Value (COLUMNNAME_BenchmarkValue, BenchmarkValue); @@ -107,7 +105,7 @@ public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Pers /** Get Value. @return Benchmark Value */ - public BigDecimal getBenchmarkValue () + public BigDecimal getBenchmarkValue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_BenchmarkValue); if (bd == null) @@ -116,9 +114,8 @@ public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Pers } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -127,15 +124,14 @@ public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -144,7 +140,7 @@ public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -158,21 +154,20 @@ public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Pers } /** Set Benchmark Data. - @param PA_BenchmarkData_ID - Performance Benchmark Data Point - */ + @param PA_BenchmarkData_ID Performance Benchmark Data Point + */ public void setPA_BenchmarkData_ID (int PA_BenchmarkData_ID) { - if (PA_BenchmarkData_ID < 1) + if (PA_BenchmarkData_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_BenchmarkData_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_BenchmarkData_ID, Integer.valueOf(PA_BenchmarkData_ID)); } /** Get Benchmark Data. @return Performance Benchmark Data Point */ - public int getPA_BenchmarkData_ID () + public int getPA_BenchmarkData_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_BenchmarkData_ID); if (ii == null) @@ -181,7 +176,8 @@ public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Pers } /** Set PA_BenchmarkData_UU. - @param PA_BenchmarkData_UU PA_BenchmarkData_UU */ + @param PA_BenchmarkData_UU PA_BenchmarkData_UU + */ public void setPA_BenchmarkData_UU (String PA_BenchmarkData_UU) { set_Value (COLUMNNAME_PA_BenchmarkData_UU, PA_BenchmarkData_UU); @@ -189,7 +185,7 @@ public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Pers /** Get PA_BenchmarkData_UU. @return PA_BenchmarkData_UU */ - public String getPA_BenchmarkData_UU () + public String getPA_BenchmarkData_UU() { return (String)get_Value(COLUMNNAME_PA_BenchmarkData_UU); } @@ -201,21 +197,20 @@ public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Pers } /** Set Benchmark. - @param PA_Benchmark_ID - Performance Benchmark - */ + @param PA_Benchmark_ID Performance Benchmark + */ public void setPA_Benchmark_ID (int PA_Benchmark_ID) { - if (PA_Benchmark_ID < 1) + if (PA_Benchmark_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_Benchmark_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_Benchmark_ID, Integer.valueOf(PA_Benchmark_ID)); } /** Get Benchmark. @return Performance Benchmark */ - public int getPA_Benchmark_ID () + public int getPA_Benchmark_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Benchmark_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ColorSchema.java b/org.adempiere.base/src/org/compiere/model/X_PA_ColorSchema.java index 4872ff5c2b..207f9d53d6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ColorSchema.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ColorSchema.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_ColorSchema * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_ColorSchema") public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persistent { @@ -31,7 +31,7 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_ColorSchema (Properties ctx, int PA_ColorSchema_ID, String trxName) @@ -85,21 +85,20 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste } /** Set Color 1. - @param AD_PrintColor1_ID - First color used - */ + @param AD_PrintColor1_ID First color used + */ public void setAD_PrintColor1_ID (int AD_PrintColor1_ID) { - if (AD_PrintColor1_ID < 1) + if (AD_PrintColor1_ID < 1) set_Value (COLUMNNAME_AD_PrintColor1_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintColor1_ID, Integer.valueOf(AD_PrintColor1_ID)); } /** Get Color 1. @return First color used */ - public int getAD_PrintColor1_ID () + public int getAD_PrintColor1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintColor1_ID); if (ii == null) @@ -114,21 +113,20 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste } /** Set Color 2. - @param AD_PrintColor2_ID - Second color used - */ + @param AD_PrintColor2_ID Second color used + */ public void setAD_PrintColor2_ID (int AD_PrintColor2_ID) { - if (AD_PrintColor2_ID < 1) + if (AD_PrintColor2_ID < 1) set_Value (COLUMNNAME_AD_PrintColor2_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintColor2_ID, Integer.valueOf(AD_PrintColor2_ID)); } /** Get Color 2. @return Second color used */ - public int getAD_PrintColor2_ID () + public int getAD_PrintColor2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintColor2_ID); if (ii == null) @@ -143,21 +141,20 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste } /** Set Color 3. - @param AD_PrintColor3_ID - Third color used - */ + @param AD_PrintColor3_ID Third color used + */ public void setAD_PrintColor3_ID (int AD_PrintColor3_ID) { - if (AD_PrintColor3_ID < 1) + if (AD_PrintColor3_ID < 1) set_Value (COLUMNNAME_AD_PrintColor3_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintColor3_ID, Integer.valueOf(AD_PrintColor3_ID)); } /** Get Color 3. @return Third color used */ - public int getAD_PrintColor3_ID () + public int getAD_PrintColor3_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintColor3_ID); if (ii == null) @@ -172,21 +169,20 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste } /** Set Color 4. - @param AD_PrintColor4_ID - Forth color used - */ + @param AD_PrintColor4_ID Forth color used + */ public void setAD_PrintColor4_ID (int AD_PrintColor4_ID) { - if (AD_PrintColor4_ID < 1) + if (AD_PrintColor4_ID < 1) set_Value (COLUMNNAME_AD_PrintColor4_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintColor4_ID, Integer.valueOf(AD_PrintColor4_ID)); } /** Get Color 4. @return Forth color used */ - public int getAD_PrintColor4_ID () + public int getAD_PrintColor4_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintColor4_ID); if (ii == null) @@ -195,9 +191,8 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -206,7 +201,7 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -214,9 +209,8 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -226,15 +220,14 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Mark 1 Percent. - @param Mark1Percent - Percentage up to this color is used - */ + @param Mark1Percent Percentage up to this color is used + */ public void setMark1Percent (int Mark1Percent) { set_Value (COLUMNNAME_Mark1Percent, Integer.valueOf(Mark1Percent)); @@ -243,7 +236,7 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste /** Get Mark 1 Percent. @return Percentage up to this color is used */ - public int getMark1Percent () + public int getMark1Percent() { Integer ii = (Integer)get_Value(COLUMNNAME_Mark1Percent); if (ii == null) @@ -252,9 +245,8 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste } /** Set Mark 2 Percent. - @param Mark2Percent - Percentage up to this color is used - */ + @param Mark2Percent Percentage up to this color is used + */ public void setMark2Percent (int Mark2Percent) { set_Value (COLUMNNAME_Mark2Percent, Integer.valueOf(Mark2Percent)); @@ -263,7 +255,7 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste /** Get Mark 2 Percent. @return Percentage up to this color is used */ - public int getMark2Percent () + public int getMark2Percent() { Integer ii = (Integer)get_Value(COLUMNNAME_Mark2Percent); if (ii == null) @@ -272,9 +264,8 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste } /** Set Mark 3 Percent. - @param Mark3Percent - Percentage up to this color is used - */ + @param Mark3Percent Percentage up to this color is used + */ public void setMark3Percent (int Mark3Percent) { set_Value (COLUMNNAME_Mark3Percent, Integer.valueOf(Mark3Percent)); @@ -283,7 +274,7 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste /** Get Mark 3 Percent. @return Percentage up to this color is used */ - public int getMark3Percent () + public int getMark3Percent() { Integer ii = (Integer)get_Value(COLUMNNAME_Mark3Percent); if (ii == null) @@ -292,9 +283,8 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste } /** Set Mark 4 Percent. - @param Mark4Percent - Percentage up to this color is used - */ + @param Mark4Percent Percentage up to this color is used + */ public void setMark4Percent (int Mark4Percent) { set_Value (COLUMNNAME_Mark4Percent, Integer.valueOf(Mark4Percent)); @@ -303,7 +293,7 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste /** Get Mark 4 Percent. @return Percentage up to this color is used */ - public int getMark4Percent () + public int getMark4Percent() { Integer ii = (Integer)get_Value(COLUMNNAME_Mark4Percent); if (ii == null) @@ -312,9 +302,8 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -323,7 +312,7 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -337,21 +326,20 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste } /** Set Color Schema. - @param PA_ColorSchema_ID - Performance Color Schema - */ + @param PA_ColorSchema_ID Performance Color Schema + */ public void setPA_ColorSchema_ID (int PA_ColorSchema_ID) { - if (PA_ColorSchema_ID < 1) + if (PA_ColorSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_ColorSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_ColorSchema_ID, Integer.valueOf(PA_ColorSchema_ID)); } /** Get Color Schema. @return Performance Color Schema */ - public int getPA_ColorSchema_ID () + public int getPA_ColorSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ColorSchema_ID); if (ii == null) @@ -360,7 +348,8 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste } /** Set PA_ColorSchema_UU. - @param PA_ColorSchema_UU PA_ColorSchema_UU */ + @param PA_ColorSchema_UU PA_ColorSchema_UU + */ public void setPA_ColorSchema_UU (String PA_ColorSchema_UU) { set_Value (COLUMNNAME_PA_ColorSchema_UU, PA_ColorSchema_UU); @@ -368,7 +357,7 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste /** Get PA_ColorSchema_UU. @return PA_ColorSchema_UU */ - public String getPA_ColorSchema_UU () + public String getPA_ColorSchema_UU() { return (String)get_Value(COLUMNNAME_PA_ColorSchema_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_DashboardContent.java b/org.adempiere.base/src/org/compiere/model/X_PA_DashboardContent.java index d60bdc3da5..fae47b515f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_DashboardContent.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_DashboardContent.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_DashboardContent * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_DashboardContent") public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, I_Persistent { @@ -33,7 +33,7 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_DashboardContent (Properties ctx, int PA_DashboardContent_ID, String trxName) @@ -89,18 +89,19 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Chart. - @param AD_Chart_ID Chart */ + @param AD_Chart_ID Chart + */ public void setAD_Chart_ID (int AD_Chart_ID) { - if (AD_Chart_ID < 1) + if (AD_Chart_ID < 1) set_Value (COLUMNNAME_AD_Chart_ID, null); - else + else set_Value (COLUMNNAME_AD_Chart_ID, Integer.valueOf(AD_Chart_ID)); } /** Get Chart. @return Chart */ - public int getAD_Chart_ID () + public int getAD_Chart_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Chart_ID); if (ii == null) @@ -115,21 +116,20 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -144,21 +144,20 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -173,21 +172,20 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -202,21 +200,20 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -225,9 +222,8 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Column No. - @param ColumnNo - Dashboard content column number - */ + @param ColumnNo Dashboard content column number + */ public void setColumnNo (int ColumnNo) { set_Value (COLUMNNAME_ColumnNo, Integer.valueOf(ColumnNo)); @@ -236,7 +232,7 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get Column No. @return Dashboard content column number */ - public int getColumnNo () + public int getColumnNo() { Integer ii = (Integer)get_Value(COLUMNNAME_ColumnNo); if (ii == null) @@ -245,9 +241,8 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -256,7 +251,7 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -268,9 +263,8 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** HTML Table = T */ public static final String GOALDISPLAY_HTMLTable = "T"; /** Set Goal Display. - @param GoalDisplay - Type of goal display on dashboard - */ + @param GoalDisplay Type of goal display on dashboard + */ public void setGoalDisplay (String GoalDisplay) { @@ -280,13 +274,14 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get Goal Display. @return Type of goal display on dashboard */ - public String getGoalDisplay () + public String getGoalDisplay() { return (String)get_Value(COLUMNNAME_GoalDisplay); } /** Set HTML. - @param HTML HTML */ + @param HTML HTML + */ public void setHTML (String HTML) { set_Value (COLUMNNAME_HTML, HTML); @@ -294,15 +289,14 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get HTML. @return HTML */ - public String getHTML () + public String getHTML() { return (String)get_Value(COLUMNNAME_HTML); } /** Set Collapsed By Default. - @param IsCollapsedByDefault - Flag to set the initial state of collapsible field group. - */ + @param IsCollapsedByDefault Flag to set the initial state of collapsible field group. + */ public void setIsCollapsedByDefault (boolean IsCollapsedByDefault) { set_Value (COLUMNNAME_IsCollapsedByDefault, Boolean.valueOf(IsCollapsedByDefault)); @@ -311,7 +305,7 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get Collapsed By Default. @return Flag to set the initial state of collapsible field group. */ - public boolean isCollapsedByDefault () + public boolean isCollapsedByDefault() { Object oo = get_Value(COLUMNNAME_IsCollapsedByDefault); if (oo != null) @@ -324,9 +318,8 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Collapsible. - @param IsCollapsible - Flag to indicate the state of the dashboard panel - */ + @param IsCollapsible Flag to indicate the state of the dashboard panel + */ public void setIsCollapsible (boolean IsCollapsible) { set_Value (COLUMNNAME_IsCollapsible, Boolean.valueOf(IsCollapsible)); @@ -335,7 +328,7 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get Collapsible. @return Flag to indicate the state of the dashboard panel */ - public boolean isCollapsible () + public boolean isCollapsible() { Object oo = get_Value(COLUMNNAME_IsCollapsible); if (oo != null) @@ -348,9 +341,8 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Embed Report Content. - @param IsEmbedReportContent - Embed report content into dashboard - */ + @param IsEmbedReportContent Embed report content into dashboard + */ public void setIsEmbedReportContent (boolean IsEmbedReportContent) { set_Value (COLUMNNAME_IsEmbedReportContent, Boolean.valueOf(IsEmbedReportContent)); @@ -359,7 +351,7 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get Embed Report Content. @return Embed report content into dashboard */ - public boolean isEmbedReportContent () + public boolean isEmbedReportContent() { Object oo = get_Value(COLUMNNAME_IsEmbedReportContent); if (oo != null) @@ -372,9 +364,8 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Show in Dashboard. - @param IsShowInDashboard - Show the dashlet in the dashboard - */ + @param IsShowInDashboard Show the dashlet in the dashboard + */ public void setIsShowInDashboard (boolean IsShowInDashboard) { set_Value (COLUMNNAME_IsShowInDashboard, Boolean.valueOf(IsShowInDashboard)); @@ -383,7 +374,7 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get Show in Dashboard. @return Show the dashlet in the dashboard */ - public boolean isShowInDashboard () + public boolean isShowInDashboard() { Object oo = get_Value(COLUMNNAME_IsShowInDashboard); if (oo != null) @@ -396,7 +387,8 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Show on Login. - @param IsShowinLogin Show on Login */ + @param IsShowinLogin Show on Login + */ public void setIsShowinLogin (boolean IsShowinLogin) { set_Value (COLUMNNAME_IsShowinLogin, Boolean.valueOf(IsShowinLogin)); @@ -404,7 +396,7 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get Show on Login. @return Show on Login */ - public boolean isShowinLogin () + public boolean isShowinLogin() { Object oo = get_Value(COLUMNNAME_IsShowinLogin); if (oo != null) @@ -417,9 +409,8 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (BigDecimal Line) { set_Value (COLUMNNAME_Line, Line); @@ -428,7 +419,7 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get Line No. @return Unique line for this document */ - public BigDecimal getLine () + public BigDecimal getLine() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Line); if (bd == null) @@ -437,9 +428,8 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -448,7 +438,7 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -462,18 +452,19 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Dashboard Content. - @param PA_DashboardContent_ID Dashboard Content */ + @param PA_DashboardContent_ID Dashboard Content + */ public void setPA_DashboardContent_ID (int PA_DashboardContent_ID) { - if (PA_DashboardContent_ID < 1) + if (PA_DashboardContent_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_DashboardContent_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_DashboardContent_ID, Integer.valueOf(PA_DashboardContent_ID)); } /** Get Dashboard Content. @return Dashboard Content */ - public int getPA_DashboardContent_ID () + public int getPA_DashboardContent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_DashboardContent_ID); if (ii == null) @@ -482,7 +473,8 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set PA_DashboardContent_UU. - @param PA_DashboardContent_UU PA_DashboardContent_UU */ + @param PA_DashboardContent_UU PA_DashboardContent_UU + */ public void setPA_DashboardContent_UU (String PA_DashboardContent_UU) { set_Value (COLUMNNAME_PA_DashboardContent_UU, PA_DashboardContent_UU); @@ -490,7 +482,7 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get PA_DashboardContent_UU. @return PA_DashboardContent_UU */ - public String getPA_DashboardContent_UU () + public String getPA_DashboardContent_UU() { return (String)get_Value(COLUMNNAME_PA_DashboardContent_UU); } @@ -502,21 +494,20 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Goal. - @param PA_Goal_ID - Performance Goal - */ + @param PA_Goal_ID Performance Goal + */ public void setPA_Goal_ID (int PA_Goal_ID) { - if (PA_Goal_ID < 1) + if (PA_Goal_ID < 1) set_Value (COLUMNNAME_PA_Goal_ID, null); - else + else set_Value (COLUMNNAME_PA_Goal_ID, Integer.valueOf(PA_Goal_ID)); } /** Get Goal. @return Performance Goal */ - public int getPA_Goal_ID () + public int getPA_Goal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Goal_ID); if (ii == null) @@ -525,9 +516,8 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, } /** Set Process Parameters. - @param ProcessParameters - Comma separated process parameter list - */ + @param ProcessParameters Comma separated process parameter list + */ public void setProcessParameters (String ProcessParameters) { set_Value (COLUMNNAME_ProcessParameters, ProcessParameters); @@ -536,15 +526,14 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get Process Parameters. @return Comma separated process parameter list */ - public String getProcessParameters () + public String getProcessParameters() { return (String)get_Value(COLUMNNAME_ProcessParameters); } /** Set Gadget URI. - @param ZulFilePath - URI for Dashboard Gadget - */ + @param ZulFilePath URI for Dashboard Gadget + */ public void setZulFilePath (String ZulFilePath) { set_Value (COLUMNNAME_ZulFilePath, ZulFilePath); @@ -553,7 +542,7 @@ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, /** Get Gadget URI. @return URI for Dashboard Gadget */ - public String getZulFilePath () + public String getZulFilePath() { return (String)get_Value(COLUMNNAME_ZulFilePath); } diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_DashboardContent_Access.java b/org.adempiere.base/src/org/compiere/model/X_PA_DashboardContent_Access.java index 6adadaa32a..52f3a809ea 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_DashboardContent_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_DashboardContent_Access.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for PA_DashboardContent_Access * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_DashboardContent_Access") public class X_PA_DashboardContent_Access extends PO implements I_PA_DashboardContent_Access, I_Persistent { @@ -30,7 +30,7 @@ public class X_PA_DashboardContent_Access extends PO implements I_PA_DashboardCo /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_DashboardContent_Access (Properties ctx, int PA_DashboardContent_Access_ID, String trxName) @@ -49,7 +49,7 @@ public class X_PA_DashboardContent_Access extends PO implements I_PA_DashboardCo } /** AccessLevel - * @return 3 - Client - Org + * @return 7 - System - Client - Org */ protected int get_AccessLevel() { @@ -77,21 +77,20 @@ public class X_PA_DashboardContent_Access extends PO implements I_PA_DashboardCo } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -106,21 +105,20 @@ public class X_PA_DashboardContent_Access extends PO implements I_PA_DashboardCo } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -129,18 +127,19 @@ public class X_PA_DashboardContent_Access extends PO implements I_PA_DashboardCo } /** Set PA_DashboardContent_Access_ID. - @param PA_DashboardContent_Access_ID PA_DashboardContent_Access_ID */ + @param PA_DashboardContent_Access_ID PA_DashboardContent_Access_ID + */ public void setPA_DashboardContent_Access_ID (int PA_DashboardContent_Access_ID) { - if (PA_DashboardContent_Access_ID < 1) + if (PA_DashboardContent_Access_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_DashboardContent_Access_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_DashboardContent_Access_ID, Integer.valueOf(PA_DashboardContent_Access_ID)); } /** Get PA_DashboardContent_Access_ID. @return PA_DashboardContent_Access_ID */ - public int getPA_DashboardContent_Access_ID () + public int getPA_DashboardContent_Access_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_DashboardContent_Access_ID); if (ii == null) @@ -149,7 +148,8 @@ public class X_PA_DashboardContent_Access extends PO implements I_PA_DashboardCo } /** Set PA_DashboardContent_Access_UU. - @param PA_DashboardContent_Access_UU PA_DashboardContent_Access_UU */ + @param PA_DashboardContent_Access_UU PA_DashboardContent_Access_UU + */ public void setPA_DashboardContent_Access_UU (String PA_DashboardContent_Access_UU) { set_ValueNoCheck (COLUMNNAME_PA_DashboardContent_Access_UU, PA_DashboardContent_Access_UU); @@ -157,7 +157,7 @@ public class X_PA_DashboardContent_Access extends PO implements I_PA_DashboardCo /** Get PA_DashboardContent_Access_UU. @return PA_DashboardContent_Access_UU */ - public String getPA_DashboardContent_Access_UU () + public String getPA_DashboardContent_Access_UU() { return (String)get_Value(COLUMNNAME_PA_DashboardContent_Access_UU); } @@ -169,18 +169,19 @@ public class X_PA_DashboardContent_Access extends PO implements I_PA_DashboardCo } /** Set Dashboard Content. - @param PA_DashboardContent_ID Dashboard Content */ + @param PA_DashboardContent_ID Dashboard Content + */ public void setPA_DashboardContent_ID (int PA_DashboardContent_ID) { - if (PA_DashboardContent_ID < 1) + if (PA_DashboardContent_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_DashboardContent_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_DashboardContent_ID, Integer.valueOf(PA_DashboardContent_ID)); } /** Get Dashboard Content. @return Dashboard Content */ - public int getPA_DashboardContent_ID () + public int getPA_DashboardContent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_DashboardContent_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_DashboardPreference.java b/org.adempiere.base/src/org/compiere/model/X_PA_DashboardPreference.java index d35dd2c9dc..9e5107b14c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_DashboardPreference.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_DashboardPreference.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for PA_DashboardPreference * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_DashboardPreference") public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPreference, I_Persistent { @@ -32,7 +32,7 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_DashboardPreference (Properties ctx, int PA_DashboardPreference_ID, String trxName) @@ -88,21 +88,20 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -117,21 +116,20 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -140,9 +138,8 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer } /** Set Column No. - @param ColumnNo - Dashboard content column number - */ + @param ColumnNo Dashboard content column number + */ public void setColumnNo (int ColumnNo) { set_Value (COLUMNNAME_ColumnNo, Integer.valueOf(ColumnNo)); @@ -151,7 +148,7 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer /** Get Column No. @return Dashboard content column number */ - public int getColumnNo () + public int getColumnNo() { Integer ii = (Integer)get_Value(COLUMNNAME_ColumnNo); if (ii == null) @@ -160,9 +157,8 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer } /** Set Collapsed By Default. - @param IsCollapsedByDefault - Flag to set the initial state of collapsible field group. - */ + @param IsCollapsedByDefault Flag to set the initial state of collapsible field group. + */ public void setIsCollapsedByDefault (boolean IsCollapsedByDefault) { set_Value (COLUMNNAME_IsCollapsedByDefault, Boolean.valueOf(IsCollapsedByDefault)); @@ -171,7 +167,7 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer /** Get Collapsed By Default. @return Flag to set the initial state of collapsible field group. */ - public boolean isCollapsedByDefault () + public boolean isCollapsedByDefault() { Object oo = get_Value(COLUMNNAME_IsCollapsedByDefault); if (oo != null) @@ -184,9 +180,8 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer } /** Set Show in Dashboard. - @param IsShowInDashboard - Show the dashlet in the dashboard - */ + @param IsShowInDashboard Show the dashlet in the dashboard + */ public void setIsShowInDashboard (boolean IsShowInDashboard) { set_Value (COLUMNNAME_IsShowInDashboard, Boolean.valueOf(IsShowInDashboard)); @@ -195,7 +190,7 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer /** Get Show in Dashboard. @return Show the dashlet in the dashboard */ - public boolean isShowInDashboard () + public boolean isShowInDashboard() { Object oo = get_Value(COLUMNNAME_IsShowInDashboard); if (oo != null) @@ -208,9 +203,8 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (BigDecimal Line) { set_Value (COLUMNNAME_Line, Line); @@ -219,7 +213,7 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer /** Get Line No. @return Unique line for this document */ - public BigDecimal getLine () + public BigDecimal getLine() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Line); if (bd == null) @@ -234,18 +228,19 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer } /** Set Dashboard Content. - @param PA_DashboardContent_ID Dashboard Content */ + @param PA_DashboardContent_ID Dashboard Content + */ public void setPA_DashboardContent_ID (int PA_DashboardContent_ID) { - if (PA_DashboardContent_ID < 1) + if (PA_DashboardContent_ID < 1) set_Value (COLUMNNAME_PA_DashboardContent_ID, null); - else + else set_Value (COLUMNNAME_PA_DashboardContent_ID, Integer.valueOf(PA_DashboardContent_ID)); } /** Get Dashboard Content. @return Dashboard Content */ - public int getPA_DashboardContent_ID () + public int getPA_DashboardContent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_DashboardContent_ID); if (ii == null) @@ -254,18 +249,19 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer } /** Set Dashboard Preference. - @param PA_DashboardPreference_ID Dashboard Preference */ + @param PA_DashboardPreference_ID Dashboard Preference + */ public void setPA_DashboardPreference_ID (int PA_DashboardPreference_ID) { - if (PA_DashboardPreference_ID < 1) + if (PA_DashboardPreference_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_DashboardPreference_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_DashboardPreference_ID, Integer.valueOf(PA_DashboardPreference_ID)); } /** Get Dashboard Preference. @return Dashboard Preference */ - public int getPA_DashboardPreference_ID () + public int getPA_DashboardPreference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_DashboardPreference_ID); if (ii == null) @@ -274,7 +270,8 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer } /** Set PA_DashboardPreference_UU. - @param PA_DashboardPreference_UU PA_DashboardPreference_UU */ + @param PA_DashboardPreference_UU PA_DashboardPreference_UU + */ public void setPA_DashboardPreference_UU (String PA_DashboardPreference_UU) { set_Value (COLUMNNAME_PA_DashboardPreference_UU, PA_DashboardPreference_UU); @@ -282,7 +279,7 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer /** Get PA_DashboardPreference_UU. @return PA_DashboardPreference_UU */ - public String getPA_DashboardPreference_UU () + public String getPA_DashboardPreference_UU() { return (String)get_Value(COLUMNNAME_PA_DashboardPreference_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_DocumentStatus.java b/org.adempiere.base/src/org/compiere/model/X_PA_DocumentStatus.java index 04d95b5913..6348e7a665 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_DocumentStatus.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_DocumentStatus.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for PA_DocumentStatus * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_DocumentStatus") public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Persistent { @@ -30,7 +30,7 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_DocumentStatus (Properties ctx, int PA_DocumentStatus_ID, String trxName) @@ -82,21 +82,20 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set Special Form. - @param AD_Form_ID - Special Form - */ + @param AD_Form_ID Special Form + */ public void setAD_Form_ID (int AD_Form_ID) { - if (AD_Form_ID < 1) + if (AD_Form_ID < 1) set_Value (COLUMNNAME_AD_Form_ID, null); - else + else set_Value (COLUMNNAME_AD_Form_ID, Integer.valueOf(AD_Form_ID)); } /** Get Special Form. @return Special Form */ - public int getAD_Form_ID () + public int getAD_Form_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Form_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -140,21 +138,20 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -169,21 +166,20 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -198,21 +194,20 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -227,21 +222,20 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -250,9 +244,8 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -261,7 +254,7 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -269,9 +262,8 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -281,15 +273,14 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -298,7 +289,7 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -310,18 +301,19 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set Print Color for Name. - @param Name_PrintColor_ID Print Color for Name */ + @param Name_PrintColor_ID Print Color for Name + */ public void setName_PrintColor_ID (int Name_PrintColor_ID) { - if (Name_PrintColor_ID < 1) + if (Name_PrintColor_ID < 1) set_Value (COLUMNNAME_Name_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_Name_PrintColor_ID, Integer.valueOf(Name_PrintColor_ID)); } /** Get Print Color for Name. @return Print Color for Name */ - public int getName_PrintColor_ID () + public int getName_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Name_PrintColor_ID); if (ii == null) @@ -336,18 +328,19 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set Print Font for Name. - @param Name_PrintFont_ID Print Font for Name */ + @param Name_PrintFont_ID Print Font for Name + */ public void setName_PrintFont_ID (int Name_PrintFont_ID) { - if (Name_PrintFont_ID < 1) + if (Name_PrintFont_ID < 1) set_Value (COLUMNNAME_Name_PrintFont_ID, null); - else + else set_Value (COLUMNNAME_Name_PrintFont_ID, Integer.valueOf(Name_PrintFont_ID)); } /** Get Print Font for Name. @return Print Font for Name */ - public int getName_PrintFont_ID () + public int getName_PrintFont_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Name_PrintFont_ID); if (ii == null) @@ -362,18 +355,19 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set Print Color for Number. - @param Number_PrintColor_ID Print Color for Number */ + @param Number_PrintColor_ID Print Color for Number + */ public void setNumber_PrintColor_ID (int Number_PrintColor_ID) { - if (Number_PrintColor_ID < 1) + if (Number_PrintColor_ID < 1) set_Value (COLUMNNAME_Number_PrintColor_ID, null); - else + else set_Value (COLUMNNAME_Number_PrintColor_ID, Integer.valueOf(Number_PrintColor_ID)); } /** Get Print Color for Number. @return Print Color for Number */ - public int getNumber_PrintColor_ID () + public int getNumber_PrintColor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Number_PrintColor_ID); if (ii == null) @@ -388,18 +382,19 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set Print Font for Number. - @param Number_PrintFont_ID Print Font for Number */ + @param Number_PrintFont_ID Print Font for Number + */ public void setNumber_PrintFont_ID (int Number_PrintFont_ID) { - if (Number_PrintFont_ID < 1) + if (Number_PrintFont_ID < 1) set_Value (COLUMNNAME_Number_PrintFont_ID, null); - else + else set_Value (COLUMNNAME_Number_PrintFont_ID, Integer.valueOf(Number_PrintFont_ID)); } /** Get Print Font for Number. @return Print Font for Number */ - public int getNumber_PrintFont_ID () + public int getNumber_PrintFont_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Number_PrintFont_ID); if (ii == null) @@ -408,18 +403,19 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set Document Status. - @param PA_DocumentStatus_ID Document Status */ + @param PA_DocumentStatus_ID Document Status + */ public void setPA_DocumentStatus_ID (int PA_DocumentStatus_ID) { - if (PA_DocumentStatus_ID < 1) + if (PA_DocumentStatus_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_DocumentStatus_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_DocumentStatus_ID, Integer.valueOf(PA_DocumentStatus_ID)); } /** Get Document Status. @return Document Status */ - public int getPA_DocumentStatus_ID () + public int getPA_DocumentStatus_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_DocumentStatus_ID); if (ii == null) @@ -428,7 +424,8 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set PA_DocumentStatus_UU. - @param PA_DocumentStatus_UU PA_DocumentStatus_UU */ + @param PA_DocumentStatus_UU PA_DocumentStatus_UU + */ public void setPA_DocumentStatus_UU (String PA_DocumentStatus_UU) { set_Value (COLUMNNAME_PA_DocumentStatus_UU, PA_DocumentStatus_UU); @@ -436,15 +433,14 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe /** Get PA_DocumentStatus_UU. @return PA_DocumentStatus_UU */ - public String getPA_DocumentStatus_UU () + public String getPA_DocumentStatus_UU() { return (String)get_Value(COLUMNNAME_PA_DocumentStatus_UU); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -453,7 +449,7 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -462,9 +458,8 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe } /** Set Sql WHERE. - @param WhereClause - Fully qualified SQL WHERE clause - */ + @param WhereClause Fully qualified SQL WHERE clause + */ public void setWhereClause (String WhereClause) { set_Value (COLUMNNAME_WhereClause, WhereClause); @@ -473,7 +468,7 @@ public class X_PA_DocumentStatus extends PO implements I_PA_DocumentStatus, I_Pe /** Get Sql WHERE. @return Fully qualified SQL WHERE clause */ - public String getWhereClause () + public String getWhereClause() { return (String)get_Value(COLUMNNAME_WhereClause); } diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_DocumentStatusAccess.java b/org.adempiere.base/src/org/compiere/model/X_PA_DocumentStatusAccess.java index f48cfd8905..941d10b7c6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_DocumentStatusAccess.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_DocumentStatusAccess.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for PA_DocumentStatusAccess * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_DocumentStatusAccess") public class X_PA_DocumentStatusAccess extends PO implements I_PA_DocumentStatusAccess, I_Persistent { @@ -30,7 +30,7 @@ public class X_PA_DocumentStatusAccess extends PO implements I_PA_DocumentStatus /** * */ - private static final long serialVersionUID = 20211212L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_DocumentStatusAccess (Properties ctx, int PA_DocumentStatusAccess_ID, String trxName) @@ -77,21 +77,20 @@ public class X_PA_DocumentStatusAccess extends PO implements I_PA_DocumentStatus } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -106,21 +105,20 @@ public class X_PA_DocumentStatusAccess extends PO implements I_PA_DocumentStatus } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -128,6 +126,42 @@ public class X_PA_DocumentStatusAccess extends PO implements I_PA_DocumentStatus return ii.intValue(); } + /** Set Document Status Access. + @param PA_DocumentStatusAccess_ID Document Status Access + */ + public void setPA_DocumentStatusAccess_ID (int PA_DocumentStatusAccess_ID) + { + if (PA_DocumentStatusAccess_ID < 1) + set_ValueNoCheck (COLUMNNAME_PA_DocumentStatusAccess_ID, null); + else + set_ValueNoCheck (COLUMNNAME_PA_DocumentStatusAccess_ID, Integer.valueOf(PA_DocumentStatusAccess_ID)); + } + + /** Get Document Status Access. + @return Document Status Access */ + public int getPA_DocumentStatusAccess_ID() + { + Integer ii = (Integer)get_Value(COLUMNNAME_PA_DocumentStatusAccess_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set PA_DocumentStatusAccess_UU. + @param PA_DocumentStatusAccess_UU PA_DocumentStatusAccess_UU + */ + public void setPA_DocumentStatusAccess_UU (String PA_DocumentStatusAccess_UU) + { + set_Value (COLUMNNAME_PA_DocumentStatusAccess_UU, PA_DocumentStatusAccess_UU); + } + + /** Get PA_DocumentStatusAccess_UU. + @return PA_DocumentStatusAccess_UU */ + public String getPA_DocumentStatusAccess_UU() + { + return (String)get_Value(COLUMNNAME_PA_DocumentStatusAccess_UU); + } + public org.compiere.model.I_PA_DocumentStatus getPA_DocumentStatus() throws RuntimeException { return (org.compiere.model.I_PA_DocumentStatus)MTable.get(getCtx(), org.compiere.model.I_PA_DocumentStatus.Table_ID) @@ -135,56 +169,23 @@ public class X_PA_DocumentStatusAccess extends PO implements I_PA_DocumentStatus } /** Set Document Status. - @param PA_DocumentStatus_ID Document Status */ + @param PA_DocumentStatus_ID Document Status + */ public void setPA_DocumentStatus_ID (int PA_DocumentStatus_ID) { - if (PA_DocumentStatus_ID < 1) + if (PA_DocumentStatus_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_DocumentStatus_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_DocumentStatus_ID, Integer.valueOf(PA_DocumentStatus_ID)); } /** Get Document Status. @return Document Status */ - public int getPA_DocumentStatus_ID () + public int getPA_DocumentStatus_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_DocumentStatus_ID); if (ii == null) return 0; return ii.intValue(); } - - /** Set Document Status Access. - @param PA_DocumentStatusAccess_ID Document Status Access */ - public void setPA_DocumentStatusAccess_ID (int PA_DocumentStatusAccess_ID) - { - if (PA_DocumentStatusAccess_ID < 1) - set_ValueNoCheck (COLUMNNAME_PA_DocumentStatusAccess_ID, null); - else - set_ValueNoCheck (COLUMNNAME_PA_DocumentStatusAccess_ID, Integer.valueOf(PA_DocumentStatusAccess_ID)); - } - - /** Get Document Status Access. - @return Document Status Access */ - public int getPA_DocumentStatusAccess_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_PA_DocumentStatusAccess_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set PA_DocumentStatusAccess_UU. - @param PA_DocumentStatusAccess_UU PA_DocumentStatusAccess_UU */ - public void setPA_DocumentStatusAccess_UU (String PA_DocumentStatusAccess_UU) - { - set_Value (COLUMNNAME_PA_DocumentStatusAccess_UU, PA_DocumentStatusAccess_UU); - } - - /** Get PA_DocumentStatusAccess_UU. - @return PA_DocumentStatusAccess_UU */ - public String getPA_DocumentStatusAccess_UU () - { - return (String)get_Value(COLUMNNAME_PA_DocumentStatusAccess_UU); - } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Goal.java b/org.adempiere.base/src/org/compiere/model/X_PA_Goal.java index 2e0490d567..3c002c5171 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Goal.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Goal.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_Goal * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_Goal") public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent { @@ -34,7 +34,7 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_Goal (Properties ctx, int PA_Goal_ID, String trxName) @@ -93,21 +93,20 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -122,21 +121,20 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -159,9 +157,8 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Waterfall Chart = WC */ public static final String CHARTTYPE_WaterfallChart = "WC"; /** Set Chart Type. - @param ChartType - Type of chart to render - */ + @param ChartType Type of chart to render + */ public void setChartType (String ChartType) { @@ -171,15 +168,14 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Chart Type. @return Type of chart to render */ - public String getChartType () + public String getChartType() { return (String)get_Value(COLUMNNAME_ChartType); } /** Set Date From. - @param DateFrom - Starting date for a range - */ + @param DateFrom Starting date for a range + */ public void setDateFrom (Timestamp DateFrom) { set_Value (COLUMNNAME_DateFrom, DateFrom); @@ -188,15 +184,14 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Date From. @return Starting date for a range */ - public Timestamp getDateFrom () + public Timestamp getDateFrom() { return (Timestamp)get_Value(COLUMNNAME_DateFrom); } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_ValueNoCheck (COLUMNNAME_DateLastRun, DateLastRun); @@ -205,15 +200,14 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Date To. - @param DateTo - End date of a date range - */ + @param DateTo End date of a date range + */ public void setDateTo (Timestamp DateTo) { set_Value (COLUMNNAME_DateTo, DateTo); @@ -222,15 +216,14 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Date To. @return End date of a date range */ - public Timestamp getDateTo () + public Timestamp getDateTo() { return (Timestamp)get_Value(COLUMNNAME_DateTo); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -239,15 +232,14 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Performance Goal. - @param GoalPerformance - Target achievement from 0..1 - */ + @param GoalPerformance Target achievement from 0..1 + */ public void setGoalPerformance (BigDecimal GoalPerformance) { set_ValueNoCheck (COLUMNNAME_GoalPerformance, GoalPerformance); @@ -256,7 +248,7 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Performance Goal. @return Target achievement from 0..1 */ - public BigDecimal getGoalPerformance () + public BigDecimal getGoalPerformance() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_GoalPerformance); if (bd == null) @@ -265,9 +257,8 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_Value (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -276,7 +267,7 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -289,9 +280,8 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent } /** Set Measure Actual. - @param MeasureActual - Actual value that has been measured. - */ + @param MeasureActual Actual value that has been measured. + */ public void setMeasureActual (BigDecimal MeasureActual) { set_ValueNoCheck (COLUMNNAME_MeasureActual, MeasureActual); @@ -300,7 +290,7 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Measure Actual. @return Actual value that has been measured. */ - public BigDecimal getMeasureActual () + public BigDecimal getMeasureActual() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MeasureActual); if (bd == null) @@ -323,9 +313,8 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Day = 8 */ public static final String MEASUREDISPLAY_Day = "8"; /** Set Measure Display. - @param MeasureDisplay - Measure Scope initially displayed - */ + @param MeasureDisplay Measure Scope initially displayed + */ public void setMeasureDisplay (String MeasureDisplay) { @@ -335,7 +324,7 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Measure Display. @return Measure Scope initially displayed */ - public String getMeasureDisplay () + public String getMeasureDisplay() { return (String)get_Value(COLUMNNAME_MeasureDisplay); } @@ -355,9 +344,8 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Day = 8 */ public static final String MEASURESCOPE_Day = "8"; /** Set Measure Scope. - @param MeasureScope - Performance Measure Scope - */ + @param MeasureScope Performance Measure Scope + */ public void setMeasureScope (String MeasureScope) { @@ -367,15 +355,14 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Measure Scope. @return Performance Measure Scope */ - public String getMeasureScope () + public String getMeasureScope() { return (String)get_Value(COLUMNNAME_MeasureScope); } /** Set Measure Target. - @param MeasureTarget - Target value for measure - */ + @param MeasureTarget Target value for measure + */ public void setMeasureTarget (BigDecimal MeasureTarget) { set_Value (COLUMNNAME_MeasureTarget, MeasureTarget); @@ -384,7 +371,7 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Measure Target. @return Target value for measure */ - public BigDecimal getMeasureTarget () + public BigDecimal getMeasureTarget() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MeasureTarget); if (bd == null) @@ -393,9 +380,8 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -404,7 +390,7 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -418,9 +404,8 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent } /** Set Note. - @param Note - Optional additional user defined information - */ + @param Note Optional additional user defined information + */ public void setNote (String Note) { set_Value (COLUMNNAME_Note, Note); @@ -429,7 +414,7 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Note. @return Optional additional user defined information */ - public String getNote () + public String getNote() { return (String)get_Value(COLUMNNAME_Note); } @@ -441,21 +426,20 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent } /** Set Color Schema. - @param PA_ColorSchema_ID - Performance Color Schema - */ + @param PA_ColorSchema_ID Performance Color Schema + */ public void setPA_ColorSchema_ID (int PA_ColorSchema_ID) { - if (PA_ColorSchema_ID < 1) + if (PA_ColorSchema_ID < 1) set_Value (COLUMNNAME_PA_ColorSchema_ID, null); - else + else set_Value (COLUMNNAME_PA_ColorSchema_ID, Integer.valueOf(PA_ColorSchema_ID)); } /** Get Color Schema. @return Performance Color Schema */ - public int getPA_ColorSchema_ID () + public int getPA_ColorSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ColorSchema_ID); if (ii == null) @@ -464,21 +448,20 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent } /** Set Goal. - @param PA_Goal_ID - Performance Goal - */ + @param PA_Goal_ID Performance Goal + */ public void setPA_Goal_ID (int PA_Goal_ID) { - if (PA_Goal_ID < 1) + if (PA_Goal_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_Goal_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_Goal_ID, Integer.valueOf(PA_Goal_ID)); } /** Get Goal. @return Performance Goal */ - public int getPA_Goal_ID () + public int getPA_Goal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Goal_ID); if (ii == null) @@ -493,21 +476,20 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent } /** Set Parent Goal. - @param PA_GoalParent_ID - Parent Goal - */ + @param PA_GoalParent_ID Parent Goal + */ public void setPA_GoalParent_ID (int PA_GoalParent_ID) { - if (PA_GoalParent_ID < 1) + if (PA_GoalParent_ID < 1) set_Value (COLUMNNAME_PA_GoalParent_ID, null); - else + else set_Value (COLUMNNAME_PA_GoalParent_ID, Integer.valueOf(PA_GoalParent_ID)); } /** Get Parent Goal. @return Parent Goal */ - public int getPA_GoalParent_ID () + public int getPA_GoalParent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_GoalParent_ID); if (ii == null) @@ -516,7 +498,8 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent } /** Set PA_Goal_UU. - @param PA_Goal_UU PA_Goal_UU */ + @param PA_Goal_UU PA_Goal_UU + */ public void setPA_Goal_UU (String PA_Goal_UU) { set_Value (COLUMNNAME_PA_Goal_UU, PA_Goal_UU); @@ -524,7 +507,7 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get PA_Goal_UU. @return PA_Goal_UU */ - public String getPA_Goal_UU () + public String getPA_Goal_UU() { return (String)get_Value(COLUMNNAME_PA_Goal_UU); } @@ -536,21 +519,20 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent } /** Set Measure. - @param PA_Measure_ID - Concrete Performance Measurement - */ + @param PA_Measure_ID Concrete Performance Measurement + */ public void setPA_Measure_ID (int PA_Measure_ID) { - if (PA_Measure_ID < 1) + if (PA_Measure_ID < 1) set_Value (COLUMNNAME_PA_Measure_ID, null); - else + else set_Value (COLUMNNAME_PA_Measure_ID, Integer.valueOf(PA_Measure_ID)); } /** Get Measure. @return Concrete Performance Measurement */ - public int getPA_Measure_ID () + public int getPA_Measure_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Measure_ID); if (ii == null) @@ -559,9 +541,8 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent } /** Set Relative Weight. - @param RelativeWeight - Relative weight of this step (0 = ignored) - */ + @param RelativeWeight Relative weight of this step (0 = ignored) + */ public void setRelativeWeight (BigDecimal RelativeWeight) { set_Value (COLUMNNAME_RelativeWeight, RelativeWeight); @@ -570,7 +551,7 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Relative Weight. @return Relative weight of this step (0 = ignored) */ - public BigDecimal getRelativeWeight () + public BigDecimal getRelativeWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RelativeWeight); if (bd == null) @@ -579,9 +560,8 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -590,7 +570,7 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_GoalRestriction.java b/org.adempiere.base/src/org/compiere/model/X_PA_GoalRestriction.java index e767b9ca2c..dcd5db984c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_GoalRestriction.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_GoalRestriction.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_GoalRestriction * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_GoalRestriction") public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_Persistent { @@ -31,7 +31,7 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_GoalRestriction (Properties ctx, int PA_GoalRestriction_ID, String trxName) @@ -80,22 +80,21 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ } /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ + @param C_BP_Group_ID Business Partner Group + */ public void setC_BP_Group_ID (int C_BP_Group_ID) { - if (C_BP_Group_ID < 1) + if (C_BP_Group_ID < 1) set_Value (COLUMNNAME_C_BP_Group_ID, null); - else + else set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); } /** Get Business Partner Group. @return Business Partner Group */ - public int getC_BP_Group_ID () + public int getC_BP_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); if (ii == null) @@ -145,9 +143,8 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ /** Product = P */ public static final String GOALRESTRICTIONTYPE_Product = "P"; /** Set Restriction Type. - @param GoalRestrictionType - Goal Restriction Type - */ + @param GoalRestrictionType Goal Restriction Type + */ public void setGoalRestrictionType (String GoalRestrictionType) { @@ -157,7 +154,7 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ /** Get Restriction Type. @return Goal Restriction Type */ - public String getGoalRestrictionType () + public String getGoalRestrictionType() { return (String)get_Value(COLUMNNAME_GoalRestrictionType); } @@ -169,21 +166,20 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -198,21 +194,20 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -221,9 +216,8 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -232,7 +226,7 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -246,21 +240,20 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ } /** Set Organization. - @param Org_ID - Organizational entity within client - */ + @param Org_ID Organizational entity within client + */ public void setOrg_ID (int Org_ID) { - if (Org_ID < 1) + if (Org_ID < 1) set_Value (COLUMNNAME_Org_ID, null); - else + else set_Value (COLUMNNAME_Org_ID, Integer.valueOf(Org_ID)); } /** Get Organization. @return Organizational entity within client */ - public int getOrg_ID () + public int getOrg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Org_ID); if (ii == null) @@ -275,21 +268,20 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ } /** Set Goal. - @param PA_Goal_ID - Performance Goal - */ + @param PA_Goal_ID Performance Goal + */ public void setPA_Goal_ID (int PA_Goal_ID) { - if (PA_Goal_ID < 1) + if (PA_Goal_ID < 1) set_Value (COLUMNNAME_PA_Goal_ID, null); - else + else set_Value (COLUMNNAME_PA_Goal_ID, Integer.valueOf(PA_Goal_ID)); } /** Get Goal. @return Performance Goal */ - public int getPA_Goal_ID () + public int getPA_Goal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Goal_ID); if (ii == null) @@ -298,21 +290,20 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ } /** Set Goal Restriction. - @param PA_GoalRestriction_ID - Performance Goal Restriction - */ + @param PA_GoalRestriction_ID Performance Goal Restriction + */ public void setPA_GoalRestriction_ID (int PA_GoalRestriction_ID) { - if (PA_GoalRestriction_ID < 1) + if (PA_GoalRestriction_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_GoalRestriction_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_GoalRestriction_ID, Integer.valueOf(PA_GoalRestriction_ID)); } /** Get Goal Restriction. @return Performance Goal Restriction */ - public int getPA_GoalRestriction_ID () + public int getPA_GoalRestriction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_GoalRestriction_ID); if (ii == null) @@ -321,7 +312,8 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ } /** Set PA_GoalRestriction_UU. - @param PA_GoalRestriction_UU PA_GoalRestriction_UU */ + @param PA_GoalRestriction_UU PA_GoalRestriction_UU + */ public void setPA_GoalRestriction_UU (String PA_GoalRestriction_UU) { set_Value (COLUMNNAME_PA_GoalRestriction_UU, PA_GoalRestriction_UU); @@ -329,7 +321,7 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ /** Get PA_GoalRestriction_UU. @return PA_GoalRestriction_UU */ - public String getPA_GoalRestriction_UU () + public String getPA_GoalRestriction_UU() { return (String)get_Value(COLUMNNAME_PA_GoalRestriction_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Hierarchy.java b/org.adempiere.base/src/org/compiere/model/X_PA_Hierarchy.java index 42ae35d902..467a2c7043 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Hierarchy.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Hierarchy.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_Hierarchy * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_Hierarchy") public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent { @@ -31,7 +31,7 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_Hierarchy (Properties ctx, int PA_Hierarchy_ID, String trxName) @@ -87,21 +87,20 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent } /** Set Account Tree. - @param AD_Tree_Account_ID - Tree for Natural Account Tree - */ + @param AD_Tree_Account_ID Tree for Natural Account Tree + */ public void setAD_Tree_Account_ID (int AD_Tree_Account_ID) { - if (AD_Tree_Account_ID < 1) + if (AD_Tree_Account_ID < 1) set_Value (COLUMNNAME_AD_Tree_Account_ID, null); - else + else set_Value (COLUMNNAME_AD_Tree_Account_ID, Integer.valueOf(AD_Tree_Account_ID)); } /** Get Account Tree. @return Tree for Natural Account Tree */ - public int getAD_Tree_Account_ID () + public int getAD_Tree_Account_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Account_ID); if (ii == null) @@ -116,21 +115,20 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent } /** Set Activity Tree. - @param AD_Tree_Activity_ID - Trees are used for (financial) reporting - */ + @param AD_Tree_Activity_ID Trees are used for (financial) reporting + */ public void setAD_Tree_Activity_ID (int AD_Tree_Activity_ID) { - if (AD_Tree_Activity_ID < 1) + if (AD_Tree_Activity_ID < 1) set_Value (COLUMNNAME_AD_Tree_Activity_ID, null); - else + else set_Value (COLUMNNAME_AD_Tree_Activity_ID, Integer.valueOf(AD_Tree_Activity_ID)); } /** Get Activity Tree. @return Trees are used for (financial) reporting */ - public int getAD_Tree_Activity_ID () + public int getAD_Tree_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Activity_ID); if (ii == null) @@ -145,21 +143,20 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent } /** Set BPartner Tree. - @param AD_Tree_BPartner_ID - Trees are used for (financial) reporting - */ + @param AD_Tree_BPartner_ID Trees are used for (financial) reporting + */ public void setAD_Tree_BPartner_ID (int AD_Tree_BPartner_ID) { - if (AD_Tree_BPartner_ID < 1) + if (AD_Tree_BPartner_ID < 1) set_Value (COLUMNNAME_AD_Tree_BPartner_ID, null); - else + else set_Value (COLUMNNAME_AD_Tree_BPartner_ID, Integer.valueOf(AD_Tree_BPartner_ID)); } /** Get BPartner Tree. @return Trees are used for (financial) reporting */ - public int getAD_Tree_BPartner_ID () + public int getAD_Tree_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_BPartner_ID); if (ii == null) @@ -174,21 +171,20 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent } /** Set Campaign Tree. - @param AD_Tree_Campaign_ID - Trees are used for (financial) reporting - */ + @param AD_Tree_Campaign_ID Trees are used for (financial) reporting + */ public void setAD_Tree_Campaign_ID (int AD_Tree_Campaign_ID) { - if (AD_Tree_Campaign_ID < 1) + if (AD_Tree_Campaign_ID < 1) set_Value (COLUMNNAME_AD_Tree_Campaign_ID, null); - else + else set_Value (COLUMNNAME_AD_Tree_Campaign_ID, Integer.valueOf(AD_Tree_Campaign_ID)); } /** Get Campaign Tree. @return Trees are used for (financial) reporting */ - public int getAD_Tree_Campaign_ID () + public int getAD_Tree_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Campaign_ID); if (ii == null) @@ -203,21 +199,20 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent } /** Set Organization Tree. - @param AD_Tree_Org_ID - Trees are used for (financial) reporting and security access (via role) - */ + @param AD_Tree_Org_ID Trees are used for (financial) reporting and security access (via role) + */ public void setAD_Tree_Org_ID (int AD_Tree_Org_ID) { - if (AD_Tree_Org_ID < 1) + if (AD_Tree_Org_ID < 1) set_Value (COLUMNNAME_AD_Tree_Org_ID, null); - else + else set_Value (COLUMNNAME_AD_Tree_Org_ID, Integer.valueOf(AD_Tree_Org_ID)); } /** Get Organization Tree. @return Trees are used for (financial) reporting and security access (via role) */ - public int getAD_Tree_Org_ID () + public int getAD_Tree_Org_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Org_ID); if (ii == null) @@ -232,21 +227,20 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent } /** Set Product Tree. - @param AD_Tree_Product_ID - Trees are used for (financial) reporting - */ + @param AD_Tree_Product_ID Trees are used for (financial) reporting + */ public void setAD_Tree_Product_ID (int AD_Tree_Product_ID) { - if (AD_Tree_Product_ID < 1) + if (AD_Tree_Product_ID < 1) set_Value (COLUMNNAME_AD_Tree_Product_ID, null); - else + else set_Value (COLUMNNAME_AD_Tree_Product_ID, Integer.valueOf(AD_Tree_Product_ID)); } /** Get Product Tree. @return Trees are used for (financial) reporting */ - public int getAD_Tree_Product_ID () + public int getAD_Tree_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Product_ID); if (ii == null) @@ -261,21 +255,20 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent } /** Set Project Tree. - @param AD_Tree_Project_ID - Trees are used for (financial) reporting - */ + @param AD_Tree_Project_ID Trees are used for (financial) reporting + */ public void setAD_Tree_Project_ID (int AD_Tree_Project_ID) { - if (AD_Tree_Project_ID < 1) + if (AD_Tree_Project_ID < 1) set_Value (COLUMNNAME_AD_Tree_Project_ID, null); - else + else set_Value (COLUMNNAME_AD_Tree_Project_ID, Integer.valueOf(AD_Tree_Project_ID)); } /** Get Project Tree. @return Trees are used for (financial) reporting */ - public int getAD_Tree_Project_ID () + public int getAD_Tree_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_Project_ID); if (ii == null) @@ -290,21 +283,20 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent } /** Set Sales Region Tree. - @param AD_Tree_SalesRegion_ID - Trees are used for (financial) reporting - */ + @param AD_Tree_SalesRegion_ID Trees are used for (financial) reporting + */ public void setAD_Tree_SalesRegion_ID (int AD_Tree_SalesRegion_ID) { - if (AD_Tree_SalesRegion_ID < 1) + if (AD_Tree_SalesRegion_ID < 1) set_Value (COLUMNNAME_AD_Tree_SalesRegion_ID, null); - else + else set_Value (COLUMNNAME_AD_Tree_SalesRegion_ID, Integer.valueOf(AD_Tree_SalesRegion_ID)); } /** Get Sales Region Tree. @return Trees are used for (financial) reporting */ - public int getAD_Tree_SalesRegion_ID () + public int getAD_Tree_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Tree_SalesRegion_ID); if (ii == null) @@ -313,9 +305,8 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -324,15 +315,14 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -341,15 +331,14 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -358,7 +347,7 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -372,21 +361,20 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent } /** Set Reporting Hierarchy. - @param PA_Hierarchy_ID - Optional Reporting Hierarchy - If not selected the default hierarchy trees are used. - */ + @param PA_Hierarchy_ID Optional Reporting Hierarchy - If not selected the default hierarchy trees are used. + */ public void setPA_Hierarchy_ID (int PA_Hierarchy_ID) { - if (PA_Hierarchy_ID < 1) + if (PA_Hierarchy_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_Hierarchy_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_Hierarchy_ID, Integer.valueOf(PA_Hierarchy_ID)); } /** Get Reporting Hierarchy. @return Optional Reporting Hierarchy - If not selected the default hierarchy trees are used. */ - public int getPA_Hierarchy_ID () + public int getPA_Hierarchy_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Hierarchy_ID); if (ii == null) @@ -395,7 +383,8 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent } /** Set PA_Hierarchy_UU. - @param PA_Hierarchy_UU PA_Hierarchy_UU */ + @param PA_Hierarchy_UU PA_Hierarchy_UU + */ public void setPA_Hierarchy_UU (String PA_Hierarchy_UU) { set_Value (COLUMNNAME_PA_Hierarchy_UU, PA_Hierarchy_UU); @@ -403,7 +392,7 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent /** Get PA_Hierarchy_UU. @return PA_Hierarchy_UU */ - public String getPA_Hierarchy_UU () + public String getPA_Hierarchy_UU() { return (String)get_Value(COLUMNNAME_PA_Hierarchy_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Measure.java b/org.adempiere.base/src/org/compiere/model/X_PA_Measure.java index 37dba7c9a8..39af649045 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Measure.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Measure.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_Measure * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_Measure") public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent { @@ -33,7 +33,7 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_Measure (Properties ctx, int PA_Measure_ID, String trxName) @@ -79,9 +79,8 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent } /** Set Calculation Class. - @param CalculationClass - Java Class for calculation, implementing Interface Measure - */ + @param CalculationClass Java Class for calculation, implementing Interface Measure + */ public void setCalculationClass (String CalculationClass) { set_Value (COLUMNNAME_CalculationClass, CalculationClass); @@ -90,7 +89,7 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent /** Get Calculation Class. @return Java Class for calculation, implementing Interface Measure */ - public String getCalculationClass () + public String getCalculationClass() { return (String)get_Value(COLUMNNAME_CalculationClass); } @@ -102,21 +101,20 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent } /** Set Project Type. - @param C_ProjectType_ID - Type of the project - */ + @param C_ProjectType_ID Type of the project + */ public void setC_ProjectType_ID (int C_ProjectType_ID) { - if (C_ProjectType_ID < 1) + if (C_ProjectType_ID < 1) set_Value (COLUMNNAME_C_ProjectType_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectType_ID, Integer.valueOf(C_ProjectType_ID)); } /** Get Project Type. @return Type of the project */ - public int getC_ProjectType_ID () + public int getC_ProjectType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectType_ID); if (ii == null) @@ -125,9 +123,8 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -136,15 +133,14 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Manual Actual. - @param ManualActual - Manually entered actual value - */ + @param ManualActual Manually entered actual value + */ public void setManualActual (BigDecimal ManualActual) { set_Value (COLUMNNAME_ManualActual, ManualActual); @@ -153,7 +149,7 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent /** Get Manual Actual. @return Manually entered actual value */ - public BigDecimal getManualActual () + public BigDecimal getManualActual() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ManualActual); if (bd == null) @@ -162,9 +158,8 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent } /** Set Note. - @param ManualNote - Note for manual entry - */ + @param ManualNote Note for manual entry + */ public void setManualNote (String ManualNote) { set_Value (COLUMNNAME_ManualNote, ManualNote); @@ -173,7 +168,7 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent /** Get Note. @return Note for manual entry */ - public String getManualNote () + public String getManualNote() { return (String)get_Value(COLUMNNAME_ManualNote); } @@ -185,9 +180,8 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent /** Qty/Amount in Time = T */ public static final String MEASUREDATATYPE_QtyAmountInTime = "T"; /** Set Measure Data Type. - @param MeasureDataType - Type of data - Status or in Time - */ + @param MeasureDataType Type of data - Status or in Time + */ public void setMeasureDataType (String MeasureDataType) { @@ -197,7 +191,7 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent /** Get Measure Data Type. @return Type of data - Status or in Time */ - public String getMeasureDataType () + public String getMeasureDataType() { return (String)get_Value(COLUMNNAME_MeasureDataType); } @@ -219,9 +213,8 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent /** User defined = U */ public static final String MEASURETYPE_UserDefined = "U"; /** Set Measure Type. - @param MeasureType - Determines how the actual performance is derived - */ + @param MeasureType Determines how the actual performance is derived + */ public void setMeasureType (String MeasureType) { @@ -231,15 +224,14 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent /** Get Measure Type. @return Determines how the actual performance is derived */ - public String getMeasureType () + public String getMeasureType() { return (String)get_Value(COLUMNNAME_MeasureType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -248,7 +240,7 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -268,21 +260,20 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent } /** Set Benchmark. - @param PA_Benchmark_ID - Performance Benchmark - */ + @param PA_Benchmark_ID Performance Benchmark + */ public void setPA_Benchmark_ID (int PA_Benchmark_ID) { - if (PA_Benchmark_ID < 1) + if (PA_Benchmark_ID < 1) set_Value (COLUMNNAME_PA_Benchmark_ID, null); - else + else set_Value (COLUMNNAME_PA_Benchmark_ID, Integer.valueOf(PA_Benchmark_ID)); } /** Get Benchmark. @return Performance Benchmark */ - public int getPA_Benchmark_ID () + public int getPA_Benchmark_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Benchmark_ID); if (ii == null) @@ -297,21 +288,20 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent } /** Set Reporting Hierarchy. - @param PA_Hierarchy_ID - Optional Reporting Hierarchy - If not selected the default hierarchy trees are used. - */ + @param PA_Hierarchy_ID Optional Reporting Hierarchy - If not selected the default hierarchy trees are used. + */ public void setPA_Hierarchy_ID (int PA_Hierarchy_ID) { - if (PA_Hierarchy_ID < 1) + if (PA_Hierarchy_ID < 1) set_Value (COLUMNNAME_PA_Hierarchy_ID, null); - else + else set_Value (COLUMNNAME_PA_Hierarchy_ID, Integer.valueOf(PA_Hierarchy_ID)); } /** Get Reporting Hierarchy. @return Optional Reporting Hierarchy - If not selected the default hierarchy trees are used. */ - public int getPA_Hierarchy_ID () + public int getPA_Hierarchy_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Hierarchy_ID); if (ii == null) @@ -326,21 +316,20 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent } /** Set Measure Calculation. - @param PA_MeasureCalc_ID - Calculation method for measuring performance - */ + @param PA_MeasureCalc_ID Calculation method for measuring performance + */ public void setPA_MeasureCalc_ID (int PA_MeasureCalc_ID) { - if (PA_MeasureCalc_ID < 1) + if (PA_MeasureCalc_ID < 1) set_Value (COLUMNNAME_PA_MeasureCalc_ID, null); - else + else set_Value (COLUMNNAME_PA_MeasureCalc_ID, Integer.valueOf(PA_MeasureCalc_ID)); } /** Get Measure Calculation. @return Calculation method for measuring performance */ - public int getPA_MeasureCalc_ID () + public int getPA_MeasureCalc_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_MeasureCalc_ID); if (ii == null) @@ -349,21 +338,20 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent } /** Set Measure. - @param PA_Measure_ID - Concrete Performance Measurement - */ + @param PA_Measure_ID Concrete Performance Measurement + */ public void setPA_Measure_ID (int PA_Measure_ID) { - if (PA_Measure_ID < 1) + if (PA_Measure_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_Measure_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_Measure_ID, Integer.valueOf(PA_Measure_ID)); } /** Get Measure. @return Concrete Performance Measurement */ - public int getPA_Measure_ID () + public int getPA_Measure_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Measure_ID); if (ii == null) @@ -372,7 +360,8 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent } /** Set PA_Measure_UU. - @param PA_Measure_UU PA_Measure_UU */ + @param PA_Measure_UU PA_Measure_UU + */ public void setPA_Measure_UU (String PA_Measure_UU) { set_Value (COLUMNNAME_PA_Measure_UU, PA_Measure_UU); @@ -380,7 +369,7 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent /** Get PA_Measure_UU. @return PA_Measure_UU */ - public String getPA_Measure_UU () + public String getPA_Measure_UU() { return (String)get_Value(COLUMNNAME_PA_Measure_UU); } @@ -392,21 +381,20 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent } /** Set Ratio. - @param PA_Ratio_ID - Performance Ratio - */ + @param PA_Ratio_ID Performance Ratio + */ public void setPA_Ratio_ID (int PA_Ratio_ID) { - if (PA_Ratio_ID < 1) + if (PA_Ratio_ID < 1) set_Value (COLUMNNAME_PA_Ratio_ID, null); - else + else set_Value (COLUMNNAME_PA_Ratio_ID, Integer.valueOf(PA_Ratio_ID)); } /** Get Ratio. @return Performance Ratio */ - public int getPA_Ratio_ID () + public int getPA_Ratio_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Ratio_ID); if (ii == null) @@ -421,21 +409,20 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent } /** Set Request Type. - @param R_RequestType_ID - Type of request (e.g. Inquiry, Complaint, ..) - */ + @param R_RequestType_ID Type of request (e.g. Inquiry, Complaint, ..) + */ public void setR_RequestType_ID (int R_RequestType_ID) { - if (R_RequestType_ID < 1) + if (R_RequestType_ID < 1) set_Value (COLUMNNAME_R_RequestType_ID, null); - else + else set_Value (COLUMNNAME_R_RequestType_ID, Integer.valueOf(R_RequestType_ID)); } /** Get Request Type. @return Type of request (e.g. Inquiry, Complaint, ..) */ - public int getR_RequestType_ID () + public int getR_RequestType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestType_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_MeasureCalc.java b/org.adempiere.base/src/org/compiere/model/X_PA_MeasureCalc.java index 91809ba5e3..d5f155efb9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_MeasureCalc.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_MeasureCalc.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_MeasureCalc * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_MeasureCalc") public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persistent { @@ -31,7 +31,7 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_MeasureCalc (Properties ctx, int PA_MeasureCalc_ID, String trxName) @@ -91,21 +91,20 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -114,9 +113,8 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste } /** Set B.Partner Column. - @param BPartnerColumn - Fully qualified Business Partner key column (C_BPartner_ID) - */ + @param BPartnerColumn Fully qualified Business Partner key column (C_BPartner_ID) + */ public void setBPartnerColumn (String BPartnerColumn) { set_Value (COLUMNNAME_BPartnerColumn, BPartnerColumn); @@ -125,15 +123,14 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste /** Get B.Partner Column. @return Fully qualified Business Partner key column (C_BPartner_ID) */ - public String getBPartnerColumn () + public String getBPartnerColumn() { return (String)get_Value(COLUMNNAME_BPartnerColumn); } /** Set Date Column. - @param DateColumn - Fully qualified date column - */ + @param DateColumn Fully qualified date column + */ public void setDateColumn (String DateColumn) { set_Value (COLUMNNAME_DateColumn, DateColumn); @@ -142,15 +139,14 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste /** Get Date Column. @return Fully qualified date column */ - public String getDateColumn () + public String getDateColumn() { return (String)get_Value(COLUMNNAME_DateColumn); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -159,7 +155,7 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -167,9 +163,8 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -179,15 +174,14 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Key Column. - @param KeyColumn - Key Column for Table - */ + @param KeyColumn Key Column for Table + */ public void setKeyColumn (String KeyColumn) { set_Value (COLUMNNAME_KeyColumn, KeyColumn); @@ -196,15 +190,14 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste /** Get Key Column. @return Key Column for Table */ - public String getKeyColumn () + public String getKeyColumn() { return (String)get_Value(COLUMNNAME_KeyColumn); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -213,7 +206,7 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -227,9 +220,8 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste } /** Set Org Column. - @param OrgColumn - Fully qualified Organization column (AD_Org_ID) - */ + @param OrgColumn Fully qualified Organization column (AD_Org_ID) + */ public void setOrgColumn (String OrgColumn) { set_Value (COLUMNNAME_OrgColumn, OrgColumn); @@ -238,27 +230,26 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste /** Get Org Column. @return Fully qualified Organization column (AD_Org_ID) */ - public String getOrgColumn () + public String getOrgColumn() { return (String)get_Value(COLUMNNAME_OrgColumn); } /** Set Measure Calculation. - @param PA_MeasureCalc_ID - Calculation method for measuring performance - */ + @param PA_MeasureCalc_ID Calculation method for measuring performance + */ public void setPA_MeasureCalc_ID (int PA_MeasureCalc_ID) { - if (PA_MeasureCalc_ID < 1) + if (PA_MeasureCalc_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_MeasureCalc_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_MeasureCalc_ID, Integer.valueOf(PA_MeasureCalc_ID)); } /** Get Measure Calculation. @return Calculation method for measuring performance */ - public int getPA_MeasureCalc_ID () + public int getPA_MeasureCalc_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_MeasureCalc_ID); if (ii == null) @@ -267,7 +258,8 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste } /** Set PA_MeasureCalc_UU. - @param PA_MeasureCalc_UU PA_MeasureCalc_UU */ + @param PA_MeasureCalc_UU PA_MeasureCalc_UU + */ public void setPA_MeasureCalc_UU (String PA_MeasureCalc_UU) { set_Value (COLUMNNAME_PA_MeasureCalc_UU, PA_MeasureCalc_UU); @@ -275,15 +267,14 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste /** Get PA_MeasureCalc_UU. @return PA_MeasureCalc_UU */ - public String getPA_MeasureCalc_UU () + public String getPA_MeasureCalc_UU() { return (String)get_Value(COLUMNNAME_PA_MeasureCalc_UU); } /** Set Product Column. - @param ProductColumn - Fully qualified Product column (M_Product_ID) - */ + @param ProductColumn Fully qualified Product column (M_Product_ID) + */ public void setProductColumn (String ProductColumn) { set_Value (COLUMNNAME_ProductColumn, ProductColumn); @@ -292,15 +283,14 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste /** Get Product Column. @return Fully qualified Product column (M_Product_ID) */ - public String getProductColumn () + public String getProductColumn() { return (String)get_Value(COLUMNNAME_ProductColumn); } /** Set Sql SELECT. - @param SelectClause - SQL SELECT clause - */ + @param SelectClause SQL SELECT clause + */ public void setSelectClause (String SelectClause) { set_Value (COLUMNNAME_SelectClause, SelectClause); @@ -309,15 +299,14 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste /** Get Sql SELECT. @return SQL SELECT clause */ - public String getSelectClause () + public String getSelectClause() { return (String)get_Value(COLUMNNAME_SelectClause); } /** Set Sql WHERE. - @param WhereClause - Fully qualified SQL WHERE clause - */ + @param WhereClause Fully qualified SQL WHERE clause + */ public void setWhereClause (String WhereClause) { set_Value (COLUMNNAME_WhereClause, WhereClause); @@ -326,7 +315,7 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste /** Get Sql WHERE. @return Fully qualified SQL WHERE clause */ - public String getWhereClause () + public String getWhereClause() { return (String)get_Value(COLUMNNAME_WhereClause); } diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Ratio.java b/org.adempiere.base/src/org/compiere/model/X_PA_Ratio.java index 7e62ef6615..28244348f2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Ratio.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Ratio.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_Ratio * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_Ratio") public class X_PA_Ratio extends PO implements I_PA_Ratio, I_Persistent { @@ -31,7 +31,7 @@ public class X_PA_Ratio extends PO implements I_PA_Ratio, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_Ratio (Properties ctx, int PA_Ratio_ID, String trxName) @@ -80,21 +80,20 @@ public class X_PA_Ratio extends PO implements I_PA_Ratio, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -103,9 +102,8 @@ public class X_PA_Ratio extends PO implements I_PA_Ratio, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -114,15 +112,14 @@ public class X_PA_Ratio extends PO implements I_PA_Ratio, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -131,15 +128,14 @@ public class X_PA_Ratio extends PO implements I_PA_Ratio, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -148,7 +144,7 @@ public class X_PA_Ratio extends PO implements I_PA_Ratio, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -162,21 +158,20 @@ public class X_PA_Ratio extends PO implements I_PA_Ratio, I_Persistent } /** Set Ratio. - @param PA_Ratio_ID - Performance Ratio - */ + @param PA_Ratio_ID Performance Ratio + */ public void setPA_Ratio_ID (int PA_Ratio_ID) { - if (PA_Ratio_ID < 1) + if (PA_Ratio_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_Ratio_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_Ratio_ID, Integer.valueOf(PA_Ratio_ID)); } /** Get Ratio. @return Performance Ratio */ - public int getPA_Ratio_ID () + public int getPA_Ratio_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Ratio_ID); if (ii == null) @@ -185,7 +180,8 @@ public class X_PA_Ratio extends PO implements I_PA_Ratio, I_Persistent } /** Set PA_Ratio_UU. - @param PA_Ratio_UU PA_Ratio_UU */ + @param PA_Ratio_UU PA_Ratio_UU + */ public void setPA_Ratio_UU (String PA_Ratio_UU) { set_Value (COLUMNNAME_PA_Ratio_UU, PA_Ratio_UU); @@ -193,7 +189,7 @@ public class X_PA_Ratio extends PO implements I_PA_Ratio, I_Persistent /** Get PA_Ratio_UU. @return PA_Ratio_UU */ - public String getPA_Ratio_UU () + public String getPA_Ratio_UU() { return (String)get_Value(COLUMNNAME_PA_Ratio_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_RatioElement.java b/org.adempiere.base/src/org/compiere/model/X_PA_RatioElement.java index 9d59b5e85b..5b78a7fcdc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_RatioElement.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_RatioElement.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_RatioElement * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_RatioElement") public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persistent { @@ -33,7 +33,7 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_RatioElement (Properties ctx, int PA_RatioElement_ID, String trxName) @@ -86,21 +86,20 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis } /** Set Account. - @param Account_ID - Account used - */ + @param Account_ID Account used + */ public void setAccount_ID (int Account_ID) { - if (Account_ID < 1) + if (Account_ID < 1) set_Value (COLUMNNAME_Account_ID, null); - else + else set_Value (COLUMNNAME_Account_ID, Integer.valueOf(Account_ID)); } /** Get Account. @return Account used */ - public int getAccount_ID () + public int getAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Account_ID); if (ii == null) @@ -109,9 +108,8 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis } /** Set Constant Value. - @param ConstantValue - Constant value - */ + @param ConstantValue Constant value + */ public void setConstantValue (BigDecimal ConstantValue) { set_Value (COLUMNNAME_ConstantValue, ConstantValue); @@ -120,7 +118,7 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis /** Get Constant Value. @return Constant value */ - public BigDecimal getConstantValue () + public BigDecimal getConstantValue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConstantValue); if (bd == null) @@ -129,9 +127,8 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -140,15 +137,14 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -157,7 +153,7 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -169,21 +165,20 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis } /** Set Measure Calculation. - @param PA_MeasureCalc_ID - Calculation method for measuring performance - */ + @param PA_MeasureCalc_ID Calculation method for measuring performance + */ public void setPA_MeasureCalc_ID (int PA_MeasureCalc_ID) { - if (PA_MeasureCalc_ID < 1) + if (PA_MeasureCalc_ID < 1) set_Value (COLUMNNAME_PA_MeasureCalc_ID, null); - else + else set_Value (COLUMNNAME_PA_MeasureCalc_ID, Integer.valueOf(PA_MeasureCalc_ID)); } /** Get Measure Calculation. @return Calculation method for measuring performance */ - public int getPA_MeasureCalc_ID () + public int getPA_MeasureCalc_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_MeasureCalc_ID); if (ii == null) @@ -192,21 +187,20 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis } /** Set Ratio Element. - @param PA_RatioElement_ID - Performance Ratio Element - */ + @param PA_RatioElement_ID Performance Ratio Element + */ public void setPA_RatioElement_ID (int PA_RatioElement_ID) { - if (PA_RatioElement_ID < 1) + if (PA_RatioElement_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_RatioElement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_RatioElement_ID, Integer.valueOf(PA_RatioElement_ID)); } /** Get Ratio Element. @return Performance Ratio Element */ - public int getPA_RatioElement_ID () + public int getPA_RatioElement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_RatioElement_ID); if (ii == null) @@ -215,7 +209,8 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis } /** Set PA_RatioElement_UU. - @param PA_RatioElement_UU PA_RatioElement_UU */ + @param PA_RatioElement_UU PA_RatioElement_UU + */ public void setPA_RatioElement_UU (String PA_RatioElement_UU) { set_Value (COLUMNNAME_PA_RatioElement_UU, PA_RatioElement_UU); @@ -223,7 +218,7 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis /** Get PA_RatioElement_UU. @return PA_RatioElement_UU */ - public String getPA_RatioElement_UU () + public String getPA_RatioElement_UU() { return (String)get_Value(COLUMNNAME_PA_RatioElement_UU); } @@ -235,21 +230,20 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis } /** Set Ratio. - @param PA_Ratio_ID - Performance Ratio - */ + @param PA_Ratio_ID Performance Ratio + */ public void setPA_Ratio_ID (int PA_Ratio_ID) { - if (PA_Ratio_ID < 1) + if (PA_Ratio_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_Ratio_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_Ratio_ID, Integer.valueOf(PA_Ratio_ID)); } /** Get Ratio. @return Performance Ratio */ - public int getPA_Ratio_ID () + public int getPA_Ratio_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Ratio_ID); if (ii == null) @@ -264,21 +258,20 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis } /** Set Ratio Used. - @param PA_RatioUsed_ID - Performance Ratio Used - */ + @param PA_RatioUsed_ID Performance Ratio Used + */ public void setPA_RatioUsed_ID (int PA_RatioUsed_ID) { - if (PA_RatioUsed_ID < 1) + if (PA_RatioUsed_ID < 1) set_Value (COLUMNNAME_PA_RatioUsed_ID, null); - else + else set_Value (COLUMNNAME_PA_RatioUsed_ID, Integer.valueOf(PA_RatioUsed_ID)); } /** Get Ratio Used. @return Performance Ratio Used */ - public int getPA_RatioUsed_ID () + public int getPA_RatioUsed_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_RatioUsed_ID); if (ii == null) @@ -299,9 +292,8 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -311,7 +303,7 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } @@ -327,9 +319,8 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis /** Calculation = X */ public static final String RATIOELEMENTTYPE_Calculation = "X"; /** Set Element Type. - @param RatioElementType - Ratio Element Type - */ + @param RatioElementType Ratio Element Type + */ public void setRatioElementType (String RatioElementType) { @@ -339,7 +330,7 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis /** Get Element Type. @return Ratio Element Type */ - public String getRatioElementType () + public String getRatioElementType() { return (String)get_Value(COLUMNNAME_RatioElementType); } @@ -355,9 +346,8 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis /** Plus = P */ public static final String RATIOOPERAND_Plus = "P"; /** Set Operand. - @param RatioOperand - Ratio Operand - */ + @param RatioOperand Ratio Operand + */ public void setRatioOperand (String RatioOperand) { @@ -367,15 +357,14 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis /** Get Operand. @return Ratio Operand */ - public String getRatioOperand () + public String getRatioOperand() { return (String)get_Value(COLUMNNAME_RatioOperand); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -384,7 +373,7 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Report.java b/org.adempiere.base/src/org/compiere/model/X_PA_Report.java index 06388b2ac7..a4560af245 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Report.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Report.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_Report * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_Report") public class X_PA_Report extends PO implements I_PA_Report, I_Persistent { @@ -31,7 +31,7 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_Report (Properties ctx, int PA_Report_ID, String trxName) @@ -88,21 +88,20 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set Print Format. - @param AD_PrintFormat_ID - Data Print Format - */ + @param AD_PrintFormat_ID Data Print Format + */ public void setAD_PrintFormat_ID (int AD_PrintFormat_ID) { - if (AD_PrintFormat_ID < 1) + if (AD_PrintFormat_ID < 1) set_Value (COLUMNNAME_AD_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFormat_ID, Integer.valueOf(AD_PrintFormat_ID)); } /** Get Print Format. @return Data Print Format */ - public int getAD_PrintFormat_ID () + public int getAD_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormat_ID); if (ii == null) @@ -117,21 +116,20 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -146,21 +144,20 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set Calendar. - @param C_Calendar_ID - Accounting Calendar Name - */ + @param C_Calendar_ID Accounting Calendar Name + */ public void setC_Calendar_ID (int C_Calendar_ID) { - if (C_Calendar_ID < 1) + if (C_Calendar_ID < 1) set_Value (COLUMNNAME_C_Calendar_ID, null); - else + else set_Value (COLUMNNAME_C_Calendar_ID, Integer.valueOf(C_Calendar_ID)); } /** Get Calendar. @return Accounting Calendar Name */ - public int getC_Calendar_ID () + public int getC_Calendar_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Calendar_ID); if (ii == null) @@ -169,9 +166,8 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -180,7 +176,7 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -194,7 +190,8 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent /** All Adjustment Periods = 2 */ public static final String EXCLUDEADJUSTMENTPERIODS_AllAdjustmentPeriods = "2"; /** Set Exclude Adjustment Periods. - @param ExcludeAdjustmentPeriods Exclude Adjustment Periods */ + @param ExcludeAdjustmentPeriods Exclude Adjustment Periods + */ public void setExcludeAdjustmentPeriods (String ExcludeAdjustmentPeriods) { @@ -203,7 +200,7 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent /** Get Exclude Adjustment Periods. @return Exclude Adjustment Periods */ - public String getExcludeAdjustmentPeriods () + public String getExcludeAdjustmentPeriods() { return (String)get_Value(COLUMNNAME_ExcludeAdjustmentPeriods); } @@ -215,21 +212,20 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set Jasper Process. - @param JasperProcess_ID - The Jasper Process used by the printengine if any process defined - */ + @param JasperProcess_ID The Jasper Process used by the printengine if any process defined + */ public void setJasperProcess_ID (int JasperProcess_ID) { - if (JasperProcess_ID < 1) + if (JasperProcess_ID < 1) set_Value (COLUMNNAME_JasperProcess_ID, null); - else + else set_Value (COLUMNNAME_JasperProcess_ID, Integer.valueOf(JasperProcess_ID)); } /** Get Jasper Process. @return The Jasper Process used by the printengine if any process defined */ - public int getJasperProcess_ID () + public int getJasperProcess_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_JasperProcess_ID); if (ii == null) @@ -238,7 +234,8 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set Jasper Process Now. - @param JasperProcessing Jasper Process Now */ + @param JasperProcessing Jasper Process Now + */ public void setJasperProcessing (String JasperProcessing) { set_Value (COLUMNNAME_JasperProcessing, JasperProcessing); @@ -246,15 +243,14 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent /** Get Jasper Process Now. @return Jasper Process Now */ - public String getJasperProcessing () + public String getJasperProcessing() { return (String)get_Value(COLUMNNAME_JasperProcessing); } /** Set List Sources. - @param ListSources - List Report Line Sources - */ + @param ListSources List Report Line Sources + */ public void setListSources (boolean ListSources) { set_Value (COLUMNNAME_ListSources, Boolean.valueOf(ListSources)); @@ -263,7 +259,7 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent /** Get List Sources. @return List Report Line Sources */ - public boolean isListSources () + public boolean isListSources() { Object oo = get_Value(COLUMNNAME_ListSources); if (oo != null) @@ -276,9 +272,8 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set Include source accounts with no transaction. - @param ListSourcesXTrx - Include source accounts with no transaction for list report line sources - */ + @param ListSourcesXTrx Include source accounts with no transaction for list report line sources + */ public void setListSourcesXTrx (boolean ListSourcesXTrx) { set_Value (COLUMNNAME_ListSourcesXTrx, Boolean.valueOf(ListSourcesXTrx)); @@ -287,7 +282,7 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent /** Get Include source accounts with no transaction. @return Include source accounts with no transaction for list report line sources */ - public boolean isListSourcesXTrx () + public boolean isListSourcesXTrx() { Object oo = get_Value(COLUMNNAME_ListSourcesXTrx); if (oo != null) @@ -300,9 +295,8 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set List Transactions. - @param ListTrx - List the report transactions - */ + @param ListTrx List the report transactions + */ public void setListTrx (boolean ListTrx) { set_Value (COLUMNNAME_ListTrx, Boolean.valueOf(ListTrx)); @@ -311,7 +305,7 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent /** Get List Transactions. @return List the report transactions */ - public boolean isListTrx () + public boolean isListTrx() { Object oo = get_Value(COLUMNNAME_ListTrx); if (oo != null) @@ -324,9 +318,8 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -335,7 +328,7 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -355,21 +348,20 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set Report Column Set. - @param PA_ReportColumnSet_ID - Collection of Columns for Report - */ + @param PA_ReportColumnSet_ID Collection of Columns for Report + */ public void setPA_ReportColumnSet_ID (int PA_ReportColumnSet_ID) { - if (PA_ReportColumnSet_ID < 1) + if (PA_ReportColumnSet_ID < 1) set_Value (COLUMNNAME_PA_ReportColumnSet_ID, null); - else + else set_Value (COLUMNNAME_PA_ReportColumnSet_ID, Integer.valueOf(PA_ReportColumnSet_ID)); } /** Get Report Column Set. @return Collection of Columns for Report */ - public int getPA_ReportColumnSet_ID () + public int getPA_ReportColumnSet_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportColumnSet_ID); if (ii == null) @@ -384,21 +376,20 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set Report Cube. - @param PA_ReportCube_ID - Define reporting cube for pre-calculation of summary accounting data. - */ + @param PA_ReportCube_ID Define reporting cube for pre-calculation of summary accounting data. + */ public void setPA_ReportCube_ID (int PA_ReportCube_ID) { - if (PA_ReportCube_ID < 1) + if (PA_ReportCube_ID < 1) set_Value (COLUMNNAME_PA_ReportCube_ID, null); - else + else set_Value (COLUMNNAME_PA_ReportCube_ID, Integer.valueOf(PA_ReportCube_ID)); } /** Get Report Cube. @return Define reporting cube for pre-calculation of summary accounting data. */ - public int getPA_ReportCube_ID () + public int getPA_ReportCube_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportCube_ID); if (ii == null) @@ -407,21 +398,20 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set Financial Report. - @param PA_Report_ID - Financial Report - */ + @param PA_Report_ID Financial Report + */ public void setPA_Report_ID (int PA_Report_ID) { - if (PA_Report_ID < 1) + if (PA_Report_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_Report_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_Report_ID, Integer.valueOf(PA_Report_ID)); } /** Get Financial Report. @return Financial Report */ - public int getPA_Report_ID () + public int getPA_Report_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_Report_ID); if (ii == null) @@ -436,18 +426,19 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set Report Line Set. - @param PA_ReportLineSet_ID Report Line Set */ + @param PA_ReportLineSet_ID Report Line Set + */ public void setPA_ReportLineSet_ID (int PA_ReportLineSet_ID) { - if (PA_ReportLineSet_ID < 1) + if (PA_ReportLineSet_ID < 1) set_Value (COLUMNNAME_PA_ReportLineSet_ID, null); - else + else set_Value (COLUMNNAME_PA_ReportLineSet_ID, Integer.valueOf(PA_ReportLineSet_ID)); } /** Get Report Line Set. @return Report Line Set */ - public int getPA_ReportLineSet_ID () + public int getPA_ReportLineSet_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportLineSet_ID); if (ii == null) @@ -456,7 +447,8 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent } /** Set PA_Report_UU. - @param PA_Report_UU PA_Report_UU */ + @param PA_Report_UU PA_Report_UU + */ public void setPA_Report_UU (String PA_Report_UU) { set_Value (COLUMNNAME_PA_Report_UU, PA_Report_UU); @@ -464,13 +456,14 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent /** Get PA_Report_UU. @return PA_Report_UU */ - public String getPA_Report_UU () + public String getPA_Report_UU() { return (String)get_Value(COLUMNNAME_PA_Report_UU); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -478,7 +471,7 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumn.java b/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumn.java index cd27dd8aba..fe52cdc28d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumn.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumn.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_ReportColumn * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_ReportColumn") public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persistent { @@ -33,7 +33,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_ReportColumn (Properties ctx, int PA_ReportColumn_ID, String trxName) @@ -108,21 +108,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -137,21 +136,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -170,7 +168,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Subtract (Op1-Op2) = S */ public static final String CALCULATIONTYPE_SubtractOp1_Op2 = "S"; /** Set Calculation. - @param CalculationType Calculation */ + @param CalculationType Calculation + */ public void setCalculationType (String CalculationType) { @@ -179,7 +178,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Calculation. @return Calculation */ - public String getCalculationType () + public String getCalculationType() { return (String)get_Value(COLUMNNAME_CalculationType); } @@ -190,22 +189,21 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -220,21 +218,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -249,21 +246,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -278,21 +274,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Account Element. - @param C_ElementValue_ID - Account Element - */ + @param C_ElementValue_ID Account Element + */ public void setC_ElementValue_ID (int C_ElementValue_ID) { - if (C_ElementValue_ID < 1) + if (C_ElementValue_ID < 1) set_Value (COLUMNNAME_C_ElementValue_ID, null); - else + else set_Value (COLUMNNAME_C_ElementValue_ID, Integer.valueOf(C_ElementValue_ID)); } /** Get Account Element. @return Account Element */ - public int getC_ElementValue_ID () + public int getC_ElementValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValue_ID); if (ii == null) @@ -307,21 +302,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -338,7 +332,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Segment Value = S */ public static final String COLUMNTYPE_SegmentValue = "S"; /** Set Column Type. - @param ColumnType Column Type */ + @param ColumnType Column Type + */ public void setColumnType (String ColumnType) { @@ -347,7 +342,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Column Type. @return Column Type */ - public String getColumnType () + public String getColumnType() { return (String)get_Value(COLUMNNAME_ColumnType); } @@ -359,21 +354,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -388,21 +382,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_Value (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_Value (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -417,7 +410,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Source Currency = S */ public static final String CURRENCYTYPE_SourceCurrency = "S"; /** Set Currency Type. - @param CurrencyType Currency Type */ + @param CurrencyType Currency Type + */ public void setCurrencyType (String CurrencyType) { @@ -426,15 +420,14 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Currency Type. @return Currency Type */ - public String getCurrencyType () + public String getCurrencyType() { return (String)get_Value(COLUMNNAME_CurrencyType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -443,7 +436,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -485,9 +478,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** User Column 2 = X2 */ public static final String ELEMENTTYPE_UserColumn2 = "X2"; /** Set Type. - @param ElementType - Element Type (account or user defined) - */ + @param ElementType Element Type (account or user defined) + */ public void setElementType (String ElementType) { @@ -497,7 +489,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Type. @return Element Type (account or user defined) */ - public String getElementType () + public String getElementType() { return (String)get_Value(COLUMNNAME_ElementType); } @@ -509,9 +501,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Million = M */ public static final String FACTOR_Million = "M"; /** Set Factor. - @param Factor - Scaling factor. - */ + @param Factor Scaling factor. + */ public void setFactor (String Factor) { @@ -521,15 +512,14 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Factor. @return Scaling factor. */ - public String getFactor () + public String getFactor() { return (String)get_Value(COLUMNNAME_Factor); } /** Set Format Pattern. - @param FormatPattern - The pattern used to format a number or date. - */ + @param FormatPattern The pattern used to format a number or date. + */ public void setFormatPattern (String FormatPattern) { set_Value (COLUMNNAME_FormatPattern, FormatPattern); @@ -538,7 +528,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Format Pattern. @return The pattern used to format a number or date. */ - public String getFormatPattern () + public String getFormatPattern() { return (String)get_Value(COLUMNNAME_FormatPattern); } @@ -550,21 +540,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Budget. - @param GL_Budget_ID - General Ledger Budget - */ + @param GL_Budget_ID General Ledger Budget + */ public void setGL_Budget_ID (int GL_Budget_ID) { - if (GL_Budget_ID < 1) + if (GL_Budget_ID < 1) set_Value (COLUMNNAME_GL_Budget_ID, null); - else + else set_Value (COLUMNNAME_GL_Budget_ID, Integer.valueOf(GL_Budget_ID)); } /** Get Budget. @return General Ledger Budget */ - public int getGL_Budget_ID () + public int getGL_Budget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Budget_ID); if (ii == null) @@ -573,9 +562,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Adhoc Conversion. - @param IsAdhocConversion - Perform conversion for all amounts to currency - */ + @param IsAdhocConversion Perform conversion for all amounts to currency + */ public void setIsAdhocConversion (boolean IsAdhocConversion) { set_Value (COLUMNNAME_IsAdhocConversion, Boolean.valueOf(IsAdhocConversion)); @@ -584,7 +572,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Adhoc Conversion. @return Perform conversion for all amounts to currency */ - public boolean isAdhocConversion () + public boolean isAdhocConversion() { Object oo = get_Value(COLUMNNAME_IsAdhocConversion); if (oo != null) @@ -597,9 +585,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Allow Opposite Sign. - @param IsAllowOppositeSign - Allow column values to be displayed with the opposite sign - */ + @param IsAllowOppositeSign Allow column values to be displayed with the opposite sign + */ public void setIsAllowOppositeSign (boolean IsAllowOppositeSign) { set_Value (COLUMNNAME_IsAllowOppositeSign, Boolean.valueOf(IsAllowOppositeSign)); @@ -608,7 +595,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Allow Opposite Sign. @return Allow column values to be displayed with the opposite sign */ - public boolean isAllowOppositeSign () + public boolean isAllowOppositeSign() { Object oo = get_Value(COLUMNNAME_IsAllowOppositeSign); if (oo != null) @@ -621,9 +608,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Include Nulls in Activity. - @param IsIncludeNullsActivity - Include nulls in the selection of the activity - */ + @param IsIncludeNullsActivity Include nulls in the selection of the activity + */ public void setIsIncludeNullsActivity (boolean IsIncludeNullsActivity) { set_Value (COLUMNNAME_IsIncludeNullsActivity, Boolean.valueOf(IsIncludeNullsActivity)); @@ -632,7 +618,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Include Nulls in Activity. @return Include nulls in the selection of the activity */ - public boolean isIncludeNullsActivity () + public boolean isIncludeNullsActivity() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsActivity); if (oo != null) @@ -645,9 +631,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Include Nulls in BPartner. - @param IsIncludeNullsBPartner - Include nulls in the selection of the business partner - */ + @param IsIncludeNullsBPartner Include nulls in the selection of the business partner + */ public void setIsIncludeNullsBPartner (boolean IsIncludeNullsBPartner) { set_Value (COLUMNNAME_IsIncludeNullsBPartner, Boolean.valueOf(IsIncludeNullsBPartner)); @@ -656,7 +641,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Include Nulls in BPartner. @return Include nulls in the selection of the business partner */ - public boolean isIncludeNullsBPartner () + public boolean isIncludeNullsBPartner() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsBPartner); if (oo != null) @@ -669,9 +654,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Include Nulls in Campaign. - @param IsIncludeNullsCampaign - Include nulls in the selection of the campaign - */ + @param IsIncludeNullsCampaign Include nulls in the selection of the campaign + */ public void setIsIncludeNullsCampaign (boolean IsIncludeNullsCampaign) { set_Value (COLUMNNAME_IsIncludeNullsCampaign, Boolean.valueOf(IsIncludeNullsCampaign)); @@ -680,7 +664,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Include Nulls in Campaign. @return Include nulls in the selection of the campaign */ - public boolean isIncludeNullsCampaign () + public boolean isIncludeNullsCampaign() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsCampaign); if (oo != null) @@ -693,9 +677,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Include Nulls in Account. - @param IsIncludeNullsElementValue - Include nulls in the selection of the account - */ + @param IsIncludeNullsElementValue Include nulls in the selection of the account + */ public void setIsIncludeNullsElementValue (boolean IsIncludeNullsElementValue) { set_Value (COLUMNNAME_IsIncludeNullsElementValue, Boolean.valueOf(IsIncludeNullsElementValue)); @@ -704,7 +687,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Include Nulls in Account. @return Include nulls in the selection of the account */ - public boolean isIncludeNullsElementValue () + public boolean isIncludeNullsElementValue() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsElementValue); if (oo != null) @@ -717,9 +700,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Include Nulls in Location. - @param IsIncludeNullsLocation - Include nulls in the selection of the location - */ + @param IsIncludeNullsLocation Include nulls in the selection of the location + */ public void setIsIncludeNullsLocation (boolean IsIncludeNullsLocation) { set_Value (COLUMNNAME_IsIncludeNullsLocation, Boolean.valueOf(IsIncludeNullsLocation)); @@ -728,7 +710,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Include Nulls in Location. @return Include nulls in the selection of the location */ - public boolean isIncludeNullsLocation () + public boolean isIncludeNullsLocation() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsLocation); if (oo != null) @@ -741,9 +723,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Include Nulls in Org. - @param IsIncludeNullsOrg - Include nulls in the selection of the organization - */ + @param IsIncludeNullsOrg Include nulls in the selection of the organization + */ public void setIsIncludeNullsOrg (boolean IsIncludeNullsOrg) { set_Value (COLUMNNAME_IsIncludeNullsOrg, Boolean.valueOf(IsIncludeNullsOrg)); @@ -752,7 +733,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Include Nulls in Org. @return Include nulls in the selection of the organization */ - public boolean isIncludeNullsOrg () + public boolean isIncludeNullsOrg() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsOrg); if (oo != null) @@ -765,9 +746,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Include Nulls in Org Trx. - @param IsIncludeNullsOrgTrx - Include nulls in the selection of the organization transaction - */ + @param IsIncludeNullsOrgTrx Include nulls in the selection of the organization transaction + */ public void setIsIncludeNullsOrgTrx (boolean IsIncludeNullsOrgTrx) { set_Value (COLUMNNAME_IsIncludeNullsOrgTrx, Boolean.valueOf(IsIncludeNullsOrgTrx)); @@ -776,7 +756,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Include Nulls in Org Trx. @return Include nulls in the selection of the organization transaction */ - public boolean isIncludeNullsOrgTrx () + public boolean isIncludeNullsOrgTrx() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsOrgTrx); if (oo != null) @@ -789,9 +769,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Include Nulls in Product. - @param IsIncludeNullsProduct - Include nulls in the selection of the product - */ + @param IsIncludeNullsProduct Include nulls in the selection of the product + */ public void setIsIncludeNullsProduct (boolean IsIncludeNullsProduct) { set_Value (COLUMNNAME_IsIncludeNullsProduct, Boolean.valueOf(IsIncludeNullsProduct)); @@ -800,7 +779,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Include Nulls in Product. @return Include nulls in the selection of the product */ - public boolean isIncludeNullsProduct () + public boolean isIncludeNullsProduct() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsProduct); if (oo != null) @@ -813,9 +792,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Include Nulls in Project. - @param IsIncludeNullsProject - Include nulls in the selection of the project - */ + @param IsIncludeNullsProject Include nulls in the selection of the project + */ public void setIsIncludeNullsProject (boolean IsIncludeNullsProject) { set_Value (COLUMNNAME_IsIncludeNullsProject, Boolean.valueOf(IsIncludeNullsProject)); @@ -824,7 +802,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Include Nulls in Project. @return Include nulls in the selection of the project */ - public boolean isIncludeNullsProject () + public boolean isIncludeNullsProject() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsProject); if (oo != null) @@ -837,9 +815,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Include Nulls in Sales Region. - @param IsIncludeNullsSalesRegion - Include nulls in the selection of the sales region - */ + @param IsIncludeNullsSalesRegion Include nulls in the selection of the sales region + */ public void setIsIncludeNullsSalesRegion (boolean IsIncludeNullsSalesRegion) { set_Value (COLUMNNAME_IsIncludeNullsSalesRegion, Boolean.valueOf(IsIncludeNullsSalesRegion)); @@ -848,7 +825,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Include Nulls in Sales Region. @return Include nulls in the selection of the sales region */ - public boolean isIncludeNullsSalesRegion () + public boolean isIncludeNullsSalesRegion() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsSalesRegion); if (oo != null) @@ -861,9 +838,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Include Nulls in User Element 1. - @param IsIncludeNullsUserElement1 - Include nulls in the selection of the user element 1 - */ + @param IsIncludeNullsUserElement1 Include nulls in the selection of the user element 1 + */ public void setIsIncludeNullsUserElement1 (boolean IsIncludeNullsUserElement1) { set_Value (COLUMNNAME_IsIncludeNullsUserElement1, Boolean.valueOf(IsIncludeNullsUserElement1)); @@ -872,7 +848,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Include Nulls in User Element 1. @return Include nulls in the selection of the user element 1 */ - public boolean isIncludeNullsUserElement1 () + public boolean isIncludeNullsUserElement1() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsUserElement1); if (oo != null) @@ -885,9 +861,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Include Nulls in User Element 2. - @param IsIncludeNullsUserElement2 - Include nulls in the selection of the user element 2 - */ + @param IsIncludeNullsUserElement2 Include nulls in the selection of the user element 2 + */ public void setIsIncludeNullsUserElement2 (boolean IsIncludeNullsUserElement2) { set_Value (COLUMNNAME_IsIncludeNullsUserElement2, Boolean.valueOf(IsIncludeNullsUserElement2)); @@ -896,7 +871,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Include Nulls in User Element 2. @return Include nulls in the selection of the user element 2 */ - public boolean isIncludeNullsUserElement2 () + public boolean isIncludeNullsUserElement2() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsUserElement2); if (oo != null) @@ -909,9 +884,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -920,7 +894,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -939,21 +913,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -962,9 +935,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -973,7 +945,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -993,21 +965,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Operand 1. - @param Oper_1_ID - First operand for calculation - */ + @param Oper_1_ID First operand for calculation + */ public void setOper_1_ID (int Oper_1_ID) { - if (Oper_1_ID < 1) + if (Oper_1_ID < 1) set_Value (COLUMNNAME_Oper_1_ID, null); - else + else set_Value (COLUMNNAME_Oper_1_ID, Integer.valueOf(Oper_1_ID)); } /** Get Operand 1. @return First operand for calculation */ - public int getOper_1_ID () + public int getOper_1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Oper_1_ID); if (ii == null) @@ -1022,21 +993,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Operand 2. - @param Oper_2_ID - Second operand for calculation - */ + @param Oper_2_ID Second operand for calculation + */ public void setOper_2_ID (int Oper_2_ID) { - if (Oper_2_ID < 1) + if (Oper_2_ID < 1) set_Value (COLUMNNAME_Oper_2_ID, null); - else + else set_Value (COLUMNNAME_Oper_2_ID, Integer.valueOf(Oper_2_ID)); } /** Get Operand 2. @return Second operand for calculation */ - public int getOper_2_ID () + public int getOper_2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Oper_2_ID); if (ii == null) @@ -1045,9 +1015,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Operand 2 Line Name. - @param Oper_2_LineName - Name of the financial report line to take values from - */ + @param Oper_2_LineName Name of the financial report line to take values from + */ public void setOper_2_LineName (String Oper_2_LineName) { set_Value (COLUMNNAME_Oper_2_LineName, Oper_2_LineName); @@ -1056,27 +1025,26 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Operand 2 Line Name. @return Name of the financial report line to take values from */ - public String getOper_2_LineName () + public String getOper_2_LineName() { return (String)get_Value(COLUMNNAME_Oper_2_LineName); } /** Set Organization. - @param Org_ID - Organizational entity within client - */ + @param Org_ID Organizational entity within client + */ public void setOrg_ID (int Org_ID) { - if (Org_ID < 1) + if (Org_ID < 1) set_Value (COLUMNNAME_Org_ID, null); - else + else set_Value (COLUMNNAME_Org_ID, Integer.valueOf(Org_ID)); } /** Get Organization. @return Organizational entity within client */ - public int getOrg_ID () + public int getOrg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Org_ID); if (ii == null) @@ -1099,9 +1067,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Balance (accounted sign) = S */ public static final String PAAMOUNTTYPE_BalanceAccountedSign = "S"; /** Set Amount Type. - @param PAAmountType - PA Amount Type for reporting - */ + @param PAAmountType PA Amount Type for reporting + */ public void setPAAmountType (String PAAmountType) { @@ -1111,7 +1078,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Amount Type. @return PA Amount Type for reporting */ - public String getPAAmountType () + public String getPAAmountType() { return (String)get_Value(COLUMNNAME_PAAmountType); } @@ -1127,9 +1094,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Year = Y */ public static final String PAPERIODTYPE_Year = "Y"; /** Set Period Type. - @param PAPeriodType - PA Period Type - */ + @param PAPeriodType PA Period Type + */ public void setPAPeriodType (String PAPeriodType) { @@ -1139,27 +1105,26 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Period Type. @return PA Period Type */ - public String getPAPeriodType () + public String getPAPeriodType() { return (String)get_Value(COLUMNNAME_PAPeriodType); } /** Set Report Column. - @param PA_ReportColumn_ID - Column in Report - */ + @param PA_ReportColumn_ID Column in Report + */ public void setPA_ReportColumn_ID (int PA_ReportColumn_ID) { - if (PA_ReportColumn_ID < 1) + if (PA_ReportColumn_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_ReportColumn_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_ReportColumn_ID, Integer.valueOf(PA_ReportColumn_ID)); } /** Get Report Column. @return Column in Report */ - public int getPA_ReportColumn_ID () + public int getPA_ReportColumn_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportColumn_ID); if (ii == null) @@ -1174,21 +1139,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Report Column Set. - @param PA_ReportColumnSet_ID - Collection of Columns for Report - */ + @param PA_ReportColumnSet_ID Collection of Columns for Report + */ public void setPA_ReportColumnSet_ID (int PA_ReportColumnSet_ID) { - if (PA_ReportColumnSet_ID < 1) + if (PA_ReportColumnSet_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_ReportColumnSet_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_ReportColumnSet_ID, Integer.valueOf(PA_ReportColumnSet_ID)); } /** Get Report Column Set. @return Collection of Columns for Report */ - public int getPA_ReportColumnSet_ID () + public int getPA_ReportColumnSet_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportColumnSet_ID); if (ii == null) @@ -1197,7 +1161,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set PA_ReportColumn_UU. - @param PA_ReportColumn_UU PA_ReportColumn_UU */ + @param PA_ReportColumn_UU PA_ReportColumn_UU + */ public void setPA_ReportColumn_UU (String PA_ReportColumn_UU) { set_Value (COLUMNNAME_PA_ReportColumn_UU, PA_ReportColumn_UU); @@ -1205,7 +1170,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get PA_ReportColumn_UU. @return PA_ReportColumn_UU */ - public String getPA_ReportColumn_UU () + public String getPA_ReportColumn_UU() { return (String)get_Value(COLUMNNAME_PA_ReportColumn_UU); } @@ -1223,9 +1188,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -1235,15 +1199,14 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Relative Period. - @param RelativePeriod - Period offset (0 is current) - */ + @param RelativePeriod Period offset (0 is current) + */ public void setRelativePeriod (BigDecimal RelativePeriod) { set_Value (COLUMNNAME_RelativePeriod, RelativePeriod); @@ -1252,7 +1215,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Relative Period. @return Period offset (0 is current) */ - public BigDecimal getRelativePeriod () + public BigDecimal getRelativePeriod() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RelativePeriod); if (bd == null) @@ -1261,9 +1224,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Relative Period To. - @param RelativePeriodTo - Period offset (0 is current) - */ + @param RelativePeriodTo Period offset (0 is current) + */ public void setRelativePeriodTo (BigDecimal RelativePeriodTo) { set_Value (COLUMNNAME_RelativePeriodTo, RelativePeriodTo); @@ -1272,7 +1234,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Relative Period To. @return Period offset (0 is current) */ - public BigDecimal getRelativePeriodTo () + public BigDecimal getRelativePeriodTo() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RelativePeriodTo); if (bd == null) @@ -1281,9 +1243,8 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -1292,7 +1253,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -1301,21 +1262,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set User Column 1. - @param UserElement1_ID - User defined accounting Element - */ + @param UserElement1_ID User defined accounting Element + */ public void setUserElement1_ID (int UserElement1_ID) { - if (UserElement1_ID < 1) + if (UserElement1_ID < 1) set_Value (COLUMNNAME_UserElement1_ID, null); - else + else set_Value (COLUMNNAME_UserElement1_ID, Integer.valueOf(UserElement1_ID)); } /** Get User Column 1. @return User defined accounting Element */ - public int getUserElement1_ID () + public int getUserElement1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_UserElement1_ID); if (ii == null) @@ -1324,21 +1284,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis } /** Set User Column 2. - @param UserElement2_ID - User defined accounting Element - */ + @param UserElement2_ID User defined accounting Element + */ public void setUserElement2_ID (int UserElement2_ID) { - if (UserElement2_ID < 1) + if (UserElement2_ID < 1) set_Value (COLUMNNAME_UserElement2_ID, null); - else + else set_Value (COLUMNNAME_UserElement2_ID, Integer.valueOf(UserElement2_ID)); } /** Get User Column 2. @return User defined accounting Element */ - public int getUserElement2_ID () + public int getUserElement2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_UserElement2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumnSet.java b/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumnSet.java index e75ca8884b..b2c16e6b17 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumnSet.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumnSet.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_ReportColumnSet * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_ReportColumnSet") public class X_PA_ReportColumnSet extends PO implements I_PA_ReportColumnSet, I_Persistent { @@ -31,7 +31,7 @@ public class X_PA_ReportColumnSet extends PO implements I_PA_ReportColumnSet, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_ReportColumnSet (Properties ctx, int PA_ReportColumnSet_ID, String trxName) @@ -74,9 +74,8 @@ public class X_PA_ReportColumnSet extends PO implements I_PA_ReportColumnSet, I_ } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,15 +84,14 @@ public class X_PA_ReportColumnSet extends PO implements I_PA_ReportColumnSet, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -102,7 +100,7 @@ public class X_PA_ReportColumnSet extends PO implements I_PA_ReportColumnSet, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -116,21 +114,20 @@ public class X_PA_ReportColumnSet extends PO implements I_PA_ReportColumnSet, I_ } /** Set Report Column Set. - @param PA_ReportColumnSet_ID - Collection of Columns for Report - */ + @param PA_ReportColumnSet_ID Collection of Columns for Report + */ public void setPA_ReportColumnSet_ID (int PA_ReportColumnSet_ID) { - if (PA_ReportColumnSet_ID < 1) + if (PA_ReportColumnSet_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_ReportColumnSet_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_ReportColumnSet_ID, Integer.valueOf(PA_ReportColumnSet_ID)); } /** Get Report Column Set. @return Collection of Columns for Report */ - public int getPA_ReportColumnSet_ID () + public int getPA_ReportColumnSet_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportColumnSet_ID); if (ii == null) @@ -139,7 +136,8 @@ public class X_PA_ReportColumnSet extends PO implements I_PA_ReportColumnSet, I_ } /** Set PA_ReportColumnSet_UU. - @param PA_ReportColumnSet_UU PA_ReportColumnSet_UU */ + @param PA_ReportColumnSet_UU PA_ReportColumnSet_UU + */ public void setPA_ReportColumnSet_UU (String PA_ReportColumnSet_UU) { set_Value (COLUMNNAME_PA_ReportColumnSet_UU, PA_ReportColumnSet_UU); @@ -147,13 +145,14 @@ public class X_PA_ReportColumnSet extends PO implements I_PA_ReportColumnSet, I_ /** Get PA_ReportColumnSet_UU. @return PA_ReportColumnSet_UU */ - public String getPA_ReportColumnSet_UU () + public String getPA_ReportColumnSet_UU() { return (String)get_Value(COLUMNNAME_PA_ReportColumnSet_UU); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -161,7 +160,7 @@ public class X_PA_ReportColumnSet extends PO implements I_PA_ReportColumnSet, I_ /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ReportCube.java b/org.adempiere.base/src/org/compiere/model/X_PA_ReportCube.java index 34971e30a1..2edc30a7eb 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ReportCube.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ReportCube.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_ReportCube * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_ReportCube") public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent { @@ -32,7 +32,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_ReportCube (Properties ctx, int PA_ReportCube_ID, String trxName) @@ -83,21 +83,20 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Calendar. - @param C_Calendar_ID - Accounting Calendar Name - */ + @param C_Calendar_ID Accounting Calendar Name + */ public void setC_Calendar_ID (int C_Calendar_ID) { - if (C_Calendar_ID < 1) + if (C_Calendar_ID < 1) set_Value (COLUMNNAME_C_Calendar_ID, null); - else + else set_Value (COLUMNNAME_C_Calendar_ID, Integer.valueOf(C_Calendar_ID)); } /** Get Calendar. @return Accounting Calendar Name */ - public int getC_Calendar_ID () + public int getC_Calendar_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Calendar_ID); if (ii == null) @@ -106,9 +105,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -117,15 +115,14 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Activity Dimension. - @param IsActivityDim - Include Activity as a cube dimension - */ + @param IsActivityDim Include Activity as a cube dimension + */ public void setIsActivityDim (boolean IsActivityDim) { set_Value (COLUMNNAME_IsActivityDim, Boolean.valueOf(IsActivityDim)); @@ -134,7 +131,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Activity Dimension. @return Include Activity as a cube dimension */ - public boolean isActivityDim () + public boolean isActivityDim() { Object oo = get_Value(COLUMNNAME_IsActivityDim); if (oo != null) @@ -147,9 +144,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Business Partner Dimension. - @param IsBPartnerDim - Include Business Partner as a cube dimension - */ + @param IsBPartnerDim Include Business Partner as a cube dimension + */ public void setIsBPartnerDim (boolean IsBPartnerDim) { set_Value (COLUMNNAME_IsBPartnerDim, Boolean.valueOf(IsBPartnerDim)); @@ -158,7 +154,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Business Partner Dimension. @return Include Business Partner as a cube dimension */ - public boolean isBPartnerDim () + public boolean isBPartnerDim() { Object oo = get_Value(COLUMNNAME_IsBPartnerDim); if (oo != null) @@ -171,9 +167,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Campaign Dimension. - @param IsCampaignDim - Include Campaign as a cube dimension - */ + @param IsCampaignDim Include Campaign as a cube dimension + */ public void setIsCampaignDim (boolean IsCampaignDim) { set_Value (COLUMNNAME_IsCampaignDim, Boolean.valueOf(IsCampaignDim)); @@ -182,7 +177,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Campaign Dimension. @return Include Campaign as a cube dimension */ - public boolean isCampaignDim () + public boolean isCampaignDim() { Object oo = get_Value(COLUMNNAME_IsCampaignDim); if (oo != null) @@ -195,9 +190,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set GL Budget Dimension. - @param IsGLBudgetDim - Include GL Budget as a cube dimension - */ + @param IsGLBudgetDim Include GL Budget as a cube dimension + */ public void setIsGLBudgetDim (boolean IsGLBudgetDim) { set_Value (COLUMNNAME_IsGLBudgetDim, Boolean.valueOf(IsGLBudgetDim)); @@ -206,7 +200,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get GL Budget Dimension. @return Include GL Budget as a cube dimension */ - public boolean isGLBudgetDim () + public boolean isGLBudgetDim() { Object oo = get_Value(COLUMNNAME_IsGLBudgetDim); if (oo != null) @@ -219,9 +213,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Location From Dimension. - @param IsLocFromDim - Include Location From as a cube dimension - */ + @param IsLocFromDim Include Location From as a cube dimension + */ public void setIsLocFromDim (boolean IsLocFromDim) { set_Value (COLUMNNAME_IsLocFromDim, Boolean.valueOf(IsLocFromDim)); @@ -230,7 +223,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Location From Dimension. @return Include Location From as a cube dimension */ - public boolean isLocFromDim () + public boolean isLocFromDim() { Object oo = get_Value(COLUMNNAME_IsLocFromDim); if (oo != null) @@ -243,9 +236,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Location To Dimension. - @param IsLocToDim - Include Location To as a cube dimension - */ + @param IsLocToDim Include Location To as a cube dimension + */ public void setIsLocToDim (boolean IsLocToDim) { set_Value (COLUMNNAME_IsLocToDim, Boolean.valueOf(IsLocToDim)); @@ -254,7 +246,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Location To Dimension. @return Include Location To as a cube dimension */ - public boolean isLocToDim () + public boolean isLocToDim() { Object oo = get_Value(COLUMNNAME_IsLocToDim); if (oo != null) @@ -267,9 +259,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set OrgTrx Dimension. - @param IsOrgTrxDim - Include OrgTrx as a cube dimension - */ + @param IsOrgTrxDim Include OrgTrx as a cube dimension + */ public void setIsOrgTrxDim (boolean IsOrgTrxDim) { set_Value (COLUMNNAME_IsOrgTrxDim, Boolean.valueOf(IsOrgTrxDim)); @@ -278,7 +269,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get OrgTrx Dimension. @return Include OrgTrx as a cube dimension */ - public boolean isOrgTrxDim () + public boolean isOrgTrxDim() { Object oo = get_Value(COLUMNNAME_IsOrgTrxDim); if (oo != null) @@ -291,9 +282,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Product Dimension. - @param IsProductDim - Include Product as a cube dimension - */ + @param IsProductDim Include Product as a cube dimension + */ public void setIsProductDim (boolean IsProductDim) { set_Value (COLUMNNAME_IsProductDim, Boolean.valueOf(IsProductDim)); @@ -302,7 +292,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Product Dimension. @return Include Product as a cube dimension */ - public boolean isProductDim () + public boolean isProductDim() { Object oo = get_Value(COLUMNNAME_IsProductDim); if (oo != null) @@ -315,9 +305,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Project Dimension. - @param IsProjectDim - Include Project as a cube dimension - */ + @param IsProjectDim Include Project as a cube dimension + */ public void setIsProjectDim (boolean IsProjectDim) { set_Value (COLUMNNAME_IsProjectDim, Boolean.valueOf(IsProjectDim)); @@ -326,7 +315,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Project Dimension. @return Include Project as a cube dimension */ - public boolean isProjectDim () + public boolean isProjectDim() { Object oo = get_Value(COLUMNNAME_IsProjectDim); if (oo != null) @@ -339,9 +328,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Project Phase Dimension. - @param IsProjectPhaseDim - Include Project Phase as a cube dimension - */ + @param IsProjectPhaseDim Include Project Phase as a cube dimension + */ public void setIsProjectPhaseDim (boolean IsProjectPhaseDim) { set_Value (COLUMNNAME_IsProjectPhaseDim, Boolean.valueOf(IsProjectPhaseDim)); @@ -350,7 +338,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Project Phase Dimension. @return Include Project Phase as a cube dimension */ - public boolean isProjectPhaseDim () + public boolean isProjectPhaseDim() { Object oo = get_Value(COLUMNNAME_IsProjectPhaseDim); if (oo != null) @@ -363,9 +351,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Project Task Dimension. - @param IsProjectTaskDim - Include Project Task as a cube dimension - */ + @param IsProjectTaskDim Include Project Task as a cube dimension + */ public void setIsProjectTaskDim (boolean IsProjectTaskDim) { set_Value (COLUMNNAME_IsProjectTaskDim, Boolean.valueOf(IsProjectTaskDim)); @@ -374,7 +361,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Project Task Dimension. @return Include Project Task as a cube dimension */ - public boolean isProjectTaskDim () + public boolean isProjectTaskDim() { Object oo = get_Value(COLUMNNAME_IsProjectTaskDim); if (oo != null) @@ -387,9 +374,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Sales Region Dimension. - @param IsSalesRegionDim - Include Sales Region as a cube dimension - */ + @param IsSalesRegionDim Include Sales Region as a cube dimension + */ public void setIsSalesRegionDim (boolean IsSalesRegionDim) { set_Value (COLUMNNAME_IsSalesRegionDim, Boolean.valueOf(IsSalesRegionDim)); @@ -398,7 +384,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Sales Region Dimension. @return Include Sales Region as a cube dimension */ - public boolean isSalesRegionDim () + public boolean isSalesRegionDim() { Object oo = get_Value(COLUMNNAME_IsSalesRegionDim); if (oo != null) @@ -411,9 +397,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Sub Acct Dimension. - @param IsSubAcctDim - Include Sub Acct as a cube dimension - */ + @param IsSubAcctDim Include Sub Acct as a cube dimension + */ public void setIsSubAcctDim (boolean IsSubAcctDim) { set_Value (COLUMNNAME_IsSubAcctDim, Boolean.valueOf(IsSubAcctDim)); @@ -422,7 +407,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Sub Acct Dimension. @return Include Sub Acct as a cube dimension */ - public boolean isSubAcctDim () + public boolean isSubAcctDim() { Object oo = get_Value(COLUMNNAME_IsSubAcctDim); if (oo != null) @@ -435,9 +420,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set User Element List 1 Dimension. - @param IsUser1Dim - Include User Element List 1 as a cube dimension - */ + @param IsUser1Dim Include User Element List 1 as a cube dimension + */ public void setIsUser1Dim (boolean IsUser1Dim) { set_Value (COLUMNNAME_IsUser1Dim, Boolean.valueOf(IsUser1Dim)); @@ -446,7 +430,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get User Element List 1 Dimension. @return Include User Element List 1 as a cube dimension */ - public boolean isUser1Dim () + public boolean isUser1Dim() { Object oo = get_Value(COLUMNNAME_IsUser1Dim); if (oo != null) @@ -459,9 +443,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set User Element List 2 Dimension. - @param IsUser2Dim - Include User Element List 2 as a cube dimension - */ + @param IsUser2Dim Include User Element List 2 as a cube dimension + */ public void setIsUser2Dim (boolean IsUser2Dim) { set_Value (COLUMNNAME_IsUser2Dim, Boolean.valueOf(IsUser2Dim)); @@ -470,7 +453,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get User Element List 2 Dimension. @return Include User Element List 2 as a cube dimension */ - public boolean isUser2Dim () + public boolean isUser2Dim() { Object oo = get_Value(COLUMNNAME_IsUser2Dim); if (oo != null) @@ -483,9 +466,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set User Column 1 Dimension. - @param IsUserElement1Dim - Include User Element 1 as a cube dimension - */ + @param IsUserElement1Dim Include User Element 1 as a cube dimension + */ public void setIsUserElement1Dim (boolean IsUserElement1Dim) { set_Value (COLUMNNAME_IsUserElement1Dim, Boolean.valueOf(IsUserElement1Dim)); @@ -494,7 +476,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get User Column 1 Dimension. @return Include User Element 1 as a cube dimension */ - public boolean isUserElement1Dim () + public boolean isUserElement1Dim() { Object oo = get_Value(COLUMNNAME_IsUserElement1Dim); if (oo != null) @@ -507,9 +489,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set User Column 2 Dimension. - @param IsUserElement2Dim - Include User Element 2 as a cube dimension - */ + @param IsUserElement2Dim Include User Element 2 as a cube dimension + */ public void setIsUserElement2Dim (boolean IsUserElement2Dim) { set_Value (COLUMNNAME_IsUserElement2Dim, Boolean.valueOf(IsUserElement2Dim)); @@ -518,7 +499,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get User Column 2 Dimension. @return Include User Element 2 as a cube dimension */ - public boolean isUserElement2Dim () + public boolean isUserElement2Dim() { Object oo = get_Value(COLUMNNAME_IsUserElement2Dim); if (oo != null) @@ -531,9 +512,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Last Recalculated. - @param LastRecalculated - The time last recalculated. - */ + @param LastRecalculated The time last recalculated. + */ public void setLastRecalculated (Timestamp LastRecalculated) { set_Value (COLUMNNAME_LastRecalculated, LastRecalculated); @@ -542,15 +522,14 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Last Recalculated. @return The time last recalculated. */ - public Timestamp getLastRecalculated () + public Timestamp getLastRecalculated() { return (Timestamp)get_Value(COLUMNNAME_LastRecalculated); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -559,7 +538,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -573,21 +552,20 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set Report Cube. - @param PA_ReportCube_ID - Define reporting cube for pre-calculation of summary accounting data. - */ + @param PA_ReportCube_ID Define reporting cube for pre-calculation of summary accounting data. + */ public void setPA_ReportCube_ID (int PA_ReportCube_ID) { - if (PA_ReportCube_ID < 1) + if (PA_ReportCube_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_ReportCube_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_ReportCube_ID, Integer.valueOf(PA_ReportCube_ID)); } /** Get Report Cube. @return Define reporting cube for pre-calculation of summary accounting data. */ - public int getPA_ReportCube_ID () + public int getPA_ReportCube_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportCube_ID); if (ii == null) @@ -596,7 +574,8 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent } /** Set PA_ReportCube_UU. - @param PA_ReportCube_UU PA_ReportCube_UU */ + @param PA_ReportCube_UU PA_ReportCube_UU + */ public void setPA_ReportCube_UU (String PA_ReportCube_UU) { set_Value (COLUMNNAME_PA_ReportCube_UU, PA_ReportCube_UU); @@ -604,13 +583,14 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get PA_ReportCube_UU. @return PA_ReportCube_UU */ - public String getPA_ReportCube_UU () + public String getPA_ReportCube_UU() { return (String)get_Value(COLUMNNAME_PA_ReportCube_UU); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -618,7 +598,7 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ReportLine.java b/org.adempiere.base/src/org/compiere/model/X_PA_ReportLine.java index edf18e1fa6..04296b97de 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ReportLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ReportLine.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_ReportLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_ReportLine") public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent { @@ -31,7 +31,7 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_ReportLine (Properties ctx, int PA_ReportLine_ID, String trxName) @@ -91,7 +91,8 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Subtract (Op1-Op2) = S */ public static final String CALCULATIONTYPE_SubtractOp1_Op2 = "S"; /** Set Calculation. - @param CalculationType Calculation */ + @param CalculationType Calculation + */ public void setCalculationType (String CalculationType) { @@ -100,15 +101,14 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get Calculation. @return Calculation */ - public String getCalculationType () + public String getCalculationType() { return (String)get_Value(COLUMNNAME_CalculationType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -117,7 +117,7 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -129,21 +129,20 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent } /** Set Budget. - @param GL_Budget_ID - General Ledger Budget - */ + @param GL_Budget_ID General Ledger Budget + */ public void setGL_Budget_ID (int GL_Budget_ID) { - if (GL_Budget_ID < 1) + if (GL_Budget_ID < 1) set_Value (COLUMNNAME_GL_Budget_ID, null); - else + else set_Value (COLUMNNAME_GL_Budget_ID, Integer.valueOf(GL_Budget_ID)); } /** Get Budget. @return General Ledger Budget */ - public int getGL_Budget_ID () + public int getGL_Budget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_GL_Budget_ID); if (ii == null) @@ -152,9 +151,8 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent } /** Set Inverse Operation for Debit/Credit Only Column. - @param IsInverseDebitCreditOnly - Apply inverse operation to debit or credit only column - */ + @param IsInverseDebitCreditOnly Apply inverse operation to debit or credit only column + */ public void setIsInverseDebitCreditOnly (boolean IsInverseDebitCreditOnly) { set_Value (COLUMNNAME_IsInverseDebitCreditOnly, Boolean.valueOf(IsInverseDebitCreditOnly)); @@ -163,7 +161,7 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get Inverse Operation for Debit/Credit Only Column. @return Apply inverse operation to debit or credit only column */ - public boolean isInverseDebitCreditOnly () + public boolean isInverseDebitCreditOnly() { Object oo = get_Value(COLUMNNAME_IsInverseDebitCreditOnly); if (oo != null) @@ -176,9 +174,8 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -187,7 +184,7 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -200,9 +197,8 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent } /** Set Show Opposite Sign. - @param IsShowOppositeSign - Display values with the opposite sign - */ + @param IsShowOppositeSign Display values with the opposite sign + */ public void setIsShowOppositeSign (boolean IsShowOppositeSign) { set_Value (COLUMNNAME_IsShowOppositeSign, Boolean.valueOf(IsShowOppositeSign)); @@ -211,7 +207,7 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get Show Opposite Sign. @return Display values with the opposite sign */ - public boolean isShowOppositeSign () + public boolean isShowOppositeSign() { Object oo = get_Value(COLUMNNAME_IsShowOppositeSign); if (oo != null) @@ -232,7 +228,8 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Segment Value = S */ public static final String LINETYPE_SegmentValue = "S"; /** Set Line Type. - @param LineType Line Type */ + @param LineType Line Type + */ public void setLineType (String LineType) { @@ -241,15 +238,14 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get Line Type. @return Line Type */ - public String getLineType () + public String getLineType() { return (String)get_Value(COLUMNNAME_LineType); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -258,7 +254,7 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -278,21 +274,20 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent } /** Set Operand 1. - @param Oper_1_ID - First operand for calculation - */ + @param Oper_1_ID First operand for calculation + */ public void setOper_1_ID (int Oper_1_ID) { - if (Oper_1_ID < 1) + if (Oper_1_ID < 1) set_Value (COLUMNNAME_Oper_1_ID, null); - else + else set_Value (COLUMNNAME_Oper_1_ID, Integer.valueOf(Oper_1_ID)); } /** Get Operand 1. @return First operand for calculation */ - public int getOper_1_ID () + public int getOper_1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Oper_1_ID); if (ii == null) @@ -307,21 +302,20 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent } /** Set Operand 2. - @param Oper_2_ID - Second operand for calculation - */ + @param Oper_2_ID Second operand for calculation + */ public void setOper_2_ID (int Oper_2_ID) { - if (Oper_2_ID < 1) + if (Oper_2_ID < 1) set_Value (COLUMNNAME_Oper_2_ID, null); - else + else set_Value (COLUMNNAME_Oper_2_ID, Integer.valueOf(Oper_2_ID)); } /** Get Operand 2. @return Second operand for calculation */ - public int getOper_2_ID () + public int getOper_2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Oper_2_ID); if (ii == null) @@ -344,7 +338,8 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Solid = SD */ public static final String OVERLINESTROKETYPE_Solid = "SD"; /** Set Overline Stroke Type. - @param OverlineStrokeType Overline Stroke Type */ + @param OverlineStrokeType Overline Stroke Type + */ public void setOverlineStrokeType (String OverlineStrokeType) { @@ -353,7 +348,7 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get Overline Stroke Type. @return Overline Stroke Type */ - public String getOverlineStrokeType () + public String getOverlineStrokeType() { return (String)get_Value(COLUMNNAME_OverlineStrokeType); } @@ -373,9 +368,8 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Balance (accounted sign) = S */ public static final String PAAMOUNTTYPE_BalanceAccountedSign = "S"; /** Set Amount Type. - @param PAAmountType - PA Amount Type for reporting - */ + @param PAAmountType PA Amount Type for reporting + */ public void setPAAmountType (String PAAmountType) { @@ -385,7 +379,7 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get Amount Type. @return PA Amount Type for reporting */ - public String getPAAmountType () + public String getPAAmountType() { return (String)get_Value(COLUMNNAME_PAAmountType); } @@ -401,9 +395,8 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Year = Y */ public static final String PAPERIODTYPE_Year = "Y"; /** Set Period Type. - @param PAPeriodType - PA Period Type - */ + @param PAPeriodType PA Period Type + */ public void setPAPeriodType (String PAPeriodType) { @@ -413,24 +406,25 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get Period Type. @return PA Period Type */ - public String getPAPeriodType () + public String getPAPeriodType() { return (String)get_Value(COLUMNNAME_PAPeriodType); } /** Set Report Line. - @param PA_ReportLine_ID Report Line */ + @param PA_ReportLine_ID Report Line + */ public void setPA_ReportLine_ID (int PA_ReportLine_ID) { - if (PA_ReportLine_ID < 1) + if (PA_ReportLine_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_ReportLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_ReportLine_ID, Integer.valueOf(PA_ReportLine_ID)); } /** Get Report Line. @return Report Line */ - public int getPA_ReportLine_ID () + public int getPA_ReportLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportLine_ID); if (ii == null) @@ -445,18 +439,19 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent } /** Set Report Line Set. - @param PA_ReportLineSet_ID Report Line Set */ + @param PA_ReportLineSet_ID Report Line Set + */ public void setPA_ReportLineSet_ID (int PA_ReportLineSet_ID) { - if (PA_ReportLineSet_ID < 1) + if (PA_ReportLineSet_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_ReportLineSet_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_ReportLineSet_ID, Integer.valueOf(PA_ReportLineSet_ID)); } /** Get Report Line Set. @return Report Line Set */ - public int getPA_ReportLineSet_ID () + public int getPA_ReportLineSet_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportLineSet_ID); if (ii == null) @@ -465,7 +460,8 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent } /** Set PA_ReportLine_UU. - @param PA_ReportLine_UU PA_ReportLine_UU */ + @param PA_ReportLine_UU PA_ReportLine_UU + */ public void setPA_ReportLine_UU (String PA_ReportLine_UU) { set_Value (COLUMNNAME_PA_ReportLine_UU, PA_ReportLine_UU); @@ -473,7 +469,7 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get PA_ReportLine_UU. @return PA_ReportLine_UU */ - public String getPA_ReportLine_UU () + public String getPA_ReportLine_UU() { return (String)get_Value(COLUMNNAME_PA_ReportLine_UU); } @@ -491,9 +487,8 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Statistical = S */ public static final String POSTINGTYPE_Statistical = "S"; /** Set PostingType. - @param PostingType - The type of posted amount for the transaction - */ + @param PostingType The type of posted amount for the transaction + */ public void setPostingType (String PostingType) { @@ -503,15 +498,14 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get PostingType. @return The type of posted amount for the transaction */ - public String getPostingType () + public String getPostingType() { return (String)get_Value(COLUMNNAME_PostingType); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -520,7 +514,7 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -543,7 +537,8 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Solid = SD */ public static final String UNDERLINESTROKETYPE_Solid = "SD"; /** Set Underline Stroke Type. - @param UnderlineStrokeType Underline Stroke Type */ + @param UnderlineStrokeType Underline Stroke Type + */ public void setUnderlineStrokeType (String UnderlineStrokeType) { @@ -552,7 +547,7 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent /** Get Underline Stroke Type. @return Underline Stroke Type */ - public String getUnderlineStrokeType () + public String getUnderlineStrokeType() { return (String)get_Value(COLUMNNAME_UnderlineStrokeType); } diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ReportLineSet.java b/org.adempiere.base/src/org/compiere/model/X_PA_ReportLineSet.java index 712891b39a..31c9c196e1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ReportLineSet.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ReportLineSet.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_ReportLineSet * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_ReportLineSet") public class X_PA_ReportLineSet extends PO implements I_PA_ReportLineSet, I_Persistent { @@ -31,7 +31,7 @@ public class X_PA_ReportLineSet extends PO implements I_PA_ReportLineSet, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_ReportLineSet (Properties ctx, int PA_ReportLineSet_ID, String trxName) @@ -74,9 +74,8 @@ public class X_PA_ReportLineSet extends PO implements I_PA_ReportLineSet, I_Pers } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,15 +84,14 @@ public class X_PA_ReportLineSet extends PO implements I_PA_ReportLineSet, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -102,7 +100,7 @@ public class X_PA_ReportLineSet extends PO implements I_PA_ReportLineSet, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -116,18 +114,19 @@ public class X_PA_ReportLineSet extends PO implements I_PA_ReportLineSet, I_Pers } /** Set Report Line Set. - @param PA_ReportLineSet_ID Report Line Set */ + @param PA_ReportLineSet_ID Report Line Set + */ public void setPA_ReportLineSet_ID (int PA_ReportLineSet_ID) { - if (PA_ReportLineSet_ID < 1) + if (PA_ReportLineSet_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_ReportLineSet_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_ReportLineSet_ID, Integer.valueOf(PA_ReportLineSet_ID)); } /** Get Report Line Set. @return Report Line Set */ - public int getPA_ReportLineSet_ID () + public int getPA_ReportLineSet_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportLineSet_ID); if (ii == null) @@ -136,7 +135,8 @@ public class X_PA_ReportLineSet extends PO implements I_PA_ReportLineSet, I_Pers } /** Set PA_ReportLineSet_UU. - @param PA_ReportLineSet_UU PA_ReportLineSet_UU */ + @param PA_ReportLineSet_UU PA_ReportLineSet_UU + */ public void setPA_ReportLineSet_UU (String PA_ReportLineSet_UU) { set_Value (COLUMNNAME_PA_ReportLineSet_UU, PA_ReportLineSet_UU); @@ -144,13 +144,14 @@ public class X_PA_ReportLineSet extends PO implements I_PA_ReportLineSet, I_Pers /** Get PA_ReportLineSet_UU. @return PA_ReportLineSet_UU */ - public String getPA_ReportLineSet_UU () + public String getPA_ReportLineSet_UU() { return (String)get_Value(COLUMNNAME_PA_ReportLineSet_UU); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -158,7 +159,7 @@ public class X_PA_ReportLineSet extends PO implements I_PA_ReportLineSet, I_Pers /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ReportSource.java b/org.adempiere.base/src/org/compiere/model/X_PA_ReportSource.java index 3243d57f96..32cbee2ea7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ReportSource.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ReportSource.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_ReportSource * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_ReportSource") public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persistent { @@ -31,7 +31,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_ReportSource (Properties ctx, int PA_ReportSource_ID, String trxName) @@ -98,21 +98,20 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -127,21 +126,20 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -155,22 +153,21 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -185,21 +182,20 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -214,21 +210,20 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Account Element. - @param C_ElementValue_ID - Account Element - */ + @param C_ElementValue_ID Account Element + */ public void setC_ElementValue_ID (int C_ElementValue_ID) { - if (C_ElementValue_ID < 1) + if (C_ElementValue_ID < 1) set_Value (COLUMNNAME_C_ElementValue_ID, null); - else + else set_Value (COLUMNNAME_C_ElementValue_ID, Integer.valueOf(C_ElementValue_ID)); } /** Get Account Element. @return Account Element */ - public int getC_ElementValue_ID () + public int getC_ElementValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValue_ID); if (ii == null) @@ -243,21 +238,20 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -272,21 +266,20 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -301,21 +294,20 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Sales Region. - @param C_SalesRegion_ID - Sales coverage region - */ + @param C_SalesRegion_ID Sales coverage region + */ public void setC_SalesRegion_ID (int C_SalesRegion_ID) { - if (C_SalesRegion_ID < 1) + if (C_SalesRegion_ID < 1) set_Value (COLUMNNAME_C_SalesRegion_ID, null); - else + else set_Value (COLUMNNAME_C_SalesRegion_ID, Integer.valueOf(C_SalesRegion_ID)); } /** Get Sales Region. @return Sales coverage region */ - public int getC_SalesRegion_ID () + public int getC_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_SalesRegion_ID); if (ii == null) @@ -324,9 +316,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -335,7 +326,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -377,9 +368,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** User Column 2 = X2 */ public static final String ELEMENTTYPE_UserColumn2 = "X2"; /** Set Type. - @param ElementType - Element Type (account or user defined) - */ + @param ElementType Element Type (account or user defined) + */ public void setElementType (String ElementType) { @@ -389,7 +379,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Type. @return Element Type (account or user defined) */ - public String getElementType () + public String getElementType() { return (String)get_Value(COLUMNNAME_ElementType); } @@ -403,9 +393,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Include Nulls in Activity. - @param IsIncludeNullsActivity - Include nulls in the selection of the activity - */ + @param IsIncludeNullsActivity Include nulls in the selection of the activity + */ public void setIsIncludeNullsActivity (boolean IsIncludeNullsActivity) { set_Value (COLUMNNAME_IsIncludeNullsActivity, Boolean.valueOf(IsIncludeNullsActivity)); @@ -414,7 +403,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Include Nulls in Activity. @return Include nulls in the selection of the activity */ - public boolean isIncludeNullsActivity () + public boolean isIncludeNullsActivity() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsActivity); if (oo != null) @@ -427,9 +416,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Include Nulls in BPartner. - @param IsIncludeNullsBPartner - Include nulls in the selection of the business partner - */ + @param IsIncludeNullsBPartner Include nulls in the selection of the business partner + */ public void setIsIncludeNullsBPartner (boolean IsIncludeNullsBPartner) { set_Value (COLUMNNAME_IsIncludeNullsBPartner, Boolean.valueOf(IsIncludeNullsBPartner)); @@ -438,7 +426,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Include Nulls in BPartner. @return Include nulls in the selection of the business partner */ - public boolean isIncludeNullsBPartner () + public boolean isIncludeNullsBPartner() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsBPartner); if (oo != null) @@ -451,9 +439,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Include Nulls in Campaign. - @param IsIncludeNullsCampaign - Include nulls in the selection of the campaign - */ + @param IsIncludeNullsCampaign Include nulls in the selection of the campaign + */ public void setIsIncludeNullsCampaign (boolean IsIncludeNullsCampaign) { set_Value (COLUMNNAME_IsIncludeNullsCampaign, Boolean.valueOf(IsIncludeNullsCampaign)); @@ -462,7 +449,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Include Nulls in Campaign. @return Include nulls in the selection of the campaign */ - public boolean isIncludeNullsCampaign () + public boolean isIncludeNullsCampaign() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsCampaign); if (oo != null) @@ -475,9 +462,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Include Nulls in Account. - @param IsIncludeNullsElementValue - Include nulls in the selection of the account - */ + @param IsIncludeNullsElementValue Include nulls in the selection of the account + */ public void setIsIncludeNullsElementValue (boolean IsIncludeNullsElementValue) { set_Value (COLUMNNAME_IsIncludeNullsElementValue, Boolean.valueOf(IsIncludeNullsElementValue)); @@ -486,7 +472,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Include Nulls in Account. @return Include nulls in the selection of the account */ - public boolean isIncludeNullsElementValue () + public boolean isIncludeNullsElementValue() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsElementValue); if (oo != null) @@ -499,9 +485,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Include Nulls in Location. - @param IsIncludeNullsLocation - Include nulls in the selection of the location - */ + @param IsIncludeNullsLocation Include nulls in the selection of the location + */ public void setIsIncludeNullsLocation (boolean IsIncludeNullsLocation) { set_Value (COLUMNNAME_IsIncludeNullsLocation, Boolean.valueOf(IsIncludeNullsLocation)); @@ -510,7 +495,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Include Nulls in Location. @return Include nulls in the selection of the location */ - public boolean isIncludeNullsLocation () + public boolean isIncludeNullsLocation() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsLocation); if (oo != null) @@ -523,9 +508,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Include Nulls in Org. - @param IsIncludeNullsOrg - Include nulls in the selection of the organization - */ + @param IsIncludeNullsOrg Include nulls in the selection of the organization + */ public void setIsIncludeNullsOrg (boolean IsIncludeNullsOrg) { set_Value (COLUMNNAME_IsIncludeNullsOrg, Boolean.valueOf(IsIncludeNullsOrg)); @@ -534,7 +518,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Include Nulls in Org. @return Include nulls in the selection of the organization */ - public boolean isIncludeNullsOrg () + public boolean isIncludeNullsOrg() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsOrg); if (oo != null) @@ -547,9 +531,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Include Nulls in Org Trx. - @param IsIncludeNullsOrgTrx - Include nulls in the selection of the organization transaction - */ + @param IsIncludeNullsOrgTrx Include nulls in the selection of the organization transaction + */ public void setIsIncludeNullsOrgTrx (boolean IsIncludeNullsOrgTrx) { set_Value (COLUMNNAME_IsIncludeNullsOrgTrx, Boolean.valueOf(IsIncludeNullsOrgTrx)); @@ -558,7 +541,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Include Nulls in Org Trx. @return Include nulls in the selection of the organization transaction */ - public boolean isIncludeNullsOrgTrx () + public boolean isIncludeNullsOrgTrx() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsOrgTrx); if (oo != null) @@ -571,9 +554,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Include Nulls in Product. - @param IsIncludeNullsProduct - Include nulls in the selection of the product - */ + @param IsIncludeNullsProduct Include nulls in the selection of the product + */ public void setIsIncludeNullsProduct (boolean IsIncludeNullsProduct) { set_Value (COLUMNNAME_IsIncludeNullsProduct, Boolean.valueOf(IsIncludeNullsProduct)); @@ -582,7 +564,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Include Nulls in Product. @return Include nulls in the selection of the product */ - public boolean isIncludeNullsProduct () + public boolean isIncludeNullsProduct() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsProduct); if (oo != null) @@ -595,9 +577,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Include Nulls in Project. - @param IsIncludeNullsProject - Include nulls in the selection of the project - */ + @param IsIncludeNullsProject Include nulls in the selection of the project + */ public void setIsIncludeNullsProject (boolean IsIncludeNullsProject) { set_Value (COLUMNNAME_IsIncludeNullsProject, Boolean.valueOf(IsIncludeNullsProject)); @@ -606,7 +587,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Include Nulls in Project. @return Include nulls in the selection of the project */ - public boolean isIncludeNullsProject () + public boolean isIncludeNullsProject() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsProject); if (oo != null) @@ -619,9 +600,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Include Nulls in Sales Region. - @param IsIncludeNullsSalesRegion - Include nulls in the selection of the sales region - */ + @param IsIncludeNullsSalesRegion Include nulls in the selection of the sales region + */ public void setIsIncludeNullsSalesRegion (boolean IsIncludeNullsSalesRegion) { set_Value (COLUMNNAME_IsIncludeNullsSalesRegion, Boolean.valueOf(IsIncludeNullsSalesRegion)); @@ -630,7 +610,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Include Nulls in Sales Region. @return Include nulls in the selection of the sales region */ - public boolean isIncludeNullsSalesRegion () + public boolean isIncludeNullsSalesRegion() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsSalesRegion); if (oo != null) @@ -643,9 +623,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Include Nulls in User Element 1. - @param IsIncludeNullsUserElement1 - Include nulls in the selection of the user element 1 - */ + @param IsIncludeNullsUserElement1 Include nulls in the selection of the user element 1 + */ public void setIsIncludeNullsUserElement1 (boolean IsIncludeNullsUserElement1) { set_Value (COLUMNNAME_IsIncludeNullsUserElement1, Boolean.valueOf(IsIncludeNullsUserElement1)); @@ -654,7 +633,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Include Nulls in User Element 1. @return Include nulls in the selection of the user element 1 */ - public boolean isIncludeNullsUserElement1 () + public boolean isIncludeNullsUserElement1() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsUserElement1); if (oo != null) @@ -667,9 +646,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Include Nulls in User Element 2. - @param IsIncludeNullsUserElement2 - Include nulls in the selection of the user element 2 - */ + @param IsIncludeNullsUserElement2 Include nulls in the selection of the user element 2 + */ public void setIsIncludeNullsUserElement2 (boolean IsIncludeNullsUserElement2) { set_Value (COLUMNNAME_IsIncludeNullsUserElement2, Boolean.valueOf(IsIncludeNullsUserElement2)); @@ -678,7 +656,7 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get Include Nulls in User Element 2. @return Include nulls in the selection of the user element 2 */ - public boolean isIncludeNullsUserElement2 () + public boolean isIncludeNullsUserElement2() { Object oo = get_Value(COLUMNNAME_IsIncludeNullsUserElement2); if (oo != null) @@ -697,21 +675,20 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -720,21 +697,20 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Organization. - @param Org_ID - Organizational entity within client - */ + @param Org_ID Organizational entity within client + */ public void setOrg_ID (int Org_ID) { - if (Org_ID < 1) + if (Org_ID < 1) set_Value (COLUMNNAME_Org_ID, null); - else + else set_Value (COLUMNNAME_Org_ID, Integer.valueOf(Org_ID)); } /** Get Organization. @return Organizational entity within client */ - public int getOrg_ID () + public int getOrg_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Org_ID); if (ii == null) @@ -749,18 +725,19 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Report Line. - @param PA_ReportLine_ID Report Line */ + @param PA_ReportLine_ID Report Line + */ public void setPA_ReportLine_ID (int PA_ReportLine_ID) { - if (PA_ReportLine_ID < 1) + if (PA_ReportLine_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_ReportLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_ReportLine_ID, Integer.valueOf(PA_ReportLine_ID)); } /** Get Report Line. @return Report Line */ - public int getPA_ReportLine_ID () + public int getPA_ReportLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportLine_ID); if (ii == null) @@ -769,21 +746,20 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set Report Source. - @param PA_ReportSource_ID - Restriction of what will be shown in Report Line - */ + @param PA_ReportSource_ID Restriction of what will be shown in Report Line + */ public void setPA_ReportSource_ID (int PA_ReportSource_ID) { - if (PA_ReportSource_ID < 1) + if (PA_ReportSource_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_ReportSource_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_ReportSource_ID, Integer.valueOf(PA_ReportSource_ID)); } /** Get Report Source. @return Restriction of what will be shown in Report Line */ - public int getPA_ReportSource_ID () + public int getPA_ReportSource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportSource_ID); if (ii == null) @@ -792,7 +768,8 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set PA_ReportSource_UU. - @param PA_ReportSource_UU PA_ReportSource_UU */ + @param PA_ReportSource_UU PA_ReportSource_UU + */ public void setPA_ReportSource_UU (String PA_ReportSource_UU) { set_Value (COLUMNNAME_PA_ReportSource_UU, PA_ReportSource_UU); @@ -800,27 +777,26 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis /** Get PA_ReportSource_UU. @return PA_ReportSource_UU */ - public String getPA_ReportSource_UU () + public String getPA_ReportSource_UU() { return (String)get_Value(COLUMNNAME_PA_ReportSource_UU); } /** Set User Column 1. - @param UserElement1_ID - User defined accounting Element - */ + @param UserElement1_ID User defined accounting Element + */ public void setUserElement1_ID (int UserElement1_ID) { - if (UserElement1_ID < 1) + if (UserElement1_ID < 1) set_Value (COLUMNNAME_UserElement1_ID, null); - else + else set_Value (COLUMNNAME_UserElement1_ID, Integer.valueOf(UserElement1_ID)); } /** Get User Column 1. @return User defined accounting Element */ - public int getUserElement1_ID () + public int getUserElement1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_UserElement1_ID); if (ii == null) @@ -829,21 +805,20 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis } /** Set User Column 2. - @param UserElement2_ID - User defined accounting Element - */ + @param UserElement2_ID User defined accounting Element + */ public void setUserElement2_ID (int UserElement2_ID) { - if (UserElement2_ID < 1) + if (UserElement2_ID < 1) set_Value (COLUMNNAME_UserElement2_ID, null); - else + else set_Value (COLUMNNAME_UserElement2_ID, Integer.valueOf(UserElement2_ID)); } /** Get User Column 2. @return User defined accounting Element */ - public int getUserElement2_ID () + public int getUserElement2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_UserElement2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Criteria.java b/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Criteria.java index fd088c8674..2e01f03850 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Criteria.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Criteria.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_SLA_Criteria * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_SLA_Criteria") public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persistent { @@ -31,7 +31,7 @@ public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_SLA_Criteria (Properties ctx, int PA_SLA_Criteria_ID, String trxName) @@ -75,9 +75,8 @@ public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persis } /** Set Classname. - @param Classname - Java Classname - */ + @param Classname Java Classname + */ public void setClassname (String Classname) { set_Value (COLUMNNAME_Classname, Classname); @@ -86,15 +85,14 @@ public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persis /** Get Classname. @return Java Classname */ - public String getClassname () + public String getClassname() { return (String)get_Value(COLUMNNAME_Classname); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -103,15 +101,14 @@ public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -120,15 +117,14 @@ public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persis /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Manual. - @param IsManual - This is a manual process - */ + @param IsManual This is a manual process + */ public void setIsManual (boolean IsManual) { set_Value (COLUMNNAME_IsManual, Boolean.valueOf(IsManual)); @@ -137,7 +133,7 @@ public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persis /** Get Manual. @return This is a manual process */ - public boolean isManual () + public boolean isManual() { Object oo = get_Value(COLUMNNAME_IsManual); if (oo != null) @@ -150,9 +146,8 @@ public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persis } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -161,7 +156,7 @@ public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -175,21 +170,20 @@ public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persis } /** Set SLA Criteria. - @param PA_SLA_Criteria_ID - Service Level Agreement Criteria - */ + @param PA_SLA_Criteria_ID Service Level Agreement Criteria + */ public void setPA_SLA_Criteria_ID (int PA_SLA_Criteria_ID) { - if (PA_SLA_Criteria_ID < 1) + if (PA_SLA_Criteria_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_SLA_Criteria_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_SLA_Criteria_ID, Integer.valueOf(PA_SLA_Criteria_ID)); } /** Get SLA Criteria. @return Service Level Agreement Criteria */ - public int getPA_SLA_Criteria_ID () + public int getPA_SLA_Criteria_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_SLA_Criteria_ID); if (ii == null) @@ -198,7 +192,8 @@ public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persis } /** Set PA_SLA_Criteria_UU. - @param PA_SLA_Criteria_UU PA_SLA_Criteria_UU */ + @param PA_SLA_Criteria_UU PA_SLA_Criteria_UU + */ public void setPA_SLA_Criteria_UU (String PA_SLA_Criteria_UU) { set_Value (COLUMNNAME_PA_SLA_Criteria_UU, PA_SLA_Criteria_UU); @@ -206,7 +201,7 @@ public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persis /** Get PA_SLA_Criteria_UU. @return PA_SLA_Criteria_UU */ - public String getPA_SLA_Criteria_UU () + public String getPA_SLA_Criteria_UU() { return (String)get_Value(COLUMNNAME_PA_SLA_Criteria_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Goal.java b/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Goal.java index 3adb79e8b8..e415ca3993 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Goal.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Goal.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_SLA_Goal * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_SLA_Goal") public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent { @@ -34,7 +34,7 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_SLA_Goal (Properties ctx, int PA_SLA_Goal_ID, String trxName) @@ -86,22 +86,21 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -110,9 +109,8 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_Value (COLUMNNAME_DateLastRun, DateLastRun); @@ -121,15 +119,14 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -138,15 +135,14 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -155,15 +151,14 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Measure Actual. - @param MeasureActual - Actual value that has been measured. - */ + @param MeasureActual Actual value that has been measured. + */ public void setMeasureActual (BigDecimal MeasureActual) { set_Value (COLUMNNAME_MeasureActual, MeasureActual); @@ -172,7 +167,7 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent /** Get Measure Actual. @return Actual value that has been measured. */ - public BigDecimal getMeasureActual () + public BigDecimal getMeasureActual() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MeasureActual); if (bd == null) @@ -181,9 +176,8 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent } /** Set Measure Target. - @param MeasureTarget - Target value for measure - */ + @param MeasureTarget Target value for measure + */ public void setMeasureTarget (BigDecimal MeasureTarget) { set_Value (COLUMNNAME_MeasureTarget, MeasureTarget); @@ -192,7 +186,7 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent /** Get Measure Target. @return Target value for measure */ - public BigDecimal getMeasureTarget () + public BigDecimal getMeasureTarget() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MeasureTarget); if (bd == null) @@ -201,9 +195,8 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -212,7 +205,7 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -232,21 +225,20 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent } /** Set SLA Criteria. - @param PA_SLA_Criteria_ID - Service Level Agreement Criteria - */ + @param PA_SLA_Criteria_ID Service Level Agreement Criteria + */ public void setPA_SLA_Criteria_ID (int PA_SLA_Criteria_ID) { - if (PA_SLA_Criteria_ID < 1) + if (PA_SLA_Criteria_ID < 1) set_Value (COLUMNNAME_PA_SLA_Criteria_ID, null); - else + else set_Value (COLUMNNAME_PA_SLA_Criteria_ID, Integer.valueOf(PA_SLA_Criteria_ID)); } /** Get SLA Criteria. @return Service Level Agreement Criteria */ - public int getPA_SLA_Criteria_ID () + public int getPA_SLA_Criteria_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_SLA_Criteria_ID); if (ii == null) @@ -255,21 +247,20 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent } /** Set SLA Goal. - @param PA_SLA_Goal_ID - Service Level Agreement Goal - */ + @param PA_SLA_Goal_ID Service Level Agreement Goal + */ public void setPA_SLA_Goal_ID (int PA_SLA_Goal_ID) { - if (PA_SLA_Goal_ID < 1) + if (PA_SLA_Goal_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_SLA_Goal_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_SLA_Goal_ID, Integer.valueOf(PA_SLA_Goal_ID)); } /** Get SLA Goal. @return Service Level Agreement Goal */ - public int getPA_SLA_Goal_ID () + public int getPA_SLA_Goal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_SLA_Goal_ID); if (ii == null) @@ -278,7 +269,8 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent } /** Set PA_SLA_Goal_UU. - @param PA_SLA_Goal_UU PA_SLA_Goal_UU */ + @param PA_SLA_Goal_UU PA_SLA_Goal_UU + */ public void setPA_SLA_Goal_UU (String PA_SLA_Goal_UU) { set_Value (COLUMNNAME_PA_SLA_Goal_UU, PA_SLA_Goal_UU); @@ -286,15 +278,14 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent /** Get PA_SLA_Goal_UU. @return PA_SLA_Goal_UU */ - public String getPA_SLA_Goal_UU () + public String getPA_SLA_Goal_UU() { return (String)get_Value(COLUMNNAME_PA_SLA_Goal_UU); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -303,7 +294,7 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -316,7 +307,8 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -324,7 +316,7 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -337,9 +329,8 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -348,15 +339,14 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -365,7 +355,7 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Measure.java b/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Measure.java index 6875864dd2..19bbd8ec8f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Measure.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Measure.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PA_SLA_Measure * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PA_SLA_Measure") public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persistent { @@ -34,7 +34,7 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PA_SLA_Measure (Properties ctx, int PA_SLA_Measure_ID, String trxName) @@ -85,21 +85,20 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -108,9 +107,8 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste } /** Set Transaction Date. - @param DateTrx - Transaction Date - */ + @param DateTrx Transaction Date + */ public void setDateTrx (Timestamp DateTrx) { set_Value (COLUMNNAME_DateTrx, DateTrx); @@ -119,7 +117,7 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste /** Get Transaction Date. @return Transaction Date */ - public Timestamp getDateTrx () + public Timestamp getDateTrx() { return (Timestamp)get_Value(COLUMNNAME_DateTrx); } @@ -133,9 +131,8 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -144,15 +141,14 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Measure Actual. - @param MeasureActual - Actual value that has been measured. - */ + @param MeasureActual Actual value that has been measured. + */ public void setMeasureActual (BigDecimal MeasureActual) { set_Value (COLUMNNAME_MeasureActual, MeasureActual); @@ -161,7 +157,7 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste /** Get Measure Actual. @return Actual value that has been measured. */ - public BigDecimal getMeasureActual () + public BigDecimal getMeasureActual() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MeasureActual); if (bd == null) @@ -176,21 +172,20 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste } /** Set SLA Goal. - @param PA_SLA_Goal_ID - Service Level Agreement Goal - */ + @param PA_SLA_Goal_ID Service Level Agreement Goal + */ public void setPA_SLA_Goal_ID (int PA_SLA_Goal_ID) { - if (PA_SLA_Goal_ID < 1) + if (PA_SLA_Goal_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_SLA_Goal_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_SLA_Goal_ID, Integer.valueOf(PA_SLA_Goal_ID)); } /** Get SLA Goal. @return Service Level Agreement Goal */ - public int getPA_SLA_Goal_ID () + public int getPA_SLA_Goal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_SLA_Goal_ID); if (ii == null) @@ -199,21 +194,20 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste } /** Set SLA Measure. - @param PA_SLA_Measure_ID - Service Level Agreement Measure - */ + @param PA_SLA_Measure_ID Service Level Agreement Measure + */ public void setPA_SLA_Measure_ID (int PA_SLA_Measure_ID) { - if (PA_SLA_Measure_ID < 1) + if (PA_SLA_Measure_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_SLA_Measure_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_SLA_Measure_ID, Integer.valueOf(PA_SLA_Measure_ID)); } /** Get SLA Measure. @return Service Level Agreement Measure */ - public int getPA_SLA_Measure_ID () + public int getPA_SLA_Measure_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_SLA_Measure_ID); if (ii == null) @@ -222,7 +216,8 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste } /** Set PA_SLA_Measure_UU. - @param PA_SLA_Measure_UU PA_SLA_Measure_UU */ + @param PA_SLA_Measure_UU PA_SLA_Measure_UU + */ public void setPA_SLA_Measure_UU (String PA_SLA_Measure_UU) { set_Value (COLUMNNAME_PA_SLA_Measure_UU, PA_SLA_Measure_UU); @@ -230,15 +225,14 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste /** Get PA_SLA_Measure_UU. @return PA_SLA_Measure_UU */ - public String getPA_SLA_Measure_UU () + public String getPA_SLA_Measure_UU() { return (String)get_Value(COLUMNNAME_PA_SLA_Measure_UU); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -247,7 +241,7 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -260,7 +254,8 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -268,7 +263,7 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -281,21 +276,20 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_Value (COLUMNNAME_Record_ID, null); - else + else set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_RV_BPartner.java b/org.adempiere.base/src/org/compiere/model/X_RV_BPartner.java index 603ca4d8f5..2136e8ff0b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_RV_BPartner.java +++ b/org.adempiere.base/src/org/compiere/model/X_RV_BPartner.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for RV_BPartner * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="RV_BPartner") public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent { @@ -33,7 +33,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_RV_BPartner (Properties ctx, int RV_BPartner_ID, String trxName) @@ -91,9 +91,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Acquisition Cost. - @param AcqusitionCost - The cost of gaining the prospect as a customer - */ + @param AcqusitionCost The cost of gaining the prospect as a customer + */ public void setAcqusitionCost (BigDecimal AcqusitionCost) { set_ValueNoCheck (COLUMNNAME_AcqusitionCost, AcqusitionCost); @@ -102,7 +101,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Acquisition Cost. @return The cost of gaining the prospect as a customer */ - public BigDecimal getAcqusitionCost () + public BigDecimal getAcqusitionCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AcqusitionCost); if (bd == null) @@ -111,9 +110,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Actual Life Time Value. - @param ActualLifeTimeValue - Actual Life Time Revenue - */ + @param ActualLifeTimeValue Actual Life Time Revenue + */ public void setActualLifeTimeValue (BigDecimal ActualLifeTimeValue) { set_ValueNoCheck (COLUMNNAME_ActualLifeTimeValue, ActualLifeTimeValue); @@ -122,7 +120,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Actual Life Time Value. @return Actual Life Time Revenue */ - public BigDecimal getActualLifeTimeValue () + public BigDecimal getActualLifeTimeValue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ActualLifeTimeValue); if (bd == null) @@ -131,9 +129,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Address 1. - @param Address1 - Address line 1 for this location - */ + @param Address1 Address line 1 for this location + */ public void setAddress1 (String Address1) { set_ValueNoCheck (COLUMNNAME_Address1, Address1); @@ -142,15 +139,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Address 1. @return Address line 1 for this location */ - public String getAddress1 () + public String getAddress1() { return (String)get_Value(COLUMNNAME_Address1); } /** Set Address 2. - @param Address2 - Address line 2 for this location - */ + @param Address2 Address line 2 for this location + */ public void setAddress2 (String Address2) { set_ValueNoCheck (COLUMNNAME_Address2, Address2); @@ -159,15 +155,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Address 2. @return Address line 2 for this location */ - public String getAddress2 () + public String getAddress2() { return (String)get_Value(COLUMNNAME_Address2); } /** Set Address 3. - @param Address3 - Address Line 3 for the location - */ + @param Address3 Address Line 3 for the location + */ public void setAddress3 (String Address3) { set_ValueNoCheck (COLUMNNAME_Address3, Address3); @@ -176,15 +171,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Address 3. @return Address Line 3 for the location */ - public String getAddress3 () + public String getAddress3() { return (String)get_Value(COLUMNNAME_Address3); } /** Set Address 4. - @param Address4 - Address Line 4 for the location - */ + @param Address4 Address Line 4 for the location + */ public void setAddress4 (String Address4) { set_ValueNoCheck (COLUMNNAME_Address4, Address4); @@ -193,7 +187,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Address 4. @return Address Line 4 for the location */ - public String getAddress4 () + public String getAddress4() { return (String)get_Value(COLUMNNAME_Address4); } @@ -201,9 +195,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** AD_Language AD_Reference_ID=106 */ public static final int AD_LANGUAGE_AD_Reference_ID=106; /** Set Language. - @param AD_Language - Language for this entity - */ + @param AD_Language Language for this entity + */ public void setAD_Language (String AD_Language) { @@ -213,27 +206,26 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Language. @return Language for this entity */ - public String getAD_Language () + public String getAD_Language() { return (String)get_Value(COLUMNNAME_AD_Language); } /** Set Linked Organization. - @param AD_OrgBP_ID - The Business Partner is another Organization for explicit Inter-Org transactions - */ + @param AD_OrgBP_ID The Business Partner is another Organization for explicit Inter-Org transactions + */ public void setAD_OrgBP_ID (int AD_OrgBP_ID) { - if (AD_OrgBP_ID < 1) + if (AD_OrgBP_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_OrgBP_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_OrgBP_ID, Integer.valueOf(AD_OrgBP_ID)); } /** Get Linked Organization. @return The Business Partner is another Organization for explicit Inter-Org transactions */ - public int getAD_OrgBP_ID () + public int getAD_OrgBP_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgBP_ID); if (ii == null) @@ -242,21 +234,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -265,18 +256,19 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set AD_User_AD_Org_ID. - @param AD_User_AD_Org_ID AD_User_AD_Org_ID */ + @param AD_User_AD_Org_ID AD_User_AD_Org_ID + */ public void setAD_User_AD_Org_ID (int AD_User_AD_Org_ID) { - if (AD_User_AD_Org_ID < 1) + if (AD_User_AD_Org_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_AD_Org_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_AD_Org_ID, Integer.valueOf(AD_User_AD_Org_ID)); } /** Get AD_User_AD_Org_ID. @return AD_User_AD_Org_ID */ - public int getAD_User_AD_Org_ID () + public int getAD_User_AD_Org_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_AD_Org_ID); if (ii == null) @@ -291,18 +283,19 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set AD_User_C_BPartner_ID. - @param AD_User_C_BPartner_ID AD_User_C_BPartner_ID */ + @param AD_User_C_BPartner_ID AD_User_C_BPartner_ID + */ public void setAD_User_C_BPartner_ID (int AD_User_C_BPartner_ID) { - if (AD_User_C_BPartner_ID < 1) + if (AD_User_C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_C_BPartner_ID, Integer.valueOf(AD_User_C_BPartner_ID)); } /** Get AD_User_C_BPartner_ID. @return AD_User_C_BPartner_ID */ - public int getAD_User_C_BPartner_ID () + public int getAD_User_C_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_C_BPartner_ID); if (ii == null) @@ -317,18 +310,19 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set AD_User_C_BPartner_Location_ID. - @param AD_User_C_BPartner_Location_ID AD_User_C_BPartner_Location_ID */ + @param AD_User_C_BPartner_Location_ID AD_User_C_BPartner_Location_ID + */ public void setAD_User_C_BPartner_Location_ID (int AD_User_C_BPartner_Location_ID) { - if (AD_User_C_BPartner_Location_ID < 1) + if (AD_User_C_BPartner_Location_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_C_BPartner_Location_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_C_BPartner_Location_ID, Integer.valueOf(AD_User_C_BPartner_Location_ID)); } /** Get AD_User_C_BPartner_Location_ID. @return AD_User_C_BPartner_Location_ID */ - public int getAD_User_C_BPartner_Location_ID () + public int getAD_User_C_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_C_BPartner_Location_ID); if (ii == null) @@ -337,7 +331,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set ad_user_created. - @param ad_user_created ad_user_created */ + @param ad_user_created ad_user_created + */ public void setad_user_created (Timestamp ad_user_created) { set_ValueNoCheck (COLUMNNAME_ad_user_created, ad_user_created); @@ -345,7 +340,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get ad_user_created. @return ad_user_created */ - public Timestamp getad_user_created () + public Timestamp getad_user_created() { return (Timestamp)get_Value(COLUMNNAME_ad_user_created); } @@ -357,7 +352,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set ad_user_createdby. - @param AD_User_CreatedBy ad_user_createdby */ + @param AD_User_CreatedBy ad_user_createdby + */ public void setAD_User_CreatedBy (int AD_User_CreatedBy) { set_ValueNoCheck (COLUMNNAME_AD_User_CreatedBy, Integer.valueOf(AD_User_CreatedBy)); @@ -365,7 +361,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get ad_user_createdby. @return ad_user_createdby */ - public int getAD_User_CreatedBy () + public int getAD_User_CreatedBy() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_CreatedBy); if (ii == null) @@ -380,21 +376,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -403,7 +398,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set ad_user_isactive. - @param ad_user_isactive ad_user_isactive */ + @param ad_user_isactive ad_user_isactive + */ public void setad_user_isactive (boolean ad_user_isactive) { set_ValueNoCheck (COLUMNNAME_ad_user_isactive, Boolean.valueOf(ad_user_isactive)); @@ -411,7 +407,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get ad_user_isactive. @return ad_user_isactive */ - public boolean isad_user_isactive () + public boolean isad_user_isactive() { Object oo = get_Value(COLUMNNAME_ad_user_isactive); if (oo != null) @@ -424,7 +420,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set ad_user_updated. - @param ad_user_updated ad_user_updated */ + @param ad_user_updated ad_user_updated + */ public void setad_user_updated (Timestamp ad_user_updated) { set_ValueNoCheck (COLUMNNAME_ad_user_updated, ad_user_updated); @@ -432,7 +429,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get ad_user_updated. @return ad_user_updated */ - public Timestamp getad_user_updated () + public Timestamp getad_user_updated() { return (Timestamp)get_Value(COLUMNNAME_ad_user_updated); } @@ -444,7 +441,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set ad_user_updatedby. - @param AD_User_UpdatedBy ad_user_updatedby */ + @param AD_User_UpdatedBy ad_user_updatedby + */ public void setAD_User_UpdatedBy (int AD_User_UpdatedBy) { set_ValueNoCheck (COLUMNNAME_AD_User_UpdatedBy, Integer.valueOf(AD_User_UpdatedBy)); @@ -452,7 +450,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get ad_user_updatedby. @return ad_user_updatedby */ - public int getAD_User_UpdatedBy () + public int getAD_User_UpdatedBy() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_UpdatedBy); if (ii == null) @@ -461,7 +459,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set ad_user_value. - @param ad_user_value ad_user_value */ + @param ad_user_value ad_user_value + */ public void setad_user_value (String ad_user_value) { set_ValueNoCheck (COLUMNNAME_ad_user_value, ad_user_value); @@ -469,15 +468,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get ad_user_value. @return ad_user_value */ - public String getad_user_value () + public String getad_user_value() { return (String)get_Value(COLUMNNAME_ad_user_value); } /** Set Birthday. - @param Birthday - Birthday or Anniversary day - */ + @param Birthday Birthday or Anniversary day + */ public void setBirthday (Timestamp Birthday) { set_ValueNoCheck (COLUMNNAME_Birthday, Birthday); @@ -486,7 +484,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Birthday. @return Birthday or Anniversary day */ - public Timestamp getBirthday () + public Timestamp getBirthday() { return (Timestamp)get_Value(COLUMNNAME_Birthday); } @@ -498,21 +496,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Partner Parent. - @param BPartner_Parent_ID - Business Partner Parent - */ + @param BPartner_Parent_ID Business Partner Parent + */ public void setBPartner_Parent_ID (int BPartner_Parent_ID) { - if (BPartner_Parent_ID < 1) + if (BPartner_Parent_ID < 1) set_ValueNoCheck (COLUMNNAME_BPartner_Parent_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_BPartner_Parent_ID, Integer.valueOf(BPartner_Parent_ID)); } /** Get Partner Parent. @return Business Partner Parent */ - public int getBPartner_Parent_ID () + public int getBPartner_Parent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_BPartner_Parent_ID); if (ii == null) @@ -527,9 +524,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set BP Contact Greeting. - @param BPContactGreeting - Greeting for Business Partner Contact - */ + @param BPContactGreeting Greeting for Business Partner Contact + */ public void setBPContactGreeting (int BPContactGreeting) { set_ValueNoCheck (COLUMNNAME_BPContactGreeting, Integer.valueOf(BPContactGreeting)); @@ -538,7 +534,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get BP Contact Greeting. @return Greeting for Business Partner Contact */ - public int getBPContactGreeting () + public int getBPContactGreeting() { Integer ii = (Integer)get_Value(COLUMNNAME_BPContactGreeting); if (ii == null) @@ -546,22 +542,21 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent return ii.intValue(); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -576,21 +571,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -605,18 +599,19 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_c_taxgroup_id. - @param C_BP_C_TaxGroup_ID c_bp_c_taxgroup_id */ + @param C_BP_C_TaxGroup_ID c_bp_c_taxgroup_id + */ public void setC_BP_C_TaxGroup_ID (int C_BP_C_TaxGroup_ID) { - if (C_BP_C_TaxGroup_ID < 1) + if (C_BP_C_TaxGroup_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_C_TaxGroup_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_C_TaxGroup_ID, Integer.valueOf(C_BP_C_TaxGroup_ID)); } /** Get c_bp_c_taxgroup_id. @return c_bp_c_taxgroup_id */ - public int getC_BP_C_TaxGroup_ID () + public int getC_BP_C_TaxGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_C_TaxGroup_ID); if (ii == null) @@ -625,7 +620,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_dunninggrace. - @param c_bp_dunninggrace c_bp_dunninggrace */ + @param c_bp_dunninggrace c_bp_dunninggrace + */ public void setc_bp_dunninggrace (Timestamp c_bp_dunninggrace) { set_ValueNoCheck (COLUMNNAME_c_bp_dunninggrace, c_bp_dunninggrace); @@ -633,7 +629,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_dunninggrace. @return c_bp_dunninggrace */ - public Timestamp getc_bp_dunninggrace () + public Timestamp getc_bp_dunninggrace() { return (Timestamp)get_Value(COLUMNNAME_c_bp_dunninggrace); } @@ -645,21 +641,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ + @param C_BP_Group_ID Business Partner Group + */ public void setC_BP_Group_ID (int C_BP_Group_ID) { - if (C_BP_Group_ID < 1) + if (C_BP_Group_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_Group_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); } /** Get Business Partner Group. @return Business Partner Group */ - public int getC_BP_Group_ID () + public int getC_BP_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); if (ii == null) @@ -668,7 +663,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_ismanufacturer. - @param c_bp_ismanufacturer c_bp_ismanufacturer */ + @param c_bp_ismanufacturer c_bp_ismanufacturer + */ public void setc_bp_ismanufacturer (boolean c_bp_ismanufacturer) { set_ValueNoCheck (COLUMNNAME_c_bp_ismanufacturer, Boolean.valueOf(c_bp_ismanufacturer)); @@ -676,7 +672,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_ismanufacturer. @return c_bp_ismanufacturer */ - public boolean isc_bp_ismanufacturer () + public boolean isc_bp_ismanufacturer() { Object oo = get_Value(COLUMNNAME_c_bp_ismanufacturer); if (oo != null) @@ -689,7 +685,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_ispotaxexempt. - @param c_bp_ispotaxexempt c_bp_ispotaxexempt */ + @param c_bp_ispotaxexempt c_bp_ispotaxexempt + */ public void setc_bp_ispotaxexempt (boolean c_bp_ispotaxexempt) { set_ValueNoCheck (COLUMNNAME_c_bp_ispotaxexempt, Boolean.valueOf(c_bp_ispotaxexempt)); @@ -697,7 +694,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_ispotaxexempt. @return c_bp_ispotaxexempt */ - public boolean isc_bp_ispotaxexempt () + public boolean isc_bp_ispotaxexempt() { Object oo = get_Value(COLUMNNAME_c_bp_ispotaxexempt); if (oo != null) @@ -710,18 +707,19 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_location_ad_org_id. - @param C_BP_Location_AD_Org_ID c_bp_location_ad_org_id */ + @param C_BP_Location_AD_Org_ID c_bp_location_ad_org_id + */ public void setC_BP_Location_AD_Org_ID (int C_BP_Location_AD_Org_ID) { - if (C_BP_Location_AD_Org_ID < 1) + if (C_BP_Location_AD_Org_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_Location_AD_Org_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_Location_AD_Org_ID, Integer.valueOf(C_BP_Location_AD_Org_ID)); } /** Get c_bp_location_ad_org_id. @return c_bp_location_ad_org_id */ - public int getC_BP_Location_AD_Org_ID () + public int getC_BP_Location_AD_Org_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Location_AD_Org_ID); if (ii == null) @@ -736,18 +734,19 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bpartner_location_c_bpartner_id. - @param C_BP_Location_C_BPartner_ID c_bpartner_location_c_bpartner_id */ + @param C_BP_Location_C_BPartner_ID c_bpartner_location_c_bpartner_id + */ public void setC_BP_Location_C_BPartner_ID (int C_BP_Location_C_BPartner_ID) { - if (C_BP_Location_C_BPartner_ID < 1) + if (C_BP_Location_C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_Location_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_Location_C_BPartner_ID, Integer.valueOf(C_BP_Location_C_BPartner_ID)); } /** Get c_bpartner_location_c_bpartner_id. @return c_bpartner_location_c_bpartner_id */ - public int getC_BP_Location_C_BPartner_ID () + public int getC_BP_Location_C_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Location_C_BPartner_ID); if (ii == null) @@ -762,18 +761,19 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_location_c_location_id. - @param C_BP_Location_C_Location_ID c_bp_location_c_location_id */ + @param C_BP_Location_C_Location_ID c_bp_location_c_location_id + */ public void setC_BP_Location_C_Location_ID (int C_BP_Location_C_Location_ID) { - if (C_BP_Location_C_Location_ID < 1) + if (C_BP_Location_C_Location_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_Location_C_Location_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_Location_C_Location_ID, Integer.valueOf(C_BP_Location_C_Location_ID)); } /** Get c_bp_location_c_location_id. @return c_bp_location_c_location_id */ - public int getC_BP_Location_C_Location_ID () + public int getC_BP_Location_C_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Location_C_Location_ID); if (ii == null) @@ -782,7 +782,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_location_created. - @param c_bp_location_created c_bp_location_created */ + @param c_bp_location_created c_bp_location_created + */ public void setc_bp_location_created (Timestamp c_bp_location_created) { set_ValueNoCheck (COLUMNNAME_c_bp_location_created, c_bp_location_created); @@ -790,7 +791,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_created. @return c_bp_location_created */ - public Timestamp getc_bp_location_created () + public Timestamp getc_bp_location_created() { return (Timestamp)get_Value(COLUMNNAME_c_bp_location_created); } @@ -802,7 +803,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_location_createdby. - @param C_BP_Location_CreatedBy c_bp_location_createdby */ + @param C_BP_Location_CreatedBy c_bp_location_createdby + */ public void setC_BP_Location_CreatedBy (int C_BP_Location_CreatedBy) { set_ValueNoCheck (COLUMNNAME_C_BP_Location_CreatedBy, Integer.valueOf(C_BP_Location_CreatedBy)); @@ -810,7 +812,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_createdby. @return c_bp_location_createdby */ - public int getC_BP_Location_CreatedBy () + public int getC_BP_Location_CreatedBy() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Location_CreatedBy); if (ii == null) @@ -819,7 +821,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_location_fax. - @param c_bp_location_fax c_bp_location_fax */ + @param c_bp_location_fax c_bp_location_fax + */ public void setc_bp_location_fax (String c_bp_location_fax) { set_ValueNoCheck (COLUMNNAME_c_bp_location_fax, c_bp_location_fax); @@ -827,13 +830,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_fax. @return c_bp_location_fax */ - public String getc_bp_location_fax () + public String getc_bp_location_fax() { return (String)get_Value(COLUMNNAME_c_bp_location_fax); } /** Set c_bp_location_isactive. - @param c_bp_location_isactive c_bp_location_isactive */ + @param c_bp_location_isactive c_bp_location_isactive + */ public void setc_bp_location_isactive (boolean c_bp_location_isactive) { set_ValueNoCheck (COLUMNNAME_c_bp_location_isactive, Boolean.valueOf(c_bp_location_isactive)); @@ -841,7 +845,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_isactive. @return c_bp_location_isactive */ - public boolean isc_bp_location_isactive () + public boolean isc_bp_location_isactive() { Object oo = get_Value(COLUMNNAME_c_bp_location_isactive); if (oo != null) @@ -854,7 +858,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_location_isbillto. - @param c_bp_location_isbillto c_bp_location_isbillto */ + @param c_bp_location_isbillto c_bp_location_isbillto + */ public void setc_bp_location_isbillto (boolean c_bp_location_isbillto) { set_ValueNoCheck (COLUMNNAME_c_bp_location_isbillto, Boolean.valueOf(c_bp_location_isbillto)); @@ -862,7 +867,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_isbillto. @return c_bp_location_isbillto */ - public boolean isc_bp_location_isbillto () + public boolean isc_bp_location_isbillto() { Object oo = get_Value(COLUMNNAME_c_bp_location_isbillto); if (oo != null) @@ -875,7 +880,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_location_isdn. - @param c_bp_location_isdn c_bp_location_isdn */ + @param c_bp_location_isdn c_bp_location_isdn + */ public void setc_bp_location_isdn (String c_bp_location_isdn) { set_ValueNoCheck (COLUMNNAME_c_bp_location_isdn, c_bp_location_isdn); @@ -883,13 +889,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_isdn. @return c_bp_location_isdn */ - public String getc_bp_location_isdn () + public String getc_bp_location_isdn() { return (String)get_Value(COLUMNNAME_c_bp_location_isdn); } /** Set c_bp_location_ispayfrom. - @param c_bp_location_ispayfrom c_bp_location_ispayfrom */ + @param c_bp_location_ispayfrom c_bp_location_ispayfrom + */ public void setc_bp_location_ispayfrom (boolean c_bp_location_ispayfrom) { set_ValueNoCheck (COLUMNNAME_c_bp_location_ispayfrom, Boolean.valueOf(c_bp_location_ispayfrom)); @@ -897,7 +904,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_ispayfrom. @return c_bp_location_ispayfrom */ - public boolean isc_bp_location_ispayfrom () + public boolean isc_bp_location_ispayfrom() { Object oo = get_Value(COLUMNNAME_c_bp_location_ispayfrom); if (oo != null) @@ -910,7 +917,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_location_isremitto. - @param c_bp_location_isremitto c_bp_location_isremitto */ + @param c_bp_location_isremitto c_bp_location_isremitto + */ public void setc_bp_location_isremitto (boolean c_bp_location_isremitto) { set_ValueNoCheck (COLUMNNAME_c_bp_location_isremitto, Boolean.valueOf(c_bp_location_isremitto)); @@ -918,7 +926,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_isremitto. @return c_bp_location_isremitto */ - public boolean isc_bp_location_isremitto () + public boolean isc_bp_location_isremitto() { Object oo = get_Value(COLUMNNAME_c_bp_location_isremitto); if (oo != null) @@ -931,7 +939,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_location_isshipto. - @param c_bp_location_isshipto c_bp_location_isshipto */ + @param c_bp_location_isshipto c_bp_location_isshipto + */ public void setc_bp_location_isshipto (boolean c_bp_location_isshipto) { set_ValueNoCheck (COLUMNNAME_c_bp_location_isshipto, Boolean.valueOf(c_bp_location_isshipto)); @@ -939,7 +948,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_isshipto. @return c_bp_location_isshipto */ - public boolean isc_bp_location_isshipto () + public boolean isc_bp_location_isshipto() { Object oo = get_Value(COLUMNNAME_c_bp_location_isshipto); if (oo != null) @@ -952,7 +961,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_location_name. - @param c_bp_location_name c_bp_location_name */ + @param c_bp_location_name c_bp_location_name + */ public void setc_bp_location_name (String c_bp_location_name) { set_ValueNoCheck (COLUMNNAME_c_bp_location_name, c_bp_location_name); @@ -960,13 +970,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_name. @return c_bp_location_name */ - public String getc_bp_location_name () + public String getc_bp_location_name() { return (String)get_Value(COLUMNNAME_c_bp_location_name); } /** Set c_bp_location_phone. - @param c_bp_location_phone c_bp_location_phone */ + @param c_bp_location_phone c_bp_location_phone + */ public void setc_bp_location_phone (String c_bp_location_phone) { set_ValueNoCheck (COLUMNNAME_c_bp_location_phone, c_bp_location_phone); @@ -974,13 +985,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_phone. @return c_bp_location_phone */ - public String getc_bp_location_phone () + public String getc_bp_location_phone() { return (String)get_Value(COLUMNNAME_c_bp_location_phone); } /** Set c_bp_location_phone2. - @param c_bp_location_phone2 c_bp_location_phone2 */ + @param c_bp_location_phone2 c_bp_location_phone2 + */ public void setc_bp_location_phone2 (String c_bp_location_phone2) { set_ValueNoCheck (COLUMNNAME_c_bp_location_phone2, c_bp_location_phone2); @@ -988,7 +1000,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_phone2. @return c_bp_location_phone2 */ - public String getc_bp_location_phone2 () + public String getc_bp_location_phone2() { return (String)get_Value(COLUMNNAME_c_bp_location_phone2); } @@ -1000,18 +1012,19 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_location_salesregion_id. - @param C_BP_Location_SalesRegion_ID c_bp_location_salesregion_id */ + @param C_BP_Location_SalesRegion_ID c_bp_location_salesregion_id + */ public void setC_BP_Location_SalesRegion_ID (int C_BP_Location_SalesRegion_ID) { - if (C_BP_Location_SalesRegion_ID < 1) + if (C_BP_Location_SalesRegion_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_Location_SalesRegion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_Location_SalesRegion_ID, Integer.valueOf(C_BP_Location_SalesRegion_ID)); } /** Get c_bp_location_salesregion_id. @return c_bp_location_salesregion_id */ - public int getC_BP_Location_SalesRegion_ID () + public int getC_BP_Location_SalesRegion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Location_SalesRegion_ID); if (ii == null) @@ -1020,7 +1033,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_location_updated. - @param c_bp_location_updated c_bp_location_updated */ + @param c_bp_location_updated c_bp_location_updated + */ public void setc_bp_location_updated (Timestamp c_bp_location_updated) { set_ValueNoCheck (COLUMNNAME_c_bp_location_updated, c_bp_location_updated); @@ -1028,7 +1042,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_updated. @return c_bp_location_updated */ - public Timestamp getc_bp_location_updated () + public Timestamp getc_bp_location_updated() { return (Timestamp)get_Value(COLUMNNAME_c_bp_location_updated); } @@ -1040,7 +1054,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_location_updatedby. - @param C_BP_Location_UpdatedBy c_bp_location_updatedby */ + @param C_BP_Location_UpdatedBy c_bp_location_updatedby + */ public void setC_BP_Location_UpdatedBy (int C_BP_Location_UpdatedBy) { set_ValueNoCheck (COLUMNNAME_C_BP_Location_UpdatedBy, Integer.valueOf(C_BP_Location_UpdatedBy)); @@ -1048,7 +1063,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_bp_location_updatedby. @return c_bp_location_updatedby */ - public int getC_BP_Location_UpdatedBy () + public int getC_BP_Location_UpdatedBy() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Location_UpdatedBy); if (ii == null) @@ -1057,18 +1072,19 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_bp_logo_id. - @param C_BP_Logo_ID c_bp_logo_id */ + @param C_BP_Logo_ID c_bp_logo_id + */ public void setC_BP_Logo_ID (int C_BP_Logo_ID) { - if (C_BP_Logo_ID < 1) + if (C_BP_Logo_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_Logo_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_Logo_ID, Integer.valueOf(C_BP_Logo_ID)); } /** Get c_bp_logo_id. @return c_bp_logo_id */ - public int getC_BP_Logo_ID () + public int getC_BP_Logo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Logo_ID); if (ii == null) @@ -1083,21 +1099,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set City. - @param C_City_ID - City - */ + @param C_City_ID City + */ public void setC_City_ID (int C_City_ID) { - if (C_City_ID < 1) + if (C_City_ID < 1) set_ValueNoCheck (COLUMNNAME_C_City_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_City_ID, Integer.valueOf(C_City_ID)); } /** Get City. @return City */ - public int getC_City_ID () + public int getC_City_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_City_ID); if (ii == null) @@ -1106,7 +1121,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_country_ad_language. - @param c_country_ad_language c_country_ad_language */ + @param c_country_ad_language c_country_ad_language + */ public void setc_country_ad_language (String c_country_ad_language) { set_ValueNoCheck (COLUMNNAME_c_country_ad_language, c_country_ad_language); @@ -1114,7 +1130,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_country_ad_language. @return c_country_ad_language */ - public String getc_country_ad_language () + public String getc_country_ad_language() { return (String)get_Value(COLUMNNAME_c_country_ad_language); } @@ -1126,18 +1142,19 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_country_c_currency_id. - @param C_Country_C_Currency_ID c_country_c_currency_id */ + @param C_Country_C_Currency_ID c_country_c_currency_id + */ public void setC_Country_C_Currency_ID (int C_Country_C_Currency_ID) { - if (C_Country_C_Currency_ID < 1) + if (C_Country_C_Currency_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Country_C_Currency_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Country_C_Currency_ID, Integer.valueOf(C_Country_C_Currency_ID)); } /** Get c_country_c_currency_id. @return c_country_c_currency_id */ - public int getC_Country_C_Currency_ID () + public int getC_Country_C_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Country_C_Currency_ID); if (ii == null) @@ -1146,7 +1163,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_country_description. - @param c_country_description c_country_description */ + @param c_country_description c_country_description + */ public void setc_country_description (String c_country_description) { set_ValueNoCheck (COLUMNNAME_c_country_description, c_country_description); @@ -1154,7 +1172,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_country_description. @return c_country_description */ - public String getc_country_description () + public String getc_country_description() { return (String)get_Value(COLUMNNAME_c_country_description); } @@ -1166,21 +1184,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Country. - @param C_Country_ID - Country - */ + @param C_Country_ID Country + */ public void setC_Country_ID (int C_Country_ID) { - if (C_Country_ID < 1) + if (C_Country_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Country_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Country_ID, Integer.valueOf(C_Country_ID)); } /** Get Country. @return Country */ - public int getC_Country_ID () + public int getC_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Country_ID); if (ii == null) @@ -1189,7 +1206,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_country_isactive. - @param c_country_isactive c_country_isactive */ + @param c_country_isactive c_country_isactive + */ public void setc_country_isactive (boolean c_country_isactive) { set_ValueNoCheck (COLUMNNAME_c_country_isactive, Boolean.valueOf(c_country_isactive)); @@ -1197,7 +1215,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_country_isactive. @return c_country_isactive */ - public boolean isc_country_isactive () + public boolean isc_country_isactive() { Object oo = get_Value(COLUMNNAME_c_country_isactive); if (oo != null) @@ -1216,21 +1234,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Dunning. - @param C_Dunning_ID - Dunning Rules for overdue invoices - */ + @param C_Dunning_ID Dunning Rules for overdue invoices + */ public void setC_Dunning_ID (int C_Dunning_ID) { - if (C_Dunning_ID < 1) + if (C_Dunning_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Dunning_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Dunning_ID, Integer.valueOf(C_Dunning_ID)); } /** Get Dunning. @return Dunning Rules for overdue invoices */ - public int getC_Dunning_ID () + public int getC_Dunning_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Dunning_ID); if (ii == null) @@ -1245,21 +1262,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Greeting. - @param C_Greeting_ID - Greeting to print on correspondence - */ + @param C_Greeting_ID Greeting to print on correspondence + */ public void setC_Greeting_ID (int C_Greeting_ID) { - if (C_Greeting_ID < 1) + if (C_Greeting_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Greeting_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Greeting_ID, Integer.valueOf(C_Greeting_ID)); } /** Get Greeting. @return Greeting to print on correspondence */ - public int getC_Greeting_ID () + public int getC_Greeting_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Greeting_ID); if (ii == null) @@ -1274,21 +1290,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Invoice Schedule. - @param C_InvoiceSchedule_ID - Schedule for generating Invoices - */ + @param C_InvoiceSchedule_ID Schedule for generating Invoices + */ public void setC_InvoiceSchedule_ID (int C_InvoiceSchedule_ID) { - if (C_InvoiceSchedule_ID < 1) + if (C_InvoiceSchedule_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceSchedule_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceSchedule_ID, Integer.valueOf(C_InvoiceSchedule_ID)); } /** Get Invoice Schedule. @return Schedule for generating Invoices */ - public int getC_InvoiceSchedule_ID () + public int getC_InvoiceSchedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceSchedule_ID); if (ii == null) @@ -1297,9 +1312,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set City. - @param City - Identifies a City - */ + @param City Identifies a City + */ public void setCity (String City) { set_ValueNoCheck (COLUMNNAME_City, City); @@ -1308,24 +1322,25 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get City. @return Identifies a City */ - public String getCity () + public String getCity() { return (String)get_Value(COLUMNNAME_City); } /** Set c_location_ad_org_id. - @param C_Location_AD_Org_ID c_location_ad_org_id */ + @param C_Location_AD_Org_ID c_location_ad_org_id + */ public void setC_Location_AD_Org_ID (int C_Location_AD_Org_ID) { - if (C_Location_AD_Org_ID < 1) + if (C_Location_AD_Org_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Location_AD_Org_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Location_AD_Org_ID, Integer.valueOf(C_Location_AD_Org_ID)); } /** Get c_location_ad_org_id. @return c_location_ad_org_id */ - public int getC_Location_AD_Org_ID () + public int getC_Location_AD_Org_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_AD_Org_ID); if (ii == null) @@ -1334,7 +1349,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_location_created. - @param c_location_created c_location_created */ + @param c_location_created c_location_created + */ public void setc_location_created (Timestamp c_location_created) { set_ValueNoCheck (COLUMNNAME_c_location_created, c_location_created); @@ -1342,7 +1358,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_location_created. @return c_location_created */ - public Timestamp getc_location_created () + public Timestamp getc_location_created() { return (Timestamp)get_Value(COLUMNNAME_c_location_created); } @@ -1354,7 +1370,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_location_createdby. - @param C_Location_CreatedBy c_location_createdby */ + @param C_Location_CreatedBy c_location_createdby + */ public void setC_Location_CreatedBy (int C_Location_CreatedBy) { set_ValueNoCheck (COLUMNNAME_C_Location_CreatedBy, Integer.valueOf(C_Location_CreatedBy)); @@ -1362,7 +1379,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_location_createdby. @return c_location_createdby */ - public int getC_Location_CreatedBy () + public int getC_Location_CreatedBy() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_CreatedBy); if (ii == null) @@ -1377,21 +1394,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Location_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -1400,7 +1416,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_location_isactive. - @param c_location_isactive c_location_isactive */ + @param c_location_isactive c_location_isactive + */ public void setc_location_isactive (boolean c_location_isactive) { set_ValueNoCheck (COLUMNNAME_c_location_isactive, Boolean.valueOf(c_location_isactive)); @@ -1408,7 +1425,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_location_isactive. @return c_location_isactive */ - public boolean isc_location_isactive () + public boolean isc_location_isactive() { Object oo = get_Value(COLUMNNAME_c_location_isactive); if (oo != null) @@ -1421,7 +1438,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_location_updated. - @param c_location_updated c_location_updated */ + @param c_location_updated c_location_updated + */ public void setc_location_updated (Timestamp c_location_updated) { set_ValueNoCheck (COLUMNNAME_c_location_updated, c_location_updated); @@ -1429,7 +1447,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_location_updated. @return c_location_updated */ - public Timestamp getc_location_updated () + public Timestamp getc_location_updated() { return (Timestamp)get_Value(COLUMNNAME_c_location_updated); } @@ -1441,7 +1459,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_location_updatedby. - @param C_Location_UpdatedBy c_location_updatedby */ + @param C_Location_UpdatedBy c_location_updatedby + */ public void setC_Location_UpdatedBy (int C_Location_UpdatedBy) { set_ValueNoCheck (COLUMNNAME_C_Location_UpdatedBy, Integer.valueOf(C_Location_UpdatedBy)); @@ -1449,7 +1468,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_location_updatedby. @return c_location_updatedby */ - public int getC_Location_UpdatedBy () + public int getC_Location_UpdatedBy() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_UpdatedBy); if (ii == null) @@ -1458,9 +1477,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Comments. - @param Comments - Comments or additional information - */ + @param Comments Comments or additional information + */ public void setComments (String Comments) { set_ValueNoCheck (COLUMNNAME_Comments, Comments); @@ -1469,15 +1487,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Comments. @return Comments or additional information */ - public String getComments () + public String getComments() { return (String)get_Value(COLUMNNAME_Comments); } /** Set Contact Description. - @param ContactDescription - Description of Contact - */ + @param ContactDescription Description of Contact + */ public void setContactDescription (String ContactDescription) { set_ValueNoCheck (COLUMNNAME_ContactDescription, ContactDescription); @@ -1486,15 +1503,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Contact Description. @return Description of Contact */ - public String getContactDescription () + public String getContactDescription() { return (String)get_Value(COLUMNNAME_ContactDescription); } /** Set Contact Name. - @param ContactName - Business Partner Contact Name - */ + @param ContactName Business Partner Contact Name + */ public void setContactName (String ContactName) { set_ValueNoCheck (COLUMNNAME_ContactName, ContactName); @@ -1503,15 +1519,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Contact Name. @return Business Partner Contact Name */ - public String getContactName () + public String getContactName() { return (String)get_Value(COLUMNNAME_ContactName); } /** Set ISO Country Code. - @param CountryCode - Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html - */ + @param CountryCode Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html + */ public void setCountryCode (String CountryCode) { set_ValueNoCheck (COLUMNNAME_CountryCode, CountryCode); @@ -1520,15 +1535,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get ISO Country Code. @return Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html */ - public String getCountryCode () + public String getCountryCode() { return (String)get_Value(COLUMNNAME_CountryCode); } /** Set Country. - @param CountryName - Country Name - */ + @param CountryName Country Name + */ public void setCountryName (String CountryName) { set_ValueNoCheck (COLUMNNAME_CountryName, CountryName); @@ -1537,7 +1551,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Country. @return Country Name */ - public String getCountryName () + public String getCountryName() { return (String)get_Value(COLUMNNAME_CountryName); } @@ -1549,21 +1563,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Payment Term. - @param C_PaymentTerm_ID - The terms of Payment (timing, discount) - */ + @param C_PaymentTerm_ID The terms of Payment (timing, discount) + */ public void setC_PaymentTerm_ID (int C_PaymentTerm_ID) { - if (C_PaymentTerm_ID < 1) + if (C_PaymentTerm_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaymentTerm_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_PaymentTerm_ID, Integer.valueOf(C_PaymentTerm_ID)); } /** Get Payment Term. @return The terms of Payment (timing, discount) */ - public int getC_PaymentTerm_ID () + public int getC_PaymentTerm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentTerm_ID); if (ii == null) @@ -1572,18 +1585,19 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_region_ad_org_id. - @param C_Region_AD_Org_ID c_region_ad_org_id */ + @param C_Region_AD_Org_ID c_region_ad_org_id + */ public void setC_Region_AD_Org_ID (int C_Region_AD_Org_ID) { - if (C_Region_AD_Org_ID < 1) + if (C_Region_AD_Org_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Region_AD_Org_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Region_AD_Org_ID, Integer.valueOf(C_Region_AD_Org_ID)); } /** Get c_region_ad_org_id. @return c_region_ad_org_id */ - public int getC_Region_AD_Org_ID () + public int getC_Region_AD_Org_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Region_AD_Org_ID); if (ii == null) @@ -1592,18 +1606,19 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_region_c_country_id. - @param C_Region_C_Country_ID c_region_c_country_id */ + @param C_Region_C_Country_ID c_region_c_country_id + */ public void setC_Region_C_Country_ID (int C_Region_C_Country_ID) { - if (C_Region_C_Country_ID < 1) + if (C_Region_C_Country_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Region_C_Country_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Region_C_Country_ID, Integer.valueOf(C_Region_C_Country_ID)); } /** Get c_region_c_country_id. @return c_region_c_country_id */ - public int getC_Region_C_Country_ID () + public int getC_Region_C_Country_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Region_C_Country_ID); if (ii == null) @@ -1612,7 +1627,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_region_description. - @param c_region_description c_region_description */ + @param c_region_description c_region_description + */ public void setc_region_description (String c_region_description) { set_ValueNoCheck (COLUMNNAME_c_region_description, c_region_description); @@ -1620,7 +1636,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_region_description. @return c_region_description */ - public String getc_region_description () + public String getc_region_description() { return (String)get_Value(COLUMNNAME_c_region_description); } @@ -1632,21 +1648,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Region. - @param C_Region_ID - Identifies a geographical Region - */ + @param C_Region_ID Identifies a geographical Region + */ public void setC_Region_ID (int C_Region_ID) { - if (C_Region_ID < 1) + if (C_Region_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Region_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Region_ID, Integer.valueOf(C_Region_ID)); } /** Get Region. @return Identifies a geographical Region */ - public int getC_Region_ID () + public int getC_Region_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Region_ID); if (ii == null) @@ -1655,7 +1670,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set c_region_isactive. - @param c_region_isactive c_region_isactive */ + @param c_region_isactive c_region_isactive + */ public void setc_region_isactive (boolean c_region_isactive) { set_ValueNoCheck (COLUMNNAME_c_region_isactive, Boolean.valueOf(c_region_isactive)); @@ -1663,7 +1679,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get c_region_isactive. @return c_region_isactive */ - public boolean isc_region_isactive () + public boolean isc_region_isactive() { Object oo = get_Value(COLUMNNAME_c_region_isactive); if (oo != null) @@ -1690,9 +1706,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** After Payment = R */ public static final String DELIVERYRULE_AfterPayment = "R"; /** Set Delivery Rule. - @param DeliveryRule - Defines the timing of Delivery - */ + @param DeliveryRule Defines the timing of Delivery + */ public void setDeliveryRule (String DeliveryRule) { @@ -1702,7 +1717,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Delivery Rule. @return Defines the timing of Delivery */ - public String getDeliveryRule () + public String getDeliveryRule() { return (String)get_Value(COLUMNNAME_DeliveryRule); } @@ -1716,9 +1731,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Shipper = S */ public static final String DELIVERYVIARULE_Shipper = "S"; /** Set Delivery Via. - @param DeliveryViaRule - How the order will be delivered - */ + @param DeliveryViaRule How the order will be delivered + */ public void setDeliveryViaRule (String DeliveryViaRule) { @@ -1728,15 +1742,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Delivery Via. @return How the order will be delivered */ - public String getDeliveryViaRule () + public String getDeliveryViaRule() { return (String)get_Value(COLUMNNAME_DeliveryViaRule); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_ValueNoCheck (COLUMNNAME_Description, Description); @@ -1745,15 +1758,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document Copies. - @param DocumentCopies - Number of copies to be printed - */ + @param DocumentCopies Number of copies to be printed + */ public void setDocumentCopies (int DocumentCopies) { set_ValueNoCheck (COLUMNNAME_DocumentCopies, Integer.valueOf(DocumentCopies)); @@ -1762,7 +1774,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Document Copies. @return Number of copies to be printed */ - public int getDocumentCopies () + public int getDocumentCopies() { Integer ii = (Integer)get_Value(COLUMNNAME_DocumentCopies); if (ii == null) @@ -1771,26 +1783,24 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set D-U-N-S. - @param DUNS - Dun & Bradstreet Number - */ + @param DUNS Dun & Bradstreet Number + */ public void setDUNS (String DUNS) { set_ValueNoCheck (COLUMNNAME_DUNS, DUNS); } /** Get D-U-N-S. - @return Dun & Bradstreet Number + @return Dun & Bradstreet Number */ - public String getDUNS () + public String getDUNS() { return (String)get_Value(COLUMNNAME_DUNS); } /** Set EMail Address. - @param EMail - Electronic Mail Address - */ + @param EMail Electronic Mail Address + */ public void setEMail (String EMail) { set_ValueNoCheck (COLUMNNAME_EMail, EMail); @@ -1799,15 +1809,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get EMail Address. @return Electronic Mail Address */ - public String getEMail () + public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } /** Set EMail User ID. - @param EMailUser - User Name (ID) in the Mail System - */ + @param EMailUser User Name (ID) in the Mail System + */ public void setEMailUser (String EMailUser) { set_ValueNoCheck (COLUMNNAME_EMailUser, EMailUser); @@ -1816,15 +1825,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get EMail User ID. @return User Name (ID) in the Mail System */ - public String getEMailUser () + public String getEMailUser() { return (String)get_Value(COLUMNNAME_EMailUser); } /** Set Verification Info. - @param EMailVerify - Verification information of EMail Address - */ + @param EMailVerify Verification information of EMail Address + */ public void setEMailVerify (String EMailVerify) { set_ValueNoCheck (COLUMNNAME_EMailVerify, EMailVerify); @@ -1833,15 +1841,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Verification Info. @return Verification information of EMail Address */ - public String getEMailVerify () + public String getEMailVerify() { return (String)get_Value(COLUMNNAME_EMailVerify); } /** Set EMail Verify. - @param EMailVerifyDate - Date Email was verified - */ + @param EMailVerifyDate Date Email was verified + */ public void setEMailVerifyDate (Timestamp EMailVerifyDate) { set_ValueNoCheck (COLUMNNAME_EMailVerifyDate, EMailVerifyDate); @@ -1850,15 +1857,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get EMail Verify. @return Date Email was verified */ - public Timestamp getEMailVerifyDate () + public Timestamp getEMailVerifyDate() { return (Timestamp)get_Value(COLUMNNAME_EMailVerifyDate); } /** Set Fax. - @param Fax - Facsimile number - */ + @param Fax Facsimile number + */ public void setFax (String Fax) { set_ValueNoCheck (COLUMNNAME_Fax, Fax); @@ -1867,15 +1873,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Fax. @return Facsimile number */ - public String getFax () + public String getFax() { return (String)get_Value(COLUMNNAME_Fax); } /** Set First Sale. - @param FirstSale - Date of First Sale - */ + @param FirstSale Date of First Sale + */ public void setFirstSale (Timestamp FirstSale) { set_ValueNoCheck (COLUMNNAME_FirstSale, FirstSale); @@ -1884,15 +1889,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get First Sale. @return Date of First Sale */ - public Timestamp getFirstSale () + public Timestamp getFirstSale() { return (Timestamp)get_Value(COLUMNNAME_FirstSale); } /** Set Flat Discount %. - @param FlatDiscount - Flat discount percentage - */ + @param FlatDiscount Flat discount percentage + */ public void setFlatDiscount (BigDecimal FlatDiscount) { set_ValueNoCheck (COLUMNNAME_FlatDiscount, FlatDiscount); @@ -1901,7 +1905,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Flat Discount %. @return Flat discount percentage */ - public BigDecimal getFlatDiscount () + public BigDecimal getFlatDiscount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FlatDiscount); if (bd == null) @@ -1920,9 +1924,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Line = L */ public static final String FREIGHTCOSTRULE_Line = "L"; /** Set Freight Cost Rule. - @param FreightCostRule - Method for charging Freight - */ + @param FreightCostRule Method for charging Freight + */ public void setFreightCostRule (String FreightCostRule) { @@ -1932,7 +1935,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Freight Cost Rule. @return Method for charging Freight */ - public String getFreightCostRule () + public String getFreightCostRule() { return (String)get_Value(COLUMNNAME_FreightCostRule); } @@ -1944,21 +1947,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Invoice Print Format. - @param Invoice_PrintFormat_ID - Print Format for printing Invoices - */ + @param Invoice_PrintFormat_ID Print Format for printing Invoices + */ public void setInvoice_PrintFormat_ID (int Invoice_PrintFormat_ID) { - if (Invoice_PrintFormat_ID < 1) + if (Invoice_PrintFormat_ID < 1) set_ValueNoCheck (COLUMNNAME_Invoice_PrintFormat_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Invoice_PrintFormat_ID, Integer.valueOf(Invoice_PrintFormat_ID)); } /** Get Invoice Print Format. @return Print Format for printing Invoices */ - public int getInvoice_PrintFormat_ID () + public int getInvoice_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Invoice_PrintFormat_ID); if (ii == null) @@ -1977,9 +1979,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Customer Schedule after Delivery = S */ public static final String INVOICERULE_CustomerScheduleAfterDelivery = "S"; /** Set Invoice Rule. - @param InvoiceRule - Frequency and method of invoicing - */ + @param InvoiceRule Frequency and method of invoicing + */ public void setInvoiceRule (String InvoiceRule) { @@ -1989,15 +1990,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Invoice Rule. @return Frequency and method of invoicing */ - public String getInvoiceRule () + public String getInvoiceRule() { return (String)get_Value(COLUMNNAME_InvoiceRule); } /** Set Customer. - @param IsCustomer - Indicates if this Business Partner is a Customer - */ + @param IsCustomer Indicates if this Business Partner is a Customer + */ public void setIsCustomer (boolean IsCustomer) { set_ValueNoCheck (COLUMNNAME_IsCustomer, Boolean.valueOf(IsCustomer)); @@ -2006,7 +2006,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Customer. @return Indicates if this Business Partner is a Customer */ - public boolean isCustomer () + public boolean isCustomer() { Object oo = get_Value(COLUMNNAME_IsCustomer); if (oo != null) @@ -2019,9 +2019,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_ValueNoCheck (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -2030,7 +2029,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -2043,9 +2042,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Discount Printed. - @param IsDiscountPrinted - Print Discount on Invoice and Order - */ + @param IsDiscountPrinted Print Discount on Invoice and Order + */ public void setIsDiscountPrinted (boolean IsDiscountPrinted) { set_ValueNoCheck (COLUMNNAME_IsDiscountPrinted, Boolean.valueOf(IsDiscountPrinted)); @@ -2054,7 +2052,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Discount Printed. @return Print Discount on Invoice and Order */ - public boolean isDiscountPrinted () + public boolean isDiscountPrinted() { Object oo = get_Value(COLUMNNAME_IsDiscountPrinted); if (oo != null) @@ -2067,9 +2065,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Employee. - @param IsEmployee - Indicates if this Business Partner is an employee - */ + @param IsEmployee Indicates if this Business Partner is an employee + */ public void setIsEmployee (boolean IsEmployee) { set_ValueNoCheck (COLUMNNAME_IsEmployee, Boolean.valueOf(IsEmployee)); @@ -2078,7 +2075,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Employee. @return Indicates if this Business Partner is an employee */ - public boolean isEmployee () + public boolean isEmployee() { Object oo = get_Value(COLUMNNAME_IsEmployee); if (oo != null) @@ -2091,7 +2088,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set One time transaction. - @param IsOneTime One time transaction */ + @param IsOneTime One time transaction + */ public void setIsOneTime (boolean IsOneTime) { set_ValueNoCheck (COLUMNNAME_IsOneTime, Boolean.valueOf(IsOneTime)); @@ -2099,7 +2097,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get One time transaction. @return One time transaction */ - public boolean isOneTime () + public boolean isOneTime() { Object oo = get_Value(COLUMNNAME_IsOneTime); if (oo != null) @@ -2112,9 +2110,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Prospect. - @param IsProspect - Indicates this is a Prospect - */ + @param IsProspect Indicates this is a Prospect + */ public void setIsProspect (boolean IsProspect) { set_ValueNoCheck (COLUMNNAME_IsProspect, Boolean.valueOf(IsProspect)); @@ -2123,7 +2120,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Prospect. @return Indicates this is a Prospect */ - public boolean isProspect () + public boolean isProspect() { Object oo = get_Value(COLUMNNAME_IsProspect); if (oo != null) @@ -2136,9 +2133,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Sales Representative. - @param IsSalesRep - Indicates if the business partner is a sales representative or company agent - */ + @param IsSalesRep Indicates if the business partner is a sales representative or company agent + */ public void setIsSalesRep (boolean IsSalesRep) { set_ValueNoCheck (COLUMNNAME_IsSalesRep, Boolean.valueOf(IsSalesRep)); @@ -2147,7 +2143,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Sales Representative. @return Indicates if the business partner is a sales representative or company agent */ - public boolean isSalesRep () + public boolean isSalesRep() { Object oo = get_Value(COLUMNNAME_IsSalesRep); if (oo != null) @@ -2160,9 +2156,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Summary Level. - @param IsSummary - This is a summary entity - */ + @param IsSummary This is a summary entity + */ public void setIsSummary (boolean IsSummary) { set_ValueNoCheck (COLUMNNAME_IsSummary, Boolean.valueOf(IsSummary)); @@ -2171,7 +2166,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Summary Level. @return This is a summary entity */ - public boolean isSummary () + public boolean isSummary() { Object oo = get_Value(COLUMNNAME_IsSummary); if (oo != null) @@ -2184,9 +2179,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set SO Tax exempt. - @param IsTaxExempt - Business partner is exempt from tax on sales - */ + @param IsTaxExempt Business partner is exempt from tax on sales + */ public void setIsTaxExempt (boolean IsTaxExempt) { set_ValueNoCheck (COLUMNNAME_IsTaxExempt, Boolean.valueOf(IsTaxExempt)); @@ -2195,7 +2189,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get SO Tax exempt. @return Business partner is exempt from tax on sales */ - public boolean isTaxExempt () + public boolean isTaxExempt() { Object oo = get_Value(COLUMNNAME_IsTaxExempt); if (oo != null) @@ -2208,9 +2202,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Vendor. - @param IsVendor - Indicates if this Business Partner is a Vendor - */ + @param IsVendor Indicates if this Business Partner is a Vendor + */ public void setIsVendor (boolean IsVendor) { set_ValueNoCheck (COLUMNNAME_IsVendor, Boolean.valueOf(IsVendor)); @@ -2219,7 +2212,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Vendor. @return Indicates if this Business Partner is a Vendor */ - public boolean isVendor () + public boolean isVendor() { Object oo = get_Value(COLUMNNAME_IsVendor); if (oo != null) @@ -2232,9 +2225,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Last Contact. - @param LastContact - Date this individual was last contacted - */ + @param LastContact Date this individual was last contacted + */ public void setLastContact (Timestamp LastContact) { set_ValueNoCheck (COLUMNNAME_LastContact, LastContact); @@ -2243,15 +2235,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Last Contact. @return Date this individual was last contacted */ - public Timestamp getLastContact () + public Timestamp getLastContact() { return (Timestamp)get_Value(COLUMNNAME_LastContact); } /** Set Last Result. - @param LastResult - Result of last contact - */ + @param LastResult Result of last contact + */ public void setLastResult (String LastResult) { set_ValueNoCheck (COLUMNNAME_LastResult, LastResult); @@ -2260,15 +2251,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Last Result. @return Result of last contact */ - public String getLastResult () + public String getLastResult() { return (String)get_Value(COLUMNNAME_LastResult); } /** Set LDAP User Name. - @param LDAPUser - User Name used for authorization via LDAP (directory) services - */ + @param LDAPUser User Name used for authorization via LDAP (directory) services + */ public void setLDAPUser (boolean LDAPUser) { set_ValueNoCheck (COLUMNNAME_LDAPUser, Boolean.valueOf(LDAPUser)); @@ -2277,7 +2267,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get LDAP User Name. @return User Name used for authorization via LDAP (directory) services */ - public boolean isLDAPUser () + public boolean isLDAPUser() { Object oo = get_Value(COLUMNNAME_LDAPUser); if (oo != null) @@ -2296,21 +2286,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Discount Schema. - @param M_DiscountSchema_ID - Schema to calculate the trade discount percentage - */ + @param M_DiscountSchema_ID Schema to calculate the trade discount percentage + */ public void setM_DiscountSchema_ID (int M_DiscountSchema_ID) { - if (M_DiscountSchema_ID < 1) + if (M_DiscountSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DiscountSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DiscountSchema_ID, Integer.valueOf(M_DiscountSchema_ID)); } /** Get Discount Schema. @return Schema to calculate the trade discount percentage */ - public int getM_DiscountSchema_ID () + public int getM_DiscountSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DiscountSchema_ID); if (ii == null) @@ -2325,21 +2314,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PriceList_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -2348,9 +2336,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set NAICS/SIC. - @param NAICS - Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.html - */ + @param NAICS Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.html + */ public void setNAICS (String NAICS) { set_ValueNoCheck (COLUMNNAME_NAICS, NAICS); @@ -2359,15 +2346,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get NAICS/SIC. @return Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.html */ - public String getNAICS () + public String getNAICS() { return (String)get_Value(COLUMNNAME_NAICS); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_ValueNoCheck (COLUMNNAME_Name, Name); @@ -2376,15 +2362,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Name 2. - @param Name2 - Additional Name - */ + @param Name2 Additional Name + */ public void setName2 (String Name2) { set_ValueNoCheck (COLUMNNAME_Name2, Name2); @@ -2393,7 +2378,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Name 2. @return Additional Name */ - public String getName2 () + public String getName2() { return (String)get_Value(COLUMNNAME_Name2); } @@ -2409,9 +2394,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** None = X */ public static final String NOTIFICATIONTYPE_None = "X"; /** Set Notification Type. - @param NotificationType - Type of Notifications - */ + @param NotificationType Type of Notifications + */ public void setNotificationType (String NotificationType) { @@ -2421,15 +2405,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Notification Type. @return Type of Notifications */ - public String getNotificationType () + public String getNotificationType() { return (String)get_Value(COLUMNNAME_NotificationType); } /** Set Employees. - @param NumberEmployees - Number of employees - */ + @param NumberEmployees Number of employees + */ public void setNumberEmployees (int NumberEmployees) { set_ValueNoCheck (COLUMNNAME_NumberEmployees, Integer.valueOf(NumberEmployees)); @@ -2438,7 +2421,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Employees. @return Number of employees */ - public int getNumberEmployees () + public int getNumberEmployees() { Integer ii = (Integer)get_Value(COLUMNNAME_NumberEmployees); if (ii == null) @@ -2463,9 +2446,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Direct Deposit = T */ public static final String PAYMENTRULE_DirectDeposit = "T"; /** Set Payment Rule. - @param PaymentRule - How you pay the invoice - */ + @param PaymentRule How you pay the invoice + */ public void setPaymentRule (String PaymentRule) { @@ -2475,7 +2457,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Payment Rule. @return How you pay the invoice */ - public String getPaymentRule () + public String getPaymentRule() { return (String)get_Value(COLUMNNAME_PaymentRule); } @@ -2497,9 +2479,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Direct Deposit = T */ public static final String PAYMENTRULEPO_DirectDeposit = "T"; /** Set Payment Rule. - @param PaymentRulePO - Purchase payment option - */ + @param PaymentRulePO Purchase payment option + */ public void setPaymentRulePO (String PaymentRulePO) { @@ -2509,15 +2490,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Payment Rule. @return Purchase payment option */ - public String getPaymentRulePO () + public String getPaymentRulePO() { return (String)get_Value(COLUMNNAME_PaymentRulePO); } /** Set Phone. - @param Phone - Identifies a telephone number - */ + @param Phone Identifies a telephone number + */ public void setPhone (String Phone) { set_ValueNoCheck (COLUMNNAME_Phone, Phone); @@ -2526,15 +2506,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Phone. @return Identifies a telephone number */ - public String getPhone () + public String getPhone() { return (String)get_Value(COLUMNNAME_Phone); } /** Set 2nd Phone. - @param Phone2 - Identifies an alternate telephone number. - */ + @param Phone2 Identifies an alternate telephone number. + */ public void setPhone2 (String Phone2) { set_ValueNoCheck (COLUMNNAME_Phone2, Phone2); @@ -2543,7 +2522,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get 2nd Phone. @return Identifies an alternate telephone number. */ - public String getPhone2 () + public String getPhone2() { return (String)get_Value(COLUMNNAME_Phone2); } @@ -2555,21 +2534,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set PO Discount Schema. - @param PO_DiscountSchema_ID - Schema to calculate the purchase trade discount percentage - */ + @param PO_DiscountSchema_ID Schema to calculate the purchase trade discount percentage + */ public void setPO_DiscountSchema_ID (int PO_DiscountSchema_ID) { - if (PO_DiscountSchema_ID < 1) + if (PO_DiscountSchema_ID < 1) set_ValueNoCheck (COLUMNNAME_PO_DiscountSchema_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PO_DiscountSchema_ID, Integer.valueOf(PO_DiscountSchema_ID)); } /** Get PO Discount Schema. @return Schema to calculate the purchase trade discount percentage */ - public int getPO_DiscountSchema_ID () + public int getPO_DiscountSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PO_DiscountSchema_ID); if (ii == null) @@ -2584,21 +2562,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set PO Payment Term. - @param PO_PaymentTerm_ID - Payment rules for a purchase order - */ + @param PO_PaymentTerm_ID Payment rules for a purchase order + */ public void setPO_PaymentTerm_ID (int PO_PaymentTerm_ID) { - if (PO_PaymentTerm_ID < 1) + if (PO_PaymentTerm_ID < 1) set_ValueNoCheck (COLUMNNAME_PO_PaymentTerm_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PO_PaymentTerm_ID, Integer.valueOf(PO_PaymentTerm_ID)); } /** Get PO Payment Term. @return Payment rules for a purchase order */ - public int getPO_PaymentTerm_ID () + public int getPO_PaymentTerm_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PO_PaymentTerm_ID); if (ii == null) @@ -2613,21 +2590,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Purchase Pricelist. - @param PO_PriceList_ID - Price List used by this Business Partner - */ + @param PO_PriceList_ID Price List used by this Business Partner + */ public void setPO_PriceList_ID (int PO_PriceList_ID) { - if (PO_PriceList_ID < 1) + if (PO_PriceList_ID < 1) set_ValueNoCheck (COLUMNNAME_PO_PriceList_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PO_PriceList_ID, Integer.valueOf(PO_PriceList_ID)); } /** Get Purchase Pricelist. @return Price List used by this Business Partner */ - public int getPO_PriceList_ID () + public int getPO_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PO_PriceList_ID); if (ii == null) @@ -2636,9 +2612,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Order Reference. - @param POReference - Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner - */ + @param POReference Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner + */ public void setPOReference (String POReference) { set_ValueNoCheck (COLUMNNAME_POReference, POReference); @@ -2647,15 +2622,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Order Reference. @return Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner */ - public String getPOReference () + public String getPOReference() { return (String)get_Value(COLUMNNAME_POReference); } /** Set ZIP. - @param Postal - Postal code - */ + @param Postal Postal code + */ public void setPostal (String Postal) { set_ValueNoCheck (COLUMNNAME_Postal, Postal); @@ -2664,15 +2638,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get ZIP. @return Postal code */ - public String getPostal () + public String getPostal() { return (String)get_Value(COLUMNNAME_Postal); } /** Set Additional Zip. - @param Postal_Add - Additional ZIP or Postal code - */ + @param Postal_Add Additional ZIP or Postal code + */ public void setPostal_Add (String Postal_Add) { set_ValueNoCheck (COLUMNNAME_Postal_Add, Postal_Add); @@ -2681,15 +2654,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Additional Zip. @return Additional ZIP or Postal code */ - public String getPostal_Add () + public String getPostal_Add() { return (String)get_Value(COLUMNNAME_Postal_Add); } /** Set Potential Life Time Value. - @param PotentialLifeTimeValue - Total Revenue expected - */ + @param PotentialLifeTimeValue Total Revenue expected + */ public void setPotentialLifeTimeValue (BigDecimal PotentialLifeTimeValue) { set_ValueNoCheck (COLUMNNAME_PotentialLifeTimeValue, PotentialLifeTimeValue); @@ -2698,7 +2670,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Potential Life Time Value. @return Total Revenue expected */ - public BigDecimal getPotentialLifeTimeValue () + public BigDecimal getPotentialLifeTimeValue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PotentialLifeTimeValue); if (bd == null) @@ -2707,9 +2679,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Rating. - @param Rating - Classification or Importance - */ + @param Rating Classification or Importance + */ public void setRating (String Rating) { set_ValueNoCheck (COLUMNNAME_Rating, Rating); @@ -2718,32 +2689,30 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Rating. @return Classification or Importance */ - public String getRating () + public String getRating() { return (String)get_Value(COLUMNNAME_Rating); } /** Set Reference No. - @param ReferenceNo - Your customer or vendor number at the Business Partner's site - */ + @param ReferenceNo Your customer or vendor number at the Business Partner's site + */ public void setReferenceNo (String ReferenceNo) { set_ValueNoCheck (COLUMNNAME_ReferenceNo, ReferenceNo); } /** Get Reference No. - @return Your customer or vendor number at the Business Partner's site + @return Your customer or vendor number at the Business Partner's site */ - public String getReferenceNo () + public String getReferenceNo() { return (String)get_Value(COLUMNNAME_ReferenceNo); } /** Set Region. - @param RegionName - Name of the Region - */ + @param RegionName Name of the Region + */ public void setRegionName (String RegionName) { set_ValueNoCheck (COLUMNNAME_RegionName, RegionName); @@ -2752,7 +2721,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Region. @return Name of the Region */ - public String getRegionName () + public String getRegionName() { return (String)get_Value(COLUMNNAME_RegionName); } @@ -2764,21 +2733,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_ValueNoCheck (COLUMNNAME_SalesRep_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -2787,9 +2755,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Sales Volume in 1.000. - @param SalesVolume - Total Volume of Sales in Thousands of Currency - */ + @param SalesVolume Total Volume of Sales in Thousands of Currency + */ public void setSalesVolume (BigDecimal SalesVolume) { set_ValueNoCheck (COLUMNNAME_SalesVolume, SalesVolume); @@ -2798,7 +2765,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Sales Volume in 1.000. @return Total Volume of Sales in Thousands of Currency */ - public BigDecimal getSalesVolume () + public BigDecimal getSalesVolume() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SalesVolume); if (bd == null) @@ -2807,9 +2774,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Send EMail. - @param SendEMail - Enable sending Document EMail - */ + @param SendEMail Enable sending Document EMail + */ public void setSendEMail (boolean SendEMail) { set_ValueNoCheck (COLUMNNAME_SendEMail, Boolean.valueOf(SendEMail)); @@ -2818,7 +2784,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Send EMail. @return Enable sending Document EMail */ - public boolean isSendEMail () + public boolean isSendEMail() { Object oo = get_Value(COLUMNNAME_SendEMail); if (oo != null) @@ -2831,18 +2797,17 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Share. - @param ShareOfCustomer - Share of Customer's business as a percentage - */ + @param ShareOfCustomer Share of Customer's business as a percentage + */ public void setShareOfCustomer (int ShareOfCustomer) { set_ValueNoCheck (COLUMNNAME_ShareOfCustomer, Integer.valueOf(ShareOfCustomer)); } /** Get Share. - @return Share of Customer's business as a percentage + @return Share of Customer's business as a percentage */ - public int getShareOfCustomer () + public int getShareOfCustomer() { Integer ii = (Integer)get_Value(COLUMNNAME_ShareOfCustomer); if (ii == null) @@ -2851,9 +2816,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Min Shelf Life %. - @param ShelfLifeMinPct - Minimum Shelf Life in percent based on Product Instance Guarantee Date - */ + @param ShelfLifeMinPct Minimum Shelf Life in percent based on Product Instance Guarantee Date + */ public void setShelfLifeMinPct (int ShelfLifeMinPct) { set_ValueNoCheck (COLUMNNAME_ShelfLifeMinPct, Integer.valueOf(ShelfLifeMinPct)); @@ -2862,7 +2826,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Min Shelf Life %. @return Minimum Shelf Life in percent based on Product Instance Guarantee Date */ - public int getShelfLifeMinPct () + public int getShelfLifeMinPct() { Integer ii = (Integer)get_Value(COLUMNNAME_ShelfLifeMinPct); if (ii == null) @@ -2871,9 +2835,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Credit Available. - @param SO_CreditAvailable - Available Credit based on Credit Limit (not Total Open Balance) and Credit Used - */ + @param SO_CreditAvailable Available Credit based on Credit Limit (not Total Open Balance) and Credit Used + */ public void setSO_CreditAvailable (BigDecimal SO_CreditAvailable) { set_ValueNoCheck (COLUMNNAME_SO_CreditAvailable, SO_CreditAvailable); @@ -2882,7 +2845,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Credit Available. @return Available Credit based on Credit Limit (not Total Open Balance) and Credit Used */ - public BigDecimal getSO_CreditAvailable () + public BigDecimal getSO_CreditAvailable() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SO_CreditAvailable); if (bd == null) @@ -2891,9 +2854,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Credit Limit. - @param SO_CreditLimit - Total outstanding invoice amounts allowed - */ + @param SO_CreditLimit Total outstanding invoice amounts allowed + */ public void setSO_CreditLimit (BigDecimal SO_CreditLimit) { set_ValueNoCheck (COLUMNNAME_SO_CreditLimit, SO_CreditLimit); @@ -2902,7 +2864,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Credit Limit. @return Total outstanding invoice amounts allowed */ - public BigDecimal getSO_CreditLimit () + public BigDecimal getSO_CreditLimit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SO_CreditLimit); if (bd == null) @@ -2923,9 +2885,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** No Credit Check = X */ public static final String SOCREDITSTATUS_NoCreditCheck = "X"; /** Set Credit Status. - @param SOCreditStatus - Business Partner Credit Status - */ + @param SOCreditStatus Business Partner Credit Status + */ public void setSOCreditStatus (String SOCreditStatus) { @@ -2935,15 +2896,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Credit Status. @return Business Partner Credit Status */ - public String getSOCreditStatus () + public String getSOCreditStatus() { return (String)get_Value(COLUMNNAME_SOCreditStatus); } /** Set Credit Used. - @param SO_CreditUsed - Current open balance - */ + @param SO_CreditUsed Current open balance + */ public void setSO_CreditUsed (BigDecimal SO_CreditUsed) { set_ValueNoCheck (COLUMNNAME_SO_CreditUsed, SO_CreditUsed); @@ -2952,7 +2912,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Credit Used. @return Current open balance */ - public BigDecimal getSO_CreditUsed () + public BigDecimal getSO_CreditUsed() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SO_CreditUsed); if (bd == null) @@ -2961,9 +2921,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Order Description. - @param SO_Description - Description to be used on orders - */ + @param SO_Description Description to be used on orders + */ public void setSO_Description (String SO_Description) { set_ValueNoCheck (COLUMNNAME_SO_Description, SO_Description); @@ -2972,7 +2931,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Order Description. @return Description to be used on orders */ - public String getSO_Description () + public String getSO_Description() { return (String)get_Value(COLUMNNAME_SO_Description); } @@ -2984,21 +2943,20 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Supervisor. - @param Supervisor_ID - Supervisor for this user/organization - used for escalation and approval - */ + @param Supervisor_ID Supervisor for this user/organization - used for escalation and approval + */ public void setSupervisor_ID (int Supervisor_ID) { - if (Supervisor_ID < 1) + if (Supervisor_ID < 1) set_ValueNoCheck (COLUMNNAME_Supervisor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Supervisor_ID, Integer.valueOf(Supervisor_ID)); } /** Get Supervisor. @return Supervisor for this user/organization - used for escalation and approval */ - public int getSupervisor_ID () + public int getSupervisor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Supervisor_ID); if (ii == null) @@ -3007,9 +2965,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set Tax ID. - @param TaxID - Tax Identification - */ + @param TaxID Tax Identification + */ public void setTaxID (String TaxID) { set_ValueNoCheck (COLUMNNAME_TaxID, TaxID); @@ -3018,15 +2975,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Tax ID. @return Tax Identification */ - public String getTaxID () + public String getTaxID() { return (String)get_Value(COLUMNNAME_TaxID); } /** Set Title. - @param Title - Name this entity is referred to as - */ + @param Title Name this entity is referred to as + */ public void setTitle (String Title) { set_ValueNoCheck (COLUMNNAME_Title, Title); @@ -3035,15 +2991,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Title. @return Name this entity is referred to as */ - public String getTitle () + public String getTitle() { return (String)get_Value(COLUMNNAME_Title); } /** Set Open Balance. - @param TotalOpenBalance - Total Open Balance Amount in primary Accounting Currency - */ + @param TotalOpenBalance Total Open Balance Amount in primary Accounting Currency + */ public void setTotalOpenBalance (BigDecimal TotalOpenBalance) { set_ValueNoCheck (COLUMNNAME_TotalOpenBalance, TotalOpenBalance); @@ -3052,7 +3007,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Open Balance. @return Total Open Balance Amount in primary Accounting Currency */ - public BigDecimal getTotalOpenBalance () + public BigDecimal getTotalOpenBalance() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TotalOpenBalance); if (bd == null) @@ -3061,9 +3016,8 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Set URL. - @param URL - Full URL address - e.g. http://www.idempiere.org - */ + @param URL Full URL address - e.g. http://www.idempiere.org + */ public void setURL (String URL) { set_ValueNoCheck (COLUMNNAME_URL, URL); @@ -3072,15 +3026,14 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get URL. @return Full URL address - e.g. http://www.idempiere.org */ - public String getURL () + public String getURL() { return (String)get_Value(COLUMNNAME_URL); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_ValueNoCheck (COLUMNNAME_Value, Value); @@ -3089,7 +3042,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_RV_WarehousePrice.java b/org.adempiere.base/src/org/compiere/model/X_RV_WarehousePrice.java index 7f7ea36dbc..28e21b499b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_RV_WarehousePrice.java +++ b/org.adempiere.base/src/org/compiere/model/X_RV_WarehousePrice.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for RV_WarehousePrice * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="RV_WarehousePrice") public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Persistent { @@ -32,7 +32,7 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_RV_WarehousePrice (Properties ctx, int RV_WarehousePrice_ID, String trxName) @@ -85,21 +85,20 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_ValueNoCheck (COLUMNNAME_C_UOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -108,9 +107,8 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set Instance Attribute. - @param IsInstanceAttribute - The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date) - */ + @param IsInstanceAttribute The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date) + */ public void setIsInstanceAttribute (boolean IsInstanceAttribute) { set_ValueNoCheck (COLUMNNAME_IsInstanceAttribute, Boolean.valueOf(IsInstanceAttribute)); @@ -119,7 +117,7 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get Instance Attribute. @return The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date) */ - public boolean isInstanceAttribute () + public boolean isInstanceAttribute() { Object oo = get_Value(COLUMNNAME_IsInstanceAttribute); if (oo != null) @@ -132,9 +130,8 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set Margin %. - @param Margin - Margin for a product as a percentage - */ + @param Margin Margin for a product as a percentage + */ public void setMargin (BigDecimal Margin) { set_ValueNoCheck (COLUMNNAME_Margin, Margin); @@ -143,7 +140,7 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get Margin %. @return Margin for a product as a percentage */ - public BigDecimal getMargin () + public BigDecimal getMargin() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Margin); if (bd == null) @@ -158,21 +155,20 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set Price List Version. - @param M_PriceList_Version_ID - Identifies a unique instance of a Price List - */ + @param M_PriceList_Version_ID Identifies a unique instance of a Price List + */ public void setM_PriceList_Version_ID (int M_PriceList_Version_ID) { - if (M_PriceList_Version_ID < 1) + if (M_PriceList_Version_ID < 1) set_ValueNoCheck (COLUMNNAME_M_PriceList_Version_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_PriceList_Version_ID, Integer.valueOf(M_PriceList_Version_ID)); } /** Get Price List Version. @return Identifies a unique instance of a Price List */ - public int getM_PriceList_Version_ID () + public int getM_PriceList_Version_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_Version_ID); if (ii == null) @@ -187,21 +183,20 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -216,21 +211,20 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -239,9 +233,8 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_ValueNoCheck (COLUMNNAME_Name, Name); @@ -250,15 +243,14 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Limit Price. - @param PriceLimit - Lowest price for a product - */ + @param PriceLimit Lowest price for a product + */ public void setPriceLimit (BigDecimal PriceLimit) { set_ValueNoCheck (COLUMNNAME_PriceLimit, PriceLimit); @@ -267,7 +259,7 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get Limit Price. @return Lowest price for a product */ - public BigDecimal getPriceLimit () + public BigDecimal getPriceLimit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceLimit); if (bd == null) @@ -276,9 +268,8 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set List Price. - @param PriceList - List Price - */ + @param PriceList List Price + */ public void setPriceList (BigDecimal PriceList) { set_ValueNoCheck (COLUMNNAME_PriceList, PriceList); @@ -287,7 +278,7 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get List Price. @return List Price */ - public BigDecimal getPriceList () + public BigDecimal getPriceList() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceList); if (bd == null) @@ -296,9 +287,8 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set Standard Price. - @param PriceStd - Standard Price - */ + @param PriceStd Standard Price + */ public void setPriceStd (BigDecimal PriceStd) { set_ValueNoCheck (COLUMNNAME_PriceStd, PriceStd); @@ -307,7 +297,7 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get Standard Price. @return Standard Price */ - public BigDecimal getPriceStd () + public BigDecimal getPriceStd() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceStd); if (bd == null) @@ -316,9 +306,8 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set Available Quantity. - @param QtyAvailable - Available Quantity (On Hand - Reserved) - */ + @param QtyAvailable Available Quantity (On Hand - Reserved) + */ public void setQtyAvailable (BigDecimal QtyAvailable) { set_ValueNoCheck (COLUMNNAME_QtyAvailable, QtyAvailable); @@ -327,7 +316,7 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get Available Quantity. @return Available Quantity (On Hand - Reserved) */ - public BigDecimal getQtyAvailable () + public BigDecimal getQtyAvailable() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyAvailable); if (bd == null) @@ -336,9 +325,8 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set On Hand Quantity. - @param QtyOnHand - On Hand Quantity - */ + @param QtyOnHand On Hand Quantity + */ public void setQtyOnHand (BigDecimal QtyOnHand) { set_ValueNoCheck (COLUMNNAME_QtyOnHand, QtyOnHand); @@ -347,7 +335,7 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get On Hand Quantity. @return On Hand Quantity */ - public BigDecimal getQtyOnHand () + public BigDecimal getQtyOnHand() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOnHand); if (bd == null) @@ -356,9 +344,8 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set Ordered Quantity. - @param QtyOrdered - Ordered Quantity - */ + @param QtyOrdered Ordered Quantity + */ public void setQtyOrdered (BigDecimal QtyOrdered) { set_ValueNoCheck (COLUMNNAME_QtyOrdered, QtyOrdered); @@ -367,7 +354,7 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get Ordered Quantity. @return Ordered Quantity */ - public BigDecimal getQtyOrdered () + public BigDecimal getQtyOrdered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOrdered); if (bd == null) @@ -376,9 +363,8 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set Reserved Quantity. - @param QtyReserved - Reserved Quantity - */ + @param QtyReserved Reserved Quantity + */ public void setQtyReserved (BigDecimal QtyReserved) { set_ValueNoCheck (COLUMNNAME_QtyReserved, QtyReserved); @@ -387,7 +373,7 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get Reserved Quantity. @return Reserved Quantity */ - public BigDecimal getQtyReserved () + public BigDecimal getQtyReserved() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReserved); if (bd == null) @@ -396,9 +382,8 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe } /** Set SKU. - @param SKU - Stock Keeping Unit - */ + @param SKU Stock Keeping Unit + */ public void setSKU (String SKU) { set_ValueNoCheck (COLUMNNAME_SKU, SKU); @@ -407,15 +392,14 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get SKU. @return Stock Keeping Unit */ - public String getSKU () + public String getSKU() { return (String)get_Value(COLUMNNAME_SKU); } /** Set Symbol. - @param UOMSymbol - Symbol for a Unit of Measure - */ + @param UOMSymbol Symbol for a Unit of Measure + */ public void setUOMSymbol (String UOMSymbol) { set_ValueNoCheck (COLUMNNAME_UOMSymbol, UOMSymbol); @@ -424,15 +408,14 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get Symbol. @return Symbol for a Unit of Measure */ - public String getUOMSymbol () + public String getUOMSymbol() { return (String)get_Value(COLUMNNAME_UOMSymbol); } /** Set UPC/EAN. - @param UPC - Bar Code (Universal Product Code or its superset European Article Number) - */ + @param UPC Bar Code (Universal Product Code or its superset European Article Number) + */ public void setUPC (String UPC) { set_ValueNoCheck (COLUMNNAME_UPC, UPC); @@ -441,15 +424,14 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get UPC/EAN. @return Bar Code (Universal Product Code or its superset European Article Number) */ - public String getUPC () + public String getUPC() { return (String)get_Value(COLUMNNAME_UPC); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_ValueNoCheck (COLUMNNAME_Value, Value); @@ -458,15 +440,14 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Warehouse. - @param WarehouseName - Warehouse Name - */ + @param WarehouseName Warehouse Name + */ public void setWarehouseName (String WarehouseName) { set_ValueNoCheck (COLUMNNAME_WarehouseName, WarehouseName); @@ -475,7 +456,7 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe /** Get Warehouse. @return Warehouse Name */ - public String getWarehouseName () + public String getWarehouseName() { return (String)get_Value(COLUMNNAME_WarehouseName); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_Category.java b/org.adempiere.base/src/org/compiere/model/X_R_Category.java index 50f80183ca..a69dafc8b3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_Category.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_Category.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_Category * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_Category") public class X_R_Category extends PO implements I_R_Category, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_Category extends PO implements I_R_Category, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_Category (Properties ctx, int R_Category_ID, String trxName) @@ -73,9 +73,8 @@ public class X_R_Category extends PO implements I_R_Category, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -84,15 +83,14 @@ public class X_R_Category extends PO implements I_R_Category, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -101,7 +99,7 @@ public class X_R_Category extends PO implements I_R_Category, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -113,21 +111,20 @@ public class X_R_Category extends PO implements I_R_Category, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -136,9 +133,8 @@ public class X_R_Category extends PO implements I_R_Category, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -147,7 +143,7 @@ public class X_R_Category extends PO implements I_R_Category, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -161,21 +157,20 @@ public class X_R_Category extends PO implements I_R_Category, I_Persistent } /** Set Category. - @param R_Category_ID - Request Category - */ + @param R_Category_ID Request Category + */ public void setR_Category_ID (int R_Category_ID) { - if (R_Category_ID < 1) + if (R_Category_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Category_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Category_ID, Integer.valueOf(R_Category_ID)); } /** Get Category. @return Request Category */ - public int getR_Category_ID () + public int getR_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Category_ID); if (ii == null) @@ -184,7 +179,8 @@ public class X_R_Category extends PO implements I_R_Category, I_Persistent } /** Set R_Category_UU. - @param R_Category_UU R_Category_UU */ + @param R_Category_UU R_Category_UU + */ public void setR_Category_UU (String R_Category_UU) { set_Value (COLUMNNAME_R_Category_UU, R_Category_UU); @@ -192,7 +188,7 @@ public class X_R_Category extends PO implements I_R_Category, I_Persistent /** Get R_Category_UU. @return R_Category_UU */ - public String getR_Category_UU () + public String getR_Category_UU() { return (String)get_Value(COLUMNNAME_R_Category_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_CategoryUpdates.java b/org.adempiere.base/src/org/compiere/model/X_R_CategoryUpdates.java index c543005181..5d48fc6ae3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_CategoryUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_CategoryUpdates.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for R_CategoryUpdates * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_CategoryUpdates") public class X_R_CategoryUpdates extends PO implements I_R_CategoryUpdates, I_Persistent { @@ -30,7 +30,7 @@ public class X_R_CategoryUpdates extends PO implements I_R_CategoryUpdates, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_CategoryUpdates (Properties ctx, int R_CategoryUpdates_ID, String trxName) @@ -79,21 +79,20 @@ public class X_R_CategoryUpdates extends PO implements I_R_CategoryUpdates, I_Pe } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -102,9 +101,8 @@ public class X_R_CategoryUpdates extends PO implements I_R_CategoryUpdates, I_Pe } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -113,7 +111,7 @@ public class X_R_CategoryUpdates extends PO implements I_R_CategoryUpdates, I_Pe /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -132,21 +130,20 @@ public class X_R_CategoryUpdates extends PO implements I_R_CategoryUpdates, I_Pe } /** Set Category. - @param R_Category_ID - Request Category - */ + @param R_Category_ID Request Category + */ public void setR_Category_ID (int R_Category_ID) { - if (R_Category_ID < 1) + if (R_Category_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Category_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Category_ID, Integer.valueOf(R_Category_ID)); } /** Get Category. @return Request Category */ - public int getR_Category_ID () + public int getR_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Category_ID); if (ii == null) @@ -155,7 +152,8 @@ public class X_R_CategoryUpdates extends PO implements I_R_CategoryUpdates, I_Pe } /** Set R_CategoryUpdates_UU. - @param R_CategoryUpdates_UU R_CategoryUpdates_UU */ + @param R_CategoryUpdates_UU R_CategoryUpdates_UU + */ public void setR_CategoryUpdates_UU (String R_CategoryUpdates_UU) { set_Value (COLUMNNAME_R_CategoryUpdates_UU, R_CategoryUpdates_UU); @@ -163,7 +161,7 @@ public class X_R_CategoryUpdates extends PO implements I_R_CategoryUpdates, I_Pe /** Get R_CategoryUpdates_UU. @return R_CategoryUpdates_UU */ - public String getR_CategoryUpdates_UU () + public String getR_CategoryUpdates_UU() { return (String)get_Value(COLUMNNAME_R_CategoryUpdates_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_ContactInterest.java b/org.adempiere.base/src/org/compiere/model/X_R_ContactInterest.java index 8a4d76d420..dcc62fde28 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_ContactInterest.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_ContactInterest.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_ContactInterest * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_ContactInterest") public class X_R_ContactInterest extends PO implements I_R_ContactInterest, I_Persistent { @@ -32,7 +32,7 @@ public class X_R_ContactInterest extends PO implements I_R_ContactInterest, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_ContactInterest (Properties ctx, int R_ContactInterest_ID, String trxName) @@ -81,21 +81,20 @@ public class X_R_ContactInterest extends PO implements I_R_ContactInterest, I_Pe } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -112,9 +111,8 @@ public class X_R_ContactInterest extends PO implements I_R_ContactInterest, I_Pe } /** Set Opt-out Date. - @param OptOutDate - Date the contact opted out - */ + @param OptOutDate Date the contact opted out + */ public void setOptOutDate (Timestamp OptOutDate) { set_Value (COLUMNNAME_OptOutDate, OptOutDate); @@ -123,13 +121,14 @@ public class X_R_ContactInterest extends PO implements I_R_ContactInterest, I_Pe /** Get Opt-out Date. @return Date the contact opted out */ - public Timestamp getOptOutDate () + public Timestamp getOptOutDate() { return (Timestamp)get_Value(COLUMNNAME_OptOutDate); } /** Set R_ContactInterest_UU. - @param R_ContactInterest_UU R_ContactInterest_UU */ + @param R_ContactInterest_UU R_ContactInterest_UU + */ public void setR_ContactInterest_UU (String R_ContactInterest_UU) { set_Value (COLUMNNAME_R_ContactInterest_UU, R_ContactInterest_UU); @@ -137,7 +136,7 @@ public class X_R_ContactInterest extends PO implements I_R_ContactInterest, I_Pe /** Get R_ContactInterest_UU. @return R_ContactInterest_UU */ - public String getR_ContactInterest_UU () + public String getR_ContactInterest_UU() { return (String)get_Value(COLUMNNAME_R_ContactInterest_UU); } @@ -149,21 +148,20 @@ public class X_R_ContactInterest extends PO implements I_R_ContactInterest, I_Pe } /** Set Interest Area. - @param R_InterestArea_ID - Interest Area or Topic - */ + @param R_InterestArea_ID Interest Area or Topic + */ public void setR_InterestArea_ID (int R_InterestArea_ID) { - if (R_InterestArea_ID < 1) + if (R_InterestArea_ID < 1) set_ValueNoCheck (COLUMNNAME_R_InterestArea_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_InterestArea_ID, Integer.valueOf(R_InterestArea_ID)); } /** Get Interest Area. @return Interest Area or Topic */ - public int getR_InterestArea_ID () + public int getR_InterestArea_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_InterestArea_ID); if (ii == null) @@ -172,9 +170,8 @@ public class X_R_ContactInterest extends PO implements I_R_ContactInterest, I_Pe } /** Set Subscribe Date. - @param SubscribeDate - Date the contact actively subscribed - */ + @param SubscribeDate Date the contact actively subscribed + */ public void setSubscribeDate (Timestamp SubscribeDate) { set_Value (COLUMNNAME_SubscribeDate, SubscribeDate); @@ -183,7 +180,7 @@ public class X_R_ContactInterest extends PO implements I_R_ContactInterest, I_Pe /** Get Subscribe Date. @return Date the contact actively subscribed */ - public Timestamp getSubscribeDate () + public Timestamp getSubscribeDate() { return (Timestamp)get_Value(COLUMNNAME_SubscribeDate); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_Group.java b/org.adempiere.base/src/org/compiere/model/X_R_Group.java index 1085193454..21f5a67811 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_Group.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_Group.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_Group * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_Group") public class X_R_Group extends PO implements I_R_Group, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_Group extends PO implements I_R_Group, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_Group (Properties ctx, int R_Group_ID, String trxName) @@ -73,9 +73,8 @@ public class X_R_Group extends PO implements I_R_Group, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -84,15 +83,14 @@ public class X_R_Group extends PO implements I_R_Group, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -101,7 +99,7 @@ public class X_R_Group extends PO implements I_R_Group, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -113,21 +111,20 @@ public class X_R_Group extends PO implements I_R_Group, I_Persistent } /** Set Change Notice. - @param M_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version) - */ + @param M_ChangeNotice_ID Bill of Materials (Engineering) Change Notice (Version) + */ public void setM_ChangeNotice_ID (int M_ChangeNotice_ID) { - if (M_ChangeNotice_ID < 1) + if (M_ChangeNotice_ID < 1) set_Value (COLUMNNAME_M_ChangeNotice_ID, null); - else + else set_Value (COLUMNNAME_M_ChangeNotice_ID, Integer.valueOf(M_ChangeNotice_ID)); } /** Get Change Notice. @return Bill of Materials (Engineering) Change Notice (Version) */ - public int getM_ChangeNotice_ID () + public int getM_ChangeNotice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ChangeNotice_ID); if (ii == null) @@ -136,9 +133,8 @@ public class X_R_Group extends PO implements I_R_Group, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -147,7 +143,7 @@ public class X_R_Group extends PO implements I_R_Group, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -166,22 +162,21 @@ public class X_R_Group extends PO implements I_R_Group, I_Persistent .getPO(getPP_Product_BOM_ID(), get_TrxName()); } - /** Set BOM & Formula. - @param PP_Product_BOM_ID - BOM & Formula - */ + /** Set BOM & Formula. + @param PP_Product_BOM_ID BOM & Formula + */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID) { - if (PP_Product_BOM_ID < 1) + if (PP_Product_BOM_ID < 1) set_Value (COLUMNNAME_PP_Product_BOM_ID, null); - else + else set_Value (COLUMNNAME_PP_Product_BOM_ID, Integer.valueOf(PP_Product_BOM_ID)); } - /** Get BOM & Formula. - @return BOM & Formula + /** Get BOM & Formula. + @return BOM & Formula */ - public int getPP_Product_BOM_ID () + public int getPP_Product_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOM_ID); if (ii == null) @@ -190,21 +185,20 @@ public class X_R_Group extends PO implements I_R_Group, I_Persistent } /** Set Group. - @param R_Group_ID - Request Group - */ + @param R_Group_ID Request Group + */ public void setR_Group_ID (int R_Group_ID) { - if (R_Group_ID < 1) + if (R_Group_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Group_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Group_ID, Integer.valueOf(R_Group_ID)); } /** Get Group. @return Request Group */ - public int getR_Group_ID () + public int getR_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Group_ID); if (ii == null) @@ -213,7 +207,8 @@ public class X_R_Group extends PO implements I_R_Group, I_Persistent } /** Set R_Group_UU. - @param R_Group_UU R_Group_UU */ + @param R_Group_UU R_Group_UU + */ public void setR_Group_UU (String R_Group_UU) { set_Value (COLUMNNAME_R_Group_UU, R_Group_UU); @@ -221,7 +216,7 @@ public class X_R_Group extends PO implements I_R_Group, I_Persistent /** Get R_Group_UU. @return R_Group_UU */ - public String getR_Group_UU () + public String getR_Group_UU() { return (String)get_Value(COLUMNNAME_R_Group_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_GroupUpdates.java b/org.adempiere.base/src/org/compiere/model/X_R_GroupUpdates.java index 017e3ebe07..80d1523ac1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_GroupUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_GroupUpdates.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for R_GroupUpdates * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_GroupUpdates") public class X_R_GroupUpdates extends PO implements I_R_GroupUpdates, I_Persistent { @@ -30,7 +30,7 @@ public class X_R_GroupUpdates extends PO implements I_R_GroupUpdates, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_GroupUpdates (Properties ctx, int R_GroupUpdates_ID, String trxName) @@ -79,21 +79,20 @@ public class X_R_GroupUpdates extends PO implements I_R_GroupUpdates, I_Persiste } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -102,9 +101,8 @@ public class X_R_GroupUpdates extends PO implements I_R_GroupUpdates, I_Persiste } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -113,7 +111,7 @@ public class X_R_GroupUpdates extends PO implements I_R_GroupUpdates, I_Persiste /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -132,21 +130,20 @@ public class X_R_GroupUpdates extends PO implements I_R_GroupUpdates, I_Persiste } /** Set Group. - @param R_Group_ID - Request Group - */ + @param R_Group_ID Request Group + */ public void setR_Group_ID (int R_Group_ID) { - if (R_Group_ID < 1) + if (R_Group_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Group_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Group_ID, Integer.valueOf(R_Group_ID)); } /** Get Group. @return Request Group */ - public int getR_Group_ID () + public int getR_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Group_ID); if (ii == null) @@ -155,7 +152,8 @@ public class X_R_GroupUpdates extends PO implements I_R_GroupUpdates, I_Persiste } /** Set R_GroupUpdates_UU. - @param R_GroupUpdates_UU R_GroupUpdates_UU */ + @param R_GroupUpdates_UU R_GroupUpdates_UU + */ public void setR_GroupUpdates_UU (String R_GroupUpdates_UU) { set_Value (COLUMNNAME_R_GroupUpdates_UU, R_GroupUpdates_UU); @@ -163,7 +161,7 @@ public class X_R_GroupUpdates extends PO implements I_R_GroupUpdates, I_Persiste /** Get R_GroupUpdates_UU. @return R_GroupUpdates_UU */ - public String getR_GroupUpdates_UU () + public String getR_GroupUpdates_UU() { return (String)get_Value(COLUMNNAME_R_GroupUpdates_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_InterestArea.java b/org.adempiere.base/src/org/compiere/model/X_R_InterestArea.java index 263cc102a8..fa41130515 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_InterestArea.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_InterestArea.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_InterestArea * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_InterestArea") public class X_R_InterestArea extends PO implements I_R_InterestArea, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_InterestArea extends PO implements I_R_InterestArea, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_InterestArea (Properties ctx, int R_InterestArea_ID, String trxName) @@ -76,9 +76,8 @@ public class X_R_InterestArea extends PO implements I_R_InterestArea, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -87,15 +86,14 @@ public class X_R_InterestArea extends PO implements I_R_InterestArea, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -104,7 +102,7 @@ public class X_R_InterestArea extends PO implements I_R_InterestArea, I_Persiste /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -117,9 +115,8 @@ public class X_R_InterestArea extends PO implements I_R_InterestArea, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -128,7 +125,7 @@ public class X_R_InterestArea extends PO implements I_R_InterestArea, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -142,21 +139,20 @@ public class X_R_InterestArea extends PO implements I_R_InterestArea, I_Persiste } /** Set Interest Area. - @param R_InterestArea_ID - Interest Area or Topic - */ + @param R_InterestArea_ID Interest Area or Topic + */ public void setR_InterestArea_ID (int R_InterestArea_ID) { - if (R_InterestArea_ID < 1) + if (R_InterestArea_ID < 1) set_ValueNoCheck (COLUMNNAME_R_InterestArea_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_InterestArea_ID, Integer.valueOf(R_InterestArea_ID)); } /** Get Interest Area. @return Interest Area or Topic */ - public int getR_InterestArea_ID () + public int getR_InterestArea_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_InterestArea_ID); if (ii == null) @@ -165,7 +161,8 @@ public class X_R_InterestArea extends PO implements I_R_InterestArea, I_Persiste } /** Set R_InterestArea_UU. - @param R_InterestArea_UU R_InterestArea_UU */ + @param R_InterestArea_UU R_InterestArea_UU + */ public void setR_InterestArea_UU (String R_InterestArea_UU) { set_Value (COLUMNNAME_R_InterestArea_UU, R_InterestArea_UU); @@ -173,15 +170,14 @@ public class X_R_InterestArea extends PO implements I_R_InterestArea, I_Persiste /** Get R_InterestArea_UU. @return R_InterestArea_UU */ - public String getR_InterestArea_UU () + public String getR_InterestArea_UU() { return (String)get_Value(COLUMNNAME_R_InterestArea_UU); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -190,7 +186,7 @@ public class X_R_InterestArea extends PO implements I_R_InterestArea, I_Persiste /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_IssueKnown.java b/org.adempiere.base/src/org/compiere/model/X_R_IssueKnown.java index e90ff0522e..d8c9f2fbab 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_IssueKnown.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_IssueKnown.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_IssueKnown * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_IssueKnown") public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_IssueKnown (Properties ctx, int R_IssueKnown_ID, String trxName) @@ -74,9 +74,8 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,15 +84,14 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Issue Status. - @param IssueStatus - Current Status of the Issue - */ + @param IssueStatus Current Status of the Issue + */ public void setIssueStatus (String IssueStatus) { set_Value (COLUMNNAME_IssueStatus, IssueStatus); @@ -102,15 +100,14 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent /** Get Issue Status. @return Current Status of the Issue */ - public String getIssueStatus () + public String getIssueStatus() { return (String)get_Value(COLUMNNAME_IssueStatus); } /** Set Issue Summary. - @param IssueSummary - Issue Summary - */ + @param IssueSummary Issue Summary + */ public void setIssueSummary (String IssueSummary) { set_Value (COLUMNNAME_IssueSummary, IssueSummary); @@ -119,15 +116,14 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent /** Get Issue Summary. @return Issue Summary */ - public String getIssueSummary () + public String getIssueSummary() { return (String)get_Value(COLUMNNAME_IssueSummary); } /** Set Line. - @param LineNo - Line No - */ + @param LineNo Line No + */ public void setLineNo (int LineNo) { set_Value (COLUMNNAME_LineNo, Integer.valueOf(LineNo)); @@ -136,7 +132,7 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent /** Get Line. @return Line No */ - public int getLineNo () + public int getLineNo() { Integer ii = (Integer)get_Value(COLUMNNAME_LineNo); if (ii == null) @@ -145,9 +141,8 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent } /** Set Logger. - @param LoggerName - Logger Name - */ + @param LoggerName Logger Name + */ public void setLoggerName (String LoggerName) { set_Value (COLUMNNAME_LoggerName, LoggerName); @@ -156,13 +151,14 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent /** Get Logger. @return Logger Name */ - public String getLoggerName () + public String getLoggerName() { return (String)get_Value(COLUMNNAME_LoggerName); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -170,7 +166,7 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -183,9 +179,8 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent } /** Set Release No. - @param ReleaseNo - Internal Release Number - */ + @param ReleaseNo Internal Release Number + */ public void setReleaseNo (String ReleaseNo) { set_Value (COLUMNNAME_ReleaseNo, ReleaseNo); @@ -194,7 +189,7 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent /** Get Release No. @return Internal Release Number */ - public String getReleaseNo () + public String getReleaseNo() { return (String)get_Value(COLUMNNAME_ReleaseNo); } @@ -208,21 +203,20 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent } /** Set Known Issue. - @param R_IssueKnown_ID - Known Issue - */ + @param R_IssueKnown_ID Known Issue + */ public void setR_IssueKnown_ID (int R_IssueKnown_ID) { - if (R_IssueKnown_ID < 1) + if (R_IssueKnown_ID < 1) set_ValueNoCheck (COLUMNNAME_R_IssueKnown_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_IssueKnown_ID, Integer.valueOf(R_IssueKnown_ID)); } /** Get Known Issue. @return Known Issue */ - public int getR_IssueKnown_ID () + public int getR_IssueKnown_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_IssueKnown_ID); if (ii == null) @@ -231,7 +225,8 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent } /** Set R_IssueKnown_UU. - @param R_IssueKnown_UU R_IssueKnown_UU */ + @param R_IssueKnown_UU R_IssueKnown_UU + */ public void setR_IssueKnown_UU (String R_IssueKnown_UU) { set_Value (COLUMNNAME_R_IssueKnown_UU, R_IssueKnown_UU); @@ -239,7 +234,7 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent /** Get R_IssueKnown_UU. @return R_IssueKnown_UU */ - public String getR_IssueKnown_UU () + public String getR_IssueKnown_UU() { return (String)get_Value(COLUMNNAME_R_IssueKnown_UU); } @@ -251,21 +246,20 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent } /** Set Issue Recommendation. - @param R_IssueRecommendation_ID - Recommendations how to fix an Issue - */ + @param R_IssueRecommendation_ID Recommendations how to fix an Issue + */ public void setR_IssueRecommendation_ID (int R_IssueRecommendation_ID) { - if (R_IssueRecommendation_ID < 1) + if (R_IssueRecommendation_ID < 1) set_Value (COLUMNNAME_R_IssueRecommendation_ID, null); - else + else set_Value (COLUMNNAME_R_IssueRecommendation_ID, Integer.valueOf(R_IssueRecommendation_ID)); } /** Get Issue Recommendation. @return Recommendations how to fix an Issue */ - public int getR_IssueRecommendation_ID () + public int getR_IssueRecommendation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_IssueRecommendation_ID); if (ii == null) @@ -280,21 +274,20 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent } /** Set Issue Status. - @param R_IssueStatus_ID - Status of an Issue - */ + @param R_IssueStatus_ID Status of an Issue + */ public void setR_IssueStatus_ID (int R_IssueStatus_ID) { - if (R_IssueStatus_ID < 1) + if (R_IssueStatus_ID < 1) set_Value (COLUMNNAME_R_IssueStatus_ID, null); - else + else set_Value (COLUMNNAME_R_IssueStatus_ID, Integer.valueOf(R_IssueStatus_ID)); } /** Get Issue Status. @return Status of an Issue */ - public int getR_IssueStatus_ID () + public int getR_IssueStatus_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_IssueStatus_ID); if (ii == null) @@ -309,21 +302,20 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent } /** Set Request. - @param R_Request_ID - Request from a Business Partner or Prospect - */ + @param R_Request_ID Request from a Business Partner or Prospect + */ public void setR_Request_ID (int R_Request_ID) { - if (R_Request_ID < 1) + if (R_Request_ID < 1) set_Value (COLUMNNAME_R_Request_ID, null); - else + else set_Value (COLUMNNAME_R_Request_ID, Integer.valueOf(R_Request_ID)); } /** Get Request. @return Request from a Business Partner or Prospect */ - public int getR_Request_ID () + public int getR_Request_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Request_ID); if (ii == null) @@ -332,9 +324,8 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent } /** Set Source Class. - @param SourceClassName - Source Class Name - */ + @param SourceClassName Source Class Name + */ public void setSourceClassName (String SourceClassName) { set_Value (COLUMNNAME_SourceClassName, SourceClassName); @@ -343,15 +334,14 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent /** Get Source Class. @return Source Class Name */ - public String getSourceClassName () + public String getSourceClassName() { return (String)get_Value(COLUMNNAME_SourceClassName); } /** Set Source Method. - @param SourceMethodName - Source Method Name - */ + @param SourceMethodName Source Method Name + */ public void setSourceMethodName (String SourceMethodName) { set_Value (COLUMNNAME_SourceMethodName, SourceMethodName); @@ -360,7 +350,7 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent /** Get Source Method. @return Source Method Name */ - public String getSourceMethodName () + public String getSourceMethodName() { return (String)get_Value(COLUMNNAME_SourceMethodName); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_IssueProject.java b/org.adempiere.base/src/org/compiere/model/X_R_IssueProject.java index ce11cc704a..2f910d9948 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_IssueProject.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_IssueProject.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_IssueProject * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_IssueProject") public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_IssueProject (Properties ctx, int R_IssueProject_ID, String trxName) @@ -80,21 +80,20 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -109,21 +108,20 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -132,9 +130,8 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -143,15 +140,14 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -160,7 +156,7 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -174,9 +170,8 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste } /** Set Profile. - @param ProfileInfo - Information to help profiling the system for solving support issues - */ + @param ProfileInfo Information to help profiling the system for solving support issues + */ public void setProfileInfo (String ProfileInfo) { set_Value (COLUMNNAME_ProfileInfo, ProfileInfo); @@ -185,27 +180,26 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste /** Get Profile. @return Information to help profiling the system for solving support issues */ - public String getProfileInfo () + public String getProfileInfo() { return (String)get_Value(COLUMNNAME_ProfileInfo); } /** Set Issue Project. - @param R_IssueProject_ID - Implementation Projects - */ + @param R_IssueProject_ID Implementation Projects + */ public void setR_IssueProject_ID (int R_IssueProject_ID) { - if (R_IssueProject_ID < 1) + if (R_IssueProject_ID < 1) set_ValueNoCheck (COLUMNNAME_R_IssueProject_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_IssueProject_ID, Integer.valueOf(R_IssueProject_ID)); } /** Get Issue Project. @return Implementation Projects */ - public int getR_IssueProject_ID () + public int getR_IssueProject_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_IssueProject_ID); if (ii == null) @@ -214,7 +208,8 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste } /** Set R_IssueProject_UU. - @param R_IssueProject_UU R_IssueProject_UU */ + @param R_IssueProject_UU R_IssueProject_UU + */ public void setR_IssueProject_UU (String R_IssueProject_UU) { set_Value (COLUMNNAME_R_IssueProject_UU, R_IssueProject_UU); @@ -222,15 +217,14 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste /** Get R_IssueProject_UU. @return R_IssueProject_UU */ - public String getR_IssueProject_UU () + public String getR_IssueProject_UU() { return (String)get_Value(COLUMNNAME_R_IssueProject_UU); } /** Set Statistics. - @param StatisticsInfo - Information to help profiling the system for solving support issues - */ + @param StatisticsInfo Information to help profiling the system for solving support issues + */ public void setStatisticsInfo (String StatisticsInfo) { set_Value (COLUMNNAME_StatisticsInfo, StatisticsInfo); @@ -239,7 +233,7 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste /** Get Statistics. @return Information to help profiling the system for solving support issues */ - public String getStatisticsInfo () + public String getStatisticsInfo() { return (String)get_Value(COLUMNNAME_StatisticsInfo); } @@ -253,9 +247,8 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste /** Production = P */ public static final String SYSTEMSTATUS_Production = "P"; /** Set System Status. - @param SystemStatus - Status of the system - Support priority depends on system status - */ + @param SystemStatus Status of the system - Support priority depends on system status + */ public void setSystemStatus (String SystemStatus) { @@ -265,7 +258,7 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste /** Get System Status. @return Status of the system - Support priority depends on system status */ - public String getSystemStatus () + public String getSystemStatus() { return (String)get_Value(COLUMNNAME_SystemStatus); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_IssueRecommendation.java b/org.adempiere.base/src/org/compiere/model/X_R_IssueRecommendation.java index 52b6581201..46941d32c7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_IssueRecommendation.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_IssueRecommendation.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_IssueRecommendation * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_IssueRecommendation") public class X_R_IssueRecommendation extends PO implements I_R_IssueRecommendation, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_IssueRecommendation extends PO implements I_R_IssueRecommendati /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_IssueRecommendation (Properties ctx, int R_IssueRecommendation_ID, String trxName) @@ -73,9 +73,8 @@ public class X_R_IssueRecommendation extends PO implements I_R_IssueRecommendati } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -84,15 +83,14 @@ public class X_R_IssueRecommendation extends PO implements I_R_IssueRecommendati /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -101,15 +99,14 @@ public class X_R_IssueRecommendation extends PO implements I_R_IssueRecommendati /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -118,7 +115,7 @@ public class X_R_IssueRecommendation extends PO implements I_R_IssueRecommendati /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -132,21 +129,20 @@ public class X_R_IssueRecommendation extends PO implements I_R_IssueRecommendati } /** Set Issue Recommendation. - @param R_IssueRecommendation_ID - Recommendations how to fix an Issue - */ + @param R_IssueRecommendation_ID Recommendations how to fix an Issue + */ public void setR_IssueRecommendation_ID (int R_IssueRecommendation_ID) { - if (R_IssueRecommendation_ID < 1) + if (R_IssueRecommendation_ID < 1) set_ValueNoCheck (COLUMNNAME_R_IssueRecommendation_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_IssueRecommendation_ID, Integer.valueOf(R_IssueRecommendation_ID)); } /** Get Issue Recommendation. @return Recommendations how to fix an Issue */ - public int getR_IssueRecommendation_ID () + public int getR_IssueRecommendation_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_IssueRecommendation_ID); if (ii == null) @@ -155,7 +151,8 @@ public class X_R_IssueRecommendation extends PO implements I_R_IssueRecommendati } /** Set R_IssueRecommendation_UU. - @param R_IssueRecommendation_UU R_IssueRecommendation_UU */ + @param R_IssueRecommendation_UU R_IssueRecommendation_UU + */ public void setR_IssueRecommendation_UU (String R_IssueRecommendation_UU) { set_Value (COLUMNNAME_R_IssueRecommendation_UU, R_IssueRecommendation_UU); @@ -163,7 +160,7 @@ public class X_R_IssueRecommendation extends PO implements I_R_IssueRecommendati /** Get R_IssueRecommendation_UU. @return R_IssueRecommendation_UU */ - public String getR_IssueRecommendation_UU () + public String getR_IssueRecommendation_UU() { return (String)get_Value(COLUMNNAME_R_IssueRecommendation_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_IssueStatus.java b/org.adempiere.base/src/org/compiere/model/X_R_IssueStatus.java index 00698ed0f1..ff790e43fe 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_IssueStatus.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_IssueStatus.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_IssueStatus * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_IssueStatus") public class X_R_IssueStatus extends PO implements I_R_IssueStatus, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_IssueStatus extends PO implements I_R_IssueStatus, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_IssueStatus (Properties ctx, int R_IssueStatus_ID, String trxName) @@ -73,9 +73,8 @@ public class X_R_IssueStatus extends PO implements I_R_IssueStatus, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -84,15 +83,14 @@ public class X_R_IssueStatus extends PO implements I_R_IssueStatus, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -101,7 +99,7 @@ public class X_R_IssueStatus extends PO implements I_R_IssueStatus, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -115,21 +113,20 @@ public class X_R_IssueStatus extends PO implements I_R_IssueStatus, I_Persistent } /** Set Issue Status. - @param R_IssueStatus_ID - Status of an Issue - */ + @param R_IssueStatus_ID Status of an Issue + */ public void setR_IssueStatus_ID (int R_IssueStatus_ID) { - if (R_IssueStatus_ID < 1) + if (R_IssueStatus_ID < 1) set_ValueNoCheck (COLUMNNAME_R_IssueStatus_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_IssueStatus_ID, Integer.valueOf(R_IssueStatus_ID)); } /** Get Issue Status. @return Status of an Issue */ - public int getR_IssueStatus_ID () + public int getR_IssueStatus_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_IssueStatus_ID); if (ii == null) @@ -138,7 +135,8 @@ public class X_R_IssueStatus extends PO implements I_R_IssueStatus, I_Persistent } /** Set R_IssueStatus_UU. - @param R_IssueStatus_UU R_IssueStatus_UU */ + @param R_IssueStatus_UU R_IssueStatus_UU + */ public void setR_IssueStatus_UU (String R_IssueStatus_UU) { set_Value (COLUMNNAME_R_IssueStatus_UU, R_IssueStatus_UU); @@ -146,7 +144,7 @@ public class X_R_IssueStatus extends PO implements I_R_IssueStatus, I_Persistent /** Get R_IssueStatus_UU. @return R_IssueStatus_UU */ - public String getR_IssueStatus_UU () + public String getR_IssueStatus_UU() { return (String)get_Value(COLUMNNAME_R_IssueStatus_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_IssueSystem.java b/org.adempiere.base/src/org/compiere/model/X_R_IssueSystem.java index a327d7c21a..56f2058018 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_IssueSystem.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_IssueSystem.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_IssueSystem * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_IssueSystem") public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_IssueSystem (Properties ctx, int R_IssueSystem_ID, String trxName) @@ -80,21 +80,20 @@ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -103,9 +102,8 @@ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent } /** Set DB Address. - @param DBAddress - JDBC URL of the database server - */ + @param DBAddress JDBC URL of the database server + */ public void setDBAddress (String DBAddress) { set_ValueNoCheck (COLUMNNAME_DBAddress, DBAddress); @@ -114,7 +112,7 @@ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent /** Get DB Address. @return JDBC URL of the database server */ - public String getDBAddress () + public String getDBAddress() { return (String)get_Value(COLUMNNAME_DBAddress); } @@ -128,9 +126,8 @@ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent } /** Set Profile. - @param ProfileInfo - Information to help profiling the system for solving support issues - */ + @param ProfileInfo Information to help profiling the system for solving support issues + */ public void setProfileInfo (String ProfileInfo) { set_ValueNoCheck (COLUMNNAME_ProfileInfo, ProfileInfo); @@ -139,27 +136,26 @@ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent /** Get Profile. @return Information to help profiling the system for solving support issues */ - public String getProfileInfo () + public String getProfileInfo() { return (String)get_Value(COLUMNNAME_ProfileInfo); } /** Set Issue System. - @param R_IssueSystem_ID - System creating the issue - */ + @param R_IssueSystem_ID System creating the issue + */ public void setR_IssueSystem_ID (int R_IssueSystem_ID) { - if (R_IssueSystem_ID < 1) + if (R_IssueSystem_ID < 1) set_ValueNoCheck (COLUMNNAME_R_IssueSystem_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_IssueSystem_ID, Integer.valueOf(R_IssueSystem_ID)); } /** Get Issue System. @return System creating the issue */ - public int getR_IssueSystem_ID () + public int getR_IssueSystem_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_IssueSystem_ID); if (ii == null) @@ -168,7 +164,8 @@ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent } /** Set R_IssueSystem_UU. - @param R_IssueSystem_UU R_IssueSystem_UU */ + @param R_IssueSystem_UU R_IssueSystem_UU + */ public void setR_IssueSystem_UU (String R_IssueSystem_UU) { set_Value (COLUMNNAME_R_IssueSystem_UU, R_IssueSystem_UU); @@ -176,15 +173,14 @@ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent /** Get R_IssueSystem_UU. @return R_IssueSystem_UU */ - public String getR_IssueSystem_UU () + public String getR_IssueSystem_UU() { return (String)get_Value(COLUMNNAME_R_IssueSystem_UU); } /** Set Statistics. - @param StatisticsInfo - Information to help profiling the system for solving support issues - */ + @param StatisticsInfo Information to help profiling the system for solving support issues + */ public void setStatisticsInfo (String StatisticsInfo) { set_ValueNoCheck (COLUMNNAME_StatisticsInfo, StatisticsInfo); @@ -193,7 +189,7 @@ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent /** Get Statistics. @return Information to help profiling the system for solving support issues */ - public String getStatisticsInfo () + public String getStatisticsInfo() { return (String)get_Value(COLUMNNAME_StatisticsInfo); } @@ -207,9 +203,8 @@ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent /** Production = P */ public static final String SYSTEMSTATUS_Production = "P"; /** Set System Status. - @param SystemStatus - Status of the system - Support priority depends on system status - */ + @param SystemStatus Status of the system - Support priority depends on system status + */ public void setSystemStatus (String SystemStatus) { @@ -219,7 +214,7 @@ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent /** Get System Status. @return Status of the system - Support priority depends on system status */ - public String getSystemStatus () + public String getSystemStatus() { return (String)get_Value(COLUMNNAME_SystemStatus); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_IssueUser.java b/org.adempiere.base/src/org/compiere/model/X_R_IssueUser.java index 989e13b90e..5cf2a1eb4b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_IssueUser.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_IssueUser.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_IssueUser * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_IssueUser") public class X_R_IssueUser extends PO implements I_R_IssueUser, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_IssueUser extends PO implements I_R_IssueUser, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_IssueUser (Properties ctx, int R_IssueUser_ID, String trxName) @@ -79,21 +79,20 @@ public class X_R_IssueUser extends PO implements I_R_IssueUser, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -102,9 +101,8 @@ public class X_R_IssueUser extends PO implements I_R_IssueUser, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -113,27 +111,26 @@ public class X_R_IssueUser extends PO implements I_R_IssueUser, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set IssueUser. - @param R_IssueUser_ID - User who reported issues - */ + @param R_IssueUser_ID User who reported issues + */ public void setR_IssueUser_ID (int R_IssueUser_ID) { - if (R_IssueUser_ID < 1) + if (R_IssueUser_ID < 1) set_ValueNoCheck (COLUMNNAME_R_IssueUser_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_IssueUser_ID, Integer.valueOf(R_IssueUser_ID)); } /** Get IssueUser. @return User who reported issues */ - public int getR_IssueUser_ID () + public int getR_IssueUser_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_IssueUser_ID); if (ii == null) @@ -142,7 +139,8 @@ public class X_R_IssueUser extends PO implements I_R_IssueUser, I_Persistent } /** Set R_IssueUser_UU. - @param R_IssueUser_UU R_IssueUser_UU */ + @param R_IssueUser_UU R_IssueUser_UU + */ public void setR_IssueUser_UU (String R_IssueUser_UU) { set_Value (COLUMNNAME_R_IssueUser_UU, R_IssueUser_UU); @@ -150,13 +148,14 @@ public class X_R_IssueUser extends PO implements I_R_IssueUser, I_Persistent /** Get R_IssueUser_UU. @return R_IssueUser_UU */ - public String getR_IssueUser_UU () + public String getR_IssueUser_UU() { return (String)get_Value(COLUMNNAME_R_IssueUser_UU); } /** Set User Name. - @param UserName User Name */ + @param UserName User Name + */ public void setUserName (String UserName) { set_ValueNoCheck (COLUMNNAME_UserName, UserName); @@ -164,7 +163,7 @@ public class X_R_IssueUser extends PO implements I_R_IssueUser, I_Persistent /** Get User Name. @return User Name */ - public String getUserName () + public String getUserName() { return (String)get_Value(COLUMNNAME_UserName); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_MailText.java b/org.adempiere.base/src/org/compiere/model/X_R_MailText.java index a174782cab..461d46c7d4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_MailText.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_MailText.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_MailText * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_MailText") public class X_R_MailText extends PO implements I_R_MailText, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_MailText (Properties ctx, int R_MailText_ID, String trxName) @@ -75,9 +75,8 @@ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent } /** Set HTML. - @param IsHtml - Text has HTML tags - */ + @param IsHtml Text has HTML tags + */ public void setIsHtml (boolean IsHtml) { set_Value (COLUMNNAME_IsHtml, Boolean.valueOf(IsHtml)); @@ -86,7 +85,7 @@ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent /** Get HTML. @return Text has HTML tags */ - public boolean isHtml () + public boolean isHtml() { Object oo = get_Value(COLUMNNAME_IsHtml); if (oo != null) @@ -99,9 +98,8 @@ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent } /** Set Subject. - @param MailHeader - Mail Header (Subject) - */ + @param MailHeader Mail Header (Subject) + */ public void setMailHeader (String MailHeader) { set_Value (COLUMNNAME_MailHeader, MailHeader); @@ -110,15 +108,14 @@ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent /** Get Subject. @return Mail Header (Subject) */ - public String getMailHeader () + public String getMailHeader() { return (String)get_Value(COLUMNNAME_MailHeader); } /** Set Mail Text. - @param MailText - Text used for Mail message - */ + @param MailText Text used for Mail message + */ public void setMailText (String MailText) { set_Value (COLUMNNAME_MailText, MailText); @@ -127,15 +124,14 @@ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent /** Get Mail Text. @return Text used for Mail message */ - public String getMailText () + public String getMailText() { return (String)get_Value(COLUMNNAME_MailText); } /** Set Mail Text 2. - @param MailText2 - Optional second text part used for Mail message - */ + @param MailText2 Optional second text part used for Mail message + */ public void setMailText2 (String MailText2) { set_Value (COLUMNNAME_MailText2, MailText2); @@ -144,15 +140,14 @@ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent /** Get Mail Text 2. @return Optional second text part used for Mail message */ - public String getMailText2 () + public String getMailText2() { return (String)get_Value(COLUMNNAME_MailText2); } /** Set Mail Text 3. - @param MailText3 - Optional third text part used for Mail message - */ + @param MailText3 Optional third text part used for Mail message + */ public void setMailText3 (String MailText3) { set_Value (COLUMNNAME_MailText3, MailText3); @@ -161,15 +156,14 @@ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent /** Get Mail Text 3. @return Optional third text part used for Mail message */ - public String getMailText3 () + public String getMailText3() { return (String)get_Value(COLUMNNAME_MailText3); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -178,7 +172,7 @@ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -192,21 +186,20 @@ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent } /** Set Mail Template. - @param R_MailText_ID - Text templates for mailings - */ + @param R_MailText_ID Text templates for mailings + */ public void setR_MailText_ID (int R_MailText_ID) { - if (R_MailText_ID < 1) + if (R_MailText_ID < 1) set_ValueNoCheck (COLUMNNAME_R_MailText_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_MailText_ID, Integer.valueOf(R_MailText_ID)); } /** Get Mail Template. @return Text templates for mailings */ - public int getR_MailText_ID () + public int getR_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_MailText_ID); if (ii == null) @@ -215,7 +208,8 @@ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent } /** Set R_MailText_UU. - @param R_MailText_UU R_MailText_UU */ + @param R_MailText_UU R_MailText_UU + */ public void setR_MailText_UU (String R_MailText_UU) { set_Value (COLUMNNAME_R_MailText_UU, R_MailText_UU); @@ -223,7 +217,7 @@ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent /** Get R_MailText_UU. @return R_MailText_UU */ - public String getR_MailText_UU () + public String getR_MailText_UU() { return (String)get_Value(COLUMNNAME_R_MailText_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_Request.java b/org.adempiere.base/src/org/compiere/model/X_R_Request.java index 3f95b55c24..1c5cf218ef 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_Request.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_Request.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_Request * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_Request") public class X_R_Request extends PO implements I_R_Request, I_Persistent { @@ -34,7 +34,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_Request (Properties ctx, int R_Request_ID, String trxName) @@ -98,21 +98,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -127,21 +126,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -156,21 +154,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Table_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -185,21 +182,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -214,21 +210,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -242,22 +237,21 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -272,21 +266,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -301,21 +294,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -330,21 +322,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Request Invoice. - @param C_InvoiceRequest_ID - The generated invoice for this request - */ + @param C_InvoiceRequest_ID The generated invoice for this request + */ public void setC_InvoiceRequest_ID (int C_InvoiceRequest_ID) { - if (C_InvoiceRequest_ID < 1) + if (C_InvoiceRequest_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceRequest_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceRequest_ID, Integer.valueOf(C_InvoiceRequest_ID)); } /** Get Request Invoice. @return The generated invoice for this request */ - public int getC_InvoiceRequest_ID () + public int getC_InvoiceRequest_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceRequest_ID); if (ii == null) @@ -353,9 +344,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Close Date. - @param CloseDate - Close Date - */ + @param CloseDate Close Date + */ public void setCloseDate (Timestamp CloseDate) { set_Value (COLUMNNAME_CloseDate, CloseDate); @@ -364,7 +354,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Close Date. @return Close Date */ - public Timestamp getCloseDate () + public Timestamp getCloseDate() { return (Timestamp)get_Value(COLUMNNAME_CloseDate); } @@ -380,9 +370,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Private Information = P */ public static final String CONFIDENTIALTYPE_PrivateInformation = "P"; /** Set Confidentiality. - @param ConfidentialType - Type of Confidentiality - */ + @param ConfidentialType Type of Confidentiality + */ public void setConfidentialType (String ConfidentialType) { @@ -392,7 +381,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Confidentiality. @return Type of Confidentiality */ - public String getConfidentialType () + public String getConfidentialType() { return (String)get_Value(COLUMNNAME_ConfidentialType); } @@ -408,9 +397,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Private Information = P */ public static final String CONFIDENTIALTYPEENTRY_PrivateInformation = "P"; /** Set Entry Confidentiality. - @param ConfidentialTypeEntry - Confidentiality of the individual entry - */ + @param ConfidentialTypeEntry Confidentiality of the individual entry + */ public void setConfidentialTypeEntry (String ConfidentialTypeEntry) { @@ -420,7 +408,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Entry Confidentiality. @return Confidentiality of the individual entry */ - public String getConfidentialTypeEntry () + public String getConfidentialTypeEntry() { return (String)get_Value(COLUMNNAME_ConfidentialTypeEntry); } @@ -432,21 +420,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_Value (COLUMNNAME_C_Order_ID, null); - else + else set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -461,21 +448,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -490,21 +476,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -513,9 +498,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Complete Plan. - @param DateCompletePlan - Planned Completion Date - */ + @param DateCompletePlan Planned Completion Date + */ public void setDateCompletePlan (Timestamp DateCompletePlan) { set_Value (COLUMNNAME_DateCompletePlan, DateCompletePlan); @@ -524,15 +508,14 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Complete Plan. @return Planned Completion Date */ - public Timestamp getDateCompletePlan () + public Timestamp getDateCompletePlan() { return (Timestamp)get_Value(COLUMNNAME_DateCompletePlan); } /** Set Date last action. - @param DateLastAction - Date this request was last acted on - */ + @param DateLastAction Date this request was last acted on + */ public void setDateLastAction (Timestamp DateLastAction) { set_ValueNoCheck (COLUMNNAME_DateLastAction, DateLastAction); @@ -541,15 +524,14 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Date last action. @return Date this request was last acted on */ - public Timestamp getDateLastAction () + public Timestamp getDateLastAction() { return (Timestamp)get_Value(COLUMNNAME_DateLastAction); } /** Set Last Alert. - @param DateLastAlert - Date when last alert were sent - */ + @param DateLastAlert Date when last alert were sent + */ public void setDateLastAlert (Timestamp DateLastAlert) { set_Value (COLUMNNAME_DateLastAlert, DateLastAlert); @@ -558,15 +540,14 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Last Alert. @return Date when last alert were sent */ - public Timestamp getDateLastAlert () + public Timestamp getDateLastAlert() { return (Timestamp)get_Value(COLUMNNAME_DateLastAlert); } /** Set Date next action. - @param DateNextAction - Date that this request should be acted on - */ + @param DateNextAction Date that this request should be acted on + */ public void setDateNextAction (Timestamp DateNextAction) { set_Value (COLUMNNAME_DateNextAction, DateNextAction); @@ -575,15 +556,14 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Date next action. @return Date that this request should be acted on */ - public Timestamp getDateNextAction () + public Timestamp getDateNextAction() { return (Timestamp)get_Value(COLUMNNAME_DateNextAction); } /** Set Start Plan. - @param DateStartPlan - Planned Start Date - */ + @param DateStartPlan Planned Start Date + */ public void setDateStartPlan (Timestamp DateStartPlan) { set_Value (COLUMNNAME_DateStartPlan, DateStartPlan); @@ -592,15 +572,14 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Start Plan. @return Planned Start Date */ - public Timestamp getDateStartPlan () + public Timestamp getDateStartPlan() { return (Timestamp)get_Value(COLUMNNAME_DateStartPlan); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -609,7 +588,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -631,9 +610,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Scheduled = 7 */ public static final String DUETYPE_Scheduled = "7"; /** Set Due type. - @param DueType - Status of the next action for this Request - */ + @param DueType Status of the next action for this Request + */ public void setDueType (String DueType) { @@ -643,15 +621,14 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Due type. @return Status of the next action for this Request */ - public String getDueType () + public String getDueType() { return (String)get_Value(COLUMNNAME_DueType); } /** Set End Time. - @param EndTime - End of the time span - */ + @param EndTime End of the time span + */ public void setEndTime (Timestamp EndTime) { set_Value (COLUMNNAME_EndTime, EndTime); @@ -660,15 +637,14 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get End Time. @return End of the time span */ - public Timestamp getEndTime () + public Timestamp getEndTime() { return (Timestamp)get_Value(COLUMNNAME_EndTime); } /** Set Escalated. - @param IsEscalated - This request has been escalated - */ + @param IsEscalated This request has been escalated + */ public void setIsEscalated (boolean IsEscalated) { set_Value (COLUMNNAME_IsEscalated, Boolean.valueOf(IsEscalated)); @@ -677,7 +653,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Escalated. @return This request has been escalated */ - public boolean isEscalated () + public boolean isEscalated() { Object oo = get_Value(COLUMNNAME_IsEscalated); if (oo != null) @@ -690,9 +666,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Invoiced. - @param IsInvoiced - Is this invoiced? - */ + @param IsInvoiced Is this invoiced? + */ public void setIsInvoiced (boolean IsInvoiced) { set_Value (COLUMNNAME_IsInvoiced, Boolean.valueOf(IsInvoiced)); @@ -701,7 +676,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Invoiced. @return Is this invoiced? */ - public boolean isInvoiced () + public boolean isInvoiced() { Object oo = get_Value(COLUMNNAME_IsInvoiced); if (oo != null) @@ -714,9 +689,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_ValueNoCheck (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -725,7 +699,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -738,9 +712,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Last Result. - @param LastResult - Result of last contact - */ + @param LastResult Result of last contact + */ public void setLastResult (String LastResult) { set_Value (COLUMNNAME_LastResult, LastResult); @@ -749,7 +722,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Last Result. @return Result of last contact */ - public String getLastResult () + public String getLastResult() { return (String)get_Value(COLUMNNAME_LastResult); } @@ -761,21 +734,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Change Request. - @param M_ChangeRequest_ID - BOM (Engineering) Change Request - */ + @param M_ChangeRequest_ID BOM (Engineering) Change Request + */ public void setM_ChangeRequest_ID (int M_ChangeRequest_ID) { - if (M_ChangeRequest_ID < 1) + if (M_ChangeRequest_ID < 1) set_Value (COLUMNNAME_M_ChangeRequest_ID, null); - else + else set_Value (COLUMNNAME_M_ChangeRequest_ID, Integer.valueOf(M_ChangeRequest_ID)); } /** Get Change Request. @return BOM (Engineering) Change Request */ - public int getM_ChangeRequest_ID () + public int getM_ChangeRequest_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ChangeRequest_ID); if (ii == null) @@ -790,21 +762,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Fixed in. - @param M_FixChangeNotice_ID - Fixed in Change Notice - */ + @param M_FixChangeNotice_ID Fixed in Change Notice + */ public void setM_FixChangeNotice_ID (int M_FixChangeNotice_ID) { - if (M_FixChangeNotice_ID < 1) + if (M_FixChangeNotice_ID < 1) set_Value (COLUMNNAME_M_FixChangeNotice_ID, null); - else + else set_Value (COLUMNNAME_M_FixChangeNotice_ID, Integer.valueOf(M_FixChangeNotice_ID)); } /** Get Fixed in. @return Fixed in Change Notice */ - public int getM_FixChangeNotice_ID () + public int getM_FixChangeNotice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_FixChangeNotice_ID); if (ii == null) @@ -819,21 +790,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Shipment/Receipt. - @param M_InOut_ID - Material Shipment Document - */ + @param M_InOut_ID Material Shipment Document + */ public void setM_InOut_ID (int M_InOut_ID) { - if (M_InOut_ID < 1) + if (M_InOut_ID < 1) set_Value (COLUMNNAME_M_InOut_ID, null); - else + else set_Value (COLUMNNAME_M_InOut_ID, Integer.valueOf(M_InOut_ID)); } /** Get Shipment/Receipt. @return Material Shipment Document */ - public int getM_InOut_ID () + public int getM_InOut_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOut_ID); if (ii == null) @@ -848,21 +818,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -877,21 +846,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Product Used. - @param M_ProductSpent_ID - Product/Resource/Service used in Request - */ + @param M_ProductSpent_ID Product/Resource/Service used in Request + */ public void setM_ProductSpent_ID (int M_ProductSpent_ID) { - if (M_ProductSpent_ID < 1) + if (M_ProductSpent_ID < 1) set_Value (COLUMNNAME_M_ProductSpent_ID, null); - else + else set_Value (COLUMNNAME_M_ProductSpent_ID, Integer.valueOf(M_ProductSpent_ID)); } /** Get Product Used. @return Product/Resource/Service used in Request */ - public int getM_ProductSpent_ID () + public int getM_ProductSpent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductSpent_ID); if (ii == null) @@ -906,21 +874,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set RMA. - @param M_RMA_ID - Return Material Authorization - */ + @param M_RMA_ID Return Material Authorization + */ public void setM_RMA_ID (int M_RMA_ID) { - if (M_RMA_ID < 1) + if (M_RMA_ID < 1) set_Value (COLUMNNAME_M_RMA_ID, null); - else + else set_Value (COLUMNNAME_M_RMA_ID, Integer.valueOf(M_RMA_ID)); } /** Get RMA. @return Return Material Authorization */ - public int getM_RMA_ID () + public int getM_RMA_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RMA_ID); if (ii == null) @@ -935,9 +902,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** None = N */ public static final String NEXTACTION_None = "N"; /** Set Next action. - @param NextAction - Next Action to be taken - */ + @param NextAction Next Action to be taken + */ public void setNextAction (String NextAction) { @@ -947,7 +913,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Next action. @return Next Action to be taken */ - public String getNextAction () + public String getNextAction() { return (String)get_Value(COLUMNNAME_NextAction); } @@ -965,9 +931,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Minor = 9 */ public static final String PRIORITY_Minor = "9"; /** Set Priority. - @param Priority - Indicates if this request is of a high, medium or low priority. - */ + @param Priority Indicates if this request is of a high, medium or low priority. + */ public void setPriority (String Priority) { @@ -977,7 +942,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Priority. @return Indicates if this request is of a high, medium or low priority. */ - public String getPriority () + public String getPriority() { return (String)get_Value(COLUMNNAME_Priority); } @@ -995,9 +960,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Minor = 9 */ public static final String PRIORITYUSER_Minor = "9"; /** Set User Importance. - @param PriorityUser - Priority of the issue for the User - */ + @param PriorityUser Priority of the issue for the User + */ public void setPriorityUser (String PriorityUser) { @@ -1007,15 +971,14 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get User Importance. @return Priority of the issue for the User */ - public String getPriorityUser () + public String getPriorityUser() { return (String)get_Value(COLUMNNAME_PriorityUser); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1024,7 +987,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1037,9 +1000,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Quantity Invoiced. - @param QtyInvoiced - Invoiced Quantity - */ + @param QtyInvoiced Invoiced Quantity + */ public void setQtyInvoiced (BigDecimal QtyInvoiced) { set_Value (COLUMNNAME_QtyInvoiced, QtyInvoiced); @@ -1048,7 +1010,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Quantity Invoiced. @return Invoiced Quantity */ - public BigDecimal getQtyInvoiced () + public BigDecimal getQtyInvoiced() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyInvoiced); if (bd == null) @@ -1057,9 +1019,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Quantity Plan. - @param QtyPlan - Planned Quantity - */ + @param QtyPlan Planned Quantity + */ public void setQtyPlan (BigDecimal QtyPlan) { set_Value (COLUMNNAME_QtyPlan, QtyPlan); @@ -1068,7 +1029,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Quantity Plan. @return Planned Quantity */ - public BigDecimal getQtyPlan () + public BigDecimal getQtyPlan() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyPlan); if (bd == null) @@ -1077,9 +1038,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Quantity Used. - @param QtySpent - Quantity used for this event - */ + @param QtySpent Quantity used for this event + */ public void setQtySpent (BigDecimal QtySpent) { set_Value (COLUMNNAME_QtySpent, QtySpent); @@ -1088,7 +1048,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Quantity Used. @return Quantity used for this event */ - public BigDecimal getQtySpent () + public BigDecimal getQtySpent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtySpent); if (bd == null) @@ -1103,21 +1063,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Category. - @param R_Category_ID - Request Category - */ + @param R_Category_ID Request Category + */ public void setR_Category_ID (int R_Category_ID) { - if (R_Category_ID < 1) + if (R_Category_ID < 1) set_Value (COLUMNNAME_R_Category_ID, null); - else + else set_Value (COLUMNNAME_R_Category_ID, Integer.valueOf(R_Category_ID)); } /** Get Category. @return Request Category */ - public int getR_Category_ID () + public int getR_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Category_ID); if (ii == null) @@ -1126,21 +1085,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -1149,9 +1107,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Request Amount. - @param RequestAmt - Amount associated with this request - */ + @param RequestAmt Amount associated with this request + */ public void setRequestAmt (BigDecimal RequestAmt) { set_Value (COLUMNNAME_RequestAmt, RequestAmt); @@ -1160,7 +1117,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Request Amount. @return Amount associated with this request */ - public BigDecimal getRequestAmt () + public BigDecimal getRequestAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_RequestAmt); if (bd == null) @@ -1169,9 +1126,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Result. - @param Result - Result of the action taken - */ + @param Result Result of the action taken + */ public void setResult (String Result) { set_Value (COLUMNNAME_Result, Result); @@ -1180,7 +1136,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Result. @return Result of the action taken */ - public String getResult () + public String getResult() { return (String)get_Value(COLUMNNAME_Result); } @@ -1192,21 +1148,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Group. - @param R_Group_ID - Request Group - */ + @param R_Group_ID Request Group + */ public void setR_Group_ID (int R_Group_ID) { - if (R_Group_ID < 1) + if (R_Group_ID < 1) set_Value (COLUMNNAME_R_Group_ID, null); - else + else set_Value (COLUMNNAME_R_Group_ID, Integer.valueOf(R_Group_ID)); } /** Get Group. @return Request Group */ - public int getR_Group_ID () + public int getR_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Group_ID); if (ii == null) @@ -1221,21 +1176,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Mail Template. - @param R_MailText_ID - Text templates for mailings - */ + @param R_MailText_ID Text templates for mailings + */ public void setR_MailText_ID (int R_MailText_ID) { - if (R_MailText_ID < 1) + if (R_MailText_ID < 1) set_Value (COLUMNNAME_R_MailText_ID, null); - else + else set_Value (COLUMNNAME_R_MailText_ID, Integer.valueOf(R_MailText_ID)); } /** Get Mail Template. @return Text templates for mailings */ - public int getR_MailText_ID () + public int getR_MailText_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_MailText_ID); if (ii == null) @@ -1244,21 +1198,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Request. - @param R_Request_ID - Request from a Business Partner or Prospect - */ + @param R_Request_ID Request from a Business Partner or Prospect + */ public void setR_Request_ID (int R_Request_ID) { - if (R_Request_ID < 1) + if (R_Request_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Request_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Request_ID, Integer.valueOf(R_Request_ID)); } /** Get Request. @return Request from a Business Partner or Prospect */ - public int getR_Request_ID () + public int getR_Request_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Request_ID); if (ii == null) @@ -1273,21 +1226,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Related Request. - @param R_RequestRelated_ID - Related Request (Master Issue, ..) - */ + @param R_RequestRelated_ID Related Request (Master Issue, ..) + */ public void setR_RequestRelated_ID (int R_RequestRelated_ID) { - if (R_RequestRelated_ID < 1) + if (R_RequestRelated_ID < 1) set_Value (COLUMNNAME_R_RequestRelated_ID, null); - else + else set_Value (COLUMNNAME_R_RequestRelated_ID, Integer.valueOf(R_RequestRelated_ID)); } /** Get Related Request. @return Related Request (Master Issue, ..) */ - public int getR_RequestRelated_ID () + public int getR_RequestRelated_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestRelated_ID); if (ii == null) @@ -1302,21 +1254,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Request Type. - @param R_RequestType_ID - Type of request (e.g. Inquiry, Complaint, ..) - */ + @param R_RequestType_ID Type of request (e.g. Inquiry, Complaint, ..) + */ public void setR_RequestType_ID (int R_RequestType_ID) { - if (R_RequestType_ID < 1) + if (R_RequestType_ID < 1) set_Value (COLUMNNAME_R_RequestType_ID, null); - else + else set_Value (COLUMNNAME_R_RequestType_ID, Integer.valueOf(R_RequestType_ID)); } /** Get Request Type. @return Type of request (e.g. Inquiry, Complaint, ..) */ - public int getR_RequestType_ID () + public int getR_RequestType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestType_ID); if (ii == null) @@ -1325,7 +1276,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set R_Request_UU. - @param R_Request_UU R_Request_UU */ + @param R_Request_UU R_Request_UU + */ public void setR_Request_UU (String R_Request_UU) { set_Value (COLUMNNAME_R_Request_UU, R_Request_UU); @@ -1333,7 +1285,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get R_Request_UU. @return R_Request_UU */ - public String getR_Request_UU () + public String getR_Request_UU() { return (String)get_Value(COLUMNNAME_R_Request_UU); } @@ -1345,21 +1297,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Resolution. - @param R_Resolution_ID - Request Resolution - */ + @param R_Resolution_ID Request Resolution + */ public void setR_Resolution_ID (int R_Resolution_ID) { - if (R_Resolution_ID < 1) + if (R_Resolution_ID < 1) set_Value (COLUMNNAME_R_Resolution_ID, null); - else + else set_Value (COLUMNNAME_R_Resolution_ID, Integer.valueOf(R_Resolution_ID)); } /** Get Resolution. @return Request Resolution */ - public int getR_Resolution_ID () + public int getR_Resolution_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Resolution_ID); if (ii == null) @@ -1374,21 +1325,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Standard Response. - @param R_StandardResponse_ID - Request Standard Response - */ + @param R_StandardResponse_ID Request Standard Response + */ public void setR_StandardResponse_ID (int R_StandardResponse_ID) { - if (R_StandardResponse_ID < 1) + if (R_StandardResponse_ID < 1) set_Value (COLUMNNAME_R_StandardResponse_ID, null); - else + else set_Value (COLUMNNAME_R_StandardResponse_ID, Integer.valueOf(R_StandardResponse_ID)); } /** Get Standard Response. @return Request Standard Response */ - public int getR_StandardResponse_ID () + public int getR_StandardResponse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_StandardResponse_ID); if (ii == null) @@ -1403,21 +1353,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Status. - @param R_Status_ID - Request Status - */ + @param R_Status_ID Request Status + */ public void setR_Status_ID (int R_Status_ID) { - if (R_Status_ID < 1) + if (R_Status_ID < 1) set_Value (COLUMNNAME_R_Status_ID, null); - else + else set_Value (COLUMNNAME_R_Status_ID, Integer.valueOf(R_Status_ID)); } /** Get Status. @return Request Status */ - public int getR_Status_ID () + public int getR_Status_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Status_ID); if (ii == null) @@ -1432,21 +1381,20 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -1455,9 +1403,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent } /** Set Start Date. - @param StartDate - First effective day (inclusive) - */ + @param StartDate First effective day (inclusive) + */ public void setStartDate (Timestamp StartDate) { set_Value (COLUMNNAME_StartDate, StartDate); @@ -1466,15 +1413,14 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Start Date. @return First effective day (inclusive) */ - public Timestamp getStartDate () + public Timestamp getStartDate() { return (Timestamp)get_Value(COLUMNNAME_StartDate); } /** Set Start Time. - @param StartTime - Time started - */ + @param StartTime Time started + */ public void setStartTime (Timestamp StartTime) { set_Value (COLUMNNAME_StartTime, StartTime); @@ -1483,15 +1429,14 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Start Time. @return Time started */ - public Timestamp getStartTime () + public Timestamp getStartTime() { return (Timestamp)get_Value(COLUMNNAME_StartTime); } /** Set Summary. - @param Summary - Textual summary of this request - */ + @param Summary Textual summary of this request + */ public void setSummary (String Summary) { set_Value (COLUMNNAME_Summary, Summary); @@ -1500,7 +1445,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Summary. @return Textual summary of this request */ - public String getSummary () + public String getSummary() { return (String)get_Value(COLUMNNAME_Summary); } @@ -1526,9 +1471,8 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** 100% Complete = D */ public static final String TASKSTATUS_100Complete = "D"; /** Set Task Status. - @param TaskStatus - Status of the Task - */ + @param TaskStatus Status of the Task + */ public void setTaskStatus (String TaskStatus) { @@ -1538,7 +1482,7 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent /** Get Task Status. @return Status of the Task */ - public String getTaskStatus () + public String getTaskStatus() { return (String)get_Value(COLUMNNAME_TaskStatus); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestAction.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestAction.java index ec457f9992..721f7bda38 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestAction.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestAction.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for R_RequestAction * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_RequestAction") public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persistent { @@ -33,7 +33,7 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_RequestAction (Properties ctx, int R_RequestAction_ID, String trxName) @@ -81,21 +81,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -139,21 +137,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -168,21 +165,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Activity_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -196,22 +192,21 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -226,21 +221,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -259,9 +253,8 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Private Information = P */ public static final String CONFIDENTIALTYPE_PrivateInformation = "P"; /** Set Confidentiality. - @param ConfidentialType - Type of Confidentiality - */ + @param ConfidentialType Type of Confidentiality + */ public void setConfidentialType (String ConfidentialType) { @@ -271,7 +264,7 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Confidentiality. @return Type of Confidentiality */ - public String getConfidentialType () + public String getConfidentialType() { return (String)get_Value(COLUMNNAME_ConfidentialType); } @@ -283,21 +276,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -312,21 +304,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Payment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -341,21 +332,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Project_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -364,9 +354,8 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Complete Plan. - @param DateCompletePlan - Planned Completion Date - */ + @param DateCompletePlan Planned Completion Date + */ public void setDateCompletePlan (Timestamp DateCompletePlan) { set_Value (COLUMNNAME_DateCompletePlan, DateCompletePlan); @@ -375,15 +364,14 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Complete Plan. @return Planned Completion Date */ - public Timestamp getDateCompletePlan () + public Timestamp getDateCompletePlan() { return (Timestamp)get_Value(COLUMNNAME_DateCompletePlan); } /** Set Date next action. - @param DateNextAction - Date that this request should be acted on - */ + @param DateNextAction Date that this request should be acted on + */ public void setDateNextAction (Timestamp DateNextAction) { set_ValueNoCheck (COLUMNNAME_DateNextAction, DateNextAction); @@ -392,15 +380,14 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Date next action. @return Date that this request should be acted on */ - public Timestamp getDateNextAction () + public Timestamp getDateNextAction() { return (Timestamp)get_Value(COLUMNNAME_DateNextAction); } /** Set Start Plan. - @param DateStartPlan - Planned Start Date - */ + @param DateStartPlan Planned Start Date + */ public void setDateStartPlan (Timestamp DateStartPlan) { set_Value (COLUMNNAME_DateStartPlan, DateStartPlan); @@ -409,15 +396,14 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Start Plan. @return Planned Start Date */ - public Timestamp getDateStartPlan () + public Timestamp getDateStartPlan() { return (Timestamp)get_Value(COLUMNNAME_DateStartPlan); } /** Set End Date. - @param EndDate - Last effective date (inclusive) - */ + @param EndDate Last effective date (inclusive) + */ public void setEndDate (Timestamp EndDate) { set_Value (COLUMNNAME_EndDate, EndDate); @@ -426,7 +412,7 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get End Date. @return Last effective date (inclusive) */ - public Timestamp getEndDate () + public Timestamp getEndDate() { return (Timestamp)get_Value(COLUMNNAME_EndDate); } @@ -438,9 +424,8 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Yes = Y */ public static final String ISESCALATED_Yes = "Y"; /** Set Escalated. - @param IsEscalated - This request has been escalated - */ + @param IsEscalated This request has been escalated + */ public void setIsEscalated (String IsEscalated) { @@ -450,15 +435,14 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Escalated. @return This request has been escalated */ - public String getIsEscalated () + public String getIsEscalated() { return (String)get_Value(COLUMNNAME_IsEscalated); } /** Set Invoiced. - @param IsInvoiced - Is this invoiced? - */ + @param IsInvoiced Is this invoiced? + */ public void setIsInvoiced (boolean IsInvoiced) { set_ValueNoCheck (COLUMNNAME_IsInvoiced, Boolean.valueOf(IsInvoiced)); @@ -467,7 +451,7 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Invoiced. @return Is this invoiced? */ - public boolean isInvoiced () + public boolean isInvoiced() { Object oo = get_Value(COLUMNNAME_IsInvoiced); if (oo != null) @@ -486,9 +470,8 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Yes = Y */ public static final String ISSELFSERVICE_Yes = "Y"; /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (String IsSelfService) { @@ -498,7 +481,7 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public String getIsSelfService () + public String getIsSelfService() { return (String)get_Value(COLUMNNAME_IsSelfService); } @@ -510,21 +493,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Shipment/Receipt. - @param M_InOut_ID - Material Shipment Document - */ + @param M_InOut_ID Material Shipment Document + */ public void setM_InOut_ID (int M_InOut_ID) { - if (M_InOut_ID < 1) + if (M_InOut_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOut_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_InOut_ID, Integer.valueOf(M_InOut_ID)); } /** Get Shipment/Receipt. @return Material Shipment Document */ - public int getM_InOut_ID () + public int getM_InOut_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOut_ID); if (ii == null) @@ -539,21 +521,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -568,21 +549,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Product Used. - @param M_ProductSpent_ID - Product/Resource/Service used in Request - */ + @param M_ProductSpent_ID Product/Resource/Service used in Request + */ public void setM_ProductSpent_ID (int M_ProductSpent_ID) { - if (M_ProductSpent_ID < 1) + if (M_ProductSpent_ID < 1) set_Value (COLUMNNAME_M_ProductSpent_ID, null); - else + else set_Value (COLUMNNAME_M_ProductSpent_ID, Integer.valueOf(M_ProductSpent_ID)); } /** Get Product Used. @return Product/Resource/Service used in Request */ - public int getM_ProductSpent_ID () + public int getM_ProductSpent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductSpent_ID); if (ii == null) @@ -597,21 +577,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set RMA. - @param M_RMA_ID - Return Material Authorization - */ + @param M_RMA_ID Return Material Authorization + */ public void setM_RMA_ID (int M_RMA_ID) { - if (M_RMA_ID < 1) + if (M_RMA_ID < 1) set_ValueNoCheck (COLUMNNAME_M_RMA_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_RMA_ID, Integer.valueOf(M_RMA_ID)); } /** Get RMA. @return Return Material Authorization */ - public int getM_RMA_ID () + public int getM_RMA_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RMA_ID); if (ii == null) @@ -620,9 +599,8 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Null Columns. - @param NullColumns - Columns with NULL value - */ + @param NullColumns Columns with NULL value + */ public void setNullColumns (String NullColumns) { set_ValueNoCheck (COLUMNNAME_NullColumns, NullColumns); @@ -631,7 +609,7 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Null Columns. @return Columns with NULL value */ - public String getNullColumns () + public String getNullColumns() { return (String)get_Value(COLUMNNAME_NullColumns); } @@ -649,9 +627,8 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Minor = 9 */ public static final String PRIORITY_Minor = "9"; /** Set Priority. - @param Priority - Indicates if this request is of a high, medium or low priority. - */ + @param Priority Indicates if this request is of a high, medium or low priority. + */ public void setPriority (String Priority) { @@ -661,7 +638,7 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Priority. @return Indicates if this request is of a high, medium or low priority. */ - public String getPriority () + public String getPriority() { return (String)get_Value(COLUMNNAME_Priority); } @@ -679,9 +656,8 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Minor = 9 */ public static final String PRIORITYUSER_Minor = "9"; /** Set User Importance. - @param PriorityUser - Priority of the issue for the User - */ + @param PriorityUser Priority of the issue for the User + */ public void setPriorityUser (String PriorityUser) { @@ -691,15 +667,14 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get User Importance. @return Priority of the issue for the User */ - public String getPriorityUser () + public String getPriorityUser() { return (String)get_Value(COLUMNNAME_PriorityUser); } /** Set Quantity Invoiced. - @param QtyInvoiced - Invoiced Quantity - */ + @param QtyInvoiced Invoiced Quantity + */ public void setQtyInvoiced (BigDecimal QtyInvoiced) { set_Value (COLUMNNAME_QtyInvoiced, QtyInvoiced); @@ -708,7 +683,7 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Quantity Invoiced. @return Invoiced Quantity */ - public BigDecimal getQtyInvoiced () + public BigDecimal getQtyInvoiced() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyInvoiced); if (bd == null) @@ -717,9 +692,8 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Quantity Plan. - @param QtyPlan - Planned Quantity - */ + @param QtyPlan Planned Quantity + */ public void setQtyPlan (BigDecimal QtyPlan) { set_Value (COLUMNNAME_QtyPlan, QtyPlan); @@ -728,7 +702,7 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Quantity Plan. @return Planned Quantity */ - public BigDecimal getQtyPlan () + public BigDecimal getQtyPlan() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyPlan); if (bd == null) @@ -737,9 +711,8 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Quantity Used. - @param QtySpent - Quantity used for this event - */ + @param QtySpent Quantity used for this event + */ public void setQtySpent (BigDecimal QtySpent) { set_Value (COLUMNNAME_QtySpent, QtySpent); @@ -748,7 +721,7 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Quantity Used. @return Quantity used for this event */ - public BigDecimal getQtySpent () + public BigDecimal getQtySpent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtySpent); if (bd == null) @@ -763,21 +736,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Category. - @param R_Category_ID - Request Category - */ + @param R_Category_ID Request Category + */ public void setR_Category_ID (int R_Category_ID) { - if (R_Category_ID < 1) + if (R_Category_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Category_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Category_ID, Integer.valueOf(R_Category_ID)); } /** Get Category. @return Request Category */ - public int getR_Category_ID () + public int getR_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Category_ID); if (ii == null) @@ -792,21 +764,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Group. - @param R_Group_ID - Request Group - */ + @param R_Group_ID Request Group + */ public void setR_Group_ID (int R_Group_ID) { - if (R_Group_ID < 1) + if (R_Group_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Group_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Group_ID, Integer.valueOf(R_Group_ID)); } /** Get Group. @return Request Group */ - public int getR_Group_ID () + public int getR_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Group_ID); if (ii == null) @@ -815,21 +786,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Request History. - @param R_RequestAction_ID - Request has been changed - */ + @param R_RequestAction_ID Request has been changed + */ public void setR_RequestAction_ID (int R_RequestAction_ID) { - if (R_RequestAction_ID < 1) + if (R_RequestAction_ID < 1) set_ValueNoCheck (COLUMNNAME_R_RequestAction_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_RequestAction_ID, Integer.valueOf(R_RequestAction_ID)); } /** Get Request History. @return Request has been changed */ - public int getR_RequestAction_ID () + public int getR_RequestAction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestAction_ID); if (ii == null) @@ -838,7 +808,8 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set R_RequestAction_UU. - @param R_RequestAction_UU R_RequestAction_UU */ + @param R_RequestAction_UU R_RequestAction_UU + */ public void setR_RequestAction_UU (String R_RequestAction_UU) { set_Value (COLUMNNAME_R_RequestAction_UU, R_RequestAction_UU); @@ -846,7 +817,7 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get R_RequestAction_UU. @return R_RequestAction_UU */ - public String getR_RequestAction_UU () + public String getR_RequestAction_UU() { return (String)get_Value(COLUMNNAME_R_RequestAction_UU); } @@ -858,21 +829,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Request. - @param R_Request_ID - Request from a Business Partner or Prospect - */ + @param R_Request_ID Request from a Business Partner or Prospect + */ public void setR_Request_ID (int R_Request_ID) { - if (R_Request_ID < 1) + if (R_Request_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Request_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Request_ID, Integer.valueOf(R_Request_ID)); } /** Get Request. @return Request from a Business Partner or Prospect */ - public int getR_Request_ID () + public int getR_Request_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Request_ID); if (ii == null) @@ -887,21 +857,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Request Type. - @param R_RequestType_ID - Type of request (e.g. Inquiry, Complaint, ..) - */ + @param R_RequestType_ID Type of request (e.g. Inquiry, Complaint, ..) + */ public void setR_RequestType_ID (int R_RequestType_ID) { - if (R_RequestType_ID < 1) + if (R_RequestType_ID < 1) set_ValueNoCheck (COLUMNNAME_R_RequestType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_RequestType_ID, Integer.valueOf(R_RequestType_ID)); } /** Get Request Type. @return Type of request (e.g. Inquiry, Complaint, ..) */ - public int getR_RequestType_ID () + public int getR_RequestType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestType_ID); if (ii == null) @@ -916,21 +885,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Resolution. - @param R_Resolution_ID - Request Resolution - */ + @param R_Resolution_ID Request Resolution + */ public void setR_Resolution_ID (int R_Resolution_ID) { - if (R_Resolution_ID < 1) + if (R_Resolution_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Resolution_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Resolution_ID, Integer.valueOf(R_Resolution_ID)); } /** Get Resolution. @return Request Resolution */ - public int getR_Resolution_ID () + public int getR_Resolution_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Resolution_ID); if (ii == null) @@ -945,21 +913,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Status. - @param R_Status_ID - Request Status - */ + @param R_Status_ID Request Status + */ public void setR_Status_ID (int R_Status_ID) { - if (R_Status_ID < 1) + if (R_Status_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Status_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Status_ID, Integer.valueOf(R_Status_ID)); } /** Get Status. @return Request Status */ - public int getR_Status_ID () + public int getR_Status_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Status_ID); if (ii == null) @@ -974,21 +941,20 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_ValueNoCheck (COLUMNNAME_SalesRep_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -997,9 +963,8 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis } /** Set Start Date. - @param StartDate - First effective day (inclusive) - */ + @param StartDate First effective day (inclusive) + */ public void setStartDate (Timestamp StartDate) { set_Value (COLUMNNAME_StartDate, StartDate); @@ -1008,15 +973,14 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Start Date. @return First effective day (inclusive) */ - public Timestamp getStartDate () + public Timestamp getStartDate() { return (Timestamp)get_Value(COLUMNNAME_StartDate); } /** Set Summary. - @param Summary - Textual summary of this request - */ + @param Summary Textual summary of this request + */ public void setSummary (String Summary) { set_ValueNoCheck (COLUMNNAME_Summary, Summary); @@ -1025,7 +989,7 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Summary. @return Textual summary of this request */ - public String getSummary () + public String getSummary() { return (String)get_Value(COLUMNNAME_Summary); } @@ -1051,9 +1015,8 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** 100% Complete = D */ public static final String TASKSTATUS_100Complete = "D"; /** Set Task Status. - @param TaskStatus - Status of the Task - */ + @param TaskStatus Status of the Task + */ public void setTaskStatus (String TaskStatus) { @@ -1063,7 +1026,7 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis /** Get Task Status. @return Status of the Task */ - public String getTaskStatus () + public String getTaskStatus() { return (String)get_Value(COLUMNNAME_TaskStatus); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor.java index eddbaa2f10..9bbc1d3438 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_RequestProcessor * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_RequestProcessor") public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_Persistent { @@ -32,7 +32,7 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_RequestProcessor (Properties ctx, int R_RequestProcessor_ID, String trxName) @@ -92,18 +92,19 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ } /** Set Schedule. - @param AD_Schedule_ID Schedule */ + @param AD_Schedule_ID Schedule + */ public void setAD_Schedule_ID (int AD_Schedule_ID) { - if (AD_Schedule_ID < 1) + if (AD_Schedule_ID < 1) set_Value (COLUMNNAME_AD_Schedule_ID, null); - else + else set_Value (COLUMNNAME_AD_Schedule_ID, Integer.valueOf(AD_Schedule_ID)); } /** Get Schedule. @return Schedule */ - public int getAD_Schedule_ID () + public int getAD_Schedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Schedule_ID); if (ii == null) @@ -112,9 +113,8 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ } /** Set Date last run. - @param DateLastRun - Date the process was last run. - */ + @param DateLastRun Date the process was last run. + */ public void setDateLastRun (Timestamp DateLastRun) { set_Value (COLUMNNAME_DateLastRun, DateLastRun); @@ -123,15 +123,14 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ /** Get Date last run. @return Date the process was last run. */ - public Timestamp getDateLastRun () + public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Date next run. - @param DateNextRun - Date the process will run next - */ + @param DateNextRun Date the process will run next + */ public void setDateNextRun (Timestamp DateNextRun) { set_Value (COLUMNNAME_DateNextRun, DateNextRun); @@ -140,15 +139,14 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ /** Get Date next run. @return Date the process will run next */ - public Timestamp getDateNextRun () + public Timestamp getDateNextRun() { return (Timestamp)get_Value(COLUMNNAME_DateNextRun); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -157,15 +155,14 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Inactivity Alert Days. - @param InactivityAlertDays - Send Alert when there is no activity after days (0= no alert) - */ + @param InactivityAlertDays Send Alert when there is no activity after days (0= no alert) + */ public void setInactivityAlertDays (int InactivityAlertDays) { set_Value (COLUMNNAME_InactivityAlertDays, Integer.valueOf(InactivityAlertDays)); @@ -174,7 +171,7 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ /** Get Inactivity Alert Days. @return Send Alert when there is no activity after days (0= no alert) */ - public int getInactivityAlertDays () + public int getInactivityAlertDays() { Integer ii = (Integer)get_Value(COLUMNNAME_InactivityAlertDays); if (ii == null) @@ -183,9 +180,8 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ } /** Set Days to keep Log. - @param KeepLogDays - Number of days to keep the log entries - */ + @param KeepLogDays Number of days to keep the log entries + */ public void setKeepLogDays (int KeepLogDays) { set_Value (COLUMNNAME_KeepLogDays, Integer.valueOf(KeepLogDays)); @@ -194,7 +190,7 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ /** Get Days to keep Log. @return Number of days to keep the log entries */ - public int getKeepLogDays () + public int getKeepLogDays() { Integer ii = (Integer)get_Value(COLUMNNAME_KeepLogDays); if (ii == null) @@ -203,9 +199,8 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -214,7 +209,7 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -228,9 +223,8 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ } /** Set Alert after Days Due. - @param OverdueAlertDays - Send email alert after number of days due (0=no alerts) - */ + @param OverdueAlertDays Send email alert after number of days due (0=no alerts) + */ public void setOverdueAlertDays (int OverdueAlertDays) { set_Value (COLUMNNAME_OverdueAlertDays, Integer.valueOf(OverdueAlertDays)); @@ -239,7 +233,7 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ /** Get Alert after Days Due. @return Send email alert after number of days due (0=no alerts) */ - public int getOverdueAlertDays () + public int getOverdueAlertDays() { Integer ii = (Integer)get_Value(COLUMNNAME_OverdueAlertDays); if (ii == null) @@ -248,9 +242,8 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ } /** Set Escalate after Days Due. - @param OverdueAssignDays - Escalation to superior after number of due days (0 = no) - */ + @param OverdueAssignDays Escalation to superior after number of due days (0 = no) + */ public void setOverdueAssignDays (int OverdueAssignDays) { set_Value (COLUMNNAME_OverdueAssignDays, Integer.valueOf(OverdueAssignDays)); @@ -259,7 +252,7 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ /** Get Escalate after Days Due. @return Escalation to superior after number of due days (0 = no) */ - public int getOverdueAssignDays () + public int getOverdueAssignDays() { Integer ii = (Integer)get_Value(COLUMNNAME_OverdueAssignDays); if (ii == null) @@ -268,7 +261,8 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -276,7 +270,7 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -289,9 +283,8 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ } /** Set Reminder Days. - @param RemindDays - Days between sending Reminder Emails for a due or inactive Document - */ + @param RemindDays Days between sending Reminder Emails for a due or inactive Document + */ public void setRemindDays (int RemindDays) { set_Value (COLUMNNAME_RemindDays, Integer.valueOf(RemindDays)); @@ -300,7 +293,7 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ /** Get Reminder Days. @return Days between sending Reminder Emails for a due or inactive Document */ - public int getRemindDays () + public int getRemindDays() { Integer ii = (Integer)get_Value(COLUMNNAME_RemindDays); if (ii == null) @@ -309,21 +302,20 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ } /** Set Request Processor. - @param R_RequestProcessor_ID - Processor for Requests - */ + @param R_RequestProcessor_ID Processor for Requests + */ public void setR_RequestProcessor_ID (int R_RequestProcessor_ID) { - if (R_RequestProcessor_ID < 1) + if (R_RequestProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_R_RequestProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_RequestProcessor_ID, Integer.valueOf(R_RequestProcessor_ID)); } /** Get Request Processor. @return Processor for Requests */ - public int getR_RequestProcessor_ID () + public int getR_RequestProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestProcessor_ID); if (ii == null) @@ -332,7 +324,8 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ } /** Set R_RequestProcessor_UU. - @param R_RequestProcessor_UU R_RequestProcessor_UU */ + @param R_RequestProcessor_UU R_RequestProcessor_UU + */ public void setR_RequestProcessor_UU (String R_RequestProcessor_UU) { set_Value (COLUMNNAME_R_RequestProcessor_UU, R_RequestProcessor_UU); @@ -340,7 +333,7 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ /** Get R_RequestProcessor_UU. @return R_RequestProcessor_UU */ - public String getR_RequestProcessor_UU () + public String getR_RequestProcessor_UU() { return (String)get_Value(COLUMNNAME_R_RequestProcessor_UU); } @@ -352,21 +345,20 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ } /** Set Request Type. - @param R_RequestType_ID - Type of request (e.g. Inquiry, Complaint, ..) - */ + @param R_RequestType_ID Type of request (e.g. Inquiry, Complaint, ..) + */ public void setR_RequestType_ID (int R_RequestType_ID) { - if (R_RequestType_ID < 1) + if (R_RequestType_ID < 1) set_Value (COLUMNNAME_R_RequestType_ID, null); - else + else set_Value (COLUMNNAME_R_RequestType_ID, Integer.valueOf(R_RequestType_ID)); } /** Get Request Type. @return Type of request (e.g. Inquiry, Complaint, ..) */ - public int getR_RequestType_ID () + public int getR_RequestType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestType_ID); if (ii == null) @@ -381,21 +373,20 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ } /** Set Supervisor. - @param Supervisor_ID - Supervisor for this user/organization - used for escalation and approval - */ + @param Supervisor_ID Supervisor for this user/organization - used for escalation and approval + */ public void setSupervisor_ID (int Supervisor_ID) { - if (Supervisor_ID < 1) + if (Supervisor_ID < 1) set_Value (COLUMNNAME_Supervisor_ID, null); - else + else set_Value (COLUMNNAME_Supervisor_ID, Integer.valueOf(Supervisor_ID)); } /** Get Supervisor. @return Supervisor for this user/organization - used for escalation and approval */ - public int getSupervisor_ID () + public int getSupervisor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Supervisor_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessorLog.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessorLog.java index ab509513b3..2e63a61097 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessorLog.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for R_RequestProcessorLog * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_RequestProcessorLog") public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorLog, I_Persistent { @@ -30,7 +30,7 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_RequestProcessorLog (Properties ctx, int R_RequestProcessorLog_ID, String trxName) @@ -73,9 +73,8 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL } /** Set Binary Data. - @param BinaryData - Binary Data - */ + @param BinaryData Binary Data + */ public void setBinaryData (byte[] BinaryData) { set_Value (COLUMNNAME_BinaryData, BinaryData); @@ -84,15 +83,14 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL /** Get Binary Data. @return Binary Data */ - public byte[] getBinaryData () + public byte[] getBinaryData() { return (byte[])get_Value(COLUMNNAME_BinaryData); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -101,15 +99,14 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Error. - @param IsError - An Error occurred in the execution - */ + @param IsError An Error occurred in the execution + */ public void setIsError (boolean IsError) { set_Value (COLUMNNAME_IsError, Boolean.valueOf(IsError)); @@ -118,7 +115,7 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL /** Get Error. @return An Error occurred in the execution */ - public boolean isError () + public boolean isError() { Object oo = get_Value(COLUMNNAME_IsError); if (oo != null) @@ -131,9 +128,8 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL } /** Set Reference. - @param Reference - Reference for this record - */ + @param Reference Reference for this record + */ public void setReference (String Reference) { set_Value (COLUMNNAME_Reference, Reference); @@ -142,7 +138,7 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL /** Get Reference. @return Reference for this record */ - public String getReference () + public String getReference() { return (String)get_Value(COLUMNNAME_Reference); } @@ -154,21 +150,20 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL } /** Set Request Processor. - @param R_RequestProcessor_ID - Processor for Requests - */ + @param R_RequestProcessor_ID Processor for Requests + */ public void setR_RequestProcessor_ID (int R_RequestProcessor_ID) { - if (R_RequestProcessor_ID < 1) + if (R_RequestProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_R_RequestProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_RequestProcessor_ID, Integer.valueOf(R_RequestProcessor_ID)); } /** Get Request Processor. @return Processor for Requests */ - public int getR_RequestProcessor_ID () + public int getR_RequestProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestProcessor_ID); if (ii == null) @@ -177,21 +172,20 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL } /** Set Request Processor Log. - @param R_RequestProcessorLog_ID - Result of the execution of the Request Processor - */ + @param R_RequestProcessorLog_ID Result of the execution of the Request Processor + */ public void setR_RequestProcessorLog_ID (int R_RequestProcessorLog_ID) { - if (R_RequestProcessorLog_ID < 1) + if (R_RequestProcessorLog_ID < 1) set_ValueNoCheck (COLUMNNAME_R_RequestProcessorLog_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_RequestProcessorLog_ID, Integer.valueOf(R_RequestProcessorLog_ID)); } /** Get Request Processor Log. @return Result of the execution of the Request Processor */ - public int getR_RequestProcessorLog_ID () + public int getR_RequestProcessorLog_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestProcessorLog_ID); if (ii == null) @@ -200,7 +194,8 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL } /** Set R_RequestProcessorLog_UU. - @param R_RequestProcessorLog_UU R_RequestProcessorLog_UU */ + @param R_RequestProcessorLog_UU R_RequestProcessorLog_UU + */ public void setR_RequestProcessorLog_UU (String R_RequestProcessorLog_UU) { set_Value (COLUMNNAME_R_RequestProcessorLog_UU, R_RequestProcessorLog_UU); @@ -208,15 +203,14 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL /** Get R_RequestProcessorLog_UU. @return R_RequestProcessorLog_UU */ - public String getR_RequestProcessorLog_UU () + public String getR_RequestProcessorLog_UU() { return (String)get_Value(COLUMNNAME_R_RequestProcessorLog_UU); } /** Set Summary. - @param Summary - Textual summary of this request - */ + @param Summary Textual summary of this request + */ public void setSummary (String Summary) { set_Value (COLUMNNAME_Summary, Summary); @@ -225,15 +219,14 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL /** Get Summary. @return Textual summary of this request */ - public String getSummary () + public String getSummary() { return (String)get_Value(COLUMNNAME_Summary); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -242,7 +235,7 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor_Route.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor_Route.java index 8283e1ab0c..0ef92c3397 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor_Route.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor_Route.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_RequestProcessor_Route * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_RequestProcessor_Route") public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcessor_Route, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcess /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_RequestProcessor_Route (Properties ctx, int R_RequestProcessor_Route_ID, String trxName) @@ -81,21 +81,20 @@ public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcess } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -104,9 +103,8 @@ public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcess } /** Set Keyword. - @param Keyword - Case insensitive keyword - */ + @param Keyword Case insensitive keyword + */ public void setKeyword (String Keyword) { set_Value (COLUMNNAME_Keyword, Keyword); @@ -115,7 +113,7 @@ public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcess /** Get Keyword. @return Case insensitive keyword */ - public String getKeyword () + public String getKeyword() { return (String)get_Value(COLUMNNAME_Keyword); } @@ -127,21 +125,20 @@ public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcess } /** Set Request Processor. - @param R_RequestProcessor_ID - Processor for Requests - */ + @param R_RequestProcessor_ID Processor for Requests + */ public void setR_RequestProcessor_ID (int R_RequestProcessor_ID) { - if (R_RequestProcessor_ID < 1) + if (R_RequestProcessor_ID < 1) set_ValueNoCheck (COLUMNNAME_R_RequestProcessor_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_RequestProcessor_ID, Integer.valueOf(R_RequestProcessor_ID)); } /** Get Request Processor. @return Processor for Requests */ - public int getR_RequestProcessor_ID () + public int getR_RequestProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestProcessor_ID); if (ii == null) @@ -150,21 +147,20 @@ public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcess } /** Set Request Routing. - @param R_RequestProcessor_Route_ID - Automatic routing of requests - */ + @param R_RequestProcessor_Route_ID Automatic routing of requests + */ public void setR_RequestProcessor_Route_ID (int R_RequestProcessor_Route_ID) { - if (R_RequestProcessor_Route_ID < 1) + if (R_RequestProcessor_Route_ID < 1) set_ValueNoCheck (COLUMNNAME_R_RequestProcessor_Route_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_RequestProcessor_Route_ID, Integer.valueOf(R_RequestProcessor_Route_ID)); } /** Get Request Routing. @return Automatic routing of requests */ - public int getR_RequestProcessor_Route_ID () + public int getR_RequestProcessor_Route_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestProcessor_Route_ID); if (ii == null) @@ -173,7 +169,8 @@ public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcess } /** Set R_RequestProcessor_Route_UU. - @param R_RequestProcessor_Route_UU R_RequestProcessor_Route_UU */ + @param R_RequestProcessor_Route_UU R_RequestProcessor_Route_UU + */ public void setR_RequestProcessor_Route_UU (String R_RequestProcessor_Route_UU) { set_Value (COLUMNNAME_R_RequestProcessor_Route_UU, R_RequestProcessor_Route_UU); @@ -181,7 +178,7 @@ public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcess /** Get R_RequestProcessor_Route_UU. @return R_RequestProcessor_Route_UU */ - public String getR_RequestProcessor_Route_UU () + public String getR_RequestProcessor_Route_UU() { return (String)get_Value(COLUMNNAME_R_RequestProcessor_Route_UU); } @@ -193,21 +190,20 @@ public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcess } /** Set Request Type. - @param R_RequestType_ID - Type of request (e.g. Inquiry, Complaint, ..) - */ + @param R_RequestType_ID Type of request (e.g. Inquiry, Complaint, ..) + */ public void setR_RequestType_ID (int R_RequestType_ID) { - if (R_RequestType_ID < 1) + if (R_RequestType_ID < 1) set_Value (COLUMNNAME_R_RequestType_ID, null); - else + else set_Value (COLUMNNAME_R_RequestType_ID, Integer.valueOf(R_RequestType_ID)); } /** Get Request Type. @return Type of request (e.g. Inquiry, Complaint, ..) */ - public int getR_RequestType_ID () + public int getR_RequestType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestType_ID); if (ii == null) @@ -216,9 +212,8 @@ public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcess } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -227,7 +222,7 @@ public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcess /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestType.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestType.java index 2ceb38a6d1..0ee69799a1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestType.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_RequestType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_RequestType") public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_RequestType (Properties ctx, int R_RequestType_ID, String trxName) @@ -88,9 +88,8 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent } /** Set Auto Due Date Days. - @param AutoDueDateDays - Automatic Due Date Days - */ + @param AutoDueDateDays Automatic Due Date Days + */ public void setAutoDueDateDays (int AutoDueDateDays) { set_Value (COLUMNNAME_AutoDueDateDays, Integer.valueOf(AutoDueDateDays)); @@ -99,7 +98,7 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get Auto Due Date Days. @return Automatic Due Date Days */ - public int getAutoDueDateDays () + public int getAutoDueDateDays() { Integer ii = (Integer)get_Value(COLUMNNAME_AutoDueDateDays); if (ii == null) @@ -118,9 +117,8 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Private Information = P */ public static final String CONFIDENTIALTYPE_PrivateInformation = "P"; /** Set Confidentiality. - @param ConfidentialType - Type of Confidentiality - */ + @param ConfidentialType Type of Confidentiality + */ public void setConfidentialType (String ConfidentialType) { @@ -130,15 +128,14 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get Confidentiality. @return Type of Confidentiality */ - public String getConfidentialType () + public String getConfidentialType() { return (String)get_Value(COLUMNNAME_ConfidentialType); } /** Set Content Color. - @param ContentColor - Content color of calendar dashlet - */ + @param ContentColor Content color of calendar dashlet + */ public void setContentColor (String ContentColor) { set_Value (COLUMNNAME_ContentColor, ContentColor); @@ -147,15 +144,14 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get Content Color. @return Content color of calendar dashlet */ - public String getContentColor () + public String getContentColor() { return (String)get_Value(COLUMNNAME_ContentColor); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -164,15 +160,14 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Due Date Tolerance. - @param DueDateTolerance - Tolerance in days between the Date Next Action and the date the request is regarded as overdue - */ + @param DueDateTolerance Tolerance in days between the Date Next Action and the date the request is regarded as overdue + */ public void setDueDateTolerance (int DueDateTolerance) { set_Value (COLUMNNAME_DueDateTolerance, Integer.valueOf(DueDateTolerance)); @@ -181,7 +176,7 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get Due Date Tolerance. @return Tolerance in days between the Date Next Action and the date the request is regarded as overdue */ - public int getDueDateTolerance () + public int getDueDateTolerance() { Integer ii = (Integer)get_Value(COLUMNNAME_DueDateTolerance); if (ii == null) @@ -190,9 +185,8 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent } /** Set Header Color. - @param HeaderColor - Header color of calendar dashlet - */ + @param HeaderColor Header color of calendar dashlet + */ public void setHeaderColor (String HeaderColor) { set_Value (COLUMNNAME_HeaderColor, HeaderColor); @@ -201,15 +195,14 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get Header Color. @return Header color of calendar dashlet */ - public String getHeaderColor () + public String getHeaderColor() { return (String)get_Value(COLUMNNAME_HeaderColor); } /** Set Create Change Request. - @param IsAutoChangeRequest - Automatically create BOM (Engineering) Change Request - */ + @param IsAutoChangeRequest Automatically create BOM (Engineering) Change Request + */ public void setIsAutoChangeRequest (boolean IsAutoChangeRequest) { set_Value (COLUMNNAME_IsAutoChangeRequest, Boolean.valueOf(IsAutoChangeRequest)); @@ -218,7 +211,7 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get Create Change Request. @return Automatically create BOM (Engineering) Change Request */ - public boolean isAutoChangeRequest () + public boolean isAutoChangeRequest() { Object oo = get_Value(COLUMNNAME_IsAutoChangeRequest); if (oo != null) @@ -231,9 +224,8 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent } /** Set Confidential Info. - @param IsConfidentialInfo - Can enter confidential information - */ + @param IsConfidentialInfo Can enter confidential information + */ public void setIsConfidentialInfo (boolean IsConfidentialInfo) { set_Value (COLUMNNAME_IsConfidentialInfo, Boolean.valueOf(IsConfidentialInfo)); @@ -242,7 +234,7 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get Confidential Info. @return Can enter confidential information */ - public boolean isConfidentialInfo () + public boolean isConfidentialInfo() { Object oo = get_Value(COLUMNNAME_IsConfidentialInfo); if (oo != null) @@ -255,9 +247,8 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -266,7 +257,7 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -279,9 +270,8 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent } /** Set EMail when Due. - @param IsEMailWhenDue - Send EMail when Request becomes due - */ + @param IsEMailWhenDue Send EMail when Request becomes due + */ public void setIsEMailWhenDue (boolean IsEMailWhenDue) { set_Value (COLUMNNAME_IsEMailWhenDue, Boolean.valueOf(IsEMailWhenDue)); @@ -290,7 +280,7 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get EMail when Due. @return Send EMail when Request becomes due */ - public boolean isEMailWhenDue () + public boolean isEMailWhenDue() { Object oo = get_Value(COLUMNNAME_IsEMailWhenDue); if (oo != null) @@ -303,9 +293,8 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent } /** Set EMail when Overdue. - @param IsEMailWhenOverdue - Send EMail when Request becomes overdue - */ + @param IsEMailWhenOverdue Send EMail when Request becomes overdue + */ public void setIsEMailWhenOverdue (boolean IsEMailWhenOverdue) { set_Value (COLUMNNAME_IsEMailWhenOverdue, Boolean.valueOf(IsEMailWhenOverdue)); @@ -314,7 +303,7 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get EMail when Overdue. @return Send EMail when Request becomes overdue */ - public boolean isEMailWhenOverdue () + public boolean isEMailWhenOverdue() { Object oo = get_Value(COLUMNNAME_IsEMailWhenOverdue); if (oo != null) @@ -327,9 +316,8 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent } /** Set Indexed. - @param IsIndexed - Index the document for the internal search engine - */ + @param IsIndexed Index the document for the internal search engine + */ public void setIsIndexed (boolean IsIndexed) { set_Value (COLUMNNAME_IsIndexed, Boolean.valueOf(IsIndexed)); @@ -338,7 +326,7 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get Indexed. @return Index the document for the internal search engine */ - public boolean isIndexed () + public boolean isIndexed() { Object oo = get_Value(COLUMNNAME_IsIndexed); if (oo != null) @@ -351,9 +339,8 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent } /** Set Invoiced. - @param IsInvoiced - Is this invoiced? - */ + @param IsInvoiced Is this invoiced? + */ public void setIsInvoiced (boolean IsInvoiced) { set_Value (COLUMNNAME_IsInvoiced, Boolean.valueOf(IsInvoiced)); @@ -362,7 +349,7 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get Invoiced. @return Is this invoiced? */ - public boolean isInvoiced () + public boolean isInvoiced() { Object oo = get_Value(COLUMNNAME_IsInvoiced); if (oo != null) @@ -375,9 +362,8 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -386,7 +372,7 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -399,9 +385,8 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -410,7 +395,7 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -424,21 +409,20 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent } /** Set Request Type. - @param R_RequestType_ID - Type of request (e.g. Inquiry, Complaint, ..) - */ + @param R_RequestType_ID Type of request (e.g. Inquiry, Complaint, ..) + */ public void setR_RequestType_ID (int R_RequestType_ID) { - if (R_RequestType_ID < 1) + if (R_RequestType_ID < 1) set_ValueNoCheck (COLUMNNAME_R_RequestType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_RequestType_ID, Integer.valueOf(R_RequestType_ID)); } /** Get Request Type. @return Type of request (e.g. Inquiry, Complaint, ..) */ - public int getR_RequestType_ID () + public int getR_RequestType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestType_ID); if (ii == null) @@ -447,7 +431,8 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent } /** Set R_RequestType_UU. - @param R_RequestType_UU R_RequestType_UU */ + @param R_RequestType_UU R_RequestType_UU + */ public void setR_RequestType_UU (String R_RequestType_UU) { set_Value (COLUMNNAME_R_RequestType_UU, R_RequestType_UU); @@ -455,7 +440,7 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent /** Get R_RequestType_UU. @return R_RequestType_UU */ - public String getR_RequestType_UU () + public String getR_RequestType_UU() { return (String)get_Value(COLUMNNAME_R_RequestType_UU); } @@ -467,21 +452,20 @@ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent } /** Set Status Category. - @param R_StatusCategory_ID - Request Status Category - */ + @param R_StatusCategory_ID Request Status Category + */ public void setR_StatusCategory_ID (int R_StatusCategory_ID) { - if (R_StatusCategory_ID < 1) + if (R_StatusCategory_ID < 1) set_Value (COLUMNNAME_R_StatusCategory_ID, null); - else + else set_Value (COLUMNNAME_R_StatusCategory_ID, Integer.valueOf(R_StatusCategory_ID)); } /** Get Status Category. @return Request Status Category */ - public int getR_StatusCategory_ID () + public int getR_StatusCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_StatusCategory_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestTypeUpdates.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestTypeUpdates.java index ced76f0c7e..0e585a363c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestTypeUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestTypeUpdates.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for R_RequestTypeUpdates * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_RequestTypeUpdates") public class X_R_RequestTypeUpdates extends PO implements I_R_RequestTypeUpdates, I_Persistent { @@ -30,7 +30,7 @@ public class X_R_RequestTypeUpdates extends PO implements I_R_RequestTypeUpdates /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_RequestTypeUpdates (Properties ctx, int R_RequestTypeUpdates_ID, String trxName) @@ -79,21 +79,20 @@ public class X_R_RequestTypeUpdates extends PO implements I_R_RequestTypeUpdates } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -102,9 +101,8 @@ public class X_R_RequestTypeUpdates extends PO implements I_R_RequestTypeUpdates } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -113,7 +111,7 @@ public class X_R_RequestTypeUpdates extends PO implements I_R_RequestTypeUpdates /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -132,21 +130,20 @@ public class X_R_RequestTypeUpdates extends PO implements I_R_RequestTypeUpdates } /** Set Request Type. - @param R_RequestType_ID - Type of request (e.g. Inquiry, Complaint, ..) - */ + @param R_RequestType_ID Type of request (e.g. Inquiry, Complaint, ..) + */ public void setR_RequestType_ID (int R_RequestType_ID) { - if (R_RequestType_ID < 1) + if (R_RequestType_ID < 1) set_ValueNoCheck (COLUMNNAME_R_RequestType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_RequestType_ID, Integer.valueOf(R_RequestType_ID)); } /** Get Request Type. @return Type of request (e.g. Inquiry, Complaint, ..) */ - public int getR_RequestType_ID () + public int getR_RequestType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestType_ID); if (ii == null) @@ -155,7 +152,8 @@ public class X_R_RequestTypeUpdates extends PO implements I_R_RequestTypeUpdates } /** Set R_RequestTypeUpdates_UU. - @param R_RequestTypeUpdates_UU R_RequestTypeUpdates_UU */ + @param R_RequestTypeUpdates_UU R_RequestTypeUpdates_UU + */ public void setR_RequestTypeUpdates_UU (String R_RequestTypeUpdates_UU) { set_Value (COLUMNNAME_R_RequestTypeUpdates_UU, R_RequestTypeUpdates_UU); @@ -163,7 +161,7 @@ public class X_R_RequestTypeUpdates extends PO implements I_R_RequestTypeUpdates /** Get R_RequestTypeUpdates_UU. @return R_RequestTypeUpdates_UU */ - public String getR_RequestTypeUpdates_UU () + public String getR_RequestTypeUpdates_UU() { return (String)get_Value(COLUMNNAME_R_RequestTypeUpdates_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdate.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdate.java index cec78482f0..68960dffe0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdate.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdate.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_RequestUpdate * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_RequestUpdate") public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persistent { @@ -34,7 +34,7 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_RequestUpdate (Properties ctx, int R_RequestUpdate_ID, String trxName) @@ -87,9 +87,8 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis /** Private Information = P */ public static final String CONFIDENTIALTYPEENTRY_PrivateInformation = "P"; /** Set Entry Confidentiality. - @param ConfidentialTypeEntry - Confidentiality of the individual entry - */ + @param ConfidentialTypeEntry Confidentiality of the individual entry + */ public void setConfidentialTypeEntry (String ConfidentialTypeEntry) { @@ -99,15 +98,14 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis /** Get Entry Confidentiality. @return Confidentiality of the individual entry */ - public String getConfidentialTypeEntry () + public String getConfidentialTypeEntry() { return (String)get_Value(COLUMNNAME_ConfidentialTypeEntry); } /** Set End Time. - @param EndTime - End of the time span - */ + @param EndTime End of the time span + */ public void setEndTime (Timestamp EndTime) { set_Value (COLUMNNAME_EndTime, EndTime); @@ -116,7 +114,7 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis /** Get End Time. @return End of the time span */ - public Timestamp getEndTime () + public Timestamp getEndTime() { return (Timestamp)get_Value(COLUMNNAME_EndTime); } @@ -128,21 +126,20 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis } /** Set Product Used. - @param M_ProductSpent_ID - Product/Resource/Service used in Request - */ + @param M_ProductSpent_ID Product/Resource/Service used in Request + */ public void setM_ProductSpent_ID (int M_ProductSpent_ID) { - if (M_ProductSpent_ID < 1) + if (M_ProductSpent_ID < 1) set_Value (COLUMNNAME_M_ProductSpent_ID, null); - else + else set_Value (COLUMNNAME_M_ProductSpent_ID, Integer.valueOf(M_ProductSpent_ID)); } /** Get Product Used. @return Product/Resource/Service used in Request */ - public int getM_ProductSpent_ID () + public int getM_ProductSpent_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductSpent_ID); if (ii == null) @@ -151,9 +148,8 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis } /** Set Quantity Invoiced. - @param QtyInvoiced - Invoiced Quantity - */ + @param QtyInvoiced Invoiced Quantity + */ public void setQtyInvoiced (BigDecimal QtyInvoiced) { set_Value (COLUMNNAME_QtyInvoiced, QtyInvoiced); @@ -162,7 +158,7 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis /** Get Quantity Invoiced. @return Invoiced Quantity */ - public BigDecimal getQtyInvoiced () + public BigDecimal getQtyInvoiced() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyInvoiced); if (bd == null) @@ -171,9 +167,8 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis } /** Set Quantity Used. - @param QtySpent - Quantity used for this event - */ + @param QtySpent Quantity used for this event + */ public void setQtySpent (BigDecimal QtySpent) { set_Value (COLUMNNAME_QtySpent, QtySpent); @@ -182,7 +177,7 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis /** Get Quantity Used. @return Quantity used for this event */ - public BigDecimal getQtySpent () + public BigDecimal getQtySpent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtySpent); if (bd == null) @@ -191,9 +186,8 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis } /** Set Result. - @param Result - Result of the action taken - */ + @param Result Result of the action taken + */ public void setResult (String Result) { set_ValueNoCheck (COLUMNNAME_Result, Result); @@ -202,7 +196,7 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis /** Get Result. @return Result of the action taken */ - public String getResult () + public String getResult() { return (String)get_Value(COLUMNNAME_Result); } @@ -214,21 +208,20 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis } /** Set Request. - @param R_Request_ID - Request from a Business Partner or Prospect - */ + @param R_Request_ID Request from a Business Partner or Prospect + */ public void setR_Request_ID (int R_Request_ID) { - if (R_Request_ID < 1) + if (R_Request_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Request_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Request_ID, Integer.valueOf(R_Request_ID)); } /** Get Request. @return Request from a Business Partner or Prospect */ - public int getR_Request_ID () + public int getR_Request_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Request_ID); if (ii == null) @@ -237,21 +230,20 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis } /** Set Request Update. - @param R_RequestUpdate_ID - Request Updates - */ + @param R_RequestUpdate_ID Request Updates + */ public void setR_RequestUpdate_ID (int R_RequestUpdate_ID) { - if (R_RequestUpdate_ID < 1) + if (R_RequestUpdate_ID < 1) set_ValueNoCheck (COLUMNNAME_R_RequestUpdate_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_RequestUpdate_ID, Integer.valueOf(R_RequestUpdate_ID)); } /** Get Request Update. @return Request Updates */ - public int getR_RequestUpdate_ID () + public int getR_RequestUpdate_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestUpdate_ID); if (ii == null) @@ -268,7 +260,8 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis } /** Set R_RequestUpdate_UU. - @param R_RequestUpdate_UU R_RequestUpdate_UU */ + @param R_RequestUpdate_UU R_RequestUpdate_UU + */ public void setR_RequestUpdate_UU (String R_RequestUpdate_UU) { set_Value (COLUMNNAME_R_RequestUpdate_UU, R_RequestUpdate_UU); @@ -276,15 +269,14 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis /** Get R_RequestUpdate_UU. @return R_RequestUpdate_UU */ - public String getR_RequestUpdate_UU () + public String getR_RequestUpdate_UU() { return (String)get_Value(COLUMNNAME_R_RequestUpdate_UU); } /** Set Start Time. - @param StartTime - Time started - */ + @param StartTime Time started + */ public void setStartTime (Timestamp StartTime) { set_Value (COLUMNNAME_StartTime, StartTime); @@ -293,7 +285,7 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis /** Get Start Time. @return Time started */ - public Timestamp getStartTime () + public Timestamp getStartTime() { return (Timestamp)get_Value(COLUMNNAME_StartTime); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdates.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdates.java index 1b64fba982..52a24efcac 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdates.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for R_RequestUpdates * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_RequestUpdates") public class X_R_RequestUpdates extends PO implements I_R_RequestUpdates, I_Persistent { @@ -30,7 +30,7 @@ public class X_R_RequestUpdates extends PO implements I_R_RequestUpdates, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_RequestUpdates (Properties ctx, int R_RequestUpdates_ID, String trxName) @@ -79,21 +79,20 @@ public class X_R_RequestUpdates extends PO implements I_R_RequestUpdates, I_Pers } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -102,9 +101,8 @@ public class X_R_RequestUpdates extends PO implements I_R_RequestUpdates, I_Pers } /** Set Self-Service. - @param IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service - */ + @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service + */ public void setIsSelfService (boolean IsSelfService) { set_Value (COLUMNNAME_IsSelfService, Boolean.valueOf(IsSelfService)); @@ -113,7 +111,7 @@ public class X_R_RequestUpdates extends PO implements I_R_RequestUpdates, I_Pers /** Get Self-Service. @return This is a Self-Service entry or this entry can be changed via Self-Service */ - public boolean isSelfService () + public boolean isSelfService() { Object oo = get_Value(COLUMNNAME_IsSelfService); if (oo != null) @@ -132,21 +130,20 @@ public class X_R_RequestUpdates extends PO implements I_R_RequestUpdates, I_Pers } /** Set Request. - @param R_Request_ID - Request from a Business Partner or Prospect - */ + @param R_Request_ID Request from a Business Partner or Prospect + */ public void setR_Request_ID (int R_Request_ID) { - if (R_Request_ID < 1) + if (R_Request_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Request_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Request_ID, Integer.valueOf(R_Request_ID)); } /** Get Request. @return Request from a Business Partner or Prospect */ - public int getR_Request_ID () + public int getR_Request_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Request_ID); if (ii == null) @@ -155,7 +152,8 @@ public class X_R_RequestUpdates extends PO implements I_R_RequestUpdates, I_Pers } /** Set R_RequestUpdates_UU. - @param R_RequestUpdates_UU R_RequestUpdates_UU */ + @param R_RequestUpdates_UU R_RequestUpdates_UU + */ public void setR_RequestUpdates_UU (String R_RequestUpdates_UU) { set_Value (COLUMNNAME_R_RequestUpdates_UU, R_RequestUpdates_UU); @@ -163,7 +161,7 @@ public class X_R_RequestUpdates extends PO implements I_R_RequestUpdates, I_Pers /** Get R_RequestUpdates_UU. @return R_RequestUpdates_UU */ - public String getR_RequestUpdates_UU () + public String getR_RequestUpdates_UU() { return (String)get_Value(COLUMNNAME_R_RequestUpdates_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_Resolution.java b/org.adempiere.base/src/org/compiere/model/X_R_Resolution.java index 38c3bc9377..34e414fc89 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_Resolution.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_Resolution.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_Resolution * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_Resolution") public class X_R_Resolution extends PO implements I_R_Resolution, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_Resolution extends PO implements I_R_Resolution, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_Resolution (Properties ctx, int R_Resolution_ID, String trxName) @@ -73,9 +73,8 @@ public class X_R_Resolution extends PO implements I_R_Resolution, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -84,15 +83,14 @@ public class X_R_Resolution extends PO implements I_R_Resolution, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -101,15 +99,14 @@ public class X_R_Resolution extends PO implements I_R_Resolution, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -118,7 +115,7 @@ public class X_R_Resolution extends PO implements I_R_Resolution, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -132,21 +129,20 @@ public class X_R_Resolution extends PO implements I_R_Resolution, I_Persistent } /** Set Resolution. - @param R_Resolution_ID - Request Resolution - */ + @param R_Resolution_ID Request Resolution + */ public void setR_Resolution_ID (int R_Resolution_ID) { - if (R_Resolution_ID < 1) + if (R_Resolution_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Resolution_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Resolution_ID, Integer.valueOf(R_Resolution_ID)); } /** Get Resolution. @return Request Resolution */ - public int getR_Resolution_ID () + public int getR_Resolution_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Resolution_ID); if (ii == null) @@ -155,7 +151,8 @@ public class X_R_Resolution extends PO implements I_R_Resolution, I_Persistent } /** Set R_Resolution_UU. - @param R_Resolution_UU R_Resolution_UU */ + @param R_Resolution_UU R_Resolution_UU + */ public void setR_Resolution_UU (String R_Resolution_UU) { set_Value (COLUMNNAME_R_Resolution_UU, R_Resolution_UU); @@ -163,7 +160,7 @@ public class X_R_Resolution extends PO implements I_R_Resolution, I_Persistent /** Get R_Resolution_UU. @return R_Resolution_UU */ - public String getR_Resolution_UU () + public String getR_Resolution_UU() { return (String)get_Value(COLUMNNAME_R_Resolution_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_StandardResponse.java b/org.adempiere.base/src/org/compiere/model/X_R_StandardResponse.java index 2a5af4c79d..576dc6ca1a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_StandardResponse.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_StandardResponse.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_StandardResponse * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_StandardResponse") public class X_R_StandardResponse extends PO implements I_R_StandardResponse, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_StandardResponse extends PO implements I_R_StandardResponse, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_StandardResponse (Properties ctx, int R_StandardResponse_ID, String trxName) @@ -74,9 +74,8 @@ public class X_R_StandardResponse extends PO implements I_R_StandardResponse, I_ } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -85,7 +84,7 @@ public class X_R_StandardResponse extends PO implements I_R_StandardResponse, I_ /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -99,9 +98,8 @@ public class X_R_StandardResponse extends PO implements I_R_StandardResponse, I_ } /** Set Response Text. - @param ResponseText - Request Response Text - */ + @param ResponseText Request Response Text + */ public void setResponseText (String ResponseText) { set_Value (COLUMNNAME_ResponseText, ResponseText); @@ -110,27 +108,26 @@ public class X_R_StandardResponse extends PO implements I_R_StandardResponse, I_ /** Get Response Text. @return Request Response Text */ - public String getResponseText () + public String getResponseText() { return (String)get_Value(COLUMNNAME_ResponseText); } /** Set Standard Response. - @param R_StandardResponse_ID - Request Standard Response - */ + @param R_StandardResponse_ID Request Standard Response + */ public void setR_StandardResponse_ID (int R_StandardResponse_ID) { - if (R_StandardResponse_ID < 1) + if (R_StandardResponse_ID < 1) set_ValueNoCheck (COLUMNNAME_R_StandardResponse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_StandardResponse_ID, Integer.valueOf(R_StandardResponse_ID)); } /** Get Standard Response. @return Request Standard Response */ - public int getR_StandardResponse_ID () + public int getR_StandardResponse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_StandardResponse_ID); if (ii == null) @@ -139,7 +136,8 @@ public class X_R_StandardResponse extends PO implements I_R_StandardResponse, I_ } /** Set R_StandardResponse_UU. - @param R_StandardResponse_UU R_StandardResponse_UU */ + @param R_StandardResponse_UU R_StandardResponse_UU + */ public void setR_StandardResponse_UU (String R_StandardResponse_UU) { set_Value (COLUMNNAME_R_StandardResponse_UU, R_StandardResponse_UU); @@ -147,7 +145,7 @@ public class X_R_StandardResponse extends PO implements I_R_StandardResponse, I_ /** Get R_StandardResponse_UU. @return R_StandardResponse_UU */ - public String getR_StandardResponse_UU () + public String getR_StandardResponse_UU() { return (String)get_Value(COLUMNNAME_R_StandardResponse_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_Status.java b/org.adempiere.base/src/org/compiere/model/X_R_Status.java index de42f020a0..8ac523aa2d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_Status.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_Status.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_Status * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_Status") public class X_R_Status extends PO implements I_R_Status, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_Status (Properties ctx, int R_Status_ID, String trxName) @@ -83,9 +83,8 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -94,15 +93,14 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -111,15 +109,14 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Closed Status. - @param IsClosed - The status is closed - */ + @param IsClosed The status is closed + */ public void setIsClosed (boolean IsClosed) { set_Value (COLUMNNAME_IsClosed, Boolean.valueOf(IsClosed)); @@ -128,7 +125,7 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent /** Get Closed Status. @return The status is closed */ - public boolean isClosed () + public boolean isClosed() { Object oo = get_Value(COLUMNNAME_IsClosed); if (oo != null) @@ -141,9 +138,8 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -152,7 +148,7 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -165,9 +161,8 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent } /** Set Final Close. - @param IsFinalClose - Entries with Final Close cannot be re-opened - */ + @param IsFinalClose Entries with Final Close cannot be re-opened + */ public void setIsFinalClose (boolean IsFinalClose) { set_Value (COLUMNNAME_IsFinalClose, Boolean.valueOf(IsFinalClose)); @@ -176,7 +171,7 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent /** Get Final Close. @return Entries with Final Close cannot be re-opened */ - public boolean isFinalClose () + public boolean isFinalClose() { Object oo = get_Value(COLUMNNAME_IsFinalClose); if (oo != null) @@ -189,9 +184,8 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent } /** Set Open Status. - @param IsOpen - The status is closed - */ + @param IsOpen The status is closed + */ public void setIsOpen (boolean IsOpen) { set_Value (COLUMNNAME_IsOpen, Boolean.valueOf(IsOpen)); @@ -200,7 +194,7 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent /** Get Open Status. @return The status is closed */ - public boolean isOpen () + public boolean isOpen() { Object oo = get_Value(COLUMNNAME_IsOpen); if (oo != null) @@ -213,9 +207,8 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent } /** Set Web Can Update. - @param IsWebCanUpdate - Entry can be updated from the Web - */ + @param IsWebCanUpdate Entry can be updated from the Web + */ public void setIsWebCanUpdate (boolean IsWebCanUpdate) { set_Value (COLUMNNAME_IsWebCanUpdate, Boolean.valueOf(IsWebCanUpdate)); @@ -224,7 +217,7 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent /** Get Web Can Update. @return Entry can be updated from the Web */ - public boolean isWebCanUpdate () + public boolean isWebCanUpdate() { Object oo = get_Value(COLUMNNAME_IsWebCanUpdate); if (oo != null) @@ -237,9 +230,8 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -248,7 +240,7 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -260,21 +252,20 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent } /** Set Next Status. - @param Next_Status_ID - Move to next status automatically after timeout - */ + @param Next_Status_ID Move to next status automatically after timeout + */ public void setNext_Status_ID (int Next_Status_ID) { - if (Next_Status_ID < 1) + if (Next_Status_ID < 1) set_Value (COLUMNNAME_Next_Status_ID, null); - else + else set_Value (COLUMNNAME_Next_Status_ID, Integer.valueOf(Next_Status_ID)); } /** Get Next Status. @return Move to next status automatically after timeout */ - public int getNext_Status_ID () + public int getNext_Status_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Next_Status_ID); if (ii == null) @@ -289,21 +280,20 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent } /** Set Status Category. - @param R_StatusCategory_ID - Request Status Category - */ + @param R_StatusCategory_ID Request Status Category + */ public void setR_StatusCategory_ID (int R_StatusCategory_ID) { - if (R_StatusCategory_ID < 1) + if (R_StatusCategory_ID < 1) set_Value (COLUMNNAME_R_StatusCategory_ID, null); - else + else set_Value (COLUMNNAME_R_StatusCategory_ID, Integer.valueOf(R_StatusCategory_ID)); } /** Get Status Category. @return Request Status Category */ - public int getR_StatusCategory_ID () + public int getR_StatusCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_StatusCategory_ID); if (ii == null) @@ -312,21 +302,20 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent } /** Set Status. - @param R_Status_ID - Request Status - */ + @param R_Status_ID Request Status + */ public void setR_Status_ID (int R_Status_ID) { - if (R_Status_ID < 1) + if (R_Status_ID < 1) set_ValueNoCheck (COLUMNNAME_R_Status_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_Status_ID, Integer.valueOf(R_Status_ID)); } /** Get Status. @return Request Status */ - public int getR_Status_ID () + public int getR_Status_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_Status_ID); if (ii == null) @@ -335,7 +324,8 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent } /** Set R_Status_UU. - @param R_Status_UU R_Status_UU */ + @param R_Status_UU R_Status_UU + */ public void setR_Status_UU (String R_Status_UU) { set_Value (COLUMNNAME_R_Status_UU, R_Status_UU); @@ -343,15 +333,14 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent /** Get R_Status_UU. @return R_Status_UU */ - public String getR_Status_UU () + public String getR_Status_UU() { return (String)get_Value(COLUMNNAME_R_Status_UU); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -360,7 +349,7 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -377,9 +366,8 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent } /** Set Timeout in Days. - @param TimeoutDays - Timeout in Days to change Status automatically - */ + @param TimeoutDays Timeout in Days to change Status automatically + */ public void setTimeoutDays (int TimeoutDays) { set_Value (COLUMNNAME_TimeoutDays, Integer.valueOf(TimeoutDays)); @@ -388,7 +376,7 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent /** Get Timeout in Days. @return Timeout in Days to change Status automatically */ - public int getTimeoutDays () + public int getTimeoutDays() { Integer ii = (Integer)get_Value(COLUMNNAME_TimeoutDays); if (ii == null) @@ -403,21 +391,20 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent } /** Set Update Status. - @param Update_Status_ID - Automatically change the status after entry from web - */ + @param Update_Status_ID Automatically change the status after entry from web + */ public void setUpdate_Status_ID (int Update_Status_ID) { - if (Update_Status_ID < 1) + if (Update_Status_ID < 1) set_Value (COLUMNNAME_Update_Status_ID, null); - else + else set_Value (COLUMNNAME_Update_Status_ID, Integer.valueOf(Update_Status_ID)); } /** Get Update Status. @return Automatically change the status after entry from web */ - public int getUpdate_Status_ID () + public int getUpdate_Status_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Update_Status_ID); if (ii == null) @@ -426,9 +413,8 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -437,7 +423,7 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_R_StatusCategory.java b/org.adempiere.base/src/org/compiere/model/X_R_StatusCategory.java index 99dc9904ab..0e0ee01dd8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_StatusCategory.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_StatusCategory.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for R_StatusCategory * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="R_StatusCategory") public class X_R_StatusCategory extends PO implements I_R_StatusCategory, I_Persistent { @@ -31,7 +31,7 @@ public class X_R_StatusCategory extends PO implements I_R_StatusCategory, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_R_StatusCategory (Properties ctx, int R_StatusCategory_ID, String trxName) @@ -74,9 +74,8 @@ public class X_R_StatusCategory extends PO implements I_R_StatusCategory, I_Pers } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,15 +84,14 @@ public class X_R_StatusCategory extends PO implements I_R_StatusCategory, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -102,15 +100,14 @@ public class X_R_StatusCategory extends PO implements I_R_StatusCategory, I_Pers /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -119,7 +116,7 @@ public class X_R_StatusCategory extends PO implements I_R_StatusCategory, I_Pers /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -132,9 +129,8 @@ public class X_R_StatusCategory extends PO implements I_R_StatusCategory, I_Pers } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -143,7 +139,7 @@ public class X_R_StatusCategory extends PO implements I_R_StatusCategory, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -157,21 +153,20 @@ public class X_R_StatusCategory extends PO implements I_R_StatusCategory, I_Pers } /** Set Status Category. - @param R_StatusCategory_ID - Request Status Category - */ + @param R_StatusCategory_ID Request Status Category + */ public void setR_StatusCategory_ID (int R_StatusCategory_ID) { - if (R_StatusCategory_ID < 1) + if (R_StatusCategory_ID < 1) set_ValueNoCheck (COLUMNNAME_R_StatusCategory_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_R_StatusCategory_ID, Integer.valueOf(R_StatusCategory_ID)); } /** Get Status Category. @return Request Status Category */ - public int getR_StatusCategory_ID () + public int getR_StatusCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_R_StatusCategory_ID); if (ii == null) @@ -180,7 +175,8 @@ public class X_R_StatusCategory extends PO implements I_R_StatusCategory, I_Pers } /** Set R_StatusCategory_UU. - @param R_StatusCategory_UU R_StatusCategory_UU */ + @param R_StatusCategory_UU R_StatusCategory_UU + */ public void setR_StatusCategory_UU (String R_StatusCategory_UU) { set_Value (COLUMNNAME_R_StatusCategory_UU, R_StatusCategory_UU); @@ -188,7 +184,7 @@ public class X_R_StatusCategory extends PO implements I_R_StatusCategory, I_Pers /** Get R_StatusCategory_UU. @return R_StatusCategory_UU */ - public String getR_StatusCategory_UU () + public String getR_StatusCategory_UU() { return (String)get_Value(COLUMNNAME_R_StatusCategory_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_S_ExpenseType.java b/org.adempiere.base/src/org/compiere/model/X_S_ExpenseType.java index a0cbf35a0f..353c8f9962 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_ExpenseType.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_ExpenseType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for S_ExpenseType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="S_ExpenseType") public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent { @@ -31,7 +31,7 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_S_ExpenseType (Properties ctx, int S_ExpenseType_ID, String trxName) @@ -84,21 +84,20 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent } /** Set Tax Category. - @param C_TaxCategory_ID - Tax Category - */ + @param C_TaxCategory_ID Tax Category + */ public void setC_TaxCategory_ID (int C_TaxCategory_ID) { - if (C_TaxCategory_ID < 1) + if (C_TaxCategory_ID < 1) set_Value (COLUMNNAME_C_TaxCategory_ID, null); - else + else set_Value (COLUMNNAME_C_TaxCategory_ID, Integer.valueOf(C_TaxCategory_ID)); } /** Get Tax Category. @return Tax Category */ - public int getC_TaxCategory_ID () + public int getC_TaxCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxCategory_ID); if (ii == null) @@ -113,21 +112,20 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -136,9 +134,8 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -147,15 +144,14 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Invoiced. - @param IsInvoiced - Is this invoiced? - */ + @param IsInvoiced Is this invoiced? + */ public void setIsInvoiced (boolean IsInvoiced) { set_Value (COLUMNNAME_IsInvoiced, Boolean.valueOf(IsInvoiced)); @@ -164,7 +160,7 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent /** Get Invoiced. @return Is this invoiced? */ - public boolean isInvoiced () + public boolean isInvoiced() { Object oo = get_Value(COLUMNNAME_IsInvoiced); if (oo != null) @@ -183,21 +179,20 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -206,9 +201,8 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -217,7 +211,7 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -231,21 +225,20 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent } /** Set Expense Type. - @param S_ExpenseType_ID - Expense report type - */ + @param S_ExpenseType_ID Expense report type + */ public void setS_ExpenseType_ID (int S_ExpenseType_ID) { - if (S_ExpenseType_ID < 1) + if (S_ExpenseType_ID < 1) set_ValueNoCheck (COLUMNNAME_S_ExpenseType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_ExpenseType_ID, Integer.valueOf(S_ExpenseType_ID)); } /** Get Expense Type. @return Expense report type */ - public int getS_ExpenseType_ID () + public int getS_ExpenseType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_ExpenseType_ID); if (ii == null) @@ -254,7 +247,8 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent } /** Set S_ExpenseType_UU. - @param S_ExpenseType_UU S_ExpenseType_UU */ + @param S_ExpenseType_UU S_ExpenseType_UU + */ public void setS_ExpenseType_UU (String S_ExpenseType_UU) { set_Value (COLUMNNAME_S_ExpenseType_UU, S_ExpenseType_UU); @@ -262,15 +256,14 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent /** Get S_ExpenseType_UU. @return S_ExpenseType_UU */ - public String getS_ExpenseType_UU () + public String getS_ExpenseType_UU() { return (String)get_Value(COLUMNNAME_S_ExpenseType_UU); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -279,7 +272,7 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_S_Resource.java b/org.adempiere.base/src/org/compiere/model/X_S_Resource.java index 1544a08c98..f8e955f572 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_Resource.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_Resource.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for S_Resource * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="S_Resource") public class X_S_Resource extends PO implements I_S_Resource, I_Persistent { @@ -33,7 +33,7 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_S_Resource (Properties ctx, int S_Resource_ID, String trxName) @@ -88,21 +88,20 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -111,7 +110,8 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent } /** Set Chargeable Quantity. - @param ChargeableQty Chargeable Quantity */ + @param ChargeableQty Chargeable Quantity + */ public void setChargeableQty (BigDecimal ChargeableQty) { set_Value (COLUMNNAME_ChargeableQty, ChargeableQty); @@ -119,7 +119,7 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Get Chargeable Quantity. @return Chargeable Quantity */ - public BigDecimal getChargeableQty () + public BigDecimal getChargeableQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeableQty); if (bd == null) @@ -128,7 +128,8 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent } /** Set Daily Capacity. - @param DailyCapacity Daily Capacity */ + @param DailyCapacity Daily Capacity + */ public void setDailyCapacity (BigDecimal DailyCapacity) { set_Value (COLUMNNAME_DailyCapacity, DailyCapacity); @@ -136,7 +137,7 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Get Daily Capacity. @return Daily Capacity */ - public BigDecimal getDailyCapacity () + public BigDecimal getDailyCapacity() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DailyCapacity); if (bd == null) @@ -145,9 +146,8 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -156,15 +156,14 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Available. - @param IsAvailable - Resource is available - */ + @param IsAvailable Resource is available + */ public void setIsAvailable (boolean IsAvailable) { set_Value (COLUMNNAME_IsAvailable, Boolean.valueOf(IsAvailable)); @@ -173,7 +172,7 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Get Available. @return Resource is available */ - public boolean isAvailable () + public boolean isAvailable() { Object oo = get_Value(COLUMNNAME_IsAvailable); if (oo != null) @@ -186,7 +185,8 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent } /** Set Manufacturing Resource. - @param IsManufacturingResource Manufacturing Resource */ + @param IsManufacturingResource Manufacturing Resource + */ public void setIsManufacturingResource (boolean IsManufacturingResource) { set_Value (COLUMNNAME_IsManufacturingResource, Boolean.valueOf(IsManufacturingResource)); @@ -194,7 +194,7 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Get Manufacturing Resource. @return Manufacturing Resource */ - public boolean isManufacturingResource () + public boolean isManufacturingResource() { Object oo = get_Value(COLUMNNAME_IsManufacturingResource); if (oo != null) @@ -217,7 +217,8 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Work Station = WS */ public static final String MANUFACTURINGRESOURCETYPE_WorkStation = "WS"; /** Set Manufacturing Resource Type. - @param ManufacturingResourceType Manufacturing Resource Type */ + @param ManufacturingResourceType Manufacturing Resource Type + */ public void setManufacturingResourceType (String ManufacturingResourceType) { @@ -226,7 +227,7 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Get Manufacturing Resource Type. @return Manufacturing Resource Type */ - public String getManufacturingResourceType () + public String getManufacturingResourceType() { return (String)get_Value(COLUMNNAME_ManufacturingResourceType); } @@ -238,21 +239,20 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -261,9 +261,8 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -272,7 +271,7 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -286,7 +285,8 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent } /** Set % Utilization. - @param PercentUtilization % Utilization */ + @param PercentUtilization % Utilization + */ public void setPercentUtilization (BigDecimal PercentUtilization) { set_Value (COLUMNNAME_PercentUtilization, PercentUtilization); @@ -294,7 +294,7 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Get % Utilization. @return % Utilization */ - public BigDecimal getPercentUtilization () + public BigDecimal getPercentUtilization() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PercentUtilization); if (bd == null) @@ -303,9 +303,8 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent } /** Set Planning Horizon. - @param PlanningHorizon - The planning horizon is the amount of time (Days) an organisation will look into the future when preparing a strategic plan. - */ + @param PlanningHorizon The planning horizon is the amount of time (Days) an organisation will look into the future when preparing a strategic plan. + */ public void setPlanningHorizon (int PlanningHorizon) { set_Value (COLUMNNAME_PlanningHorizon, Integer.valueOf(PlanningHorizon)); @@ -314,7 +313,7 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Get Planning Horizon. @return The planning horizon is the amount of time (Days) an organisation will look into the future when preparing a strategic plan. */ - public int getPlanningHorizon () + public int getPlanningHorizon() { Integer ii = (Integer)get_Value(COLUMNNAME_PlanningHorizon); if (ii == null) @@ -323,9 +322,8 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent } /** Set Queuing Time. - @param QueuingTime - Queue time is the time a job waits at a work center before begin handled. - */ + @param QueuingTime Queue time is the time a job waits at a work center before begin handled. + */ public void setQueuingTime (BigDecimal QueuingTime) { set_Value (COLUMNNAME_QueuingTime, QueuingTime); @@ -334,7 +332,7 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Get Queuing Time. @return Queue time is the time a job waits at a work center before begin handled. */ - public BigDecimal getQueuingTime () + public BigDecimal getQueuingTime() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QueuingTime); if (bd == null) @@ -343,21 +341,20 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent } /** Set Resource. - @param S_Resource_ID - Resource - */ + @param S_Resource_ID Resource + */ public void setS_Resource_ID (int S_Resource_ID) { - if (S_Resource_ID < 1) + if (S_Resource_ID < 1) set_ValueNoCheck (COLUMNNAME_S_Resource_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); } /** Get Resource. @return Resource */ - public int getS_Resource_ID () + public int getS_Resource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); if (ii == null) @@ -372,18 +369,19 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent } /** Set Resource Type. - @param S_ResourceType_ID Resource Type */ + @param S_ResourceType_ID Resource Type + */ public void setS_ResourceType_ID (int S_ResourceType_ID) { - if (S_ResourceType_ID < 1) + if (S_ResourceType_ID < 1) set_Value (COLUMNNAME_S_ResourceType_ID, null); - else + else set_Value (COLUMNNAME_S_ResourceType_ID, Integer.valueOf(S_ResourceType_ID)); } /** Get Resource Type. @return Resource Type */ - public int getS_ResourceType_ID () + public int getS_ResourceType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_ResourceType_ID); if (ii == null) @@ -392,7 +390,8 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent } /** Set S_Resource_UU. - @param S_Resource_UU S_Resource_UU */ + @param S_Resource_UU S_Resource_UU + */ public void setS_Resource_UU (String S_Resource_UU) { set_Value (COLUMNNAME_S_Resource_UU, S_Resource_UU); @@ -400,15 +399,14 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Get S_Resource_UU. @return S_Resource_UU */ - public String getS_Resource_UU () + public String getS_Resource_UU() { return (String)get_Value(COLUMNNAME_S_Resource_UU); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -417,15 +415,14 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Waiting Time. - @param WaitingTime - Workflow Simulation Waiting time - */ + @param WaitingTime Workflow Simulation Waiting time + */ public void setWaitingTime (BigDecimal WaitingTime) { set_Value (COLUMNNAME_WaitingTime, WaitingTime); @@ -434,7 +431,7 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent /** Get Waiting Time. @return Workflow Simulation Waiting time */ - public BigDecimal getWaitingTime () + public BigDecimal getWaitingTime() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_WaitingTime); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_S_ResourceAssignment.java b/org.adempiere.base/src/org/compiere/model/X_S_ResourceAssignment.java index d94800224c..a36a811429 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_ResourceAssignment.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_ResourceAssignment.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for S_ResourceAssignment * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="S_ResourceAssignment") public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment, I_Persistent { @@ -34,7 +34,7 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_S_ResourceAssignment (Properties ctx, int S_ResourceAssignment_ID, String trxName) @@ -79,9 +79,8 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment } /** Set Assign From. - @param AssignDateFrom - Assign resource from - */ + @param AssignDateFrom Assign resource from + */ public void setAssignDateFrom (Timestamp AssignDateFrom) { set_ValueNoCheck (COLUMNNAME_AssignDateFrom, AssignDateFrom); @@ -90,15 +89,14 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment /** Get Assign From. @return Assign resource from */ - public Timestamp getAssignDateFrom () + public Timestamp getAssignDateFrom() { return (Timestamp)get_Value(COLUMNNAME_AssignDateFrom); } /** Set Assign To. - @param AssignDateTo - Assign resource until - */ + @param AssignDateTo Assign resource until + */ public void setAssignDateTo (Timestamp AssignDateTo) { set_ValueNoCheck (COLUMNNAME_AssignDateTo, AssignDateTo); @@ -107,15 +105,14 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment /** Get Assign To. @return Assign resource until */ - public Timestamp getAssignDateTo () + public Timestamp getAssignDateTo() { return (Timestamp)get_Value(COLUMNNAME_AssignDateTo); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -124,15 +121,14 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Confirmed. - @param IsConfirmed - Assignment is confirmed - */ + @param IsConfirmed Assignment is confirmed + */ public void setIsConfirmed (boolean IsConfirmed) { set_ValueNoCheck (COLUMNNAME_IsConfirmed, Boolean.valueOf(IsConfirmed)); @@ -141,7 +137,7 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment /** Get Confirmed. @return Assignment is confirmed */ - public boolean isConfirmed () + public boolean isConfirmed() { Object oo = get_Value(COLUMNNAME_IsConfirmed); if (oo != null) @@ -154,9 +150,8 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -165,15 +160,14 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_ValueNoCheck (COLUMNNAME_Qty, Qty); @@ -182,7 +176,7 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -191,21 +185,20 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment } /** Set Resource Assignment. - @param S_ResourceAssignment_ID - Resource Assignment - */ + @param S_ResourceAssignment_ID Resource Assignment + */ public void setS_ResourceAssignment_ID (int S_ResourceAssignment_ID) { - if (S_ResourceAssignment_ID < 1) + if (S_ResourceAssignment_ID < 1) set_ValueNoCheck (COLUMNNAME_S_ResourceAssignment_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_ResourceAssignment_ID, Integer.valueOf(S_ResourceAssignment_ID)); } /** Get Resource Assignment. @return Resource Assignment */ - public int getS_ResourceAssignment_ID () + public int getS_ResourceAssignment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_ResourceAssignment_ID); if (ii == null) @@ -214,7 +207,8 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment } /** Set S_ResourceAssignment_UU. - @param S_ResourceAssignment_UU S_ResourceAssignment_UU */ + @param S_ResourceAssignment_UU S_ResourceAssignment_UU + */ public void setS_ResourceAssignment_UU (String S_ResourceAssignment_UU) { set_Value (COLUMNNAME_S_ResourceAssignment_UU, S_ResourceAssignment_UU); @@ -222,7 +216,7 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment /** Get S_ResourceAssignment_UU. @return S_ResourceAssignment_UU */ - public String getS_ResourceAssignment_UU () + public String getS_ResourceAssignment_UU() { return (String)get_Value(COLUMNNAME_S_ResourceAssignment_UU); } @@ -234,21 +228,20 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment } /** Set Resource. - @param S_Resource_ID - Resource - */ + @param S_Resource_ID Resource + */ public void setS_Resource_ID (int S_Resource_ID) { - if (S_Resource_ID < 1) + if (S_Resource_ID < 1) set_ValueNoCheck (COLUMNNAME_S_Resource_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); } /** Get Resource. @return Resource */ - public int getS_Resource_ID () + public int getS_Resource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_S_ResourceType.java b/org.adempiere.base/src/org/compiere/model/X_S_ResourceType.java index 2c6e6868d7..3a83abf57f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_ResourceType.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_ResourceType.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for S_ResourceType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="S_ResourceType") public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persistent { @@ -32,7 +32,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_S_ResourceType (Properties ctx, int S_ResourceType_ID, String trxName) @@ -95,9 +95,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Allow UoM Fractions. - @param AllowUoMFractions - Allow Unit of Measure Fractions - */ + @param AllowUoMFractions Allow Unit of Measure Fractions + */ public void setAllowUoMFractions (boolean AllowUoMFractions) { set_Value (COLUMNNAME_AllowUoMFractions, Boolean.valueOf(AllowUoMFractions)); @@ -106,7 +105,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Allow UoM Fractions. @return Allow Unit of Measure Fractions */ - public boolean isAllowUoMFractions () + public boolean isAllowUoMFractions() { Object oo = get_Value(COLUMNNAME_AllowUoMFractions); if (oo != null) @@ -119,7 +118,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Chargeable Quantity. - @param ChargeableQty Chargeable Quantity */ + @param ChargeableQty Chargeable Quantity + */ public void setChargeableQty (int ChargeableQty) { set_Value (COLUMNNAME_ChargeableQty, Integer.valueOf(ChargeableQty)); @@ -127,7 +127,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Chargeable Quantity. @return Chargeable Quantity */ - public int getChargeableQty () + public int getChargeableQty() { Integer ii = (Integer)get_Value(COLUMNNAME_ChargeableQty); if (ii == null) @@ -142,21 +142,20 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Tax Category. - @param C_TaxCategory_ID - Tax Category - */ + @param C_TaxCategory_ID Tax Category + */ public void setC_TaxCategory_ID (int C_TaxCategory_ID) { - if (C_TaxCategory_ID < 1) + if (C_TaxCategory_ID < 1) set_Value (COLUMNNAME_C_TaxCategory_ID, null); - else + else set_Value (COLUMNNAME_C_TaxCategory_ID, Integer.valueOf(C_TaxCategory_ID)); } /** Get Tax Category. @return Tax Category */ - public int getC_TaxCategory_ID () + public int getC_TaxCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxCategory_ID); if (ii == null) @@ -171,21 +170,20 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -194,9 +192,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -205,15 +202,14 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Day Slot. - @param IsDateSlot - Resource has day slot availability - */ + @param IsDateSlot Resource has day slot availability + */ public void setIsDateSlot (boolean IsDateSlot) { set_Value (COLUMNNAME_IsDateSlot, Boolean.valueOf(IsDateSlot)); @@ -222,7 +218,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Day Slot. @return Resource has day slot availability */ - public boolean isDateSlot () + public boolean isDateSlot() { Object oo = get_Value(COLUMNNAME_IsDateSlot); if (oo != null) @@ -235,9 +231,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Single Assignment only. - @param IsSingleAssignment - Only one assignment at a time (no double-booking or overlapping) - */ + @param IsSingleAssignment Only one assignment at a time (no double-booking or overlapping) + */ public void setIsSingleAssignment (boolean IsSingleAssignment) { set_Value (COLUMNNAME_IsSingleAssignment, Boolean.valueOf(IsSingleAssignment)); @@ -246,7 +241,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Single Assignment only. @return Only one assignment at a time (no double-booking or overlapping) */ - public boolean isSingleAssignment () + public boolean isSingleAssignment() { Object oo = get_Value(COLUMNNAME_IsSingleAssignment); if (oo != null) @@ -259,9 +254,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Time Slot. - @param IsTimeSlot - Resource has time slot availability - */ + @param IsTimeSlot Resource has time slot availability + */ public void setIsTimeSlot (boolean IsTimeSlot) { set_Value (COLUMNNAME_IsTimeSlot, Boolean.valueOf(IsTimeSlot)); @@ -270,7 +264,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Time Slot. @return Resource has time slot availability */ - public boolean isTimeSlot () + public boolean isTimeSlot() { Object oo = get_Value(COLUMNNAME_IsTimeSlot); if (oo != null) @@ -289,21 +283,20 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -312,9 +305,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -323,7 +315,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -337,9 +329,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Friday. - @param OnFriday - Available on Fridays - */ + @param OnFriday Available on Fridays + */ public void setOnFriday (boolean OnFriday) { set_Value (COLUMNNAME_OnFriday, Boolean.valueOf(OnFriday)); @@ -348,7 +339,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Friday. @return Available on Fridays */ - public boolean isOnFriday () + public boolean isOnFriday() { Object oo = get_Value(COLUMNNAME_OnFriday); if (oo != null) @@ -361,9 +352,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Monday. - @param OnMonday - Available on Mondays - */ + @param OnMonday Available on Mondays + */ public void setOnMonday (boolean OnMonday) { set_Value (COLUMNNAME_OnMonday, Boolean.valueOf(OnMonday)); @@ -372,7 +362,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Monday. @return Available on Mondays */ - public boolean isOnMonday () + public boolean isOnMonday() { Object oo = get_Value(COLUMNNAME_OnMonday); if (oo != null) @@ -385,9 +375,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Saturday. - @param OnSaturday - Available on Saturday - */ + @param OnSaturday Available on Saturday + */ public void setOnSaturday (boolean OnSaturday) { set_Value (COLUMNNAME_OnSaturday, Boolean.valueOf(OnSaturday)); @@ -396,7 +385,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Saturday. @return Available on Saturday */ - public boolean isOnSaturday () + public boolean isOnSaturday() { Object oo = get_Value(COLUMNNAME_OnSaturday); if (oo != null) @@ -409,9 +398,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Sunday. - @param OnSunday - Available on Sundays - */ + @param OnSunday Available on Sundays + */ public void setOnSunday (boolean OnSunday) { set_Value (COLUMNNAME_OnSunday, Boolean.valueOf(OnSunday)); @@ -420,7 +408,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Sunday. @return Available on Sundays */ - public boolean isOnSunday () + public boolean isOnSunday() { Object oo = get_Value(COLUMNNAME_OnSunday); if (oo != null) @@ -433,9 +421,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Thursday. - @param OnThursday - Available on Thursdays - */ + @param OnThursday Available on Thursdays + */ public void setOnThursday (boolean OnThursday) { set_Value (COLUMNNAME_OnThursday, Boolean.valueOf(OnThursday)); @@ -444,7 +431,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Thursday. @return Available on Thursdays */ - public boolean isOnThursday () + public boolean isOnThursday() { Object oo = get_Value(COLUMNNAME_OnThursday); if (oo != null) @@ -457,9 +444,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Tuesday. - @param OnTuesday - Available on Tuesdays - */ + @param OnTuesday Available on Tuesdays + */ public void setOnTuesday (boolean OnTuesday) { set_Value (COLUMNNAME_OnTuesday, Boolean.valueOf(OnTuesday)); @@ -468,7 +454,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Tuesday. @return Available on Tuesdays */ - public boolean isOnTuesday () + public boolean isOnTuesday() { Object oo = get_Value(COLUMNNAME_OnTuesday); if (oo != null) @@ -481,9 +467,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Wednesday. - @param OnWednesday - Available on Wednesdays - */ + @param OnWednesday Available on Wednesdays + */ public void setOnWednesday (boolean OnWednesday) { set_Value (COLUMNNAME_OnWednesday, Boolean.valueOf(OnWednesday)); @@ -492,7 +477,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Wednesday. @return Available on Wednesdays */ - public boolean isOnWednesday () + public boolean isOnWednesday() { Object oo = get_Value(COLUMNNAME_OnWednesday); if (oo != null) @@ -505,18 +490,19 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set Resource Type. - @param S_ResourceType_ID Resource Type */ + @param S_ResourceType_ID Resource Type + */ public void setS_ResourceType_ID (int S_ResourceType_ID) { - if (S_ResourceType_ID < 1) + if (S_ResourceType_ID < 1) set_ValueNoCheck (COLUMNNAME_S_ResourceType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_ResourceType_ID, Integer.valueOf(S_ResourceType_ID)); } /** Get Resource Type. @return Resource Type */ - public int getS_ResourceType_ID () + public int getS_ResourceType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_ResourceType_ID); if (ii == null) @@ -525,7 +511,8 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste } /** Set S_ResourceType_UU. - @param S_ResourceType_UU S_ResourceType_UU */ + @param S_ResourceType_UU S_ResourceType_UU + */ public void setS_ResourceType_UU (String S_ResourceType_UU) { set_Value (COLUMNNAME_S_ResourceType_UU, S_ResourceType_UU); @@ -533,15 +520,14 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get S_ResourceType_UU. @return S_ResourceType_UU */ - public String getS_ResourceType_UU () + public String getS_ResourceType_UU() { return (String)get_Value(COLUMNNAME_S_ResourceType_UU); } /** Set Slot End. - @param TimeSlotEnd - Time when timeslot ends - */ + @param TimeSlotEnd Time when timeslot ends + */ public void setTimeSlotEnd (Timestamp TimeSlotEnd) { set_Value (COLUMNNAME_TimeSlotEnd, TimeSlotEnd); @@ -550,15 +536,14 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Slot End. @return Time when timeslot ends */ - public Timestamp getTimeSlotEnd () + public Timestamp getTimeSlotEnd() { return (Timestamp)get_Value(COLUMNNAME_TimeSlotEnd); } /** Set Slot Start. - @param TimeSlotStart - Time when timeslot starts - */ + @param TimeSlotStart Time when timeslot starts + */ public void setTimeSlotStart (Timestamp TimeSlotStart) { set_Value (COLUMNNAME_TimeSlotStart, TimeSlotStart); @@ -567,15 +552,14 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Slot Start. @return Time when timeslot starts */ - public Timestamp getTimeSlotStart () + public Timestamp getTimeSlotStart() { return (Timestamp)get_Value(COLUMNNAME_TimeSlotStart); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -584,7 +568,7 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_S_ResourceUnAvailable.java b/org.adempiere.base/src/org/compiere/model/X_S_ResourceUnAvailable.java index 26be621626..405e5bc8bc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_ResourceUnAvailable.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_ResourceUnAvailable.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for S_ResourceUnAvailable * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="S_ResourceUnAvailable") public class X_S_ResourceUnAvailable extends PO implements I_S_ResourceUnAvailable, I_Persistent { @@ -32,7 +32,7 @@ public class X_S_ResourceUnAvailable extends PO implements I_S_ResourceUnAvailab /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_S_ResourceUnAvailable (Properties ctx, int S_ResourceUnAvailable_ID, String trxName) @@ -75,9 +75,8 @@ public class X_S_ResourceUnAvailable extends PO implements I_S_ResourceUnAvailab } /** Set Date From. - @param DateFrom - Starting date for a range - */ + @param DateFrom Starting date for a range + */ public void setDateFrom (Timestamp DateFrom) { set_Value (COLUMNNAME_DateFrom, DateFrom); @@ -86,15 +85,14 @@ public class X_S_ResourceUnAvailable extends PO implements I_S_ResourceUnAvailab /** Get Date From. @return Starting date for a range */ - public Timestamp getDateFrom () + public Timestamp getDateFrom() { return (Timestamp)get_Value(COLUMNNAME_DateFrom); } /** Set Date To. - @param DateTo - End date of a date range - */ + @param DateTo End date of a date range + */ public void setDateTo (Timestamp DateTo) { set_Value (COLUMNNAME_DateTo, DateTo); @@ -103,15 +101,14 @@ public class X_S_ResourceUnAvailable extends PO implements I_S_ResourceUnAvailab /** Get Date To. @return End date of a date range */ - public Timestamp getDateTo () + public Timestamp getDateTo() { return (Timestamp)get_Value(COLUMNNAME_DateTo); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -120,7 +117,7 @@ public class X_S_ResourceUnAvailable extends PO implements I_S_ResourceUnAvailab /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -132,21 +129,20 @@ public class X_S_ResourceUnAvailable extends PO implements I_S_ResourceUnAvailab } /** Set Resource. - @param S_Resource_ID - Resource - */ + @param S_Resource_ID Resource + */ public void setS_Resource_ID (int S_Resource_ID) { - if (S_Resource_ID < 1) + if (S_Resource_ID < 1) set_ValueNoCheck (COLUMNNAME_S_Resource_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); } /** Get Resource. @return Resource */ - public int getS_Resource_ID () + public int getS_Resource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); if (ii == null) @@ -163,18 +159,19 @@ public class X_S_ResourceUnAvailable extends PO implements I_S_ResourceUnAvailab } /** Set Resource Unavailability. - @param S_ResourceUnAvailable_ID Resource Unavailability */ + @param S_ResourceUnAvailable_ID Resource Unavailability + */ public void setS_ResourceUnAvailable_ID (int S_ResourceUnAvailable_ID) { - if (S_ResourceUnAvailable_ID < 1) + if (S_ResourceUnAvailable_ID < 1) set_ValueNoCheck (COLUMNNAME_S_ResourceUnAvailable_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_ResourceUnAvailable_ID, Integer.valueOf(S_ResourceUnAvailable_ID)); } /** Get Resource Unavailability. @return Resource Unavailability */ - public int getS_ResourceUnAvailable_ID () + public int getS_ResourceUnAvailable_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_ResourceUnAvailable_ID); if (ii == null) @@ -183,7 +180,8 @@ public class X_S_ResourceUnAvailable extends PO implements I_S_ResourceUnAvailab } /** Set S_ResourceUnAvailable_UU. - @param S_ResourceUnAvailable_UU S_ResourceUnAvailable_UU */ + @param S_ResourceUnAvailable_UU S_ResourceUnAvailable_UU + */ public void setS_ResourceUnAvailable_UU (String S_ResourceUnAvailable_UU) { set_Value (COLUMNNAME_S_ResourceUnAvailable_UU, S_ResourceUnAvailable_UU); @@ -191,7 +189,7 @@ public class X_S_ResourceUnAvailable extends PO implements I_S_ResourceUnAvailab /** Get S_ResourceUnAvailable_UU. @return S_ResourceUnAvailable_UU */ - public String getS_ResourceUnAvailable_UU () + public String getS_ResourceUnAvailable_UU() { return (String)get_Value(COLUMNNAME_S_ResourceUnAvailable_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_S_TimeExpense.java b/org.adempiere.base/src/org/compiere/model/X_S_TimeExpense.java index 6ebb26cdbd..1726646d36 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_TimeExpense.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_TimeExpense.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for S_TimeExpense * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="S_TimeExpense") public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent { @@ -34,7 +34,7 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_S_TimeExpense (Properties ctx, int S_TimeExpense_ID, String trxName) @@ -87,9 +87,8 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent } /** Set Approval Amount. - @param ApprovalAmt - Document Approval Amount - */ + @param ApprovalAmt Document Approval Amount + */ public void setApprovalAmt (BigDecimal ApprovalAmt) { set_Value (COLUMNNAME_ApprovalAmt, ApprovalAmt); @@ -98,7 +97,7 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent /** Get Approval Amount. @return Document Approval Amount */ - public BigDecimal getApprovalAmt () + public BigDecimal getApprovalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ApprovalAmt); if (bd == null) @@ -112,22 +111,21 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -136,9 +134,8 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent } /** Set Report Date. - @param DateReport - Expense/Time Report Date - */ + @param DateReport Expense/Time Report Date + */ public void setDateReport (Timestamp DateReport) { set_Value (COLUMNNAME_DateReport, DateReport); @@ -147,15 +144,14 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent /** Get Report Date. @return Expense/Time Report Date */ - public Timestamp getDateReport () + public Timestamp getDateReport() { return (Timestamp)get_Value(COLUMNNAME_DateReport); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -164,14 +160,14 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -200,9 +196,8 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -212,7 +207,7 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -244,9 +239,8 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -256,15 +250,14 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -273,7 +266,7 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -287,9 +280,8 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -298,7 +290,7 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -317,21 +309,20 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent } /** Set Price List. - @param M_PriceList_ID - Unique identifier of a Price List - */ + @param M_PriceList_ID Unique identifier of a Price List + */ public void setM_PriceList_ID (int M_PriceList_ID) { - if (M_PriceList_ID < 1) + if (M_PriceList_ID < 1) set_Value (COLUMNNAME_M_PriceList_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID)); } /** Get Price List. @return Unique identifier of a Price List */ - public int getM_PriceList_ID () + public int getM_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID); if (ii == null) @@ -346,21 +337,20 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -369,9 +359,8 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -380,7 +369,7 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -393,7 +382,8 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -401,7 +391,7 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -414,21 +404,20 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent } /** Set Expense Report. - @param S_TimeExpense_ID - Time and Expense Report - */ + @param S_TimeExpense_ID Time and Expense Report + */ public void setS_TimeExpense_ID (int S_TimeExpense_ID) { - if (S_TimeExpense_ID < 1) + if (S_TimeExpense_ID < 1) set_ValueNoCheck (COLUMNNAME_S_TimeExpense_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_TimeExpense_ID, Integer.valueOf(S_TimeExpense_ID)); } /** Get Expense Report. @return Time and Expense Report */ - public int getS_TimeExpense_ID () + public int getS_TimeExpense_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_TimeExpense_ID); if (ii == null) @@ -437,7 +426,8 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent } /** Set S_TimeExpense_UU. - @param S_TimeExpense_UU S_TimeExpense_UU */ + @param S_TimeExpense_UU S_TimeExpense_UU + */ public void setS_TimeExpense_UU (String S_TimeExpense_UU) { set_Value (COLUMNNAME_S_TimeExpense_UU, S_TimeExpense_UU); @@ -445,7 +435,7 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent /** Get S_TimeExpense_UU. @return S_TimeExpense_UU */ - public String getS_TimeExpense_UU () + public String getS_TimeExpense_UU() { return (String)get_Value(COLUMNNAME_S_TimeExpense_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_S_TimeExpenseLine.java b/org.adempiere.base/src/org/compiere/model/X_S_TimeExpenseLine.java index 0a6f384677..6818406e77 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_TimeExpenseLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_TimeExpenseLine.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for S_TimeExpenseLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="S_TimeExpenseLine") public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Persistent { @@ -34,7 +34,7 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_S_TimeExpenseLine (Properties ctx, int S_TimeExpenseLine_ID, String trxName) @@ -89,21 +89,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -117,22 +116,21 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -147,21 +145,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -176,21 +173,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -205,21 +201,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Invoice Line. - @param C_InvoiceLine_ID - Invoice Detail Line - */ + @param C_InvoiceLine_ID Invoice Detail Line + */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { - if (C_InvoiceLine_ID < 1) + if (C_InvoiceLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ - public int getC_InvoiceLine_ID () + public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) @@ -228,9 +223,8 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Converted Amount. - @param ConvertedAmt - Converted Amount - */ + @param ConvertedAmt Converted Amount + */ public void setConvertedAmt (BigDecimal ConvertedAmt) { set_Value (COLUMNNAME_ConvertedAmt, ConvertedAmt); @@ -239,7 +233,7 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get Converted Amount. @return Converted Amount */ - public BigDecimal getConvertedAmt () + public BigDecimal getConvertedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConvertedAmt); if (bd == null) @@ -254,21 +248,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -283,21 +276,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -312,21 +304,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Project Phase. - @param C_ProjectPhase_ID - Phase of a Project - */ + @param C_ProjectPhase_ID Phase of a Project + */ public void setC_ProjectPhase_ID (int C_ProjectPhase_ID) { - if (C_ProjectPhase_ID < 1) + if (C_ProjectPhase_ID < 1) set_Value (COLUMNNAME_C_ProjectPhase_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID)); } /** Get Project Phase. @return Phase of a Project */ - public int getC_ProjectPhase_ID () + public int getC_ProjectPhase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID); if (ii == null) @@ -341,21 +332,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Project Task. - @param C_ProjectTask_ID - Actual Project Task in a Phase - */ + @param C_ProjectTask_ID Actual Project Task in a Phase + */ public void setC_ProjectTask_ID (int C_ProjectTask_ID) { - if (C_ProjectTask_ID < 1) + if (C_ProjectTask_ID < 1) set_Value (COLUMNNAME_C_ProjectTask_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectTask_ID, Integer.valueOf(C_ProjectTask_ID)); } /** Get Project Task. @return Actual Project Task in a Phase */ - public int getC_ProjectTask_ID () + public int getC_ProjectTask_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectTask_ID); if (ii == null) @@ -370,21 +360,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -393,9 +382,8 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Expense Date. - @param DateExpense - Date of expense - */ + @param DateExpense Date of expense + */ public void setDateExpense (Timestamp DateExpense) { set_Value (COLUMNNAME_DateExpense, DateExpense); @@ -404,15 +392,14 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get Expense Date. @return Date of expense */ - public Timestamp getDateExpense () + public Timestamp getDateExpense() { return (Timestamp)get_Value(COLUMNNAME_DateExpense); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -421,15 +408,14 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Expense Amount. - @param ExpenseAmt - Amount for this expense - */ + @param ExpenseAmt Amount for this expense + */ public void setExpenseAmt (BigDecimal ExpenseAmt) { set_Value (COLUMNNAME_ExpenseAmt, ExpenseAmt); @@ -438,7 +424,7 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get Expense Amount. @return Amount for this expense */ - public BigDecimal getExpenseAmt () + public BigDecimal getExpenseAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ExpenseAmt); if (bd == null) @@ -447,9 +433,8 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Invoice Price. - @param InvoicePrice - Unit price to be invoiced or 0 for default price - */ + @param InvoicePrice Unit price to be invoiced or 0 for default price + */ public void setInvoicePrice (BigDecimal InvoicePrice) { set_Value (COLUMNNAME_InvoicePrice, InvoicePrice); @@ -458,7 +443,7 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get Invoice Price. @return Unit price to be invoiced or 0 for default price */ - public BigDecimal getInvoicePrice () + public BigDecimal getInvoicePrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_InvoicePrice); if (bd == null) @@ -467,9 +452,8 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Invoiced. - @param IsInvoiced - Is this invoiced? - */ + @param IsInvoiced Is this invoiced? + */ public void setIsInvoiced (boolean IsInvoiced) { set_Value (COLUMNNAME_IsInvoiced, Boolean.valueOf(IsInvoiced)); @@ -478,7 +462,7 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get Invoiced. @return Is this invoiced? */ - public boolean isInvoiced () + public boolean isInvoiced() { Object oo = get_Value(COLUMNNAME_IsInvoiced); if (oo != null) @@ -491,9 +475,8 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Time Report. - @param IsTimeReport - Line is a time report only (no expense) - */ + @param IsTimeReport Line is a time report only (no expense) + */ public void setIsTimeReport (boolean IsTimeReport) { set_Value (COLUMNNAME_IsTimeReport, Boolean.valueOf(IsTimeReport)); @@ -502,7 +485,7 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get Time Report. @return Line is a time report only (no expense) */ - public boolean isTimeReport () + public boolean isTimeReport() { Object oo = get_Value(COLUMNNAME_IsTimeReport); if (oo != null) @@ -515,9 +498,8 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -526,7 +508,7 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -549,21 +531,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -572,9 +553,8 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Note. - @param Note - Optional additional user defined information - */ + @param Note Optional additional user defined information + */ public void setNote (String Note) { set_Value (COLUMNNAME_Note, Note); @@ -583,24 +563,23 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get Note. @return Optional additional user defined information */ - public String getNote () + public String getNote() { return (String)get_Value(COLUMNNAME_Note); } /** Set Price Invoiced. - @param PriceInvoiced - The priced invoiced to the customer (in the currency of the customer's AR price list) - 0 for default price - */ + @param PriceInvoiced The priced invoiced to the customer (in the currency of the customer's AR price list) - 0 for default price + */ public void setPriceInvoiced (BigDecimal PriceInvoiced) { set_Value (COLUMNNAME_PriceInvoiced, PriceInvoiced); } /** Get Price Invoiced. - @return The priced invoiced to the customer (in the currency of the customer's AR price list) - 0 for default price + @return The priced invoiced to the customer (in the currency of the customer's AR price list) - 0 for default price */ - public BigDecimal getPriceInvoiced () + public BigDecimal getPriceInvoiced() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceInvoiced); if (bd == null) @@ -609,18 +588,17 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Price Reimbursed. - @param PriceReimbursed - The reimbursed price (in currency of the employee's AP price list) - */ + @param PriceReimbursed The reimbursed price (in currency of the employee's AP price list) + */ public void setPriceReimbursed (BigDecimal PriceReimbursed) { set_Value (COLUMNNAME_PriceReimbursed, PriceReimbursed); } /** Get Price Reimbursed. - @return The reimbursed price (in currency of the employee's AP price list) + @return The reimbursed price (in currency of the employee's AP price list) */ - public BigDecimal getPriceReimbursed () + public BigDecimal getPriceReimbursed() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceReimbursed); if (bd == null) @@ -629,9 +607,8 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -640,7 +617,7 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -653,9 +630,8 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -664,7 +640,7 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -673,9 +649,8 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Quantity Invoiced. - @param QtyInvoiced - Invoiced Quantity - */ + @param QtyInvoiced Invoiced Quantity + */ public void setQtyInvoiced (BigDecimal QtyInvoiced) { set_Value (COLUMNNAME_QtyInvoiced, QtyInvoiced); @@ -684,7 +659,7 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get Quantity Invoiced. @return Invoiced Quantity */ - public BigDecimal getQtyInvoiced () + public BigDecimal getQtyInvoiced() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyInvoiced); if (bd == null) @@ -693,9 +668,8 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Quantity Reimbursed. - @param QtyReimbursed - The reimbursed quantity - */ + @param QtyReimbursed The reimbursed quantity + */ public void setQtyReimbursed (BigDecimal QtyReimbursed) { set_Value (COLUMNNAME_QtyReimbursed, QtyReimbursed); @@ -704,7 +678,7 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get Quantity Reimbursed. @return The reimbursed quantity */ - public BigDecimal getQtyReimbursed () + public BigDecimal getQtyReimbursed() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReimbursed); if (bd == null) @@ -713,21 +687,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Resource Assignment. - @param S_ResourceAssignment_ID - Resource Assignment - */ + @param S_ResourceAssignment_ID Resource Assignment + */ public void setS_ResourceAssignment_ID (int S_ResourceAssignment_ID) { - if (S_ResourceAssignment_ID < 1) + if (S_ResourceAssignment_ID < 1) set_Value (COLUMNNAME_S_ResourceAssignment_ID, null); - else + else set_Value (COLUMNNAME_S_ResourceAssignment_ID, Integer.valueOf(S_ResourceAssignment_ID)); } /** Get Resource Assignment. @return Resource Assignment */ - public int getS_ResourceAssignment_ID () + public int getS_ResourceAssignment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_ResourceAssignment_ID); if (ii == null) @@ -742,21 +715,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Expense Report. - @param S_TimeExpense_ID - Time and Expense Report - */ + @param S_TimeExpense_ID Time and Expense Report + */ public void setS_TimeExpense_ID (int S_TimeExpense_ID) { - if (S_TimeExpense_ID < 1) + if (S_TimeExpense_ID < 1) set_ValueNoCheck (COLUMNNAME_S_TimeExpense_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_TimeExpense_ID, Integer.valueOf(S_TimeExpense_ID)); } /** Get Expense Report. @return Time and Expense Report */ - public int getS_TimeExpense_ID () + public int getS_TimeExpense_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_TimeExpense_ID); if (ii == null) @@ -765,21 +737,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Expense Line. - @param S_TimeExpenseLine_ID - Time and Expense Report Line - */ + @param S_TimeExpenseLine_ID Time and Expense Report Line + */ public void setS_TimeExpenseLine_ID (int S_TimeExpenseLine_ID) { - if (S_TimeExpenseLine_ID < 1) + if (S_TimeExpenseLine_ID < 1) set_ValueNoCheck (COLUMNNAME_S_TimeExpenseLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_TimeExpenseLine_ID, Integer.valueOf(S_TimeExpenseLine_ID)); } /** Get Expense Line. @return Time and Expense Report Line */ - public int getS_TimeExpenseLine_ID () + public int getS_TimeExpenseLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_TimeExpenseLine_ID); if (ii == null) @@ -788,7 +759,8 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set S_TimeExpenseLine_UU. - @param S_TimeExpenseLine_UU S_TimeExpenseLine_UU */ + @param S_TimeExpenseLine_UU S_TimeExpenseLine_UU + */ public void setS_TimeExpenseLine_UU (String S_TimeExpenseLine_UU) { set_Value (COLUMNNAME_S_TimeExpenseLine_UU, S_TimeExpenseLine_UU); @@ -796,7 +768,7 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe /** Get S_TimeExpenseLine_UU. @return S_TimeExpenseLine_UU */ - public String getS_TimeExpenseLine_UU () + public String getS_TimeExpenseLine_UU() { return (String)get_Value(COLUMNNAME_S_TimeExpenseLine_UU); } @@ -808,21 +780,20 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe } /** Set Time Type. - @param S_TimeType_ID - Type of time recorded - */ + @param S_TimeType_ID Type of time recorded + */ public void setS_TimeType_ID (int S_TimeType_ID) { - if (S_TimeType_ID < 1) + if (S_TimeType_ID < 1) set_Value (COLUMNNAME_S_TimeType_ID, null); - else + else set_Value (COLUMNNAME_S_TimeType_ID, Integer.valueOf(S_TimeType_ID)); } /** Get Time Type. @return Type of time recorded */ - public int getS_TimeType_ID () + public int getS_TimeType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_TimeType_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_S_TimeType.java b/org.adempiere.base/src/org/compiere/model/X_S_TimeType.java index 25c017ea64..b154447a42 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_TimeType.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_TimeType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for S_TimeType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="S_TimeType") public class X_S_TimeType extends PO implements I_S_TimeType, I_Persistent { @@ -31,7 +31,7 @@ public class X_S_TimeType extends PO implements I_S_TimeType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_S_TimeType (Properties ctx, int S_TimeType_ID, String trxName) @@ -73,9 +73,8 @@ public class X_S_TimeType extends PO implements I_S_TimeType, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -84,15 +83,14 @@ public class X_S_TimeType extends PO implements I_S_TimeType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -101,15 +99,14 @@ public class X_S_TimeType extends PO implements I_S_TimeType, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -118,7 +115,7 @@ public class X_S_TimeType extends PO implements I_S_TimeType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -132,21 +129,20 @@ public class X_S_TimeType extends PO implements I_S_TimeType, I_Persistent } /** Set Time Type. - @param S_TimeType_ID - Type of time recorded - */ + @param S_TimeType_ID Type of time recorded + */ public void setS_TimeType_ID (int S_TimeType_ID) { - if (S_TimeType_ID < 1) + if (S_TimeType_ID < 1) set_ValueNoCheck (COLUMNNAME_S_TimeType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_TimeType_ID, Integer.valueOf(S_TimeType_ID)); } /** Get Time Type. @return Type of time recorded */ - public int getS_TimeType_ID () + public int getS_TimeType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_TimeType_ID); if (ii == null) @@ -155,7 +151,8 @@ public class X_S_TimeType extends PO implements I_S_TimeType, I_Persistent } /** Set S_TimeType_UU. - @param S_TimeType_UU S_TimeType_UU */ + @param S_TimeType_UU S_TimeType_UU + */ public void setS_TimeType_UU (String S_TimeType_UU) { set_Value (COLUMNNAME_S_TimeType_UU, S_TimeType_UU); @@ -163,7 +160,7 @@ public class X_S_TimeType extends PO implements I_S_TimeType, I_Persistent /** Get S_TimeType_UU. @return S_TimeType_UU */ - public String getS_TimeType_UU () + public String getS_TimeType_UU() { return (String)get_Value(COLUMNNAME_S_TimeType_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_S_Training.java b/org.adempiere.base/src/org/compiere/model/X_S_Training.java index 3a79be1ec7..f3b79c3cbe 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_Training.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_Training.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for S_Training * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="S_Training") public class X_S_Training extends PO implements I_S_Training, I_Persistent { @@ -31,7 +31,7 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_S_Training (Properties ctx, int S_Training_ID, String trxName) @@ -82,21 +82,20 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent } /** Set Tax Category. - @param C_TaxCategory_ID - Tax Category - */ + @param C_TaxCategory_ID Tax Category + */ public void setC_TaxCategory_ID (int C_TaxCategory_ID) { - if (C_TaxCategory_ID < 1) + if (C_TaxCategory_ID < 1) set_Value (COLUMNNAME_C_TaxCategory_ID, null); - else + else set_Value (COLUMNNAME_C_TaxCategory_ID, Integer.valueOf(C_TaxCategory_ID)); } /** Get Tax Category. @return Tax Category */ - public int getC_TaxCategory_ID () + public int getC_TaxCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxCategory_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -134,9 +132,8 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -145,15 +142,14 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Description URL. - @param DescriptionURL - URL for the description - */ + @param DescriptionURL URL for the description + */ public void setDescriptionURL (String DescriptionURL) { set_Value (COLUMNNAME_DescriptionURL, DescriptionURL); @@ -162,15 +158,14 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent /** Get Description URL. @return URL for the description */ - public String getDescriptionURL () + public String getDescriptionURL() { return (String)get_Value(COLUMNNAME_DescriptionURL); } /** Set Document Note. - @param DocumentNote - Additional information for a Document - */ + @param DocumentNote Additional information for a Document + */ public void setDocumentNote (String DocumentNote) { set_Value (COLUMNNAME_DocumentNote, DocumentNote); @@ -179,15 +174,14 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent /** Get Document Note. @return Additional information for a Document */ - public String getDocumentNote () + public String getDocumentNote() { return (String)get_Value(COLUMNNAME_DocumentNote); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -196,15 +190,14 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Image URL. - @param ImageURL - URL of image - */ + @param ImageURL URL of image + */ public void setImageURL (String ImageURL) { set_Value (COLUMNNAME_ImageURL, ImageURL); @@ -213,7 +206,7 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent /** Get Image URL. @return URL of image */ - public String getImageURL () + public String getImageURL() { return (String)get_Value(COLUMNNAME_ImageURL); } @@ -225,21 +218,20 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -248,9 +240,8 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -259,7 +250,7 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -273,7 +264,8 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -281,7 +273,7 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -294,21 +286,20 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent } /** Set Training. - @param S_Training_ID - Repeated Training - */ + @param S_Training_ID Repeated Training + */ public void setS_Training_ID (int S_Training_ID) { - if (S_Training_ID < 1) + if (S_Training_ID < 1) set_ValueNoCheck (COLUMNNAME_S_Training_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_Training_ID, Integer.valueOf(S_Training_ID)); } /** Get Training. @return Repeated Training */ - public int getS_Training_ID () + public int getS_Training_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Training_ID); if (ii == null) @@ -317,7 +308,8 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent } /** Set S_Training_UU. - @param S_Training_UU S_Training_UU */ + @param S_Training_UU S_Training_UU + */ public void setS_Training_UU (String S_Training_UU) { set_Value (COLUMNNAME_S_Training_UU, S_Training_UU); @@ -325,7 +317,7 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent /** Get S_Training_UU. @return S_Training_UU */ - public String getS_Training_UU () + public String getS_Training_UU() { return (String)get_Value(COLUMNNAME_S_Training_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_S_Training_Class.java b/org.adempiere.base/src/org/compiere/model/X_S_Training_Class.java index 337d70ba37..2532338c19 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_Training_Class.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_Training_Class.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for S_Training_Class * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="S_Training_Class") public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Persistent { @@ -32,7 +32,7 @@ public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_S_Training_Class (Properties ctx, int S_Training_Class_ID, String trxName) @@ -77,9 +77,8 @@ public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Pers } /** Set End Date. - @param EndDate - Last effective date (inclusive) - */ + @param EndDate Last effective date (inclusive) + */ public void setEndDate (Timestamp EndDate) { set_Value (COLUMNNAME_EndDate, EndDate); @@ -88,7 +87,7 @@ public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Pers /** Get End Date. @return Last effective date (inclusive) */ - public Timestamp getEndDate () + public Timestamp getEndDate() { return (Timestamp)get_Value(COLUMNNAME_EndDate); } @@ -100,21 +99,20 @@ public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Pers } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -123,9 +121,8 @@ public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Pers } /** Set Start Date. - @param StartDate - First effective day (inclusive) - */ + @param StartDate First effective day (inclusive) + */ public void setStartDate (Timestamp StartDate) { set_Value (COLUMNNAME_StartDate, StartDate); @@ -134,7 +131,7 @@ public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Pers /** Get Start Date. @return First effective day (inclusive) */ - public Timestamp getStartDate () + public Timestamp getStartDate() { return (Timestamp)get_Value(COLUMNNAME_StartDate); } @@ -148,21 +145,20 @@ public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Pers } /** Set Training Class. - @param S_Training_Class_ID - The actual training class instance - */ + @param S_Training_Class_ID The actual training class instance + */ public void setS_Training_Class_ID (int S_Training_Class_ID) { - if (S_Training_Class_ID < 1) + if (S_Training_Class_ID < 1) set_ValueNoCheck (COLUMNNAME_S_Training_Class_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_Training_Class_ID, Integer.valueOf(S_Training_Class_ID)); } /** Get Training Class. @return The actual training class instance */ - public int getS_Training_Class_ID () + public int getS_Training_Class_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Training_Class_ID); if (ii == null) @@ -171,7 +167,8 @@ public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Pers } /** Set S_Training_Class_UU. - @param S_Training_Class_UU S_Training_Class_UU */ + @param S_Training_Class_UU S_Training_Class_UU + */ public void setS_Training_Class_UU (String S_Training_Class_UU) { set_Value (COLUMNNAME_S_Training_Class_UU, S_Training_Class_UU); @@ -179,7 +176,7 @@ public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Pers /** Get S_Training_Class_UU. @return S_Training_Class_UU */ - public String getS_Training_Class_UU () + public String getS_Training_Class_UU() { return (String)get_Value(COLUMNNAME_S_Training_Class_UU); } @@ -191,21 +188,20 @@ public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Pers } /** Set Training. - @param S_Training_ID - Repeated Training - */ + @param S_Training_ID Repeated Training + */ public void setS_Training_ID (int S_Training_ID) { - if (S_Training_ID < 1) + if (S_Training_ID < 1) set_ValueNoCheck (COLUMNNAME_S_Training_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_Training_ID, Integer.valueOf(S_Training_ID)); } /** Get Training. @return Repeated Training */ - public int getS_Training_ID () + public int getS_Training_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Training_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_T_1099Extract.java b/org.adempiere.base/src/org/compiere/model/X_T_1099Extract.java index e81bd5f737..b78643e829 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_1099Extract.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_1099Extract.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for T_1099Extract * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_1099Extract") public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent { @@ -33,7 +33,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_1099Extract (Properties ctx, int T_1099Extract_ID, String trxName) @@ -83,21 +83,20 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -106,7 +105,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 1. - @param AmtBucket01 Amount Bucket 1 */ + @param AmtBucket01 Amount Bucket 1 + */ public void setAmtBucket01 (BigDecimal AmtBucket01) { set_Value (COLUMNNAME_AmtBucket01, AmtBucket01); @@ -114,7 +114,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 1. @return Amount Bucket 1 */ - public BigDecimal getAmtBucket01 () + public BigDecimal getAmtBucket01() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket01); if (bd == null) @@ -123,7 +123,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 2. - @param AmtBucket02 Amount Bucket 2 */ + @param AmtBucket02 Amount Bucket 2 + */ public void setAmtBucket02 (BigDecimal AmtBucket02) { set_Value (COLUMNNAME_AmtBucket02, AmtBucket02); @@ -131,7 +132,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 2. @return Amount Bucket 2 */ - public BigDecimal getAmtBucket02 () + public BigDecimal getAmtBucket02() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket02); if (bd == null) @@ -140,7 +141,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 3. - @param AmtBucket03 Amount Bucket 3 */ + @param AmtBucket03 Amount Bucket 3 + */ public void setAmtBucket03 (BigDecimal AmtBucket03) { set_Value (COLUMNNAME_AmtBucket03, AmtBucket03); @@ -148,7 +150,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 3. @return Amount Bucket 3 */ - public BigDecimal getAmtBucket03 () + public BigDecimal getAmtBucket03() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket03); if (bd == null) @@ -157,7 +159,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 4. - @param AmtBucket04 Amount Bucket 4 */ + @param AmtBucket04 Amount Bucket 4 + */ public void setAmtBucket04 (BigDecimal AmtBucket04) { set_Value (COLUMNNAME_AmtBucket04, AmtBucket04); @@ -165,7 +168,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 4. @return Amount Bucket 4 */ - public BigDecimal getAmtBucket04 () + public BigDecimal getAmtBucket04() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket04); if (bd == null) @@ -174,7 +177,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 5. - @param AmtBucket05 Amount Bucket 5 */ + @param AmtBucket05 Amount Bucket 5 + */ public void setAmtBucket05 (BigDecimal AmtBucket05) { set_Value (COLUMNNAME_AmtBucket05, AmtBucket05); @@ -182,7 +186,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 5. @return Amount Bucket 5 */ - public BigDecimal getAmtBucket05 () + public BigDecimal getAmtBucket05() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket05); if (bd == null) @@ -191,7 +195,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 6. - @param AmtBucket06 Amount Bucket 6 */ + @param AmtBucket06 Amount Bucket 6 + */ public void setAmtBucket06 (BigDecimal AmtBucket06) { set_Value (COLUMNNAME_AmtBucket06, AmtBucket06); @@ -199,7 +204,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 6. @return Amount Bucket 6 */ - public BigDecimal getAmtBucket06 () + public BigDecimal getAmtBucket06() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket06); if (bd == null) @@ -208,7 +213,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 7. - @param AmtBucket07 Amount Bucket 7 */ + @param AmtBucket07 Amount Bucket 7 + */ public void setAmtBucket07 (BigDecimal AmtBucket07) { set_Value (COLUMNNAME_AmtBucket07, AmtBucket07); @@ -216,7 +222,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 7. @return Amount Bucket 7 */ - public BigDecimal getAmtBucket07 () + public BigDecimal getAmtBucket07() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket07); if (bd == null) @@ -225,7 +231,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 8. - @param AmtBucket08 Amount Bucket 8 */ + @param AmtBucket08 Amount Bucket 8 + */ public void setAmtBucket08 (BigDecimal AmtBucket08) { set_Value (COLUMNNAME_AmtBucket08, AmtBucket08); @@ -233,7 +240,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 8. @return Amount Bucket 8 */ - public BigDecimal getAmtBucket08 () + public BigDecimal getAmtBucket08() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket08); if (bd == null) @@ -242,7 +249,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 9. - @param AmtBucket09 Amount Bucket 9 */ + @param AmtBucket09 Amount Bucket 9 + */ public void setAmtBucket09 (BigDecimal AmtBucket09) { set_Value (COLUMNNAME_AmtBucket09, AmtBucket09); @@ -250,7 +258,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 9. @return Amount Bucket 9 */ - public BigDecimal getAmtBucket09 () + public BigDecimal getAmtBucket09() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket09); if (bd == null) @@ -259,7 +267,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 10. - @param AmtBucket10 Amount Bucket 10 */ + @param AmtBucket10 Amount Bucket 10 + */ public void setAmtBucket10 (BigDecimal AmtBucket10) { set_Value (COLUMNNAME_AmtBucket10, AmtBucket10); @@ -267,7 +276,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 10. @return Amount Bucket 10 */ - public BigDecimal getAmtBucket10 () + public BigDecimal getAmtBucket10() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket10); if (bd == null) @@ -276,7 +285,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 11. - @param AmtBucket11 Amount Bucket 11 */ + @param AmtBucket11 Amount Bucket 11 + */ public void setAmtBucket11 (BigDecimal AmtBucket11) { set_Value (COLUMNNAME_AmtBucket11, AmtBucket11); @@ -284,7 +294,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 11. @return Amount Bucket 11 */ - public BigDecimal getAmtBucket11 () + public BigDecimal getAmtBucket11() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket11); if (bd == null) @@ -293,7 +303,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 12. - @param AmtBucket12 Amount Bucket 12 */ + @param AmtBucket12 Amount Bucket 12 + */ public void setAmtBucket12 (BigDecimal AmtBucket12) { set_Value (COLUMNNAME_AmtBucket12, AmtBucket12); @@ -301,7 +312,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 12. @return Amount Bucket 12 */ - public BigDecimal getAmtBucket12 () + public BigDecimal getAmtBucket12() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket12); if (bd == null) @@ -310,7 +321,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 13. - @param AmtBucket13 Amount Bucket 13 */ + @param AmtBucket13 Amount Bucket 13 + */ public void setAmtBucket13 (BigDecimal AmtBucket13) { set_Value (COLUMNNAME_AmtBucket13, AmtBucket13); @@ -318,7 +330,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 13. @return Amount Bucket 13 */ - public BigDecimal getAmtBucket13 () + public BigDecimal getAmtBucket13() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket13); if (bd == null) @@ -327,7 +339,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 14. - @param AmtBucket14 Amount Bucket 14 */ + @param AmtBucket14 Amount Bucket 14 + */ public void setAmtBucket14 (BigDecimal AmtBucket14) { set_Value (COLUMNNAME_AmtBucket14, AmtBucket14); @@ -335,7 +348,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 14. @return Amount Bucket 14 */ - public BigDecimal getAmtBucket14 () + public BigDecimal getAmtBucket14() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket14); if (bd == null) @@ -344,7 +357,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 15. - @param AmtBucket15 Amount Bucket 15 */ + @param AmtBucket15 Amount Bucket 15 + */ public void setAmtBucket15 (BigDecimal AmtBucket15) { set_Value (COLUMNNAME_AmtBucket15, AmtBucket15); @@ -352,7 +366,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 15. @return Amount Bucket 15 */ - public BigDecimal getAmtBucket15 () + public BigDecimal getAmtBucket15() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket15); if (bd == null) @@ -361,7 +375,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Amount Bucket 16. - @param AmtBucket16 Amount Bucket 16 */ + @param AmtBucket16 Amount Bucket 16 + */ public void setAmtBucket16 (BigDecimal AmtBucket16) { set_Value (COLUMNNAME_AmtBucket16, AmtBucket16); @@ -369,7 +384,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Amount Bucket 16. @return Amount Bucket 16 */ - public BigDecimal getAmtBucket16 () + public BigDecimal getAmtBucket16() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtBucket16); if (bd == null) @@ -383,22 +398,21 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -413,21 +427,20 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -436,7 +449,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Cut Date. - @param Cut_Date Cut Date */ + @param Cut_Date Cut Date + */ public void setCut_Date (Timestamp Cut_Date) { set_Value (COLUMNNAME_Cut_Date, Cut_Date); @@ -444,13 +458,14 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Cut Date. @return Cut Date */ - public Timestamp getCut_Date () + public Timestamp getCut_Date() { return (Timestamp)get_Value(COLUMNNAME_Cut_Date); } /** Set Cut Year. - @param Cut_Year Cut Year */ + @param Cut_Year Cut Year + */ public void setCut_Year (int Cut_Year) { set_Value (COLUMNNAME_Cut_Year, Integer.valueOf(Cut_Year)); @@ -458,7 +473,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Cut Year. @return Cut Year */ - public int getCut_Year () + public int getCut_Year() { Integer ii = (Integer)get_Value(COLUMNNAME_Cut_Year); if (ii == null) @@ -467,9 +482,8 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -478,13 +492,14 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set T_1099Extract_UU. - @param T_1099Extract_UU T_1099Extract_UU */ + @param T_1099Extract_UU T_1099Extract_UU + */ public void setT_1099Extract_UU (String T_1099Extract_UU) { set_Value (COLUMNNAME_T_1099Extract_UU, T_1099Extract_UU); @@ -492,15 +507,14 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get T_1099Extract_UU. @return T_1099Extract_UU */ - public String getT_1099Extract_UU () + public String getT_1099Extract_UU() { return (String)get_Value(COLUMNNAME_T_1099Extract_UU); } /** Set Tax ID. - @param TaxID - Tax Identification - */ + @param TaxID Tax Identification + */ public void setTaxID (String TaxID) { set_Value (COLUMNNAME_TaxID, TaxID); @@ -509,15 +523,14 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Tax ID. @return Tax Identification */ - public String getTaxID () + public String getTaxID() { return (String)get_Value(COLUMNNAME_TaxID); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -526,7 +539,7 @@ public class X_T_1099Extract extends PO implements I_T_1099Extract, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_T_Aging.java b/org.adempiere.base/src/org/compiere/model/X_T_Aging.java index fd183043db..69346071b9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_Aging.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_Aging.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for T_Aging * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_Aging") public class X_T_Aging extends PO implements I_T_Aging, I_Persistent { @@ -33,7 +33,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_Aging (Properties ctx, int T_Aging_ID, String trxName) @@ -109,21 +109,20 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -138,21 +137,20 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -166,22 +164,21 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -196,21 +193,20 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ + @param C_BP_Group_ID Business Partner Group + */ public void setC_BP_Group_ID (int C_BP_Group_ID) { - if (C_BP_Group_ID < 1) + if (C_BP_Group_ID < 1) set_Value (COLUMNNAME_C_BP_Group_ID, null); - else + else set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); } /** Get Business Partner Group. @return Business Partner Group */ - public int getC_BP_Group_ID () + public int getC_BP_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); if (ii == null) @@ -225,21 +221,20 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -254,21 +249,20 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Currency_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -283,21 +277,20 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -312,21 +305,20 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Invoice Payment Schedule. - @param C_InvoicePaySchedule_ID - Invoice Payment Schedule - */ + @param C_InvoicePaySchedule_ID Invoice Payment Schedule + */ public void setC_InvoicePaySchedule_ID (int C_InvoicePaySchedule_ID) { - if (C_InvoicePaySchedule_ID < 1) + if (C_InvoicePaySchedule_ID < 1) set_Value (COLUMNNAME_C_InvoicePaySchedule_ID, null); - else + else set_Value (COLUMNNAME_C_InvoicePaySchedule_ID, Integer.valueOf(C_InvoicePaySchedule_ID)); } /** Get Invoice Payment Schedule. @return Invoice Payment Schedule */ - public int getC_InvoicePaySchedule_ID () + public int getC_InvoicePaySchedule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoicePaySchedule_ID); if (ii == null) @@ -341,18 +333,19 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Convert Amounts in Currency. - @param ConvertAmountsInCurrency_ID Convert Amounts in Currency */ + @param ConvertAmountsInCurrency_ID Convert Amounts in Currency + */ public void setConvertAmountsInCurrency_ID (int ConvertAmountsInCurrency_ID) { - if (ConvertAmountsInCurrency_ID < 1) + if (ConvertAmountsInCurrency_ID < 1) set_Value (COLUMNNAME_ConvertAmountsInCurrency_ID, null); - else + else set_Value (COLUMNNAME_ConvertAmountsInCurrency_ID, Integer.valueOf(ConvertAmountsInCurrency_ID)); } /** Get Convert Amounts in Currency. @return Convert Amounts in Currency */ - public int getConvertAmountsInCurrency_ID () + public int getConvertAmountsInCurrency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ConvertAmountsInCurrency_ID); if (ii == null) @@ -367,21 +360,20 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -390,9 +382,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (boolean DateAcct) { set_Value (COLUMNNAME_DateAcct, Boolean.valueOf(DateAcct)); @@ -401,7 +392,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Account Date. @return Accounting Date */ - public boolean isDateAcct () + public boolean isDateAcct() { Object oo = get_Value(COLUMNNAME_DateAcct); if (oo != null) @@ -414,9 +405,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Days due. - @param DaysDue - Number of days due (negative: due in number of days) - */ + @param DaysDue Number of days due (negative: due in number of days) + */ public void setDaysDue (int DaysDue) { set_Value (COLUMNNAME_DaysDue, Integer.valueOf(DaysDue)); @@ -425,7 +415,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Days due. @return Number of days due (negative: due in number of days) */ - public int getDaysDue () + public int getDaysDue() { Integer ii = (Integer)get_Value(COLUMNNAME_DaysDue); if (ii == null) @@ -434,7 +424,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Due Today. - @param Due0 Due Today */ + @param Due0 Due Today + */ public void setDue0 (BigDecimal Due0) { set_Value (COLUMNNAME_Due0, Due0); @@ -442,7 +433,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Due Today. @return Due Today */ - public BigDecimal getDue0 () + public BigDecimal getDue0() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Due0); if (bd == null) @@ -451,7 +442,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Due Today-30. - @param Due0_30 Due Today-30 */ + @param Due0_30 Due Today-30 + */ public void setDue0_30 (BigDecimal Due0_30) { set_Value (COLUMNNAME_Due0_30, Due0_30); @@ -459,7 +451,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Due Today-30. @return Due Today-30 */ - public BigDecimal getDue0_30 () + public BigDecimal getDue0_30() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Due0_30); if (bd == null) @@ -468,7 +460,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Due Today-7. - @param Due0_7 Due Today-7 */ + @param Due0_7 Due Today-7 + */ public void setDue0_7 (BigDecimal Due0_7) { set_Value (COLUMNNAME_Due0_7, Due0_7); @@ -476,7 +469,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Due Today-7. @return Due Today-7 */ - public BigDecimal getDue0_7 () + public BigDecimal getDue0_7() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Due0_7); if (bd == null) @@ -485,7 +478,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Due 1-7. - @param Due1_7 Due 1-7 */ + @param Due1_7 Due 1-7 + */ public void setDue1_7 (BigDecimal Due1_7) { set_Value (COLUMNNAME_Due1_7, Due1_7); @@ -493,7 +487,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Due 1-7. @return Due 1-7 */ - public BigDecimal getDue1_7 () + public BigDecimal getDue1_7() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Due1_7); if (bd == null) @@ -502,7 +496,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Due 31-60. - @param Due31_60 Due 31-60 */ + @param Due31_60 Due 31-60 + */ public void setDue31_60 (BigDecimal Due31_60) { set_Value (COLUMNNAME_Due31_60, Due31_60); @@ -510,7 +505,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Due 31-60. @return Due 31-60 */ - public BigDecimal getDue31_60 () + public BigDecimal getDue31_60() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Due31_60); if (bd == null) @@ -518,16 +513,17 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return bd; } - /** Set Due > 31. - @param Due31_Plus Due > 31 */ + /** Set Due > 31. + @param Due31_Plus Due > 31 + */ public void setDue31_Plus (BigDecimal Due31_Plus) { set_Value (COLUMNNAME_Due31_Plus, Due31_Plus); } - /** Get Due > 31. - @return Due > 31 */ - public BigDecimal getDue31_Plus () + /** Get Due > 31. + @return Due > 31 */ + public BigDecimal getDue31_Plus() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Due31_Plus); if (bd == null) @@ -536,7 +532,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Due 61-90. - @param Due61_90 Due 61-90 */ + @param Due61_90 Due 61-90 + */ public void setDue61_90 (BigDecimal Due61_90) { set_Value (COLUMNNAME_Due61_90, Due61_90); @@ -544,7 +541,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Due 61-90. @return Due 61-90 */ - public BigDecimal getDue61_90 () + public BigDecimal getDue61_90() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Due61_90); if (bd == null) @@ -552,16 +549,17 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return bd; } - /** Set Due > 61. - @param Due61_Plus Due > 61 */ + /** Set Due > 61. + @param Due61_Plus Due > 61 + */ public void setDue61_Plus (BigDecimal Due61_Plus) { set_Value (COLUMNNAME_Due61_Plus, Due61_Plus); } - /** Get Due > 61. - @return Due > 61 */ - public BigDecimal getDue61_Plus () + /** Get Due > 61. + @return Due > 61 */ + public BigDecimal getDue61_Plus() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Due61_Plus); if (bd == null) @@ -570,7 +568,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Due 8-30. - @param Due8_30 Due 8-30 */ + @param Due8_30 Due 8-30 + */ public void setDue8_30 (BigDecimal Due8_30) { set_Value (COLUMNNAME_Due8_30, Due8_30); @@ -578,7 +577,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Due 8-30. @return Due 8-30 */ - public BigDecimal getDue8_30 () + public BigDecimal getDue8_30() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Due8_30); if (bd == null) @@ -586,16 +585,17 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return bd; } - /** Set Due > 91. - @param Due91_Plus Due > 91 */ + /** Set Due > 91. + @param Due91_Plus Due > 91 + */ public void setDue91_Plus (BigDecimal Due91_Plus) { set_Value (COLUMNNAME_Due91_Plus, Due91_Plus); } - /** Get Due > 91. - @return Due > 91 */ - public BigDecimal getDue91_Plus () + /** Get Due > 91. + @return Due > 91 */ + public BigDecimal getDue91_Plus() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Due91_Plus); if (bd == null) @@ -604,9 +604,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Amount due. - @param DueAmt - Amount of the payment due - */ + @param DueAmt Amount of the payment due + */ public void setDueAmt (BigDecimal DueAmt) { set_Value (COLUMNNAME_DueAmt, DueAmt); @@ -615,7 +614,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Amount due. @return Amount of the payment due */ - public BigDecimal getDueAmt () + public BigDecimal getDueAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DueAmt); if (bd == null) @@ -624,9 +623,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Due Date. - @param DueDate - Date when the payment is due - */ + @param DueDate Date when the payment is due + */ public void setDueDate (Timestamp DueDate) { set_Value (COLUMNNAME_DueDate, DueDate); @@ -635,15 +633,14 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Due Date. @return Date when the payment is due */ - public Timestamp getDueDate () + public Timestamp getDueDate() { return (Timestamp)get_Value(COLUMNNAME_DueDate); } /** Set Invoiced Amount. - @param InvoicedAmt - The amount invoiced - */ + @param InvoicedAmt The amount invoiced + */ public void setInvoicedAmt (BigDecimal InvoicedAmt) { set_Value (COLUMNNAME_InvoicedAmt, InvoicedAmt); @@ -652,7 +649,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Invoiced Amount. @return The amount invoiced */ - public BigDecimal getInvoicedAmt () + public BigDecimal getInvoicedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_InvoicedAmt); if (bd == null) @@ -661,9 +658,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set List Invoices. - @param IsListInvoices - Include List of Invoices - */ + @param IsListInvoices Include List of Invoices + */ public void setIsListInvoices (boolean IsListInvoices) { set_Value (COLUMNNAME_IsListInvoices, Boolean.valueOf(IsListInvoices)); @@ -672,7 +668,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get List Invoices. @return Include List of Invoices */ - public boolean isListInvoices () + public boolean isListInvoices() { Object oo = get_Value(COLUMNNAME_IsListInvoices); if (oo != null) @@ -685,9 +681,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -696,7 +691,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -709,9 +704,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Open Amount. - @param OpenAmt - Open item amount - */ + @param OpenAmt Open item amount + */ public void setOpenAmt (BigDecimal OpenAmt) { set_Value (COLUMNNAME_OpenAmt, OpenAmt); @@ -720,7 +714,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Open Amount. @return Open item amount */ - public BigDecimal getOpenAmt () + public BigDecimal getOpenAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OpenAmt); if (bd == null) @@ -729,7 +723,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Past Due 1-30. - @param PastDue1_30 Past Due 1-30 */ + @param PastDue1_30 Past Due 1-30 + */ public void setPastDue1_30 (BigDecimal PastDue1_30) { set_Value (COLUMNNAME_PastDue1_30, PastDue1_30); @@ -737,7 +732,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Past Due 1-30. @return Past Due 1-30 */ - public BigDecimal getPastDue1_30 () + public BigDecimal getPastDue1_30() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PastDue1_30); if (bd == null) @@ -746,7 +741,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Past Due 1-7. - @param PastDue1_7 Past Due 1-7 */ + @param PastDue1_7 Past Due 1-7 + */ public void setPastDue1_7 (BigDecimal PastDue1_7) { set_Value (COLUMNNAME_PastDue1_7, PastDue1_7); @@ -754,7 +750,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Past Due 1-7. @return Past Due 1-7 */ - public BigDecimal getPastDue1_7 () + public BigDecimal getPastDue1_7() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PastDue1_7); if (bd == null) @@ -763,7 +759,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Past Due 31-60. - @param PastDue31_60 Past Due 31-60 */ + @param PastDue31_60 Past Due 31-60 + */ public void setPastDue31_60 (BigDecimal PastDue31_60) { set_Value (COLUMNNAME_PastDue31_60, PastDue31_60); @@ -771,7 +768,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Past Due 31-60. @return Past Due 31-60 */ - public BigDecimal getPastDue31_60 () + public BigDecimal getPastDue31_60() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PastDue31_60); if (bd == null) @@ -779,16 +776,17 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return bd; } - /** Set Past Due > 31. - @param PastDue31_Plus Past Due > 31 */ + /** Set Past Due > 31. + @param PastDue31_Plus Past Due > 31 + */ public void setPastDue31_Plus (BigDecimal PastDue31_Plus) { set_Value (COLUMNNAME_PastDue31_Plus, PastDue31_Plus); } - /** Get Past Due > 31. - @return Past Due > 31 */ - public BigDecimal getPastDue31_Plus () + /** Get Past Due > 31. + @return Past Due > 31 */ + public BigDecimal getPastDue31_Plus() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PastDue31_Plus); if (bd == null) @@ -797,7 +795,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Past Due 61-90. - @param PastDue61_90 Past Due 61-90 */ + @param PastDue61_90 Past Due 61-90 + */ public void setPastDue61_90 (BigDecimal PastDue61_90) { set_Value (COLUMNNAME_PastDue61_90, PastDue61_90); @@ -805,7 +804,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Past Due 61-90. @return Past Due 61-90 */ - public BigDecimal getPastDue61_90 () + public BigDecimal getPastDue61_90() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PastDue61_90); if (bd == null) @@ -813,16 +812,17 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return bd; } - /** Set Past Due > 61. - @param PastDue61_Plus Past Due > 61 */ + /** Set Past Due > 61. + @param PastDue61_Plus Past Due > 61 + */ public void setPastDue61_Plus (BigDecimal PastDue61_Plus) { set_Value (COLUMNNAME_PastDue61_Plus, PastDue61_Plus); } - /** Get Past Due > 61. - @return Past Due > 61 */ - public BigDecimal getPastDue61_Plus () + /** Get Past Due > 61. + @return Past Due > 61 */ + public BigDecimal getPastDue61_Plus() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PastDue61_Plus); if (bd == null) @@ -831,7 +831,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Past Due 8-30. - @param PastDue8_30 Past Due 8-30 */ + @param PastDue8_30 Past Due 8-30 + */ public void setPastDue8_30 (BigDecimal PastDue8_30) { set_Value (COLUMNNAME_PastDue8_30, PastDue8_30); @@ -839,7 +840,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Past Due 8-30. @return Past Due 8-30 */ - public BigDecimal getPastDue8_30 () + public BigDecimal getPastDue8_30() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PastDue8_30); if (bd == null) @@ -847,16 +848,17 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return bd; } - /** Set Past Due > 91. - @param PastDue91_Plus Past Due > 91 */ + /** Set Past Due > 91. + @param PastDue91_Plus Past Due > 91 + */ public void setPastDue91_Plus (BigDecimal PastDue91_Plus) { set_Value (COLUMNNAME_PastDue91_Plus, PastDue91_Plus); } - /** Get Past Due > 91. - @return Past Due > 91 */ - public BigDecimal getPastDue91_Plus () + /** Get Past Due > 91. + @return Past Due > 91 */ + public BigDecimal getPastDue91_Plus() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PastDue91_Plus); if (bd == null) @@ -865,7 +867,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Past Due. - @param PastDueAmt Past Due */ + @param PastDueAmt Past Due + */ public void setPastDueAmt (BigDecimal PastDueAmt) { set_Value (COLUMNNAME_PastDueAmt, PastDueAmt); @@ -873,7 +876,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Past Due. @return Past Due */ - public BigDecimal getPastDueAmt () + public BigDecimal getPastDueAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PastDueAmt); if (bd == null) @@ -882,9 +885,8 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent } /** Set Statement date. - @param StatementDate - Date of the statement - */ + @param StatementDate Date of the statement + */ public void setStatementDate (Timestamp StatementDate) { set_Value (COLUMNNAME_StatementDate, StatementDate); @@ -893,13 +895,14 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get Statement date. @return Date of the statement */ - public Timestamp getStatementDate () + public Timestamp getStatementDate() { return (Timestamp)get_Value(COLUMNNAME_StatementDate); } /** Set T_Aging_UU. - @param T_Aging_UU T_Aging_UU */ + @param T_Aging_UU T_Aging_UU + */ public void setT_Aging_UU (String T_Aging_UU) { set_Value (COLUMNNAME_T_Aging_UU, T_Aging_UU); @@ -907,7 +910,7 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent /** Get T_Aging_UU. @return T_Aging_UU */ - public String getT_Aging_UU () + public String getT_Aging_UU() { return (String)get_Value(COLUMNNAME_T_Aging_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_T_BOM_Indented.java b/org.adempiere.base/src/org/compiere/model/X_T_BOM_Indented.java index 36579b97a0..53b44e8f8d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_BOM_Indented.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_BOM_Indented.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for T_BOM_Indented * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_BOM_Indented") public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persistent { @@ -32,7 +32,7 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_BOM_Indented (Properties ctx, int T_BOM_Indented_ID, String trxName) @@ -79,21 +79,20 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_Value (COLUMNNAME_AD_PInstance_ID, null); - else + else set_Value (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -108,21 +107,20 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -131,9 +129,8 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Cost. - @param Cost - Cost information - */ + @param Cost Cost information + */ public void setCost (BigDecimal Cost) { set_Value (COLUMNNAME_Cost, Cost); @@ -142,7 +139,7 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste /** Get Cost. @return Cost information */ - public BigDecimal getCost () + public BigDecimal getCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Cost); if (bd == null) @@ -151,9 +148,8 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Future Cost. - @param CostFuture - Cost information - */ + @param CostFuture Cost information + */ public void setCostFuture (BigDecimal CostFuture) { set_Value (COLUMNNAME_CostFuture, CostFuture); @@ -162,7 +158,7 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste /** Get Future Cost. @return Cost information */ - public BigDecimal getCostFuture () + public BigDecimal getCostFuture() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostFuture); if (bd == null) @@ -171,9 +167,8 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Current Cost Price. - @param CurrentCostPrice - The currently used cost price - */ + @param CurrentCostPrice The currently used cost price + */ public void setCurrentCostPrice (BigDecimal CurrentCostPrice) { set_Value (COLUMNNAME_CurrentCostPrice, CurrentCostPrice); @@ -182,7 +177,7 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste /** Get Current Cost Price. @return The currently used cost price */ - public BigDecimal getCurrentCostPrice () + public BigDecimal getCurrentCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPrice); if (bd == null) @@ -191,9 +186,8 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Current Cost Price Lower Level. - @param CurrentCostPriceLL - Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. - */ + @param CurrentCostPriceLL Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. + */ public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL) { set_Value (COLUMNNAME_CurrentCostPriceLL, CurrentCostPriceLL); @@ -202,7 +196,7 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste /** Get Current Cost Price Lower Level. @return Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. */ - public BigDecimal getCurrentCostPriceLL () + public BigDecimal getCurrentCostPriceLL() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPriceLL); if (bd == null) @@ -211,7 +205,8 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Future Cost Price. - @param FutureCostPrice Future Cost Price */ + @param FutureCostPrice Future Cost Price + */ public void setFutureCostPrice (BigDecimal FutureCostPrice) { set_Value (COLUMNNAME_FutureCostPrice, FutureCostPrice); @@ -219,7 +214,7 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste /** Get Future Cost Price. @return Future Cost Price */ - public BigDecimal getFutureCostPrice () + public BigDecimal getFutureCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FutureCostPrice); if (bd == null) @@ -228,7 +223,8 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Future Cost Price Lower Level. - @param FutureCostPriceLL Future Cost Price Lower Level */ + @param FutureCostPriceLL Future Cost Price Lower Level + */ public void setFutureCostPriceLL (BigDecimal FutureCostPriceLL) { set_Value (COLUMNNAME_FutureCostPriceLL, FutureCostPriceLL); @@ -236,7 +232,7 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste /** Get Future Cost Price Lower Level. @return Future Cost Price Lower Level */ - public BigDecimal getFutureCostPriceLL () + public BigDecimal getFutureCostPriceLL() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FutureCostPriceLL); if (bd == null) @@ -245,7 +241,8 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Level no. - @param LevelNo Level no */ + @param LevelNo Level no + */ public void setLevelNo (int LevelNo) { set_Value (COLUMNNAME_LevelNo, Integer.valueOf(LevelNo)); @@ -253,7 +250,7 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste /** Get Level no. @return Level no */ - public int getLevelNo () + public int getLevelNo() { Integer ii = (Integer)get_Value(COLUMNNAME_LevelNo); if (ii == null) @@ -262,7 +259,8 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Levels. - @param Levels Levels */ + @param Levels Levels + */ public void setLevels (String Levels) { set_Value (COLUMNNAME_Levels, Levels); @@ -270,7 +268,7 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste /** Get Levels. @return Levels */ - public String getLevels () + public String getLevels() { return (String)get_Value(COLUMNNAME_Levels); } @@ -282,21 +280,20 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Cost Element. - @param M_CostElement_ID - Product Cost Element - */ + @param M_CostElement_ID Product Cost Element + */ public void setM_CostElement_ID (int M_CostElement_ID) { - if (M_CostElement_ID < 1) + if (M_CostElement_ID < 1) set_Value (COLUMNNAME_M_CostElement_ID, null); - else + else set_Value (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); } /** Get Cost Element. @return Product Cost Element */ - public int getM_CostElement_ID () + public int getM_CostElement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); if (ii == null) @@ -311,21 +308,20 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -334,9 +330,8 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -345,7 +340,7 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -354,9 +349,8 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Quantity. - @param QtyBOM - Indicate the Quantity use in this BOM - */ + @param QtyBOM Indicate the Quantity use in this BOM + */ public void setQtyBOM (BigDecimal QtyBOM) { set_Value (COLUMNNAME_QtyBOM, QtyBOM); @@ -365,7 +359,7 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste /** Get Quantity. @return Indicate the Quantity use in this BOM */ - public BigDecimal getQtyBOM () + public BigDecimal getQtyBOM() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBOM); if (bd == null) @@ -380,18 +374,19 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Selected Product. - @param Sel_Product_ID Selected Product */ + @param Sel_Product_ID Selected Product + */ public void setSel_Product_ID (int Sel_Product_ID) { - if (Sel_Product_ID < 1) + if (Sel_Product_ID < 1) set_Value (COLUMNNAME_Sel_Product_ID, null); - else + else set_Value (COLUMNNAME_Sel_Product_ID, Integer.valueOf(Sel_Product_ID)); } /** Get Selected Product. @return Selected Product */ - public int getSel_Product_ID () + public int getSel_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Sel_Product_ID); if (ii == null) @@ -400,9 +395,8 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -411,7 +405,7 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -420,18 +414,19 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set Indented BOM Report. - @param T_BOM_Indented_ID Indented BOM Report */ + @param T_BOM_Indented_ID Indented BOM Report + */ public void setT_BOM_Indented_ID (int T_BOM_Indented_ID) { - if (T_BOM_Indented_ID < 1) + if (T_BOM_Indented_ID < 1) set_ValueNoCheck (COLUMNNAME_T_BOM_Indented_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_T_BOM_Indented_ID, Integer.valueOf(T_BOM_Indented_ID)); } /** Get Indented BOM Report. @return Indented BOM Report */ - public int getT_BOM_Indented_ID () + public int getT_BOM_Indented_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_T_BOM_Indented_ID); if (ii == null) @@ -440,7 +435,8 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste } /** Set T_BOM_Indented_UU. - @param T_BOM_Indented_UU T_BOM_Indented_UU */ + @param T_BOM_Indented_UU T_BOM_Indented_UU + */ public void setT_BOM_Indented_UU (String T_BOM_Indented_UU) { set_Value (COLUMNNAME_T_BOM_Indented_UU, T_BOM_Indented_UU); @@ -448,7 +444,7 @@ public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persiste /** Get T_BOM_Indented_UU. @return T_BOM_Indented_UU */ - public String getT_BOM_Indented_UU () + public String getT_BOM_Indented_UU() { return (String)get_Value(COLUMNNAME_T_BOM_Indented_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_T_BankRegister.java b/org.adempiere.base/src/org/compiere/model/X_T_BankRegister.java index 7e2a82a255..824f338058 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_BankRegister.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_BankRegister.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for T_BankRegister * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_BankRegister") public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persistent { @@ -33,7 +33,7 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_BankRegister (Properties ctx, int T_BankRegister_ID, String trxName) @@ -74,7 +74,8 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste } /** Set Account. - @param Account Account */ + @param Account Account + */ public void setAccount (String Account) { set_Value (COLUMNNAME_Account, Account); @@ -82,7 +83,7 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste /** Get Account. @return Account */ - public String getAccount () + public String getAccount() { return (String)get_Value(COLUMNNAME_Account); } @@ -94,21 +95,20 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_Value (COLUMNNAME_AD_PInstance_ID, null); - else + else set_Value (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -117,9 +117,8 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste } /** Set Accounted Credit. - @param AmtAcctCr - Accounted Credit Amount - */ + @param AmtAcctCr Accounted Credit Amount + */ public void setAmtAcctCr (BigDecimal AmtAcctCr) { set_Value (COLUMNNAME_AmtAcctCr, AmtAcctCr); @@ -128,7 +127,7 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste /** Get Accounted Credit. @return Accounted Credit Amount */ - public BigDecimal getAmtAcctCr () + public BigDecimal getAmtAcctCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctCr); if (bd == null) @@ -137,9 +136,8 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste } /** Set Accounted Debit. - @param AmtAcctDr - Accounted Debit Amount - */ + @param AmtAcctDr Accounted Debit Amount + */ public void setAmtAcctDr (BigDecimal AmtAcctDr) { set_Value (COLUMNNAME_AmtAcctDr, AmtAcctDr); @@ -148,7 +146,7 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste /** Get Accounted Debit. @return Accounted Debit Amount */ - public BigDecimal getAmtAcctDr () + public BigDecimal getAmtAcctDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctDr); if (bd == null) @@ -157,7 +155,8 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste } /** Set Balance. - @param Balance Balance */ + @param Balance Balance + */ public void setBalance (BigDecimal Balance) { set_Value (COLUMNNAME_Balance, Balance); @@ -165,7 +164,7 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste /** Get Balance. @return Balance */ - public BigDecimal getBalance () + public BigDecimal getBalance() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Balance); if (bd == null) @@ -174,7 +173,8 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste } /** Set Bank Name. - @param BankName Bank Name */ + @param BankName Bank Name + */ public void setBankName (String BankName) { set_Value (COLUMNNAME_BankName, BankName); @@ -182,13 +182,14 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste /** Get Bank Name. @return Bank Name */ - public String getBankName () + public String getBankName() { return (String)get_Value(COLUMNNAME_BankName); } /** Set Business Partner. - @param BPartner Business Partner */ + @param BPartner Business Partner + */ public void setBPartner (String BPartner) { set_Value (COLUMNNAME_BPartner, BPartner); @@ -196,7 +197,7 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste /** Get Business Partner. @return Business Partner */ - public String getBPartner () + public String getBPartner() { return (String)get_Value(COLUMNNAME_BPartner); } @@ -208,21 +209,20 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste } /** Set Bank. - @param C_Bank_ID - Bank - */ + @param C_Bank_ID Bank + */ public void setC_Bank_ID (int C_Bank_ID) { - if (C_Bank_ID < 1) + if (C_Bank_ID < 1) set_Value (COLUMNNAME_C_Bank_ID, null); - else + else set_Value (COLUMNNAME_C_Bank_ID, Integer.valueOf(C_Bank_ID)); } /** Get Bank. @return Bank */ - public int getC_Bank_ID () + public int getC_Bank_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Bank_ID); if (ii == null) @@ -236,22 +236,21 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -260,9 +259,8 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -271,15 +269,14 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -288,13 +285,14 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set T_BankRegister_UU. - @param T_BankRegister_UU T_BankRegister_UU */ + @param T_BankRegister_UU T_BankRegister_UU + */ public void setT_BankRegister_UU (String T_BankRegister_UU) { set_Value (COLUMNNAME_T_BankRegister_UU, T_BankRegister_UU); @@ -302,7 +300,7 @@ public class X_T_BankRegister extends PO implements I_T_BankRegister, I_Persiste /** Get T_BankRegister_UU. @return T_BankRegister_UU */ - public String getT_BankRegister_UU () + public String getT_BankRegister_UU() { return (String)get_Value(COLUMNNAME_T_BankRegister_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_T_CashFlow.java b/org.adempiere.base/src/org/compiere/model/X_T_CashFlow.java index acbbbb962e..bc09f507ed 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_CashFlow.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_CashFlow.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for T_CashFlow * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_CashFlow") public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent { @@ -33,7 +33,7 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_CashFlow (Properties ctx, int T_CashFlow_ID, String trxName) @@ -82,21 +82,20 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -140,21 +138,20 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -173,7 +170,8 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent /** 4_Actual Debt (Invoices) = 4 */ public static final String CASHFLOWSOURCE_4_ActualDebtInvoices = "4"; /** Set Cash Flow Source. - @param CashFlowSource Cash Flow Source */ + @param CashFlowSource Cash Flow Source + */ public void setCashFlowSource (String CashFlowSource) { @@ -182,7 +180,7 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent /** Get Cash Flow Source. @return Cash Flow Source */ - public String getCashFlowSource () + public String getCashFlowSource() { return (String)get_Value(COLUMNNAME_CashFlowSource); } @@ -196,7 +194,8 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent /** Operational = O */ public static final String CASHFLOWTYPE_Operational = "O"; /** Set Cash Flow Type. - @param CashFlowType Cash Flow Type */ + @param CashFlowType Cash Flow Type + */ public void setCashFlowType (String CashFlowType) { @@ -205,7 +204,7 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent /** Get Cash Flow Type. @return Cash Flow Type */ - public String getCashFlowType () + public String getCashFlowType() { return (String)get_Value(COLUMNNAME_CashFlowType); } @@ -216,22 +215,21 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -246,21 +244,20 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -275,18 +272,19 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Cash Plan Line. - @param C_CashPlanLine_ID Cash Plan Line */ + @param C_CashPlanLine_ID Cash Plan Line + */ public void setC_CashPlanLine_ID (int C_CashPlanLine_ID) { - if (C_CashPlanLine_ID < 1) + if (C_CashPlanLine_ID < 1) set_Value (COLUMNNAME_C_CashPlanLine_ID, null); - else + else set_Value (COLUMNNAME_C_CashPlanLine_ID, Integer.valueOf(C_CashPlanLine_ID)); } /** Get Cash Plan Line. @return Cash Plan Line */ - public int getC_CashPlanLine_ID () + public int getC_CashPlanLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashPlanLine_ID); if (ii == null) @@ -301,21 +299,20 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -330,21 +327,20 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Account Element. - @param C_ElementValue_ID - Account Element - */ + @param C_ElementValue_ID Account Element + */ public void setC_ElementValue_ID (int C_ElementValue_ID) { - if (C_ElementValue_ID < 1) + if (C_ElementValue_ID < 1) set_Value (COLUMNNAME_C_ElementValue_ID, null); - else + else set_Value (COLUMNNAME_C_ElementValue_ID, Integer.valueOf(C_ElementValue_ID)); } /** Get Account Element. @return Account Element */ - public int getC_ElementValue_ID () + public int getC_ElementValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValue_ID); if (ii == null) @@ -359,21 +355,20 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -388,21 +383,20 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_Value (COLUMNNAME_C_Order_ID, null); - else + else set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -417,21 +411,20 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -440,9 +433,8 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Date To. - @param DateTo - End date of a date range - */ + @param DateTo End date of a date range + */ public void setDateTo (Timestamp DateTo) { set_Value (COLUMNNAME_DateTo, DateTo); @@ -451,15 +443,14 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent /** Get Date To. @return End date of a date range */ - public Timestamp getDateTo () + public Timestamp getDateTo() { return (Timestamp)get_Value(COLUMNNAME_DateTo); } /** Set Transaction Date. - @param DateTrx - Transaction Date - */ + @param DateTrx Transaction Date + */ public void setDateTrx (Timestamp DateTrx) { set_Value (COLUMNNAME_DateTrx, DateTrx); @@ -468,15 +459,14 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent /** Get Transaction Date. @return Transaction Date */ - public Timestamp getDateTrx () + public Timestamp getDateTrx() { return (Timestamp)get_Value(COLUMNNAME_DateTrx); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -485,15 +475,14 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -502,7 +491,7 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -515,9 +504,8 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Line Total. - @param LineTotalAmt - Total line amount incl. Tax - */ + @param LineTotalAmt Total line amount incl. Tax + */ public void setLineTotalAmt (BigDecimal LineTotalAmt) { set_Value (COLUMNNAME_LineTotalAmt, LineTotalAmt); @@ -526,7 +514,7 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent /** Get Line Total. @return Total line amount incl. Tax */ - public BigDecimal getLineTotalAmt () + public BigDecimal getLineTotalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineTotalAmt); if (bd == null) @@ -541,21 +529,20 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -564,9 +551,8 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -575,13 +561,14 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Probability. - @param Probability Probability */ + @param Probability Probability + */ public void setProbability (BigDecimal Probability) { set_Value (COLUMNNAME_Probability, Probability); @@ -589,7 +576,7 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent /** Get Probability. @return Probability */ - public BigDecimal getProbability () + public BigDecimal getProbability() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Probability); if (bd == null) @@ -598,18 +585,19 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set T_CashFlow_ID. - @param T_CashFlow_ID T_CashFlow_ID */ + @param T_CashFlow_ID T_CashFlow_ID + */ public void setT_CashFlow_ID (int T_CashFlow_ID) { - if (T_CashFlow_ID < 1) + if (T_CashFlow_ID < 1) set_ValueNoCheck (COLUMNNAME_T_CashFlow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_T_CashFlow_ID, Integer.valueOf(T_CashFlow_ID)); } /** Get T_CashFlow_ID. @return T_CashFlow_ID */ - public int getT_CashFlow_ID () + public int getT_CashFlow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_T_CashFlow_ID); if (ii == null) @@ -618,7 +606,8 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent } /** Set T_CashFlow_UU. - @param T_CashFlow_UU T_CashFlow_UU */ + @param T_CashFlow_UU T_CashFlow_UU + */ public void setT_CashFlow_UU (String T_CashFlow_UU) { set_Value (COLUMNNAME_T_CashFlow_UU, T_CashFlow_UU); @@ -626,7 +615,7 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent /** Get T_CashFlow_UU. @return T_CashFlow_UU */ - public String getT_CashFlow_UU () + public String getT_CashFlow_UU() { return (String)get_Value(COLUMNNAME_T_CashFlow_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_T_DistributionRunDetail.java b/org.adempiere.base/src/org/compiere/model/X_T_DistributionRunDetail.java index 6b8d6c4a78..e882e2c2f9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_DistributionRunDetail.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_DistributionRunDetail.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for T_DistributionRunDetail * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_DistributionRunDetail") public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRunDetail, I_Persistent { @@ -33,7 +33,7 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_DistributionRunDetail (Properties ctx, int T_DistributionRunDetail_ID, String trxName) @@ -88,22 +88,21 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -118,21 +117,20 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -147,21 +145,20 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun } /** Set Distribution List. - @param M_DistributionList_ID - Distribution Lists allow to distribute products to a selected list of partners - */ + @param M_DistributionList_ID Distribution Lists allow to distribute products to a selected list of partners + */ public void setM_DistributionList_ID (int M_DistributionList_ID) { - if (M_DistributionList_ID < 1) + if (M_DistributionList_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DistributionList_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DistributionList_ID, Integer.valueOf(M_DistributionList_ID)); } /** Get Distribution List. @return Distribution Lists allow to distribute products to a selected list of partners */ - public int getM_DistributionList_ID () + public int getM_DistributionList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DistributionList_ID); if (ii == null) @@ -176,21 +173,20 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun } /** Set Distribution List Line. - @param M_DistributionListLine_ID - Distribution List Line with Business Partner and Quantity/Percentage - */ + @param M_DistributionListLine_ID Distribution List Line with Business Partner and Quantity/Percentage + */ public void setM_DistributionListLine_ID (int M_DistributionListLine_ID) { - if (M_DistributionListLine_ID < 1) + if (M_DistributionListLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DistributionListLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DistributionListLine_ID, Integer.valueOf(M_DistributionListLine_ID)); } /** Get Distribution List Line. @return Distribution List Line with Business Partner and Quantity/Percentage */ - public int getM_DistributionListLine_ID () + public int getM_DistributionListLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DistributionListLine_ID); if (ii == null) @@ -205,21 +201,20 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun } /** Set Distribution Run. - @param M_DistributionRun_ID - Distribution Run create Orders to distribute products to a selected list of partners - */ + @param M_DistributionRun_ID Distribution Run create Orders to distribute products to a selected list of partners + */ public void setM_DistributionRun_ID (int M_DistributionRun_ID) { - if (M_DistributionRun_ID < 1) + if (M_DistributionRun_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DistributionRun_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DistributionRun_ID, Integer.valueOf(M_DistributionRun_ID)); } /** Get Distribution Run. @return Distribution Run create Orders to distribute products to a selected list of partners */ - public int getM_DistributionRun_ID () + public int getM_DistributionRun_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DistributionRun_ID); if (ii == null) @@ -242,21 +237,20 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun } /** Set Distribution Run Line. - @param M_DistributionRunLine_ID - Distribution Run Lines define Distribution List, the Product and Quantities - */ + @param M_DistributionRunLine_ID Distribution Run Lines define Distribution List, the Product and Quantities + */ public void setM_DistributionRunLine_ID (int M_DistributionRunLine_ID) { - if (M_DistributionRunLine_ID < 1) + if (M_DistributionRunLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_DistributionRunLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_DistributionRunLine_ID, Integer.valueOf(M_DistributionRunLine_ID)); } /** Get Distribution Run Line. @return Distribution Run Lines define Distribution List, the Product and Quantities */ - public int getM_DistributionRunLine_ID () + public int getM_DistributionRunLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_DistributionRunLine_ID); if (ii == null) @@ -265,9 +259,8 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun } /** Set Minimum Quantity. - @param MinQty - Minimum quantity for the business partner - */ + @param MinQty Minimum quantity for the business partner + */ public void setMinQty (BigDecimal MinQty) { set_Value (COLUMNNAME_MinQty, MinQty); @@ -276,7 +269,7 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun /** Get Minimum Quantity. @return Minimum quantity for the business partner */ - public BigDecimal getMinQty () + public BigDecimal getMinQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MinQty); if (bd == null) @@ -291,21 +284,20 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -314,9 +306,8 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -325,7 +316,7 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -334,9 +325,8 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun } /** Set Ratio. - @param Ratio - Relative Ratio for Distributions - */ + @param Ratio Relative Ratio for Distributions + */ public void setRatio (BigDecimal Ratio) { set_Value (COLUMNNAME_Ratio, Ratio); @@ -345,7 +335,7 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun /** Get Ratio. @return Relative Ratio for Distributions */ - public BigDecimal getRatio () + public BigDecimal getRatio() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Ratio); if (bd == null) @@ -354,7 +344,8 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun } /** Set T_DistributionRunDetail_UU. - @param T_DistributionRunDetail_UU T_DistributionRunDetail_UU */ + @param T_DistributionRunDetail_UU T_DistributionRunDetail_UU + */ public void setT_DistributionRunDetail_UU (String T_DistributionRunDetail_UU) { set_Value (COLUMNNAME_T_DistributionRunDetail_UU, T_DistributionRunDetail_UU); @@ -362,7 +353,7 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun /** Get T_DistributionRunDetail_UU. @return T_DistributionRunDetail_UU */ - public String getT_DistributionRunDetail_UU () + public String getT_DistributionRunDetail_UU() { return (String)get_Value(COLUMNNAME_T_DistributionRunDetail_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_T_InventoryValue.java b/org.adempiere.base/src/org/compiere/model/X_T_InventoryValue.java index 24a7825d81..c4b1be9821 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_InventoryValue.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_InventoryValue.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for T_InventoryValue * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_InventoryValue") public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Persistent { @@ -33,7 +33,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_InventoryValue (Properties ctx, int T_InventoryValue_ID, String trxName) @@ -83,21 +83,20 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -112,21 +111,20 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -135,9 +133,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Cost. - @param Cost - Cost information - */ + @param Cost Cost information + */ public void setCost (BigDecimal Cost) { set_Value (COLUMNNAME_Cost, Cost); @@ -146,7 +143,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get Cost. @return Cost information */ - public BigDecimal getCost () + public BigDecimal getCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Cost); if (bd == null) @@ -155,9 +152,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Cost Value. - @param CostAmt - Value with Cost - */ + @param CostAmt Value with Cost + */ public void setCostAmt (BigDecimal CostAmt) { set_Value (COLUMNNAME_CostAmt, CostAmt); @@ -166,7 +162,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get Cost Value. @return Value with Cost */ - public BigDecimal getCostAmt () + public BigDecimal getCostAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostAmt); if (bd == null) @@ -175,9 +171,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Standard Cost. - @param CostStandard - Standard Costs - */ + @param CostStandard Standard Costs + */ public void setCostStandard (BigDecimal CostStandard) { set_Value (COLUMNNAME_CostStandard, CostStandard); @@ -186,7 +181,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get Standard Cost. @return Standard Costs */ - public BigDecimal getCostStandard () + public BigDecimal getCostStandard() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostStandard); if (bd == null) @@ -195,9 +190,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Standard Cost Value. - @param CostStandardAmt - Value in Standard Costs - */ + @param CostStandardAmt Value in Standard Costs + */ public void setCostStandardAmt (BigDecimal CostStandardAmt) { set_Value (COLUMNNAME_CostStandardAmt, CostStandardAmt); @@ -206,7 +200,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get Standard Cost Value. @return Value in Standard Costs */ - public BigDecimal getCostStandardAmt () + public BigDecimal getCostStandardAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostStandardAmt); if (bd == null) @@ -215,9 +209,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Valuation Date. - @param DateValue - Date of valuation - */ + @param DateValue Date of valuation + */ public void setDateValue (Timestamp DateValue) { set_Value (COLUMNNAME_DateValue, DateValue); @@ -226,7 +219,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get Valuation Date. @return Date of valuation */ - public Timestamp getDateValue () + public Timestamp getDateValue() { return (Timestamp)get_Value(COLUMNNAME_DateValue); } @@ -238,21 +231,20 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -267,21 +259,20 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Cost Element. - @param M_CostElement_ID - Product Cost Element - */ + @param M_CostElement_ID Product Cost Element + */ public void setM_CostElement_ID (int M_CostElement_ID) { - if (M_CostElement_ID < 1) + if (M_CostElement_ID < 1) set_Value (COLUMNNAME_M_CostElement_ID, null); - else + else set_Value (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); } /** Get Cost Element. @return Product Cost Element */ - public int getM_CostElement_ID () + public int getM_CostElement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); if (ii == null) @@ -296,21 +287,20 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Price List Version. - @param M_PriceList_Version_ID - Identifies a unique instance of a Price List - */ + @param M_PriceList_Version_ID Identifies a unique instance of a Price List + */ public void setM_PriceList_Version_ID (int M_PriceList_Version_ID) { - if (M_PriceList_Version_ID < 1) + if (M_PriceList_Version_ID < 1) set_Value (COLUMNNAME_M_PriceList_Version_ID, null); - else + else set_Value (COLUMNNAME_M_PriceList_Version_ID, Integer.valueOf(M_PriceList_Version_ID)); } /** Get Price List Version. @return Identifies a unique instance of a Price List */ - public int getM_PriceList_Version_ID () + public int getM_PriceList_Version_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_Version_ID); if (ii == null) @@ -325,21 +315,20 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -354,21 +343,20 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -377,9 +365,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Limit Price. - @param PriceLimit - Lowest price for a product - */ + @param PriceLimit Lowest price for a product + */ public void setPriceLimit (BigDecimal PriceLimit) { set_Value (COLUMNNAME_PriceLimit, PriceLimit); @@ -388,7 +375,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get Limit Price. @return Lowest price for a product */ - public BigDecimal getPriceLimit () + public BigDecimal getPriceLimit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceLimit); if (bd == null) @@ -397,9 +384,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Limit price Value. - @param PriceLimitAmt - Value with limit price - */ + @param PriceLimitAmt Value with limit price + */ public void setPriceLimitAmt (BigDecimal PriceLimitAmt) { set_Value (COLUMNNAME_PriceLimitAmt, PriceLimitAmt); @@ -408,7 +394,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get Limit price Value. @return Value with limit price */ - public BigDecimal getPriceLimitAmt () + public BigDecimal getPriceLimitAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceLimitAmt); if (bd == null) @@ -417,9 +403,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set List Price. - @param PriceList - List Price - */ + @param PriceList List Price + */ public void setPriceList (BigDecimal PriceList) { set_Value (COLUMNNAME_PriceList, PriceList); @@ -428,7 +413,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get List Price. @return List Price */ - public BigDecimal getPriceList () + public BigDecimal getPriceList() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceList); if (bd == null) @@ -437,9 +422,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set List price Value. - @param PriceListAmt - Valuation with List Price - */ + @param PriceListAmt Valuation with List Price + */ public void setPriceListAmt (BigDecimal PriceListAmt) { set_Value (COLUMNNAME_PriceListAmt, PriceListAmt); @@ -448,7 +432,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get List price Value. @return Valuation with List Price */ - public BigDecimal getPriceListAmt () + public BigDecimal getPriceListAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceListAmt); if (bd == null) @@ -457,9 +441,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set PO Price. - @param PricePO - Price based on a purchase order - */ + @param PricePO Price based on a purchase order + */ public void setPricePO (BigDecimal PricePO) { set_Value (COLUMNNAME_PricePO, PricePO); @@ -468,7 +451,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get PO Price. @return Price based on a purchase order */ - public BigDecimal getPricePO () + public BigDecimal getPricePO() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PricePO); if (bd == null) @@ -477,9 +460,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set PO Price Value. - @param PricePOAmt - Valuation with PO Price - */ + @param PricePOAmt Valuation with PO Price + */ public void setPricePOAmt (BigDecimal PricePOAmt) { set_Value (COLUMNNAME_PricePOAmt, PricePOAmt); @@ -488,7 +470,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get PO Price Value. @return Valuation with PO Price */ - public BigDecimal getPricePOAmt () + public BigDecimal getPricePOAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PricePOAmt); if (bd == null) @@ -497,9 +479,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Standard Price. - @param PriceStd - Standard Price - */ + @param PriceStd Standard Price + */ public void setPriceStd (BigDecimal PriceStd) { set_Value (COLUMNNAME_PriceStd, PriceStd); @@ -508,7 +489,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get Standard Price. @return Standard Price */ - public BigDecimal getPriceStd () + public BigDecimal getPriceStd() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceStd); if (bd == null) @@ -517,9 +498,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set Std Price Value. - @param PriceStdAmt - Valuation with standard price - */ + @param PriceStdAmt Valuation with standard price + */ public void setPriceStdAmt (BigDecimal PriceStdAmt) { set_Value (COLUMNNAME_PriceStdAmt, PriceStdAmt); @@ -528,7 +508,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get Std Price Value. @return Valuation with standard price */ - public BigDecimal getPriceStdAmt () + public BigDecimal getPriceStdAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceStdAmt); if (bd == null) @@ -537,9 +517,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set On Hand Quantity. - @param QtyOnHand - On Hand Quantity - */ + @param QtyOnHand On Hand Quantity + */ public void setQtyOnHand (BigDecimal QtyOnHand) { set_Value (COLUMNNAME_QtyOnHand, QtyOnHand); @@ -548,7 +527,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get On Hand Quantity. @return On Hand Quantity */ - public BigDecimal getQtyOnHand () + public BigDecimal getQtyOnHand() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOnHand); if (bd == null) @@ -557,7 +536,8 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers } /** Set T_InventoryValue_UU. - @param T_InventoryValue_UU T_InventoryValue_UU */ + @param T_InventoryValue_UU T_InventoryValue_UU + */ public void setT_InventoryValue_UU (String T_InventoryValue_UU) { set_Value (COLUMNNAME_T_InventoryValue_UU, T_InventoryValue_UU); @@ -565,7 +545,7 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers /** Get T_InventoryValue_UU. @return T_InventoryValue_UU */ - public String getT_InventoryValue_UU () + public String getT_InventoryValue_UU() { return (String)get_Value(COLUMNNAME_T_InventoryValue_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_T_InvoiceGL.java b/org.adempiere.base/src/org/compiere/model/X_T_InvoiceGL.java index c216fffa86..716cdd939f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_InvoiceGL.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_InvoiceGL.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for T_InvoiceGL * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_InvoiceGL") public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent { @@ -33,7 +33,7 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_InvoiceGL (Properties ctx, int T_InvoiceGL_ID, String trxName) @@ -93,21 +93,20 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_Value (COLUMNNAME_AD_PInstance_ID, null); - else + else set_Value (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -116,9 +115,8 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Accounted Balance. - @param AmtAcctBalance - Accounted Balance Amount - */ + @param AmtAcctBalance Accounted Balance Amount + */ public void setAmtAcctBalance (BigDecimal AmtAcctBalance) { set_Value (COLUMNNAME_AmtAcctBalance, AmtAcctBalance); @@ -127,7 +125,7 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** Get Accounted Balance. @return Accounted Balance Amount */ - public BigDecimal getAmtAcctBalance () + public BigDecimal getAmtAcctBalance() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctBalance); if (bd == null) @@ -136,9 +134,8 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Revaluated Amount Cr. - @param AmtRevalCr - Revaluated Cr Amount - */ + @param AmtRevalCr Revaluated Cr Amount + */ public void setAmtRevalCr (BigDecimal AmtRevalCr) { set_Value (COLUMNNAME_AmtRevalCr, AmtRevalCr); @@ -147,7 +144,7 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** Get Revaluated Amount Cr. @return Revaluated Cr Amount */ - public BigDecimal getAmtRevalCr () + public BigDecimal getAmtRevalCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtRevalCr); if (bd == null) @@ -156,9 +153,8 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Revaluated Difference Cr. - @param AmtRevalCrDiff - Revaluated Cr Amount Difference - */ + @param AmtRevalCrDiff Revaluated Cr Amount Difference + */ public void setAmtRevalCrDiff (BigDecimal AmtRevalCrDiff) { set_Value (COLUMNNAME_AmtRevalCrDiff, AmtRevalCrDiff); @@ -167,7 +163,7 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** Get Revaluated Difference Cr. @return Revaluated Cr Amount Difference */ - public BigDecimal getAmtRevalCrDiff () + public BigDecimal getAmtRevalCrDiff() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtRevalCrDiff); if (bd == null) @@ -176,9 +172,8 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Revaluated Amount Dr. - @param AmtRevalDr - Revaluated Dr Amount - */ + @param AmtRevalDr Revaluated Dr Amount + */ public void setAmtRevalDr (BigDecimal AmtRevalDr) { set_Value (COLUMNNAME_AmtRevalDr, AmtRevalDr); @@ -187,7 +182,7 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** Get Revaluated Amount Dr. @return Revaluated Dr Amount */ - public BigDecimal getAmtRevalDr () + public BigDecimal getAmtRevalDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtRevalDr); if (bd == null) @@ -196,9 +191,8 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Revaluated Difference Dr. - @param AmtRevalDrDiff - Revaluated Dr Amount Difference - */ + @param AmtRevalDrDiff Revaluated Dr Amount Difference + */ public void setAmtRevalDrDiff (BigDecimal AmtRevalDrDiff) { set_Value (COLUMNNAME_AmtRevalDrDiff, AmtRevalDrDiff); @@ -207,7 +201,7 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** Get Revaluated Difference Dr. @return Revaluated Dr Amount Difference */ - public BigDecimal getAmtRevalDrDiff () + public BigDecimal getAmtRevalDrDiff() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtRevalDrDiff); if (bd == null) @@ -216,9 +210,8 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Source Balance. - @param AmtSourceBalance - Source Balance Amount - */ + @param AmtSourceBalance Source Balance Amount + */ public void setAmtSourceBalance (BigDecimal AmtSourceBalance) { set_Value (COLUMNNAME_AmtSourceBalance, AmtSourceBalance); @@ -227,7 +220,7 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** Get Source Balance. @return Source Balance Amount */ - public BigDecimal getAmtSourceBalance () + public BigDecimal getAmtSourceBalance() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtSourceBalance); if (bd == null) @@ -237,16 +230,15 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** APAR AD_Reference_ID=332 */ public static final int APAR_AD_Reference_ID=332; - /** Receivables & Payables = A */ + /** Receivables & Payables = A */ public static final String APAR_ReceivablesPayables = "A"; /** Payables only = P */ public static final String APAR_PayablesOnly = "P"; /** Receivables only = R */ public static final String APAR_ReceivablesOnly = "R"; /** Set AP - AR. - @param APAR - Include Receivables and/or Payables transactions - */ + @param APAR Include Receivables and/or Payables transactions + */ public void setAPAR (String APAR) { @@ -256,7 +248,7 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** Get AP - AR. @return Include Receivables and/or Payables transactions */ - public String getAPAR () + public String getAPAR() { return (String)get_Value(COLUMNNAME_APAR); } @@ -268,21 +260,20 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Revaluation Conversion Type. - @param C_ConversionTypeReval_ID - Revaluation Currency Conversion Type - */ + @param C_ConversionTypeReval_ID Revaluation Currency Conversion Type + */ public void setC_ConversionTypeReval_ID (int C_ConversionTypeReval_ID) { - if (C_ConversionTypeReval_ID < 1) + if (C_ConversionTypeReval_ID < 1) set_Value (COLUMNNAME_C_ConversionTypeReval_ID, null); - else + else set_Value (COLUMNNAME_C_ConversionTypeReval_ID, Integer.valueOf(C_ConversionTypeReval_ID)); } /** Get Revaluation Conversion Type. @return Revaluation Currency Conversion Type */ - public int getC_ConversionTypeReval_ID () + public int getC_ConversionTypeReval_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ConversionTypeReval_ID); if (ii == null) @@ -297,21 +288,20 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Revaluation Document Type. - @param C_DocTypeReval_ID - Document Type for Revaluation Journal - */ + @param C_DocTypeReval_ID Document Type for Revaluation Journal + */ public void setC_DocTypeReval_ID (int C_DocTypeReval_ID) { - if (C_DocTypeReval_ID < 1) + if (C_DocTypeReval_ID < 1) set_Value (COLUMNNAME_C_DocTypeReval_ID, null); - else + else set_Value (COLUMNNAME_C_DocTypeReval_ID, Integer.valueOf(C_DocTypeReval_ID)); } /** Get Revaluation Document Type. @return Document Type for Revaluation Journal */ - public int getC_DocTypeReval_ID () + public int getC_DocTypeReval_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeReval_ID); if (ii == null) @@ -326,21 +316,20 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_Value (COLUMNNAME_C_Invoice_ID, null); - else + else set_Value (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -349,9 +338,8 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Revaluation Date. - @param DateReval - Date of Revaluation - */ + @param DateReval Date of Revaluation + */ public void setDateReval (Timestamp DateReval) { set_Value (COLUMNNAME_DateReval, DateReval); @@ -360,24 +348,25 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** Get Revaluation Date. @return Date of Revaluation */ - public Timestamp getDateReval () + public Timestamp getDateReval() { return (Timestamp)get_Value(COLUMNNAME_DateReval); } /** Set Accounting Fact. - @param Fact_Acct_ID Accounting Fact */ + @param Fact_Acct_ID Accounting Fact + */ public void setFact_Acct_ID (int Fact_Acct_ID) { - if (Fact_Acct_ID < 1) + if (Fact_Acct_ID < 1) set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, Integer.valueOf(Fact_Acct_ID)); } /** Get Accounting Fact. @return Accounting Fact */ - public int getFact_Acct_ID () + public int getFact_Acct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Fact_Acct_ID); if (ii == null) @@ -386,9 +375,8 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Grand Total. - @param GrandTotal - Total amount of document - */ + @param GrandTotal Total amount of document + */ public void setGrandTotal (BigDecimal GrandTotal) { set_Value (COLUMNNAME_GrandTotal, GrandTotal); @@ -397,7 +385,7 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** Get Grand Total. @return Total amount of document */ - public BigDecimal getGrandTotal () + public BigDecimal getGrandTotal() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_GrandTotal); if (bd == null) @@ -406,9 +394,8 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Include All Currencies. - @param IsAllCurrencies - Report not just foreign currency Invoices - */ + @param IsAllCurrencies Report not just foreign currency Invoices + */ public void setIsAllCurrencies (boolean IsAllCurrencies) { set_Value (COLUMNNAME_IsAllCurrencies, Boolean.valueOf(IsAllCurrencies)); @@ -417,7 +404,7 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** Get Include All Currencies. @return Report not just foreign currency Invoices */ - public boolean isAllCurrencies () + public boolean isAllCurrencies() { Object oo = get_Value(COLUMNNAME_IsAllCurrencies); if (oo != null) @@ -430,9 +417,8 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Open Amount. - @param OpenAmt - Open item amount - */ + @param OpenAmt Open item amount + */ public void setOpenAmt (BigDecimal OpenAmt) { set_Value (COLUMNNAME_OpenAmt, OpenAmt); @@ -441,7 +427,7 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** Get Open Amount. @return Open item amount */ - public BigDecimal getOpenAmt () + public BigDecimal getOpenAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OpenAmt); if (bd == null) @@ -450,9 +436,8 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set Percent. - @param Percent - Percentage - */ + @param Percent Percentage + */ public void setPercent (BigDecimal Percent) { set_Value (COLUMNNAME_Percent, Percent); @@ -461,7 +446,7 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** Get Percent. @return Percentage */ - public BigDecimal getPercent () + public BigDecimal getPercent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Percent); if (bd == null) @@ -470,7 +455,8 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent } /** Set T_InvoiceGL_UU. - @param T_InvoiceGL_UU T_InvoiceGL_UU */ + @param T_InvoiceGL_UU T_InvoiceGL_UU + */ public void setT_InvoiceGL_UU (String T_InvoiceGL_UU) { set_Value (COLUMNNAME_T_InvoiceGL_UU, T_InvoiceGL_UU); @@ -478,7 +464,7 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent /** Get T_InvoiceGL_UU. @return T_InvoiceGL_UU */ - public String getT_InvoiceGL_UU () + public String getT_InvoiceGL_UU() { return (String)get_Value(COLUMNNAME_T_InvoiceGL_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_T_Reconciliation.java b/org.adempiere.base/src/org/compiere/model/X_T_Reconciliation.java index 7891eea98a..22138e743f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_Reconciliation.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_Reconciliation.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for T_Reconciliation * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_Reconciliation") public class X_T_Reconciliation extends PO implements I_T_Reconciliation, I_Persistent { @@ -30,7 +30,7 @@ public class X_T_Reconciliation extends PO implements I_T_Reconciliation, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_Reconciliation (Properties ctx, int T_Reconciliation_ID, String trxName) @@ -78,21 +78,20 @@ public class X_T_Reconciliation extends PO implements I_T_Reconciliation, I_Pers } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -101,18 +100,19 @@ public class X_T_Reconciliation extends PO implements I_T_Reconciliation, I_Pers } /** Set Accounting Fact. - @param Fact_Acct_ID Accounting Fact */ + @param Fact_Acct_ID Accounting Fact + */ public void setFact_Acct_ID (int Fact_Acct_ID) { - if (Fact_Acct_ID < 1) + if (Fact_Acct_ID < 1) set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, Integer.valueOf(Fact_Acct_ID)); } /** Get Accounting Fact. @return Accounting Fact */ - public int getFact_Acct_ID () + public int getFact_Acct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Fact_Acct_ID); if (ii == null) @@ -121,9 +121,8 @@ public class X_T_Reconciliation extends PO implements I_T_Reconciliation, I_Pers } /** Set Match Code. - @param MatchCode - String identifying related accounting facts - */ + @param MatchCode String identifying related accounting facts + */ public void setMatchCode (String MatchCode) { set_Value (COLUMNNAME_MatchCode, MatchCode); @@ -132,13 +131,14 @@ public class X_T_Reconciliation extends PO implements I_T_Reconciliation, I_Pers /** Get Match Code. @return String identifying related accounting facts */ - public String getMatchCode () + public String getMatchCode() { return (String)get_Value(COLUMNNAME_MatchCode); } /** Set T_Reconciliation_UU. - @param T_Reconciliation_UU T_Reconciliation_UU */ + @param T_Reconciliation_UU T_Reconciliation_UU + */ public void setT_Reconciliation_UU (String T_Reconciliation_UU) { set_Value (COLUMNNAME_T_Reconciliation_UU, T_Reconciliation_UU); @@ -146,7 +146,7 @@ public class X_T_Reconciliation extends PO implements I_T_Reconciliation, I_Pers /** Get T_Reconciliation_UU. @return T_Reconciliation_UU */ - public String getT_Reconciliation_UU () + public String getT_Reconciliation_UU() { return (String)get_Value(COLUMNNAME_T_Reconciliation_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_T_Replenish.java b/org.adempiere.base/src/org/compiere/model/X_T_Replenish.java index 8aa4214ddf..a59b53e4fe 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_Replenish.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_Replenish.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for T_Replenish * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_Replenish") public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent { @@ -32,7 +32,7 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_Replenish (Properties ctx, int T_Replenish_ID, String trxName) @@ -85,21 +85,20 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -113,22 +112,21 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -143,21 +141,20 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -166,9 +163,8 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent } /** Set Maximum Level. - @param Level_Max - Maximum Inventory level for this product - */ + @param Level_Max Maximum Inventory level for this product + */ public void setLevel_Max (BigDecimal Level_Max) { set_Value (COLUMNNAME_Level_Max, Level_Max); @@ -177,7 +173,7 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** Get Maximum Level. @return Maximum Inventory level for this product */ - public BigDecimal getLevel_Max () + public BigDecimal getLevel_Max() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Level_Max); if (bd == null) @@ -186,9 +182,8 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent } /** Set Minimum Level. - @param Level_Min - Minimum Inventory level for this product - */ + @param Level_Min Minimum Inventory level for this product + */ public void setLevel_Min (BigDecimal Level_Min) { set_Value (COLUMNNAME_Level_Min, Level_Min); @@ -197,7 +192,7 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** Get Minimum Level. @return Minimum Inventory level for this product */ - public BigDecimal getLevel_Min () + public BigDecimal getLevel_Min() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Level_Min); if (bd == null) @@ -212,21 +207,20 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -241,21 +235,20 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -270,21 +263,20 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent } /** Set Source Warehouse. - @param M_WarehouseSource_ID - Optional Warehouse to replenish from - */ + @param M_WarehouseSource_ID Optional Warehouse to replenish from + */ public void setM_WarehouseSource_ID (int M_WarehouseSource_ID) { - if (M_WarehouseSource_ID < 1) + if (M_WarehouseSource_ID < 1) set_Value (COLUMNNAME_M_WarehouseSource_ID, null); - else + else set_Value (COLUMNNAME_M_WarehouseSource_ID, Integer.valueOf(M_WarehouseSource_ID)); } /** Get Source Warehouse. @return Optional Warehouse to replenish from */ - public int getM_WarehouseSource_ID () + public int getM_WarehouseSource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_WarehouseSource_ID); if (ii == null) @@ -293,9 +285,8 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent } /** Set Minimum Order Qty. - @param Order_Min - Minimum order quantity in UOM - */ + @param Order_Min Minimum order quantity in UOM + */ public void setOrder_Min (BigDecimal Order_Min) { set_Value (COLUMNNAME_Order_Min, Order_Min); @@ -304,7 +295,7 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** Get Minimum Order Qty. @return Minimum order quantity in UOM */ - public BigDecimal getOrder_Min () + public BigDecimal getOrder_Min() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Min); if (bd == null) @@ -313,9 +304,8 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent } /** Set Order Pack Qty. - @param Order_Pack - Package order size in UOM (e.g. order set of 5 units) - */ + @param Order_Pack Package order size in UOM (e.g. order set of 5 units) + */ public void setOrder_Pack (BigDecimal Order_Pack) { set_Value (COLUMNNAME_Order_Pack, Order_Pack); @@ -324,7 +314,7 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** Get Order Pack Qty. @return Package order size in UOM (e.g. order set of 5 units) */ - public BigDecimal getOrder_Pack () + public BigDecimal getOrder_Pack() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Pack); if (bd == null) @@ -333,9 +323,8 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent } /** Set On Hand Quantity. - @param QtyOnHand - On Hand Quantity - */ + @param QtyOnHand On Hand Quantity + */ public void setQtyOnHand (BigDecimal QtyOnHand) { set_Value (COLUMNNAME_QtyOnHand, QtyOnHand); @@ -344,7 +333,7 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** Get On Hand Quantity. @return On Hand Quantity */ - public BigDecimal getQtyOnHand () + public BigDecimal getQtyOnHand() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOnHand); if (bd == null) @@ -353,9 +342,8 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent } /** Set Ordered Quantity. - @param QtyOrdered - Ordered Quantity - */ + @param QtyOrdered Ordered Quantity + */ public void setQtyOrdered (BigDecimal QtyOrdered) { set_Value (COLUMNNAME_QtyOrdered, QtyOrdered); @@ -364,7 +352,7 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** Get Ordered Quantity. @return Ordered Quantity */ - public BigDecimal getQtyOrdered () + public BigDecimal getQtyOrdered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOrdered); if (bd == null) @@ -373,9 +361,8 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent } /** Set Reserved Quantity. - @param QtyReserved - Reserved Quantity - */ + @param QtyReserved Reserved Quantity + */ public void setQtyReserved (BigDecimal QtyReserved) { set_Value (COLUMNNAME_QtyReserved, QtyReserved); @@ -384,7 +371,7 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** Get Reserved Quantity. @return Reserved Quantity */ - public BigDecimal getQtyReserved () + public BigDecimal getQtyReserved() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReserved); if (bd == null) @@ -393,7 +380,8 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent } /** Set Quantity to Order. - @param QtyToOrder Quantity to Order */ + @param QtyToOrder Quantity to Order + */ public void setQtyToOrder (BigDecimal QtyToOrder) { set_Value (COLUMNNAME_QtyToOrder, QtyToOrder); @@ -401,7 +389,7 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** Get Quantity to Order. @return Quantity to Order */ - public BigDecimal getQtyToOrder () + public BigDecimal getQtyToOrder() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyToOrder); if (bd == null) @@ -420,9 +408,8 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** Requisition = POR */ public static final String REPLENISHMENTCREATE_Requisition = "POR"; /** Set Create. - @param ReplenishmentCreate - Create from Replenishment - */ + @param ReplenishmentCreate Create from Replenishment + */ public void setReplenishmentCreate (String ReplenishmentCreate) { @@ -432,7 +419,7 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** Get Create. @return Create from Replenishment */ - public String getReplenishmentCreate () + public String getReplenishmentCreate() { return (String)get_Value(COLUMNNAME_ReplenishmentCreate); } @@ -448,9 +435,8 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** Custom = 9 */ public static final String REPLENISHTYPE_Custom = "9"; /** Set Replenish Type. - @param ReplenishType - Method for re-ordering a product - */ + @param ReplenishType Method for re-ordering a product + */ public void setReplenishType (String ReplenishType) { @@ -460,13 +446,14 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** Get Replenish Type. @return Method for re-ordering a product */ - public String getReplenishType () + public String getReplenishType() { return (String)get_Value(COLUMNNAME_ReplenishType); } /** Set T_Replenish_UU. - @param T_Replenish_UU T_Replenish_UU */ + @param T_Replenish_UU T_Replenish_UU + */ public void setT_Replenish_UU (String T_Replenish_UU) { set_Value (COLUMNNAME_T_Replenish_UU, T_Replenish_UU); @@ -474,7 +461,7 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent /** Get T_Replenish_UU. @return T_Replenish_UU */ - public String getT_Replenish_UU () + public String getT_Replenish_UU() { return (String)get_Value(COLUMNNAME_T_Replenish_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_T_Report.java b/org.adempiere.base/src/org/compiere/model/X_T_Report.java index 25d3135419..35514ccba3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_Report.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_Report.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for T_Report * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_Report") public class X_T_Report extends PO implements I_T_Report, I_Persistent { @@ -33,7 +33,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_Report (Properties ctx, int T_Report_ID, String trxName) @@ -83,21 +83,20 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -106,7 +105,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_0. - @param Col_0 Col_0 */ + @param Col_0 Col_0 + */ public void setCol_0 (BigDecimal Col_0) { set_ValueNoCheck (COLUMNNAME_Col_0, Col_0); @@ -114,7 +114,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_0. @return Col_0 */ - public BigDecimal getCol_0 () + public BigDecimal getCol_0() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_0); if (bd == null) @@ -123,7 +123,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_1. - @param Col_1 Col_1 */ + @param Col_1 Col_1 + */ public void setCol_1 (BigDecimal Col_1) { set_ValueNoCheck (COLUMNNAME_Col_1, Col_1); @@ -131,7 +132,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_1. @return Col_1 */ - public BigDecimal getCol_1 () + public BigDecimal getCol_1() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_1); if (bd == null) @@ -140,7 +141,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_10. - @param Col_10 Col_10 */ + @param Col_10 Col_10 + */ public void setCol_10 (BigDecimal Col_10) { set_ValueNoCheck (COLUMNNAME_Col_10, Col_10); @@ -148,7 +150,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_10. @return Col_10 */ - public BigDecimal getCol_10 () + public BigDecimal getCol_10() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_10); if (bd == null) @@ -157,7 +159,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_11. - @param Col_11 Col_11 */ + @param Col_11 Col_11 + */ public void setCol_11 (BigDecimal Col_11) { set_ValueNoCheck (COLUMNNAME_Col_11, Col_11); @@ -165,7 +168,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_11. @return Col_11 */ - public BigDecimal getCol_11 () + public BigDecimal getCol_11() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_11); if (bd == null) @@ -174,7 +177,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_12. - @param Col_12 Col_12 */ + @param Col_12 Col_12 + */ public void setCol_12 (BigDecimal Col_12) { set_ValueNoCheck (COLUMNNAME_Col_12, Col_12); @@ -182,7 +186,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_12. @return Col_12 */ - public BigDecimal getCol_12 () + public BigDecimal getCol_12() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_12); if (bd == null) @@ -191,7 +195,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_13. - @param Col_13 Col_13 */ + @param Col_13 Col_13 + */ public void setCol_13 (BigDecimal Col_13) { set_ValueNoCheck (COLUMNNAME_Col_13, Col_13); @@ -199,7 +204,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_13. @return Col_13 */ - public BigDecimal getCol_13 () + public BigDecimal getCol_13() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_13); if (bd == null) @@ -208,7 +213,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_14. - @param Col_14 Col_14 */ + @param Col_14 Col_14 + */ public void setCol_14 (BigDecimal Col_14) { set_ValueNoCheck (COLUMNNAME_Col_14, Col_14); @@ -216,7 +222,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_14. @return Col_14 */ - public BigDecimal getCol_14 () + public BigDecimal getCol_14() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_14); if (bd == null) @@ -225,7 +231,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_15. - @param Col_15 Col_15 */ + @param Col_15 Col_15 + */ public void setCol_15 (BigDecimal Col_15) { set_ValueNoCheck (COLUMNNAME_Col_15, Col_15); @@ -233,7 +240,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_15. @return Col_15 */ - public BigDecimal getCol_15 () + public BigDecimal getCol_15() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_15); if (bd == null) @@ -242,7 +249,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_16. - @param Col_16 Col_16 */ + @param Col_16 Col_16 + */ public void setCol_16 (BigDecimal Col_16) { set_ValueNoCheck (COLUMNNAME_Col_16, Col_16); @@ -250,7 +258,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_16. @return Col_16 */ - public BigDecimal getCol_16 () + public BigDecimal getCol_16() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_16); if (bd == null) @@ -259,7 +267,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_17. - @param Col_17 Col_17 */ + @param Col_17 Col_17 + */ public void setCol_17 (BigDecimal Col_17) { set_ValueNoCheck (COLUMNNAME_Col_17, Col_17); @@ -267,7 +276,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_17. @return Col_17 */ - public BigDecimal getCol_17 () + public BigDecimal getCol_17() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_17); if (bd == null) @@ -276,7 +285,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_18. - @param Col_18 Col_18 */ + @param Col_18 Col_18 + */ public void setCol_18 (BigDecimal Col_18) { set_ValueNoCheck (COLUMNNAME_Col_18, Col_18); @@ -284,7 +294,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_18. @return Col_18 */ - public BigDecimal getCol_18 () + public BigDecimal getCol_18() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_18); if (bd == null) @@ -293,7 +303,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_19. - @param Col_19 Col_19 */ + @param Col_19 Col_19 + */ public void setCol_19 (BigDecimal Col_19) { set_ValueNoCheck (COLUMNNAME_Col_19, Col_19); @@ -301,7 +312,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_19. @return Col_19 */ - public BigDecimal getCol_19 () + public BigDecimal getCol_19() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_19); if (bd == null) @@ -310,7 +321,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_2. - @param Col_2 Col_2 */ + @param Col_2 Col_2 + */ public void setCol_2 (BigDecimal Col_2) { set_ValueNoCheck (COLUMNNAME_Col_2, Col_2); @@ -318,7 +330,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_2. @return Col_2 */ - public BigDecimal getCol_2 () + public BigDecimal getCol_2() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_2); if (bd == null) @@ -327,7 +339,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_20. - @param Col_20 Col_20 */ + @param Col_20 Col_20 + */ public void setCol_20 (BigDecimal Col_20) { set_ValueNoCheck (COLUMNNAME_Col_20, Col_20); @@ -335,7 +348,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_20. @return Col_20 */ - public BigDecimal getCol_20 () + public BigDecimal getCol_20() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_20); if (bd == null) @@ -344,7 +357,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_21. - @param Col_21 Col_21 */ + @param Col_21 Col_21 + */ public void setCol_21 (BigDecimal Col_21) { set_ValueNoCheck (COLUMNNAME_Col_21, Col_21); @@ -352,7 +366,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_21. @return Col_21 */ - public BigDecimal getCol_21 () + public BigDecimal getCol_21() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_21); if (bd == null) @@ -361,7 +375,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_22. - @param Col_22 Col_22 */ + @param Col_22 Col_22 + */ public void setCol_22 (BigDecimal Col_22) { set_ValueNoCheck (COLUMNNAME_Col_22, Col_22); @@ -369,7 +384,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_22. @return Col_22 */ - public BigDecimal getCol_22 () + public BigDecimal getCol_22() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_22); if (bd == null) @@ -378,7 +393,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_23. - @param Col_23 Col_23 */ + @param Col_23 Col_23 + */ public void setCol_23 (BigDecimal Col_23) { set_ValueNoCheck (COLUMNNAME_Col_23, Col_23); @@ -386,7 +402,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_23. @return Col_23 */ - public BigDecimal getCol_23 () + public BigDecimal getCol_23() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_23); if (bd == null) @@ -395,7 +411,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_24. - @param Col_24 Col_24 */ + @param Col_24 Col_24 + */ public void setCol_24 (BigDecimal Col_24) { set_ValueNoCheck (COLUMNNAME_Col_24, Col_24); @@ -403,7 +420,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_24. @return Col_24 */ - public BigDecimal getCol_24 () + public BigDecimal getCol_24() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_24); if (bd == null) @@ -412,7 +429,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_25. - @param Col_25 Col_25 */ + @param Col_25 Col_25 + */ public void setCol_25 (BigDecimal Col_25) { set_ValueNoCheck (COLUMNNAME_Col_25, Col_25); @@ -420,7 +438,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_25. @return Col_25 */ - public BigDecimal getCol_25 () + public BigDecimal getCol_25() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_25); if (bd == null) @@ -429,7 +447,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_26. - @param Col_26 Col_26 */ + @param Col_26 Col_26 + */ public void setCol_26 (BigDecimal Col_26) { set_ValueNoCheck (COLUMNNAME_Col_26, Col_26); @@ -437,7 +456,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_26. @return Col_26 */ - public BigDecimal getCol_26 () + public BigDecimal getCol_26() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_26); if (bd == null) @@ -446,7 +465,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_27. - @param Col_27 Col_27 */ + @param Col_27 Col_27 + */ public void setCol_27 (BigDecimal Col_27) { set_ValueNoCheck (COLUMNNAME_Col_27, Col_27); @@ -454,7 +474,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_27. @return Col_27 */ - public BigDecimal getCol_27 () + public BigDecimal getCol_27() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_27); if (bd == null) @@ -463,7 +483,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_28. - @param Col_28 Col_28 */ + @param Col_28 Col_28 + */ public void setCol_28 (BigDecimal Col_28) { set_ValueNoCheck (COLUMNNAME_Col_28, Col_28); @@ -471,7 +492,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_28. @return Col_28 */ - public BigDecimal getCol_28 () + public BigDecimal getCol_28() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_28); if (bd == null) @@ -480,7 +501,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_29. - @param Col_29 Col_29 */ + @param Col_29 Col_29 + */ public void setCol_29 (BigDecimal Col_29) { set_ValueNoCheck (COLUMNNAME_Col_29, Col_29); @@ -488,7 +510,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_29. @return Col_29 */ - public BigDecimal getCol_29 () + public BigDecimal getCol_29() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_29); if (bd == null) @@ -497,7 +519,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_3. - @param Col_3 Col_3 */ + @param Col_3 Col_3 + */ public void setCol_3 (BigDecimal Col_3) { set_ValueNoCheck (COLUMNNAME_Col_3, Col_3); @@ -505,7 +528,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_3. @return Col_3 */ - public BigDecimal getCol_3 () + public BigDecimal getCol_3() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_3); if (bd == null) @@ -514,7 +537,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_30. - @param Col_30 Col_30 */ + @param Col_30 Col_30 + */ public void setCol_30 (BigDecimal Col_30) { set_ValueNoCheck (COLUMNNAME_Col_30, Col_30); @@ -522,7 +546,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_30. @return Col_30 */ - public BigDecimal getCol_30 () + public BigDecimal getCol_30() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_30); if (bd == null) @@ -531,7 +555,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_4. - @param Col_4 Col_4 */ + @param Col_4 Col_4 + */ public void setCol_4 (BigDecimal Col_4) { set_ValueNoCheck (COLUMNNAME_Col_4, Col_4); @@ -539,7 +564,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_4. @return Col_4 */ - public BigDecimal getCol_4 () + public BigDecimal getCol_4() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_4); if (bd == null) @@ -548,7 +573,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_5. - @param Col_5 Col_5 */ + @param Col_5 Col_5 + */ public void setCol_5 (BigDecimal Col_5) { set_ValueNoCheck (COLUMNNAME_Col_5, Col_5); @@ -556,7 +582,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_5. @return Col_5 */ - public BigDecimal getCol_5 () + public BigDecimal getCol_5() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_5); if (bd == null) @@ -565,7 +591,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_6. - @param Col_6 Col_6 */ + @param Col_6 Col_6 + */ public void setCol_6 (BigDecimal Col_6) { set_ValueNoCheck (COLUMNNAME_Col_6, Col_6); @@ -573,7 +600,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_6. @return Col_6 */ - public BigDecimal getCol_6 () + public BigDecimal getCol_6() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_6); if (bd == null) @@ -582,7 +609,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_7. - @param Col_7 Col_7 */ + @param Col_7 Col_7 + */ public void setCol_7 (BigDecimal Col_7) { set_ValueNoCheck (COLUMNNAME_Col_7, Col_7); @@ -590,7 +618,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_7. @return Col_7 */ - public BigDecimal getCol_7 () + public BigDecimal getCol_7() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_7); if (bd == null) @@ -599,7 +627,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_8. - @param Col_8 Col_8 */ + @param Col_8 Col_8 + */ public void setCol_8 (BigDecimal Col_8) { set_ValueNoCheck (COLUMNNAME_Col_8, Col_8); @@ -607,7 +636,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_8. @return Col_8 */ - public BigDecimal getCol_8 () + public BigDecimal getCol_8() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_8); if (bd == null) @@ -616,7 +645,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Col_9. - @param Col_9 Col_9 */ + @param Col_9 Col_9 + */ public void setCol_9 (BigDecimal Col_9) { set_ValueNoCheck (COLUMNNAME_Col_9, Col_9); @@ -624,7 +654,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Col_9. @return Col_9 */ - public BigDecimal getCol_9 () + public BigDecimal getCol_9() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_9); if (bd == null) @@ -633,9 +663,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_ValueNoCheck (COLUMNNAME_Description, Description); @@ -644,24 +673,25 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Accounting Fact. - @param Fact_Acct_ID Accounting Fact */ + @param Fact_Acct_ID Accounting Fact + */ public void setFact_Acct_ID (int Fact_Acct_ID) { - if (Fact_Acct_ID < 1) + if (Fact_Acct_ID < 1) set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, Integer.valueOf(Fact_Acct_ID)); } /** Get Accounting Fact. @return Accounting Fact */ - public int getFact_Acct_ID () + public int getFact_Acct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Fact_Acct_ID); if (ii == null) @@ -670,7 +700,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Level no. - @param LevelNo Level no */ + @param LevelNo Level no + */ public void setLevelNo (int LevelNo) { set_ValueNoCheck (COLUMNNAME_LevelNo, Integer.valueOf(LevelNo)); @@ -678,7 +709,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Level no. @return Level no */ - public int getLevelNo () + public int getLevelNo() { Integer ii = (Integer)get_Value(COLUMNNAME_LevelNo); if (ii == null) @@ -687,9 +718,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_ValueNoCheck (COLUMNNAME_Name, Name); @@ -698,7 +728,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -718,18 +748,19 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Report Line. - @param PA_ReportLine_ID Report Line */ + @param PA_ReportLine_ID Report Line + */ public void setPA_ReportLine_ID (int PA_ReportLine_ID) { - if (PA_ReportLine_ID < 1) + if (PA_ReportLine_ID < 1) set_ValueNoCheck (COLUMNNAME_PA_ReportLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PA_ReportLine_ID, Integer.valueOf(PA_ReportLine_ID)); } /** Get Report Line. @return Report Line */ - public int getPA_ReportLine_ID () + public int getPA_ReportLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PA_ReportLine_ID); if (ii == null) @@ -738,21 +769,20 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Record ID. - @param Record_ID - Direct internal record ID - */ + @param Record_ID Direct internal record ID + */ public void setRecord_ID (int Record_ID) { - if (Record_ID < 0) + if (Record_ID < 0) set_ValueNoCheck (COLUMNNAME_Record_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); } /** Get Record ID. @return Direct internal record ID */ - public int getRecord_ID () + public int getRecord_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); if (ii == null) @@ -761,9 +791,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_ValueNoCheck (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -772,7 +801,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -781,7 +810,8 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent } /** Set T_Report_UU. - @param T_Report_UU T_Report_UU */ + @param T_Report_UU T_Report_UU + */ public void setT_Report_UU (String T_Report_UU) { set_Value (COLUMNNAME_T_Report_UU, T_Report_UU); @@ -789,7 +819,7 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent /** Get T_Report_UU. @return T_Report_UU */ - public String getT_Report_UU () + public String getT_Report_UU() { return (String)get_Value(COLUMNNAME_T_Report_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_T_ReportStatement.java b/org.adempiere.base/src/org/compiere/model/X_T_ReportStatement.java index 0aac68586e..b4cea5d809 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_ReportStatement.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_ReportStatement.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for T_ReportStatement * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_ReportStatement") public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Persistent { @@ -34,7 +34,7 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_ReportStatement (Properties ctx, int T_ReportStatement_ID, String trxName) @@ -84,21 +84,20 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -107,9 +106,8 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe } /** Set Accounted Credit. - @param AmtAcctCr - Accounted Credit Amount - */ + @param AmtAcctCr Accounted Credit Amount + */ public void setAmtAcctCr (BigDecimal AmtAcctCr) { set_ValueNoCheck (COLUMNNAME_AmtAcctCr, AmtAcctCr); @@ -118,7 +116,7 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe /** Get Accounted Credit. @return Accounted Credit Amount */ - public BigDecimal getAmtAcctCr () + public BigDecimal getAmtAcctCr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctCr); if (bd == null) @@ -127,9 +125,8 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe } /** Set Accounted Debit. - @param AmtAcctDr - Accounted Debit Amount - */ + @param AmtAcctDr Accounted Debit Amount + */ public void setAmtAcctDr (BigDecimal AmtAcctDr) { set_ValueNoCheck (COLUMNNAME_AmtAcctDr, AmtAcctDr); @@ -138,7 +135,7 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe /** Get Accounted Debit. @return Accounted Debit Amount */ - public BigDecimal getAmtAcctDr () + public BigDecimal getAmtAcctDr() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_AmtAcctDr); if (bd == null) @@ -147,7 +144,8 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe } /** Set Balance. - @param Balance Balance */ + @param Balance Balance + */ public void setBalance (BigDecimal Balance) { set_ValueNoCheck (COLUMNNAME_Balance, Balance); @@ -155,7 +153,7 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe /** Get Balance. @return Balance */ - public BigDecimal getBalance () + public BigDecimal getBalance() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Balance); if (bd == null) @@ -164,9 +162,8 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_ValueNoCheck (COLUMNNAME_DateAcct, DateAcct); @@ -175,15 +172,14 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_ValueNoCheck (COLUMNNAME_Description, Description); @@ -192,7 +188,7 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -204,18 +200,19 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe } /** Set Accounting Fact. - @param Fact_Acct_ID Accounting Fact */ + @param Fact_Acct_ID Accounting Fact + */ public void setFact_Acct_ID (int Fact_Acct_ID) { - if (Fact_Acct_ID < 1) + if (Fact_Acct_ID < 1) set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, Integer.valueOf(Fact_Acct_ID)); } /** Get Accounting Fact. @return Accounting Fact */ - public int getFact_Acct_ID () + public int getFact_Acct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Fact_Acct_ID); if (ii == null) @@ -224,7 +221,8 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe } /** Set Level no. - @param LevelNo Level no */ + @param LevelNo Level no + */ public void setLevelNo (int LevelNo) { set_ValueNoCheck (COLUMNNAME_LevelNo, Integer.valueOf(LevelNo)); @@ -232,7 +230,7 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe /** Get Level no. @return Level no */ - public int getLevelNo () + public int getLevelNo() { Integer ii = (Integer)get_Value(COLUMNNAME_LevelNo); if (ii == null) @@ -241,9 +239,8 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_ValueNoCheck (COLUMNNAME_Name, Name); @@ -252,7 +249,7 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -266,9 +263,8 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_ValueNoCheck (COLUMNNAME_Qty, Qty); @@ -277,7 +273,7 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -286,7 +282,8 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe } /** Set T_ReportStatement_UU. - @param T_ReportStatement_UU T_ReportStatement_UU */ + @param T_ReportStatement_UU T_ReportStatement_UU + */ public void setT_ReportStatement_UU (String T_ReportStatement_UU) { set_Value (COLUMNNAME_T_ReportStatement_UU, T_ReportStatement_UU); @@ -294,7 +291,7 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe /** Get T_ReportStatement_UU. @return T_ReportStatement_UU */ - public String getT_ReportStatement_UU () + public String getT_ReportStatement_UU() { return (String)get_Value(COLUMNNAME_T_ReportStatement_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_T_Transaction.java b/org.adempiere.base/src/org/compiere/model/X_T_Transaction.java index c5f652c47c..380e91b4a0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_Transaction.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_Transaction.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for T_Transaction * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_Transaction") public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent { @@ -33,7 +33,7 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_Transaction (Properties ctx, int T_Transaction_ID, String trxName) @@ -87,21 +87,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_Value (COLUMNNAME_AD_PInstance_ID, null); - else + else set_Value (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -116,21 +115,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -145,21 +143,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Project Issue. - @param C_ProjectIssue_ID - Project Issues (Material, Labor) - */ + @param C_ProjectIssue_ID Project Issues (Material, Labor) + */ public void setC_ProjectIssue_ID (int C_ProjectIssue_ID) { - if (C_ProjectIssue_ID < 1) + if (C_ProjectIssue_ID < 1) set_Value (COLUMNNAME_C_ProjectIssue_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectIssue_ID, Integer.valueOf(C_ProjectIssue_ID)); } /** Get Project Issue. @return Project Issues (Material, Labor) */ - public int getC_ProjectIssue_ID () + public int getC_ProjectIssue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectIssue_ID); if (ii == null) @@ -174,21 +171,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -203,21 +199,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Shipment/Receipt. - @param M_InOut_ID - Material Shipment Document - */ + @param M_InOut_ID Material Shipment Document + */ public void setM_InOut_ID (int M_InOut_ID) { - if (M_InOut_ID < 1) + if (M_InOut_ID < 1) set_Value (COLUMNNAME_M_InOut_ID, null); - else + else set_Value (COLUMNNAME_M_InOut_ID, Integer.valueOf(M_InOut_ID)); } /** Get Shipment/Receipt. @return Material Shipment Document */ - public int getM_InOut_ID () + public int getM_InOut_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOut_ID); if (ii == null) @@ -232,21 +227,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Shipment/Receipt Line. - @param M_InOutLine_ID - Line on Shipment or Receipt document - */ + @param M_InOutLine_ID Line on Shipment or Receipt document + */ public void setM_InOutLine_ID (int M_InOutLine_ID) { - if (M_InOutLine_ID < 1) + if (M_InOutLine_ID < 1) set_Value (COLUMNNAME_M_InOutLine_ID, null); - else + else set_Value (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ - public int getM_InOutLine_ID () + public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) @@ -261,21 +255,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Phys.Inventory. - @param M_Inventory_ID - Parameters for a Physical Inventory - */ + @param M_Inventory_ID Parameters for a Physical Inventory + */ public void setM_Inventory_ID (int M_Inventory_ID) { - if (M_Inventory_ID < 1) + if (M_Inventory_ID < 1) set_Value (COLUMNNAME_M_Inventory_ID, null); - else + else set_Value (COLUMNNAME_M_Inventory_ID, Integer.valueOf(M_Inventory_ID)); } /** Get Phys.Inventory. @return Parameters for a Physical Inventory */ - public int getM_Inventory_ID () + public int getM_Inventory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Inventory_ID); if (ii == null) @@ -290,21 +283,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Phys.Inventory Line. - @param M_InventoryLine_ID - Unique line in an Inventory document - */ + @param M_InventoryLine_ID Unique line in an Inventory document + */ public void setM_InventoryLine_ID (int M_InventoryLine_ID) { - if (M_InventoryLine_ID < 1) + if (M_InventoryLine_ID < 1) set_Value (COLUMNNAME_M_InventoryLine_ID, null); - else + else set_Value (COLUMNNAME_M_InventoryLine_ID, Integer.valueOf(M_InventoryLine_ID)); } /** Get Phys.Inventory Line. @return Unique line in an Inventory document */ - public int getM_InventoryLine_ID () + public int getM_InventoryLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InventoryLine_ID); if (ii == null) @@ -319,21 +311,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -348,21 +339,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Inventory Move. - @param M_Movement_ID - Movement of Inventory - */ + @param M_Movement_ID Movement of Inventory + */ public void setM_Movement_ID (int M_Movement_ID) { - if (M_Movement_ID < 1) + if (M_Movement_ID < 1) set_Value (COLUMNNAME_M_Movement_ID, null); - else + else set_Value (COLUMNNAME_M_Movement_ID, Integer.valueOf(M_Movement_ID)); } /** Get Inventory Move. @return Movement of Inventory */ - public int getM_Movement_ID () + public int getM_Movement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Movement_ID); if (ii == null) @@ -377,21 +367,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Move Line. - @param M_MovementLine_ID - Inventory Move document Line - */ + @param M_MovementLine_ID Inventory Move document Line + */ public void setM_MovementLine_ID (int M_MovementLine_ID) { - if (M_MovementLine_ID < 1) + if (M_MovementLine_ID < 1) set_Value (COLUMNNAME_M_MovementLine_ID, null); - else + else set_Value (COLUMNNAME_M_MovementLine_ID, Integer.valueOf(M_MovementLine_ID)); } /** Get Move Line. @return Inventory Move document Line */ - public int getM_MovementLine_ID () + public int getM_MovementLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementLine_ID); if (ii == null) @@ -400,9 +389,8 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Movement Date. - @param MovementDate - Date a product was moved in or out of inventory - */ + @param MovementDate Date a product was moved in or out of inventory + */ public void setMovementDate (Timestamp MovementDate) { set_Value (COLUMNNAME_MovementDate, MovementDate); @@ -411,15 +399,14 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent /** Get Movement Date. @return Date a product was moved in or out of inventory */ - public Timestamp getMovementDate () + public Timestamp getMovementDate() { return (Timestamp)get_Value(COLUMNNAME_MovementDate); } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); @@ -428,7 +415,7 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) @@ -463,9 +450,8 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent /** Work Order - = W- */ public static final String MOVEMENTTYPE_WorkOrder_ = "W-"; /** Set Movement Type. - @param MovementType - Method of moving the inventory - */ + @param MovementType Method of moving the inventory + */ public void setMovementType (String MovementType) { @@ -475,7 +461,7 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent /** Get Movement Type. @return Method of moving the inventory */ - public String getMovementType () + public String getMovementType() { return (String)get_Value(COLUMNNAME_MovementType); } @@ -487,21 +473,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -516,21 +501,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Production. - @param M_Production_ID - Plan for producing a product - */ + @param M_Production_ID Plan for producing a product + */ public void setM_Production_ID (int M_Production_ID) { - if (M_Production_ID < 1) + if (M_Production_ID < 1) set_Value (COLUMNNAME_M_Production_ID, null); - else + else set_Value (COLUMNNAME_M_Production_ID, Integer.valueOf(M_Production_ID)); } /** Get Production. @return Plan for producing a product */ - public int getM_Production_ID () + public int getM_Production_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Production_ID); if (ii == null) @@ -545,21 +529,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Production Line. - @param M_ProductionLine_ID - Document Line representing a production - */ + @param M_ProductionLine_ID Document Line representing a production + */ public void setM_ProductionLine_ID (int M_ProductionLine_ID) { - if (M_ProductionLine_ID < 1) + if (M_ProductionLine_ID < 1) set_Value (COLUMNNAME_M_ProductionLine_ID, null); - else + else set_Value (COLUMNNAME_M_ProductionLine_ID, Integer.valueOf(M_ProductionLine_ID)); } /** Get Production Line. @return Document Line representing a production */ - public int getM_ProductionLine_ID () + public int getM_ProductionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductionLine_ID); if (ii == null) @@ -574,18 +557,19 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Inventory Transaction. - @param M_Transaction_ID Inventory Transaction */ + @param M_Transaction_ID Inventory Transaction + */ public void setM_Transaction_ID (int M_Transaction_ID) { - if (M_Transaction_ID < 1) + if (M_Transaction_ID < 1) set_Value (COLUMNNAME_M_Transaction_ID, null); - else + else set_Value (COLUMNNAME_M_Transaction_ID, Integer.valueOf(M_Transaction_ID)); } /** Get Inventory Transaction. @return Inventory Transaction */ - public int getM_Transaction_ID () + public int getM_Transaction_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Transaction_ID); if (ii == null) @@ -600,21 +584,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Search Shipment/Receipt. - @param Search_InOut_ID - Material Shipment Document - */ + @param Search_InOut_ID Material Shipment Document + */ public void setSearch_InOut_ID (int Search_InOut_ID) { - if (Search_InOut_ID < 1) + if (Search_InOut_ID < 1) set_Value (COLUMNNAME_Search_InOut_ID, null); - else + else set_Value (COLUMNNAME_Search_InOut_ID, Integer.valueOf(Search_InOut_ID)); } /** Get Search Shipment/Receipt. @return Material Shipment Document */ - public int getSearch_InOut_ID () + public int getSearch_InOut_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Search_InOut_ID); if (ii == null) @@ -629,21 +612,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Search Invoice. - @param Search_Invoice_ID - Search Invoice Identifier - */ + @param Search_Invoice_ID Search Invoice Identifier + */ public void setSearch_Invoice_ID (int Search_Invoice_ID) { - if (Search_Invoice_ID < 1) + if (Search_Invoice_ID < 1) set_Value (COLUMNNAME_Search_Invoice_ID, null); - else + else set_Value (COLUMNNAME_Search_Invoice_ID, Integer.valueOf(Search_Invoice_ID)); } /** Get Search Invoice. @return Search Invoice Identifier */ - public int getSearch_Invoice_ID () + public int getSearch_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Search_Invoice_ID); if (ii == null) @@ -658,21 +640,20 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set Search Order. - @param Search_Order_ID - Order Identifier - */ + @param Search_Order_ID Order Identifier + */ public void setSearch_Order_ID (int Search_Order_ID) { - if (Search_Order_ID < 1) + if (Search_Order_ID < 1) set_Value (COLUMNNAME_Search_Order_ID, null); - else + else set_Value (COLUMNNAME_Search_Order_ID, Integer.valueOf(Search_Order_ID)); } /** Get Search Order. @return Order Identifier */ - public int getSearch_Order_ID () + public int getSearch_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Search_Order_ID); if (ii == null) @@ -681,7 +662,8 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent } /** Set T_Transaction_UU. - @param T_Transaction_UU T_Transaction_UU */ + @param T_Transaction_UU T_Transaction_UU + */ public void setT_Transaction_UU (String T_Transaction_UU) { set_Value (COLUMNNAME_T_Transaction_UU, T_Transaction_UU); @@ -689,7 +671,7 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent /** Get T_Transaction_UU. @return T_Transaction_UU */ - public String getT_Transaction_UU () + public String getT_Transaction_UU() { return (String)get_Value(COLUMNNAME_T_Transaction_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_Test.java b/org.adempiere.base/src/org/compiere/model/X_Test.java index 275c6896b1..41b3d44116 100644 --- a/org.adempiere.base/src/org/compiere/model/X_Test.java +++ b/org.adempiere.base/src/org/compiere/model/X_Test.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for Test * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="Test") public class X_Test extends PO implements I_Test, I_Persistent { @@ -34,7 +34,7 @@ public class X_Test extends PO implements I_Test, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_Test (Properties ctx, int Test_ID, String trxName) @@ -82,7 +82,8 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Account_Acct. - @param Account_Acct Account_Acct */ + @param Account_Acct Account_Acct + */ public void setAccount_Acct (int Account_Acct) { set_Value (COLUMNNAME_Account_Acct, Integer.valueOf(Account_Acct)); @@ -90,7 +91,7 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Account_Acct. @return Account_Acct */ - public int getAccount_Acct () + public int getAccount_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_Account_Acct); if (ii == null) @@ -99,9 +100,8 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Binary Data. - @param BinaryData - Binary Data - */ + @param BinaryData Binary Data + */ public void setBinaryData (int BinaryData) { set_Value (COLUMNNAME_BinaryData, Integer.valueOf(BinaryData)); @@ -110,7 +110,7 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Binary Data. @return Binary Data */ - public int getBinaryData () + public int getBinaryData() { Integer ii = (Integer)get_Value(COLUMNNAME_BinaryData); if (ii == null) @@ -124,22 +124,21 @@ public class X_Test extends PO implements I_Test, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -154,21 +153,20 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Currency. - @param C_Currency_ID - The Currency for this record - */ + @param C_Currency_ID The Currency for this record + */ public void setC_Currency_ID (int C_Currency_ID) { - if (C_Currency_ID < 1) + if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); - else + else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ - public int getC_Currency_ID () + public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) @@ -177,9 +175,8 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Character Data. - @param CharacterData - Long Character Field - */ + @param CharacterData Long Character Field + */ public void setCharacterData (String CharacterData) { set_Value (COLUMNNAME_CharacterData, CharacterData); @@ -188,7 +185,7 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Character Data. @return Long Character Field */ - public String getCharacterData () + public String getCharacterData() { return (String)get_Value(COLUMNNAME_CharacterData); } @@ -200,21 +197,20 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Address. - @param C_Location_ID - Location or Address - */ + @param C_Location_ID Location or Address + */ public void setC_Location_ID (int C_Location_ID) { - if (C_Location_ID < 1) + if (C_Location_ID < 1) set_Value (COLUMNNAME_C_Location_ID, null); - else + else set_Value (COLUMNNAME_C_Location_ID, Integer.valueOf(C_Location_ID)); } /** Get Address. @return Location or Address */ - public int getC_Location_ID () + public int getC_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Location_ID); if (ii == null) @@ -223,7 +219,8 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Color. - @param Color Color */ + @param Color Color + */ public void setColor (String Color) { set_Value (COLUMNNAME_Color, Color); @@ -231,7 +228,7 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Color. @return Color */ - public String getColor () + public String getColor() { return (String)get_Value(COLUMNNAME_Color); } @@ -243,21 +240,20 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Payment. - @param C_Payment_ID - Payment identifier - */ + @param C_Payment_ID Payment identifier + */ public void setC_Payment_ID (int C_Payment_ID) { - if (C_Payment_ID < 1) + if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); - else + else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ - public int getC_Payment_ID () + public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) @@ -272,21 +268,20 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -295,9 +290,8 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -306,15 +300,14 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -323,7 +316,7 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -335,21 +328,20 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -364,21 +356,20 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -387,9 +378,8 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -398,7 +388,7 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -412,9 +402,8 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -423,7 +412,7 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -436,7 +425,8 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -444,7 +434,7 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -457,7 +447,8 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Amount. - @param T_Amount Amount */ + @param T_Amount Amount + */ public void setT_Amount (BigDecimal T_Amount) { set_Value (COLUMNNAME_T_Amount, T_Amount); @@ -465,7 +456,7 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Amount. @return Amount */ - public BigDecimal getT_Amount () + public BigDecimal getT_Amount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_T_Amount); if (bd == null) @@ -474,7 +465,8 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Date. - @param T_Date Date */ + @param T_Date Date + */ public void setT_Date (Timestamp T_Date) { set_Value (COLUMNNAME_T_Date, T_Date); @@ -482,13 +474,14 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Date. @return Date */ - public Timestamp getT_Date () + public Timestamp getT_Date() { return (Timestamp)get_Value(COLUMNNAME_T_Date); } /** Set DateTime. - @param T_DateTime DateTime */ + @param T_DateTime DateTime + */ public void setT_DateTime (Timestamp T_DateTime) { set_Value (COLUMNNAME_T_DateTime, T_DateTime); @@ -496,24 +489,25 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get DateTime. @return DateTime */ - public Timestamp getT_DateTime () + public Timestamp getT_DateTime() { return (Timestamp)get_Value(COLUMNNAME_T_DateTime); } /** Set Test ID. - @param Test_ID Test ID */ + @param Test_ID Test ID + */ public void setTest_ID (int Test_ID) { - if (Test_ID < 1) + if (Test_ID < 1) set_ValueNoCheck (COLUMNNAME_Test_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_Test_ID, Integer.valueOf(Test_ID)); } /** Get Test ID. @return Test ID */ - public int getTest_ID () + public int getTest_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Test_ID); if (ii == null) @@ -522,7 +516,8 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Test_UU. - @param Test_UU Test_UU */ + @param Test_UU Test_UU + */ public void setTest_UU (String Test_UU) { set_Value (COLUMNNAME_Test_UU, Test_UU); @@ -530,13 +525,14 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Test_UU. @return Test_UU */ - public String getTest_UU () + public String getTest_UU() { return (String)get_Value(COLUMNNAME_Test_UU); } /** Set Integer. - @param T_Integer Integer */ + @param T_Integer Integer + */ public void setT_Integer (int T_Integer) { set_Value (COLUMNNAME_T_Integer, Integer.valueOf(T_Integer)); @@ -544,7 +540,7 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Integer. @return Integer */ - public int getT_Integer () + public int getT_Integer() { Integer ii = (Integer)get_Value(COLUMNNAME_T_Integer); if (ii == null) @@ -553,7 +549,8 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Number. - @param T_Number Number */ + @param T_Number Number + */ public void setT_Number (BigDecimal T_Number) { set_Value (COLUMNNAME_T_Number, T_Number); @@ -561,7 +558,7 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Number. @return Number */ - public BigDecimal getT_Number () + public BigDecimal getT_Number() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_T_Number); if (bd == null) @@ -570,7 +567,8 @@ public class X_Test extends PO implements I_Test, I_Persistent } /** Set Qty. - @param T_Qty Qty */ + @param T_Qty Qty + */ public void setT_Qty (BigDecimal T_Qty) { set_Value (COLUMNNAME_T_Qty, T_Qty); @@ -578,7 +576,7 @@ public class X_Test extends PO implements I_Test, I_Persistent /** Get Qty. @return Qty */ - public BigDecimal getT_Qty () + public BigDecimal getT_Qty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_T_Qty); if (bd == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_U_BlackListCheque.java b/org.adempiere.base/src/org/compiere/model/X_U_BlackListCheque.java index aaac523b13..59af260d79 100644 --- a/org.adempiere.base/src/org/compiere/model/X_U_BlackListCheque.java +++ b/org.adempiere.base/src/org/compiere/model/X_U_BlackListCheque.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for U_BlackListCheque * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="U_BlackListCheque") public class X_U_BlackListCheque extends PO implements I_U_BlackListCheque, I_Persistent { @@ -30,7 +30,7 @@ public class X_U_BlackListCheque extends PO implements I_U_BlackListCheque, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_U_BlackListCheque (Properties ctx, int U_BlackListCheque_ID, String trxName) @@ -73,7 +73,8 @@ public class X_U_BlackListCheque extends PO implements I_U_BlackListCheque, I_Pe } /** Set Bank Name. - @param BankName Bank Name */ + @param BankName Bank Name + */ public void setBankName (String BankName) { set_Value (COLUMNNAME_BankName, BankName); @@ -81,13 +82,14 @@ public class X_U_BlackListCheque extends PO implements I_U_BlackListCheque, I_Pe /** Get Bank Name. @return Bank Name */ - public String getBankName () + public String getBankName() { return (String)get_Value(COLUMNNAME_BankName); } /** Set Cheque No. - @param ChequeNo Cheque No */ + @param ChequeNo Cheque No + */ public void setChequeNo (String ChequeNo) { set_Value (COLUMNNAME_ChequeNo, ChequeNo); @@ -95,24 +97,25 @@ public class X_U_BlackListCheque extends PO implements I_U_BlackListCheque, I_Pe /** Get Cheque No. @return Cheque No */ - public String getChequeNo () + public String getChequeNo() { return (String)get_Value(COLUMNNAME_ChequeNo); } /** Set Black List Cheque. - @param U_BlackListCheque_ID Black List Cheque */ + @param U_BlackListCheque_ID Black List Cheque + */ public void setU_BlackListCheque_ID (int U_BlackListCheque_ID) { - if (U_BlackListCheque_ID < 1) + if (U_BlackListCheque_ID < 1) set_ValueNoCheck (COLUMNNAME_U_BlackListCheque_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_U_BlackListCheque_ID, Integer.valueOf(U_BlackListCheque_ID)); } /** Get Black List Cheque. @return Black List Cheque */ - public int getU_BlackListCheque_ID () + public int getU_BlackListCheque_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_U_BlackListCheque_ID); if (ii == null) @@ -121,7 +124,8 @@ public class X_U_BlackListCheque extends PO implements I_U_BlackListCheque, I_Pe } /** Set U_BlackListCheque_UU. - @param U_BlackListCheque_UU U_BlackListCheque_UU */ + @param U_BlackListCheque_UU U_BlackListCheque_UU + */ public void setU_BlackListCheque_UU (String U_BlackListCheque_UU) { set_Value (COLUMNNAME_U_BlackListCheque_UU, U_BlackListCheque_UU); @@ -129,7 +133,7 @@ public class X_U_BlackListCheque extends PO implements I_U_BlackListCheque, I_Pe /** Get U_BlackListCheque_UU. @return U_BlackListCheque_UU */ - public String getU_BlackListCheque_UU () + public String getU_BlackListCheque_UU() { return (String)get_Value(COLUMNNAME_U_BlackListCheque_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_U_POSTerminal.java b/org.adempiere.base/src/org/compiere/model/X_U_POSTerminal.java index 6c25820b31..1638ee0b51 100644 --- a/org.adempiere.base/src/org/compiere/model/X_U_POSTerminal.java +++ b/org.adempiere.base/src/org/compiere/model/X_U_POSTerminal.java @@ -23,7 +23,7 @@ import java.util.Properties; /** Generated Model for U_POSTerminal * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="U_POSTerminal") public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent { @@ -31,7 +31,7 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_U_POSTerminal (Properties ctx, int U_POSTerminal_ID, String trxName) @@ -77,9 +77,8 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Auto Lock. - @param AutoLock - Whether to automatically lock the terminal when till is closed - */ + @param AutoLock Whether to automatically lock the terminal when till is closed + */ public void setAutoLock (boolean AutoLock) { set_Value (COLUMNNAME_AutoLock, Boolean.valueOf(AutoLock)); @@ -88,7 +87,7 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get Auto Lock. @return Whether to automatically lock the terminal when till is closed */ - public boolean isAutoLock () + public boolean isAutoLock() { Object oo = get_Value(COLUMNNAME_AutoLock); if (oo != null) @@ -107,21 +106,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Card Bank Account. - @param Card_BankAccount_ID - Bank Account on which card transactions will be processed - */ + @param Card_BankAccount_ID Bank Account on which card transactions will be processed + */ public void setCard_BankAccount_ID (int Card_BankAccount_ID) { - if (Card_BankAccount_ID < 1) + if (Card_BankAccount_ID < 1) set_Value (COLUMNNAME_Card_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_Card_BankAccount_ID, Integer.valueOf(Card_BankAccount_ID)); } /** Get Card Bank Account. @return Bank Account on which card transactions will be processed */ - public int getCard_BankAccount_ID () + public int getCard_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Card_BankAccount_ID); if (ii == null) @@ -136,21 +134,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Transfer Card trx to. - @param CardTransferBankAccount_ID - Bank account on which to transfer Card transactions - */ + @param CardTransferBankAccount_ID Bank account on which to transfer Card transactions + */ public void setCardTransferBankAccount_ID (int CardTransferBankAccount_ID) { - if (CardTransferBankAccount_ID < 1) + if (CardTransferBankAccount_ID < 1) set_Value (COLUMNNAME_CardTransferBankAccount_ID, null); - else + else set_Value (COLUMNNAME_CardTransferBankAccount_ID, Integer.valueOf(CardTransferBankAccount_ID)); } /** Get Transfer Card trx to. @return Bank account on which to transfer Card transactions */ - public int getCardTransferBankAccount_ID () + public int getCardTransferBankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CardTransferBankAccount_ID); if (ii == null) @@ -165,21 +162,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Transfer Card trx to. - @param CardTransferCashBook_ID - Cash Book on which to transfer all Card transactions - */ + @param CardTransferCashBook_ID Cash Book on which to transfer all Card transactions + */ public void setCardTransferCashBook_ID (int CardTransferCashBook_ID) { - if (CardTransferCashBook_ID < 1) + if (CardTransferCashBook_ID < 1) set_Value (COLUMNNAME_CardTransferCashBook_ID, null); - else + else set_Value (COLUMNNAME_CardTransferCashBook_ID, Integer.valueOf(CardTransferCashBook_ID)); } /** Get Transfer Card trx to. @return Cash Book on which to transfer all Card transactions */ - public int getCardTransferCashBook_ID () + public int getCardTransferCashBook_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CardTransferCashBook_ID); if (ii == null) @@ -194,7 +190,8 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** CashBook = C */ public static final String CARDTRANSFERTYPE_CashBook = "C"; /** Set Card Transfer Type. - @param CardTransferType Card Transfer Type */ + @param CardTransferType Card Transfer Type + */ public void setCardTransferType (String CardTransferType) { @@ -203,7 +200,7 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get Card Transfer Type. @return Card Transfer Type */ - public String getCardTransferType () + public String getCardTransferType() { return (String)get_Value(COLUMNNAME_CardTransferType); } @@ -215,9 +212,8 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** CashBook = C */ public static final String CASHBOOKTRANSFERTYPE_CashBook = "C"; /** Set Cash Book Transfer Type. - @param CashBookTransferType - Where the money in the cash book should be transfered to. Either a Bank Account or another Cash Book - */ + @param CashBookTransferType Where the money in the cash book should be transfered to. Either a Bank Account or another Cash Book + */ public void setCashBookTransferType (String CashBookTransferType) { @@ -227,7 +223,7 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get Cash Book Transfer Type. @return Where the money in the cash book should be transfered to. Either a Bank Account or another Cash Book */ - public String getCashBookTransferType () + public String getCashBookTransferType() { return (String)get_Value(COLUMNNAME_CashBookTransferType); } @@ -239,21 +235,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Transfer Cash trx to. - @param CashTransferBankAccount_ID - Bank Account on which to transfer all Cash transactions - */ + @param CashTransferBankAccount_ID Bank Account on which to transfer all Cash transactions + */ public void setCashTransferBankAccount_ID (int CashTransferBankAccount_ID) { - if (CashTransferBankAccount_ID < 1) + if (CashTransferBankAccount_ID < 1) set_Value (COLUMNNAME_CashTransferBankAccount_ID, null); - else + else set_Value (COLUMNNAME_CashTransferBankAccount_ID, Integer.valueOf(CashTransferBankAccount_ID)); } /** Get Transfer Cash trx to. @return Bank Account on which to transfer all Cash transactions */ - public int getCashTransferBankAccount_ID () + public int getCashTransferBankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CashTransferBankAccount_ID); if (ii == null) @@ -268,21 +263,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Transfer Cash trx to. - @param CashTransferCashBook_ID - Cash Book on which to transfer all Cash transactions - */ + @param CashTransferCashBook_ID Cash Book on which to transfer all Cash transactions + */ public void setCashTransferCashBook_ID (int CashTransferCashBook_ID) { - if (CashTransferCashBook_ID < 1) + if (CashTransferCashBook_ID < 1) set_Value (COLUMNNAME_CashTransferCashBook_ID, null); - else + else set_Value (COLUMNNAME_CashTransferCashBook_ID, Integer.valueOf(CashTransferCashBook_ID)); } /** Get Transfer Cash trx to. @return Cash Book on which to transfer all Cash transactions */ - public int getCashTransferCashBook_ID () + public int getCashTransferCashBook_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CashTransferCashBook_ID); if (ii == null) @@ -297,21 +291,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Cash Book. - @param C_CashBook_ID - Cash Book for recording petty cash transactions - */ + @param C_CashBook_ID Cash Book for recording petty cash transactions + */ public void setC_CashBook_ID (int C_CashBook_ID) { - if (C_CashBook_ID < 1) + if (C_CashBook_ID < 1) set_Value (COLUMNNAME_C_CashBook_ID, null); - else + else set_Value (COLUMNNAME_C_CashBook_ID, Integer.valueOf(C_CashBook_ID)); } /** Get Cash Book. @return Cash Book for recording petty cash transactions */ - public int getC_CashBook_ID () + public int getC_CashBook_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashBook_ID); if (ii == null) @@ -326,21 +319,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Cash BPartner. - @param C_CashBPartner_ID - BPartner to be used for Cash transactions - */ + @param C_CashBPartner_ID BPartner to be used for Cash transactions + */ public void setC_CashBPartner_ID (int C_CashBPartner_ID) { - if (C_CashBPartner_ID < 1) + if (C_CashBPartner_ID < 1) set_Value (COLUMNNAME_C_CashBPartner_ID, null); - else + else set_Value (COLUMNNAME_C_CashBPartner_ID, Integer.valueOf(C_CashBPartner_ID)); } /** Get Cash BPartner. @return BPartner to be used for Cash transactions */ - public int getC_CashBPartner_ID () + public int getC_CashBPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashBPartner_ID); if (ii == null) @@ -355,21 +347,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Check Bank Account. - @param Check_BankAccount_ID - Bank Account to be used for processing Check transactions - */ + @param Check_BankAccount_ID Bank Account to be used for processing Check transactions + */ public void setCheck_BankAccount_ID (int Check_BankAccount_ID) { - if (Check_BankAccount_ID < 1) + if (Check_BankAccount_ID < 1) set_Value (COLUMNNAME_Check_BankAccount_ID, null); - else + else set_Value (COLUMNNAME_Check_BankAccount_ID, Integer.valueOf(Check_BankAccount_ID)); } /** Get Check Bank Account. @return Bank Account to be used for processing Check transactions */ - public int getCheck_BankAccount_ID () + public int getCheck_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Check_BankAccount_ID); if (ii == null) @@ -384,21 +375,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Tranfer Check trx to. - @param CheckTransferBankAccount_ID - Bank account on which to transfer Check transactions - */ + @param CheckTransferBankAccount_ID Bank account on which to transfer Check transactions + */ public void setCheckTransferBankAccount_ID (int CheckTransferBankAccount_ID) { - if (CheckTransferBankAccount_ID < 1) + if (CheckTransferBankAccount_ID < 1) set_Value (COLUMNNAME_CheckTransferBankAccount_ID, null); - else + else set_Value (COLUMNNAME_CheckTransferBankAccount_ID, Integer.valueOf(CheckTransferBankAccount_ID)); } /** Get Tranfer Check trx to. @return Bank account on which to transfer Check transactions */ - public int getCheckTransferBankAccount_ID () + public int getCheckTransferBankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CheckTransferBankAccount_ID); if (ii == null) @@ -413,21 +403,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Transfer Check trx to. - @param CheckTransferCashBook_ID - Cash Book on which to transfer all Check transactions - */ + @param CheckTransferCashBook_ID Cash Book on which to transfer all Check transactions + */ public void setCheckTransferCashBook_ID (int CheckTransferCashBook_ID) { - if (CheckTransferCashBook_ID < 1) + if (CheckTransferCashBook_ID < 1) set_Value (COLUMNNAME_CheckTransferCashBook_ID, null); - else + else set_Value (COLUMNNAME_CheckTransferCashBook_ID, Integer.valueOf(CheckTransferCashBook_ID)); } /** Get Transfer Check trx to. @return Cash Book on which to transfer all Check transactions */ - public int getCheckTransferCashBook_ID () + public int getCheckTransferCashBook_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_CheckTransferCashBook_ID); if (ii == null) @@ -442,7 +431,8 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** CashBook = C */ public static final String CHECKTRANSFERTYPE_CashBook = "C"; /** Set Check Transfer Type. - @param CheckTransferType Check Transfer Type */ + @param CheckTransferType Check Transfer Type + */ public void setCheckTransferType (String CheckTransferType) { @@ -451,7 +441,7 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get Check Transfer Type. @return Check Transfer Type */ - public String getCheckTransferType () + public String getCheckTransferType() { return (String)get_Value(COLUMNNAME_CheckTransferType); } @@ -463,21 +453,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Template BPartner. - @param C_TemplateBPartner_ID - BPartner that is to be used as template when new customers are created - */ + @param C_TemplateBPartner_ID BPartner that is to be used as template when new customers are created + */ public void setC_TemplateBPartner_ID (int C_TemplateBPartner_ID) { - if (C_TemplateBPartner_ID < 1) + if (C_TemplateBPartner_ID < 1) set_Value (COLUMNNAME_C_TemplateBPartner_ID, null); - else + else set_Value (COLUMNNAME_C_TemplateBPartner_ID, Integer.valueOf(C_TemplateBPartner_ID)); } /** Get Template BPartner. @return BPartner that is to be used as template when new customers are created */ - public int getC_TemplateBPartner_ID () + public int getC_TemplateBPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TemplateBPartner_ID); if (ii == null) @@ -486,9 +475,8 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -497,15 +485,14 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -514,15 +501,14 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Last Lock Time. - @param LastLockTime - Last time at which the terminal was locked - */ + @param LastLockTime Last time at which the terminal was locked + */ public void setLastLockTime (Timestamp LastLockTime) { set_Value (COLUMNNAME_LastLockTime, LastLockTime); @@ -531,15 +517,14 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get Last Lock Time. @return Last time at which the terminal was locked */ - public Timestamp getLastLockTime () + public Timestamp getLastLockTime() { return (Timestamp)get_Value(COLUMNNAME_LastLockTime); } /** Set Locked. - @param Locked - Whether the terminal is locked - */ + @param Locked Whether the terminal is locked + */ public void setLocked (boolean Locked) { set_Value (COLUMNNAME_Locked, Boolean.valueOf(Locked)); @@ -548,7 +533,7 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get Locked. @return Whether the terminal is locked */ - public boolean isLocked () + public boolean isLocked() { Object oo = get_Value(COLUMNNAME_Locked); if (oo != null) @@ -561,9 +546,8 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Lock Time. - @param LockTime - Time in minutes the terminal should be kept in a locked state. - */ + @param LockTime Time in minutes the terminal should be kept in a locked state. + */ public void setLockTime (int LockTime) { set_Value (COLUMNNAME_LockTime, Integer.valueOf(LockTime)); @@ -572,7 +556,7 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get Lock Time. @return Time in minutes the terminal should be kept in a locked state. */ - public int getLockTime () + public int getLockTime() { Integer ii = (Integer)get_Value(COLUMNNAME_LockTime); if (ii == null) @@ -587,21 +571,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -610,9 +593,8 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -621,7 +603,7 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -633,21 +615,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Purchase Pricelist. - @param PO_PriceList_ID - Price List used by this Business Partner - */ + @param PO_PriceList_ID Price List used by this Business Partner + */ public void setPO_PriceList_ID (int PO_PriceList_ID) { - if (PO_PriceList_ID < 1) + if (PO_PriceList_ID < 1) set_Value (COLUMNNAME_PO_PriceList_ID, null); - else + else set_Value (COLUMNNAME_PO_PriceList_ID, Integer.valueOf(PO_PriceList_ID)); } /** Get Purchase Pricelist. @return Price List used by this Business Partner */ - public int getPO_PriceList_ID () + public int getPO_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PO_PriceList_ID); if (ii == null) @@ -656,9 +637,8 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Printer Name. - @param PrinterName - Name of the Printer - */ + @param PrinterName Name of the Printer + */ public void setPrinterName (String PrinterName) { set_Value (COLUMNNAME_PrinterName, PrinterName); @@ -667,7 +647,7 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get Printer Name. @return Name of the Printer */ - public String getPrinterName () + public String getPrinterName() { return (String)get_Value(COLUMNNAME_PrinterName); } @@ -679,21 +659,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -708,18 +687,19 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set Sales Pricelist. - @param SO_PriceList_ID Sales Pricelist */ + @param SO_PriceList_ID Sales Pricelist + */ public void setSO_PriceList_ID (int SO_PriceList_ID) { - if (SO_PriceList_ID < 1) + if (SO_PriceList_ID < 1) set_Value (COLUMNNAME_SO_PriceList_ID, null); - else + else set_Value (COLUMNNAME_SO_PriceList_ID, Integer.valueOf(SO_PriceList_ID)); } /** Get Sales Pricelist. @return Sales Pricelist */ - public int getSO_PriceList_ID () + public int getSO_PriceList_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SO_PriceList_ID); if (ii == null) @@ -728,9 +708,8 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set UnlockingTime. - @param UnlockingTime - Time at which the terminal should be unlocked - */ + @param UnlockingTime Time at which the terminal should be unlocked + */ public void setUnlockingTime (Timestamp UnlockingTime) { set_Value (COLUMNNAME_UnlockingTime, UnlockingTime); @@ -739,24 +718,25 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get UnlockingTime. @return Time at which the terminal should be unlocked */ - public Timestamp getUnlockingTime () + public Timestamp getUnlockingTime() { return (Timestamp)get_Value(COLUMNNAME_UnlockingTime); } /** Set POS Terminal. - @param U_POSTerminal_ID POS Terminal */ + @param U_POSTerminal_ID POS Terminal + */ public void setU_POSTerminal_ID (int U_POSTerminal_ID) { - if (U_POSTerminal_ID < 1) + if (U_POSTerminal_ID < 1) set_ValueNoCheck (COLUMNNAME_U_POSTerminal_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_U_POSTerminal_ID, Integer.valueOf(U_POSTerminal_ID)); } /** Get POS Terminal. @return POS Terminal */ - public int getU_POSTerminal_ID () + public int getU_POSTerminal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_U_POSTerminal_ID); if (ii == null) @@ -765,7 +745,8 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent } /** Set U_POSTerminal_UU. - @param U_POSTerminal_UU U_POSTerminal_UU */ + @param U_POSTerminal_UU U_POSTerminal_UU + */ public void setU_POSTerminal_UU (String U_POSTerminal_UU) { set_Value (COLUMNNAME_U_POSTerminal_UU, U_POSTerminal_UU); @@ -773,15 +754,14 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get U_POSTerminal_UU. @return U_POSTerminal_UU */ - public String getU_POSTerminal_UU () + public String getU_POSTerminal_UU() { return (String)get_Value(COLUMNNAME_U_POSTerminal_UU); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -790,7 +770,7 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/compiere/model/X_U_RoleMenu.java b/org.adempiere.base/src/org/compiere/model/X_U_RoleMenu.java index 39e505380e..8762e44491 100644 --- a/org.adempiere.base/src/org/compiere/model/X_U_RoleMenu.java +++ b/org.adempiere.base/src/org/compiere/model/X_U_RoleMenu.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for U_RoleMenu * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="U_RoleMenu") public class X_U_RoleMenu extends PO implements I_U_RoleMenu, I_Persistent { @@ -30,7 +30,7 @@ public class X_U_RoleMenu extends PO implements I_U_RoleMenu, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_U_RoleMenu (Properties ctx, int U_RoleMenu_ID, String trxName) @@ -79,21 +79,20 @@ public class X_U_RoleMenu extends PO implements I_U_RoleMenu, I_Persistent } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_Value (COLUMNNAME_AD_Role_ID, null); - else + else set_Value (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -102,18 +101,19 @@ public class X_U_RoleMenu extends PO implements I_U_RoleMenu, I_Persistent } /** Set Role Menu. - @param U_RoleMenu_ID Role Menu */ + @param U_RoleMenu_ID Role Menu + */ public void setU_RoleMenu_ID (int U_RoleMenu_ID) { - if (U_RoleMenu_ID < 1) + if (U_RoleMenu_ID < 1) set_ValueNoCheck (COLUMNNAME_U_RoleMenu_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_U_RoleMenu_ID, Integer.valueOf(U_RoleMenu_ID)); } /** Get Role Menu. @return Role Menu */ - public int getU_RoleMenu_ID () + public int getU_RoleMenu_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_U_RoleMenu_ID); if (ii == null) @@ -122,7 +122,8 @@ public class X_U_RoleMenu extends PO implements I_U_RoleMenu, I_Persistent } /** Set U_RoleMenu_UU. - @param U_RoleMenu_UU U_RoleMenu_UU */ + @param U_RoleMenu_UU U_RoleMenu_UU + */ public void setU_RoleMenu_UU (String U_RoleMenu_UU) { set_Value (COLUMNNAME_U_RoleMenu_UU, U_RoleMenu_UU); @@ -130,7 +131,7 @@ public class X_U_RoleMenu extends PO implements I_U_RoleMenu, I_Persistent /** Get U_RoleMenu_UU. @return U_RoleMenu_UU */ - public String getU_RoleMenu_UU () + public String getU_RoleMenu_UU() { return (String)get_Value(COLUMNNAME_U_RoleMenu_UU); } @@ -142,18 +143,19 @@ public class X_U_RoleMenu extends PO implements I_U_RoleMenu, I_Persistent } /** Set Web Menu. - @param U_WebMenu_ID Web Menu */ + @param U_WebMenu_ID Web Menu + */ public void setU_WebMenu_ID (int U_WebMenu_ID) { - if (U_WebMenu_ID < 1) + if (U_WebMenu_ID < 1) set_Value (COLUMNNAME_U_WebMenu_ID, null); - else + else set_Value (COLUMNNAME_U_WebMenu_ID, Integer.valueOf(U_WebMenu_ID)); } /** Get Web Menu. @return Web Menu */ - public int getU_WebMenu_ID () + public int getU_WebMenu_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_U_WebMenu_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/compiere/model/X_U_WebMenu.java b/org.adempiere.base/src/org/compiere/model/X_U_WebMenu.java index 3022346495..edfe561969 100644 --- a/org.adempiere.base/src/org/compiere/model/X_U_WebMenu.java +++ b/org.adempiere.base/src/org/compiere/model/X_U_WebMenu.java @@ -24,7 +24,7 @@ import org.compiere.util.Env; /** Generated Model for U_WebMenu * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="U_WebMenu") public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent { @@ -32,7 +32,7 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_U_WebMenu (Properties ctx, int U_WebMenu_ID, String trxName) @@ -78,7 +78,8 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent } /** Set Category. - @param Category Category */ + @param Category Category + */ public void setCategory (String Category) { set_Value (COLUMNNAME_Category, Category); @@ -86,15 +87,14 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent /** Get Category. @return Category */ - public String getCategory () + public String getCategory() { return (String)get_Value(COLUMNNAME_Category); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -103,13 +103,14 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Has SubMenu. - @param HasSubMenu Has SubMenu */ + @param HasSubMenu Has SubMenu + */ public void setHasSubMenu (boolean HasSubMenu) { set_Value (COLUMNNAME_HasSubMenu, Boolean.valueOf(HasSubMenu)); @@ -117,7 +118,7 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent /** Get Has SubMenu. @return Has SubMenu */ - public boolean isHasSubMenu () + public boolean isHasSubMenu() { Object oo = get_Value(COLUMNNAME_HasSubMenu); if (oo != null) @@ -130,9 +131,8 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -141,13 +141,14 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Image Link. - @param ImageLink Image Link */ + @param ImageLink Image Link + */ public void setImageLink (String ImageLink) { set_Value (COLUMNNAME_ImageLink, ImageLink); @@ -155,13 +156,14 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent /** Get Image Link. @return Image Link */ - public String getImageLink () + public String getImageLink() { return (String)get_Value(COLUMNNAME_ImageLink); } /** Set Menu Link. - @param MenuLink Menu Link */ + @param MenuLink Menu Link + */ public void setMenuLink (String MenuLink) { set_Value (COLUMNNAME_MenuLink, MenuLink); @@ -169,13 +171,14 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent /** Get Menu Link. @return Menu Link */ - public String getMenuLink () + public String getMenuLink() { return (String)get_Value(COLUMNNAME_MenuLink); } /** Set Module. - @param Module Module */ + @param Module Module + */ public void setModule (String Module) { set_Value (COLUMNNAME_Module, Module); @@ -183,15 +186,14 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent /** Get Module. @return Module */ - public String getModule () + public String getModule() { return (String)get_Value(COLUMNNAME_Module); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -200,7 +202,7 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -212,18 +214,19 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent } /** Set Parent Menu. - @param ParentMenu_ID Parent Menu */ + @param ParentMenu_ID Parent Menu + */ public void setParentMenu_ID (int ParentMenu_ID) { - if (ParentMenu_ID < 1) + if (ParentMenu_ID < 1) set_Value (COLUMNNAME_ParentMenu_ID, null); - else + else set_Value (COLUMNNAME_ParentMenu_ID, Integer.valueOf(ParentMenu_ID)); } /** Get Parent Menu. @return Parent Menu */ - public int getParentMenu_ID () + public int getParentMenu_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_ParentMenu_ID); if (ii == null) @@ -232,7 +235,8 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent } /** Set Position. - @param Position Position */ + @param Position Position + */ public void setPosition (String Position) { set_Value (COLUMNNAME_Position, Position); @@ -240,13 +244,14 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent /** Get Position. @return Position */ - public String getPosition () + public String getPosition() { return (String)get_Value(COLUMNNAME_Position); } /** Set Sequence. - @param Sequence Sequence */ + @param Sequence Sequence + */ public void setSequence (BigDecimal Sequence) { set_Value (COLUMNNAME_Sequence, Sequence); @@ -254,7 +259,7 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent /** Get Sequence. @return Sequence */ - public BigDecimal getSequence () + public BigDecimal getSequence() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Sequence); if (bd == null) @@ -263,18 +268,19 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent } /** Set Web Menu. - @param U_WebMenu_ID Web Menu */ + @param U_WebMenu_ID Web Menu + */ public void setU_WebMenu_ID (int U_WebMenu_ID) { - if (U_WebMenu_ID < 1) + if (U_WebMenu_ID < 1) set_ValueNoCheck (COLUMNNAME_U_WebMenu_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_U_WebMenu_ID, Integer.valueOf(U_WebMenu_ID)); } /** Get Web Menu. @return Web Menu */ - public int getU_WebMenu_ID () + public int getU_WebMenu_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_U_WebMenu_ID); if (ii == null) @@ -283,7 +289,8 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent } /** Set U_WebMenu_UU. - @param U_WebMenu_UU U_WebMenu_UU */ + @param U_WebMenu_UU U_WebMenu_UU + */ public void setU_WebMenu_UU (String U_WebMenu_UU) { set_Value (COLUMNNAME_U_WebMenu_UU, U_WebMenu_UU); @@ -291,7 +298,7 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent /** Get U_WebMenu_UU. @return U_WebMenu_UU */ - public String getU_WebMenu_UU () + public String getU_WebMenu_UU() { return (String)get_Value(COLUMNNAME_U_WebMenu_UU); } diff --git a/org.adempiere.base/src/org/compiere/model/X_U_Web_Properties.java b/org.adempiere.base/src/org/compiere/model/X_U_Web_Properties.java index 668946d5d1..f950a85df1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_U_Web_Properties.java +++ b/org.adempiere.base/src/org/compiere/model/X_U_Web_Properties.java @@ -22,7 +22,7 @@ import java.util.Properties; /** Generated Model for U_Web_Properties * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="U_Web_Properties") public class X_U_Web_Properties extends PO implements I_U_Web_Properties, I_Persistent { @@ -30,7 +30,7 @@ public class X_U_Web_Properties extends PO implements I_U_Web_Properties, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_U_Web_Properties (Properties ctx, int U_Web_Properties_ID, String trxName) @@ -73,7 +73,8 @@ public class X_U_Web_Properties extends PO implements I_U_Web_Properties, I_Pers } /** Set Key. - @param U_Key Key */ + @param U_Key Key + */ public void setU_Key (String U_Key) { set_Value (COLUMNNAME_U_Key, U_Key); @@ -81,13 +82,14 @@ public class X_U_Web_Properties extends PO implements I_U_Web_Properties, I_Pers /** Get Key. @return Key */ - public String getU_Key () + public String getU_Key() { return (String)get_Value(COLUMNNAME_U_Key); } /** Set Value. - @param U_Value Value */ + @param U_Value Value + */ public void setU_Value (String U_Value) { set_Value (COLUMNNAME_U_Value, U_Value); @@ -95,24 +97,25 @@ public class X_U_Web_Properties extends PO implements I_U_Web_Properties, I_Pers /** Get Value. @return Value */ - public String getU_Value () + public String getU_Value() { return (String)get_Value(COLUMNNAME_U_Value); } /** Set Web Properties. - @param U_Web_Properties_ID Web Properties */ + @param U_Web_Properties_ID Web Properties + */ public void setU_Web_Properties_ID (int U_Web_Properties_ID) { - if (U_Web_Properties_ID < 1) + if (U_Web_Properties_ID < 1) set_ValueNoCheck (COLUMNNAME_U_Web_Properties_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_U_Web_Properties_ID, Integer.valueOf(U_Web_Properties_ID)); } /** Get Web Properties. @return Web Properties */ - public int getU_Web_Properties_ID () + public int getU_Web_Properties_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_U_Web_Properties_ID); if (ii == null) @@ -121,7 +124,8 @@ public class X_U_Web_Properties extends PO implements I_U_Web_Properties, I_Pers } /** Set U_Web_Properties_UU. - @param U_Web_Properties_UU U_Web_Properties_UU */ + @param U_Web_Properties_UU U_Web_Properties_UU + */ public void setU_Web_Properties_UU (String U_Web_Properties_UU) { set_Value (COLUMNNAME_U_Web_Properties_UU, U_Web_Properties_UU); @@ -129,7 +133,7 @@ public class X_U_Web_Properties extends PO implements I_U_Web_Properties, I_Pers /** Get U_Web_Properties_UU. @return U_Web_Properties_UU */ - public String getU_Web_Properties_UU () + public String getU_Web_Properties_UU() { return (String)get_Value(COLUMNNAME_U_Web_Properties_UU); } diff --git a/org.adempiere.base/src/org/eevolution/model/I_C_TaxBase.java b/org.adempiere.base/src/org/eevolution/model/I_C_TaxBase.java index 865ded781f..1fdeea07f5 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_C_TaxBase.java +++ b/org.adempiere.base/src/org/eevolution/model/I_C_TaxBase.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxBase * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_C_TaxBase diff --git a/org.adempiere.base/src/org/eevolution/model/I_C_TaxDefinition.java b/org.adempiere.base/src/org/eevolution/model/I_C_TaxDefinition.java index cc02697497..73c42f00b9 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_C_TaxDefinition.java +++ b/org.adempiere.base/src/org/eevolution/model/I_C_TaxDefinition.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxDefinition * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_C_TaxDefinition @@ -82,12 +82,12 @@ public interface I_C_TaxDefinition /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_C_TaxGroup.java b/org.adempiere.base/src/org/eevolution/model/I_C_TaxGroup.java index a2e96e648a..96ac6ebf35 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_C_TaxGroup.java +++ b/org.adempiere.base/src/org/eevolution/model/I_C_TaxGroup.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxGroup * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_C_TaxGroup diff --git a/org.adempiere.base/src/org/eevolution/model/I_C_TaxType.java b/org.adempiere.base/src/org/eevolution/model/I_C_TaxType.java index d30adc2a42..65b1ea2e00 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_C_TaxType.java +++ b/org.adempiere.base/src/org/eevolution/model/I_C_TaxType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_C_TaxType diff --git a/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistribution.java b/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistribution.java index c5c60c7df3..f45ec4c033 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistribution.java +++ b/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistribution.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for DD_NetworkDistribution * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_DD_NetworkDistribution diff --git a/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java b/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java index 6124a301f8..776e0edb36 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for DD_NetworkDistributionLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_DD_NetworkDistributionLine diff --git a/org.adempiere.base/src/org/eevolution/model/I_DD_Order.java b/org.adempiere.base/src/org/eevolution/model/I_DD_Order.java index 584619b5a2..36a9eeceb0 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_DD_Order.java +++ b/org.adempiere.base/src/org/eevolution/model/I_DD_Order.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for DD_Order * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_DD_Order @@ -110,12 +110,12 @@ public interface I_DD_Order /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -513,12 +513,12 @@ public interface I_DD_Order public static final String COLUMNNAME_IsDropShip = "IsDropShip"; /** Set Drop Shipment. - * Drop Shipments are sent from the Vendor directly to the Customer + * Drop Shipments are sent directly to the Drop Shipment Location */ public void setIsDropShip (boolean IsDropShip); /** Get Drop Shipment. - * Drop Shipments are sent from the Vendor directly to the Customer + * Drop Shipments are sent directly to the Drop Shipment Location */ public boolean isDropShip(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_DD_OrderLine.java b/org.adempiere.base/src/org/eevolution/model/I_DD_OrderLine.java index 59117df1f4..b9b5b1b30b 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_DD_OrderLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_DD_OrderLine.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for DD_OrderLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_DD_OrderLine diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Attribute.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Attribute.java index fcb3094e2f..feec91287d 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Attribute.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Attribute.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Attribute * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_Attribute @@ -91,12 +91,12 @@ public interface I_HR_Attribute /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Concept.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Concept.java index 17814d98fa..1f54dcb811 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Concept.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Concept.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Concept * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_Concept diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Acct.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Acct.java index 49d2607e9d..d26a46b89a 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Acct.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Acct.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Concept_Acct * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_Concept_Acct diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Category.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Category.java index 3e559b943d..72deeb5f88 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Category.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Category.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Concept_Category * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_Concept_Category diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Contract.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Contract.java index b8f2584648..6cb5862d61 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Contract.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Contract.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Contract * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_Contract @@ -67,12 +67,12 @@ public interface I_HR_Contract /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Department.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Department.java index cc89f04008..2791cacf2d 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Department.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Department.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Department * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_Department diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Employee.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Employee.java index d92d4b006e..a0c38724dc 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Employee.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Employee.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Employee * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_Employee @@ -82,12 +82,12 @@ public interface I_HR_Employee /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Job.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Job.java index f01d161830..7436521e6e 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Job.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Job.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Job * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_Job diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_List.java b/org.adempiere.base/src/org/eevolution/model/I_HR_List.java index a35c7fe667..4adaa483ad 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_List.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_List.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_List * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_List diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_ListLine.java b/org.adempiere.base/src/org/eevolution/model/I_HR_ListLine.java index 749a47c72d..c4f61fb6cf 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_ListLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_ListLine.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_ListLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_ListLine diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_ListType.java b/org.adempiere.base/src/org/eevolution/model/I_HR_ListType.java index 1af4303a6e..703c2c5bd7 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_ListType.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_ListType.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_ListType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_ListType diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_ListVersion.java b/org.adempiere.base/src/org/eevolution/model/I_HR_ListVersion.java index 77ee16933c..d19fb96d64 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_ListVersion.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_ListVersion.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_ListVersion * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_ListVersion diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Movement.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Movement.java index b662105aed..dcd88b6712 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Movement.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Movement.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Movement * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_Movement @@ -132,12 +132,12 @@ public interface I_HR_Movement /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Payroll.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Payroll.java index 47137e9525..2226ce0ece 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Payroll.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Payroll.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Payroll * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_Payroll diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_PayrollConcept.java b/org.adempiere.base/src/org/eevolution/model/I_HR_PayrollConcept.java index 4f4a305cdd..ffae13e449 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_PayrollConcept.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_PayrollConcept.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_PayrollConcept * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_PayrollConcept diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Period.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Period.java index 406e24e656..41112c7559 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Period.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Period.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Period * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_Period diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Process.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Process.java index d4b097466d..babc08074b 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Process.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Process.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Process * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_Process @@ -97,12 +97,12 @@ public interface I_HR_Process /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Year.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Year.java index fc19b4633e..92bf8e4bd5 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Year.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Year.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Year * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_HR_Year diff --git a/org.adempiere.base/src/org/eevolution/model/I_I_HR_Movement.java b/org.adempiere.base/src/org/eevolution/model/I_I_HR_Movement.java index a35b36fa00..7ceb200fcf 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_I_HR_Movement.java +++ b/org.adempiere.base/src/org/eevolution/model/I_I_HR_Movement.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_HR_Movement * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_I_HR_Movement @@ -93,12 +93,12 @@ public interface I_I_HR_Movement /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_I_Movement.java b/org.adempiere.base/src/org/eevolution/model/I_I_Movement.java index 6de493942f..16c1b50625 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_I_Movement.java +++ b/org.adempiere.base/src/org/eevolution/model/I_I_Movement.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_Movement * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_I_Movement @@ -121,12 +121,12 @@ public interface I_I_Movement /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_I_ProductPlanning.java b/org.adempiere.base/src/org/eevolution/model/I_I_ProductPlanning.java index 66f8ed4990..295c8c78e3 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_I_ProductPlanning.java +++ b/org.adempiere.base/src/org/eevolution/model/I_I_ProductPlanning.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for I_ProductPlanning * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_I_ProductPlanning @@ -95,12 +95,12 @@ public interface I_I_ProductPlanning /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); @@ -444,13 +444,17 @@ public interface I_I_ProductPlanning /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; - /** Set BOM & Formula. - * BOM & Formula + /** Set BOM & + Formula. + * BOM & + Formula */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID); - /** Get BOM & Formula. - * BOM & Formula + /** Get BOM & + Formula. + * BOM & + Formula */ public int getPP_Product_BOM_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_Collector.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_Collector.java index d21974c7f2..3d49e78287 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_Collector.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_Collector.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Cost_Collector * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Cost_Collector diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_CollectorMA.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_CollectorMA.java index 7fba384729..a783a6dce4 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_CollectorMA.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_CollectorMA.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Cost_CollectorMA * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Cost_CollectorMA diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_MRP.java b/org.adempiere.base/src/org/eevolution/model/I_PP_MRP.java index c89fb2d442..1d815ff629 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_MRP.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_MRP.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_MRP * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_MRP @@ -67,12 +67,12 @@ public interface I_PP_MRP /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order.java index 2afb519f38..25e92dc0d8 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Order @@ -620,13 +620,17 @@ public interface I_PP_Order /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; - /** Set BOM & Formula. - * BOM & Formula + /** Set BOM & + Formula. + * BOM & + Formula */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID); - /** Get BOM & Formula. - * BOM & Formula + /** Get BOM & + Formula. + * BOM & + Formula */ public int getPP_Product_BOM_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOM.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOM.java index cf22575d1d..cf7488d10c 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOM.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOM.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_BOM * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Order_BOM diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOMLine.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOMLine.java index 9ddbe8a2a8..7f979f299a 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOMLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOMLine.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_BOMLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Order_BOMLine diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Cost.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Cost.java index 02efbeaa82..3d346e9476 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Cost.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Cost.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Cost * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Order_Cost diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node.java index 023639ae5d..fb103ace9e 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Node * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Order_Node @@ -256,12 +256,12 @@ public interface I_PP_Order_Node /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - /** Set Business Partner . + /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); - /** Get Business Partner . + /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_NodeNext.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_NodeNext.java index 1a43a4cc86..0eb51e6949 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_NodeNext.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_NodeNext.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_NodeNext * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Order_NodeNext diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Asset.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Asset.java index 5e776439b4..286aa4d3fc 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Asset.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Asset.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Node_Asset * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Order_Node_Asset diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Product.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Product.java index c6a922418e..09cbf1ef79 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Product.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Product.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Node_Product * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Order_Node_Product diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Workflow.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Workflow.java index bf840b7bbf..54fc513252 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Workflow.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Workflow.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Workflow * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Order_Workflow diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOM.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOM.java index ee481828c2..a33aff9f0c 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOM.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOM.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Product_BOM * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Product_BOM @@ -147,19 +147,6 @@ public interface I_PP_Product_BOM */ public String getDescription(); - /** Column name DocumentNo */ - public static final String COLUMNNAME_DocumentNo = "DocumentNo"; - - /** Set Document No. - * Document sequence number of the document - */ - public void setDocumentNo (String DocumentNo); - - /** Get Document No. - * Document sequence number of the document - */ - public String getDocumentNo(); - /** Column name Help */ public static final String COLUMNNAME_Help = "Help"; @@ -247,13 +234,17 @@ public interface I_PP_Product_BOM /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; - /** Set BOM & Formula. - * BOM & Formula + /** Set BOM & + Formula. + * BOM & + Formula */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID); - /** Get BOM & Formula. - * BOM & Formula + /** Get BOM & + Formula. + * BOM & + Formula */ public int getPP_Product_BOM_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOMLine.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOMLine.java index f66a85f69a..d171087749 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOMLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOMLine.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Product_BOMLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Product_BOMLine @@ -325,13 +325,17 @@ public interface I_PP_Product_BOMLine /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; - /** Set BOM & Formula. - * BOM & Formula + /** Set BOM & + Formula. + * BOM & + Formula */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID); - /** Get BOM & Formula. - * BOM & Formula + /** Get BOM & + Formula. + * BOM & + Formula */ public int getPP_Product_BOM_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Product_Planning.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Product_Planning.java index 712778f770..de9b5fb45c 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Product_Planning.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Product_Planning.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Product_Planning * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_Product_Planning @@ -295,13 +295,17 @@ public interface I_PP_Product_Planning /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; - /** Set BOM & Formula. - * BOM & Formula + /** Set BOM & + Formula. + * BOM & + Formula */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID); - /** Get BOM & Formula. - * BOM & Formula + /** Get BOM & + Formula. + * BOM & + Formula */ public int getPP_Product_BOM_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Asset.java b/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Asset.java index 6da6924bb5..5d399095b6 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Asset.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Asset.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_WF_Node_Asset * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_WF_Node_Asset diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Product.java b/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Product.java index 501424544d..15090a13f4 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Product.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Product.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for PP_WF_Node_Product * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_PP_WF_Node_Product diff --git a/org.adempiere.base/src/org/eevolution/model/I_QM_Specification.java b/org.adempiere.base/src/org/eevolution/model/I_QM_Specification.java index 93deb15e19..fd388577c5 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_QM_Specification.java +++ b/org.adempiere.base/src/org/eevolution/model/I_QM_Specification.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for QM_Specification * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_QM_Specification @@ -167,13 +167,17 @@ public interface I_QM_Specification /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; - /** Set BOM & Formula. - * BOM & Formula + /** Set BOM & + Formula. + * BOM & + Formula */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID); - /** Get BOM & Formula. - * BOM & Formula + /** Get BOM & + Formula. + * BOM & + Formula */ public int getPP_Product_BOM_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_QM_SpecificationLine.java b/org.adempiere.base/src/org/eevolution/model/I_QM_SpecificationLine.java index e4ff2f30aa..d6c665f1b8 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_QM_SpecificationLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_QM_SpecificationLine.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for QM_SpecificationLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_QM_SpecificationLine diff --git a/org.adempiere.base/src/org/eevolution/model/I_T_BOMLine.java b/org.adempiere.base/src/org/eevolution/model/I_T_BOMLine.java index e4303c9113..45134fc0c5 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_T_BOMLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_T_BOMLine.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_BOMLine * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_T_BOMLine @@ -197,12 +197,16 @@ public interface I_T_BOMLine public static final String COLUMNNAME_Implosion = "Implosion"; /** Set Implosion. - * Implosion of a Bill of Materials refers to finding all the BOM''s in which a component is used. + * Implosion of a Bill of Materials refers to finding all the BOM' +' +s in which a component is used. */ public void setImplosion (boolean Implosion); /** Get Implosion. - * Implosion of a Bill of Materials refers to finding all the BOM''s in which a component is used. + * Implosion of a Bill of Materials refers to finding all the BOM' +' +s in which a component is used. */ public boolean isImplosion(); @@ -298,13 +302,17 @@ public interface I_T_BOMLine /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; - /** Set BOM & Formula. - * BOM & Formula + /** Set BOM & + Formula. + * BOM & + Formula */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID); - /** Get BOM & Formula. - * BOM & Formula + /** Get BOM & + Formula. + * BOM & + Formula */ public int getPP_Product_BOM_ID(); diff --git a/org.adempiere.base/src/org/eevolution/model/I_T_MRP_CRP.java b/org.adempiere.base/src/org/eevolution/model/I_T_MRP_CRP.java index f4be6817ac..d229855414 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_T_MRP_CRP.java +++ b/org.adempiere.base/src/org/eevolution/model/I_T_MRP_CRP.java @@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair; /** Generated Interface for T_MRP_CRP * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ @SuppressWarnings("all") public interface I_T_MRP_CRP @@ -139,10 +139,12 @@ public interface I_T_MRP_CRP /** Column name T_MRP_CRP_ID */ public static final String COLUMNNAME_T_MRP_CRP_ID = "T_MRP_CRP_ID"; - /** Set Temporal MRP & CRP */ + /** Set Temporal MRP & + CRP */ public void setT_MRP_CRP_ID (int T_MRP_CRP_ID); - /** Get Temporal MRP & CRP */ + /** Get Temporal MRP & + CRP */ public int getT_MRP_CRP_ID(); /** Column name T_MRP_CRP_UU */ diff --git a/org.adempiere.base/src/org/eevolution/model/X_C_TaxBase.java b/org.adempiere.base/src/org/eevolution/model/X_C_TaxBase.java index 44d17dd1b0..9b5918e891 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_C_TaxBase.java +++ b/org.adempiere.base/src/org/eevolution/model/X_C_TaxBase.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxBase * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_TaxBase") public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_TaxBase (Properties ctx, int C_TaxBase_ID, String trxName) @@ -85,9 +85,8 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent /** Weight = W */ public static final String BASE_Weight = "W"; /** Set Base. - @param Base - Calculation Base - */ + @param Base Calculation Base + */ public void setBase (String Base) { @@ -97,24 +96,25 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent /** Get Base. @return Calculation Base */ - public String getBase () + public String getBase() { return (String)get_Value(COLUMNNAME_Base); } /** Set Tax Base. - @param C_TaxBase_ID Tax Base */ + @param C_TaxBase_ID Tax Base + */ public void setC_TaxBase_ID (int C_TaxBase_ID) { - if (C_TaxBase_ID < 1) + if (C_TaxBase_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxBase_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxBase_ID, Integer.valueOf(C_TaxBase_ID)); } /** Get Tax Base. @return Tax Base */ - public int getC_TaxBase_ID () + public int getC_TaxBase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxBase_ID); if (ii == null) @@ -123,7 +123,8 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent } /** Set C_TaxBase_UU. - @param C_TaxBase_UU C_TaxBase_UU */ + @param C_TaxBase_UU C_TaxBase_UU + */ public void setC_TaxBase_UU (String C_TaxBase_UU) { set_Value (COLUMNNAME_C_TaxBase_UU, C_TaxBase_UU); @@ -131,15 +132,14 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent /** Get C_TaxBase_UU. @return C_TaxBase_UU */ - public String getC_TaxBase_UU () + public String getC_TaxBase_UU() { return (String)get_Value(COLUMNNAME_C_TaxBase_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -148,15 +148,14 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -165,15 +164,14 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -182,7 +180,7 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -196,9 +194,8 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent } /** Set Percentage. - @param Percentage - Percent of the entire amount - */ + @param Percentage Percent of the entire amount + */ public void setPercentage (int Percentage) { set_Value (COLUMNNAME_Percentage, Integer.valueOf(Percentage)); @@ -207,7 +204,7 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent /** Get Percentage. @return Percent of the entire amount */ - public int getPercentage () + public int getPercentage() { Integer ii = (Integer)get_Value(COLUMNNAME_Percentage); if (ii == null) @@ -216,9 +213,8 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -227,7 +223,7 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_C_TaxDefinition.java b/org.adempiere.base/src/org/eevolution/model/X_C_TaxDefinition.java index 9c029c9bd2..a24411f010 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_C_TaxDefinition.java +++ b/org.adempiere.base/src/org/eevolution/model/X_C_TaxDefinition.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxDefinition * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_TaxDefinition") public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persistent { @@ -33,7 +33,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_TaxDefinition (Properties ctx, int C_TaxDefinition_ID, String trxName) @@ -82,21 +82,20 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Organization Type. - @param AD_OrgType_ID - Organization Type - */ + @param AD_OrgType_ID Organization Type + */ public void setAD_OrgType_ID (int AD_OrgType_ID) { - if (AD_OrgType_ID < 1) + if (AD_OrgType_ID < 1) set_Value (COLUMNNAME_AD_OrgType_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgType_ID, Integer.valueOf(AD_OrgType_ID)); } /** Get Organization Type. @return Organization Type */ - public int getAD_OrgType_ID () + public int getAD_OrgType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgType_ID); if (ii == null) @@ -110,22 +109,21 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -140,21 +138,20 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ + @param C_BP_Group_ID Business Partner Group + */ public void setC_BP_Group_ID (int C_BP_Group_ID) { - if (C_BP_Group_ID < 1) + if (C_BP_Group_ID < 1) set_Value (COLUMNNAME_C_BP_Group_ID, null); - else + else set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); } /** Get Business Partner Group. @return Business Partner Group */ - public int getC_BP_Group_ID () + public int getC_BP_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); if (ii == null) @@ -169,18 +166,19 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Tax Base. - @param C_TaxBase_ID Tax Base */ + @param C_TaxBase_ID Tax Base + */ public void setC_TaxBase_ID (int C_TaxBase_ID) { - if (C_TaxBase_ID < 1) + if (C_TaxBase_ID < 1) set_Value (COLUMNNAME_C_TaxBase_ID, null); - else + else set_Value (COLUMNNAME_C_TaxBase_ID, Integer.valueOf(C_TaxBase_ID)); } /** Get Tax Base. @return Tax Base */ - public int getC_TaxBase_ID () + public int getC_TaxBase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxBase_ID); if (ii == null) @@ -195,21 +193,20 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Tax Category. - @param C_TaxCategory_ID - Tax Category - */ + @param C_TaxCategory_ID Tax Category + */ public void setC_TaxCategory_ID (int C_TaxCategory_ID) { - if (C_TaxCategory_ID < 1) + if (C_TaxCategory_ID < 1) set_Value (COLUMNNAME_C_TaxCategory_ID, null); - else + else set_Value (COLUMNNAME_C_TaxCategory_ID, Integer.valueOf(C_TaxCategory_ID)); } /** Get Tax Category. @return Tax Category */ - public int getC_TaxCategory_ID () + public int getC_TaxCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxCategory_ID); if (ii == null) @@ -218,18 +215,19 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Tax Definition. - @param C_TaxDefinition_ID Tax Definition */ + @param C_TaxDefinition_ID Tax Definition + */ public void setC_TaxDefinition_ID (int C_TaxDefinition_ID) { - if (C_TaxDefinition_ID < 1) + if (C_TaxDefinition_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxDefinition_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxDefinition_ID, Integer.valueOf(C_TaxDefinition_ID)); } /** Get Tax Definition. @return Tax Definition */ - public int getC_TaxDefinition_ID () + public int getC_TaxDefinition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxDefinition_ID); if (ii == null) @@ -238,7 +236,8 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set C_TaxDefinition_UU. - @param C_TaxDefinition_UU C_TaxDefinition_UU */ + @param C_TaxDefinition_UU C_TaxDefinition_UU + */ public void setC_TaxDefinition_UU (String C_TaxDefinition_UU) { set_Value (COLUMNNAME_C_TaxDefinition_UU, C_TaxDefinition_UU); @@ -246,7 +245,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis /** Get C_TaxDefinition_UU. @return C_TaxDefinition_UU */ - public String getC_TaxDefinition_UU () + public String getC_TaxDefinition_UU() { return (String)get_Value(COLUMNNAME_C_TaxDefinition_UU); } @@ -258,18 +257,19 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Tax Group. - @param C_TaxGroup_ID Tax Group */ + @param C_TaxGroup_ID Tax Group + */ public void setC_TaxGroup_ID (int C_TaxGroup_ID) { - if (C_TaxGroup_ID < 1) + if (C_TaxGroup_ID < 1) set_Value (COLUMNNAME_C_TaxGroup_ID, null); - else + else set_Value (COLUMNNAME_C_TaxGroup_ID, Integer.valueOf(C_TaxGroup_ID)); } /** Get Tax Group. @return Tax Group */ - public int getC_TaxGroup_ID () + public int getC_TaxGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxGroup_ID); if (ii == null) @@ -284,21 +284,20 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Tax. - @param C_Tax_ID - Tax identifier - */ + @param C_Tax_ID Tax identifier + */ public void setC_Tax_ID (int C_Tax_ID) { - if (C_Tax_ID < 1) + if (C_Tax_ID < 1) set_Value (COLUMNNAME_C_Tax_ID, null); - else + else set_Value (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ - public int getC_Tax_ID () + public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) @@ -313,18 +312,19 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Tax Type. - @param C_TaxType_ID Tax Type */ + @param C_TaxType_ID Tax Type + */ public void setC_TaxType_ID (int C_TaxType_ID) { - if (C_TaxType_ID < 1) + if (C_TaxType_ID < 1) set_Value (COLUMNNAME_C_TaxType_ID, null); - else + else set_Value (COLUMNNAME_C_TaxType_ID, Integer.valueOf(C_TaxType_ID)); } /** Get Tax Type. @return Tax Type */ - public int getC_TaxType_ID () + public int getC_TaxType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxType_ID); if (ii == null) @@ -333,9 +333,8 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -344,15 +343,14 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -361,15 +359,14 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Invoiced. - @param IsInvoiced - Is this invoiced? - */ + @param IsInvoiced Is this invoiced? + */ public void setIsInvoiced (boolean IsInvoiced) { set_Value (COLUMNNAME_IsInvoiced, Boolean.valueOf(IsInvoiced)); @@ -378,7 +375,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis /** Get Invoiced. @return Is this invoiced? */ - public boolean isInvoiced () + public boolean isInvoiced() { Object oo = get_Value(COLUMNNAME_IsInvoiced); if (oo != null) @@ -391,7 +388,8 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Max Taxable. - @param MaxTaxable Max Taxable */ + @param MaxTaxable Max Taxable + */ public void setMaxTaxable (int MaxTaxable) { set_Value (COLUMNNAME_MaxTaxable, Integer.valueOf(MaxTaxable)); @@ -399,7 +397,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis /** Get Max Taxable. @return Max Taxable */ - public int getMaxTaxable () + public int getMaxTaxable() { Integer ii = (Integer)get_Value(COLUMNNAME_MaxTaxable); if (ii == null) @@ -408,7 +406,8 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Min Taxable. - @param MinTaxable Min Taxable */ + @param MinTaxable Min Taxable + */ public void setMinTaxable (int MinTaxable) { set_Value (COLUMNNAME_MinTaxable, Integer.valueOf(MinTaxable)); @@ -416,7 +415,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis /** Get Min Taxable. @return Min Taxable */ - public int getMinTaxable () + public int getMinTaxable() { Integer ii = (Integer)get_Value(COLUMNNAME_MinTaxable); if (ii == null) @@ -431,21 +430,20 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Product Category. - @param M_Product_Category_ID - Category of a Product - */ + @param M_Product_Category_ID Category of a Product + */ public void setM_Product_Category_ID (int M_Product_Category_ID) { - if (M_Product_Category_ID < 1) + if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); - else + else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ - public int getM_Product_Category_ID () + public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) @@ -460,21 +458,20 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -483,9 +480,8 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -494,7 +490,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -508,9 +504,8 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -519,7 +514,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -528,9 +523,8 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -539,15 +533,14 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -556,15 +549,14 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -573,7 +565,7 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_C_TaxGroup.java b/org.adempiere.base/src/org/eevolution/model/X_C_TaxGroup.java index ee82e2de15..b0d4c608f5 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_C_TaxGroup.java +++ b/org.adempiere.base/src/org/eevolution/model/X_C_TaxGroup.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxGroup * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_TaxGroup") public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_TaxGroup (Properties ctx, int C_TaxGroup_ID, String trxName) @@ -75,18 +75,19 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent } /** Set Tax Group. - @param C_TaxGroup_ID Tax Group */ + @param C_TaxGroup_ID Tax Group + */ public void setC_TaxGroup_ID (int C_TaxGroup_ID) { - if (C_TaxGroup_ID < 1) + if (C_TaxGroup_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxGroup_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxGroup_ID, Integer.valueOf(C_TaxGroup_ID)); } /** Get Tax Group. @return Tax Group */ - public int getC_TaxGroup_ID () + public int getC_TaxGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxGroup_ID); if (ii == null) @@ -95,7 +96,8 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent } /** Set C_TaxGroup_UU. - @param C_TaxGroup_UU C_TaxGroup_UU */ + @param C_TaxGroup_UU C_TaxGroup_UU + */ public void setC_TaxGroup_UU (String C_TaxGroup_UU) { set_Value (COLUMNNAME_C_TaxGroup_UU, C_TaxGroup_UU); @@ -103,15 +105,14 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent /** Get C_TaxGroup_UU. @return C_TaxGroup_UU */ - public String getC_TaxGroup_UU () + public String getC_TaxGroup_UU() { return (String)get_Value(COLUMNNAME_C_TaxGroup_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -120,15 +121,14 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -137,15 +137,14 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -154,7 +153,7 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -168,9 +167,8 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -179,7 +177,7 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_C_TaxType.java b/org.adempiere.base/src/org/eevolution/model/X_C_TaxType.java index b926e06cbb..652fd335c5 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_C_TaxType.java +++ b/org.adempiere.base/src/org/eevolution/model/X_C_TaxType.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="C_TaxType") public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent { @@ -32,7 +32,7 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_C_TaxType (Properties ctx, int C_TaxType_ID, String trxName) @@ -75,18 +75,19 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent } /** Set Tax Type. - @param C_TaxType_ID Tax Type */ + @param C_TaxType_ID Tax Type + */ public void setC_TaxType_ID (int C_TaxType_ID) { - if (C_TaxType_ID < 1) + if (C_TaxType_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_TaxType_ID, Integer.valueOf(C_TaxType_ID)); } /** Get Tax Type. @return Tax Type */ - public int getC_TaxType_ID () + public int getC_TaxType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxType_ID); if (ii == null) @@ -95,7 +96,8 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent } /** Set C_TaxType_UU. - @param C_TaxType_UU C_TaxType_UU */ + @param C_TaxType_UU C_TaxType_UU + */ public void setC_TaxType_UU (String C_TaxType_UU) { set_Value (COLUMNNAME_C_TaxType_UU, C_TaxType_UU); @@ -103,15 +105,14 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent /** Get C_TaxType_UU. @return C_TaxType_UU */ - public String getC_TaxType_UU () + public String getC_TaxType_UU() { return (String)get_Value(COLUMNNAME_C_TaxType_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -120,15 +121,14 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -137,15 +137,14 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -154,7 +153,7 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -168,9 +167,8 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -179,7 +177,7 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistribution.java b/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistribution.java index 99b8aa5bdb..f343f5ce16 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistribution.java +++ b/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistribution.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for DD_NetworkDistribution * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="DD_NetworkDistribution") public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribution, I_Persistent { @@ -33,7 +33,7 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_DD_NetworkDistribution (Properties ctx, int DD_NetworkDistribution_ID, String trxName) @@ -76,9 +76,8 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu } /** Set Copy From. - @param CopyFrom - Copy From Record - */ + @param CopyFrom Copy From Record + */ public void setCopyFrom (String CopyFrom) { set_Value (COLUMNNAME_CopyFrom, CopyFrom); @@ -87,24 +86,25 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu /** Get Copy From. @return Copy From Record */ - public String getCopyFrom () + public String getCopyFrom() { return (String)get_Value(COLUMNNAME_CopyFrom); } /** Set Network Distribution. - @param DD_NetworkDistribution_ID Network Distribution */ + @param DD_NetworkDistribution_ID Network Distribution + */ public void setDD_NetworkDistribution_ID (int DD_NetworkDistribution_ID) { - if (DD_NetworkDistribution_ID < 1) + if (DD_NetworkDistribution_ID < 1) set_ValueNoCheck (COLUMNNAME_DD_NetworkDistribution_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_DD_NetworkDistribution_ID, Integer.valueOf(DD_NetworkDistribution_ID)); } /** Get Network Distribution. @return Network Distribution */ - public int getDD_NetworkDistribution_ID () + public int getDD_NetworkDistribution_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_NetworkDistribution_ID); if (ii == null) @@ -113,7 +113,8 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu } /** Set DD_NetworkDistribution_UU. - @param DD_NetworkDistribution_UU DD_NetworkDistribution_UU */ + @param DD_NetworkDistribution_UU DD_NetworkDistribution_UU + */ public void setDD_NetworkDistribution_UU (String DD_NetworkDistribution_UU) { set_Value (COLUMNNAME_DD_NetworkDistribution_UU, DD_NetworkDistribution_UU); @@ -121,15 +122,14 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu /** Get DD_NetworkDistribution_UU. @return DD_NetworkDistribution_UU */ - public String getDD_NetworkDistribution_UU () + public String getDD_NetworkDistribution_UU() { return (String)get_Value(COLUMNNAME_DD_NetworkDistribution_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -138,15 +138,14 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -155,15 +154,14 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -172,7 +170,7 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -184,21 +182,20 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu } /** Set Change Notice. - @param M_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version) - */ + @param M_ChangeNotice_ID Bill of Materials (Engineering) Change Notice (Version) + */ public void setM_ChangeNotice_ID (int M_ChangeNotice_ID) { - if (M_ChangeNotice_ID < 1) + if (M_ChangeNotice_ID < 1) set_Value (COLUMNNAME_M_ChangeNotice_ID, null); - else + else set_Value (COLUMNNAME_M_ChangeNotice_ID, Integer.valueOf(M_ChangeNotice_ID)); } /** Get Change Notice. @return Bill of Materials (Engineering) Change Notice (Version) */ - public int getM_ChangeNotice_ID () + public int getM_ChangeNotice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ChangeNotice_ID); if (ii == null) @@ -207,9 +204,8 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -218,13 +214,14 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -232,7 +229,7 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -245,7 +242,8 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu } /** Set Revision. - @param Revision Revision */ + @param Revision Revision + */ public void setRevision (String Revision) { set_Value (COLUMNNAME_Revision, Revision); @@ -253,15 +251,14 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu /** Get Revision. @return Revision */ - public String getRevision () + public String getRevision() { return (String)get_Value(COLUMNNAME_Revision); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -270,15 +267,14 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -287,15 +283,14 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -304,7 +299,7 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java b/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java index 02e96dd6a6..af8088fc63 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java @@ -26,7 +26,7 @@ import org.compiere.util.Env; /** Generated Model for DD_NetworkDistributionLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="DD_NetworkDistributionLine") public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDistributionLine, I_Persistent { @@ -34,7 +34,7 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_DD_NetworkDistributionLine (Properties ctx, int DD_NetworkDistributionLine_ID, String trxName) @@ -86,18 +86,19 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist } /** Set Network Distribution. - @param DD_NetworkDistribution_ID Network Distribution */ + @param DD_NetworkDistribution_ID Network Distribution + */ public void setDD_NetworkDistribution_ID (int DD_NetworkDistribution_ID) { - if (DD_NetworkDistribution_ID < 1) + if (DD_NetworkDistribution_ID < 1) set_ValueNoCheck (COLUMNNAME_DD_NetworkDistribution_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_DD_NetworkDistribution_ID, Integer.valueOf(DD_NetworkDistribution_ID)); } /** Get Network Distribution. @return Network Distribution */ - public int getDD_NetworkDistribution_ID () + public int getDD_NetworkDistribution_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_NetworkDistribution_ID); if (ii == null) @@ -106,18 +107,19 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist } /** Set Network Distribution Line. - @param DD_NetworkDistributionLine_ID Network Distribution Line */ + @param DD_NetworkDistributionLine_ID Network Distribution Line + */ public void setDD_NetworkDistributionLine_ID (int DD_NetworkDistributionLine_ID) { - if (DD_NetworkDistributionLine_ID < 1) + if (DD_NetworkDistributionLine_ID < 1) set_ValueNoCheck (COLUMNNAME_DD_NetworkDistributionLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_DD_NetworkDistributionLine_ID, Integer.valueOf(DD_NetworkDistributionLine_ID)); } /** Get Network Distribution Line. @return Network Distribution Line */ - public int getDD_NetworkDistributionLine_ID () + public int getDD_NetworkDistributionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_NetworkDistributionLine_ID); if (ii == null) @@ -126,7 +128,8 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist } /** Set DD_NetworkDistributionLine_UU. - @param DD_NetworkDistributionLine_UU DD_NetworkDistributionLine_UU */ + @param DD_NetworkDistributionLine_UU DD_NetworkDistributionLine_UU + */ public void setDD_NetworkDistributionLine_UU (String DD_NetworkDistributionLine_UU) { set_Value (COLUMNNAME_DD_NetworkDistributionLine_UU, DD_NetworkDistributionLine_UU); @@ -134,7 +137,7 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist /** Get DD_NetworkDistributionLine_UU. @return DD_NetworkDistributionLine_UU */ - public String getDD_NetworkDistributionLine_UU () + public String getDD_NetworkDistributionLine_UU() { return (String)get_Value(COLUMNNAME_DD_NetworkDistributionLine_UU); } @@ -146,21 +149,20 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_Value (COLUMNNAME_M_Shipper_ID, null); - else + else set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -175,21 +177,20 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -204,21 +205,20 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist } /** Set Source Warehouse. - @param M_WarehouseSource_ID - Optional Warehouse to replenish from - */ + @param M_WarehouseSource_ID Optional Warehouse to replenish from + */ public void setM_WarehouseSource_ID (int M_WarehouseSource_ID) { - if (M_WarehouseSource_ID < 1) + if (M_WarehouseSource_ID < 1) set_Value (COLUMNNAME_M_WarehouseSource_ID, null); - else + else set_Value (COLUMNNAME_M_WarehouseSource_ID, Integer.valueOf(M_WarehouseSource_ID)); } /** Get Source Warehouse. @return Optional Warehouse to replenish from */ - public int getM_WarehouseSource_ID () + public int getM_WarehouseSource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_WarehouseSource_ID); if (ii == null) @@ -227,9 +227,8 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist } /** Set Percent. - @param Percent - Percentage - */ + @param Percent Percentage + */ public void setPercent (BigDecimal Percent) { set_Value (COLUMNNAME_Percent, Percent); @@ -238,7 +237,7 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist /** Get Percent. @return Percentage */ - public BigDecimal getPercent () + public BigDecimal getPercent() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Percent); if (bd == null) @@ -247,9 +246,8 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist } /** Set Relative Priority. - @param PriorityNo - Where inventory should be picked from first - */ + @param PriorityNo Where inventory should be picked from first + */ public void setPriorityNo (int PriorityNo) { set_Value (COLUMNNAME_PriorityNo, Integer.valueOf(PriorityNo)); @@ -258,7 +256,7 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist /** Get Relative Priority. @return Where inventory should be picked from first */ - public int getPriorityNo () + public int getPriorityNo() { Integer ii = (Integer)get_Value(COLUMNNAME_PriorityNo); if (ii == null) @@ -267,7 +265,8 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist } /** Set Transfert Time. - @param TransfertTime Transfert Time */ + @param TransfertTime Transfert Time + */ public void setTransfertTime (BigDecimal TransfertTime) { set_Value (COLUMNNAME_TransfertTime, TransfertTime); @@ -275,7 +274,7 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist /** Get Transfert Time. @return Transfert Time */ - public BigDecimal getTransfertTime () + public BigDecimal getTransfertTime() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TransfertTime); if (bd == null) @@ -284,9 +283,8 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -295,15 +293,14 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -312,7 +309,7 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_DD_Order.java b/org.adempiere.base/src/org/eevolution/model/X_DD_Order.java index 94c950dfc2..d76875ef86 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_DD_Order.java +++ b/org.adempiere.base/src/org/eevolution/model/X_DD_Order.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for DD_Order * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="DD_Order") public class X_DD_Order extends PO implements I_DD_Order, I_Persistent { @@ -35,7 +35,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_DD_Order (Properties ctx, int DD_Order_ID, String trxName) @@ -106,21 +106,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -135,21 +134,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -164,21 +162,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -192,22 +189,21 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -222,21 +218,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Partner Location. - @param C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner - */ + @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner + */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { - if (C_BPartner_Location_ID < 1) + if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ - public int getC_BPartner_Location_ID () + public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) @@ -251,21 +246,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -280,21 +274,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -309,21 +302,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_ValueNoCheck (COLUMNNAME_C_DocType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -332,9 +324,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Charge amount. - @param ChargeAmt - Charge Amount - */ + @param ChargeAmt Charge Amount + */ public void setChargeAmt (BigDecimal ChargeAmt) { set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); @@ -343,7 +334,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Charge amount. @return Charge Amount */ - public BigDecimal getChargeAmt () + public BigDecimal getChargeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); if (bd == null) @@ -358,21 +349,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Invoice. - @param C_Invoice_ID - Invoice Identifier - */ + @param C_Invoice_ID Invoice Identifier + */ public void setC_Invoice_ID (int C_Invoice_ID) { - if (C_Invoice_ID < 1) + if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ - public int getC_Invoice_ID () + public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) @@ -387,21 +377,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -416,21 +405,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -439,7 +427,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Create Confirm. - @param CreateConfirm Create Confirm */ + @param CreateConfirm Create Confirm + */ public void setCreateConfirm (String CreateConfirm) { set_Value (COLUMNNAME_CreateConfirm, CreateConfirm); @@ -447,15 +436,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Create Confirm. @return Create Confirm */ - public String getCreateConfirm () + public String getCreateConfirm() { return (String)get_Value(COLUMNNAME_CreateConfirm); } /** Set Create lines from. - @param CreateFrom - Process which will generate a new document lines based on an existing document - */ + @param CreateFrom Process which will generate a new document lines based on an existing document + */ public void setCreateFrom (String CreateFrom) { set_Value (COLUMNNAME_CreateFrom, CreateFrom); @@ -464,13 +452,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Create lines from. @return Process which will generate a new document lines based on an existing document */ - public String getCreateFrom () + public String getCreateFrom() { return (String)get_Value(COLUMNNAME_CreateFrom); } /** Set Create Package. - @param CreatePackage Create Package */ + @param CreatePackage Create Package + */ public void setCreatePackage (String CreatePackage) { set_Value (COLUMNNAME_CreatePackage, CreatePackage); @@ -478,15 +467,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Create Package. @return Create Package */ - public String getCreatePackage () + public String getCreatePackage() { return (String)get_Value(COLUMNNAME_CreatePackage); } /** Set Date Ordered. - @param DateOrdered - Date of Order - */ + @param DateOrdered Date of Order + */ public void setDateOrdered (Timestamp DateOrdered) { set_ValueNoCheck (COLUMNNAME_DateOrdered, DateOrdered); @@ -495,15 +483,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Date Ordered. @return Date of Order */ - public Timestamp getDateOrdered () + public Timestamp getDateOrdered() { return (Timestamp)get_Value(COLUMNNAME_DateOrdered); } /** Set Date printed. - @param DatePrinted - Date the document was printed. - */ + @param DatePrinted Date the document was printed. + */ public void setDatePrinted (Timestamp DatePrinted) { set_Value (COLUMNNAME_DatePrinted, DatePrinted); @@ -512,15 +499,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Date printed. @return Date the document was printed. */ - public Timestamp getDatePrinted () + public Timestamp getDatePrinted() { return (Timestamp)get_Value(COLUMNNAME_DatePrinted); } /** Set Date Promised. - @param DatePromised - Date Order was promised - */ + @param DatePromised Date Order was promised + */ public void setDatePromised (Timestamp DatePromised) { set_Value (COLUMNNAME_DatePromised, DatePromised); @@ -529,15 +515,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Date Promised. @return Date Order was promised */ - public Timestamp getDatePromised () + public Timestamp getDatePromised() { return (Timestamp)get_Value(COLUMNNAME_DatePromised); } /** Set Date received. - @param DateReceived - Date a product was received - */ + @param DateReceived Date a product was received + */ public void setDateReceived (Timestamp DateReceived) { set_Value (COLUMNNAME_DateReceived, DateReceived); @@ -546,24 +531,25 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Date received. @return Date a product was received */ - public Timestamp getDateReceived () + public Timestamp getDateReceived() { return (Timestamp)get_Value(COLUMNNAME_DateReceived); } /** Set Distribution Order. - @param DD_Order_ID Distribution Order */ + @param DD_Order_ID Distribution Order + */ public void setDD_Order_ID (int DD_Order_ID) { - if (DD_Order_ID < 1) + if (DD_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_DD_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID)); } /** Get Distribution Order. @return Distribution Order */ - public int getDD_Order_ID () + public int getDD_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID); if (ii == null) @@ -572,7 +558,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set DD_Order_UU. - @param DD_Order_UU DD_Order_UU */ + @param DD_Order_UU DD_Order_UU + */ public void setDD_Order_UU (String DD_Order_UU) { set_Value (COLUMNNAME_DD_Order_UU, DD_Order_UU); @@ -580,7 +567,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get DD_Order_UU. @return DD_Order_UU */ - public String getDD_Order_UU () + public String getDD_Order_UU() { return (String)get_Value(COLUMNNAME_DD_Order_UU); } @@ -600,9 +587,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** After Payment = R */ public static final String DELIVERYRULE_AfterPayment = "R"; /** Set Delivery Rule. - @param DeliveryRule - Defines the timing of Delivery - */ + @param DeliveryRule Defines the timing of Delivery + */ public void setDeliveryRule (String DeliveryRule) { @@ -612,7 +598,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Delivery Rule. @return Defines the timing of Delivery */ - public String getDeliveryRule () + public String getDeliveryRule() { return (String)get_Value(COLUMNNAME_DeliveryRule); } @@ -626,9 +612,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Shipper = S */ public static final String DELIVERYVIARULE_Shipper = "S"; /** Set Delivery Via. - @param DeliveryViaRule - How the order will be delivered - */ + @param DeliveryViaRule How the order will be delivered + */ public void setDeliveryViaRule (String DeliveryViaRule) { @@ -638,15 +623,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Delivery Via. @return How the order will be delivered */ - public String getDeliveryViaRule () + public String getDeliveryViaRule() { return (String)get_Value(COLUMNNAME_DeliveryViaRule); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -655,14 +639,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -691,9 +675,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -703,7 +686,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -735,9 +718,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -747,15 +729,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_ValueNoCheck (COLUMNNAME_DocumentNo, DocumentNo); @@ -764,7 +745,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -778,9 +759,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Freight Amount. - @param FreightAmt - Freight Amount - */ + @param FreightAmt Freight Amount + */ public void setFreightAmt (BigDecimal FreightAmt) { set_Value (COLUMNNAME_FreightAmt, FreightAmt); @@ -789,7 +769,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Freight Amount. @return Freight Amount */ - public BigDecimal getFreightAmt () + public BigDecimal getFreightAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FreightAmt); if (bd == null) @@ -808,9 +788,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Line = L */ public static final String FREIGHTCOSTRULE_Line = "L"; /** Set Freight Cost Rule. - @param FreightCostRule - Method for charging Freight - */ + @param FreightCostRule Method for charging Freight + */ public void setFreightCostRule (String FreightCostRule) { @@ -820,15 +799,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Freight Cost Rule. @return Method for charging Freight */ - public String getFreightCostRule () + public String getFreightCostRule() { return (String)get_Value(COLUMNNAME_FreightCostRule); } /** Set Generate To. - @param GenerateTo - Generate To - */ + @param GenerateTo Generate To + */ public void setGenerateTo (String GenerateTo) { set_Value (COLUMNNAME_GenerateTo, GenerateTo); @@ -837,15 +815,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Generate To. @return Generate To */ - public String getGenerateTo () + public String getGenerateTo() { return (String)get_Value(COLUMNNAME_GenerateTo); } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -854,7 +831,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -867,7 +844,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Delivered. - @param IsDelivered Delivered */ + @param IsDelivered Delivered + */ public void setIsDelivered (boolean IsDelivered) { set_Value (COLUMNNAME_IsDelivered, Boolean.valueOf(IsDelivered)); @@ -875,7 +853,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Delivered. @return Delivered */ - public boolean isDelivered () + public boolean isDelivered() { Object oo = get_Value(COLUMNNAME_IsDelivered); if (oo != null) @@ -888,18 +866,17 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Drop Shipment. - @param IsDropShip - Drop Shipments are sent from the Vendor directly to the Customer - */ + @param IsDropShip Drop Shipments are sent directly to the Drop Shipment Location + */ public void setIsDropShip (boolean IsDropShip) { set_Value (COLUMNNAME_IsDropShip, Boolean.valueOf(IsDropShip)); } /** Get Drop Shipment. - @return Drop Shipments are sent from the Vendor directly to the Customer + @return Drop Shipments are sent directly to the Drop Shipment Location */ - public boolean isDropShip () + public boolean isDropShip() { Object oo = get_Value(COLUMNNAME_IsDropShip); if (oo != null) @@ -912,9 +889,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set In Dispute. - @param IsInDispute - Document is in dispute - */ + @param IsInDispute Document is in dispute + */ public void setIsInDispute (boolean IsInDispute) { set_Value (COLUMNNAME_IsInDispute, Boolean.valueOf(IsInDispute)); @@ -923,7 +899,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get In Dispute. @return Document is in dispute */ - public boolean isInDispute () + public boolean isInDispute() { Object oo = get_Value(COLUMNNAME_IsInDispute); if (oo != null) @@ -936,9 +912,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set In Transit. - @param IsInTransit - Movement is in transit - */ + @param IsInTransit Movement is in transit + */ public void setIsInTransit (boolean IsInTransit) { set_Value (COLUMNNAME_IsInTransit, Boolean.valueOf(IsInTransit)); @@ -947,7 +922,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get In Transit. @return Movement is in transit */ - public boolean isInTransit () + public boolean isInTransit() { Object oo = get_Value(COLUMNNAME_IsInTransit); if (oo != null) @@ -960,9 +935,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -971,7 +945,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -984,7 +958,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Selected. - @param IsSelected Selected */ + @param IsSelected Selected + */ public void setIsSelected (boolean IsSelected) { set_Value (COLUMNNAME_IsSelected, Boolean.valueOf(IsSelected)); @@ -992,7 +967,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Selected. @return Selected */ - public boolean isSelected () + public boolean isSelected() { Object oo = get_Value(COLUMNNAME_IsSelected); if (oo != null) @@ -1005,9 +980,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -1016,7 +990,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -1035,21 +1009,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_Value (COLUMNNAME_M_Shipper_ID, null); - else + else set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -1064,21 +1037,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -1087,9 +1059,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set No Packages. - @param NoPackages - Number of packages shipped - */ + @param NoPackages Number of packages shipped + */ public void setNoPackages (int NoPackages) { set_Value (COLUMNNAME_NoPackages, Integer.valueOf(NoPackages)); @@ -1098,7 +1069,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get No Packages. @return Number of packages shipped */ - public int getNoPackages () + public int getNoPackages() { Integer ii = (Integer)get_Value(COLUMNNAME_NoPackages); if (ii == null) @@ -1107,9 +1078,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Pick Date. - @param PickDate - Date/Time when picked for Shipment - */ + @param PickDate Date/Time when picked for Shipment + */ public void setPickDate (Timestamp PickDate) { set_Value (COLUMNNAME_PickDate, PickDate); @@ -1118,15 +1088,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Pick Date. @return Date/Time when picked for Shipment */ - public Timestamp getPickDate () + public Timestamp getPickDate() { return (Timestamp)get_Value(COLUMNNAME_PickDate); } /** Set Order Reference. - @param POReference - Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner - */ + @param POReference Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner + */ public void setPOReference (String POReference) { set_Value (COLUMNNAME_POReference, POReference); @@ -1135,15 +1104,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Order Reference. @return Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner */ - public String getPOReference () + public String getPOReference() { return (String)get_Value(COLUMNNAME_POReference); } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -1152,7 +1120,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -1177,9 +1145,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Minor = 9 */ public static final String PRIORITYRULE_Minor = "9"; /** Set Priority. - @param PriorityRule - Priority of a document - */ + @param PriorityRule Priority of a document + */ public void setPriorityRule (String PriorityRule) { @@ -1189,15 +1156,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Priority. @return Priority of a document */ - public String getPriorityRule () + public String getPriorityRule() { return (String)get_Value(COLUMNNAME_PriorityRule); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1206,7 +1172,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1219,9 +1185,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -1230,7 +1195,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -1239,7 +1204,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1247,7 +1213,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1266,21 +1232,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Referenced Order. - @param Ref_Order_ID - Reference to corresponding Sales/Purchase Order - */ + @param Ref_Order_ID Reference to corresponding Sales/Purchase Order + */ public void setRef_Order_ID (int Ref_Order_ID) { - if (Ref_Order_ID < 1) + if (Ref_Order_ID < 1) set_Value (COLUMNNAME_Ref_Order_ID, null); - else + else set_Value (COLUMNNAME_Ref_Order_ID, Integer.valueOf(Ref_Order_ID)); } /** Get Referenced Order. @return Reference to corresponding Sales/Purchase Order */ - public int getRef_Order_ID () + public int getRef_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Ref_Order_ID); if (ii == null) @@ -1295,21 +1260,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -1318,9 +1282,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Send EMail. - @param SendEMail - Enable sending Document EMail - */ + @param SendEMail Enable sending Document EMail + */ public void setSendEMail (boolean SendEMail) { set_Value (COLUMNNAME_SendEMail, Boolean.valueOf(SendEMail)); @@ -1329,7 +1292,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Send EMail. @return Enable sending Document EMail */ - public boolean isSendEMail () + public boolean isSendEMail() { Object oo = get_Value(COLUMNNAME_SendEMail); if (oo != null) @@ -1342,9 +1305,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Ship Date. - @param ShipDate - Shipment Date/Time - */ + @param ShipDate Shipment Date/Time + */ public void setShipDate (Timestamp ShipDate) { set_Value (COLUMNNAME_ShipDate, ShipDate); @@ -1353,15 +1315,14 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Ship Date. @return Shipment Date/Time */ - public Timestamp getShipDate () + public Timestamp getShipDate() { return (Timestamp)get_Value(COLUMNNAME_ShipDate); } /** Set Tracking No. - @param TrackingNo - Number to track the shipment - */ + @param TrackingNo Number to track the shipment + */ public void setTrackingNo (String TrackingNo) { set_Value (COLUMNNAME_TrackingNo, TrackingNo); @@ -1370,7 +1331,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Tracking No. @return Number to track the shipment */ - public String getTrackingNo () + public String getTrackingNo() { return (String)get_Value(COLUMNNAME_TrackingNo); } @@ -1382,21 +1343,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -1411,21 +1371,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) @@ -1434,9 +1393,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Volume. - @param Volume - Volume of a product - */ + @param Volume Volume of a product + */ public void setVolume (BigDecimal Volume) { set_Value (COLUMNNAME_Volume, Volume); @@ -1445,7 +1403,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Volume. @return Volume of a product */ - public BigDecimal getVolume () + public BigDecimal getVolume() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Volume); if (bd == null) @@ -1454,9 +1412,8 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent } /** Set Weight. - @param Weight - Weight of a product - */ + @param Weight Weight of a product + */ public void setWeight (BigDecimal Weight) { set_Value (COLUMNNAME_Weight, Weight); @@ -1465,7 +1422,7 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent /** Get Weight. @return Weight of a product */ - public BigDecimal getWeight () + public BigDecimal getWeight() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Weight); if (bd == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_DD_OrderLine.java b/org.adempiere.base/src/org/eevolution/model/X_DD_OrderLine.java index 42d2a03939..23f54640ca 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_DD_OrderLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_DD_OrderLine.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for DD_OrderLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="DD_OrderLine") public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent { @@ -35,7 +35,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_DD_OrderLine (Properties ctx, int DD_OrderLine_ID, String trxName) @@ -90,21 +90,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -119,21 +118,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -148,21 +146,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -177,21 +174,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -200,9 +196,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Confirmed Quantity. - @param ConfirmedQty - Confirmation of a received quantity - */ + @param ConfirmedQty Confirmation of a received quantity + */ public void setConfirmedQty (BigDecimal ConfirmedQty) { set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty); @@ -211,7 +206,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Confirmed Quantity. @return Confirmation of a received quantity */ - public BigDecimal getConfirmedQty () + public BigDecimal getConfirmedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty); if (bd == null) @@ -226,21 +221,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -255,21 +249,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_ValueNoCheck (COLUMNNAME_C_UOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -278,9 +271,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Date Delivered. - @param DateDelivered - Date when the product was delivered - */ + @param DateDelivered Date when the product was delivered + */ public void setDateDelivered (Timestamp DateDelivered) { set_Value (COLUMNNAME_DateDelivered, DateDelivered); @@ -289,15 +281,14 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Date Delivered. @return Date when the product was delivered */ - public Timestamp getDateDelivered () + public Timestamp getDateDelivered() { return (Timestamp)get_Value(COLUMNNAME_DateDelivered); } /** Set Date Ordered. - @param DateOrdered - Date of Order - */ + @param DateOrdered Date of Order + */ public void setDateOrdered (Timestamp DateOrdered) { set_Value (COLUMNNAME_DateOrdered, DateOrdered); @@ -306,15 +297,14 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Date Ordered. @return Date of Order */ - public Timestamp getDateOrdered () + public Timestamp getDateOrdered() { return (Timestamp)get_Value(COLUMNNAME_DateOrdered); } /** Set Date Promised. - @param DatePromised - Date Order was promised - */ + @param DatePromised Date Order was promised + */ public void setDatePromised (Timestamp DatePromised) { set_Value (COLUMNNAME_DatePromised, DatePromised); @@ -323,7 +313,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Date Promised. @return Date Order was promised */ - public Timestamp getDatePromised () + public Timestamp getDatePromised() { return (Timestamp)get_Value(COLUMNNAME_DatePromised); } @@ -335,18 +325,19 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Distribution Order. - @param DD_Order_ID Distribution Order */ + @param DD_Order_ID Distribution Order + */ public void setDD_Order_ID (int DD_Order_ID) { - if (DD_Order_ID < 1) + if (DD_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_DD_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID)); } /** Get Distribution Order. @return Distribution Order */ - public int getDD_Order_ID () + public int getDD_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID); if (ii == null) @@ -355,18 +346,19 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Distribution Order Line. - @param DD_OrderLine_ID Distribution Order Line */ + @param DD_OrderLine_ID Distribution Order Line + */ public void setDD_OrderLine_ID (int DD_OrderLine_ID) { - if (DD_OrderLine_ID < 1) + if (DD_OrderLine_ID < 1) set_ValueNoCheck (COLUMNNAME_DD_OrderLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_DD_OrderLine_ID, Integer.valueOf(DD_OrderLine_ID)); } /** Get Distribution Order Line. @return Distribution Order Line */ - public int getDD_OrderLine_ID () + public int getDD_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_OrderLine_ID); if (ii == null) @@ -375,7 +367,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set DD_OrderLine_UU. - @param DD_OrderLine_UU DD_OrderLine_UU */ + @param DD_OrderLine_UU DD_OrderLine_UU + */ public void setDD_OrderLine_UU (String DD_OrderLine_UU) { set_Value (COLUMNNAME_DD_OrderLine_UU, DD_OrderLine_UU); @@ -383,15 +376,14 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get DD_OrderLine_UU. @return DD_OrderLine_UU */ - public String getDD_OrderLine_UU () + public String getDD_OrderLine_UU() { return (String)get_Value(COLUMNNAME_DD_OrderLine_UU); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -400,15 +392,14 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Freight Amount. - @param FreightAmt - Freight Amount - */ + @param FreightAmt Freight Amount + */ public void setFreightAmt (BigDecimal FreightAmt) { set_Value (COLUMNNAME_FreightAmt, FreightAmt); @@ -417,7 +408,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Freight Amount. @return Freight Amount */ - public BigDecimal getFreightAmt () + public BigDecimal getFreightAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FreightAmt); if (bd == null) @@ -426,9 +417,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Description Only. - @param IsDescription - if true, the line is just description and no transaction - */ + @param IsDescription if true, the line is just description and no transaction + */ public void setIsDescription (boolean IsDescription) { set_Value (COLUMNNAME_IsDescription, Boolean.valueOf(IsDescription)); @@ -437,7 +427,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Description Only. @return if true, the line is just description and no transaction */ - public boolean isDescription () + public boolean isDescription() { Object oo = get_Value(COLUMNNAME_IsDescription); if (oo != null) @@ -450,9 +440,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Invoiced. - @param IsInvoiced - Is this invoiced? - */ + @param IsInvoiced Is this invoiced? + */ public void setIsInvoiced (boolean IsInvoiced) { set_Value (COLUMNNAME_IsInvoiced, Boolean.valueOf(IsInvoiced)); @@ -461,7 +450,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Invoiced. @return Is this invoiced? */ - public boolean isInvoiced () + public boolean isInvoiced() { Object oo = get_Value(COLUMNNAME_IsInvoiced); if (oo != null) @@ -474,9 +463,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -485,7 +473,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -502,9 +490,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Line Amount. - @param LineNetAmt - Line Extended Amount (Quantity * Actual Price) without Freight and Charges - */ + @param LineNetAmt Line Extended Amount (Quantity * Actual Price) without Freight and Charges + */ public void setLineNetAmt (BigDecimal LineNetAmt) { set_Value (COLUMNNAME_LineNetAmt, LineNetAmt); @@ -513,7 +500,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Line Amount. @return Line Extended Amount (Quantity * Actual Price) without Freight and Charges */ - public BigDecimal getLineNetAmt () + public BigDecimal getLineNetAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineNetAmt); if (bd == null) @@ -528,21 +515,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -557,21 +543,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Attribute Set Instance To. - @param M_AttributeSetInstanceTo_ID - Target Product Attribute Set Instance - */ + @param M_AttributeSetInstanceTo_ID Target Product Attribute Set Instance + */ public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID) { - if (M_AttributeSetInstanceTo_ID < 1) + if (M_AttributeSetInstanceTo_ID < 1) set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstanceTo_ID, Integer.valueOf(M_AttributeSetInstanceTo_ID)); } /** Get Attribute Set Instance To. @return Target Product Attribute Set Instance */ - public int getM_AttributeSetInstanceTo_ID () + public int getM_AttributeSetInstanceTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstanceTo_ID); if (ii == null) @@ -586,21 +571,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -615,21 +599,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Locator To. - @param M_LocatorTo_ID - Location inventory is moved to - */ + @param M_LocatorTo_ID Location inventory is moved to + */ public void setM_LocatorTo_ID (int M_LocatorTo_ID) { - if (M_LocatorTo_ID < 1) + if (M_LocatorTo_ID < 1) set_Value (COLUMNNAME_M_LocatorTo_ID, null); - else + else set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID)); } /** Get Locator To. @return Location inventory is moved to */ - public int getM_LocatorTo_ID () + public int getM_LocatorTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID); if (ii == null) @@ -644,21 +627,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -673,21 +655,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_Value (COLUMNNAME_M_Shipper_ID, null); - else + else set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -696,7 +677,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Picked Quantity. - @param PickedQty Picked Quantity */ + @param PickedQty Picked Quantity + */ public void setPickedQty (BigDecimal PickedQty) { set_Value (COLUMNNAME_PickedQty, PickedQty); @@ -704,7 +686,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Picked Quantity. @return Picked Quantity */ - public BigDecimal getPickedQty () + public BigDecimal getPickedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PickedQty); if (bd == null) @@ -713,9 +695,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -724,7 +705,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -737,9 +718,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Delivered Quantity. - @param QtyDelivered - Delivered Quantity - */ + @param QtyDelivered Delivered Quantity + */ public void setQtyDelivered (BigDecimal QtyDelivered) { set_Value (COLUMNNAME_QtyDelivered, QtyDelivered); @@ -748,7 +728,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Delivered Quantity. @return Delivered Quantity */ - public BigDecimal getQtyDelivered () + public BigDecimal getQtyDelivered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyDelivered); if (bd == null) @@ -757,9 +737,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Quantity. - @param QtyEntered - The Quantity Entered is based on the selected UoM - */ + @param QtyEntered The Quantity Entered is based on the selected UoM + */ public void setQtyEntered (BigDecimal QtyEntered) { set_Value (COLUMNNAME_QtyEntered, QtyEntered); @@ -768,7 +747,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Quantity. @return The Quantity Entered is based on the selected UoM */ - public BigDecimal getQtyEntered () + public BigDecimal getQtyEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyEntered); if (bd == null) @@ -777,7 +756,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Qty In Transit. - @param QtyInTransit Qty In Transit */ + @param QtyInTransit Qty In Transit + */ public void setQtyInTransit (BigDecimal QtyInTransit) { set_Value (COLUMNNAME_QtyInTransit, QtyInTransit); @@ -785,7 +765,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Qty In Transit. @return Qty In Transit */ - public BigDecimal getQtyInTransit () + public BigDecimal getQtyInTransit() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyInTransit); if (bd == null) @@ -794,9 +774,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Ordered Quantity. - @param QtyOrdered - Ordered Quantity - */ + @param QtyOrdered Ordered Quantity + */ public void setQtyOrdered (BigDecimal QtyOrdered) { set_Value (COLUMNNAME_QtyOrdered, QtyOrdered); @@ -805,7 +784,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Ordered Quantity. @return Ordered Quantity */ - public BigDecimal getQtyOrdered () + public BigDecimal getQtyOrdered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOrdered); if (bd == null) @@ -814,9 +793,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Reserved Quantity. - @param QtyReserved - Reserved Quantity - */ + @param QtyReserved Reserved Quantity + */ public void setQtyReserved (BigDecimal QtyReserved) { set_Value (COLUMNNAME_QtyReserved, QtyReserved); @@ -825,7 +803,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Reserved Quantity. @return Reserved Quantity */ - public BigDecimal getQtyReserved () + public BigDecimal getQtyReserved() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReserved); if (bd == null) @@ -834,9 +812,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Scrapped Quantity. - @param ScrappedQty - The Quantity scrapped due to QA issues - */ + @param ScrappedQty The Quantity scrapped due to QA issues + */ public void setScrappedQty (BigDecimal ScrappedQty) { set_Value (COLUMNNAME_ScrappedQty, ScrappedQty); @@ -845,7 +822,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Scrapped Quantity. @return The Quantity scrapped due to QA issues */ - public BigDecimal getScrappedQty () + public BigDecimal getScrappedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ScrappedQty); if (bd == null) @@ -854,9 +831,8 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set Target Quantity. - @param TargetQty - Target Movement Quantity - */ + @param TargetQty Target Movement Quantity + */ public void setTargetQty (BigDecimal TargetQty) { set_Value (COLUMNNAME_TargetQty, TargetQty); @@ -865,7 +841,7 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent /** Get Target Quantity. @return Target Movement Quantity */ - public BigDecimal getTargetQty () + public BigDecimal getTargetQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TargetQty); if (bd == null) @@ -880,21 +856,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -909,21 +884,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Attribute.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Attribute.java index 87e897bd84..cf7562cdf6 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Attribute.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Attribute.java @@ -26,7 +26,7 @@ import org.compiere.util.Env; /** Generated Model for HR_Attribute * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_Attribute") public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent { @@ -34,7 +34,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_Attribute (Properties ctx, int HR_Attribute_ID, String trxName) @@ -83,18 +83,19 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Rule. - @param AD_Rule_ID Rule */ + @param AD_Rule_ID Rule + */ public void setAD_Rule_ID (int AD_Rule_ID) { - if (AD_Rule_ID < 1) + if (AD_Rule_ID < 1) set_Value (COLUMNNAME_AD_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Rule_ID, Integer.valueOf(AD_Rule_ID)); } /** Get Rule. @return Rule */ - public int getAD_Rule_ID () + public int getAD_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Rule_ID); if (ii == null) @@ -103,9 +104,8 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Amount. - @param Amount - Amount in a defined currency - */ + @param Amount Amount in a defined currency + */ public void setAmount (BigDecimal Amount) { set_Value (COLUMNNAME_Amount, Amount); @@ -114,7 +114,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Get Amount. @return Amount in a defined currency */ - public BigDecimal getAmount () + public BigDecimal getAmount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amount); if (bd == null) @@ -128,22 +128,21 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -162,7 +161,8 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Text = T */ public static final String COLUMNTYPE_Text = "T"; /** Set Column Type. - @param ColumnType Column Type */ + @param ColumnType Column Type + */ public void setColumnType (String ColumnType) { @@ -171,15 +171,14 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Get Column Type. @return Column Type */ - public String getColumnType () + public String getColumnType() { return (String)get_Value(COLUMNNAME_ColumnType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -188,7 +187,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -200,7 +199,8 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Payroll Attribute Account. - @param HR_Attribute_Acct Payroll Attribute Account */ + @param HR_Attribute_Acct Payroll Attribute Account + */ public void setHR_Attribute_Acct (int HR_Attribute_Acct) { set_Value (COLUMNNAME_HR_Attribute_Acct, Integer.valueOf(HR_Attribute_Acct)); @@ -208,7 +208,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Get Payroll Attribute Account. @return Payroll Attribute Account */ - public int getHR_Attribute_Acct () + public int getHR_Attribute_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Attribute_Acct); if (ii == null) @@ -217,18 +217,19 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Payroll Employee Attribute. - @param HR_Attribute_ID Payroll Employee Attribute */ + @param HR_Attribute_ID Payroll Employee Attribute + */ public void setHR_Attribute_ID (int HR_Attribute_ID) { - if (HR_Attribute_ID < 1) + if (HR_Attribute_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Attribute_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Attribute_ID, Integer.valueOf(HR_Attribute_ID)); } /** Get Payroll Employee Attribute. @return Payroll Employee Attribute */ - public int getHR_Attribute_ID () + public int getHR_Attribute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Attribute_ID); if (ii == null) @@ -237,7 +238,8 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set HR_Attribute_UU. - @param HR_Attribute_UU HR_Attribute_UU */ + @param HR_Attribute_UU HR_Attribute_UU + */ public void setHR_Attribute_UU (String HR_Attribute_UU) { set_Value (COLUMNNAME_HR_Attribute_UU, HR_Attribute_UU); @@ -245,7 +247,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Get HR_Attribute_UU. @return HR_Attribute_UU */ - public String getHR_Attribute_UU () + public String getHR_Attribute_UU() { return (String)get_Value(COLUMNNAME_HR_Attribute_UU); } @@ -257,18 +259,19 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Payroll Concept. - @param HR_Concept_ID Payroll Concept */ + @param HR_Concept_ID Payroll Concept + */ public void setHR_Concept_ID (int HR_Concept_ID) { - if (HR_Concept_ID < 1) + if (HR_Concept_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Concept_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID)); } /** Get Payroll Concept. @return Payroll Concept */ - public int getHR_Concept_ID () + public int getHR_Concept_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_ID); if (ii == null) @@ -283,18 +286,19 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Payroll Department. - @param HR_Department_ID Payroll Department */ + @param HR_Department_ID Payroll Department + */ public void setHR_Department_ID (int HR_Department_ID) { - if (HR_Department_ID < 1) + if (HR_Department_ID < 1) set_Value (COLUMNNAME_HR_Department_ID, null); - else + else set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } /** Get Payroll Department. @return Payroll Department */ - public int getHR_Department_ID () + public int getHR_Department_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); if (ii == null) @@ -309,18 +313,19 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Payroll Employee. - @param HR_Employee_ID Payroll Employee */ + @param HR_Employee_ID Payroll Employee + */ public void setHR_Employee_ID (int HR_Employee_ID) { - if (HR_Employee_ID < 1) + if (HR_Employee_ID < 1) set_Value (COLUMNNAME_HR_Employee_ID, null); - else + else set_Value (COLUMNNAME_HR_Employee_ID, Integer.valueOf(HR_Employee_ID)); } /** Get Payroll Employee. @return Payroll Employee */ - public int getHR_Employee_ID () + public int getHR_Employee_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Employee_ID); if (ii == null) @@ -335,18 +340,19 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Payroll Job. - @param HR_Job_ID Payroll Job */ + @param HR_Job_ID Payroll Job + */ public void setHR_Job_ID (int HR_Job_ID) { - if (HR_Job_ID < 1) + if (HR_Job_ID < 1) set_Value (COLUMNNAME_HR_Job_ID, null); - else + else set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID)); } /** Get Payroll Job. @return Payroll Job */ - public int getHR_Job_ID () + public int getHR_Job_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Job_ID); if (ii == null) @@ -361,18 +367,19 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Payroll. - @param HR_Payroll_ID Payroll */ + @param HR_Payroll_ID Payroll + */ public void setHR_Payroll_ID (int HR_Payroll_ID) { - if (HR_Payroll_ID < 1) + if (HR_Payroll_ID < 1) set_Value (COLUMNNAME_HR_Payroll_ID, null); - else + else set_Value (COLUMNNAME_HR_Payroll_ID, Integer.valueOf(HR_Payroll_ID)); } /** Get Payroll. @return Payroll */ - public int getHR_Payroll_ID () + public int getHR_Payroll_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Payroll_ID); if (ii == null) @@ -381,9 +388,8 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -392,7 +398,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -405,7 +411,8 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Max Value. - @param MaxValue Max Value */ + @param MaxValue Max Value + */ public void setMaxValue (int MaxValue) { set_Value (COLUMNNAME_MaxValue, Integer.valueOf(MaxValue)); @@ -413,7 +420,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Get Max Value. @return Max Value */ - public int getMaxValue () + public int getMaxValue() { Integer ii = (Integer)get_Value(COLUMNNAME_MaxValue); if (ii == null) @@ -422,7 +429,8 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Min Value. - @param MinValue Min Value */ + @param MinValue Min Value + */ public void setMinValue (int MinValue) { set_Value (COLUMNNAME_MinValue, Integer.valueOf(MinValue)); @@ -430,7 +438,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Get Min Value. @return Min Value */ - public int getMinValue () + public int getMinValue() { Integer ii = (Integer)get_Value(COLUMNNAME_MinValue); if (ii == null) @@ -439,9 +447,8 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -450,7 +457,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -459,9 +466,8 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent } /** Set Service date. - @param ServiceDate - Date service was provided - */ + @param ServiceDate Date service was provided + */ public void setServiceDate (Timestamp ServiceDate) { set_Value (COLUMNNAME_ServiceDate, ServiceDate); @@ -470,15 +476,14 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Get Service date. @return Date service was provided */ - public Timestamp getServiceDate () + public Timestamp getServiceDate() { return (Timestamp)get_Value(COLUMNNAME_ServiceDate); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -487,15 +492,14 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -504,15 +508,14 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -521,7 +524,7 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Concept.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Concept.java index c11eadbb38..18e12a7b5b 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Concept.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Concept.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Concept * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_Concept") public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent { @@ -33,7 +33,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_Concept (Properties ctx, int HR_Concept_ID, String trxName) @@ -85,9 +85,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Natural = N */ public static final String ACCOUNTSIGN_Natural = "N"; /** Set Account Sign. - @param AccountSign - Indicates the Natural Sign of the Account as a Debit or Credit - */ + @param AccountSign Indicates the Natural Sign of the Account as a Debit or Credit + */ public void setAccountSign (String AccountSign) { @@ -97,7 +96,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Account Sign. @return Indicates the Natural Sign of the Account as a Debit or Credit */ - public String getAccountSign () + public String getAccountSign() { return (String)get_Value(COLUMNNAME_AccountSign); } @@ -109,21 +108,20 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -142,7 +140,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Text = T */ public static final String COLUMNTYPE_Text = "T"; /** Set Column Type. - @param ColumnType Column Type */ + @param ColumnType Column Type + */ public void setColumnType (String ColumnType) { @@ -151,15 +150,14 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Column Type. @return Column Type */ - public String getColumnType () + public String getColumnType() { return (String)get_Value(COLUMNNAME_ColumnType); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -168,7 +166,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -180,18 +178,19 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Payroll Concept Category. - @param HR_Concept_Category_ID Payroll Concept Category */ + @param HR_Concept_Category_ID Payroll Concept Category + */ public void setHR_Concept_Category_ID (int HR_Concept_Category_ID) { - if (HR_Concept_Category_ID < 1) + if (HR_Concept_Category_ID < 1) set_Value (COLUMNNAME_HR_Concept_Category_ID, null); - else + else set_Value (COLUMNNAME_HR_Concept_Category_ID, Integer.valueOf(HR_Concept_Category_ID)); } /** Get Payroll Concept Category. @return Payroll Concept Category */ - public int getHR_Concept_Category_ID () + public int getHR_Concept_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_Category_ID); if (ii == null) @@ -200,18 +199,19 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Payroll Concept. - @param HR_Concept_ID Payroll Concept */ + @param HR_Concept_ID Payroll Concept + */ public void setHR_Concept_ID (int HR_Concept_ID) { - if (HR_Concept_ID < 1) + if (HR_Concept_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Concept_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID)); } /** Get Payroll Concept. @return Payroll Concept */ - public int getHR_Concept_ID () + public int getHR_Concept_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_ID); if (ii == null) @@ -220,7 +220,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set HR_Concept_UU. - @param HR_Concept_UU HR_Concept_UU */ + @param HR_Concept_UU HR_Concept_UU + */ public void setHR_Concept_UU (String HR_Concept_UU) { set_Value (COLUMNNAME_HR_Concept_UU, HR_Concept_UU); @@ -228,7 +229,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get HR_Concept_UU. @return HR_Concept_UU */ - public String getHR_Concept_UU () + public String getHR_Concept_UU() { return (String)get_Value(COLUMNNAME_HR_Concept_UU); } @@ -240,18 +241,19 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Payroll Department. - @param HR_Department_ID Payroll Department */ + @param HR_Department_ID Payroll Department + */ public void setHR_Department_ID (int HR_Department_ID) { - if (HR_Department_ID < 1) + if (HR_Department_ID < 1) set_Value (COLUMNNAME_HR_Department_ID, null); - else + else set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } /** Get Payroll Department. @return Payroll Department */ - public int getHR_Department_ID () + public int getHR_Department_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); if (ii == null) @@ -266,18 +268,19 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Payroll Job. - @param HR_Job_ID Payroll Job */ + @param HR_Job_ID Payroll Job + */ public void setHR_Job_ID (int HR_Job_ID) { - if (HR_Job_ID < 1) + if (HR_Job_ID < 1) set_Value (COLUMNNAME_HR_Job_ID, null); - else + else set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID)); } /** Get Payroll Job. @return Payroll Job */ - public int getHR_Job_ID () + public int getHR_Job_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Job_ID); if (ii == null) @@ -292,18 +295,19 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Payroll. - @param HR_Payroll_ID Payroll */ + @param HR_Payroll_ID Payroll + */ public void setHR_Payroll_ID (int HR_Payroll_ID) { - if (HR_Payroll_ID < 1) + if (HR_Payroll_ID < 1) set_Value (COLUMNNAME_HR_Payroll_ID, null); - else + else set_Value (COLUMNNAME_HR_Payroll_ID, Integer.valueOf(HR_Payroll_ID)); } /** Get Payroll. @return Payroll */ - public int getHR_Payroll_ID () + public int getHR_Payroll_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Payroll_ID); if (ii == null) @@ -312,9 +316,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -323,7 +326,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -336,9 +339,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Employee. - @param IsEmployee - Indicates if this Business Partner is an employee - */ + @param IsEmployee Indicates if this Business Partner is an employee + */ public void setIsEmployee (boolean IsEmployee) { set_Value (COLUMNNAME_IsEmployee, Boolean.valueOf(IsEmployee)); @@ -347,7 +349,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Employee. @return Indicates if this Business Partner is an employee */ - public boolean isEmployee () + public boolean isEmployee() { Object oo = get_Value(COLUMNNAME_IsEmployee); if (oo != null) @@ -360,9 +362,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Paid. - @param IsPaid - The document is paid - */ + @param IsPaid The document is paid + */ public void setIsPaid (boolean IsPaid) { set_Value (COLUMNNAME_IsPaid, Boolean.valueOf(IsPaid)); @@ -371,7 +372,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Paid. @return The document is paid */ - public boolean isPaid () + public boolean isPaid() { Object oo = get_Value(COLUMNNAME_IsPaid); if (oo != null) @@ -384,9 +385,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -395,7 +395,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -408,9 +408,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Read Write. - @param IsReadWrite - Field is read / write - */ + @param IsReadWrite Field is read / write + */ public void setIsReadWrite (boolean IsReadWrite) { set_Value (COLUMNNAME_IsReadWrite, Boolean.valueOf(IsReadWrite)); @@ -419,7 +418,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Read Write. @return Field is read / write */ - public boolean isReadWrite () + public boolean isReadWrite() { Object oo = get_Value(COLUMNNAME_IsReadWrite); if (oo != null) @@ -432,9 +431,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Receipt. - @param IsReceipt - This is a sales transaction (receipt) - */ + @param IsReceipt This is a sales transaction (receipt) + */ public void setIsReceipt (boolean IsReceipt) { set_Value (COLUMNNAME_IsReceipt, Boolean.valueOf(IsReceipt)); @@ -443,7 +441,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Receipt. @return This is a sales transaction (receipt) */ - public boolean isReceipt () + public boolean isReceipt() { Object oo = get_Value(COLUMNNAME_IsReceipt); if (oo != null) @@ -456,9 +454,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Registered. - @param IsRegistered - The application is registered. - */ + @param IsRegistered The application is registered. + */ public void setIsRegistered (boolean IsRegistered) { set_Value (COLUMNNAME_IsRegistered, Boolean.valueOf(IsRegistered)); @@ -467,7 +464,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Registered. @return The application is registered. */ - public boolean isRegistered () + public boolean isRegistered() { Object oo = get_Value(COLUMNNAME_IsRegistered); if (oo != null) @@ -480,9 +477,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -491,15 +487,14 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -508,7 +503,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -527,9 +522,8 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Reference = R */ public static final String TYPE_Reference = "R"; /** 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) { @@ -539,15 +533,14 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Type. @return Type of Validation (SQL, Java Script, Java Language) */ - public String getType () + public String getType() { return (String)get_Value(COLUMNNAME_Type); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -556,15 +549,14 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -573,15 +565,14 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -590,7 +581,7 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Acct.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Acct.java index 05ccb9ff8d..c8d9e66351 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Acct.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Acct.java @@ -23,7 +23,7 @@ import org.compiere.model.*; /** Generated Model for HR_Concept_Acct * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_Concept_Acct") public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persistent { @@ -31,7 +31,7 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_Concept_Acct (Properties ctx, int HR_Concept_Acct_ID, String trxName) @@ -82,21 +82,20 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis } /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ + @param C_BP_Group_ID Business Partner Group + */ public void setC_BP_Group_ID (int C_BP_Group_ID) { - if (C_BP_Group_ID < 1) + if (C_BP_Group_ID < 1) set_Value (COLUMNNAME_C_BP_Group_ID, null); - else + else set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); } /** Get Business Partner Group. @return Business Partner Group */ - public int getC_BP_Group_ID () + public int getC_BP_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); if (ii == null) @@ -134,18 +132,19 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis } /** Set Payroll Concept Account. - @param HR_Concept_Acct_ID Payroll Concept Account */ + @param HR_Concept_Acct_ID Payroll Concept Account + */ public void setHR_Concept_Acct_ID (int HR_Concept_Acct_ID) { - if (HR_Concept_Acct_ID < 1) + if (HR_Concept_Acct_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Concept_Acct_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Concept_Acct_ID, Integer.valueOf(HR_Concept_Acct_ID)); } /** Get Payroll Concept Account. @return Payroll Concept Account */ - public int getHR_Concept_Acct_ID () + public int getHR_Concept_Acct_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_Acct_ID); if (ii == null) @@ -154,7 +153,8 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis } /** Set HR_Concept_Acct_UU. - @param HR_Concept_Acct_UU HR_Concept_Acct_UU */ + @param HR_Concept_Acct_UU HR_Concept_Acct_UU + */ public void setHR_Concept_Acct_UU (String HR_Concept_Acct_UU) { set_Value (COLUMNNAME_HR_Concept_Acct_UU, HR_Concept_Acct_UU); @@ -162,7 +162,7 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis /** Get HR_Concept_Acct_UU. @return HR_Concept_Acct_UU */ - public String getHR_Concept_Acct_UU () + public String getHR_Concept_Acct_UU() { return (String)get_Value(COLUMNNAME_HR_Concept_Acct_UU); } @@ -174,18 +174,19 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis } /** Set Payroll Concept. - @param HR_Concept_ID Payroll Concept */ + @param HR_Concept_ID Payroll Concept + */ public void setHR_Concept_ID (int HR_Concept_ID) { - if (HR_Concept_ID < 1) + if (HR_Concept_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Concept_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID)); } /** Get Payroll Concept. @return Payroll Concept */ - public int getHR_Concept_ID () + public int getHR_Concept_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_ID); if (ii == null) @@ -200,7 +201,8 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis } /** Set Payroll Expense Account. - @param HR_Expense_Acct Payroll Expense Account */ + @param HR_Expense_Acct Payroll Expense Account + */ public void setHR_Expense_Acct (int HR_Expense_Acct) { set_Value (COLUMNNAME_HR_Expense_Acct, Integer.valueOf(HR_Expense_Acct)); @@ -208,7 +210,7 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis /** Get Payroll Expense Account. @return Payroll Expense Account */ - public int getHR_Expense_Acct () + public int getHR_Expense_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Expense_Acct); if (ii == null) @@ -223,7 +225,8 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis } /** Set Payroll Revenue Account. - @param HR_Revenue_Acct Payroll Revenue Account */ + @param HR_Revenue_Acct Payroll Revenue Account + */ public void setHR_Revenue_Acct (int HR_Revenue_Acct) { set_Value (COLUMNNAME_HR_Revenue_Acct, Integer.valueOf(HR_Revenue_Acct)); @@ -231,7 +234,7 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis /** Get Payroll Revenue Account. @return Payroll Revenue Account */ - public int getHR_Revenue_Acct () + public int getHR_Revenue_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Revenue_Acct); if (ii == null) @@ -240,9 +243,8 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis } /** Set Balancing. - @param IsBalancing - All transactions within an element value must balance (e.g. cost centers) - */ + @param IsBalancing All transactions within an element value must balance (e.g. cost centers) + */ public void setIsBalancing (boolean IsBalancing) { set_Value (COLUMNNAME_IsBalancing, Boolean.valueOf(IsBalancing)); @@ -251,7 +253,7 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis /** Get Balancing. @return All transactions within an element value must balance (e.g. cost centers) */ - public boolean isBalancing () + public boolean isBalancing() { Object oo = get_Value(COLUMNNAME_IsBalancing); if (oo != null) @@ -270,21 +272,20 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -299,21 +300,20 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Category.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Category.java index e16a01c7e9..b876fad670 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Category.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Category.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Concept_Category * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_Concept_Category") public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, I_Persistent { @@ -32,7 +32,7 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_Concept_Category (Properties ctx, int HR_Concept_Category_ID, String trxName) @@ -74,9 +74,8 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,7 +84,7 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -97,7 +96,8 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, } /** Set Payroll Concept Account. - @param HR_Concept_Acct Payroll Concept Account */ + @param HR_Concept_Acct Payroll Concept Account + */ public void setHR_Concept_Acct (int HR_Concept_Acct) { set_Value (COLUMNNAME_HR_Concept_Acct, Integer.valueOf(HR_Concept_Acct)); @@ -105,7 +105,7 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, /** Get Payroll Concept Account. @return Payroll Concept Account */ - public int getHR_Concept_Acct () + public int getHR_Concept_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_Acct); if (ii == null) @@ -114,18 +114,19 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, } /** Set Payroll Concept Category. - @param HR_Concept_Category_ID Payroll Concept Category */ + @param HR_Concept_Category_ID Payroll Concept Category + */ public void setHR_Concept_Category_ID (int HR_Concept_Category_ID) { - if (HR_Concept_Category_ID < 1) + if (HR_Concept_Category_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Concept_Category_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Concept_Category_ID, Integer.valueOf(HR_Concept_Category_ID)); } /** Get Payroll Concept Category. @return Payroll Concept Category */ - public int getHR_Concept_Category_ID () + public int getHR_Concept_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_Category_ID); if (ii == null) @@ -134,7 +135,8 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, } /** Set HR_Concept_Category_UU. - @param HR_Concept_Category_UU HR_Concept_Category_UU */ + @param HR_Concept_Category_UU HR_Concept_Category_UU + */ public void setHR_Concept_Category_UU (String HR_Concept_Category_UU) { set_Value (COLUMNNAME_HR_Concept_Category_UU, HR_Concept_Category_UU); @@ -142,15 +144,14 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, /** Get HR_Concept_Category_UU. @return HR_Concept_Category_UU */ - public String getHR_Concept_Category_UU () + public String getHR_Concept_Category_UU() { return (String)get_Value(COLUMNNAME_HR_Concept_Category_UU); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -159,7 +160,7 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -172,9 +173,8 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -183,7 +183,7 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -197,9 +197,8 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -208,7 +207,7 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Contract.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Contract.java index e072bede82..8cda137ba2 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Contract.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Contract.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Contract * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_Contract") public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent { @@ -33,7 +33,7 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_Contract (Properties ctx, int HR_Contract_ID, String trxName) @@ -80,22 +80,21 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -139,21 +137,20 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -162,9 +159,8 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -173,24 +169,25 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Payroll Contract. - @param HR_Contract_ID Payroll Contract */ + @param HR_Contract_ID Payroll Contract + */ public void setHR_Contract_ID (int HR_Contract_ID) { - if (HR_Contract_ID < 1) + if (HR_Contract_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Contract_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Contract_ID, Integer.valueOf(HR_Contract_ID)); } /** Get Payroll Contract. @return Payroll Contract */ - public int getHR_Contract_ID () + public int getHR_Contract_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Contract_ID); if (ii == null) @@ -199,7 +196,8 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent } /** Set HR_Contract_UU. - @param HR_Contract_UU HR_Contract_UU */ + @param HR_Contract_UU HR_Contract_UU + */ public void setHR_Contract_UU (String HR_Contract_UU) { set_Value (COLUMNNAME_HR_Contract_UU, HR_Contract_UU); @@ -207,15 +205,14 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent /** Get HR_Contract_UU. @return HR_Contract_UU */ - public String getHR_Contract_UU () + public String getHR_Contract_UU() { return (String)get_Value(COLUMNNAME_HR_Contract_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -224,7 +221,7 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -238,9 +235,8 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent } /** Set Net Days. - @param NetDays - Net Days in which payment is due - */ + @param NetDays Net Days in which payment is due + */ public void setNetDays (int NetDays) { set_Value (COLUMNNAME_NetDays, Integer.valueOf(NetDays)); @@ -249,7 +245,7 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent /** Get Net Days. @return Net Days in which payment is due */ - public int getNetDays () + public int getNetDays() { Integer ii = (Integer)get_Value(COLUMNNAME_NetDays); if (ii == null) @@ -258,9 +254,8 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -269,15 +264,14 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -286,15 +280,14 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -303,7 +296,7 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Department.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Department.java index 6ae2619ef2..3b7546c95b 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Department.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Department.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Department * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_Department") public class X_HR_Department extends PO implements I_HR_Department, I_Persistent { @@ -32,7 +32,7 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_Department (Properties ctx, int HR_Department_ID, String trxName) @@ -80,21 +80,20 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -103,9 +102,8 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -114,24 +112,25 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Payroll Department. - @param HR_Department_ID Payroll Department */ + @param HR_Department_ID Payroll Department + */ public void setHR_Department_ID (int HR_Department_ID) { - if (HR_Department_ID < 1) + if (HR_Department_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Department_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } /** Get Payroll Department. @return Payroll Department */ - public int getHR_Department_ID () + public int getHR_Department_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); if (ii == null) @@ -140,7 +139,8 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent } /** Set HR_Department_UU. - @param HR_Department_UU HR_Department_UU */ + @param HR_Department_UU HR_Department_UU + */ public void setHR_Department_UU (String HR_Department_UU) { set_Value (COLUMNNAME_HR_Department_UU, HR_Department_UU); @@ -148,15 +148,14 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent /** Get HR_Department_UU. @return HR_Department_UU */ - public String getHR_Department_UU () + public String getHR_Department_UU() { return (String)get_Value(COLUMNNAME_HR_Department_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -165,7 +164,7 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -179,9 +178,8 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -190,7 +188,7 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Employee.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Employee.java index 6a53e8d056..5c7cdd8eda 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Employee.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Employee.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Employee * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_Employee") public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent { @@ -33,7 +33,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_Employee (Properties ctx, int HR_Employee_ID, String trxName) @@ -84,21 +84,20 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -112,22 +111,21 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -136,9 +134,8 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent } /** Set Validation code. - @param Code - Validation Code - */ + @param Code Validation Code + */ public void setCode (String Code) { set_Value (COLUMNNAME_Code, Code); @@ -147,15 +144,14 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent /** Get Validation code. @return Validation Code */ - public String getCode () + public String getCode() { return (String)get_Value(COLUMNNAME_Code); } /** Set End Date. - @param EndDate - Last effective date (inclusive) - */ + @param EndDate Last effective date (inclusive) + */ public void setEndDate (Timestamp EndDate) { set_Value (COLUMNNAME_EndDate, EndDate); @@ -164,7 +160,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent /** Get End Date. @return Last effective date (inclusive) */ - public Timestamp getEndDate () + public Timestamp getEndDate() { return (Timestamp)get_Value(COLUMNNAME_EndDate); } @@ -176,18 +172,19 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent } /** Set Payroll Department. - @param HR_Department_ID Payroll Department */ + @param HR_Department_ID Payroll Department + */ public void setHR_Department_ID (int HR_Department_ID) { - if (HR_Department_ID < 1) + if (HR_Department_ID < 1) set_Value (COLUMNNAME_HR_Department_ID, null); - else + else set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } /** Get Payroll Department. @return Payroll Department */ - public int getHR_Department_ID () + public int getHR_Department_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); if (ii == null) @@ -196,18 +193,19 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent } /** Set Payroll Employee. - @param HR_Employee_ID Payroll Employee */ + @param HR_Employee_ID Payroll Employee + */ public void setHR_Employee_ID (int HR_Employee_ID) { - if (HR_Employee_ID < 1) + if (HR_Employee_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Employee_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Employee_ID, Integer.valueOf(HR_Employee_ID)); } /** Get Payroll Employee. @return Payroll Employee */ - public int getHR_Employee_ID () + public int getHR_Employee_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Employee_ID); if (ii == null) @@ -216,7 +214,8 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent } /** Set HR_Employee_UU. - @param HR_Employee_UU HR_Employee_UU */ + @param HR_Employee_UU HR_Employee_UU + */ public void setHR_Employee_UU (String HR_Employee_UU) { set_Value (COLUMNNAME_HR_Employee_UU, HR_Employee_UU); @@ -224,7 +223,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent /** Get HR_Employee_UU. @return HR_Employee_UU */ - public String getHR_Employee_UU () + public String getHR_Employee_UU() { return (String)get_Value(COLUMNNAME_HR_Employee_UU); } @@ -236,18 +235,19 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent } /** Set Payroll Job. - @param HR_Job_ID Payroll Job */ + @param HR_Job_ID Payroll Job + */ public void setHR_Job_ID (int HR_Job_ID) { - if (HR_Job_ID < 1) + if (HR_Job_ID < 1) set_Value (COLUMNNAME_HR_Job_ID, null); - else + else set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID)); } /** Get Payroll Job. @return Payroll Job */ - public int getHR_Job_ID () + public int getHR_Job_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Job_ID); if (ii == null) @@ -262,18 +262,19 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent } /** Set Payroll. - @param HR_Payroll_ID Payroll */ + @param HR_Payroll_ID Payroll + */ public void setHR_Payroll_ID (int HR_Payroll_ID) { - if (HR_Payroll_ID < 1) + if (HR_Payroll_ID < 1) set_Value (COLUMNNAME_HR_Payroll_ID, null); - else + else set_Value (COLUMNNAME_HR_Payroll_ID, Integer.valueOf(HR_Payroll_ID)); } /** Get Payroll. @return Payroll */ - public int getHR_Payroll_ID () + public int getHR_Payroll_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Payroll_ID); if (ii == null) @@ -282,9 +283,8 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent } /** Set Image URL. - @param ImageURL - URL of image - */ + @param ImageURL URL of image + */ public void setImageURL (String ImageURL) { set_Value (COLUMNNAME_ImageURL, ImageURL); @@ -293,15 +293,14 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent /** Get Image URL. @return URL of image */ - public String getImageURL () + public String getImageURL() { return (String)get_Value(COLUMNNAME_ImageURL); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -310,7 +309,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -324,9 +323,8 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent } /** Set Name 2. - @param Name2 - Additional Name - */ + @param Name2 Additional Name + */ public void setName2 (String Name2) { set_Value (COLUMNNAME_Name2, Name2); @@ -335,13 +333,14 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent /** Get Name 2. @return Additional Name */ - public String getName2 () + public String getName2() { return (String)get_Value(COLUMNNAME_Name2); } /** Set National Code. - @param NationalCode National Code */ + @param NationalCode National Code + */ public void setNationalCode (String NationalCode) { set_Value (COLUMNNAME_NationalCode, NationalCode); @@ -349,13 +348,14 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent /** Get National Code. @return National Code */ - public String getNationalCode () + public String getNationalCode() { return (String)get_Value(COLUMNNAME_NationalCode); } /** Set Social Security Code. - @param SSCode Social Security Code */ + @param SSCode Social Security Code + */ public void setSSCode (String SSCode) { set_Value (COLUMNNAME_SSCode, SSCode); @@ -363,15 +363,14 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent /** Get Social Security Code. @return Social Security Code */ - public String getSSCode () + public String getSSCode() { return (String)get_Value(COLUMNNAME_SSCode); } /** Set Start Date. - @param StartDate - First effective day (inclusive) - */ + @param StartDate First effective day (inclusive) + */ public void setStartDate (Timestamp StartDate) { set_Value (COLUMNNAME_StartDate, StartDate); @@ -380,7 +379,7 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent /** Get Start Date. @return First effective day (inclusive) */ - public Timestamp getStartDate () + public Timestamp getStartDate() { return (Timestamp)get_Value(COLUMNNAME_StartDate); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Job.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Job.java index 7aeb1fd2b1..e17ba2f50b 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Job.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Job.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Job * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_Job") public class X_HR_Job extends PO implements I_HR_Job, I_Persistent { @@ -32,7 +32,7 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_Job (Properties ctx, int HR_Job_ID, String trxName) @@ -74,9 +74,8 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,7 +84,7 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -97,18 +96,19 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent } /** Set Payroll Department. - @param HR_Department_ID Payroll Department */ + @param HR_Department_ID Payroll Department + */ public void setHR_Department_ID (int HR_Department_ID) { - if (HR_Department_ID < 1) + if (HR_Department_ID < 1) set_Value (COLUMNNAME_HR_Department_ID, null); - else + else set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } /** Get Payroll Department. @return Payroll Department */ - public int getHR_Department_ID () + public int getHR_Department_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); if (ii == null) @@ -117,18 +117,19 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent } /** Set Payroll Job. - @param HR_Job_ID Payroll Job */ + @param HR_Job_ID Payroll Job + */ public void setHR_Job_ID (int HR_Job_ID) { - if (HR_Job_ID < 1) + if (HR_Job_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Job_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID)); } /** Get Payroll Job. @return Payroll Job */ - public int getHR_Job_ID () + public int getHR_Job_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Job_ID); if (ii == null) @@ -137,7 +138,8 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent } /** Set HR_Job_UU. - @param HR_Job_UU HR_Job_UU */ + @param HR_Job_UU HR_Job_UU + */ public void setHR_Job_UU (String HR_Job_UU) { set_Value (COLUMNNAME_HR_Job_UU, HR_Job_UU); @@ -145,15 +147,14 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent /** Get HR_Job_UU. @return HR_Job_UU */ - public String getHR_Job_UU () + public String getHR_Job_UU() { return (String)get_Value(COLUMNNAME_HR_Job_UU); } /** Set Parent link column. - @param IsParent - This column is a link to the parent table (e.g. header from lines) - incl. Association key columns - */ + @param IsParent This column is a link to the parent table (e.g. header from lines) - incl. Association key columns + */ public void setIsParent (boolean IsParent) { set_Value (COLUMNNAME_IsParent, Boolean.valueOf(IsParent)); @@ -162,7 +163,7 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent /** Get Parent link column. @return This column is a link to the parent table (e.g. header from lines) - incl. Association key columns */ - public boolean isParent () + public boolean isParent() { Object oo = get_Value(COLUMNNAME_IsParent); if (oo != null) @@ -175,7 +176,8 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent } /** Set Job Cant. - @param JobCant Job Cant */ + @param JobCant Job Cant + */ public void setJobCant (int JobCant) { set_Value (COLUMNNAME_JobCant, Integer.valueOf(JobCant)); @@ -183,7 +185,7 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent /** Get Job Cant. @return Job Cant */ - public int getJobCant () + public int getJobCant() { Integer ii = (Integer)get_Value(COLUMNNAME_JobCant); if (ii == null) @@ -192,9 +194,8 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -203,7 +204,7 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -223,18 +224,19 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent } /** Set Next Job. - @param Next_Job_ID Next Job */ + @param Next_Job_ID Next Job + */ public void setNext_Job_ID (int Next_Job_ID) { - if (Next_Job_ID < 1) + if (Next_Job_ID < 1) set_Value (COLUMNNAME_Next_Job_ID, null); - else + else set_Value (COLUMNNAME_Next_Job_ID, Integer.valueOf(Next_Job_ID)); } /** Get Next Job. @return Next Job */ - public int getNext_Job_ID () + public int getNext_Job_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Next_Job_ID); if (ii == null) @@ -249,21 +251,20 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent } /** Set Supervisor. - @param Supervisor_ID - Supervisor for this user/organization - used for escalation and approval - */ + @param Supervisor_ID Supervisor for this user/organization - used for escalation and approval + */ public void setSupervisor_ID (int Supervisor_ID) { - if (Supervisor_ID < 1) + if (Supervisor_ID < 1) set_Value (COLUMNNAME_Supervisor_ID, null); - else + else set_Value (COLUMNNAME_Supervisor_ID, Integer.valueOf(Supervisor_ID)); } /** Get Supervisor. @return Supervisor for this user/organization - used for escalation and approval */ - public int getSupervisor_ID () + public int getSupervisor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Supervisor_ID); if (ii == null) @@ -272,9 +273,8 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -283,7 +283,7 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_List.java b/org.adempiere.base/src/org/eevolution/model/X_HR_List.java index ae27dad3eb..0bf110b0ce 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_List.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_List.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_List * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_List") public class X_HR_List extends PO implements I_HR_List, I_Persistent { @@ -33,7 +33,7 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_List (Properties ctx, int HR_List_ID, String trxName) @@ -75,9 +75,8 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -86,7 +85,7 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -98,18 +97,19 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent } /** Set Payroll Department. - @param HR_Department_ID Payroll Department */ + @param HR_Department_ID Payroll Department + */ public void setHR_Department_ID (int HR_Department_ID) { - if (HR_Department_ID < 1) + if (HR_Department_ID < 1) set_Value (COLUMNNAME_HR_Department_ID, null); - else + else set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } /** Get Payroll Department. @return Payroll Department */ - public int getHR_Department_ID () + public int getHR_Department_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); if (ii == null) @@ -124,18 +124,19 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent } /** Set Payroll Employee. - @param HR_Employee_ID Payroll Employee */ + @param HR_Employee_ID Payroll Employee + */ public void setHR_Employee_ID (int HR_Employee_ID) { - if (HR_Employee_ID < 1) + if (HR_Employee_ID < 1) set_Value (COLUMNNAME_HR_Employee_ID, null); - else + else set_Value (COLUMNNAME_HR_Employee_ID, Integer.valueOf(HR_Employee_ID)); } /** Get Payroll Employee. @return Payroll Employee */ - public int getHR_Employee_ID () + public int getHR_Employee_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Employee_ID); if (ii == null) @@ -144,18 +145,19 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent } /** Set Payroll List. - @param HR_List_ID Payroll List */ + @param HR_List_ID Payroll List + */ public void setHR_List_ID (int HR_List_ID) { - if (HR_List_ID < 1) + if (HR_List_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_List_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_List_ID, Integer.valueOf(HR_List_ID)); } /** Get Payroll List. @return Payroll List */ - public int getHR_List_ID () + public int getHR_List_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_List_ID); if (ii == null) @@ -170,18 +172,19 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent } /** Set Payroll List Type. - @param HR_ListType_ID Payroll List Type */ + @param HR_ListType_ID Payroll List Type + */ public void setHR_ListType_ID (int HR_ListType_ID) { - if (HR_ListType_ID < 1) + if (HR_ListType_ID < 1) set_Value (COLUMNNAME_HR_ListType_ID, null); - else + else set_Value (COLUMNNAME_HR_ListType_ID, Integer.valueOf(HR_ListType_ID)); } /** Get Payroll List Type. @return Payroll List Type */ - public int getHR_ListType_ID () + public int getHR_ListType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_ListType_ID); if (ii == null) @@ -190,7 +193,8 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent } /** Set HR_List_UU. - @param HR_List_UU HR_List_UU */ + @param HR_List_UU HR_List_UU + */ public void setHR_List_UU (String HR_List_UU) { set_Value (COLUMNNAME_HR_List_UU, HR_List_UU); @@ -198,7 +202,7 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent /** Get HR_List_UU. @return HR_List_UU */ - public String getHR_List_UU () + public String getHR_List_UU() { return (String)get_Value(COLUMNNAME_HR_List_UU); } @@ -210,18 +214,19 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent } /** Set Payroll. - @param HR_Payroll_ID Payroll */ + @param HR_Payroll_ID Payroll + */ public void setHR_Payroll_ID (int HR_Payroll_ID) { - if (HR_Payroll_ID < 1) + if (HR_Payroll_ID < 1) set_Value (COLUMNNAME_HR_Payroll_ID, null); - else + else set_Value (COLUMNNAME_HR_Payroll_ID, Integer.valueOf(HR_Payroll_ID)); } /** Get Payroll. @return Payroll */ - public int getHR_Payroll_ID () + public int getHR_Payroll_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Payroll_ID); if (ii == null) @@ -230,9 +235,8 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent } /** Set Employee. - @param IsEmployee - Indicates if this Business Partner is an employee - */ + @param IsEmployee Indicates if this Business Partner is an employee + */ public void setIsEmployee (boolean IsEmployee) { set_Value (COLUMNNAME_IsEmployee, Boolean.valueOf(IsEmployee)); @@ -241,7 +245,7 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent /** Get Employee. @return Indicates if this Business Partner is an employee */ - public boolean isEmployee () + public boolean isEmployee() { Object oo = get_Value(COLUMNNAME_IsEmployee); if (oo != null) @@ -254,9 +258,8 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -265,7 +268,7 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -279,9 +282,8 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -290,15 +292,14 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -307,7 +308,7 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_ListLine.java b/org.adempiere.base/src/org/eevolution/model/X_HR_ListLine.java index 4ac3bf3486..7ada55ce70 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_ListLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_ListLine.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_ListLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_ListLine") public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent { @@ -34,7 +34,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_ListLine (Properties ctx, int HR_ListLine_ID, String trxName) @@ -77,7 +77,8 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set Col_1. - @param Col_1 Col_1 */ + @param Col_1 Col_1 + */ public void setCol_1 (BigDecimal Col_1) { set_Value (COLUMNNAME_Col_1, Col_1); @@ -85,7 +86,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent /** Get Col_1. @return Col_1 */ - public BigDecimal getCol_1 () + public BigDecimal getCol_1() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_1); if (bd == null) @@ -94,7 +95,8 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set Col_2. - @param Col_2 Col_2 */ + @param Col_2 Col_2 + */ public void setCol_2 (BigDecimal Col_2) { set_Value (COLUMNNAME_Col_2, Col_2); @@ -102,7 +104,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent /** Get Col_2. @return Col_2 */ - public BigDecimal getCol_2 () + public BigDecimal getCol_2() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_2); if (bd == null) @@ -111,7 +113,8 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set Col_3. - @param Col_3 Col_3 */ + @param Col_3 Col_3 + */ public void setCol_3 (BigDecimal Col_3) { set_Value (COLUMNNAME_Col_3, Col_3); @@ -119,7 +122,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent /** Get Col_3. @return Col_3 */ - public BigDecimal getCol_3 () + public BigDecimal getCol_3() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_3); if (bd == null) @@ -128,7 +131,8 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set Col_4. - @param Col_4 Col_4 */ + @param Col_4 Col_4 + */ public void setCol_4 (BigDecimal Col_4) { set_Value (COLUMNNAME_Col_4, Col_4); @@ -136,7 +140,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent /** Get Col_4. @return Col_4 */ - public BigDecimal getCol_4 () + public BigDecimal getCol_4() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_4); if (bd == null) @@ -145,7 +149,8 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set Col_5. - @param Col_5 Col_5 */ + @param Col_5 Col_5 + */ public void setCol_5 (BigDecimal Col_5) { set_Value (COLUMNNAME_Col_5, Col_5); @@ -153,7 +158,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent /** Get Col_5. @return Col_5 */ - public BigDecimal getCol_5 () + public BigDecimal getCol_5() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_5); if (bd == null) @@ -162,7 +167,8 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set Col_6. - @param Col_6 Col_6 */ + @param Col_6 Col_6 + */ public void setCol_6 (BigDecimal Col_6) { set_Value (COLUMNNAME_Col_6, Col_6); @@ -170,7 +176,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent /** Get Col_6. @return Col_6 */ - public BigDecimal getCol_6 () + public BigDecimal getCol_6() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_6); if (bd == null) @@ -179,7 +185,8 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set Col_7. - @param Col_7 Col_7 */ + @param Col_7 Col_7 + */ public void setCol_7 (BigDecimal Col_7) { set_Value (COLUMNNAME_Col_7, Col_7); @@ -187,7 +194,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent /** Get Col_7. @return Col_7 */ - public BigDecimal getCol_7 () + public BigDecimal getCol_7() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_7); if (bd == null) @@ -196,7 +203,8 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set Col_8. - @param Col_8 Col_8 */ + @param Col_8 Col_8 + */ public void setCol_8 (BigDecimal Col_8) { set_Value (COLUMNNAME_Col_8, Col_8); @@ -204,7 +212,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent /** Get Col_8. @return Col_8 */ - public BigDecimal getCol_8 () + public BigDecimal getCol_8() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Col_8); if (bd == null) @@ -213,18 +221,19 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set Payroll List Line. - @param HR_ListLine_ID Payroll List Line */ + @param HR_ListLine_ID Payroll List Line + */ public void setHR_ListLine_ID (int HR_ListLine_ID) { - if (HR_ListLine_ID < 1) + if (HR_ListLine_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_ListLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_ListLine_ID, Integer.valueOf(HR_ListLine_ID)); } /** Get Payroll List Line. @return Payroll List Line */ - public int getHR_ListLine_ID () + public int getHR_ListLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_ListLine_ID); if (ii == null) @@ -233,7 +242,8 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set HR_ListLine_UU. - @param HR_ListLine_UU HR_ListLine_UU */ + @param HR_ListLine_UU HR_ListLine_UU + */ public void setHR_ListLine_UU (String HR_ListLine_UU) { set_Value (COLUMNNAME_HR_ListLine_UU, HR_ListLine_UU); @@ -241,7 +251,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent /** Get HR_ListLine_UU. @return HR_ListLine_UU */ - public String getHR_ListLine_UU () + public String getHR_ListLine_UU() { return (String)get_Value(COLUMNNAME_HR_ListLine_UU); } @@ -253,18 +263,19 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set Payroll List Version. - @param HR_ListVersion_ID Payroll List Version */ + @param HR_ListVersion_ID Payroll List Version + */ public void setHR_ListVersion_ID (int HR_ListVersion_ID) { - if (HR_ListVersion_ID < 1) + if (HR_ListVersion_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_ListVersion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_ListVersion_ID, Integer.valueOf(HR_ListVersion_ID)); } /** Get Payroll List Version. @return Payroll List Version */ - public int getHR_ListVersion_ID () + public int getHR_ListVersion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_ListVersion_ID); if (ii == null) @@ -273,7 +284,8 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set Max Value. - @param MaxValue Max Value */ + @param MaxValue Max Value + */ public void setMaxValue (BigDecimal MaxValue) { set_Value (COLUMNNAME_MaxValue, MaxValue); @@ -281,7 +293,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent /** Get Max Value. @return Max Value */ - public BigDecimal getMaxValue () + public BigDecimal getMaxValue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MaxValue); if (bd == null) @@ -290,7 +302,8 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set Min Value. - @param MinValue Min Value */ + @param MinValue Min Value + */ public void setMinValue (BigDecimal MinValue) { set_Value (COLUMNNAME_MinValue, MinValue); @@ -298,7 +311,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent /** Get Min Value. @return Min Value */ - public BigDecimal getMinValue () + public BigDecimal getMinValue() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MinValue); if (bd == null) @@ -307,9 +320,8 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -318,7 +330,7 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_ListType.java b/org.adempiere.base/src/org/eevolution/model/X_HR_ListType.java index 891c739117..2651a84253 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_ListType.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_ListType.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_ListType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_ListType") public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent { @@ -32,7 +32,7 @@ public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_ListType (Properties ctx, int HR_ListType_ID, String trxName) @@ -74,9 +74,8 @@ public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -85,24 +84,25 @@ public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Payroll List Type. - @param HR_ListType_ID Payroll List Type */ + @param HR_ListType_ID Payroll List Type + */ public void setHR_ListType_ID (int HR_ListType_ID) { - if (HR_ListType_ID < 1) + if (HR_ListType_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_ListType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_ListType_ID, Integer.valueOf(HR_ListType_ID)); } /** Get Payroll List Type. @return Payroll List Type */ - public int getHR_ListType_ID () + public int getHR_ListType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_ListType_ID); if (ii == null) @@ -111,7 +111,8 @@ public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent } /** Set HR_ListType_UU. - @param HR_ListType_UU HR_ListType_UU */ + @param HR_ListType_UU HR_ListType_UU + */ public void setHR_ListType_UU (String HR_ListType_UU) { set_Value (COLUMNNAME_HR_ListType_UU, HR_ListType_UU); @@ -119,15 +120,14 @@ public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent /** Get HR_ListType_UU. @return HR_ListType_UU */ - public String getHR_ListType_UU () + public String getHR_ListType_UU() { return (String)get_Value(COLUMNNAME_HR_ListType_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -136,7 +136,7 @@ public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -150,9 +150,8 @@ public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -161,7 +160,7 @@ public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_ListVersion.java b/org.adempiere.base/src/org/eevolution/model/X_HR_ListVersion.java index 061beb1574..1e9a32813b 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_ListVersion.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_ListVersion.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_ListVersion * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_ListVersion") public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persistent { @@ -33,7 +33,7 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_ListVersion (Properties ctx, int HR_ListVersion_ID, String trxName) @@ -78,9 +78,8 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -89,7 +88,7 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -101,18 +100,19 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste } /** Set Payroll List Base. - @param HR_ListBase_ID Payroll List Base */ + @param HR_ListBase_ID Payroll List Base + */ public void setHR_ListBase_ID (int HR_ListBase_ID) { - if (HR_ListBase_ID < 1) + if (HR_ListBase_ID < 1) set_Value (COLUMNNAME_HR_ListBase_ID, null); - else + else set_Value (COLUMNNAME_HR_ListBase_ID, Integer.valueOf(HR_ListBase_ID)); } /** Get Payroll List Base. @return Payroll List Base */ - public int getHR_ListBase_ID () + public int getHR_ListBase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_ListBase_ID); if (ii == null) @@ -127,18 +127,19 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste } /** Set Payroll List. - @param HR_List_ID Payroll List */ + @param HR_List_ID Payroll List + */ public void setHR_List_ID (int HR_List_ID) { - if (HR_List_ID < 1) + if (HR_List_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_List_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_List_ID, Integer.valueOf(HR_List_ID)); } /** Get Payroll List. @return Payroll List */ - public int getHR_List_ID () + public int getHR_List_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_List_ID); if (ii == null) @@ -147,18 +148,19 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste } /** Set Payroll List Version. - @param HR_ListVersion_ID Payroll List Version */ + @param HR_ListVersion_ID Payroll List Version + */ public void setHR_ListVersion_ID (int HR_ListVersion_ID) { - if (HR_ListVersion_ID < 1) + if (HR_ListVersion_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_ListVersion_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_ListVersion_ID, Integer.valueOf(HR_ListVersion_ID)); } /** Get Payroll List Version. @return Payroll List Version */ - public int getHR_ListVersion_ID () + public int getHR_ListVersion_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_ListVersion_ID); if (ii == null) @@ -167,7 +169,8 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste } /** Set HR_ListVersion_UU. - @param HR_ListVersion_UU HR_ListVersion_UU */ + @param HR_ListVersion_UU HR_ListVersion_UU + */ public void setHR_ListVersion_UU (String HR_ListVersion_UU) { set_Value (COLUMNNAME_HR_ListVersion_UU, HR_ListVersion_UU); @@ -175,15 +178,14 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste /** Get HR_ListVersion_UU. @return HR_ListVersion_UU */ - public String getHR_ListVersion_UU () + public String getHR_ListVersion_UU() { return (String)get_Value(COLUMNNAME_HR_ListVersion_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -192,7 +194,7 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -206,9 +208,8 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -217,15 +218,14 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -234,7 +234,7 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Movement.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Movement.java index efde999209..34244b6a05 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Movement.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Movement.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Movement * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_Movement") public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent { @@ -35,7 +35,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_Movement (Properties ctx, int HR_Movement_ID, String trxName) @@ -87,9 +87,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Natural = N */ public static final String ACCOUNTSIGN_Natural = "N"; /** Set Account Sign. - @param AccountSign - Indicates the Natural Sign of the Account as a Debit or Credit - */ + @param AccountSign Indicates the Natural Sign of the Account as a Debit or Credit + */ public void setAccountSign (String AccountSign) { @@ -99,27 +98,26 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Get Account Sign. @return Indicates the Natural Sign of the Account as a Debit or Credit */ - public String getAccountSign () + public String getAccountSign() { return (String)get_Value(COLUMNNAME_AccountSign); } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -134,18 +132,19 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Rule. - @param AD_Rule_ID Rule */ + @param AD_Rule_ID Rule + */ public void setAD_Rule_ID (int AD_Rule_ID) { - if (AD_Rule_ID < 1) + if (AD_Rule_ID < 1) set_Value (COLUMNNAME_AD_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Rule_ID, Integer.valueOf(AD_Rule_ID)); } /** Get Rule. @return Rule */ - public int getAD_Rule_ID () + public int getAD_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Rule_ID); if (ii == null) @@ -154,9 +153,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Amount. - @param Amount - Amount in a defined currency - */ + @param Amount Amount in a defined currency + */ public void setAmount (BigDecimal Amount) { set_Value (COLUMNNAME_Amount, Amount); @@ -165,7 +163,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Get Amount. @return Amount in a defined currency */ - public BigDecimal getAmount () + public BigDecimal getAmount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amount); if (bd == null) @@ -180,21 +178,20 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -208,22 +205,21 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -238,21 +234,20 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Partner Bank Account. - @param C_BP_BankAccount_ID - Bank Account of the Business Partner - */ + @param C_BP_BankAccount_ID Bank Account of the Business Partner + */ public void setC_BP_BankAccount_ID (int C_BP_BankAccount_ID) { - if (C_BP_BankAccount_ID < 1) + if (C_BP_BankAccount_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_BankAccount_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_BankAccount_ID, Integer.valueOf(C_BP_BankAccount_ID)); } /** Get Partner Bank Account. @return Bank Account of the Business Partner */ - public int getC_BP_BankAccount_ID () + public int getC_BP_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_BankAccount_ID); if (ii == null) @@ -267,21 +262,20 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ + @param C_BP_Group_ID Business Partner Group + */ public void setC_BP_Group_ID (int C_BP_Group_ID) { - if (C_BP_Group_ID < 1) + if (C_BP_Group_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_Group_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); } /** Get Business Partner Group. @return Business Partner Group */ - public int getC_BP_Group_ID () + public int getC_BP_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); if (ii == null) @@ -296,21 +290,20 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -329,7 +322,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Text = T */ public static final String COLUMNTYPE_Text = "T"; /** Set Column Type. - @param ColumnType Column Type */ + @param ColumnType Column Type + */ public void setColumnType (String ColumnType) { @@ -338,7 +332,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Get Column Type. @return Column Type */ - public String getColumnType () + public String getColumnType() { return (String)get_Value(COLUMNNAME_ColumnType); } @@ -350,21 +344,20 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -379,21 +372,20 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Project Phase. - @param C_ProjectPhase_ID - Phase of a Project - */ + @param C_ProjectPhase_ID Phase of a Project + */ public void setC_ProjectPhase_ID (int C_ProjectPhase_ID) { - if (C_ProjectPhase_ID < 1) + if (C_ProjectPhase_ID < 1) set_Value (COLUMNNAME_C_ProjectPhase_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID)); } /** Get Project Phase. @return Phase of a Project */ - public int getC_ProjectPhase_ID () + public int getC_ProjectPhase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID); if (ii == null) @@ -408,21 +400,20 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Project Task. - @param C_ProjectTask_ID - Actual Project Task in a Phase - */ + @param C_ProjectTask_ID Actual Project Task in a Phase + */ public void setC_ProjectTask_ID (int C_ProjectTask_ID) { - if (C_ProjectTask_ID < 1) + if (C_ProjectTask_ID < 1) set_Value (COLUMNNAME_C_ProjectTask_ID, null); - else + else set_Value (COLUMNNAME_C_ProjectTask_ID, Integer.valueOf(C_ProjectTask_ID)); } /** Get Project Task. @return Actual Project Task in a Phase */ - public int getC_ProjectTask_ID () + public int getC_ProjectTask_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectTask_ID); if (ii == null) @@ -431,9 +422,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -442,7 +432,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -454,18 +444,19 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Payroll Concept Category. - @param HR_Concept_Category_ID Payroll Concept Category */ + @param HR_Concept_Category_ID Payroll Concept Category + */ public void setHR_Concept_Category_ID (int HR_Concept_Category_ID) { - if (HR_Concept_Category_ID < 1) + if (HR_Concept_Category_ID < 1) set_Value (COLUMNNAME_HR_Concept_Category_ID, null); - else + else set_Value (COLUMNNAME_HR_Concept_Category_ID, Integer.valueOf(HR_Concept_Category_ID)); } /** Get Payroll Concept Category. @return Payroll Concept Category */ - public int getHR_Concept_Category_ID () + public int getHR_Concept_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_Category_ID); if (ii == null) @@ -480,18 +471,19 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Payroll Concept. - @param HR_Concept_ID Payroll Concept */ + @param HR_Concept_ID Payroll Concept + */ public void setHR_Concept_ID (int HR_Concept_ID) { - if (HR_Concept_ID < 1) + if (HR_Concept_ID < 1) set_Value (COLUMNNAME_HR_Concept_ID, null); - else + else set_Value (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID)); } /** Get Payroll Concept. @return Payroll Concept */ - public int getHR_Concept_ID () + public int getHR_Concept_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_ID); if (ii == null) @@ -506,18 +498,19 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Payroll Department. - @param HR_Department_ID Payroll Department */ + @param HR_Department_ID Payroll Department + */ public void setHR_Department_ID (int HR_Department_ID) { - if (HR_Department_ID < 1) + if (HR_Department_ID < 1) set_Value (COLUMNNAME_HR_Department_ID, null); - else + else set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } /** Get Payroll Department. @return Payroll Department */ - public int getHR_Department_ID () + public int getHR_Department_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); if (ii == null) @@ -532,18 +525,19 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Payroll Job. - @param HR_Job_ID Payroll Job */ + @param HR_Job_ID Payroll Job + */ public void setHR_Job_ID (int HR_Job_ID) { - if (HR_Job_ID < 1) + if (HR_Job_ID < 1) set_Value (COLUMNNAME_HR_Job_ID, null); - else + else set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID)); } /** Get Payroll Job. @return Payroll Job */ - public int getHR_Job_ID () + public int getHR_Job_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Job_ID); if (ii == null) @@ -552,18 +546,19 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Payroll Movement. - @param HR_Movement_ID Payroll Movement */ + @param HR_Movement_ID Payroll Movement + */ public void setHR_Movement_ID (int HR_Movement_ID) { - if (HR_Movement_ID < 1) + if (HR_Movement_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Movement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Movement_ID, Integer.valueOf(HR_Movement_ID)); } /** Get Payroll Movement. @return Payroll Movement */ - public int getHR_Movement_ID () + public int getHR_Movement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Movement_ID); if (ii == null) @@ -572,7 +567,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set HR_Movement_UU. - @param HR_Movement_UU HR_Movement_UU */ + @param HR_Movement_UU HR_Movement_UU + */ public void setHR_Movement_UU (String HR_Movement_UU) { set_Value (COLUMNNAME_HR_Movement_UU, HR_Movement_UU); @@ -580,7 +576,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Get HR_Movement_UU. @return HR_Movement_UU */ - public String getHR_Movement_UU () + public String getHR_Movement_UU() { return (String)get_Value(COLUMNNAME_HR_Movement_UU); } @@ -592,18 +588,19 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Payroll Process. - @param HR_Process_ID Payroll Process */ + @param HR_Process_ID Payroll Process + */ public void setHR_Process_ID (int HR_Process_ID) { - if (HR_Process_ID < 1) + if (HR_Process_ID < 1) set_Value (COLUMNNAME_HR_Process_ID, null); - else + else set_Value (COLUMNNAME_HR_Process_ID, Integer.valueOf(HR_Process_ID)); } /** Get Payroll Process. @return Payroll Process */ - public int getHR_Process_ID () + public int getHR_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Process_ID); if (ii == null) @@ -620,9 +617,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -631,7 +627,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -644,9 +640,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Registered. - @param IsRegistered - The application is registered. - */ + @param IsRegistered The application is registered. + */ public void setIsRegistered (boolean IsRegistered) { set_Value (COLUMNNAME_IsRegistered, Boolean.valueOf(IsRegistered)); @@ -655,7 +650,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Get Registered. @return The application is registered. */ - public boolean isRegistered () + public boolean isRegistered() { Object oo = get_Value(COLUMNNAME_IsRegistered); if (oo != null) @@ -674,18 +669,19 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Manufacturing Cost Collector. - @param PP_Cost_Collector_ID Manufacturing Cost Collector */ + @param PP_Cost_Collector_ID Manufacturing Cost Collector + */ public void setPP_Cost_Collector_ID (int PP_Cost_Collector_ID) { - if (PP_Cost_Collector_ID < 1) + if (PP_Cost_Collector_ID < 1) set_Value (COLUMNNAME_PP_Cost_Collector_ID, null); - else + else set_Value (COLUMNNAME_PP_Cost_Collector_ID, Integer.valueOf(PP_Cost_Collector_ID)); } /** Get Manufacturing Cost Collector. @return Manufacturing Cost Collector */ - public int getPP_Cost_Collector_ID () + public int getPP_Cost_Collector_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Cost_Collector_ID); if (ii == null) @@ -694,9 +690,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -705,7 +700,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -718,9 +713,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -729,7 +723,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -738,9 +732,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Service date. - @param ServiceDate - Date service was provided - */ + @param ServiceDate Date service was provided + */ public void setServiceDate (Timestamp ServiceDate) { set_Value (COLUMNNAME_ServiceDate, ServiceDate); @@ -749,15 +742,14 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Get Service date. @return Date service was provided */ - public Timestamp getServiceDate () + public Timestamp getServiceDate() { return (Timestamp)get_Value(COLUMNNAME_ServiceDate); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -766,7 +758,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } @@ -778,21 +770,20 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -807,21 +798,20 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) @@ -830,9 +820,8 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -841,15 +830,14 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -858,7 +846,7 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Payroll.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Payroll.java index 3d16be20d5..60b198f247 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Payroll.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Payroll.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Payroll * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_Payroll") public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent { @@ -32,7 +32,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_Payroll (Properties ctx, int HR_Payroll_ID, String trxName) @@ -82,21 +82,20 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent } /** Set Print Format. - @param AD_PrintFormat_ID - Data Print Format - */ + @param AD_PrintFormat_ID Data Print Format + */ public void setAD_PrintFormat_ID (int AD_PrintFormat_ID) { - if (AD_PrintFormat_ID < 1) + if (AD_PrintFormat_ID < 1) set_Value (COLUMNNAME_AD_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFormat_ID, Integer.valueOf(AD_PrintFormat_ID)); } /** Get Print Format. @return Data Print Format */ - public int getAD_PrintFormat_ID () + public int getAD_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormat_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -134,9 +132,8 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -145,7 +142,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -157,18 +154,19 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent } /** Set Payroll Contract. - @param HR_Contract_ID Payroll Contract */ + @param HR_Contract_ID Payroll Contract + */ public void setHR_Contract_ID (int HR_Contract_ID) { - if (HR_Contract_ID < 1) + if (HR_Contract_ID < 1) set_Value (COLUMNNAME_HR_Contract_ID, null); - else + else set_Value (COLUMNNAME_HR_Contract_ID, Integer.valueOf(HR_Contract_ID)); } /** Get Payroll Contract. @return Payroll Contract */ - public int getHR_Contract_ID () + public int getHR_Contract_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Contract_ID); if (ii == null) @@ -177,18 +175,19 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent } /** Set Payroll. - @param HR_Payroll_ID Payroll */ + @param HR_Payroll_ID Payroll + */ public void setHR_Payroll_ID (int HR_Payroll_ID) { - if (HR_Payroll_ID < 1) + if (HR_Payroll_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, Integer.valueOf(HR_Payroll_ID)); } /** Get Payroll. @return Payroll */ - public int getHR_Payroll_ID () + public int getHR_Payroll_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Payroll_ID); if (ii == null) @@ -197,7 +196,8 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent } /** Set HR_Payroll_UU. - @param HR_Payroll_UU HR_Payroll_UU */ + @param HR_Payroll_UU HR_Payroll_UU + */ public void setHR_Payroll_UU (String HR_Payroll_UU) { set_Value (COLUMNNAME_HR_Payroll_UU, HR_Payroll_UU); @@ -205,15 +205,14 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent /** Get HR_Payroll_UU. @return HR_Payroll_UU */ - public String getHR_Payroll_UU () + public String getHR_Payroll_UU() { return (String)get_Value(COLUMNNAME_HR_Payroll_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -222,7 +221,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -250,9 +249,8 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent /** Cash = X */ public static final String PAYMENTRULE_Cash = "X"; /** Set Payment Rule. - @param PaymentRule - How you pay the invoice - */ + @param PaymentRule How you pay the invoice + */ public void setPaymentRule (String PaymentRule) { @@ -262,15 +260,14 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent /** Get Payment Rule. @return How you pay the invoice */ - public String getPaymentRule () + public String getPaymentRule() { return (String)get_Value(COLUMNNAME_PaymentRule); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -279,7 +276,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -292,7 +289,8 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -300,7 +298,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -313,9 +311,8 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -324,7 +321,7 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_PayrollConcept.java b/org.adempiere.base/src/org/eevolution/model/X_HR_PayrollConcept.java index 2a0d006bf4..f966a93c33 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_PayrollConcept.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_PayrollConcept.java @@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_PayrollConcept * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_PayrollConcept") public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Persistent { @@ -32,7 +32,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_PayrollConcept (Properties ctx, int HR_PayrollConcept_ID, String trxName) @@ -83,18 +83,19 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe } /** Set Rule. - @param AD_Rule_ID Rule */ + @param AD_Rule_ID Rule + */ public void setAD_Rule_ID (int AD_Rule_ID) { - if (AD_Rule_ID < 1) + if (AD_Rule_ID < 1) set_Value (COLUMNNAME_AD_Rule_ID, null); - else + else set_Value (COLUMNNAME_AD_Rule_ID, Integer.valueOf(AD_Rule_ID)); } /** Get Rule. @return Rule */ - public int getAD_Rule_ID () + public int getAD_Rule_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Rule_ID); if (ii == null) @@ -109,18 +110,19 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe } /** Set Payroll Concept. - @param HR_Concept_ID Payroll Concept */ + @param HR_Concept_ID Payroll Concept + */ public void setHR_Concept_ID (int HR_Concept_ID) { - if (HR_Concept_ID < 1) + if (HR_Concept_ID < 1) set_Value (COLUMNNAME_HR_Concept_ID, null); - else + else set_Value (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID)); } /** Get Payroll Concept. @return Payroll Concept */ - public int getHR_Concept_ID () + public int getHR_Concept_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_ID); if (ii == null) @@ -129,18 +131,19 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe } /** Set Payroll Concept. - @param HR_PayrollConcept_ID Payroll Concept */ + @param HR_PayrollConcept_ID Payroll Concept + */ public void setHR_PayrollConcept_ID (int HR_PayrollConcept_ID) { - if (HR_PayrollConcept_ID < 1) + if (HR_PayrollConcept_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_PayrollConcept_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_PayrollConcept_ID, Integer.valueOf(HR_PayrollConcept_ID)); } /** Get Payroll Concept. @return Payroll Concept */ - public int getHR_PayrollConcept_ID () + public int getHR_PayrollConcept_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_PayrollConcept_ID); if (ii == null) @@ -149,7 +152,8 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe } /** Set HR_PayrollConcept_UU. - @param HR_PayrollConcept_UU HR_PayrollConcept_UU */ + @param HR_PayrollConcept_UU HR_PayrollConcept_UU + */ public void setHR_PayrollConcept_UU (String HR_PayrollConcept_UU) { set_Value (COLUMNNAME_HR_PayrollConcept_UU, HR_PayrollConcept_UU); @@ -157,7 +161,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe /** Get HR_PayrollConcept_UU. @return HR_PayrollConcept_UU */ - public String getHR_PayrollConcept_UU () + public String getHR_PayrollConcept_UU() { return (String)get_Value(COLUMNNAME_HR_PayrollConcept_UU); } @@ -169,18 +173,19 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe } /** Set Payroll. - @param HR_Payroll_ID Payroll */ + @param HR_Payroll_ID Payroll + */ public void setHR_Payroll_ID (int HR_Payroll_ID) { - if (HR_Payroll_ID < 1) + if (HR_Payroll_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, Integer.valueOf(HR_Payroll_ID)); } /** Get Payroll. @return Payroll */ - public int getHR_Payroll_ID () + public int getHR_Payroll_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Payroll_ID); if (ii == null) @@ -189,9 +194,8 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe } /** Set Displayed. - @param IsDisplayed - Determines, if this field is displayed - */ + @param IsDisplayed Determines, if this field is displayed + */ public void setIsDisplayed (boolean IsDisplayed) { set_Value (COLUMNNAME_IsDisplayed, Boolean.valueOf(IsDisplayed)); @@ -200,7 +204,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe /** Get Displayed. @return Determines, if this field is displayed */ - public boolean isDisplayed () + public boolean isDisplayed() { Object oo = get_Value(COLUMNNAME_IsDisplayed); if (oo != null) @@ -213,9 +217,8 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe } /** Set Included. - @param IsInclude - Defines whether this content / template is included into another one - */ + @param IsInclude Defines whether this content / template is included into another one + */ public void setIsInclude (boolean IsInclude) { set_Value (COLUMNNAME_IsInclude, Boolean.valueOf(IsInclude)); @@ -224,7 +227,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe /** Get Included. @return Defines whether this content / template is included into another one */ - public boolean isInclude () + public boolean isInclude() { Object oo = get_Value(COLUMNNAME_IsInclude); if (oo != null) @@ -237,9 +240,8 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -248,7 +250,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -261,9 +263,8 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -272,7 +273,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -286,9 +287,8 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -297,7 +297,7 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Period.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Period.java index edb5fbd899..55b9812a81 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Period.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Period.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Period * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_Period") public class X_HR_Period extends PO implements I_HR_Period, I_Persistent { @@ -33,7 +33,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_Period (Properties ctx, int HR_Period_ID, String trxName) @@ -87,21 +87,20 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent } /** Set Period. - @param C_Period_ID - Period of the Calendar - */ + @param C_Period_ID Period of the Calendar + */ public void setC_Period_ID (int C_Period_ID) { - if (C_Period_ID < 1) + if (C_Period_ID < 1) set_Value (COLUMNNAME_C_Period_ID, null); - else + else set_Value (COLUMNNAME_C_Period_ID, Integer.valueOf(C_Period_ID)); } /** Get Period. @return Period of the Calendar */ - public int getC_Period_ID () + public int getC_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Period_ID); if (ii == null) @@ -116,21 +115,20 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent } /** Set Year. - @param C_Year_ID - Calendar Year - */ + @param C_Year_ID Calendar Year + */ public void setC_Year_ID (int C_Year_ID) { - if (C_Year_ID < 1) + if (C_Year_ID < 1) set_Value (COLUMNNAME_C_Year_ID, null); - else + else set_Value (COLUMNNAME_C_Year_ID, Integer.valueOf(C_Year_ID)); } /** Get Year. @return Calendar Year */ - public int getC_Year_ID () + public int getC_Year_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Year_ID); if (ii == null) @@ -139,9 +137,8 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -150,15 +147,14 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -167,15 +163,14 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set End Date. - @param EndDate - Last effective date (inclusive) - */ + @param EndDate Last effective date (inclusive) + */ public void setEndDate (Timestamp EndDate) { set_Value (COLUMNNAME_EndDate, EndDate); @@ -184,7 +179,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent /** Get End Date. @return Last effective date (inclusive) */ - public Timestamp getEndDate () + public Timestamp getEndDate() { return (Timestamp)get_Value(COLUMNNAME_EndDate); } @@ -196,18 +191,19 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent } /** Set Payroll. - @param HR_Payroll_ID Payroll */ + @param HR_Payroll_ID Payroll + */ public void setHR_Payroll_ID (int HR_Payroll_ID) { - if (HR_Payroll_ID < 1) + if (HR_Payroll_ID < 1) set_Value (COLUMNNAME_HR_Payroll_ID, null); - else + else set_Value (COLUMNNAME_HR_Payroll_ID, Integer.valueOf(HR_Payroll_ID)); } /** Get Payroll. @return Payroll */ - public int getHR_Payroll_ID () + public int getHR_Payroll_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Payroll_ID); if (ii == null) @@ -216,18 +212,19 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent } /** Set Payroll Period. - @param HR_Period_ID Payroll Period */ + @param HR_Period_ID Payroll Period + */ public void setHR_Period_ID (int HR_Period_ID) { - if (HR_Period_ID < 1) + if (HR_Period_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Period_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Period_ID, Integer.valueOf(HR_Period_ID)); } /** Get Payroll Period. @return Payroll Period */ - public int getHR_Period_ID () + public int getHR_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Period_ID); if (ii == null) @@ -236,7 +233,8 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent } /** Set HR_Period_UU. - @param HR_Period_UU HR_Period_UU */ + @param HR_Period_UU HR_Period_UU + */ public void setHR_Period_UU (String HR_Period_UU) { set_Value (COLUMNNAME_HR_Period_UU, HR_Period_UU); @@ -244,7 +242,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent /** Get HR_Period_UU. @return HR_Period_UU */ - public String getHR_Period_UU () + public String getHR_Period_UU() { return (String)get_Value(COLUMNNAME_HR_Period_UU); } @@ -256,18 +254,19 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent } /** Set Payroll Year. - @param HR_Year_ID Payroll Year */ + @param HR_Year_ID Payroll Year + */ public void setHR_Year_ID (int HR_Year_ID) { - if (HR_Year_ID < 1) + if (HR_Year_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Year_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Year_ID, Integer.valueOf(HR_Year_ID)); } /** Get Payroll Year. @return Payroll Year */ - public int getHR_Year_ID () + public int getHR_Year_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Year_ID); if (ii == null) @@ -276,9 +275,8 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -287,7 +285,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -301,9 +299,8 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent } /** Set Period Action. - @param PeriodAction - Action taken for this period - */ + @param PeriodAction Action taken for this period + */ public void setPeriodAction (String PeriodAction) { set_Value (COLUMNNAME_PeriodAction, PeriodAction); @@ -312,15 +309,14 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent /** Get Period Action. @return Action taken for this period */ - public String getPeriodAction () + public String getPeriodAction() { return (String)get_Value(COLUMNNAME_PeriodAction); } /** Set Period No. - @param PeriodNo - Unique Period Number - */ + @param PeriodNo Unique Period Number + */ public void setPeriodNo (int PeriodNo) { set_Value (COLUMNNAME_PeriodNo, Integer.valueOf(PeriodNo)); @@ -329,7 +325,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent /** Get Period No. @return Unique Period Number */ - public int getPeriodNo () + public int getPeriodNo() { Integer ii = (Integer)get_Value(COLUMNNAME_PeriodNo); if (ii == null) @@ -338,9 +334,8 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent } /** Set Period Status. - @param PeriodStatus - Current state of this period - */ + @param PeriodStatus Current state of this period + */ public void setPeriodStatus (String PeriodStatus) { set_Value (COLUMNNAME_PeriodStatus, PeriodStatus); @@ -349,15 +344,14 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent /** Get Period Status. @return Current state of this period */ - public String getPeriodStatus () + public String getPeriodStatus() { return (String)get_Value(COLUMNNAME_PeriodStatus); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -366,7 +360,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -379,7 +373,8 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -387,7 +382,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -400,9 +395,8 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent } /** Set Start Date. - @param StartDate - First effective day (inclusive) - */ + @param StartDate First effective day (inclusive) + */ public void setStartDate (Timestamp StartDate) { set_Value (COLUMNNAME_StartDate, StartDate); @@ -411,7 +405,7 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent /** Get Start Date. @return First effective day (inclusive) */ - public Timestamp getStartDate () + public Timestamp getStartDate() { return (Timestamp)get_Value(COLUMNNAME_StartDate); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Process.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Process.java index c94cf4fafd..780e37c53c 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Process.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Process.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for HR_Process * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_Process") public class X_HR_Process extends PO implements I_HR_Process, I_Persistent { @@ -35,7 +35,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_Process (Properties ctx, int HR_Process_ID, String trxName) @@ -92,21 +92,20 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Print Format. - @param AD_PrintFormat_ID - Data Print Format - */ + @param AD_PrintFormat_ID Data Print Format + */ public void setAD_PrintFormat_ID (int AD_PrintFormat_ID) { - if (AD_PrintFormat_ID < 1) + if (AD_PrintFormat_ID < 1) set_Value (COLUMNNAME_AD_PrintFormat_ID, null); - else + else set_Value (COLUMNNAME_AD_PrintFormat_ID, Integer.valueOf(AD_PrintFormat_ID)); } /** Get Print Format. @return Data Print Format */ - public int getAD_PrintFormat_ID () + public int getAD_PrintFormat_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PrintFormat_ID); if (ii == null) @@ -121,21 +120,20 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_Value (COLUMNNAME_AD_Workflow_ID, null); - else + else set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -149,22 +147,21 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -179,21 +176,20 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Charge. - @param C_Charge_ID - Additional document charges - */ + @param C_Charge_ID Additional document charges + */ public void setC_Charge_ID (int C_Charge_ID) { - if (C_Charge_ID < 1) + if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); - else + else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ - public int getC_Charge_ID () + public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) @@ -208,21 +204,20 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_ValueNoCheck (COLUMNNAME_C_DocType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -237,21 +232,20 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Target Document Type. - @param C_DocTypeTarget_ID - Target document type for conversing documents - */ + @param C_DocTypeTarget_ID Target document type for conversing documents + */ public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID) { - if (C_DocTypeTarget_ID < 1) + if (C_DocTypeTarget_ID < 1) set_Value (COLUMNNAME_C_DocTypeTarget_ID, null); - else + else set_Value (COLUMNNAME_C_DocTypeTarget_ID, Integer.valueOf(C_DocTypeTarget_ID)); } /** Get Target Document Type. @return Target document type for conversing documents */ - public int getC_DocTypeTarget_ID () + public int getC_DocTypeTarget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeTarget_ID); if (ii == null) @@ -260,9 +254,8 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Column SQL. - @param ColumnSQL - Virtual Column (r/o) - */ + @param ColumnSQL Virtual Column (r/o) + */ public void setColumnSQL (String ColumnSQL) { set_Value (COLUMNNAME_ColumnSQL, ColumnSQL); @@ -271,7 +264,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** Get Column SQL. @return Virtual Column (r/o) */ - public String getColumnSQL () + public String getColumnSQL() { return (String)get_Value(COLUMNNAME_ColumnSQL); } @@ -283,21 +276,20 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Payment Selection. - @param C_PaySelection_ID - Payment Selection - */ + @param C_PaySelection_ID Payment Selection + */ public void setC_PaySelection_ID (int C_PaySelection_ID) { - if (C_PaySelection_ID < 1) + if (C_PaySelection_ID < 1) set_Value (COLUMNNAME_C_PaySelection_ID, null); - else + else set_Value (COLUMNNAME_C_PaySelection_ID, Integer.valueOf(C_PaySelection_ID)); } /** Get Payment Selection. @return Payment Selection */ - public int getC_PaySelection_ID () + public int getC_PaySelection_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaySelection_ID); if (ii == null) @@ -306,9 +298,8 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_ValueNoCheck (COLUMNNAME_DateAcct, DateAcct); @@ -317,14 +308,14 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -353,9 +344,8 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -365,7 +355,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -397,9 +387,8 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -409,15 +398,14 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_ValueNoCheck (COLUMNNAME_DocumentNo, DocumentNo); @@ -426,7 +414,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -438,18 +426,19 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Payroll Department. - @param HR_Department_ID Payroll Department */ + @param HR_Department_ID Payroll Department + */ public void setHR_Department_ID (int HR_Department_ID) { - if (HR_Department_ID < 1) + if (HR_Department_ID < 1) set_Value (COLUMNNAME_HR_Department_ID, null); - else + else set_Value (COLUMNNAME_HR_Department_ID, Integer.valueOf(HR_Department_ID)); } /** Get Payroll Department. @return Payroll Department */ - public int getHR_Department_ID () + public int getHR_Department_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Department_ID); if (ii == null) @@ -464,18 +453,19 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Payroll Employee. - @param HR_Employee_ID Payroll Employee */ + @param HR_Employee_ID Payroll Employee + */ public void setHR_Employee_ID (int HR_Employee_ID) { - if (HR_Employee_ID < 1) + if (HR_Employee_ID < 1) set_Value (COLUMNNAME_HR_Employee_ID, null); - else + else set_Value (COLUMNNAME_HR_Employee_ID, Integer.valueOf(HR_Employee_ID)); } /** Get Payroll Employee. @return Payroll Employee */ - public int getHR_Employee_ID () + public int getHR_Employee_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Employee_ID); if (ii == null) @@ -490,18 +480,19 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Payroll Job. - @param HR_Job_ID Payroll Job */ + @param HR_Job_ID Payroll Job + */ public void setHR_Job_ID (int HR_Job_ID) { - if (HR_Job_ID < 1) + if (HR_Job_ID < 1) set_Value (COLUMNNAME_HR_Job_ID, null); - else + else set_Value (COLUMNNAME_HR_Job_ID, Integer.valueOf(HR_Job_ID)); } /** Get Payroll Job. @return Payroll Job */ - public int getHR_Job_ID () + public int getHR_Job_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Job_ID); if (ii == null) @@ -516,18 +507,19 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Payroll. - @param HR_Payroll_ID Payroll */ + @param HR_Payroll_ID Payroll + */ public void setHR_Payroll_ID (int HR_Payroll_ID) { - if (HR_Payroll_ID < 1) + if (HR_Payroll_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, Integer.valueOf(HR_Payroll_ID)); } /** Get Payroll. @return Payroll */ - public int getHR_Payroll_ID () + public int getHR_Payroll_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Payroll_ID); if (ii == null) @@ -542,18 +534,19 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Payroll Period. - @param HR_Period_ID Payroll Period */ + @param HR_Period_ID Payroll Period + */ public void setHR_Period_ID (int HR_Period_ID) { - if (HR_Period_ID < 1) + if (HR_Period_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Period_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Period_ID, Integer.valueOf(HR_Period_ID)); } /** Get Payroll Period. @return Payroll Period */ - public int getHR_Period_ID () + public int getHR_Period_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Period_ID); if (ii == null) @@ -562,18 +555,19 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Payroll Process. - @param HR_Process_ID Payroll Process */ + @param HR_Process_ID Payroll Process + */ public void setHR_Process_ID (int HR_Process_ID) { - if (HR_Process_ID < 1) + if (HR_Process_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Process_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Process_ID, Integer.valueOf(HR_Process_ID)); } /** Get Payroll Process. @return Payroll Process */ - public int getHR_Process_ID () + public int getHR_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Process_ID); if (ii == null) @@ -582,7 +576,8 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set HR_Process_UU. - @param HR_Process_UU HR_Process_UU */ + @param HR_Process_UU HR_Process_UU + */ public void setHR_Process_UU (String HR_Process_UU) { set_Value (COLUMNNAME_HR_Process_UU, HR_Process_UU); @@ -590,15 +585,14 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** Get HR_Process_UU. @return HR_Process_UU */ - public String getHR_Process_UU () + public String getHR_Process_UU() { return (String)get_Value(COLUMNNAME_HR_Process_UU); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -607,7 +601,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -621,9 +615,8 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -632,7 +625,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -645,9 +638,8 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -656,7 +648,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -669,9 +661,8 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -680,7 +671,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -689,7 +680,8 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -697,7 +689,7 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -716,21 +708,20 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_Value (COLUMNNAME_Reversal_ID, null); - else + else set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Year.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Year.java index b1bf9cab3b..f8c7fd2b39 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Year.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Year.java @@ -24,7 +24,7 @@ import org.compiere.model.*; /** Generated Model for HR_Year * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="HR_Year") public class X_HR_Year extends PO implements I_HR_Year, I_Persistent { @@ -32,7 +32,7 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_HR_Year (Properties ctx, int HR_Year_ID, String trxName) @@ -84,21 +84,20 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent } /** Set Year. - @param C_Year_ID - Calendar Year - */ + @param C_Year_ID Calendar Year + */ public void setC_Year_ID (int C_Year_ID) { - if (C_Year_ID < 1) + if (C_Year_ID < 1) set_Value (COLUMNNAME_C_Year_ID, null); - else + else set_Value (COLUMNNAME_C_Year_ID, Integer.valueOf(C_Year_ID)); } /** Get Year. @return Calendar Year */ - public int getC_Year_ID () + public int getC_Year_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Year_ID); if (ii == null) @@ -113,18 +112,19 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent } /** Set Payroll. - @param HR_Payroll_ID Payroll */ + @param HR_Payroll_ID Payroll + */ public void setHR_Payroll_ID (int HR_Payroll_ID) { - if (HR_Payroll_ID < 1) + if (HR_Payroll_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Payroll_ID, Integer.valueOf(HR_Payroll_ID)); } /** Get Payroll. @return Payroll */ - public int getHR_Payroll_ID () + public int getHR_Payroll_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Payroll_ID); if (ii == null) @@ -133,18 +133,19 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent } /** Set Payroll Year. - @param HR_Year_ID Payroll Year */ + @param HR_Year_ID Payroll Year + */ public void setHR_Year_ID (int HR_Year_ID) { - if (HR_Year_ID < 1) + if (HR_Year_ID < 1) set_ValueNoCheck (COLUMNNAME_HR_Year_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_HR_Year_ID, Integer.valueOf(HR_Year_ID)); } /** Get Payroll Year. @return Payroll Year */ - public int getHR_Year_ID () + public int getHR_Year_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Year_ID); if (ii == null) @@ -153,7 +154,8 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent } /** Set HR_Year_UU. - @param HR_Year_UU HR_Year_UU */ + @param HR_Year_UU HR_Year_UU + */ public void setHR_Year_UU (String HR_Year_UU) { set_Value (COLUMNNAME_HR_Year_UU, HR_Year_UU); @@ -161,15 +163,14 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent /** Get HR_Year_UU. @return HR_Year_UU */ - public String getHR_Year_UU () + public String getHR_Year_UU() { return (String)get_Value(COLUMNNAME_HR_Year_UU); } /** Set Net Days. - @param NetDays - Net Days in which payment is due - */ + @param NetDays Net Days in which payment is due + */ public void setNetDays (int NetDays) { set_Value (COLUMNNAME_NetDays, Integer.valueOf(NetDays)); @@ -178,7 +179,7 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent /** Get Net Days. @return Net Days in which payment is due */ - public int getNetDays () + public int getNetDays() { Integer ii = (Integer)get_Value(COLUMNNAME_NetDays); if (ii == null) @@ -187,9 +188,8 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -198,7 +198,7 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -211,7 +211,8 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -219,7 +220,7 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -232,9 +233,8 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (int Qty) { set_Value (COLUMNNAME_Qty, Integer.valueOf(Qty)); @@ -243,7 +243,7 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent /** Get Quantity. @return Quantity */ - public int getQty () + public int getQty() { Integer ii = (Integer)get_Value(COLUMNNAME_Qty); if (ii == null) @@ -252,9 +252,8 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent } /** Set Start Date. - @param StartDate - First effective day (inclusive) - */ + @param StartDate First effective day (inclusive) + */ public void setStartDate (Timestamp StartDate) { set_Value (COLUMNNAME_StartDate, StartDate); @@ -263,7 +262,7 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent /** Get Start Date. @return First effective day (inclusive) */ - public Timestamp getStartDate () + public Timestamp getStartDate() { return (Timestamp)get_Value(COLUMNNAME_StartDate); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_I_HR_Movement.java b/org.adempiere.base/src/org/eevolution/model/X_I_HR_Movement.java index f3913b8022..1ccf14c641 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_I_HR_Movement.java +++ b/org.adempiere.base/src/org/eevolution/model/X_I_HR_Movement.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for I_HR_Movement * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_HR_Movement") public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent { @@ -35,7 +35,7 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_HR_Movement (Properties ctx, int I_HR_Movement_ID, String trxName) @@ -78,9 +78,8 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent } /** Set Amount. - @param Amount - Amount in a defined currency - */ + @param Amount Amount in a defined currency + */ public void setAmount (BigDecimal Amount) { set_Value (COLUMNNAME_Amount, Amount); @@ -89,7 +88,7 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get Amount. @return Amount in a defined currency */ - public BigDecimal getAmount () + public BigDecimal getAmount() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Amount); if (bd == null) @@ -98,9 +97,8 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent } /** Set Business Partner Key. - @param BPartner_Value - The Key of the Business Partner - */ + @param BPartner_Value The Key of the Business Partner + */ public void setBPartner_Value (String BPartner_Value) { set_Value (COLUMNNAME_BPartner_Value, BPartner_Value); @@ -109,7 +107,7 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get Business Partner Key. @return The Key of the Business Partner */ - public String getBPartner_Value () + public String getBPartner_Value() { return (String)get_Value(COLUMNNAME_BPartner_Value); } @@ -120,22 +118,21 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -144,9 +141,8 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent } /** Set Concept Value. - @param ConceptValue - Value of the Concept - */ + @param ConceptValue Value of the Concept + */ public void setConceptValue (String ConceptValue) { set_Value (COLUMNNAME_ConceptValue, ConceptValue); @@ -155,15 +151,14 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get Concept Value. @return Value of the Concept */ - public String getConceptValue () + public String getConceptValue() { return (String)get_Value(COLUMNNAME_ConceptValue); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -172,7 +167,7 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -184,18 +179,19 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent } /** Set Payroll Concept. - @param HR_Concept_ID Payroll Concept */ + @param HR_Concept_ID Payroll Concept + */ public void setHR_Concept_ID (int HR_Concept_ID) { - if (HR_Concept_ID < 1) + if (HR_Concept_ID < 1) set_Value (COLUMNNAME_HR_Concept_ID, null); - else + else set_Value (COLUMNNAME_HR_Concept_ID, Integer.valueOf(HR_Concept_ID)); } /** Get Payroll Concept. @return Payroll Concept */ - public int getHR_Concept_ID () + public int getHR_Concept_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Concept_ID); if (ii == null) @@ -210,18 +206,19 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent } /** Set Payroll Movement. - @param HR_Movement_ID Payroll Movement */ + @param HR_Movement_ID Payroll Movement + */ public void setHR_Movement_ID (int HR_Movement_ID) { - if (HR_Movement_ID < 1) + if (HR_Movement_ID < 1) set_Value (COLUMNNAME_HR_Movement_ID, null); - else + else set_Value (COLUMNNAME_HR_Movement_ID, Integer.valueOf(HR_Movement_ID)); } /** Get Payroll Movement. @return Payroll Movement */ - public int getHR_Movement_ID () + public int getHR_Movement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Movement_ID); if (ii == null) @@ -236,18 +233,19 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent } /** Set Payroll Process. - @param HR_Process_ID Payroll Process */ + @param HR_Process_ID Payroll Process + */ public void setHR_Process_ID (int HR_Process_ID) { - if (HR_Process_ID < 1) + if (HR_Process_ID < 1) set_Value (COLUMNNAME_HR_Process_ID, null); - else + else set_Value (COLUMNNAME_HR_Process_ID, Integer.valueOf(HR_Process_ID)); } /** Get Payroll Process. @return Payroll Process */ - public int getHR_Process_ID () + public int getHR_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_HR_Process_ID); if (ii == null) @@ -264,9 +262,8 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -275,24 +272,25 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Payroll Movement Import. - @param I_HR_Movement_ID Payroll Movement Import */ + @param I_HR_Movement_ID Payroll Movement Import + */ public void setI_HR_Movement_ID (int I_HR_Movement_ID) { - if (I_HR_Movement_ID < 1) + if (I_HR_Movement_ID < 1) set_ValueNoCheck (COLUMNNAME_I_HR_Movement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_HR_Movement_ID, Integer.valueOf(I_HR_Movement_ID)); } /** Get Payroll Movement Import. @return Payroll Movement Import */ - public int getI_HR_Movement_ID () + public int getI_HR_Movement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_HR_Movement_ID); if (ii == null) @@ -301,7 +299,8 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent } /** Set I_HR_Movement_UU. - @param I_HR_Movement_UU I_HR_Movement_UU */ + @param I_HR_Movement_UU I_HR_Movement_UU + */ public void setI_HR_Movement_UU (String I_HR_Movement_UU) { set_Value (COLUMNNAME_I_HR_Movement_UU, I_HR_Movement_UU); @@ -309,15 +308,14 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get I_HR_Movement_UU. @return I_HR_Movement_UU */ - public String getI_HR_Movement_UU () + public String getI_HR_Movement_UU() { return (String)get_Value(COLUMNNAME_I_HR_Movement_UU); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (String I_IsImported) { set_Value (COLUMNNAME_I_IsImported, I_IsImported); @@ -326,15 +324,14 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get Imported. @return Has this import been processed */ - public String getI_IsImported () + public String getI_IsImported() { return (String)get_Value(COLUMNNAME_I_IsImported); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -343,7 +340,7 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -356,7 +353,8 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -364,7 +362,7 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -377,9 +375,8 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent } /** Set Process Name. - @param ProcessName - Name of the Process - */ + @param ProcessName Name of the Process + */ public void setProcessName (String ProcessName) { set_Value (COLUMNNAME_ProcessName, ProcessName); @@ -388,15 +385,14 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get Process Name. @return Name of the Process */ - public String getProcessName () + public String getProcessName() { return (String)get_Value(COLUMNNAME_ProcessName); } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -405,7 +401,7 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -414,9 +410,8 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent } /** Set Service date. - @param ServiceDate - Date service was provided - */ + @param ServiceDate Date service was provided + */ public void setServiceDate (Timestamp ServiceDate) { set_Value (COLUMNNAME_ServiceDate, ServiceDate); @@ -425,15 +420,14 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get Service date. @return Date service was provided */ - public Timestamp getServiceDate () + public Timestamp getServiceDate() { return (Timestamp)get_Value(COLUMNNAME_ServiceDate); } /** Set Text Message. - @param TextMsg - Text Message - */ + @param TextMsg Text Message + */ public void setTextMsg (String TextMsg) { set_Value (COLUMNNAME_TextMsg, TextMsg); @@ -442,15 +436,14 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get Text Message. @return Text Message */ - public String getTextMsg () + public String getTextMsg() { return (String)get_Value(COLUMNNAME_TextMsg); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -459,7 +452,7 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_I_Movement.java b/org.adempiere.base/src/org/eevolution/model/X_I_Movement.java index 13025dae9b..e50808c5b0 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_I_Movement.java +++ b/org.adempiere.base/src/org/eevolution/model/X_I_Movement.java @@ -26,7 +26,7 @@ import org.compiere.util.Env; /** Generated Model for I_Movement * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_Movement") public class X_I_Movement extends PO implements I_I_Movement, I_Persistent { @@ -34,7 +34,7 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_Movement (Properties ctx, int I_Movement_ID, String trxName) @@ -80,21 +80,20 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -109,21 +108,20 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -132,9 +130,8 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Business Partner Key. - @param BPartnerValue - Key of the Business Partner - */ + @param BPartnerValue Key of the Business Partner + */ public void setBPartnerValue (String BPartnerValue) { set_Value (COLUMNNAME_BPartnerValue, BPartnerValue); @@ -143,15 +140,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Business Partner Key. @return Key of the Business Partner */ - public String getBPartnerValue () + public String getBPartnerValue() { return (String)get_Value(COLUMNNAME_BPartnerValue); } /** Set Campaign Key. - @param CampaignValue - Text key of the Campaign - */ + @param CampaignValue Text key of the Campaign + */ public void setCampaignValue (String CampaignValue) { set_Value (COLUMNNAME_CampaignValue, CampaignValue); @@ -160,7 +156,7 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Campaign Key. @return Text key of the Campaign */ - public String getCampaignValue () + public String getCampaignValue() { return (String)get_Value(COLUMNNAME_CampaignValue); } @@ -171,22 +167,21 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -201,21 +196,20 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -230,21 +224,20 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -259,21 +252,20 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -282,9 +274,8 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Delivery Rule. - @param DeliveryRule - Defines the timing of Delivery - */ + @param DeliveryRule Defines the timing of Delivery + */ public void setDeliveryRule (String DeliveryRule) { set_Value (COLUMNNAME_DeliveryRule, DeliveryRule); @@ -293,15 +284,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Delivery Rule. @return Defines the timing of Delivery */ - public String getDeliveryRule () + public String getDeliveryRule() { return (String)get_Value(COLUMNNAME_DeliveryRule); } /** Set Delivery Via. - @param DeliveryViaRule - How the order will be delivered - */ + @param DeliveryViaRule How the order will be delivered + */ public void setDeliveryViaRule (String DeliveryViaRule) { set_Value (COLUMNNAME_DeliveryViaRule, DeliveryViaRule); @@ -310,15 +300,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Delivery Via. @return How the order will be delivered */ - public String getDeliveryViaRule () + public String getDeliveryViaRule() { return (String)get_Value(COLUMNNAME_DeliveryViaRule); } /** Set Document Type Name. - @param DocTypeName - Name of the Document Type - */ + @param DocTypeName Name of the Document Type + */ public void setDocTypeName (String DocTypeName) { set_Value (COLUMNNAME_DocTypeName, DocTypeName); @@ -327,15 +316,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Document Type Name. @return Name of the Document Type */ - public String getDocTypeName () + public String getDocTypeName() { return (String)get_Value(COLUMNNAME_DocTypeName); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -344,15 +332,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Freight Cost Rule. - @param FreightCostRule - Method for charging Freight - */ + @param FreightCostRule Method for charging Freight + */ public void setFreightCostRule (String FreightCostRule) { set_Value (COLUMNNAME_FreightCostRule, FreightCostRule); @@ -361,15 +348,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Freight Cost Rule. @return Method for charging Freight */ - public String getFreightCostRule () + public String getFreightCostRule() { return (String)get_Value(COLUMNNAME_FreightCostRule); } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -378,15 +364,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -395,7 +380,7 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -408,18 +393,19 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set I_Movement_ID. - @param I_Movement_ID I_Movement_ID */ + @param I_Movement_ID I_Movement_ID + */ public void setI_Movement_ID (int I_Movement_ID) { - if (I_Movement_ID < 1) + if (I_Movement_ID < 1) set_ValueNoCheck (COLUMNNAME_I_Movement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_Movement_ID, Integer.valueOf(I_Movement_ID)); } /** Get I_Movement_ID. @return I_Movement_ID */ - public int getI_Movement_ID () + public int getI_Movement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_Movement_ID); if (ii == null) @@ -428,7 +414,8 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set I_Movement_UU. - @param I_Movement_UU I_Movement_UU */ + @param I_Movement_UU I_Movement_UU + */ public void setI_Movement_UU (String I_Movement_UU) { set_Value (COLUMNNAME_I_Movement_UU, I_Movement_UU); @@ -436,13 +423,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get I_Movement_UU. @return I_Movement_UU */ - public String getI_Movement_UU () + public String getI_Movement_UU() { return (String)get_Value(COLUMNNAME_I_Movement_UU); } /** Set Locator To Key. - @param LocatorToValue Locator To Key */ + @param LocatorToValue Locator To Key + */ public void setLocatorToValue (String LocatorToValue) { set_Value (COLUMNNAME_LocatorToValue, LocatorToValue); @@ -450,15 +438,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Locator To Key. @return Locator To Key */ - public String getLocatorToValue () + public String getLocatorToValue() { return (String)get_Value(COLUMNNAME_LocatorToValue); } /** Set Locator Key. - @param LocatorValue - Key of the Warehouse Locator - */ + @param LocatorValue Key of the Warehouse Locator + */ public void setLocatorValue (String LocatorValue) { set_Value (COLUMNNAME_LocatorValue, LocatorValue); @@ -467,7 +454,7 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Locator Key. @return Key of the Warehouse Locator */ - public String getLocatorValue () + public String getLocatorValue() { return (String)get_Value(COLUMNNAME_LocatorValue); } @@ -479,21 +466,20 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -508,21 +494,20 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Locator To. - @param M_LocatorTo_ID - Location inventory is moved to - */ + @param M_LocatorTo_ID Location inventory is moved to + */ public void setM_LocatorTo_ID (int M_LocatorTo_ID) { - if (M_LocatorTo_ID < 1) + if (M_LocatorTo_ID < 1) set_Value (COLUMNNAME_M_LocatorTo_ID, null); - else + else set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID)); } /** Get Locator To. @return Location inventory is moved to */ - public int getM_LocatorTo_ID () + public int getM_LocatorTo_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID); if (ii == null) @@ -537,21 +522,20 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Inventory Move. - @param M_Movement_ID - Movement of Inventory - */ + @param M_Movement_ID Movement of Inventory + */ public void setM_Movement_ID (int M_Movement_ID) { - if (M_Movement_ID < 1) + if (M_Movement_ID < 1) set_Value (COLUMNNAME_M_Movement_ID, null); - else + else set_Value (COLUMNNAME_M_Movement_ID, Integer.valueOf(M_Movement_ID)); } /** Get Inventory Move. @return Movement of Inventory */ - public int getM_Movement_ID () + public int getM_Movement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Movement_ID); if (ii == null) @@ -566,21 +550,20 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Move Line. - @param M_MovementLine_ID - Inventory Move document Line - */ + @param M_MovementLine_ID Inventory Move document Line + */ public void setM_MovementLine_ID (int M_MovementLine_ID) { - if (M_MovementLine_ID < 1) + if (M_MovementLine_ID < 1) set_Value (COLUMNNAME_M_MovementLine_ID, null); - else + else set_Value (COLUMNNAME_M_MovementLine_ID, Integer.valueOf(M_MovementLine_ID)); } /** Get Move Line. @return Inventory Move document Line */ - public int getM_MovementLine_ID () + public int getM_MovementLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementLine_ID); if (ii == null) @@ -589,9 +572,8 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Movement Date. - @param MovementDate - Date a product was moved in or out of inventory - */ + @param MovementDate Date a product was moved in or out of inventory + */ public void setMovementDate (Timestamp MovementDate) { set_Value (COLUMNNAME_MovementDate, MovementDate); @@ -600,15 +582,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Movement Date. @return Date a product was moved in or out of inventory */ - public Timestamp getMovementDate () + public Timestamp getMovementDate() { return (Timestamp)get_Value(COLUMNNAME_MovementDate); } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); @@ -617,7 +598,7 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) @@ -632,21 +613,20 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -661,21 +641,20 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ + @param M_Shipper_ID Method or manner of product delivery + */ public void setM_Shipper_ID (int M_Shipper_ID) { - if (M_Shipper_ID < 1) + if (M_Shipper_ID < 1) set_Value (COLUMNNAME_M_Shipper_ID, null); - else + else set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); } /** Get Shipper. @return Method or manner of product delivery */ - public int getM_Shipper_ID () + public int getM_Shipper_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); if (ii == null) @@ -684,9 +663,8 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Trx Org Key. - @param OrgTrxValue - Key of the Transaction Organization - */ + @param OrgTrxValue Key of the Transaction Organization + */ public void setOrgTrxValue (String OrgTrxValue) { set_Value (COLUMNNAME_OrgTrxValue, OrgTrxValue); @@ -695,15 +673,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Trx Org Key. @return Key of the Transaction Organization */ - public String getOrgTrxValue () + public String getOrgTrxValue() { return (String)get_Value(COLUMNNAME_OrgTrxValue); } /** Set Org Key. - @param OrgValue - Key of the Organization - */ + @param OrgValue Key of the Organization + */ public void setOrgValue (String OrgValue) { set_Value (COLUMNNAME_OrgValue, OrgValue); @@ -712,15 +689,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Org Key. @return Key of the Organization */ - public String getOrgValue () + public String getOrgValue() { return (String)get_Value(COLUMNNAME_OrgValue); } /** Set Priority. - @param PriorityRule - Priority of a document - */ + @param PriorityRule Priority of a document + */ public void setPriorityRule (String PriorityRule) { set_Value (COLUMNNAME_PriorityRule, PriorityRule); @@ -729,15 +705,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Priority. @return Priority of a document */ - public String getPriorityRule () + public String getPriorityRule() { return (String)get_Value(COLUMNNAME_PriorityRule); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -746,7 +721,7 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -759,7 +734,8 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -767,7 +743,7 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -780,9 +756,8 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent } /** Set Product Key. - @param ProductValue - Key of the Product - */ + @param ProductValue Key of the Product + */ public void setProductValue (String ProductValue) { set_Value (COLUMNNAME_ProductValue, ProductValue); @@ -791,15 +766,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Product Key. @return Key of the Product */ - public String getProductValue () + public String getProductValue() { return (String)get_Value(COLUMNNAME_ProductValue); } /** Set Project Key. - @param ProjectValue - Key of the Project - */ + @param ProjectValue Key of the Project + */ public void setProjectValue (String ProjectValue) { set_Value (COLUMNNAME_ProjectValue, ProjectValue); @@ -808,13 +782,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get Project Key. @return Key of the Project */ - public String getProjectValue () + public String getProjectValue() { return (String)get_Value(COLUMNNAME_ProjectValue); } /** Set ShipperName. - @param ShipperName ShipperName */ + @param ShipperName ShipperName + */ public void setShipperName (String ShipperName) { set_Value (COLUMNNAME_ShipperName, ShipperName); @@ -822,15 +797,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get ShipperName. @return ShipperName */ - public String getShipperName () + public String getShipperName() { return (String)get_Value(COLUMNNAME_ShipperName); } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (String User1_ID) { set_Value (COLUMNNAME_User1_ID, User1_ID); @@ -839,15 +813,14 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get User Element List 1. @return User defined list element #1 */ - public String getUser1_ID () + public String getUser1_ID() { return (String)get_Value(COLUMNNAME_User1_ID); } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (String User2_ID) { set_Value (COLUMNNAME_User2_ID, User2_ID); @@ -856,7 +829,7 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** Get User Element List 2. @return User defined list element #2 */ - public String getUser2_ID () + public String getUser2_ID() { return (String)get_Value(COLUMNNAME_User2_ID); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_I_ProductPlanning.java b/org.adempiere.base/src/org/eevolution/model/X_I_ProductPlanning.java index bb97874265..f307355ad4 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_I_ProductPlanning.java +++ b/org.adempiere.base/src/org/eevolution/model/X_I_ProductPlanning.java @@ -26,7 +26,7 @@ import org.compiere.util.Env; /** Generated Model for I_ProductPlanning * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="I_ProductPlanning") public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Persistent { @@ -34,7 +34,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_I_ProductPlanning (Properties ctx, int I_ProductPlanning_ID, String trxName) @@ -85,21 +85,20 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_Value (COLUMNNAME_AD_Workflow_ID, null); - else + else set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -108,9 +107,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Business Partner Key. - @param BPartner_Value - The Key of the Business Partner - */ + @param BPartner_Value The Key of the Business Partner + */ public void setBPartner_Value (String BPartner_Value) { set_Value (COLUMNNAME_BPartner_Value, BPartner_Value); @@ -119,7 +117,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Business Partner Key. @return The Key of the Business Partner */ - public String getBPartner_Value () + public String getBPartner_Value() { return (String)get_Value(COLUMNNAME_BPartner_Value); } @@ -130,22 +128,21 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -154,9 +151,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Date Promised. - @param DatePromised - Date Order was promised - */ + @param DatePromised Date Order was promised + */ public void setDatePromised (Timestamp DatePromised) { set_Value (COLUMNNAME_DatePromised, DatePromised); @@ -165,7 +161,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Date Promised. @return Date Order was promised */ - public Timestamp getDatePromised () + public Timestamp getDatePromised() { return (Timestamp)get_Value(COLUMNNAME_DatePromised); } @@ -177,18 +173,19 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Network Distribution. - @param DD_NetworkDistribution_ID Network Distribution */ + @param DD_NetworkDistribution_ID Network Distribution + */ public void setDD_NetworkDistribution_ID (int DD_NetworkDistribution_ID) { - if (DD_NetworkDistribution_ID < 1) + if (DD_NetworkDistribution_ID < 1) set_Value (COLUMNNAME_DD_NetworkDistribution_ID, null); - else + else set_Value (COLUMNNAME_DD_NetworkDistribution_ID, Integer.valueOf(DD_NetworkDistribution_ID)); } /** Get Network Distribution. @return Network Distribution */ - public int getDD_NetworkDistribution_ID () + public int getDD_NetworkDistribution_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_NetworkDistribution_ID); if (ii == null) @@ -197,9 +194,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Promised Delivery Time. - @param DeliveryTime_Promised - Promised days between order and delivery - */ + @param DeliveryTime_Promised Promised days between order and delivery + */ public void setDeliveryTime_Promised (BigDecimal DeliveryTime_Promised) { set_Value (COLUMNNAME_DeliveryTime_Promised, DeliveryTime_Promised); @@ -208,7 +204,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Promised Delivery Time. @return Promised days between order and delivery */ - public BigDecimal getDeliveryTime_Promised () + public BigDecimal getDeliveryTime_Promised() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DeliveryTime_Promised); if (bd == null) @@ -217,9 +213,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Forecast Key. - @param ForecastValue - Key of the Forecast - */ + @param ForecastValue Key of the Forecast + */ public void setForecastValue (String ForecastValue) { set_Value (COLUMNNAME_ForecastValue, ForecastValue); @@ -228,15 +223,14 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Forecast Key. @return Key of the Forecast */ - public String getForecastValue () + public String getForecastValue() { return (String)get_Value(COLUMNNAME_ForecastValue); } /** Set Import Error Message. - @param I_ErrorMsg - Messages generated from import process - */ + @param I_ErrorMsg Messages generated from import process + */ public void setI_ErrorMsg (String I_ErrorMsg) { set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); @@ -245,15 +239,14 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Import Error Message. @return Messages generated from import process */ - public String getI_ErrorMsg () + public String getI_ErrorMsg() { return (String)get_Value(COLUMNNAME_I_ErrorMsg); } /** Set Imported. - @param I_IsImported - Has this import been processed - */ + @param I_IsImported Has this import been processed + */ public void setI_IsImported (boolean I_IsImported) { set_Value (COLUMNNAME_I_IsImported, Boolean.valueOf(I_IsImported)); @@ -262,7 +255,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Imported. @return Has this import been processed */ - public boolean isI_IsImported () + public boolean isI_IsImported() { Object oo = get_Value(COLUMNNAME_I_IsImported); if (oo != null) @@ -275,18 +268,19 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Import Product Planning. - @param I_ProductPlanning_ID Import Product Planning */ + @param I_ProductPlanning_ID Import Product Planning + */ public void setI_ProductPlanning_ID (int I_ProductPlanning_ID) { - if (I_ProductPlanning_ID < 1) + if (I_ProductPlanning_ID < 1) set_ValueNoCheck (COLUMNNAME_I_ProductPlanning_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_I_ProductPlanning_ID, Integer.valueOf(I_ProductPlanning_ID)); } /** Get Import Product Planning. @return Import Product Planning */ - public int getI_ProductPlanning_ID () + public int getI_ProductPlanning_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_I_ProductPlanning_ID); if (ii == null) @@ -295,7 +289,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set I_ProductPlanning_UU. - @param I_ProductPlanning_UU I_ProductPlanning_UU */ + @param I_ProductPlanning_UU I_ProductPlanning_UU + */ public void setI_ProductPlanning_UU (String I_ProductPlanning_UU) { set_Value (COLUMNNAME_I_ProductPlanning_UU, I_ProductPlanning_UU); @@ -303,15 +298,14 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get I_ProductPlanning_UU. @return I_ProductPlanning_UU */ - public String getI_ProductPlanning_UU () + public String getI_ProductPlanning_UU() { return (String)get_Value(COLUMNNAME_I_ProductPlanning_UU); } /** Set Create Plan. - @param IsCreatePlan - Indicates whether planned orders will be generated by MRP - */ + @param IsCreatePlan Indicates whether planned orders will be generated by MRP + */ public void setIsCreatePlan (boolean IsCreatePlan) { set_Value (COLUMNNAME_IsCreatePlan, Boolean.valueOf(IsCreatePlan)); @@ -320,7 +314,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Create Plan. @return Indicates whether planned orders will be generated by MRP */ - public boolean isCreatePlan () + public boolean isCreatePlan() { Object oo = get_Value(COLUMNNAME_IsCreatePlan); if (oo != null) @@ -333,7 +327,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Is MPS. - @param IsMPS Is MPS */ + @param IsMPS Is MPS + */ public void setIsMPS (boolean IsMPS) { set_Value (COLUMNNAME_IsMPS, Boolean.valueOf(IsMPS)); @@ -341,7 +336,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Is MPS. @return Is MPS */ - public boolean isMPS () + public boolean isMPS() { Object oo = get_Value(COLUMNNAME_IsMPS); if (oo != null) @@ -354,9 +349,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Phantom. - @param IsPhantom - Phantom Component - */ + @param IsPhantom Phantom Component + */ public void setIsPhantom (boolean IsPhantom) { set_Value (COLUMNNAME_IsPhantom, Boolean.valueOf(IsPhantom)); @@ -365,7 +359,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Phantom. @return Phantom Component */ - public boolean isPhantom () + public boolean isPhantom() { Object oo = get_Value(COLUMNNAME_IsPhantom); if (oo != null) @@ -384,21 +378,20 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Forecast. - @param M_Forecast_ID - Material Forecast - */ + @param M_Forecast_ID Material Forecast + */ public void setM_Forecast_ID (int M_Forecast_ID) { - if (M_Forecast_ID < 1) + if (M_Forecast_ID < 1) set_Value (COLUMNNAME_M_Forecast_ID, null); - else + else set_Value (COLUMNNAME_M_Forecast_ID, Integer.valueOf(M_Forecast_ID)); } /** Get Forecast. @return Material Forecast */ - public int getM_Forecast_ID () + public int getM_Forecast_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Forecast_ID); if (ii == null) @@ -413,21 +406,20 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Forecast Line. - @param M_ForecastLine_ID - Forecast Line - */ + @param M_ForecastLine_ID Forecast Line + */ public void setM_ForecastLine_ID (int M_ForecastLine_ID) { - if (M_ForecastLine_ID < 1) + if (M_ForecastLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_ForecastLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_ForecastLine_ID, Integer.valueOf(M_ForecastLine_ID)); } /** Get Forecast Line. @return Forecast Line */ - public int getM_ForecastLine_ID () + public int getM_ForecastLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ForecastLine_ID); if (ii == null) @@ -442,21 +434,20 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -471,21 +462,20 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -494,9 +484,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Network Distribution Key. - @param NetworkDistributionValue - Key of the Network Distribution - */ + @param NetworkDistributionValue Key of the Network Distribution + */ public void setNetworkDistributionValue (String NetworkDistributionValue) { set_Value (COLUMNNAME_NetworkDistributionValue, NetworkDistributionValue); @@ -505,15 +494,14 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Network Distribution Key. @return Key of the Network Distribution */ - public String getNetworkDistributionValue () + public String getNetworkDistributionValue() { return (String)get_Value(COLUMNNAME_NetworkDistributionValue); } /** Set Maximum Order Qty. - @param Order_Max - Maximum order quantity in UOM - */ + @param Order_Max Maximum order quantity in UOM + */ public void setOrder_Max (BigDecimal Order_Max) { set_Value (COLUMNNAME_Order_Max, Order_Max); @@ -522,7 +510,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Maximum Order Qty. @return Maximum order quantity in UOM */ - public BigDecimal getOrder_Max () + public BigDecimal getOrder_Max() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Max); if (bd == null) @@ -531,9 +519,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Minimum Order Qty. - @param Order_Min - Minimum order quantity in UOM - */ + @param Order_Min Minimum order quantity in UOM + */ public void setOrder_Min (BigDecimal Order_Min) { set_Value (COLUMNNAME_Order_Min, Order_Min); @@ -542,7 +529,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Minimum Order Qty. @return Minimum order quantity in UOM */ - public BigDecimal getOrder_Min () + public BigDecimal getOrder_Min() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Min); if (bd == null) @@ -551,9 +538,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Order Pack Qty. - @param Order_Pack - Package order size in UOM (e.g. order set of 5 units) - */ + @param Order_Pack Package order size in UOM (e.g. order set of 5 units) + */ public void setOrder_Pack (BigDecimal Order_Pack) { set_Value (COLUMNNAME_Order_Pack, Order_Pack); @@ -562,7 +548,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Order Pack Qty. @return Package order size in UOM (e.g. order set of 5 units) */ - public BigDecimal getOrder_Pack () + public BigDecimal getOrder_Pack() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Pack); if (bd == null) @@ -571,7 +557,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Order Period. - @param Order_Period Order Period */ + @param Order_Period Order Period + */ public void setOrder_Period (BigDecimal Order_Period) { set_Value (COLUMNNAME_Order_Period, Order_Period); @@ -579,7 +566,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Order Period. @return Order Period */ - public BigDecimal getOrder_Period () + public BigDecimal getOrder_Period() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Period); if (bd == null) @@ -596,7 +583,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Period Order Quantity = POQ */ public static final String ORDER_POLICY_PeriodOrderQuantity = "POQ"; /** Set Order Policy. - @param Order_Policy Order Policy */ + @param Order_Policy Order Policy + */ public void setOrder_Policy (String Order_Policy) { @@ -605,13 +593,14 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Order Policy. @return Order Policy */ - public String getOrder_Policy () + public String getOrder_Policy() { return (String)get_Value(COLUMNNAME_Order_Policy); } /** Set Order Qty. - @param Order_Qty Order Qty */ + @param Order_Qty Order Qty + */ public void setOrder_Qty (BigDecimal Order_Qty) { set_Value (COLUMNNAME_Order_Qty, Order_Qty); @@ -619,7 +608,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Order Qty. @return Order Qty */ - public BigDecimal getOrder_Qty () + public BigDecimal getOrder_Qty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Qty); if (bd == null) @@ -628,9 +617,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Org Key. - @param OrgValue - Key of the Organization - */ + @param OrgValue Key of the Organization + */ public void setOrgValue (String OrgValue) { set_Value (COLUMNNAME_OrgValue, OrgValue); @@ -639,7 +627,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Org Key. @return Key of the Organization */ - public String getOrgValue () + public String getOrgValue() { return (String)get_Value(COLUMNNAME_OrgValue); } @@ -651,18 +639,19 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Planner. - @param Planner_ID Planner */ + @param Planner_ID Planner + */ public void setPlanner_ID (int Planner_ID) { - if (Planner_ID < 1) + if (Planner_ID < 1) set_Value (COLUMNNAME_Planner_ID, null); - else + else set_Value (COLUMNNAME_Planner_ID, Integer.valueOf(Planner_ID)); } /** Get Planner. @return Planner */ - public int getPlanner_ID () + public int getPlanner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Planner_ID); if (ii == null) @@ -671,9 +660,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Planner Key. - @param PlannerValue - Search Key of the Planning - */ + @param PlannerValue Search Key of the Planning + */ public void setPlannerValue (String PlannerValue) { set_Value (COLUMNNAME_PlannerValue, PlannerValue); @@ -682,7 +670,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Planner Key. @return Search Key of the Planning */ - public String getPlannerValue () + public String getPlannerValue() { return (String)get_Value(COLUMNNAME_PlannerValue); } @@ -693,22 +681,21 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe .getPO(getPP_Product_BOM_ID(), get_TrxName()); } - /** Set BOM & Formula. - @param PP_Product_BOM_ID - BOM & Formula - */ + /** Set BOM & Formula. + @param PP_Product_BOM_ID BOM & Formula + */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID) { - if (PP_Product_BOM_ID < 1) + if (PP_Product_BOM_ID < 1) set_Value (COLUMNNAME_PP_Product_BOM_ID, null); - else + else set_Value (COLUMNNAME_PP_Product_BOM_ID, Integer.valueOf(PP_Product_BOM_ID)); } - /** Get BOM & Formula. - @return BOM & Formula + /** Get BOM & Formula. + @return BOM & Formula */ - public int getPP_Product_BOM_ID () + public int getPP_Product_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOM_ID); if (ii == null) @@ -723,18 +710,19 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Product Planning. - @param PP_Product_Planning_ID Product Planning */ + @param PP_Product_Planning_ID Product Planning + */ public void setPP_Product_Planning_ID (int PP_Product_Planning_ID) { - if (PP_Product_Planning_ID < 1) + if (PP_Product_Planning_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Product_Planning_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Product_Planning_ID, Integer.valueOf(PP_Product_Planning_ID)); } /** Get Product Planning. @return Product Planning */ - public int getPP_Product_Planning_ID () + public int getPP_Product_Planning_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_Planning_ID); if (ii == null) @@ -743,9 +731,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_ValueNoCheck (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -754,7 +741,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -767,7 +754,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -775,7 +763,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -788,9 +776,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Product BOM Key. - @param Product_BOM_Value - Key of Product BOM - */ + @param Product_BOM_Value Key of Product BOM + */ public void setProduct_BOM_Value (String Product_BOM_Value) { set_Value (COLUMNNAME_Product_BOM_Value, Product_BOM_Value); @@ -799,15 +786,14 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Product BOM Key. @return Key of Product BOM */ - public String getProduct_BOM_Value () + public String getProduct_BOM_Value() { return (String)get_Value(COLUMNNAME_Product_BOM_Value); } /** Set Product Key. - @param ProductValue - Key of the Product - */ + @param ProductValue Key of the Product + */ public void setProductValue (String ProductValue) { set_Value (COLUMNNAME_ProductValue, ProductValue); @@ -816,15 +802,14 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Product Key. @return Key of the Product */ - public String getProductValue () + public String getProductValue() { return (String)get_Value(COLUMNNAME_ProductValue); } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -833,7 +818,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -842,9 +827,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Resource Key. - @param ResourceValue - Key of the Resource - */ + @param ResourceValue Key of the Resource + */ public void setResourceValue (String ResourceValue) { set_Value (COLUMNNAME_ResourceValue, ResourceValue); @@ -853,15 +837,14 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Resource Key. @return Key of the Resource */ - public String getResourceValue () + public String getResourceValue() { return (String)get_Value(COLUMNNAME_ResourceValue); } /** Set Safety Stock Qty. - @param SafetyStock - Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs - */ + @param SafetyStock Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs + */ public void setSafetyStock (BigDecimal SafetyStock) { set_Value (COLUMNNAME_SafetyStock, SafetyStock); @@ -870,7 +853,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Safety Stock Qty. @return Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs */ - public BigDecimal getSafetyStock () + public BigDecimal getSafetyStock() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SafetyStock); if (bd == null) @@ -885,21 +868,20 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Sales Representative. - @param SalesRep_ID - Sales Representative or Company Agent - */ + @param SalesRep_ID Sales Representative or Company Agent + */ public void setSalesRep_ID (int SalesRep_ID) { - if (SalesRep_ID < 1) + if (SalesRep_ID < 1) set_Value (COLUMNNAME_SalesRep_ID, null); - else + else set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID)); } /** Get Sales Representative. @return Sales Representative or Company Agent */ - public int getSalesRep_ID () + public int getSalesRep_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID); if (ii == null) @@ -914,21 +896,20 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Resource. - @param S_Resource_ID - Resource - */ + @param S_Resource_ID Resource + */ public void setS_Resource_ID (int S_Resource_ID) { - if (S_Resource_ID < 1) + if (S_Resource_ID < 1) set_Value (COLUMNNAME_S_Resource_ID, null); - else + else set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); } /** Get Resource. @return Resource */ - public int getS_Resource_ID () + public int getS_Resource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); if (ii == null) @@ -937,7 +918,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Time Fence. - @param TimeFence Time Fence */ + @param TimeFence Time Fence + */ public void setTimeFence (BigDecimal TimeFence) { set_Value (COLUMNNAME_TimeFence, TimeFence); @@ -945,7 +927,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Time Fence. @return Time Fence */ - public BigDecimal getTimeFence () + public BigDecimal getTimeFence() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TimeFence); if (bd == null) @@ -954,7 +936,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Transfert Time. - @param TransfertTime Transfert Time */ + @param TransfertTime Transfert Time + */ public void setTransfertTime (BigDecimal TransfertTime) { set_Value (COLUMNNAME_TransfertTime, TransfertTime); @@ -962,7 +945,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Transfert Time. @return Transfert Time */ - public BigDecimal getTransfertTime () + public BigDecimal getTransfertTime() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TransfertTime); if (bd == null) @@ -971,9 +954,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Partner Product Key. - @param VendorProductNo - Product Key of the Business Partner - */ + @param VendorProductNo Product Key of the Business Partner + */ public void setVendorProductNo (String VendorProductNo) { set_Value (COLUMNNAME_VendorProductNo, VendorProductNo); @@ -982,15 +964,14 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Partner Product Key. @return Product Key of the Business Partner */ - public String getVendorProductNo () + public String getVendorProductNo() { return (String)get_Value(COLUMNNAME_VendorProductNo); } /** Set Warehouse Key. - @param WarehouseValue - Key of the Warehouse - */ + @param WarehouseValue Key of the Warehouse + */ public void setWarehouseValue (String WarehouseValue) { set_Value (COLUMNNAME_WarehouseValue, WarehouseValue); @@ -999,15 +980,14 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Warehouse Key. @return Key of the Warehouse */ - public String getWarehouseValue () + public String getWarehouseValue() { return (String)get_Value(COLUMNNAME_WarehouseValue); } /** Set Working Time. - @param WorkingTime - Workflow Simulation Execution Time - */ + @param WorkingTime Workflow Simulation Execution Time + */ public void setWorkingTime (BigDecimal WorkingTime) { set_Value (COLUMNNAME_WorkingTime, WorkingTime); @@ -1016,7 +996,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Working Time. @return Workflow Simulation Execution Time */ - public BigDecimal getWorkingTime () + public BigDecimal getWorkingTime() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_WorkingTime); if (bd == null) @@ -1025,9 +1005,8 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe } /** Set Yield %. - @param Yield - The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent - */ + @param Yield The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent + */ public void setYield (int Yield) { set_Value (COLUMNNAME_Yield, Integer.valueOf(Yield)); @@ -1036,7 +1015,7 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe /** Get Yield %. @return The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent */ - public int getYield () + public int getYield() { Integer ii = (Integer)get_Value(COLUMNNAME_Yield); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_Collector.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_Collector.java index 7545b2ac30..0c4550965d 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_Collector.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_Collector.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Cost_Collector * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Cost_Collector") public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Persistent { @@ -35,7 +35,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Cost_Collector (Properties ctx, int PP_Cost_Collector_ID, String trxName) @@ -93,21 +93,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -122,21 +121,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -151,21 +149,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -180,21 +177,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -209,21 +205,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -238,21 +233,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Target Document Type. - @param C_DocTypeTarget_ID - Target document type for conversing documents - */ + @param C_DocTypeTarget_ID Target document type for conversing documents + */ public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID) { - if (C_DocTypeTarget_ID < 1) + if (C_DocTypeTarget_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DocTypeTarget_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DocTypeTarget_ID, Integer.valueOf(C_DocTypeTarget_ID)); } /** Get Target Document Type. @return Target document type for conversing documents */ - public int getC_DocTypeTarget_ID () + public int getC_DocTypeTarget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeTarget_ID); if (ii == null) @@ -277,9 +271,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Activity Control = 160 */ public static final String COSTCOLLECTORTYPE_ActivityControl = "160"; /** Set Cost Collector Type. - @param CostCollectorType - Transaction Type for Manufacturing Management - */ + @param CostCollectorType Transaction Type for Manufacturing Management + */ public void setCostCollectorType (String CostCollectorType) { @@ -289,7 +282,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Cost Collector Type. @return Transaction Type for Manufacturing Management */ - public String getCostCollectorType () + public String getCostCollectorType() { return (String)get_Value(COLUMNNAME_CostCollectorType); } @@ -301,21 +294,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -330,21 +322,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -353,9 +344,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Account Date. - @param DateAcct - Accounting Date - */ + @param DateAcct Accounting Date + */ public void setDateAcct (Timestamp DateAcct) { set_Value (COLUMNNAME_DateAcct, DateAcct); @@ -364,15 +354,14 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Account Date. @return Accounting Date */ - public Timestamp getDateAcct () + public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -381,14 +370,14 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -417,9 +406,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -429,7 +417,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -461,9 +449,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -473,15 +460,14 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -490,13 +476,14 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Duration Real. - @param DurationReal Duration Real */ + @param DurationReal Duration Real + */ public void setDurationReal (BigDecimal DurationReal) { set_Value (COLUMNNAME_DurationReal, DurationReal); @@ -504,7 +491,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Duration Real. @return Duration Real */ - public BigDecimal getDurationReal () + public BigDecimal getDurationReal() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DurationReal); if (bd == null) @@ -513,7 +500,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Is BatchTime. - @param IsBatchTime Is BatchTime */ + @param IsBatchTime Is BatchTime + */ public void setIsBatchTime (boolean IsBatchTime) { set_Value (COLUMNNAME_IsBatchTime, Boolean.valueOf(IsBatchTime)); @@ -521,7 +509,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Is BatchTime. @return Is BatchTime */ - public boolean isBatchTime () + public boolean isBatchTime() { Object oo = get_Value(COLUMNNAME_IsBatchTime); if (oo != null) @@ -534,7 +522,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Is Subcontracting. - @param IsSubcontracting Is Subcontracting */ + @param IsSubcontracting Is Subcontracting + */ public void setIsSubcontracting (boolean IsSubcontracting) { set_ValueNoCheck (COLUMNNAME_IsSubcontracting, Boolean.valueOf(IsSubcontracting)); @@ -542,7 +531,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Is Subcontracting. @return Is Subcontracting */ - public boolean isSubcontracting () + public boolean isSubcontracting() { Object oo = get_Value(COLUMNNAME_IsSubcontracting); if (oo != null) @@ -561,21 +550,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -590,21 +578,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -613,9 +600,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Movement Date. - @param MovementDate - Date a product was moved in or out of inventory - */ + @param MovementDate Date a product was moved in or out of inventory + */ public void setMovementDate (Timestamp MovementDate) { set_Value (COLUMNNAME_MovementDate, MovementDate); @@ -624,15 +610,14 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Movement Date. @return Date a product was moved in or out of inventory */ - public Timestamp getMovementDate () + public Timestamp getMovementDate() { return (Timestamp)get_Value(COLUMNNAME_MovementDate); } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); @@ -641,7 +626,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) @@ -656,21 +641,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -693,21 +677,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -716,9 +699,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -727,7 +709,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -740,18 +722,19 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Manufacturing Cost Collector. - @param PP_Cost_Collector_ID Manufacturing Cost Collector */ + @param PP_Cost_Collector_ID Manufacturing Cost Collector + */ public void setPP_Cost_Collector_ID (int PP_Cost_Collector_ID) { - if (PP_Cost_Collector_ID < 1) + if (PP_Cost_Collector_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Cost_Collector_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Cost_Collector_ID, Integer.valueOf(PP_Cost_Collector_ID)); } /** Get Manufacturing Cost Collector. @return Manufacturing Cost Collector */ - public int getPP_Cost_Collector_ID () + public int getPP_Cost_Collector_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Cost_Collector_ID); if (ii == null) @@ -760,7 +743,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set PP_Cost_Collector_UU. - @param PP_Cost_Collector_UU PP_Cost_Collector_UU */ + @param PP_Cost_Collector_UU PP_Cost_Collector_UU + */ public void setPP_Cost_Collector_UU (String PP_Cost_Collector_UU) { set_Value (COLUMNNAME_PP_Cost_Collector_UU, PP_Cost_Collector_UU); @@ -768,7 +752,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get PP_Cost_Collector_UU. @return PP_Cost_Collector_UU */ - public String getPP_Cost_Collector_UU () + public String getPP_Cost_Collector_UU() { return (String)get_Value(COLUMNNAME_PP_Cost_Collector_UU); } @@ -780,18 +764,19 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Manufacturing Order BOM Line. - @param PP_Order_BOMLine_ID Manufacturing Order BOM Line */ + @param PP_Order_BOMLine_ID Manufacturing Order BOM Line + */ public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID) { - if (PP_Order_BOMLine_ID < 1) + if (PP_Order_BOMLine_ID < 1) set_Value (COLUMNNAME_PP_Order_BOMLine_ID, null); - else + else set_Value (COLUMNNAME_PP_Order_BOMLine_ID, Integer.valueOf(PP_Order_BOMLine_ID)); } /** Get Manufacturing Order BOM Line. @return Manufacturing Order BOM Line */ - public int getPP_Order_BOMLine_ID () + public int getPP_Order_BOMLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOMLine_ID); if (ii == null) @@ -806,21 +791,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Manufacturing Order. - @param PP_Order_ID - Manufacturing Order - */ + @param PP_Order_ID Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { - if (PP_Order_ID < 1) + if (PP_Order_ID < 1) set_Value (COLUMNNAME_PP_Order_ID, null); - else + else set_Value (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } /** Get Manufacturing Order. @return Manufacturing Order */ - public int getPP_Order_ID () + public int getPP_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); if (ii == null) @@ -835,21 +819,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Manufacturing Order Activity. - @param PP_Order_Node_ID - Workflow Node (activity), step or process - */ + @param PP_Order_Node_ID Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID) { - if (PP_Order_Node_ID < 1) + if (PP_Order_Node_ID < 1) set_Value (COLUMNNAME_PP_Order_Node_ID, null); - else + else set_Value (COLUMNNAME_PP_Order_Node_ID, Integer.valueOf(PP_Order_Node_ID)); } /** Get Manufacturing Order Activity. @return Workflow Node (activity), step or process */ - public int getPP_Order_Node_ID () + public int getPP_Order_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_ID); if (ii == null) @@ -864,18 +847,19 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Manufacturing Order Workflow. - @param PP_Order_Workflow_ID Manufacturing Order Workflow */ + @param PP_Order_Workflow_ID Manufacturing Order Workflow + */ public void setPP_Order_Workflow_ID (int PP_Order_Workflow_ID) { - if (PP_Order_Workflow_ID < 1) + if (PP_Order_Workflow_ID < 1) set_Value (COLUMNNAME_PP_Order_Workflow_ID, null); - else + else set_Value (COLUMNNAME_PP_Order_Workflow_ID, Integer.valueOf(PP_Order_Workflow_ID)); } /** Get Manufacturing Order Workflow. @return Manufacturing Order Workflow */ - public int getPP_Order_Workflow_ID () + public int getPP_Order_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Workflow_ID); if (ii == null) @@ -884,9 +868,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -895,7 +878,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -908,9 +891,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -919,7 +901,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -928,7 +910,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -936,7 +919,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -949,7 +932,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Qty Reject. - @param QtyReject Qty Reject */ + @param QtyReject Qty Reject + */ public void setQtyReject (BigDecimal QtyReject) { set_Value (COLUMNNAME_QtyReject, QtyReject); @@ -957,7 +941,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Qty Reject. @return Qty Reject */ - public BigDecimal getQtyReject () + public BigDecimal getQtyReject() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReject); if (bd == null) @@ -972,21 +956,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ + @param Reversal_ID ID of document reversal + */ public void setReversal_ID (int Reversal_ID) { - if (Reversal_ID < 1) + if (Reversal_ID < 1) set_Value (COLUMNNAME_Reversal_ID, null); - else + else set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); } /** Get Reversal ID. @return ID of document reversal */ - public int getReversal_ID () + public int getReversal_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); if (ii == null) @@ -995,9 +978,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Scrapped Quantity. - @param ScrappedQty - The Quantity scrapped due to QA issues - */ + @param ScrappedQty The Quantity scrapped due to QA issues + */ public void setScrappedQty (BigDecimal ScrappedQty) { set_Value (COLUMNNAME_ScrappedQty, ScrappedQty); @@ -1006,7 +988,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Scrapped Quantity. @return The Quantity scrapped due to QA issues */ - public BigDecimal getScrappedQty () + public BigDecimal getScrappedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ScrappedQty); if (bd == null) @@ -1015,7 +997,8 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Setup Time Real. - @param SetupTimeReal Setup Time Real */ + @param SetupTimeReal Setup Time Real + */ public void setSetupTimeReal (BigDecimal SetupTimeReal) { set_Value (COLUMNNAME_SetupTimeReal, SetupTimeReal); @@ -1023,7 +1006,7 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe /** Get Setup Time Real. @return Setup Time Real */ - public BigDecimal getSetupTimeReal () + public BigDecimal getSetupTimeReal() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SetupTimeReal); if (bd == null) @@ -1038,21 +1021,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set Resource. - @param S_Resource_ID - Resource - */ + @param S_Resource_ID Resource + */ public void setS_Resource_ID (int S_Resource_ID) { - if (S_Resource_ID < 1) + if (S_Resource_ID < 1) set_Value (COLUMNNAME_S_Resource_ID, null); - else + else set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); } /** Get Resource. @return Resource */ - public int getS_Resource_ID () + public int getS_Resource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); if (ii == null) @@ -1067,21 +1049,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -1096,21 +1077,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_CollectorMA.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_CollectorMA.java index 0ba7d9f3d5..df8526b5e2 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_CollectorMA.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_CollectorMA.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for PP_Cost_CollectorMA * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Cost_CollectorMA") public class X_PP_Cost_CollectorMA extends PO implements I_PP_Cost_CollectorMA, I_Persistent { @@ -33,7 +33,7 @@ public class X_PP_Cost_CollectorMA extends PO implements I_PP_Cost_CollectorMA, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Cost_CollectorMA (Properties ctx, int PP_Cost_CollectorMA_ID, String trxName) @@ -83,21 +83,20 @@ public class X_PP_Cost_CollectorMA extends PO implements I_PP_Cost_CollectorMA, } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -106,9 +105,8 @@ public class X_PP_Cost_CollectorMA extends PO implements I_PP_Cost_CollectorMA, } /** Set Movement Quantity. - @param MovementQty - Quantity of a product moved. - */ + @param MovementQty Quantity of a product moved. + */ public void setMovementQty (BigDecimal MovementQty) { set_Value (COLUMNNAME_MovementQty, MovementQty); @@ -117,7 +115,7 @@ public class X_PP_Cost_CollectorMA extends PO implements I_PP_Cost_CollectorMA, /** Get Movement Quantity. @return Quantity of a product moved. */ - public BigDecimal getMovementQty () + public BigDecimal getMovementQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty); if (bd == null) @@ -132,18 +130,19 @@ public class X_PP_Cost_CollectorMA extends PO implements I_PP_Cost_CollectorMA, } /** Set Manufacturing Cost Collector. - @param PP_Cost_Collector_ID Manufacturing Cost Collector */ + @param PP_Cost_Collector_ID Manufacturing Cost Collector + */ public void setPP_Cost_Collector_ID (int PP_Cost_Collector_ID) { - if (PP_Cost_Collector_ID < 1) + if (PP_Cost_Collector_ID < 1) set_Value (COLUMNNAME_PP_Cost_Collector_ID, null); - else + else set_Value (COLUMNNAME_PP_Cost_Collector_ID, Integer.valueOf(PP_Cost_Collector_ID)); } /** Get Manufacturing Cost Collector. @return Manufacturing Cost Collector */ - public int getPP_Cost_Collector_ID () + public int getPP_Cost_Collector_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Cost_Collector_ID); if (ii == null) @@ -152,18 +151,19 @@ public class X_PP_Cost_CollectorMA extends PO implements I_PP_Cost_CollectorMA, } /** Set Manufacturing Order MA. - @param PP_Cost_CollectorMA_ID Manufacturing Order MA */ + @param PP_Cost_CollectorMA_ID Manufacturing Order MA + */ public void setPP_Cost_CollectorMA_ID (int PP_Cost_CollectorMA_ID) { - if (PP_Cost_CollectorMA_ID < 1) + if (PP_Cost_CollectorMA_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Cost_CollectorMA_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Cost_CollectorMA_ID, Integer.valueOf(PP_Cost_CollectorMA_ID)); } /** Get Manufacturing Order MA. @return Manufacturing Order MA */ - public int getPP_Cost_CollectorMA_ID () + public int getPP_Cost_CollectorMA_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Cost_CollectorMA_ID); if (ii == null) @@ -172,7 +172,8 @@ public class X_PP_Cost_CollectorMA extends PO implements I_PP_Cost_CollectorMA, } /** Set PP_Cost_CollectorMA_UU. - @param PP_Cost_CollectorMA_UU PP_Cost_CollectorMA_UU */ + @param PP_Cost_CollectorMA_UU PP_Cost_CollectorMA_UU + */ public void setPP_Cost_CollectorMA_UU (String PP_Cost_CollectorMA_UU) { set_Value (COLUMNNAME_PP_Cost_CollectorMA_UU, PP_Cost_CollectorMA_UU); @@ -180,7 +181,7 @@ public class X_PP_Cost_CollectorMA extends PO implements I_PP_Cost_CollectorMA, /** Get PP_Cost_CollectorMA_UU. @return PP_Cost_CollectorMA_UU */ - public String getPP_Cost_CollectorMA_UU () + public String getPP_Cost_CollectorMA_UU() { return (String)get_Value(COLUMNNAME_PP_Cost_CollectorMA_UU); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_MRP.java b/org.adempiere.base/src/org/eevolution/model/X_PP_MRP.java index 482739170e..9b8982313c 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_MRP.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_MRP.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_MRP * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_MRP") public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent { @@ -35,7 +35,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_MRP (Properties ctx, int PP_MRP_ID, String trxName) @@ -85,22 +85,21 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -115,21 +114,20 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Order. - @param C_Order_ID - Order - */ + @param C_Order_ID Order + */ public void setC_Order_ID (int C_Order_ID) { - if (C_Order_ID < 1) + if (C_Order_ID < 1) set_Value (COLUMNNAME_C_Order_ID, null); - else + else set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ - public int getC_Order_ID () + public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_ID); if (ii == null) @@ -144,21 +142,20 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_Value (COLUMNNAME_C_OrderLine_ID, null); - else + else set_Value (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -167,9 +164,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Date Confirm. - @param DateConfirm - Date Confirm of this Order - */ + @param DateConfirm Date Confirm of this Order + */ public void setDateConfirm (Timestamp DateConfirm) { set_Value (COLUMNNAME_DateConfirm, DateConfirm); @@ -178,15 +174,14 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Date Confirm. @return Date Confirm of this Order */ - public Timestamp getDateConfirm () + public Timestamp getDateConfirm() { return (Timestamp)get_Value(COLUMNNAME_DateConfirm); } /** Set Date Finish Schedule. - @param DateFinishSchedule - Scheduled Finish date for this Order - */ + @param DateFinishSchedule Scheduled Finish date for this Order + */ public void setDateFinishSchedule (Timestamp DateFinishSchedule) { set_Value (COLUMNNAME_DateFinishSchedule, DateFinishSchedule); @@ -195,15 +190,14 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Date Finish Schedule. @return Scheduled Finish date for this Order */ - public Timestamp getDateFinishSchedule () + public Timestamp getDateFinishSchedule() { return (Timestamp)get_Value(COLUMNNAME_DateFinishSchedule); } /** Set Date Ordered. - @param DateOrdered - Date of Order - */ + @param DateOrdered Date of Order + */ public void setDateOrdered (Timestamp DateOrdered) { set_Value (COLUMNNAME_DateOrdered, DateOrdered); @@ -212,15 +206,14 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Date Ordered. @return Date of Order */ - public Timestamp getDateOrdered () + public Timestamp getDateOrdered() { return (Timestamp)get_Value(COLUMNNAME_DateOrdered); } /** Set Date Promised. - @param DatePromised - Date Order was promised - */ + @param DatePromised Date Order was promised + */ public void setDatePromised (Timestamp DatePromised) { set_Value (COLUMNNAME_DatePromised, DatePromised); @@ -229,15 +222,14 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Date Promised. @return Date Order was promised */ - public Timestamp getDatePromised () + public Timestamp getDatePromised() { return (Timestamp)get_Value(COLUMNNAME_DatePromised); } /** Set Date Simulation. - @param DateSimulation - Simulation date for this Material Plan - */ + @param DateSimulation Simulation date for this Material Plan + */ public void setDateSimulation (Timestamp DateSimulation) { set_Value (COLUMNNAME_DateSimulation, DateSimulation); @@ -246,15 +238,14 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Date Simulation. @return Simulation date for this Material Plan */ - public Timestamp getDateSimulation () + public Timestamp getDateSimulation() { return (Timestamp)get_Value(COLUMNNAME_DateSimulation); } /** Set Date Start. - @param DateStart - Date Start for this Order - */ + @param DateStart Date Start for this Order + */ public void setDateStart (Timestamp DateStart) { set_Value (COLUMNNAME_DateStart, DateStart); @@ -263,15 +254,14 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Date Start. @return Date Start for this Order */ - public Timestamp getDateStart () + public Timestamp getDateStart() { return (Timestamp)get_Value(COLUMNNAME_DateStart); } /** Set Date Start Schedule. - @param DateStartSchedule - Scheduled start date for this Order - */ + @param DateStartSchedule Scheduled start date for this Order + */ public void setDateStartSchedule (Timestamp DateStartSchedule) { set_Value (COLUMNNAME_DateStartSchedule, DateStartSchedule); @@ -280,7 +270,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Date Start Schedule. @return Scheduled start date for this Order */ - public Timestamp getDateStartSchedule () + public Timestamp getDateStartSchedule() { return (Timestamp)get_Value(COLUMNNAME_DateStartSchedule); } @@ -292,18 +282,19 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Distribution Order. - @param DD_Order_ID Distribution Order */ + @param DD_Order_ID Distribution Order + */ public void setDD_Order_ID (int DD_Order_ID) { - if (DD_Order_ID < 1) + if (DD_Order_ID < 1) set_Value (COLUMNNAME_DD_Order_ID, null); - else + else set_Value (COLUMNNAME_DD_Order_ID, Integer.valueOf(DD_Order_ID)); } /** Get Distribution Order. @return Distribution Order */ - public int getDD_Order_ID () + public int getDD_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_Order_ID); if (ii == null) @@ -318,18 +309,19 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Distribution Order Line. - @param DD_OrderLine_ID Distribution Order Line */ + @param DD_OrderLine_ID Distribution Order Line + */ public void setDD_OrderLine_ID (int DD_OrderLine_ID) { - if (DD_OrderLine_ID < 1) + if (DD_OrderLine_ID < 1) set_Value (COLUMNNAME_DD_OrderLine_ID, null); - else + else set_Value (COLUMNNAME_DD_OrderLine_ID, Integer.valueOf(DD_OrderLine_ID)); } /** Get Distribution Order Line. @return Distribution Order Line */ - public int getDD_OrderLine_ID () + public int getDD_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_OrderLine_ID); if (ii == null) @@ -338,9 +330,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -349,7 +340,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -381,9 +372,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -393,15 +383,14 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Available. - @param IsAvailable - Resource is available - */ + @param IsAvailable Resource is available + */ public void setIsAvailable (boolean IsAvailable) { set_Value (COLUMNNAME_IsAvailable, Boolean.valueOf(IsAvailable)); @@ -410,7 +399,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Available. @return Resource is available */ - public boolean isAvailable () + public boolean isAvailable() { Object oo = get_Value(COLUMNNAME_IsAvailable); if (oo != null) @@ -429,21 +418,20 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Forecast. - @param M_Forecast_ID - Material Forecast - */ + @param M_Forecast_ID Material Forecast + */ public void setM_Forecast_ID (int M_Forecast_ID) { - if (M_Forecast_ID < 1) + if (M_Forecast_ID < 1) set_Value (COLUMNNAME_M_Forecast_ID, null); - else + else set_Value (COLUMNNAME_M_Forecast_ID, Integer.valueOf(M_Forecast_ID)); } /** Get Forecast. @return Material Forecast */ - public int getM_Forecast_ID () + public int getM_Forecast_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Forecast_ID); if (ii == null) @@ -458,21 +446,20 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Forecast Line. - @param M_ForecastLine_ID - Forecast Line - */ + @param M_ForecastLine_ID Forecast Line + */ public void setM_ForecastLine_ID (int M_ForecastLine_ID) { - if (M_ForecastLine_ID < 1) + if (M_ForecastLine_ID < 1) set_Value (COLUMNNAME_M_ForecastLine_ID, null); - else + else set_Value (COLUMNNAME_M_ForecastLine_ID, Integer.valueOf(M_ForecastLine_ID)); } /** Get Forecast Line. @return Forecast Line */ - public int getM_ForecastLine_ID () + public int getM_ForecastLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ForecastLine_ID); if (ii == null) @@ -487,21 +474,20 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -516,21 +502,20 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Requisition. - @param M_Requisition_ID - Material Requisition - */ + @param M_Requisition_ID Material Requisition + */ public void setM_Requisition_ID (int M_Requisition_ID) { - if (M_Requisition_ID < 1) + if (M_Requisition_ID < 1) set_Value (COLUMNNAME_M_Requisition_ID, null); - else + else set_Value (COLUMNNAME_M_Requisition_ID, Integer.valueOf(M_Requisition_ID)); } /** Get Requisition. @return Material Requisition */ - public int getM_Requisition_ID () + public int getM_Requisition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Requisition_ID); if (ii == null) @@ -545,21 +530,20 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Requisition Line. - @param M_RequisitionLine_ID - Material Requisition Line - */ + @param M_RequisitionLine_ID Material Requisition Line + */ public void setM_RequisitionLine_ID (int M_RequisitionLine_ID) { - if (M_RequisitionLine_ID < 1) + if (M_RequisitionLine_ID < 1) set_Value (COLUMNNAME_M_RequisitionLine_ID, null); - else + else set_Value (COLUMNNAME_M_RequisitionLine_ID, Integer.valueOf(M_RequisitionLine_ID)); } /** Get Requisition Line. @return Material Requisition Line */ - public int getM_RequisitionLine_ID () + public int getM_RequisitionLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_RequisitionLine_ID); if (ii == null) @@ -574,21 +558,20 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -597,9 +580,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -608,7 +590,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -638,9 +620,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Safety Stock = STK */ public static final String ORDERTYPE_SafetyStock = "STK"; /** Set Order Type. - @param OrderType - Type of Order: MRP records grouped by source (Sales Order, Purchase Order, Distribution Order, Requisition) - */ + @param OrderType Type of Order: MRP records grouped by source (Sales Order, Purchase Order, Distribution Order, Requisition) + */ public void setOrderType (String OrderType) { @@ -650,7 +631,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Order Type. @return Type of Order: MRP records grouped by source (Sales Order, Purchase Order, Distribution Order, Requisition) */ - public String getOrderType () + public String getOrderType() { return (String)get_Value(COLUMNNAME_OrderType); } @@ -662,18 +643,19 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Planner. - @param Planner_ID Planner */ + @param Planner_ID Planner + */ public void setPlanner_ID (int Planner_ID) { - if (Planner_ID < 1) + if (Planner_ID < 1) set_Value (COLUMNNAME_Planner_ID, null); - else + else set_Value (COLUMNNAME_Planner_ID, Integer.valueOf(Planner_ID)); } /** Get Planner. @return Planner */ - public int getPlanner_ID () + public int getPlanner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Planner_ID); if (ii == null) @@ -682,21 +664,20 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Material Requirement Planning. - @param PP_MRP_ID - MRP ID - */ + @param PP_MRP_ID MRP ID + */ public void setPP_MRP_ID (int PP_MRP_ID) { - if (PP_MRP_ID < 1) + if (PP_MRP_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_MRP_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_MRP_ID, Integer.valueOf(PP_MRP_ID)); } /** Get Material Requirement Planning. @return MRP ID */ - public int getPP_MRP_ID () + public int getPP_MRP_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_MRP_ID); if (ii == null) @@ -705,7 +686,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set PP_MRP_UU. - @param PP_MRP_UU PP_MRP_UU */ + @param PP_MRP_UU PP_MRP_UU + */ public void setPP_MRP_UU (String PP_MRP_UU) { set_Value (COLUMNNAME_PP_MRP_UU, PP_MRP_UU); @@ -713,7 +695,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get PP_MRP_UU. @return PP_MRP_UU */ - public String getPP_MRP_UU () + public String getPP_MRP_UU() { return (String)get_Value(COLUMNNAME_PP_MRP_UU); } @@ -725,18 +707,19 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Manufacturing Order BOM Line. - @param PP_Order_BOMLine_ID Manufacturing Order BOM Line */ + @param PP_Order_BOMLine_ID Manufacturing Order BOM Line + */ public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID) { - if (PP_Order_BOMLine_ID < 1) + if (PP_Order_BOMLine_ID < 1) set_Value (COLUMNNAME_PP_Order_BOMLine_ID, null); - else + else set_Value (COLUMNNAME_PP_Order_BOMLine_ID, Integer.valueOf(PP_Order_BOMLine_ID)); } /** Get Manufacturing Order BOM Line. @return Manufacturing Order BOM Line */ - public int getPP_Order_BOMLine_ID () + public int getPP_Order_BOMLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOMLine_ID); if (ii == null) @@ -751,21 +734,20 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Manufacturing Order. - @param PP_Order_ID - Manufacturing Order - */ + @param PP_Order_ID Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { - if (PP_Order_ID < 1) + if (PP_Order_ID < 1) set_Value (COLUMNNAME_PP_Order_ID, null); - else + else set_Value (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } /** Get Manufacturing Order. @return Manufacturing Order */ - public int getPP_Order_ID () + public int getPP_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); if (ii == null) @@ -774,9 +756,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Priority. - @param Priority - Indicates if this request is of a high, medium or low priority. - */ + @param Priority Indicates if this request is of a high, medium or low priority. + */ public void setPriority (String Priority) { set_Value (COLUMNNAME_Priority, Priority); @@ -785,15 +766,14 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Priority. @return Indicates if this request is of a high, medium or low priority. */ - public String getPriority () + public String getPriority() { return (String)get_Value(COLUMNNAME_Priority); } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -802,7 +782,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -817,21 +797,20 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent } /** Set Resource. - @param S_Resource_ID - Resource - */ + @param S_Resource_ID Resource + */ public void setS_Resource_ID (int S_Resource_ID) { - if (S_Resource_ID < 1) + if (S_Resource_ID < 1) set_Value (COLUMNNAME_S_Resource_ID, null); - else + else set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); } /** Get Resource. @return Resource */ - public int getS_Resource_ID () + public int getS_Resource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); if (ii == null) @@ -846,9 +825,8 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Supply = S */ public static final String TYPEMRP_Supply = "S"; /** Set MRP Type. - @param TypeMRP - MRP Type determines whether a record is demand or supply - */ + @param TypeMRP MRP Type determines whether a record is demand or supply + */ public void setTypeMRP (String TypeMRP) { @@ -858,15 +836,14 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get MRP Type. @return MRP Type determines whether a record is demand or supply */ - public String getTypeMRP () + public String getTypeMRP() { return (String)get_Value(COLUMNNAME_TypeMRP); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -875,15 +852,14 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Version. - @param Version - Version of the table definition - */ + @param Version Version of the table definition + */ public void setVersion (BigDecimal Version) { set_Value (COLUMNNAME_Version, Version); @@ -892,7 +868,7 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent /** Get Version. @return Version of the table definition */ - public BigDecimal getVersion () + public BigDecimal getVersion() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Version); if (bd == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order.java index 8c39ca02a4..04ee39e5b8 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Order") public class X_PP_Order extends PO implements I_PP_Order, I_Persistent { @@ -35,7 +35,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Order (Properties ctx, int PP_Order_ID, String trxName) @@ -117,21 +117,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ + @param AD_OrgTrx_ID Performing or initiating organization + */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { - if (AD_OrgTrx_ID < 1) + if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else + else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ - public int getAD_OrgTrx_ID () + public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) @@ -146,21 +145,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_Workflow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -169,9 +167,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Quantity Assay. - @param Assay - Indicated the Quantity Assay to use into Quality Order - */ + @param Assay Indicated the Quantity Assay to use into Quality Order + */ public void setAssay (BigDecimal Assay) { set_Value (COLUMNNAME_Assay, Assay); @@ -180,7 +177,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Quantity Assay. @return Indicated the Quantity Assay to use into Quality Order */ - public BigDecimal getAssay () + public BigDecimal getAssay() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Assay); if (bd == null) @@ -195,21 +192,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Activity. - @param C_Activity_ID - Business Activity - */ + @param C_Activity_ID Business Activity + */ public void setC_Activity_ID (int C_Activity_ID) { - if (C_Activity_ID < 1) + if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); - else + else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ - public int getC_Activity_ID () + public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_ID); if (ii == null) @@ -224,21 +220,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Campaign. - @param C_Campaign_ID - Marketing Campaign - */ + @param C_Campaign_ID Marketing Campaign + */ public void setC_Campaign_ID (int C_Campaign_ID) { - if (C_Campaign_ID < 1) + if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); - else + else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ - public int getC_Campaign_ID () + public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) @@ -253,21 +248,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Document Type. - @param C_DocType_ID - Document type or rules - */ + @param C_DocType_ID Document type or rules + */ public void setC_DocType_ID (int C_DocType_ID) { - if (C_DocType_ID < 0) + if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); - else + else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ - public int getC_DocType_ID () + public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) @@ -282,21 +276,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Target Document Type. - @param C_DocTypeTarget_ID - Target document type for conversing documents - */ + @param C_DocTypeTarget_ID Target document type for conversing documents + */ public void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID) { - if (C_DocTypeTarget_ID < 1) + if (C_DocTypeTarget_ID < 1) set_ValueNoCheck (COLUMNNAME_C_DocTypeTarget_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_DocTypeTarget_ID, Integer.valueOf(C_DocTypeTarget_ID)); } /** Get Target Document Type. @return Target document type for conversing documents */ - public int getC_DocTypeTarget_ID () + public int getC_DocTypeTarget_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocTypeTarget_ID); if (ii == null) @@ -305,9 +298,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Copy From. - @param CopyFrom - Copy From Record - */ + @param CopyFrom Copy From Record + */ public void setCopyFrom (String CopyFrom) { set_Value (COLUMNNAME_CopyFrom, CopyFrom); @@ -316,7 +308,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Copy From. @return Copy From Record */ - public String getCopyFrom () + public String getCopyFrom() { return (String)get_Value(COLUMNNAME_CopyFrom); } @@ -328,21 +320,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Sales Order Line. - @param C_OrderLine_ID - Sales Order Line - */ + @param C_OrderLine_ID Sales Order Line + */ public void setC_OrderLine_ID (int C_OrderLine_ID) { - if (C_OrderLine_ID < 1) + if (C_OrderLine_ID < 1) set_Value (COLUMNNAME_C_OrderLine_ID, null); - else + else set_Value (COLUMNNAME_C_OrderLine_ID, Integer.valueOf(C_OrderLine_ID)); } /** Get Sales Order Line. @return Sales Order Line */ - public int getC_OrderLine_ID () + public int getC_OrderLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_OrderLine_ID); if (ii == null) @@ -357,21 +348,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Project. - @param C_Project_ID - Financial Project - */ + @param C_Project_ID Financial Project + */ public void setC_Project_ID (int C_Project_ID) { - if (C_Project_ID < 1) + if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); - else + else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ - public int getC_Project_ID () + public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_ID); if (ii == null) @@ -386,21 +376,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_ValueNoCheck (COLUMNNAME_C_UOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -409,9 +398,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Date Confirm. - @param DateConfirm - Date Confirm of this Order - */ + @param DateConfirm Date Confirm of this Order + */ public void setDateConfirm (Timestamp DateConfirm) { set_ValueNoCheck (COLUMNNAME_DateConfirm, DateConfirm); @@ -420,15 +408,14 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Date Confirm. @return Date Confirm of this Order */ - public Timestamp getDateConfirm () + public Timestamp getDateConfirm() { return (Timestamp)get_Value(COLUMNNAME_DateConfirm); } /** Set Date Delivered. - @param DateDelivered - Date when the product was delivered - */ + @param DateDelivered Date when the product was delivered + */ public void setDateDelivered (Timestamp DateDelivered) { set_ValueNoCheck (COLUMNNAME_DateDelivered, DateDelivered); @@ -437,15 +424,14 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Date Delivered. @return Date when the product was delivered */ - public Timestamp getDateDelivered () + public Timestamp getDateDelivered() { return (Timestamp)get_Value(COLUMNNAME_DateDelivered); } /** Set Finish Date. - @param DateFinish - Finish or (planned) completion date - */ + @param DateFinish Finish or (planned) completion date + */ public void setDateFinish (Timestamp DateFinish) { set_ValueNoCheck (COLUMNNAME_DateFinish, DateFinish); @@ -454,15 +440,14 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Finish Date. @return Finish or (planned) completion date */ - public Timestamp getDateFinish () + public Timestamp getDateFinish() { return (Timestamp)get_Value(COLUMNNAME_DateFinish); } /** Set Date Finish Schedule. - @param DateFinishSchedule - Scheduled Finish date for this Order - */ + @param DateFinishSchedule Scheduled Finish date for this Order + */ public void setDateFinishSchedule (Timestamp DateFinishSchedule) { set_Value (COLUMNNAME_DateFinishSchedule, DateFinishSchedule); @@ -471,15 +456,14 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Date Finish Schedule. @return Scheduled Finish date for this Order */ - public Timestamp getDateFinishSchedule () + public Timestamp getDateFinishSchedule() { return (Timestamp)get_Value(COLUMNNAME_DateFinishSchedule); } /** Set Date Ordered. - @param DateOrdered - Date of Order - */ + @param DateOrdered Date of Order + */ public void setDateOrdered (Timestamp DateOrdered) { set_Value (COLUMNNAME_DateOrdered, DateOrdered); @@ -488,15 +472,14 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Date Ordered. @return Date of Order */ - public Timestamp getDateOrdered () + public Timestamp getDateOrdered() { return (Timestamp)get_Value(COLUMNNAME_DateOrdered); } /** Set Date Promised. - @param DatePromised - Date Order was promised - */ + @param DatePromised Date Order was promised + */ public void setDatePromised (Timestamp DatePromised) { set_Value (COLUMNNAME_DatePromised, DatePromised); @@ -505,15 +488,14 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Date Promised. @return Date Order was promised */ - public Timestamp getDatePromised () + public Timestamp getDatePromised() { return (Timestamp)get_Value(COLUMNNAME_DatePromised); } /** Set Date Start. - @param DateStart - Date Start for this Order - */ + @param DateStart Date Start for this Order + */ public void setDateStart (Timestamp DateStart) { set_ValueNoCheck (COLUMNNAME_DateStart, DateStart); @@ -522,15 +504,14 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Date Start. @return Date Start for this Order */ - public Timestamp getDateStart () + public Timestamp getDateStart() { return (Timestamp)get_Value(COLUMNNAME_DateStart); } /** Set Date Start Schedule. - @param DateStartSchedule - Scheduled start date for this Order - */ + @param DateStartSchedule Scheduled start date for this Order + */ public void setDateStartSchedule (Timestamp DateStartSchedule) { set_Value (COLUMNNAME_DateStartSchedule, DateStartSchedule); @@ -539,15 +520,14 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Date Start Schedule. @return Scheduled start date for this Order */ - public Timestamp getDateStartSchedule () + public Timestamp getDateStartSchedule() { return (Timestamp)get_Value(COLUMNNAME_DateStartSchedule); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -556,14 +536,14 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -592,9 +572,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -604,7 +583,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -636,9 +615,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -648,15 +626,14 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -665,7 +642,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } @@ -679,7 +656,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Float After. - @param FloatAfter Float After */ + @param FloatAfter Float After + */ public void setFloatAfter (BigDecimal FloatAfter) { set_Value (COLUMNNAME_FloatAfter, FloatAfter); @@ -687,7 +665,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Float After. @return Float After */ - public BigDecimal getFloatAfter () + public BigDecimal getFloatAfter() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FloatAfter); if (bd == null) @@ -696,7 +674,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Float Befored. - @param FloatBefored Float Befored */ + @param FloatBefored Float Befored + */ public void setFloatBefored (BigDecimal FloatBefored) { set_Value (COLUMNNAME_FloatBefored, FloatBefored); @@ -704,7 +683,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Float Befored. @return Float Befored */ - public BigDecimal getFloatBefored () + public BigDecimal getFloatBefored() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FloatBefored); if (bd == null) @@ -713,9 +692,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Approved. - @param IsApproved - Indicates if this document requires approval - */ + @param IsApproved Indicates if this document requires approval + */ public void setIsApproved (boolean IsApproved) { set_Value (COLUMNNAME_IsApproved, Boolean.valueOf(IsApproved)); @@ -724,7 +702,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Approved. @return Indicates if this document requires approval */ - public boolean isApproved () + public boolean isApproved() { Object oo = get_Value(COLUMNNAME_IsApproved); if (oo != null) @@ -737,9 +715,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Printed. - @param IsPrinted - Indicates if this document / line is printed - */ + @param IsPrinted Indicates if this document / line is printed + */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); @@ -748,7 +725,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Printed. @return Indicates if this document / line is printed */ - public boolean isPrinted () + public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) @@ -761,9 +738,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Is Qty Percentage. - @param IsQtyPercentage - Indicate that this component is based in % Quantity - */ + @param IsQtyPercentage Indicate that this component is based in % Quantity + */ public void setIsQtyPercentage (boolean IsQtyPercentage) { set_Value (COLUMNNAME_IsQtyPercentage, Boolean.valueOf(IsQtyPercentage)); @@ -772,7 +748,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Is Qty Percentage. @return Indicate that this component is based in % Quantity */ - public boolean isQtyPercentage () + public boolean isQtyPercentage() { Object oo = get_Value(COLUMNNAME_IsQtyPercentage); if (oo != null) @@ -785,7 +761,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Selected. - @param IsSelected Selected */ + @param IsSelected Selected + */ public void setIsSelected (boolean IsSelected) { set_Value (COLUMNNAME_IsSelected, Boolean.valueOf(IsSelected)); @@ -793,7 +770,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Selected. @return Selected */ - public boolean isSelected () + public boolean isSelected() { Object oo = get_Value(COLUMNNAME_IsSelected); if (oo != null) @@ -806,9 +783,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Sales Transaction. - @param IsSOTrx - This is a Sales Transaction - */ + @param IsSOTrx This is a Sales Transaction + */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); @@ -817,7 +793,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Sales Transaction. @return This is a Sales Transaction */ - public boolean isSOTrx () + public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) @@ -830,9 +806,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -841,7 +816,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -850,9 +825,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Lot No. - @param Lot - Lot number (alphanumeric) - */ + @param Lot Lot number (alphanumeric) + */ public void setLot (String Lot) { set_Value (COLUMNNAME_Lot, Lot); @@ -861,7 +835,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Lot No. @return Lot number (alphanumeric) */ - public String getLot () + public String getLot() { return (String)get_Value(COLUMNNAME_Lot); } @@ -873,21 +847,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -902,21 +875,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -931,21 +903,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -954,9 +925,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Order Type. - @param OrderType - Type of Order: MRP records grouped by source (Sales Order, Purchase Order, Distribution Order, Requisition) - */ + @param OrderType Type of Order: MRP records grouped by source (Sales Order, Purchase Order, Distribution Order, Requisition) + */ public void setOrderType (String OrderType) { set_Value (COLUMNNAME_OrderType, OrderType); @@ -965,7 +935,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Order Type. @return Type of Order: MRP records grouped by source (Sales Order, Purchase Order, Distribution Order, Requisition) */ - public String getOrderType () + public String getOrderType() { return (String)get_Value(COLUMNNAME_OrderType); } @@ -977,18 +947,19 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Planner. - @param Planner_ID Planner */ + @param Planner_ID Planner + */ public void setPlanner_ID (int Planner_ID) { - if (Planner_ID < 1) + if (Planner_ID < 1) set_Value (COLUMNNAME_Planner_ID, null); - else + else set_Value (COLUMNNAME_Planner_ID, Integer.valueOf(Planner_ID)); } /** Get Planner. @return Planner */ - public int getPlanner_ID () + public int getPlanner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Planner_ID); if (ii == null) @@ -997,9 +968,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Posted. - @param Posted - Posting status - */ + @param Posted Posting status + */ public void setPosted (boolean Posted) { set_Value (COLUMNNAME_Posted, Boolean.valueOf(Posted)); @@ -1008,7 +978,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Posted. @return Posting status */ - public boolean isPosted () + public boolean isPosted() { Object oo = get_Value(COLUMNNAME_Posted); if (oo != null) @@ -1021,21 +991,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Manufacturing Order. - @param PP_Order_ID - Manufacturing Order - */ + @param PP_Order_ID Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { - if (PP_Order_ID < 1) + if (PP_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } /** Get Manufacturing Order. @return Manufacturing Order */ - public int getPP_Order_ID () + public int getPP_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); if (ii == null) @@ -1044,7 +1013,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set PP_Order_UU. - @param PP_Order_UU PP_Order_UU */ + @param PP_Order_UU PP_Order_UU + */ public void setPP_Order_UU (String PP_Order_UU) { set_Value (COLUMNNAME_PP_Order_UU, PP_Order_UU); @@ -1052,7 +1022,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get PP_Order_UU. @return PP_Order_UU */ - public String getPP_Order_UU () + public String getPP_Order_UU() { return (String)get_Value(COLUMNNAME_PP_Order_UU); } @@ -1063,22 +1033,21 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent .getPO(getPP_Product_BOM_ID(), get_TrxName()); } - /** Set BOM & Formula. - @param PP_Product_BOM_ID - BOM & Formula - */ + /** Set BOM & Formula. + @param PP_Product_BOM_ID BOM & Formula + */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID) { - if (PP_Product_BOM_ID < 1) + if (PP_Product_BOM_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Product_BOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Product_BOM_ID, Integer.valueOf(PP_Product_BOM_ID)); } - /** Get BOM & Formula. - @return BOM & Formula + /** Get BOM & Formula. + @return BOM & Formula */ - public int getPP_Product_BOM_ID () + public int getPP_Product_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOM_ID); if (ii == null) @@ -1099,9 +1068,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Minor = 9 */ public static final String PRIORITYRULE_Minor = "9"; /** Set Priority. - @param PriorityRule - Priority of a document - */ + @param PriorityRule Priority of a document + */ public void setPriorityRule (String PriorityRule) { @@ -1111,15 +1079,14 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Priority. @return Priority of a document */ - public String getPriorityRule () + public String getPriorityRule() { return (String)get_Value(COLUMNNAME_PriorityRule); } /** Set Processed. - @param Processed - The document has been processed - */ + @param Processed The document has been processed + */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); @@ -1128,7 +1095,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Processed. @return The document has been processed */ - public boolean isProcessed () + public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) @@ -1141,9 +1108,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Processed On. - @param ProcessedOn - The date+time (expressed in decimal format) when the document has been processed - */ + @param ProcessedOn The date+time (expressed in decimal format) when the document has been processed + */ public void setProcessedOn (BigDecimal ProcessedOn) { set_Value (COLUMNNAME_ProcessedOn, ProcessedOn); @@ -1152,7 +1118,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Processed On. @return The date+time (expressed in decimal format) when the document has been processed */ - public BigDecimal getProcessedOn () + public BigDecimal getProcessedOn() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ProcessedOn); if (bd == null) @@ -1161,7 +1127,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -1169,7 +1136,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -1182,7 +1149,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Qty Batchs. - @param QtyBatchs Qty Batchs */ + @param QtyBatchs Qty Batchs + */ public void setQtyBatchs (BigDecimal QtyBatchs) { set_ValueNoCheck (COLUMNNAME_QtyBatchs, QtyBatchs); @@ -1190,7 +1158,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Qty Batchs. @return Qty Batchs */ - public BigDecimal getQtyBatchs () + public BigDecimal getQtyBatchs() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatchs); if (bd == null) @@ -1199,7 +1167,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Qty Batch Size. - @param QtyBatchSize Qty Batch Size */ + @param QtyBatchSize Qty Batch Size + */ public void setQtyBatchSize (BigDecimal QtyBatchSize) { set_ValueNoCheck (COLUMNNAME_QtyBatchSize, QtyBatchSize); @@ -1207,7 +1176,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Qty Batch Size. @return Qty Batch Size */ - public BigDecimal getQtyBatchSize () + public BigDecimal getQtyBatchSize() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatchSize); if (bd == null) @@ -1216,9 +1185,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Delivered Quantity. - @param QtyDelivered - Delivered Quantity - */ + @param QtyDelivered Delivered Quantity + */ public void setQtyDelivered (BigDecimal QtyDelivered) { set_Value (COLUMNNAME_QtyDelivered, QtyDelivered); @@ -1227,7 +1195,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Delivered Quantity. @return Delivered Quantity */ - public BigDecimal getQtyDelivered () + public BigDecimal getQtyDelivered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyDelivered); if (bd == null) @@ -1236,9 +1204,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Quantity. - @param QtyEntered - The Quantity Entered is based on the selected UoM - */ + @param QtyEntered The Quantity Entered is based on the selected UoM + */ public void setQtyEntered (BigDecimal QtyEntered) { set_Value (COLUMNNAME_QtyEntered, QtyEntered); @@ -1247,7 +1214,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Quantity. @return The Quantity Entered is based on the selected UoM */ - public BigDecimal getQtyEntered () + public BigDecimal getQtyEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyEntered); if (bd == null) @@ -1256,9 +1223,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Ordered Quantity. - @param QtyOrdered - Ordered Quantity - */ + @param QtyOrdered Ordered Quantity + */ public void setQtyOrdered (BigDecimal QtyOrdered) { set_ValueNoCheck (COLUMNNAME_QtyOrdered, QtyOrdered); @@ -1267,7 +1233,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Ordered Quantity. @return Ordered Quantity */ - public BigDecimal getQtyOrdered () + public BigDecimal getQtyOrdered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyOrdered); if (bd == null) @@ -1276,7 +1242,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Qty Reject. - @param QtyReject Qty Reject */ + @param QtyReject Qty Reject + */ public void setQtyReject (BigDecimal QtyReject) { set_Value (COLUMNNAME_QtyReject, QtyReject); @@ -1284,7 +1251,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Qty Reject. @return Qty Reject */ - public BigDecimal getQtyReject () + public BigDecimal getQtyReject() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReject); if (bd == null) @@ -1293,9 +1260,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Reserved Quantity. - @param QtyReserved - Reserved Quantity - */ + @param QtyReserved Reserved Quantity + */ public void setQtyReserved (BigDecimal QtyReserved) { set_Value (COLUMNNAME_QtyReserved, QtyReserved); @@ -1304,7 +1270,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Reserved Quantity. @return Reserved Quantity */ - public BigDecimal getQtyReserved () + public BigDecimal getQtyReserved() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReserved); if (bd == null) @@ -1313,9 +1279,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Scrap %. - @param QtyScrap - Scrap % Quantity for this componet - */ + @param QtyScrap Scrap % Quantity for this componet + */ public void setQtyScrap (BigDecimal QtyScrap) { set_Value (COLUMNNAME_QtyScrap, QtyScrap); @@ -1324,7 +1289,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Scrap %. @return Scrap % Quantity for this componet */ - public BigDecimal getQtyScrap () + public BigDecimal getQtyScrap() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyScrap); if (bd == null) @@ -1333,9 +1298,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Schedule Type. - @param ScheduleType - Type of schedule - */ + @param ScheduleType Type of schedule + */ public void setScheduleType (String ScheduleType) { set_Value (COLUMNNAME_ScheduleType, ScheduleType); @@ -1344,15 +1308,14 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Schedule Type. @return Type of schedule */ - public String getScheduleType () + public String getScheduleType() { return (String)get_Value(COLUMNNAME_ScheduleType); } /** Set Serial No. - @param SerNo - Product Serial Number - */ + @param SerNo Product Serial Number + */ public void setSerNo (String SerNo) { set_Value (COLUMNNAME_SerNo, SerNo); @@ -1361,7 +1324,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Serial No. @return Product Serial Number */ - public String getSerNo () + public String getSerNo() { return (String)get_Value(COLUMNNAME_SerNo); } @@ -1373,21 +1336,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Resource. - @param S_Resource_ID - Resource - */ + @param S_Resource_ID Resource + */ public void setS_Resource_ID (int S_Resource_ID) { - if (S_Resource_ID < 1) + if (S_Resource_ID < 1) set_ValueNoCheck (COLUMNNAME_S_Resource_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); } /** Get Resource. @return Resource */ - public int getS_Resource_ID () + public int getS_Resource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); if (ii == null) @@ -1402,21 +1364,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set User Element List 1. - @param User1_ID - User defined list element #1 - */ + @param User1_ID User defined list element #1 + */ public void setUser1_ID (int User1_ID) { - if (User1_ID < 1) + if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); - else + else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ - public int getUser1_ID () + public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) @@ -1431,21 +1392,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set User Element List 2. - @param User2_ID - User defined list element #2 - */ + @param User2_ID User defined list element #2 + */ public void setUser2_ID (int User2_ID) { - if (User2_ID < 1) + if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); - else + else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ - public int getUser2_ID () + public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) @@ -1454,9 +1414,8 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent } /** Set Yield %. - @param Yield - The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent - */ + @param Yield The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent + */ public void setYield (BigDecimal Yield) { set_Value (COLUMNNAME_Yield, Yield); @@ -1465,7 +1424,7 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent /** Get Yield %. @return The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent */ - public BigDecimal getYield () + public BigDecimal getYield() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Yield); if (bd == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOM.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOM.java index a8a9c32f1b..c16de35ee9 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOM.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOM.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order_BOM * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Order_BOM") public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent { @@ -33,7 +33,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Order_BOM (Properties ctx, int PP_Order_BOM_ID, String trxName) @@ -100,9 +100,8 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Previous, Spare = S */ public static final String BOMTYPE_PreviousSpare = "S"; /** Set BOM Type. - @param BOMType - Type of BOM - */ + @param BOMType Type of BOM + */ public void setBOMType (String BOMType) { @@ -112,7 +111,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Get BOM Type. @return Type of BOM */ - public String getBOMType () + public String getBOMType() { return (String)get_Value(COLUMNNAME_BOMType); } @@ -130,9 +129,8 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Quality = Q */ public static final String BOMUSE_Quality = "Q"; /** Set BOM Use. - @param BOMUse - The use of the Bill of Material - */ + @param BOMUse The use of the Bill of Material + */ public void setBOMUse (String BOMUse) { @@ -142,15 +140,14 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Get BOM Use. @return The use of the Bill of Material */ - public String getBOMUse () + public String getBOMUse() { return (String)get_Value(COLUMNNAME_BOMUse); } /** Set Copy From. - @param CopyFrom - Copy From Record - */ + @param CopyFrom Copy From Record + */ public void setCopyFrom (String CopyFrom) { set_Value (COLUMNNAME_CopyFrom, CopyFrom); @@ -159,7 +156,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Get Copy From. @return Copy From Record */ - public String getCopyFrom () + public String getCopyFrom() { return (String)get_Value(COLUMNNAME_CopyFrom); } @@ -171,21 +168,20 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -194,9 +190,8 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -205,15 +200,14 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -222,15 +216,14 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -239,7 +232,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -251,21 +244,20 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -280,21 +272,20 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent } /** Set Change Notice. - @param M_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version) - */ + @param M_ChangeNotice_ID Bill of Materials (Engineering) Change Notice (Version) + */ public void setM_ChangeNotice_ID (int M_ChangeNotice_ID) { - if (M_ChangeNotice_ID < 1) + if (M_ChangeNotice_ID < 1) set_Value (COLUMNNAME_M_ChangeNotice_ID, null); - else + else set_Value (COLUMNNAME_M_ChangeNotice_ID, Integer.valueOf(M_ChangeNotice_ID)); } /** Get Change Notice. @return Bill of Materials (Engineering) Change Notice (Version) */ - public int getM_ChangeNotice_ID () + public int getM_ChangeNotice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ChangeNotice_ID); if (ii == null) @@ -309,21 +300,20 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -332,9 +322,8 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -343,7 +332,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -357,18 +346,19 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent } /** Set Manufacturing Order BOM. - @param PP_Order_BOM_ID Manufacturing Order BOM */ + @param PP_Order_BOM_ID Manufacturing Order BOM + */ public void setPP_Order_BOM_ID (int PP_Order_BOM_ID) { - if (PP_Order_BOM_ID < 1) + if (PP_Order_BOM_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_BOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_BOM_ID, Integer.valueOf(PP_Order_BOM_ID)); } /** Get Manufacturing Order BOM. @return Manufacturing Order BOM */ - public int getPP_Order_BOM_ID () + public int getPP_Order_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOM_ID); if (ii == null) @@ -377,7 +367,8 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent } /** Set PP_Order_BOM_UU. - @param PP_Order_BOM_UU PP_Order_BOM_UU */ + @param PP_Order_BOM_UU PP_Order_BOM_UU + */ public void setPP_Order_BOM_UU (String PP_Order_BOM_UU) { set_Value (COLUMNNAME_PP_Order_BOM_UU, PP_Order_BOM_UU); @@ -385,7 +376,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Get PP_Order_BOM_UU. @return PP_Order_BOM_UU */ - public String getPP_Order_BOM_UU () + public String getPP_Order_BOM_UU() { return (String)get_Value(COLUMNNAME_PP_Order_BOM_UU); } @@ -397,21 +388,20 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent } /** Set Manufacturing Order. - @param PP_Order_ID - Manufacturing Order - */ + @param PP_Order_ID Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { - if (PP_Order_ID < 1) + if (PP_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } /** Get Manufacturing Order. @return Manufacturing Order */ - public int getPP_Order_ID () + public int getPP_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); if (ii == null) @@ -420,7 +410,8 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -428,7 +419,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -441,7 +432,8 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent } /** Set Revision. - @param Revision Revision */ + @param Revision Revision + */ public void setRevision (String Revision) { set_Value (COLUMNNAME_Revision, Revision); @@ -449,15 +441,14 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Get Revision. @return Revision */ - public String getRevision () + public String getRevision() { return (String)get_Value(COLUMNNAME_Revision); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -466,15 +457,14 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -483,15 +473,14 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -500,7 +489,7 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOMLine.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOMLine.java index 74b2b61389..bcabfc0b8e 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOMLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOMLine.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order_BOMLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Order_BOMLine") public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Persistent { @@ -35,7 +35,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Order_BOMLine (Properties ctx, int PP_Order_BOMLine_ID, String trxName) @@ -100,21 +100,20 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ + @param AD_User_ID User within the system - Internal or Business Partner Contact + */ public void setAD_User_ID (int AD_User_ID) { - if (AD_User_ID < 1) + if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); - else + else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ - public int getAD_User_ID () + public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) @@ -123,9 +122,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Quantity Assay. - @param Assay - Indicated the Quantity Assay to use into Quality Order - */ + @param Assay Indicated the Quantity Assay to use into Quality Order + */ public void setAssay (BigDecimal Assay) { set_ValueNoCheck (COLUMNNAME_Assay, Assay); @@ -134,7 +132,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Quantity Assay. @return Indicated the Quantity Assay to use into Quality Order */ - public BigDecimal getAssay () + public BigDecimal getAssay() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Assay); if (bd == null) @@ -143,9 +141,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Backflush Group. - @param BackflushGroup - The Grouping Components to the Backflush - */ + @param BackflushGroup The Grouping Components to the Backflush + */ public void setBackflushGroup (String BackflushGroup) { set_ValueNoCheck (COLUMNNAME_BackflushGroup, BackflushGroup); @@ -154,7 +151,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Backflush Group. @return The Grouping Components to the Backflush */ - public String getBackflushGroup () + public String getBackflushGroup() { return (String)get_Value(COLUMNNAME_BackflushGroup); } @@ -180,9 +177,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Variant = VA */ public static final String COMPONENTTYPE_Variant = "VA"; /** Set Component Type. - @param ComponentType - Component Type for a Bill of Material or Formula - */ + @param ComponentType Component Type for a Bill of Material or Formula + */ public void setComponentType (String ComponentType) { @@ -192,15 +188,14 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Component Type. @return Component Type for a Bill of Material or Formula */ - public String getComponentType () + public String getComponentType() { return (String)get_Value(COLUMNNAME_ComponentType); } /** Set Cost Allocation Percent. - @param CostAllocationPerc - Cost allocation percent in case of a co-product. - */ + @param CostAllocationPerc Cost allocation percent in case of a co-product. + */ public void setCostAllocationPerc (BigDecimal CostAllocationPerc) { set_Value (COLUMNNAME_CostAllocationPerc, CostAllocationPerc); @@ -209,7 +204,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Cost Allocation Percent. @return Cost allocation percent in case of a co-product. */ - public BigDecimal getCostAllocationPerc () + public BigDecimal getCostAllocationPerc() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostAllocationPerc); if (bd == null) @@ -224,21 +219,20 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_ValueNoCheck (COLUMNNAME_C_UOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -247,9 +241,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Date Delivered. - @param DateDelivered - Date when the product was delivered - */ + @param DateDelivered Date when the product was delivered + */ public void setDateDelivered (Timestamp DateDelivered) { set_Value (COLUMNNAME_DateDelivered, DateDelivered); @@ -258,15 +251,14 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Date Delivered. @return Date when the product was delivered */ - public Timestamp getDateDelivered () + public Timestamp getDateDelivered() { return (Timestamp)get_Value(COLUMNNAME_DateDelivered); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -275,15 +267,14 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Feature. - @param Feature - Indicated the Feature for Product Configure - */ + @param Feature Indicated the Feature for Product Configure + */ public void setFeature (String Feature) { set_Value (COLUMNNAME_Feature, Feature); @@ -292,15 +283,14 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Feature. @return Indicated the Feature for Product Configure */ - public String getFeature () + public String getFeature() { return (String)get_Value(COLUMNNAME_Feature); } /** Set Forecast. - @param Forecast - Indicated the % of participation this component into a of the BOM Planning - */ + @param Forecast Indicated the % of participation this component into a of the BOM Planning + */ public void setForecast (BigDecimal Forecast) { set_ValueNoCheck (COLUMNNAME_Forecast, Forecast); @@ -309,7 +299,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Forecast. @return Indicated the % of participation this component into a of the BOM Planning */ - public BigDecimal getForecast () + public BigDecimal getForecast() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Forecast); if (bd == null) @@ -318,9 +308,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -329,15 +318,14 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Is Critical Component. - @param IsCritical - Indicate that a Manufacturing Order can not begin without have this component - */ + @param IsCritical Indicate that a Manufacturing Order can not begin without have this component + */ public void setIsCritical (boolean IsCritical) { set_Value (COLUMNNAME_IsCritical, Boolean.valueOf(IsCritical)); @@ -346,7 +334,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Is Critical Component. @return Indicate that a Manufacturing Order can not begin without have this component */ - public boolean isCritical () + public boolean isCritical() { Object oo = get_Value(COLUMNNAME_IsCritical); if (oo != null) @@ -359,9 +347,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Is Qty Percentage. - @param IsQtyPercentage - Indicate that this component is based in % Quantity - */ + @param IsQtyPercentage Indicate that this component is based in % Quantity + */ public void setIsQtyPercentage (boolean IsQtyPercentage) { set_ValueNoCheck (COLUMNNAME_IsQtyPercentage, Boolean.valueOf(IsQtyPercentage)); @@ -370,7 +357,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Is Qty Percentage. @return Indicate that this component is based in % Quantity */ - public boolean isQtyPercentage () + public boolean isQtyPercentage() { Object oo = get_Value(COLUMNNAME_IsQtyPercentage); if (oo != null) @@ -391,9 +378,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Floor Stock = 2 */ public static final String ISSUEMETHOD_FloorStock = "2"; /** Set Issue Method. - @param IssueMethod - There are two methods for issue the components to Manufacturing Order - */ + @param IssueMethod There are two methods for issue the components to Manufacturing Order + */ public void setIssueMethod (String IssueMethod) { @@ -403,15 +389,14 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Issue Method. @return There are two methods for issue the components to Manufacturing Order */ - public String getIssueMethod () + public String getIssueMethod() { return (String)get_Value(COLUMNNAME_IssueMethod); } /** Set Lead Time Offset. - @param LeadTimeOffset - Optional Lead Time offset before starting production - */ + @param LeadTimeOffset Optional Lead Time offset before starting production + */ public void setLeadTimeOffset (int LeadTimeOffset) { set_Value (COLUMNNAME_LeadTimeOffset, Integer.valueOf(LeadTimeOffset)); @@ -420,7 +405,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Lead Time Offset. @return Optional Lead Time offset before starting production */ - public int getLeadTimeOffset () + public int getLeadTimeOffset() { Integer ii = (Integer)get_Value(COLUMNNAME_LeadTimeOffset); if (ii == null) @@ -429,9 +414,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -440,7 +424,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -455,21 +439,20 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -484,21 +467,20 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Change Notice. - @param M_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version) - */ + @param M_ChangeNotice_ID Bill of Materials (Engineering) Change Notice (Version) + */ public void setM_ChangeNotice_ID (int M_ChangeNotice_ID) { - if (M_ChangeNotice_ID < 1) + if (M_ChangeNotice_ID < 1) set_Value (COLUMNNAME_M_ChangeNotice_ID, null); - else + else set_Value (COLUMNNAME_M_ChangeNotice_ID, Integer.valueOf(M_ChangeNotice_ID)); } /** Get Change Notice. @return Bill of Materials (Engineering) Change Notice (Version) */ - public int getM_ChangeNotice_ID () + public int getM_ChangeNotice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ChangeNotice_ID); if (ii == null) @@ -513,21 +495,20 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Locator. - @param M_Locator_ID - Warehouse Locator - */ + @param M_Locator_ID Warehouse Locator + */ public void setM_Locator_ID (int M_Locator_ID) { - if (M_Locator_ID < 1) + if (M_Locator_ID < 1) set_Value (COLUMNNAME_M_Locator_ID, null); - else + else set_Value (COLUMNNAME_M_Locator_ID, Integer.valueOf(M_Locator_ID)); } /** Get Locator. @return Warehouse Locator */ - public int getM_Locator_ID () + public int getM_Locator_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Locator_ID); if (ii == null) @@ -542,21 +523,20 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -579,21 +559,20 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -608,18 +587,19 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Manufacturing Order BOM. - @param PP_Order_BOM_ID Manufacturing Order BOM */ + @param PP_Order_BOM_ID Manufacturing Order BOM + */ public void setPP_Order_BOM_ID (int PP_Order_BOM_ID) { - if (PP_Order_BOM_ID < 1) + if (PP_Order_BOM_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_BOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_BOM_ID, Integer.valueOf(PP_Order_BOM_ID)); } /** Get Manufacturing Order BOM. @return Manufacturing Order BOM */ - public int getPP_Order_BOM_ID () + public int getPP_Order_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOM_ID); if (ii == null) @@ -628,18 +608,19 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Manufacturing Order BOM Line. - @param PP_Order_BOMLine_ID Manufacturing Order BOM Line */ + @param PP_Order_BOMLine_ID Manufacturing Order BOM Line + */ public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID) { - if (PP_Order_BOMLine_ID < 1) + if (PP_Order_BOMLine_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_BOMLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_BOMLine_ID, Integer.valueOf(PP_Order_BOMLine_ID)); } /** Get Manufacturing Order BOM Line. @return Manufacturing Order BOM Line */ - public int getPP_Order_BOMLine_ID () + public int getPP_Order_BOMLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_BOMLine_ID); if (ii == null) @@ -648,7 +629,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set PP_Order_BOMLine_UU. - @param PP_Order_BOMLine_UU PP_Order_BOMLine_UU */ + @param PP_Order_BOMLine_UU PP_Order_BOMLine_UU + */ public void setPP_Order_BOMLine_UU (String PP_Order_BOMLine_UU) { set_Value (COLUMNNAME_PP_Order_BOMLine_UU, PP_Order_BOMLine_UU); @@ -656,7 +638,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get PP_Order_BOMLine_UU. @return PP_Order_BOMLine_UU */ - public String getPP_Order_BOMLine_UU () + public String getPP_Order_BOMLine_UU() { return (String)get_Value(COLUMNNAME_PP_Order_BOMLine_UU); } @@ -668,21 +650,20 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Manufacturing Order. - @param PP_Order_ID - Manufacturing Order - */ + @param PP_Order_ID Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { - if (PP_Order_ID < 1) + if (PP_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } /** Get Manufacturing Order. @return Manufacturing Order */ - public int getPP_Order_ID () + public int getPP_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); if (ii == null) @@ -691,9 +672,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Quantity in %. - @param QtyBatch - Indicate the Quantity % use in this Formula - */ + @param QtyBatch Indicate the Quantity % use in this Formula + */ public void setQtyBatch (BigDecimal QtyBatch) { set_ValueNoCheck (COLUMNNAME_QtyBatch, QtyBatch); @@ -702,7 +682,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Quantity in %. @return Indicate the Quantity % use in this Formula */ - public BigDecimal getQtyBatch () + public BigDecimal getQtyBatch() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatch); if (bd == null) @@ -711,9 +691,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Quantity. - @param QtyBOM - Indicate the Quantity use in this BOM - */ + @param QtyBOM Indicate the Quantity use in this BOM + */ public void setQtyBOM (BigDecimal QtyBOM) { set_ValueNoCheck (COLUMNNAME_QtyBOM, QtyBOM); @@ -722,7 +701,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Quantity. @return Indicate the Quantity use in this BOM */ - public BigDecimal getQtyBOM () + public BigDecimal getQtyBOM() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBOM); if (bd == null) @@ -731,9 +710,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Delivered Quantity. - @param QtyDelivered - Delivered Quantity - */ + @param QtyDelivered Delivered Quantity + */ public void setQtyDelivered (BigDecimal QtyDelivered) { set_ValueNoCheck (COLUMNNAME_QtyDelivered, QtyDelivered); @@ -742,7 +720,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Delivered Quantity. @return Delivered Quantity */ - public BigDecimal getQtyDelivered () + public BigDecimal getQtyDelivered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyDelivered); if (bd == null) @@ -751,9 +729,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Quantity. - @param QtyEntered - The Quantity Entered is based on the selected UoM - */ + @param QtyEntered The Quantity Entered is based on the selected UoM + */ public void setQtyEntered (BigDecimal QtyEntered) { set_ValueNoCheck (COLUMNNAME_QtyEntered, QtyEntered); @@ -762,7 +739,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Quantity. @return The Quantity Entered is based on the selected UoM */ - public BigDecimal getQtyEntered () + public BigDecimal getQtyEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyEntered); if (bd == null) @@ -771,7 +748,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Qty Post. - @param QtyPost Qty Post */ + @param QtyPost Qty Post + */ public void setQtyPost (BigDecimal QtyPost) { set_ValueNoCheck (COLUMNNAME_QtyPost, QtyPost); @@ -779,7 +757,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Qty Post. @return Qty Post */ - public BigDecimal getQtyPost () + public BigDecimal getQtyPost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyPost); if (bd == null) @@ -788,7 +766,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Qty Reject. - @param QtyReject Qty Reject */ + @param QtyReject Qty Reject + */ public void setQtyReject (BigDecimal QtyReject) { set_ValueNoCheck (COLUMNNAME_QtyReject, QtyReject); @@ -796,7 +775,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Qty Reject. @return Qty Reject */ - public BigDecimal getQtyReject () + public BigDecimal getQtyReject() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReject); if (bd == null) @@ -805,7 +784,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Qty Requiered. - @param QtyRequiered Qty Requiered */ + @param QtyRequiered Qty Requiered + */ public void setQtyRequiered (BigDecimal QtyRequiered) { set_Value (COLUMNNAME_QtyRequiered, QtyRequiered); @@ -813,7 +793,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Qty Requiered. @return Qty Requiered */ - public BigDecimal getQtyRequiered () + public BigDecimal getQtyRequiered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyRequiered); if (bd == null) @@ -822,9 +802,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Reserved Quantity. - @param QtyReserved - Reserved Quantity - */ + @param QtyReserved Reserved Quantity + */ public void setQtyReserved (BigDecimal QtyReserved) { set_ValueNoCheck (COLUMNNAME_QtyReserved, QtyReserved); @@ -833,7 +812,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Reserved Quantity. @return Reserved Quantity */ - public BigDecimal getQtyReserved () + public BigDecimal getQtyReserved() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReserved); if (bd == null) @@ -842,9 +821,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Scrap %. - @param QtyScrap - Scrap % Quantity for this componet - */ + @param QtyScrap Scrap % Quantity for this componet + */ public void setQtyScrap (BigDecimal QtyScrap) { set_ValueNoCheck (COLUMNNAME_QtyScrap, QtyScrap); @@ -853,7 +831,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Scrap %. @return Scrap % Quantity for this componet */ - public BigDecimal getQtyScrap () + public BigDecimal getQtyScrap() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyScrap); if (bd == null) @@ -862,9 +840,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Scrap %. - @param Scrap - Indicate the Scrap % for calculate the Scrap Quantity - */ + @param Scrap Indicate the Scrap % for calculate the Scrap Quantity + */ public void setScrap (BigDecimal Scrap) { set_ValueNoCheck (COLUMNNAME_Scrap, Scrap); @@ -873,7 +850,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Scrap %. @return Indicate the Scrap % for calculate the Scrap Quantity */ - public BigDecimal getScrap () + public BigDecimal getScrap() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Scrap); if (bd == null) @@ -882,9 +859,8 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -893,15 +869,14 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -910,7 +885,7 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Cost.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Cost.java index 2c1cfbb509..9fa48f3b9e 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Cost.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Cost.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for PP_Order_Cost * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Order_Cost") public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent { @@ -33,7 +33,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Order_Cost (Properties ctx, int PP_Order_Cost_ID, String trxName) @@ -84,21 +84,20 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_Value (COLUMNNAME_AD_Workflow_ID, null); - else + else set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -113,21 +112,20 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -156,9 +154,8 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent /** _ = x */ public static final String COSTINGMETHOD__ = "x"; /** Set Costing Method. - @param CostingMethod - Indicates how Costs will be calculated - */ + @param CostingMethod Indicates how Costs will be calculated + */ public void setCostingMethod (String CostingMethod) { @@ -168,15 +165,14 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent /** Get Costing Method. @return Indicates how Costs will be calculated */ - public String getCostingMethod () + public String getCostingMethod() { return (String)get_Value(COLUMNNAME_CostingMethod); } /** Set Accumulated Amt. - @param CumulatedAmt - Total Amount - */ + @param CumulatedAmt Total Amount + */ public void setCumulatedAmt (BigDecimal CumulatedAmt) { set_ValueNoCheck (COLUMNNAME_CumulatedAmt, CumulatedAmt); @@ -185,7 +181,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent /** Get Accumulated Amt. @return Total Amount */ - public BigDecimal getCumulatedAmt () + public BigDecimal getCumulatedAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CumulatedAmt); if (bd == null) @@ -194,7 +190,8 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Cumulated Amt Post. - @param CumulatedAmtPost Cumulated Amt Post */ + @param CumulatedAmtPost Cumulated Amt Post + */ public void setCumulatedAmtPost (BigDecimal CumulatedAmtPost) { set_ValueNoCheck (COLUMNNAME_CumulatedAmtPost, CumulatedAmtPost); @@ -202,7 +199,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent /** Get Cumulated Amt Post. @return Cumulated Amt Post */ - public BigDecimal getCumulatedAmtPost () + public BigDecimal getCumulatedAmtPost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CumulatedAmtPost); if (bd == null) @@ -211,9 +208,8 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Accumulated Qty. - @param CumulatedQty - Total Quantity - */ + @param CumulatedQty Total Quantity + */ public void setCumulatedQty (BigDecimal CumulatedQty) { set_ValueNoCheck (COLUMNNAME_CumulatedQty, CumulatedQty); @@ -222,7 +218,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent /** Get Accumulated Qty. @return Total Quantity */ - public BigDecimal getCumulatedQty () + public BigDecimal getCumulatedQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CumulatedQty); if (bd == null) @@ -231,7 +227,8 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Cumulated Qty Post. - @param CumulatedQtyPost Cumulated Qty Post */ + @param CumulatedQtyPost Cumulated Qty Post + */ public void setCumulatedQtyPost (BigDecimal CumulatedQtyPost) { set_ValueNoCheck (COLUMNNAME_CumulatedQtyPost, CumulatedQtyPost); @@ -239,7 +236,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent /** Get Cumulated Qty Post. @return Cumulated Qty Post */ - public BigDecimal getCumulatedQtyPost () + public BigDecimal getCumulatedQtyPost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CumulatedQtyPost); if (bd == null) @@ -248,9 +245,8 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Current Cost Price. - @param CurrentCostPrice - The currently used cost price - */ + @param CurrentCostPrice The currently used cost price + */ public void setCurrentCostPrice (BigDecimal CurrentCostPrice) { set_ValueNoCheck (COLUMNNAME_CurrentCostPrice, CurrentCostPrice); @@ -259,7 +255,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent /** Get Current Cost Price. @return The currently used cost price */ - public BigDecimal getCurrentCostPrice () + public BigDecimal getCurrentCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPrice); if (bd == null) @@ -268,9 +264,8 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Current Cost Price Lower Level. - @param CurrentCostPriceLL - Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. - */ + @param CurrentCostPriceLL Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. + */ public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL) { set_ValueNoCheck (COLUMNNAME_CurrentCostPriceLL, CurrentCostPriceLL); @@ -279,7 +274,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent /** Get Current Cost Price Lower Level. @return Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. */ - public BigDecimal getCurrentCostPriceLL () + public BigDecimal getCurrentCostPriceLL() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPriceLL); if (bd == null) @@ -288,9 +283,8 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Current Quantity. - @param CurrentQty - Current Quantity - */ + @param CurrentQty Current Quantity + */ public void setCurrentQty (BigDecimal CurrentQty) { set_Value (COLUMNNAME_CurrentQty, CurrentQty); @@ -299,7 +293,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent /** Get Current Quantity. @return Current Quantity */ - public BigDecimal getCurrentQty () + public BigDecimal getCurrentQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentQty); if (bd == null) @@ -314,21 +308,20 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -343,21 +336,20 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Cost Element. - @param M_CostElement_ID - Product Cost Element - */ + @param M_CostElement_ID Product Cost Element + */ public void setM_CostElement_ID (int M_CostElement_ID) { - if (M_CostElement_ID < 1) + if (M_CostElement_ID < 1) set_ValueNoCheck (COLUMNNAME_M_CostElement_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); } /** Get Cost Element. @return Product Cost Element */ - public int getM_CostElement_ID () + public int getM_CostElement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); if (ii == null) @@ -372,21 +364,20 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Cost Type. - @param M_CostType_ID - Type of Cost (e.g. Current, Plan, Future) - */ + @param M_CostType_ID Type of Cost (e.g. Current, Plan, Future) + */ public void setM_CostType_ID (int M_CostType_ID) { - if (M_CostType_ID < 1) + if (M_CostType_ID < 1) set_Value (COLUMNNAME_M_CostType_ID, null); - else + else set_Value (COLUMNNAME_M_CostType_ID, Integer.valueOf(M_CostType_ID)); } /** Get Cost Type. @return Type of Cost (e.g. Current, Plan, Future) */ - public int getM_CostType_ID () + public int getM_CostType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostType_ID); if (ii == null) @@ -401,21 +392,20 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -424,18 +414,19 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Manufacturing Order Cost. - @param PP_Order_Cost_ID Manufacturing Order Cost */ + @param PP_Order_Cost_ID Manufacturing Order Cost + */ public void setPP_Order_Cost_ID (int PP_Order_Cost_ID) { - if (PP_Order_Cost_ID < 1) + if (PP_Order_Cost_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_Cost_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_Cost_ID, Integer.valueOf(PP_Order_Cost_ID)); } /** Get Manufacturing Order Cost. @return Manufacturing Order Cost */ - public int getPP_Order_Cost_ID () + public int getPP_Order_Cost_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Cost_ID); if (ii == null) @@ -444,7 +435,8 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set PP_Order_Cost_UU. - @param PP_Order_Cost_UU PP_Order_Cost_UU */ + @param PP_Order_Cost_UU PP_Order_Cost_UU + */ public void setPP_Order_Cost_UU (String PP_Order_Cost_UU) { set_Value (COLUMNNAME_PP_Order_Cost_UU, PP_Order_Cost_UU); @@ -452,7 +444,7 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent /** Get PP_Order_Cost_UU. @return PP_Order_Cost_UU */ - public String getPP_Order_Cost_UU () + public String getPP_Order_Cost_UU() { return (String)get_Value(COLUMNNAME_PP_Order_Cost_UU); } @@ -464,21 +456,20 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent } /** Set Manufacturing Order. - @param PP_Order_ID - Manufacturing Order - */ + @param PP_Order_ID Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { - if (PP_Order_ID < 1) + if (PP_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } /** Get Manufacturing Order. @return Manufacturing Order */ - public int getPP_Order_ID () + public int getPP_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node.java index 0ef6a13d8a..9f773d3eeb 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order_Node * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Order_Node") public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent { @@ -35,7 +35,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Order_Node (Properties ctx, int PP_Order_Node_ID, String trxName) @@ -126,9 +126,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Wait (Sleep) = Z */ public static final String ACTION_WaitSleep = "Z"; /** Set Action. - @param Action - Indicates the Action to be performed - */ + @param Action Indicates the Action to be performed + */ public void setAction (String Action) { @@ -138,7 +137,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Action. @return Indicates the Action to be performed */ - public String getAction () + public String getAction() { return (String)get_Value(COLUMNNAME_Action); } @@ -150,21 +149,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -179,21 +177,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Special Form. - @param AD_Form_ID - Special Form - */ + @param AD_Form_ID Special Form + */ public void setAD_Form_ID (int AD_Form_ID) { - if (AD_Form_ID < 1) + if (AD_Form_ID < 1) set_Value (COLUMNNAME_AD_Form_ID, null); - else + else set_Value (COLUMNNAME_AD_Form_ID, Integer.valueOf(AD_Form_ID)); } /** Get Special Form. @return Special Form */ - public int getAD_Form_ID () + public int getAD_Form_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Form_ID); if (ii == null) @@ -208,21 +205,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Image. - @param AD_Image_ID - Image or Icon - */ + @param AD_Image_ID Image or Icon + */ public void setAD_Image_ID (int AD_Image_ID) { - if (AD_Image_ID < 1) + if (AD_Image_ID < 1) set_Value (COLUMNNAME_AD_Image_ID, null); - else + else set_Value (COLUMNNAME_AD_Image_ID, Integer.valueOf(AD_Image_ID)); } /** Get Image. @return Image or Icon */ - public int getAD_Image_ID () + public int getAD_Image_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Image_ID); if (ii == null) @@ -237,21 +233,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Process. - @param AD_Process_ID - Process or Report - */ + @param AD_Process_ID Process or Report + */ public void setAD_Process_ID (int AD_Process_ID) { - if (AD_Process_ID < 1) + if (AD_Process_ID < 1) set_Value (COLUMNNAME_AD_Process_ID, null); - else + else set_Value (COLUMNNAME_AD_Process_ID, Integer.valueOf(AD_Process_ID)); } /** Get Process. @return Process or Report */ - public int getAD_Process_ID () + public int getAD_Process_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Process_ID); if (ii == null) @@ -266,21 +261,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set OS Task. - @param AD_Task_ID - Operation System Task - */ + @param AD_Task_ID Operation System Task + */ public void setAD_Task_ID (int AD_Task_ID) { - if (AD_Task_ID < 1) + if (AD_Task_ID < 1) set_Value (COLUMNNAME_AD_Task_ID, null); - else + else set_Value (COLUMNNAME_AD_Task_ID, Integer.valueOf(AD_Task_ID)); } /** Get OS Task. @return Operation System Task */ - public int getAD_Task_ID () + public int getAD_Task_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Task_ID); if (ii == null) @@ -295,21 +289,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Workflow Block. - @param AD_WF_Block_ID - Workflow Transaction Execution Block - */ + @param AD_WF_Block_ID Workflow Transaction Execution Block + */ public void setAD_WF_Block_ID (int AD_WF_Block_ID) { - if (AD_WF_Block_ID < 1) + if (AD_WF_Block_ID < 1) set_Value (COLUMNNAME_AD_WF_Block_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Block_ID, Integer.valueOf(AD_WF_Block_ID)); } /** Get Workflow Block. @return Workflow Transaction Execution Block */ - public int getAD_WF_Block_ID () + public int getAD_WF_Block_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Block_ID); if (ii == null) @@ -324,21 +317,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ + @param AD_WF_Node_ID Workflow Node (activity), step or process + */ public void setAD_WF_Node_ID (int AD_WF_Node_ID) { - if (AD_WF_Node_ID < 1) + if (AD_WF_Node_ID < 1) set_Value (COLUMNNAME_AD_WF_Node_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); } /** Get Node. @return Workflow Node (activity), step or process */ - public int getAD_WF_Node_ID () + public int getAD_WF_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); if (ii == null) @@ -353,21 +345,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Workflow Responsible. - @param AD_WF_Responsible_ID - Responsible for Workflow Execution - */ + @param AD_WF_Responsible_ID Responsible for Workflow Execution + */ public void setAD_WF_Responsible_ID (int AD_WF_Responsible_ID) { - if (AD_WF_Responsible_ID < 1) + if (AD_WF_Responsible_ID < 1) set_Value (COLUMNNAME_AD_WF_Responsible_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Responsible_ID, Integer.valueOf(AD_WF_Responsible_ID)); } /** Get Workflow Responsible. @return Responsible for Workflow Execution */ - public int getAD_WF_Responsible_ID () + public int getAD_WF_Responsible_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Responsible_ID); if (ii == null) @@ -382,21 +373,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Window. - @param AD_Window_ID - Data entry or display window - */ + @param AD_Window_ID Data entry or display window + */ public void setAD_Window_ID (int AD_Window_ID) { - if (AD_Window_ID < 1) + if (AD_Window_ID < 1) set_Value (COLUMNNAME_AD_Window_ID, null); - else + else set_Value (COLUMNNAME_AD_Window_ID, Integer.valueOf(AD_Window_ID)); } /** Get Window. @return Data entry or display window */ - public int getAD_Window_ID () + public int getAD_Window_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Window_ID); if (ii == null) @@ -411,21 +401,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_Value (COLUMNNAME_AD_Workflow_ID, null); - else + else set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -434,9 +423,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Attribute Name. - @param AttributeName - Name of the Attribute - */ + @param AttributeName Name of the Attribute + */ public void setAttributeName (String AttributeName) { set_Value (COLUMNNAME_AttributeName, AttributeName); @@ -445,15 +433,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Attribute Name. @return Name of the Attribute */ - public String getAttributeName () + public String getAttributeName() { return (String)get_Value(COLUMNNAME_AttributeName); } /** Set Attribute Value. - @param AttributeValue - Value of the Attribute - */ + @param AttributeValue Value of the Attribute + */ public void setAttributeValue (String AttributeValue) { set_Value (COLUMNNAME_AttributeValue, AttributeValue); @@ -462,7 +449,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Attribute Value. @return Value of the Attribute */ - public String getAttributeValue () + public String getAttributeValue() { return (String)get_Value(COLUMNNAME_AttributeValue); } @@ -473,22 +460,21 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent .getPO(getC_BPartner_ID(), get_TrxName()); } - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ + /** Set Business Partner. + @param C_BPartner_ID Identifies a Business Partner + */ public void setC_BPartner_ID (int C_BPartner_ID) { - if (C_BPartner_ID < 1) + if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); - else + else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } - /** Get Business Partner . + /** Get Business Partner. @return Identifies a Business Partner */ - public int getC_BPartner_ID () + public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) @@ -497,9 +483,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Cost. - @param Cost - Cost information - */ + @param Cost Cost information + */ public void setCost (BigDecimal Cost) { set_Value (COLUMNNAME_Cost, Cost); @@ -508,7 +493,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Cost. @return Cost information */ - public BigDecimal getCost () + public BigDecimal getCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Cost); if (bd == null) @@ -517,9 +502,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Finish Date. - @param DateFinish - Finish or (planned) completion date - */ + @param DateFinish Finish or (planned) completion date + */ public void setDateFinish (Timestamp DateFinish) { set_Value (COLUMNNAME_DateFinish, DateFinish); @@ -528,15 +512,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Finish Date. @return Finish or (planned) completion date */ - public Timestamp getDateFinish () + public Timestamp getDateFinish() { return (Timestamp)get_Value(COLUMNNAME_DateFinish); } /** Set Date Finish Schedule. - @param DateFinishSchedule - Scheduled Finish date for this Order - */ + @param DateFinishSchedule Scheduled Finish date for this Order + */ public void setDateFinishSchedule (Timestamp DateFinishSchedule) { set_Value (COLUMNNAME_DateFinishSchedule, DateFinishSchedule); @@ -545,15 +528,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Date Finish Schedule. @return Scheduled Finish date for this Order */ - public Timestamp getDateFinishSchedule () + public Timestamp getDateFinishSchedule() { return (Timestamp)get_Value(COLUMNNAME_DateFinishSchedule); } /** Set Date Start. - @param DateStart - Date Start for this Order - */ + @param DateStart Date Start for this Order + */ public void setDateStart (Timestamp DateStart) { set_Value (COLUMNNAME_DateStart, DateStart); @@ -562,15 +544,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Date Start. @return Date Start for this Order */ - public Timestamp getDateStart () + public Timestamp getDateStart() { return (Timestamp)get_Value(COLUMNNAME_DateStart); } /** Set Date Start Schedule. - @param DateStartSchedule - Scheduled start date for this Order - */ + @param DateStartSchedule Scheduled start date for this Order + */ public void setDateStartSchedule (Timestamp DateStartSchedule) { set_Value (COLUMNNAME_DateStartSchedule, DateStartSchedule); @@ -579,15 +560,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Date Start Schedule. @return Scheduled start date for this Order */ - public Timestamp getDateStartSchedule () + public Timestamp getDateStartSchedule() { return (Timestamp)get_Value(COLUMNNAME_DateStartSchedule); } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -596,14 +576,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocAction AD_Reference_ID=135 */ public static final int DOCACTION_AD_Reference_ID=135; - /** = -- */ + /** <None> = -- */ public static final String DOCACTION_None = "--"; /** Approve = AP */ public static final String DOCACTION_Approve = "AP"; @@ -632,9 +612,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Unlock = XL */ public static final String DOCACTION_Unlock = "XL"; /** Set Document Action. - @param DocAction - The targeted status of the document - */ + @param DocAction The targeted status of the document + */ public void setDocAction (String DocAction) { @@ -644,7 +623,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Document Action. @return The targeted status of the document */ - public String getDocAction () + public String getDocAction() { return (String)get_Value(COLUMNNAME_DocAction); } @@ -676,9 +655,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Waiting Payment = WP */ public static final String DOCSTATUS_WaitingPayment = "WP"; /** Set Document Status. - @param DocStatus - The current status of the document - */ + @param DocStatus The current status of the document + */ public void setDocStatus (String DocStatus) { @@ -688,15 +666,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Document Status. @return The current status of the document */ - public String getDocStatus () + public String getDocStatus() { return (String)get_Value(COLUMNNAME_DocStatus); } /** Set Duration. - @param Duration - Normal Duration in Duration Unit - */ + @param Duration Normal Duration in Duration Unit + */ public void setDuration (int Duration) { set_Value (COLUMNNAME_Duration, Integer.valueOf(Duration)); @@ -705,7 +682,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Duration. @return Normal Duration in Duration Unit */ - public int getDuration () + public int getDuration() { Integer ii = (Integer)get_Value(COLUMNNAME_Duration); if (ii == null) @@ -714,7 +691,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Duration Real. - @param DurationReal Duration Real */ + @param DurationReal Duration Real + */ public void setDurationReal (int DurationReal) { set_Value (COLUMNNAME_DurationReal, Integer.valueOf(DurationReal)); @@ -722,7 +700,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Duration Real. @return Duration Real */ - public int getDurationReal () + public int getDurationReal() { Integer ii = (Integer)get_Value(COLUMNNAME_DurationReal); if (ii == null) @@ -731,7 +709,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Duration Requiered. - @param DurationRequiered Duration Requiered */ + @param DurationRequiered Duration Requiered + */ public void setDurationRequiered (int DurationRequiered) { set_Value (COLUMNNAME_DurationRequiered, Integer.valueOf(DurationRequiered)); @@ -739,7 +718,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Duration Requiered. @return Duration Requiered */ - public int getDurationRequiered () + public int getDurationRequiered() { Integer ii = (Integer)get_Value(COLUMNNAME_DurationRequiered); if (ii == null) @@ -750,9 +729,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -762,7 +740,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } @@ -774,9 +752,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Manual = M */ public static final String FINISHMODE_Manual = "M"; /** Set Finish Mode. - @param FinishMode - Workflow Activity Finish Mode - */ + @param FinishMode Workflow Activity Finish Mode + */ public void setFinishMode (String FinishMode) { @@ -786,15 +763,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Finish Mode. @return Workflow Activity Finish Mode */ - public String getFinishMode () + public String getFinishMode() { return (String)get_Value(COLUMNNAME_FinishMode); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -803,15 +779,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Centrally maintained. - @param IsCentrallyMaintained - Information maintained in System Element table - */ + @param IsCentrallyMaintained Information maintained in System Element table + */ public void setIsCentrallyMaintained (boolean IsCentrallyMaintained) { set_Value (COLUMNNAME_IsCentrallyMaintained, Boolean.valueOf(IsCentrallyMaintained)); @@ -820,7 +795,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Centrally maintained. @return Information maintained in System Element table */ - public boolean isCentrallyMaintained () + public boolean isCentrallyMaintained() { Object oo = get_Value(COLUMNNAME_IsCentrallyMaintained); if (oo != null) @@ -833,7 +808,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Is Milestone. - @param IsMilestone Is Milestone */ + @param IsMilestone Is Milestone + */ public void setIsMilestone (boolean IsMilestone) { set_Value (COLUMNNAME_IsMilestone, Boolean.valueOf(IsMilestone)); @@ -841,7 +817,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Is Milestone. @return Is Milestone */ - public boolean isMilestone () + public boolean isMilestone() { Object oo = get_Value(COLUMNNAME_IsMilestone); if (oo != null) @@ -854,7 +830,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Is Subcontracting. - @param IsSubcontracting Is Subcontracting */ + @param IsSubcontracting Is Subcontracting + */ public void setIsSubcontracting (boolean IsSubcontracting) { set_Value (COLUMNNAME_IsSubcontracting, Boolean.valueOf(IsSubcontracting)); @@ -862,7 +839,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Is Subcontracting. @return Is Subcontracting */ - public boolean isSubcontracting () + public boolean isSubcontracting() { Object oo = get_Value(COLUMNNAME_IsSubcontracting); if (oo != null) @@ -881,9 +858,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** XOR = X */ public static final String JOINELEMENT_XOR = "X"; /** Set Join Element. - @param JoinElement - Semantics for multiple incoming Transitions - */ + @param JoinElement Semantics for multiple incoming Transitions + */ public void setJoinElement (String JoinElement) { @@ -893,15 +869,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Join Element. @return Semantics for multiple incoming Transitions */ - public String getJoinElement () + public String getJoinElement() { return (String)get_Value(COLUMNNAME_JoinElement); } /** Set Duration Limit. - @param Limit - Maximum Duration in Duration Unit - */ + @param Limit Maximum Duration in Duration Unit + */ public void setLimit (int Limit) { set_Value (COLUMNNAME_Limit, Integer.valueOf(Limit)); @@ -910,7 +885,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Duration Limit. @return Maximum Duration in Duration Unit */ - public int getLimit () + public int getLimit() { Integer ii = (Integer)get_Value(COLUMNNAME_Limit); if (ii == null) @@ -919,7 +894,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Moving Time. - @param MovingTime Moving Time */ + @param MovingTime Moving Time + */ public void setMovingTime (int MovingTime) { set_Value (COLUMNNAME_MovingTime, Integer.valueOf(MovingTime)); @@ -927,7 +903,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Moving Time. @return Moving Time */ - public int getMovingTime () + public int getMovingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_MovingTime); if (ii == null) @@ -936,9 +912,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -947,7 +922,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -961,9 +936,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Overlap Units. - @param OverlapUnits - Overlap Units are number of units that must be completed before they are moved the next activity - */ + @param OverlapUnits Overlap Units are number of units that must be completed before they are moved the next activity + */ public void setOverlapUnits (int OverlapUnits) { set_Value (COLUMNNAME_OverlapUnits, Integer.valueOf(OverlapUnits)); @@ -972,7 +946,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Overlap Units. @return Overlap Units are number of units that must be completed before they are moved the next activity */ - public int getOverlapUnits () + public int getOverlapUnits() { Integer ii = (Integer)get_Value(COLUMNNAME_OverlapUnits); if (ii == null) @@ -987,21 +961,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Manufacturing Order. - @param PP_Order_ID - Manufacturing Order - */ + @param PP_Order_ID Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { - if (PP_Order_ID < 1) + if (PP_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } /** Get Manufacturing Order. @return Manufacturing Order */ - public int getPP_Order_ID () + public int getPP_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); if (ii == null) @@ -1010,21 +983,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Manufacturing Order Activity. - @param PP_Order_Node_ID - Workflow Node (activity), step or process - */ + @param PP_Order_Node_ID Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID) { - if (PP_Order_Node_ID < 1) + if (PP_Order_Node_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_Node_ID, Integer.valueOf(PP_Order_Node_ID)); } /** Get Manufacturing Order Activity. @return Workflow Node (activity), step or process */ - public int getPP_Order_Node_ID () + public int getPP_Order_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_ID); if (ii == null) @@ -1033,7 +1005,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set PP_Order_Node_UU. - @param PP_Order_Node_UU PP_Order_Node_UU */ + @param PP_Order_Node_UU PP_Order_Node_UU + */ public void setPP_Order_Node_UU (String PP_Order_Node_UU) { set_Value (COLUMNNAME_PP_Order_Node_UU, PP_Order_Node_UU); @@ -1041,7 +1014,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get PP_Order_Node_UU. @return PP_Order_Node_UU */ - public String getPP_Order_Node_UU () + public String getPP_Order_Node_UU() { return (String)get_Value(COLUMNNAME_PP_Order_Node_UU); } @@ -1053,18 +1026,19 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Manufacturing Order Workflow. - @param PP_Order_Workflow_ID Manufacturing Order Workflow */ + @param PP_Order_Workflow_ID Manufacturing Order Workflow + */ public void setPP_Order_Workflow_ID (int PP_Order_Workflow_ID) { - if (PP_Order_Workflow_ID < 1) + if (PP_Order_Workflow_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_Workflow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_Workflow_ID, Integer.valueOf(PP_Order_Workflow_ID)); } /** Get Manufacturing Order Workflow. @return Manufacturing Order Workflow */ - public int getPP_Order_Workflow_ID () + public int getPP_Order_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Workflow_ID); if (ii == null) @@ -1073,9 +1047,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Priority. - @param Priority - Indicates if this request is of a high, medium or low priority. - */ + @param Priority Indicates if this request is of a high, medium or low priority. + */ public void setPriority (int Priority) { set_Value (COLUMNNAME_Priority, Integer.valueOf(Priority)); @@ -1084,7 +1057,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Priority. @return Indicates if this request is of a high, medium or low priority. */ - public int getPriority () + public int getPriority() { Integer ii = (Integer)get_Value(COLUMNNAME_Priority); if (ii == null) @@ -1093,9 +1066,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Delivered Quantity. - @param QtyDelivered - Delivered Quantity - */ + @param QtyDelivered Delivered Quantity + */ public void setQtyDelivered (BigDecimal QtyDelivered) { set_Value (COLUMNNAME_QtyDelivered, QtyDelivered); @@ -1104,7 +1076,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Delivered Quantity. @return Delivered Quantity */ - public BigDecimal getQtyDelivered () + public BigDecimal getQtyDelivered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyDelivered); if (bd == null) @@ -1113,7 +1085,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Qty Reject. - @param QtyReject Qty Reject */ + @param QtyReject Qty Reject + */ public void setQtyReject (BigDecimal QtyReject) { set_Value (COLUMNNAME_QtyReject, QtyReject); @@ -1121,7 +1094,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Qty Reject. @return Qty Reject */ - public BigDecimal getQtyReject () + public BigDecimal getQtyReject() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyReject); if (bd == null) @@ -1130,7 +1103,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Qty Requiered. - @param QtyRequiered Qty Requiered */ + @param QtyRequiered Qty Requiered + */ public void setQtyRequiered (BigDecimal QtyRequiered) { set_Value (COLUMNNAME_QtyRequiered, QtyRequiered); @@ -1138,7 +1112,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Qty Requiered. @return Qty Requiered */ - public BigDecimal getQtyRequiered () + public BigDecimal getQtyRequiered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyRequiered); if (bd == null) @@ -1147,9 +1121,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Scrap %. - @param QtyScrap - Scrap % Quantity for this componet - */ + @param QtyScrap Scrap % Quantity for this componet + */ public void setQtyScrap (BigDecimal QtyScrap) { set_Value (COLUMNNAME_QtyScrap, QtyScrap); @@ -1158,7 +1131,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Scrap %. @return Scrap % Quantity for this componet */ - public BigDecimal getQtyScrap () + public BigDecimal getQtyScrap() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyScrap); if (bd == null) @@ -1167,9 +1140,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Queuing Time. - @param QueuingTime - Queue time is the time a job waits at a work center before begin handled. - */ + @param QueuingTime Queue time is the time a job waits at a work center before begin handled. + */ public void setQueuingTime (int QueuingTime) { set_Value (COLUMNNAME_QueuingTime, Integer.valueOf(QueuingTime)); @@ -1178,7 +1150,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Queuing Time. @return Queue time is the time a job waits at a work center before begin handled. */ - public int getQueuingTime () + public int getQueuingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_QueuingTime); if (ii == null) @@ -1187,9 +1159,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Setup Time. - @param SetupTime - Setup time before starting Production - */ + @param SetupTime Setup time before starting Production + */ public void setSetupTime (int SetupTime) { set_Value (COLUMNNAME_SetupTime, Integer.valueOf(SetupTime)); @@ -1198,7 +1169,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Setup Time. @return Setup time before starting Production */ - public int getSetupTime () + public int getSetupTime() { Integer ii = (Integer)get_Value(COLUMNNAME_SetupTime); if (ii == null) @@ -1207,7 +1178,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Setup Time Real. - @param SetupTimeReal Setup Time Real */ + @param SetupTimeReal Setup Time Real + */ public void setSetupTimeReal (int SetupTimeReal) { set_Value (COLUMNNAME_SetupTimeReal, Integer.valueOf(SetupTimeReal)); @@ -1215,7 +1187,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Setup Time Real. @return Setup Time Real */ - public int getSetupTimeReal () + public int getSetupTimeReal() { Integer ii = (Integer)get_Value(COLUMNNAME_SetupTimeReal); if (ii == null) @@ -1224,7 +1196,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Setup Time Requiered. - @param SetupTimeRequiered Setup Time Requiered */ + @param SetupTimeRequiered Setup Time Requiered + */ public void setSetupTimeRequiered (int SetupTimeRequiered) { set_Value (COLUMNNAME_SetupTimeRequiered, Integer.valueOf(SetupTimeRequiered)); @@ -1232,7 +1205,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Setup Time Requiered. @return Setup Time Requiered */ - public int getSetupTimeRequiered () + public int getSetupTimeRequiered() { Integer ii = (Integer)get_Value(COLUMNNAME_SetupTimeRequiered); if (ii == null) @@ -1247,9 +1220,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** XOR = X */ public static final String SPLITELEMENT_XOR = "X"; /** Set Split Element. - @param SplitElement - Semantics for multiple outgoing Transitions - */ + @param SplitElement Semantics for multiple outgoing Transitions + */ public void setSplitElement (String SplitElement) { @@ -1259,7 +1231,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Split Element. @return Semantics for multiple outgoing Transitions */ - public String getSplitElement () + public String getSplitElement() { return (String)get_Value(COLUMNNAME_SplitElement); } @@ -1271,21 +1243,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Resource. - @param S_Resource_ID - Resource - */ + @param S_Resource_ID Resource + */ public void setS_Resource_ID (int S_Resource_ID) { - if (S_Resource_ID < 1) + if (S_Resource_ID < 1) set_Value (COLUMNNAME_S_Resource_ID, null); - else + else set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); } /** Get Resource. @return Resource */ - public int getS_Resource_ID () + public int getS_Resource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); if (ii == null) @@ -1300,9 +1271,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Manual = M */ public static final String STARTMODE_Manual = "M"; /** Set Start Mode. - @param StartMode - Workflow Activity Start Mode - */ + @param StartMode Workflow Activity Start Mode + */ public void setStartMode (String StartMode) { @@ -1312,7 +1282,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Start Mode. @return Workflow Activity Start Mode */ - public String getStartMode () + public String getStartMode() { return (String)get_Value(COLUMNNAME_StartMode); } @@ -1324,9 +1294,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Synchronously = S */ public static final String SUBFLOWEXECUTION_Synchronously = "S"; /** Set Subflow Execution. - @param SubflowExecution - Mode how the sub-workflow is executed - */ + @param SubflowExecution Mode how the sub-workflow is executed + */ public void setSubflowExecution (String SubflowExecution) { @@ -1336,15 +1305,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Subflow Execution. @return Mode how the sub-workflow is executed */ - public String getSubflowExecution () + public String getSubflowExecution() { return (String)get_Value(COLUMNNAME_SubflowExecution); } /** Set Units by Cycles. - @param UnitsCycles - The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit. - */ + @param UnitsCycles The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit. + */ public void setUnitsCycles (int UnitsCycles) { set_Value (COLUMNNAME_UnitsCycles, Integer.valueOf(UnitsCycles)); @@ -1353,7 +1321,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Units by Cycles. @return The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit. */ - public int getUnitsCycles () + public int getUnitsCycles() { Integer ii = (Integer)get_Value(COLUMNNAME_UnitsCycles); if (ii == null) @@ -1362,9 +1330,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -1373,15 +1340,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -1390,15 +1356,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -1407,15 +1372,14 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Waiting Time. - @param WaitingTime - Workflow Simulation Waiting time - */ + @param WaitingTime Workflow Simulation Waiting time + */ public void setWaitingTime (int WaitingTime) { set_Value (COLUMNNAME_WaitingTime, Integer.valueOf(WaitingTime)); @@ -1424,7 +1388,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Waiting Time. @return Workflow Simulation Waiting time */ - public int getWaitingTime () + public int getWaitingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_WaitingTime); if (ii == null) @@ -1439,21 +1403,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Workflow. - @param Workflow_ID - Workflow or tasks - */ + @param Workflow_ID Workflow or tasks + */ public void setWorkflow_ID (int Workflow_ID) { - if (Workflow_ID < 1) + if (Workflow_ID < 1) set_Value (COLUMNNAME_Workflow_ID, null); - else + else set_Value (COLUMNNAME_Workflow_ID, Integer.valueOf(Workflow_ID)); } /** Get Workflow. @return Workflow or tasks */ - public int getWorkflow_ID () + public int getWorkflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Workflow_ID); if (ii == null) @@ -1462,9 +1425,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Working Time. - @param WorkingTime - Workflow Simulation Execution Time - */ + @param WorkingTime Workflow Simulation Execution Time + */ public void setWorkingTime (int WorkingTime) { set_Value (COLUMNNAME_WorkingTime, Integer.valueOf(WorkingTime)); @@ -1473,7 +1435,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Working Time. @return Workflow Simulation Execution Time */ - public int getWorkingTime () + public int getWorkingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_WorkingTime); if (ii == null) @@ -1482,9 +1444,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set X Position. - @param XPosition - Absolute X (horizontal) position in 1/72 of an inch - */ + @param XPosition Absolute X (horizontal) position in 1/72 of an inch + */ public void setXPosition (int XPosition) { set_Value (COLUMNNAME_XPosition, Integer.valueOf(XPosition)); @@ -1493,7 +1454,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get X Position. @return Absolute X (horizontal) position in 1/72 of an inch */ - public int getXPosition () + public int getXPosition() { Integer ii = (Integer)get_Value(COLUMNNAME_XPosition); if (ii == null) @@ -1502,9 +1463,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Yield %. - @param Yield - The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent - */ + @param Yield The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent + */ public void setYield (int Yield) { set_Value (COLUMNNAME_Yield, Integer.valueOf(Yield)); @@ -1513,7 +1473,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Yield %. @return The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent */ - public int getYield () + public int getYield() { Integer ii = (Integer)get_Value(COLUMNNAME_Yield); if (ii == null) @@ -1522,9 +1482,8 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent } /** Set Y Position. - @param YPosition - Absolute Y (vertical) position in 1/72 of an inch - */ + @param YPosition Absolute Y (vertical) position in 1/72 of an inch + */ public void setYPosition (int YPosition) { set_Value (COLUMNNAME_YPosition, Integer.valueOf(YPosition)); @@ -1533,7 +1492,7 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent /** Get Y Position. @return Absolute Y (vertical) position in 1/72 of an inch */ - public int getYPosition () + public int getYPosition() { Integer ii = (Integer)get_Value(COLUMNNAME_YPosition); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_NodeNext.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_NodeNext.java index deea1c0ef4..2324c76dc5 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_NodeNext.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_NodeNext.java @@ -23,7 +23,7 @@ import org.compiere.model.*; /** Generated Model for PP_Order_NodeNext * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Order_NodeNext") public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Persistent { @@ -31,7 +31,7 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Order_NodeNext (Properties ctx, int PP_Order_NodeNext_ID, String trxName) @@ -84,21 +84,20 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } /** Set Next Node. - @param AD_WF_Next_ID - Next Node in workflow - */ + @param AD_WF_Next_ID Next Node in workflow + */ public void setAD_WF_Next_ID (int AD_WF_Next_ID) { - if (AD_WF_Next_ID < 1) + if (AD_WF_Next_ID < 1) set_Value (COLUMNNAME_AD_WF_Next_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Next_ID, Integer.valueOf(AD_WF_Next_ID)); } /** Get Next Node. @return Next Node in workflow */ - public int getAD_WF_Next_ID () + public int getAD_WF_Next_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Next_ID); if (ii == null) @@ -113,21 +112,20 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ + @param AD_WF_Node_ID Workflow Node (activity), step or process + */ public void setAD_WF_Node_ID (int AD_WF_Node_ID) { - if (AD_WF_Node_ID < 1) + if (AD_WF_Node_ID < 1) set_Value (COLUMNNAME_AD_WF_Node_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); } /** Get Node. @return Workflow Node (activity), step or process */ - public int getAD_WF_Node_ID () + public int getAD_WF_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); if (ii == null) @@ -136,9 +134,8 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -147,7 +144,7 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -155,9 +152,8 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -167,15 +163,14 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Std User Workflow. - @param IsStdUserWorkflow - Standard Manual User Approval Workflow - */ + @param IsStdUserWorkflow Standard Manual User Approval Workflow + */ public void setIsStdUserWorkflow (boolean IsStdUserWorkflow) { set_Value (COLUMNNAME_IsStdUserWorkflow, Boolean.valueOf(IsStdUserWorkflow)); @@ -184,7 +179,7 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe /** Get Std User Workflow. @return Standard Manual User Approval Workflow */ - public boolean isStdUserWorkflow () + public boolean isStdUserWorkflow() { Object oo = get_Value(COLUMNNAME_IsStdUserWorkflow); if (oo != null) @@ -203,21 +198,20 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } /** Set Manufacturing Order. - @param PP_Order_ID - Manufacturing Order - */ + @param PP_Order_ID Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { - if (PP_Order_ID < 1) + if (PP_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } /** Get Manufacturing Order. @return Manufacturing Order */ - public int getPP_Order_ID () + public int getPP_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); if (ii == null) @@ -232,18 +226,19 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } /** Set Manufacturing Order Activity Next. - @param PP_Order_Next_ID Manufacturing Order Activity Next */ + @param PP_Order_Next_ID Manufacturing Order Activity Next + */ public void setPP_Order_Next_ID (int PP_Order_Next_ID) { - if (PP_Order_Next_ID < 1) + if (PP_Order_Next_ID < 1) set_Value (COLUMNNAME_PP_Order_Next_ID, null); - else + else set_Value (COLUMNNAME_PP_Order_Next_ID, Integer.valueOf(PP_Order_Next_ID)); } /** Get Manufacturing Order Activity Next. @return Manufacturing Order Activity Next */ - public int getPP_Order_Next_ID () + public int getPP_Order_Next_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Next_ID); if (ii == null) @@ -258,21 +253,20 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } /** Set Manufacturing Order Activity. - @param PP_Order_Node_ID - Workflow Node (activity), step or process - */ + @param PP_Order_Node_ID Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID) { - if (PP_Order_Node_ID < 1) + if (PP_Order_Node_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_Node_ID, Integer.valueOf(PP_Order_Node_ID)); } /** Get Manufacturing Order Activity. @return Workflow Node (activity), step or process */ - public int getPP_Order_Node_ID () + public int getPP_Order_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_ID); if (ii == null) @@ -281,18 +275,19 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } /** Set Manufacturing Order Activity Next. - @param PP_Order_NodeNext_ID Manufacturing Order Activity Next */ + @param PP_Order_NodeNext_ID Manufacturing Order Activity Next + */ public void setPP_Order_NodeNext_ID (int PP_Order_NodeNext_ID) { - if (PP_Order_NodeNext_ID < 1) + if (PP_Order_NodeNext_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_NodeNext_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_NodeNext_ID, Integer.valueOf(PP_Order_NodeNext_ID)); } /** Get Manufacturing Order Activity Next. @return Manufacturing Order Activity Next */ - public int getPP_Order_NodeNext_ID () + public int getPP_Order_NodeNext_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_NodeNext_ID); if (ii == null) @@ -301,7 +296,8 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } /** Set PP_Order_NodeNext_UU. - @param PP_Order_NodeNext_UU PP_Order_NodeNext_UU */ + @param PP_Order_NodeNext_UU PP_Order_NodeNext_UU + */ public void setPP_Order_NodeNext_UU (String PP_Order_NodeNext_UU) { set_Value (COLUMNNAME_PP_Order_NodeNext_UU, PP_Order_NodeNext_UU); @@ -309,15 +305,14 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe /** Get PP_Order_NodeNext_UU. @return PP_Order_NodeNext_UU */ - public String getPP_Order_NodeNext_UU () + public String getPP_Order_NodeNext_UU() { return (String)get_Value(COLUMNNAME_PP_Order_NodeNext_UU); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -326,7 +321,7 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -335,9 +330,8 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe } /** Set Transition Code. - @param TransitionCode - Code resulting in TRUE of FALSE - */ + @param TransitionCode Code resulting in TRUE of FALSE + */ public void setTransitionCode (String TransitionCode) { set_Value (COLUMNNAME_TransitionCode, TransitionCode); @@ -346,7 +340,7 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe /** Get Transition Code. @return Code resulting in TRUE of FALSE */ - public String getTransitionCode () + public String getTransitionCode() { return (String)get_Value(COLUMNNAME_TransitionCode); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Asset.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Asset.java index 4e8866d10c..04b0152120 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Asset.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Asset.java @@ -23,7 +23,7 @@ import org.compiere.model.*; /** Generated Model for PP_Order_Node_Asset * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Order_Node_Asset") public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, I_Persistent { @@ -31,7 +31,7 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Order_Node_Asset (Properties ctx, int PP_Order_Node_Asset_ID, String trxName) @@ -82,21 +82,20 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -111,21 +110,20 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, } /** Set Manufacturing Order. - @param PP_Order_ID - Manufacturing Order - */ + @param PP_Order_ID Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { - if (PP_Order_ID < 1) + if (PP_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } /** Get Manufacturing Order. @return Manufacturing Order */ - public int getPP_Order_ID () + public int getPP_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); if (ii == null) @@ -134,18 +132,19 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, } /** Set Manufacturing Order Activity Asset. - @param PP_Order_Node_Asset_ID Manufacturing Order Activity Asset */ + @param PP_Order_Node_Asset_ID Manufacturing Order Activity Asset + */ public void setPP_Order_Node_Asset_ID (int PP_Order_Node_Asset_ID) { - if (PP_Order_Node_Asset_ID < 1) + if (PP_Order_Node_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_Node_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_Node_Asset_ID, Integer.valueOf(PP_Order_Node_Asset_ID)); } /** Get Manufacturing Order Activity Asset. @return Manufacturing Order Activity Asset */ - public int getPP_Order_Node_Asset_ID () + public int getPP_Order_Node_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_Asset_ID); if (ii == null) @@ -154,7 +153,8 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, } /** Set PP_Order_Node_Asset_UU. - @param PP_Order_Node_Asset_UU PP_Order_Node_Asset_UU */ + @param PP_Order_Node_Asset_UU PP_Order_Node_Asset_UU + */ public void setPP_Order_Node_Asset_UU (String PP_Order_Node_Asset_UU) { set_Value (COLUMNNAME_PP_Order_Node_Asset_UU, PP_Order_Node_Asset_UU); @@ -162,7 +162,7 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, /** Get PP_Order_Node_Asset_UU. @return PP_Order_Node_Asset_UU */ - public String getPP_Order_Node_Asset_UU () + public String getPP_Order_Node_Asset_UU() { return (String)get_Value(COLUMNNAME_PP_Order_Node_Asset_UU); } @@ -174,21 +174,20 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, } /** Set Manufacturing Order Activity. - @param PP_Order_Node_ID - Workflow Node (activity), step or process - */ + @param PP_Order_Node_ID Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID) { - if (PP_Order_Node_ID < 1) + if (PP_Order_Node_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_Node_ID, Integer.valueOf(PP_Order_Node_ID)); } /** Get Manufacturing Order Activity. @return Workflow Node (activity), step or process */ - public int getPP_Order_Node_ID () + public int getPP_Order_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_ID); if (ii == null) @@ -203,18 +202,19 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, } /** Set Manufacturing Order Workflow. - @param PP_Order_Workflow_ID Manufacturing Order Workflow */ + @param PP_Order_Workflow_ID Manufacturing Order Workflow + */ public void setPP_Order_Workflow_ID (int PP_Order_Workflow_ID) { - if (PP_Order_Workflow_ID < 1) + if (PP_Order_Workflow_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_Workflow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_Workflow_ID, Integer.valueOf(PP_Order_Workflow_ID)); } /** Get Manufacturing Order Workflow. @return Manufacturing Order Workflow */ - public int getPP_Order_Workflow_ID () + public int getPP_Order_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Workflow_ID); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Product.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Product.java index 96ed59297e..43343684da 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Product.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Product.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for PP_Order_Node_Product * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Order_Node_Product") public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Product, I_Persistent { @@ -33,7 +33,7 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Order_Node_Product (Properties ctx, int PP_Order_Node_Product_ID, String trxName) @@ -78,7 +78,8 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ } /** Set Is Subcontracting. - @param IsSubcontracting Is Subcontracting */ + @param IsSubcontracting Is Subcontracting + */ public void setIsSubcontracting (boolean IsSubcontracting) { set_Value (COLUMNNAME_IsSubcontracting, Boolean.valueOf(IsSubcontracting)); @@ -86,7 +87,7 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ /** Get Is Subcontracting. @return Is Subcontracting */ - public boolean isSubcontracting () + public boolean isSubcontracting() { Object oo = get_Value(COLUMNNAME_IsSubcontracting); if (oo != null) @@ -105,21 +106,20 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -134,21 +134,20 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ } /** Set Manufacturing Order. - @param PP_Order_ID - Manufacturing Order - */ + @param PP_Order_ID Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { - if (PP_Order_ID < 1) + if (PP_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } /** Get Manufacturing Order. @return Manufacturing Order */ - public int getPP_Order_ID () + public int getPP_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); if (ii == null) @@ -163,21 +162,20 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ } /** Set Manufacturing Order Activity. - @param PP_Order_Node_ID - Workflow Node (activity), step or process - */ + @param PP_Order_Node_ID Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID) { - if (PP_Order_Node_ID < 1) + if (PP_Order_Node_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_Node_ID, Integer.valueOf(PP_Order_Node_ID)); } /** Get Manufacturing Order Activity. @return Workflow Node (activity), step or process */ - public int getPP_Order_Node_ID () + public int getPP_Order_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_ID); if (ii == null) @@ -186,18 +184,19 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ } /** Set Manufacturing Order Activity Product. - @param PP_Order_Node_Product_ID Manufacturing Order Activity Product */ + @param PP_Order_Node_Product_ID Manufacturing Order Activity Product + */ public void setPP_Order_Node_Product_ID (int PP_Order_Node_Product_ID) { - if (PP_Order_Node_Product_ID < 1) + if (PP_Order_Node_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_Node_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_Node_Product_ID, Integer.valueOf(PP_Order_Node_Product_ID)); } /** Get Manufacturing Order Activity Product. @return Manufacturing Order Activity Product */ - public int getPP_Order_Node_Product_ID () + public int getPP_Order_Node_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_Product_ID); if (ii == null) @@ -206,7 +205,8 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ } /** Set PP_Order_Node_Product_UU. - @param PP_Order_Node_Product_UU PP_Order_Node_Product_UU */ + @param PP_Order_Node_Product_UU PP_Order_Node_Product_UU + */ public void setPP_Order_Node_Product_UU (String PP_Order_Node_Product_UU) { set_Value (COLUMNNAME_PP_Order_Node_Product_UU, PP_Order_Node_Product_UU); @@ -214,7 +214,7 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ /** Get PP_Order_Node_Product_UU. @return PP_Order_Node_Product_UU */ - public String getPP_Order_Node_Product_UU () + public String getPP_Order_Node_Product_UU() { return (String)get_Value(COLUMNNAME_PP_Order_Node_Product_UU); } @@ -226,18 +226,19 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ } /** Set Manufacturing Order Workflow. - @param PP_Order_Workflow_ID Manufacturing Order Workflow */ + @param PP_Order_Workflow_ID Manufacturing Order Workflow + */ public void setPP_Order_Workflow_ID (int PP_Order_Workflow_ID) { - if (PP_Order_Workflow_ID < 1) + if (PP_Order_Workflow_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_Workflow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_Workflow_ID, Integer.valueOf(PP_Order_Workflow_ID)); } /** Get Manufacturing Order Workflow. @return Manufacturing Order Workflow */ - public int getPP_Order_Workflow_ID () + public int getPP_Order_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Workflow_ID); if (ii == null) @@ -246,9 +247,8 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -257,7 +257,7 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -266,9 +266,8 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -277,7 +276,7 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Workflow.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Workflow.java index 3d4a4ba45c..9c8380d079 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Workflow.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Workflow.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order_Workflow * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Order_Workflow") public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Persistent { @@ -35,7 +35,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Order_Workflow (Properties ctx, int PP_Order_Workflow_ID, String trxName) @@ -108,9 +108,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** All = 7 */ public static final String ACCESSLEVEL_All = "7"; /** Set Data Access Level. - @param AccessLevel - Access Level required - */ + @param AccessLevel Access Level required + */ public void setAccessLevel (String AccessLevel) { @@ -120,7 +119,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Data Access Level. @return Access Level required */ - public String getAccessLevel () + public String getAccessLevel() { return (String)get_Value(COLUMNNAME_AccessLevel); } @@ -132,21 +131,20 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -161,21 +159,20 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ + @param AD_WF_Node_ID Workflow Node (activity), step or process + */ public void setAD_WF_Node_ID (int AD_WF_Node_ID) { - if (AD_WF_Node_ID < 1) + if (AD_WF_Node_ID < 1) set_Value (COLUMNNAME_AD_WF_Node_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); } /** Get Node. @return Workflow Node (activity), step or process */ - public int getAD_WF_Node_ID () + public int getAD_WF_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); if (ii == null) @@ -190,21 +187,20 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Workflow Responsible. - @param AD_WF_Responsible_ID - Responsible for Workflow Execution - */ + @param AD_WF_Responsible_ID Responsible for Workflow Execution + */ public void setAD_WF_Responsible_ID (int AD_WF_Responsible_ID) { - if (AD_WF_Responsible_ID < 1) + if (AD_WF_Responsible_ID < 1) set_Value (COLUMNNAME_AD_WF_Responsible_ID, null); - else + else set_Value (COLUMNNAME_AD_WF_Responsible_ID, Integer.valueOf(AD_WF_Responsible_ID)); } /** Get Workflow Responsible. @return Responsible for Workflow Execution */ - public int getAD_WF_Responsible_ID () + public int getAD_WF_Responsible_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Responsible_ID); if (ii == null) @@ -219,21 +215,20 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_Value (COLUMNNAME_AD_Workflow_ID, null); - else + else set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -248,21 +243,20 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Workflow Processor. - @param AD_WorkflowProcessor_ID - Workflow Processor Server - */ + @param AD_WorkflowProcessor_ID Workflow Processor Server + */ public void setAD_WorkflowProcessor_ID (int AD_WorkflowProcessor_ID) { - if (AD_WorkflowProcessor_ID < 1) + if (AD_WorkflowProcessor_ID < 1) set_Value (COLUMNNAME_AD_WorkflowProcessor_ID, null); - else + else set_Value (COLUMNNAME_AD_WorkflowProcessor_ID, Integer.valueOf(AD_WorkflowProcessor_ID)); } /** Get Workflow Processor. @return Workflow Processor Server */ - public int getAD_WorkflowProcessor_ID () + public int getAD_WorkflowProcessor_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WorkflowProcessor_ID); if (ii == null) @@ -271,9 +265,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Author. - @param Author - Author/Creator of the Entity - */ + @param Author Author/Creator of the Entity + */ public void setAuthor (String Author) { set_Value (COLUMNNAME_Author, Author); @@ -282,15 +275,14 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Author. @return Author/Creator of the Entity */ - public String getAuthor () + public String getAuthor() { return (String)get_Value(COLUMNNAME_Author); } /** Set Cost. - @param Cost - Cost information - */ + @param Cost Cost information + */ public void setCost (BigDecimal Cost) { set_Value (COLUMNNAME_Cost, Cost); @@ -299,7 +291,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Cost. @return Cost information */ - public BigDecimal getCost () + public BigDecimal getCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Cost); if (bd == null) @@ -308,9 +300,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -319,15 +310,14 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ + @param DocumentNo Document sequence number of the document + */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); @@ -336,15 +326,14 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Document No. @return Document sequence number of the document */ - public String getDocumentNo () + public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Duration. - @param Duration - Normal Duration in Duration Unit - */ + @param Duration Normal Duration in Duration Unit + */ public void setDuration (int Duration) { set_Value (COLUMNNAME_Duration, Integer.valueOf(Duration)); @@ -353,7 +342,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Duration. @return Normal Duration in Duration Unit */ - public int getDuration () + public int getDuration() { Integer ii = (Integer)get_Value(COLUMNNAME_Duration); if (ii == null) @@ -376,9 +365,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Year = Y */ public static final String DURATIONUNIT_Year = "Y"; /** Set Duration Unit. - @param DurationUnit - Unit of Duration - */ + @param DurationUnit Unit of Duration + */ public void setDurationUnit (String DurationUnit) { @@ -388,7 +376,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Duration Unit. @return Unit of Duration */ - public String getDurationUnit () + public String getDurationUnit() { return (String)get_Value(COLUMNNAME_DurationUnit); } @@ -396,9 +384,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -408,15 +395,14 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -425,15 +411,14 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Default. - @param IsDefault - Default value - */ + @param IsDefault Default value + */ public void setIsDefault (boolean IsDefault) { set_Value (COLUMNNAME_IsDefault, Boolean.valueOf(IsDefault)); @@ -442,7 +427,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Default. @return Default value */ - public boolean isDefault () + public boolean isDefault() { Object oo = get_Value(COLUMNNAME_IsDefault); if (oo != null) @@ -455,9 +440,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Duration Limit. - @param Limit - Maximum Duration in Duration Unit - */ + @param Limit Maximum Duration in Duration Unit + */ public void setLimit (int Limit) { set_Value (COLUMNNAME_Limit, Integer.valueOf(Limit)); @@ -466,7 +450,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Duration Limit. @return Maximum Duration in Duration Unit */ - public int getLimit () + public int getLimit() { Integer ii = (Integer)get_Value(COLUMNNAME_Limit); if (ii == null) @@ -475,7 +459,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Moving Time. - @param MovingTime Moving Time */ + @param MovingTime Moving Time + */ public void setMovingTime (int MovingTime) { set_Value (COLUMNNAME_MovingTime, Integer.valueOf(MovingTime)); @@ -483,7 +468,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Moving Time. @return Moving Time */ - public int getMovingTime () + public int getMovingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_MovingTime); if (ii == null) @@ -492,9 +477,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -503,7 +487,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -517,9 +501,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Overlap Units. - @param OverlapUnits - Overlap Units are number of units that must be completed before they are moved the next activity - */ + @param OverlapUnits Overlap Units are number of units that must be completed before they are moved the next activity + */ public void setOverlapUnits (BigDecimal OverlapUnits) { set_Value (COLUMNNAME_OverlapUnits, OverlapUnits); @@ -528,7 +511,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Overlap Units. @return Overlap Units are number of units that must be completed before they are moved the next activity */ - public BigDecimal getOverlapUnits () + public BigDecimal getOverlapUnits() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OverlapUnits); if (bd == null) @@ -543,21 +526,20 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Manufacturing Order. - @param PP_Order_ID - Manufacturing Order - */ + @param PP_Order_ID Manufacturing Order + */ public void setPP_Order_ID (int PP_Order_ID) { - if (PP_Order_ID < 1) + if (PP_Order_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_ID, Integer.valueOf(PP_Order_ID)); } /** Get Manufacturing Order. @return Manufacturing Order */ - public int getPP_Order_ID () + public int getPP_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_ID); if (ii == null) @@ -572,21 +554,20 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Manufacturing Order Activity. - @param PP_Order_Node_ID - Workflow Node (activity), step or process - */ + @param PP_Order_Node_ID Workflow Node (activity), step or process + */ public void setPP_Order_Node_ID (int PP_Order_Node_ID) { - if (PP_Order_Node_ID < 1) + if (PP_Order_Node_ID < 1) set_Value (COLUMNNAME_PP_Order_Node_ID, null); - else + else set_Value (COLUMNNAME_PP_Order_Node_ID, Integer.valueOf(PP_Order_Node_ID)); } /** Get Manufacturing Order Activity. @return Workflow Node (activity), step or process */ - public int getPP_Order_Node_ID () + public int getPP_Order_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Node_ID); if (ii == null) @@ -595,18 +576,19 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Manufacturing Order Workflow. - @param PP_Order_Workflow_ID Manufacturing Order Workflow */ + @param PP_Order_Workflow_ID Manufacturing Order Workflow + */ public void setPP_Order_Workflow_ID (int PP_Order_Workflow_ID) { - if (PP_Order_Workflow_ID < 1) + if (PP_Order_Workflow_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Order_Workflow_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Order_Workflow_ID, Integer.valueOf(PP_Order_Workflow_ID)); } /** Get Manufacturing Order Workflow. @return Manufacturing Order Workflow */ - public int getPP_Order_Workflow_ID () + public int getPP_Order_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Order_Workflow_ID); if (ii == null) @@ -615,7 +597,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set PP_Order_Workflow_UU. - @param PP_Order_Workflow_UU PP_Order_Workflow_UU */ + @param PP_Order_Workflow_UU PP_Order_Workflow_UU + */ public void setPP_Order_Workflow_UU (String PP_Order_Workflow_UU) { set_Value (COLUMNNAME_PP_Order_Workflow_UU, PP_Order_Workflow_UU); @@ -623,15 +606,14 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get PP_Order_Workflow_UU. @return PP_Order_Workflow_UU */ - public String getPP_Order_Workflow_UU () + public String getPP_Order_Workflow_UU() { return (String)get_Value(COLUMNNAME_PP_Order_Workflow_UU); } /** Set Priority. - @param Priority - Indicates if this request is of a high, medium or low priority. - */ + @param Priority Indicates if this request is of a high, medium or low priority. + */ public void setPriority (int Priority) { set_Value (COLUMNNAME_Priority, Integer.valueOf(Priority)); @@ -640,7 +622,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Priority. @return Indicates if this request is of a high, medium or low priority. */ - public int getPriority () + public int getPriority() { Integer ii = (Integer)get_Value(COLUMNNAME_Priority); if (ii == null) @@ -663,7 +645,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Plant = PL */ public static final String PROCESSTYPE_Plant = "PL"; /** Set Process Type. - @param ProcessType Process Type */ + @param ProcessType Process Type + */ public void setProcessType (String ProcessType) { @@ -672,7 +655,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Process Type. @return Process Type */ - public String getProcessType () + public String getProcessType() { return (String)get_Value(COLUMNNAME_ProcessType); } @@ -688,9 +671,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Void = V */ public static final String PUBLISHSTATUS_Void = "V"; /** Set Publication Status. - @param PublishStatus - Status of Publication - */ + @param PublishStatus Status of Publication + */ public void setPublishStatus (String PublishStatus) { @@ -700,13 +682,14 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Publication Status. @return Status of Publication */ - public String getPublishStatus () + public String getPublishStatus() { return (String)get_Value(COLUMNNAME_PublishStatus); } /** Set Qty Batch Size. - @param QtyBatchSize Qty Batch Size */ + @param QtyBatchSize Qty Batch Size + */ public void setQtyBatchSize (BigDecimal QtyBatchSize) { set_Value (COLUMNNAME_QtyBatchSize, QtyBatchSize); @@ -714,7 +697,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Qty Batch Size. @return Qty Batch Size */ - public BigDecimal getQtyBatchSize () + public BigDecimal getQtyBatchSize() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatchSize); if (bd == null) @@ -723,9 +706,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Queuing Time. - @param QueuingTime - Queue time is the time a job waits at a work center before begin handled. - */ + @param QueuingTime Queue time is the time a job waits at a work center before begin handled. + */ public void setQueuingTime (int QueuingTime) { set_Value (COLUMNNAME_QueuingTime, Integer.valueOf(QueuingTime)); @@ -734,7 +716,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Queuing Time. @return Queue time is the time a job waits at a work center before begin handled. */ - public int getQueuingTime () + public int getQueuingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_QueuingTime); if (ii == null) @@ -743,9 +725,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Setup Time. - @param SetupTime - Setup time before starting Production - */ + @param SetupTime Setup time before starting Production + */ public void setSetupTime (int SetupTime) { set_Value (COLUMNNAME_SetupTime, Integer.valueOf(SetupTime)); @@ -754,7 +735,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Setup Time. @return Setup time before starting Production */ - public int getSetupTime () + public int getSetupTime() { Integer ii = (Integer)get_Value(COLUMNNAME_SetupTime); if (ii == null) @@ -769,21 +750,20 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Resource. - @param S_Resource_ID - Resource - */ + @param S_Resource_ID Resource + */ public void setS_Resource_ID (int S_Resource_ID) { - if (S_Resource_ID < 1) + if (S_Resource_ID < 1) set_Value (COLUMNNAME_S_Resource_ID, null); - else + else set_Value (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); } /** Get Resource. @return Resource */ - public int getS_Resource_ID () + public int getS_Resource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); if (ii == null) @@ -792,9 +772,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Units by Cycles. - @param UnitsCycles - The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit. - */ + @param UnitsCycles The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit. + */ public void setUnitsCycles (BigDecimal UnitsCycles) { set_Value (COLUMNNAME_UnitsCycles, UnitsCycles); @@ -803,7 +782,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Units by Cycles. @return The Units by Cycles are defined for process type Flow Repetitive Dedicated and indicated the product to be manufactured on a production line for duration unit. */ - public BigDecimal getUnitsCycles () + public BigDecimal getUnitsCycles() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_UnitsCycles); if (bd == null) @@ -812,7 +791,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Validate Workflow. - @param ValidateWorkflow Validate Workflow */ + @param ValidateWorkflow Validate Workflow + */ public void setValidateWorkflow (String ValidateWorkflow) { set_Value (COLUMNNAME_ValidateWorkflow, ValidateWorkflow); @@ -820,15 +800,14 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Validate Workflow. @return Validate Workflow */ - public String getValidateWorkflow () + public String getValidateWorkflow() { return (String)get_Value(COLUMNNAME_ValidateWorkflow); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -837,15 +816,14 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -854,15 +832,14 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -871,15 +848,14 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Version. - @param Version - Version of the table definition - */ + @param Version Version of the table definition + */ public void setVersion (int Version) { set_Value (COLUMNNAME_Version, Integer.valueOf(Version)); @@ -888,7 +864,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Version. @return Version of the table definition */ - public int getVersion () + public int getVersion() { Integer ii = (Integer)get_Value(COLUMNNAME_Version); if (ii == null) @@ -897,9 +873,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Waiting Time. - @param WaitingTime - Workflow Simulation Waiting time - */ + @param WaitingTime Workflow Simulation Waiting time + */ public void setWaitingTime (int WaitingTime) { set_Value (COLUMNNAME_WaitingTime, Integer.valueOf(WaitingTime)); @@ -908,7 +883,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Waiting Time. @return Workflow Simulation Waiting time */ - public int getWaitingTime () + public int getWaitingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_WaitingTime); if (ii == null) @@ -927,9 +902,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Transaction = T */ public static final String WORKFLOWTYPE_Transaction = "T"; /** Set Workflow Type. - @param WorkflowType - Type of Workflow - */ + @param WorkflowType Type of Workflow + */ public void setWorkflowType (String WorkflowType) { @@ -939,15 +913,14 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Workflow Type. @return Type of Workflow */ - public String getWorkflowType () + public String getWorkflowType() { return (String)get_Value(COLUMNNAME_WorkflowType); } /** Set Working Time. - @param WorkingTime - Workflow Simulation Execution Time - */ + @param WorkingTime Workflow Simulation Execution Time + */ public void setWorkingTime (int WorkingTime) { set_Value (COLUMNNAME_WorkingTime, Integer.valueOf(WorkingTime)); @@ -956,7 +929,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Working Time. @return Workflow Simulation Execution Time */ - public int getWorkingTime () + public int getWorkingTime() { Integer ii = (Integer)get_Value(COLUMNNAME_WorkingTime); if (ii == null) @@ -965,9 +938,8 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe } /** Set Yield %. - @param Yield - The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent - */ + @param Yield The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent + */ public void setYield (int Yield) { set_Value (COLUMNNAME_Yield, Integer.valueOf(Yield)); @@ -976,7 +948,7 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe /** Get Yield %. @return The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent */ - public int getYield () + public int getYield() { Integer ii = (Integer)get_Value(COLUMNNAME_Yield); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOM.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOM.java index 333f3a4ce2..e4435bd82e 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOM.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOM.java @@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Product_BOM * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Product_BOM") public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persistent { @@ -33,7 +33,7 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Product_BOM (Properties ctx, int PP_Product_BOM_ID, String trxName) @@ -44,8 +44,6 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste setM_Product_ID (0); setName (null); setPP_Product_BOM_ID (0); - setValidFrom (new Timestamp( System.currentTimeMillis() )); -// @#Date@ setValue (null); } */ } @@ -99,9 +97,8 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Previous, Spare = S */ public static final String BOMTYPE_PreviousSpare = "S"; /** Set BOM Type. - @param BOMType - Type of BOM - */ + @param BOMType Type of BOM + */ public void setBOMType (String BOMType) { @@ -111,7 +108,7 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Get BOM Type. @return Type of BOM */ - public String getBOMType () + public String getBOMType() { return (String)get_Value(COLUMNNAME_BOMType); } @@ -129,9 +126,8 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Quality = Q */ public static final String BOMUSE_Quality = "Q"; /** Set BOM Use. - @param BOMUse - The use of the Bill of Material - */ + @param BOMUse The use of the Bill of Material + */ public void setBOMUse (String BOMUse) { @@ -141,15 +137,14 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Get BOM Use. @return The use of the Bill of Material */ - public String getBOMUse () + public String getBOMUse() { return (String)get_Value(COLUMNNAME_BOMUse); } /** Set Copy From. - @param CopyFrom - Copy From Record - */ + @param CopyFrom Copy From Record + */ public void setCopyFrom (String CopyFrom) { set_Value (COLUMNNAME_CopyFrom, CopyFrom); @@ -158,7 +153,7 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Get Copy From. @return Copy From Record */ - public String getCopyFrom () + public String getCopyFrom() { return (String)get_Value(COLUMNNAME_CopyFrom); } @@ -170,21 +165,20 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -193,9 +187,8 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -204,32 +197,14 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } - /** Set Document No. - @param DocumentNo - Document sequence number of the document - */ - public void setDocumentNo (String DocumentNo) - { - set_Value (COLUMNNAME_DocumentNo, DocumentNo); - } - - /** Get Document No. - @return Document sequence number of the document - */ - public String getDocumentNo () - { - return (String)get_Value(COLUMNNAME_DocumentNo); - } - /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -238,7 +213,7 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } @@ -250,21 +225,20 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -279,21 +253,20 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste } /** Set Change Notice. - @param M_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version) - */ + @param M_ChangeNotice_ID Bill of Materials (Engineering) Change Notice (Version) + */ public void setM_ChangeNotice_ID (int M_ChangeNotice_ID) { - if (M_ChangeNotice_ID < 1) + if (M_ChangeNotice_ID < 1) set_Value (COLUMNNAME_M_ChangeNotice_ID, null); - else + else set_Value (COLUMNNAME_M_ChangeNotice_ID, Integer.valueOf(M_ChangeNotice_ID)); } /** Get Change Notice. @return Bill of Materials (Engineering) Change Notice (Version) */ - public int getM_ChangeNotice_ID () + public int getM_ChangeNotice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ChangeNotice_ID); if (ii == null) @@ -308,21 +281,20 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -331,9 +303,8 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -342,27 +313,26 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } - /** Set BOM & Formula. - @param PP_Product_BOM_ID - BOM & Formula - */ + /** Set BOM & Formula. + @param PP_Product_BOM_ID BOM & Formula + */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID) { - if (PP_Product_BOM_ID < 1) + if (PP_Product_BOM_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Product_BOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Product_BOM_ID, Integer.valueOf(PP_Product_BOM_ID)); } - /** Get BOM & Formula. - @return BOM & Formula + /** Get BOM & Formula. + @return BOM & Formula */ - public int getPP_Product_BOM_ID () + public int getPP_Product_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOM_ID); if (ii == null) @@ -371,7 +341,8 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste } /** Set PP_Product_BOM_UU. - @param PP_Product_BOM_UU PP_Product_BOM_UU */ + @param PP_Product_BOM_UU PP_Product_BOM_UU + */ public void setPP_Product_BOM_UU (String PP_Product_BOM_UU) { set_Value (COLUMNNAME_PP_Product_BOM_UU, PP_Product_BOM_UU); @@ -379,13 +350,14 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Get PP_Product_BOM_UU. @return PP_Product_BOM_UU */ - public String getPP_Product_BOM_UU () + public String getPP_Product_BOM_UU() { return (String)get_Value(COLUMNNAME_PP_Product_BOM_UU); } /** Set Process Now. - @param Processing Process Now */ + @param Processing Process Now + */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); @@ -393,7 +365,7 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Get Process Now. @return Process Now */ - public boolean isProcessing () + public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) @@ -406,7 +378,8 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste } /** Set Revision. - @param Revision Revision */ + @param Revision Revision + */ public void setRevision (String Revision) { set_Value (COLUMNNAME_Revision, Revision); @@ -414,15 +387,14 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Get Revision. @return Revision */ - public String getRevision () + public String getRevision() { return (String)get_Value(COLUMNNAME_Revision); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -431,15 +403,14 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -448,15 +419,14 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -465,7 +435,7 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOMLine.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOMLine.java index 994ac2d0f2..77d8f936f8 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOMLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOMLine.java @@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Product_BOMLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Product_BOMLine") public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_Persistent { @@ -35,7 +35,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Product_BOMLine (Properties ctx, int PP_Product_BOMLine_ID, String trxName) @@ -43,15 +43,12 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ super (ctx, PP_Product_BOMLine_ID, trxName); /** if (PP_Product_BOMLine_ID == 0) { - setIssueMethod (null); -// 1 setLine (0); // @SQL=SELECT COALESCE(MAX(Line),0)+10 AS DefaultValue FROM PP_Product_BOMLine WHERE PP_Product_BOM_ID=@PP_Product_BOM_ID@ setM_Product_ID (0); +// -1 setPP_Product_BOM_ID (0); setPP_Product_BOMLine_ID (0); - setValidFrom (new Timestamp( System.currentTimeMillis() )); -// @#Date@ } */ } @@ -84,9 +81,8 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set Quantity Assay. - @param Assay - Indicated the Quantity Assay to use into Quality Order - */ + @param Assay Indicated the Quantity Assay to use into Quality Order + */ public void setAssay (BigDecimal Assay) { set_Value (COLUMNNAME_Assay, Assay); @@ -95,7 +91,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Quantity Assay. @return Indicated the Quantity Assay to use into Quality Order */ - public BigDecimal getAssay () + public BigDecimal getAssay() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Assay); if (bd == null) @@ -104,9 +100,8 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set Backflush Group. - @param BackflushGroup - The Grouping Components to the Backflush - */ + @param BackflushGroup The Grouping Components to the Backflush + */ public void setBackflushGroup (String BackflushGroup) { set_Value (COLUMNNAME_BackflushGroup, BackflushGroup); @@ -115,7 +110,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Backflush Group. @return The Grouping Components to the Backflush */ - public String getBackflushGroup () + public String getBackflushGroup() { return (String)get_Value(COLUMNNAME_BackflushGroup); } @@ -141,9 +136,8 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Variant = VA */ public static final String COMPONENTTYPE_Variant = "VA"; /** Set Component Type. - @param ComponentType - Component Type for a Bill of Material or Formula - */ + @param ComponentType Component Type for a Bill of Material or Formula + */ public void setComponentType (String ComponentType) { @@ -153,15 +147,14 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Component Type. @return Component Type for a Bill of Material or Formula */ - public String getComponentType () + public String getComponentType() { return (String)get_Value(COLUMNNAME_ComponentType); } /** Set Cost Allocation Percent. - @param CostAllocationPerc - Cost allocation percent in case of a co-product. - */ + @param CostAllocationPerc Cost allocation percent in case of a co-product. + */ public void setCostAllocationPerc (BigDecimal CostAllocationPerc) { set_Value (COLUMNNAME_CostAllocationPerc, CostAllocationPerc); @@ -170,7 +163,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Cost Allocation Percent. @return Cost allocation percent in case of a co-product. */ - public BigDecimal getCostAllocationPerc () + public BigDecimal getCostAllocationPerc() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostAllocationPerc); if (bd == null) @@ -185,21 +178,20 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set UOM. - @param C_UOM_ID - Unit of Measure - */ + @param C_UOM_ID Unit of Measure + */ public void setC_UOM_ID (int C_UOM_ID) { - if (C_UOM_ID < 1) + if (C_UOM_ID < 1) set_Value (COLUMNNAME_C_UOM_ID, null); - else + else set_Value (COLUMNNAME_C_UOM_ID, Integer.valueOf(C_UOM_ID)); } /** Get UOM. @return Unit of Measure */ - public int getC_UOM_ID () + public int getC_UOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_UOM_ID); if (ii == null) @@ -208,9 +200,8 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -219,15 +210,14 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Feature. - @param Feature - Indicated the Feature for Product Configure - */ + @param Feature Indicated the Feature for Product Configure + */ public void setFeature (String Feature) { set_Value (COLUMNNAME_Feature, Feature); @@ -236,15 +226,14 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Feature. @return Indicated the Feature for Product Configure */ - public String getFeature () + public String getFeature() { return (String)get_Value(COLUMNNAME_Feature); } /** Set Forecast. - @param Forecast - Indicated the % of participation this component into a of the BOM Planning - */ + @param Forecast Indicated the % of participation this component into a of the BOM Planning + */ public void setForecast (BigDecimal Forecast) { set_Value (COLUMNNAME_Forecast, Forecast); @@ -253,7 +242,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Forecast. @return Indicated the % of participation this component into a of the BOM Planning */ - public BigDecimal getForecast () + public BigDecimal getForecast() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Forecast); if (bd == null) @@ -262,9 +251,8 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -273,15 +261,14 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Is Critical Component. - @param IsCritical - Indicate that a Manufacturing Order can not begin without have this component - */ + @param IsCritical Indicate that a Manufacturing Order can not begin without have this component + */ public void setIsCritical (boolean IsCritical) { set_Value (COLUMNNAME_IsCritical, Boolean.valueOf(IsCritical)); @@ -290,7 +277,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Is Critical Component. @return Indicate that a Manufacturing Order can not begin without have this component */ - public boolean isCritical () + public boolean isCritical() { Object oo = get_Value(COLUMNNAME_IsCritical); if (oo != null) @@ -303,9 +290,8 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set Is Qty Percentage. - @param IsQtyPercentage - Indicate that this component is based in % Quantity - */ + @param IsQtyPercentage Indicate that this component is based in % Quantity + */ public void setIsQtyPercentage (boolean IsQtyPercentage) { set_Value (COLUMNNAME_IsQtyPercentage, Boolean.valueOf(IsQtyPercentage)); @@ -314,7 +300,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Is Qty Percentage. @return Indicate that this component is based in % Quantity */ - public boolean isQtyPercentage () + public boolean isQtyPercentage() { Object oo = get_Value(COLUMNNAME_IsQtyPercentage); if (oo != null) @@ -335,9 +321,8 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Floor Stock = 2 */ public static final String ISSUEMETHOD_FloorStock = "2"; /** Set Issue Method. - @param IssueMethod - There are two methods for issue the components to Manufacturing Order - */ + @param IssueMethod There are two methods for issue the components to Manufacturing Order + */ public void setIssueMethod (String IssueMethod) { @@ -347,15 +332,14 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Issue Method. @return There are two methods for issue the components to Manufacturing Order */ - public String getIssueMethod () + public String getIssueMethod() { return (String)get_Value(COLUMNNAME_IssueMethod); } /** Set Lead Time Offset. - @param LeadTimeOffset - Optional Lead Time offset before starting production - */ + @param LeadTimeOffset Optional Lead Time offset before starting production + */ public void setLeadTimeOffset (int LeadTimeOffset) { set_Value (COLUMNNAME_LeadTimeOffset, Integer.valueOf(LeadTimeOffset)); @@ -364,7 +348,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Lead Time Offset. @return Optional Lead Time offset before starting production */ - public int getLeadTimeOffset () + public int getLeadTimeOffset() { Integer ii = (Integer)get_Value(COLUMNNAME_LeadTimeOffset); if (ii == null) @@ -373,9 +357,8 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set Line No. - @param Line - Unique line for this document - */ + @param Line Unique line for this document + */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); @@ -384,7 +367,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Line No. @return Unique line for this document */ - public int getLine () + public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) @@ -399,21 +382,20 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ + @param M_AttributeSetInstance_ID Product Attribute Set Instance + */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) { - if (M_AttributeSetInstance_ID < 0) + if (M_AttributeSetInstance_ID < 0) set_Value (COLUMNNAME_M_AttributeSetInstance_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); } /** Get Attribute Set Instance. @return Product Attribute Set Instance */ - public int getM_AttributeSetInstance_ID () + public int getM_AttributeSetInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); if (ii == null) @@ -428,21 +410,20 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set Change Notice. - @param M_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version) - */ + @param M_ChangeNotice_ID Bill of Materials (Engineering) Change Notice (Version) + */ public void setM_ChangeNotice_ID (int M_ChangeNotice_ID) { - if (M_ChangeNotice_ID < 1) + if (M_ChangeNotice_ID < 1) set_Value (COLUMNNAME_M_ChangeNotice_ID, null); - else + else set_Value (COLUMNNAME_M_ChangeNotice_ID, Integer.valueOf(M_ChangeNotice_ID)); } /** Get Change Notice. @return Bill of Materials (Engineering) Change Notice (Version) */ - public int getM_ChangeNotice_ID () + public int getM_ChangeNotice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ChangeNotice_ID); if (ii == null) @@ -457,21 +438,20 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -493,22 +473,21 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ .getPO(getPP_Product_BOM_ID(), get_TrxName()); } - /** Set BOM & Formula. - @param PP_Product_BOM_ID - BOM & Formula - */ + /** Set BOM & Formula. + @param PP_Product_BOM_ID BOM & Formula + */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID) { - if (PP_Product_BOM_ID < 1) + if (PP_Product_BOM_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Product_BOM_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Product_BOM_ID, Integer.valueOf(PP_Product_BOM_ID)); } - /** Get BOM & Formula. - @return BOM & Formula + /** Get BOM & Formula. + @return BOM & Formula */ - public int getPP_Product_BOM_ID () + public int getPP_Product_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOM_ID); if (ii == null) @@ -517,21 +496,20 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set BOM Line. - @param PP_Product_BOMLine_ID - BOM Line - */ + @param PP_Product_BOMLine_ID BOM Line + */ public void setPP_Product_BOMLine_ID (int PP_Product_BOMLine_ID) { - if (PP_Product_BOMLine_ID < 1) + if (PP_Product_BOMLine_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Product_BOMLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Product_BOMLine_ID, Integer.valueOf(PP_Product_BOMLine_ID)); } /** Get BOM Line. @return BOM Line */ - public int getPP_Product_BOMLine_ID () + public int getPP_Product_BOMLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOMLine_ID); if (ii == null) @@ -540,7 +518,8 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set PP_Product_BOMLine_UU. - @param PP_Product_BOMLine_UU PP_Product_BOMLine_UU */ + @param PP_Product_BOMLine_UU PP_Product_BOMLine_UU + */ public void setPP_Product_BOMLine_UU (String PP_Product_BOMLine_UU) { set_Value (COLUMNNAME_PP_Product_BOMLine_UU, PP_Product_BOMLine_UU); @@ -548,15 +527,14 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get PP_Product_BOMLine_UU. @return PP_Product_BOMLine_UU */ - public String getPP_Product_BOMLine_UU () + public String getPP_Product_BOMLine_UU() { return (String)get_Value(COLUMNNAME_PP_Product_BOMLine_UU); } /** Set Quantity in %. - @param QtyBatch - Indicate the Quantity % use in this Formula - */ + @param QtyBatch Indicate the Quantity % use in this Formula + */ public void setQtyBatch (BigDecimal QtyBatch) { set_Value (COLUMNNAME_QtyBatch, QtyBatch); @@ -565,7 +543,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Quantity in %. @return Indicate the Quantity % use in this Formula */ - public BigDecimal getQtyBatch () + public BigDecimal getQtyBatch() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBatch); if (bd == null) @@ -574,9 +552,8 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set Quantity. - @param QtyBOM - Indicate the Quantity use in this BOM - */ + @param QtyBOM Indicate the Quantity use in this BOM + */ public void setQtyBOM (BigDecimal QtyBOM) { set_Value (COLUMNNAME_QtyBOM, QtyBOM); @@ -585,7 +562,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Quantity. @return Indicate the Quantity use in this BOM */ - public BigDecimal getQtyBOM () + public BigDecimal getQtyBOM() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBOM); if (bd == null) @@ -594,9 +571,8 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set Scrap %. - @param Scrap - Indicate the Scrap % for calculate the Scrap Quantity - */ + @param Scrap Indicate the Scrap % for calculate the Scrap Quantity + */ public void setScrap (BigDecimal Scrap) { set_Value (COLUMNNAME_Scrap, Scrap); @@ -605,7 +581,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Scrap %. @return Indicate the Scrap % for calculate the Scrap Quantity */ - public BigDecimal getScrap () + public BigDecimal getScrap() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Scrap); if (bd == null) @@ -614,9 +590,8 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -625,15 +600,14 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -642,7 +616,7 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Product_Planning.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Product_Planning.java index 9f76f6eded..b21adc2f96 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Product_Planning.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Product_Planning.java @@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair; /** Generated Model for PP_Product_Planning * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_Product_Planning") public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, I_Persistent { @@ -34,7 +34,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_Product_Planning (Properties ctx, int PP_Product_Planning_ID, String trxName) @@ -87,21 +87,20 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_Value (COLUMNNAME_AD_Workflow_ID, null); - else + else set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -116,18 +115,19 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Network Distribution. - @param DD_NetworkDistribution_ID Network Distribution */ + @param DD_NetworkDistribution_ID Network Distribution + */ public void setDD_NetworkDistribution_ID (int DD_NetworkDistribution_ID) { - if (DD_NetworkDistribution_ID < 1) + if (DD_NetworkDistribution_ID < 1) set_Value (COLUMNNAME_DD_NetworkDistribution_ID, null); - else + else set_Value (COLUMNNAME_DD_NetworkDistribution_ID, Integer.valueOf(DD_NetworkDistribution_ID)); } /** Get Network Distribution. @return Network Distribution */ - public int getDD_NetworkDistribution_ID () + public int getDD_NetworkDistribution_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_DD_NetworkDistribution_ID); if (ii == null) @@ -136,9 +136,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Promised Delivery Time. - @param DeliveryTime_Promised - Promised days between order and delivery - */ + @param DeliveryTime_Promised Promised days between order and delivery + */ public void setDeliveryTime_Promised (BigDecimal DeliveryTime_Promised) { set_Value (COLUMNNAME_DeliveryTime_Promised, DeliveryTime_Promised); @@ -147,7 +146,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Promised Delivery Time. @return Promised days between order and delivery */ - public BigDecimal getDeliveryTime_Promised () + public BigDecimal getDeliveryTime_Promised() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DeliveryTime_Promised); if (bd == null) @@ -156,9 +155,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Create Plan. - @param IsCreatePlan - Indicates whether planned orders will be generated by MRP - */ + @param IsCreatePlan Indicates whether planned orders will be generated by MRP + */ public void setIsCreatePlan (boolean IsCreatePlan) { set_Value (COLUMNNAME_IsCreatePlan, Boolean.valueOf(IsCreatePlan)); @@ -167,7 +165,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Create Plan. @return Indicates whether planned orders will be generated by MRP */ - public boolean isCreatePlan () + public boolean isCreatePlan() { Object oo = get_Value(COLUMNNAME_IsCreatePlan); if (oo != null) @@ -180,7 +178,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Is MPS. - @param IsMPS Is MPS */ + @param IsMPS Is MPS + */ public void setIsMPS (boolean IsMPS) { set_Value (COLUMNNAME_IsMPS, Boolean.valueOf(IsMPS)); @@ -188,7 +187,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Is MPS. @return Is MPS */ - public boolean isMPS () + public boolean isMPS() { Object oo = get_Value(COLUMNNAME_IsMPS); if (oo != null) @@ -201,9 +200,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Phantom. - @param IsPhantom - Phantom Component - */ + @param IsPhantom Phantom Component + */ public void setIsPhantom (boolean IsPhantom) { set_Value (COLUMNNAME_IsPhantom, Boolean.valueOf(IsPhantom)); @@ -212,7 +210,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Phantom. @return Phantom Component */ - public boolean isPhantom () + public boolean isPhantom() { Object oo = get_Value(COLUMNNAME_IsPhantom); if (oo != null) @@ -225,7 +223,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Required Calculate DRP. - @param IsRequiredDRP Required Calculate DRP */ + @param IsRequiredDRP Required Calculate DRP + */ public void setIsRequiredDRP (boolean IsRequiredDRP) { set_ValueNoCheck (COLUMNNAME_IsRequiredDRP, Boolean.valueOf(IsRequiredDRP)); @@ -233,7 +232,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Required Calculate DRP. @return Required Calculate DRP */ - public boolean isRequiredDRP () + public boolean isRequiredDRP() { Object oo = get_Value(COLUMNNAME_IsRequiredDRP); if (oo != null) @@ -246,7 +245,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Required Calculate MRP. - @param IsRequiredMRP Required Calculate MRP */ + @param IsRequiredMRP Required Calculate MRP + */ public void setIsRequiredMRP (boolean IsRequiredMRP) { set_ValueNoCheck (COLUMNNAME_IsRequiredMRP, Boolean.valueOf(IsRequiredMRP)); @@ -254,7 +254,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Required Calculate MRP. @return Required Calculate MRP */ - public boolean isRequiredMRP () + public boolean isRequiredMRP() { Object oo = get_Value(COLUMNNAME_IsRequiredMRP); if (oo != null) @@ -273,21 +273,20 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -310,21 +309,20 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Warehouse. - @param M_Warehouse_ID - Storage Warehouse and Service Point - */ + @param M_Warehouse_ID Storage Warehouse and Service Point + */ public void setM_Warehouse_ID (int M_Warehouse_ID) { - if (M_Warehouse_ID < 1) + if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); - else + else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ - public int getM_Warehouse_ID () + public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_ID); if (ii == null) @@ -333,9 +331,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Maximum Order Qty. - @param Order_Max - Maximum order quantity in UOM - */ + @param Order_Max Maximum order quantity in UOM + */ public void setOrder_Max (BigDecimal Order_Max) { set_Value (COLUMNNAME_Order_Max, Order_Max); @@ -344,7 +341,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Maximum Order Qty. @return Maximum order quantity in UOM */ - public BigDecimal getOrder_Max () + public BigDecimal getOrder_Max() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Max); if (bd == null) @@ -353,9 +350,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Minimum Order Qty. - @param Order_Min - Minimum order quantity in UOM - */ + @param Order_Min Minimum order quantity in UOM + */ public void setOrder_Min (BigDecimal Order_Min) { set_Value (COLUMNNAME_Order_Min, Order_Min); @@ -364,7 +360,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Minimum Order Qty. @return Minimum order quantity in UOM */ - public BigDecimal getOrder_Min () + public BigDecimal getOrder_Min() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Min); if (bd == null) @@ -373,9 +369,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Order Pack Qty. - @param Order_Pack - Package order size in UOM (e.g. order set of 5 units) - */ + @param Order_Pack Package order size in UOM (e.g. order set of 5 units) + */ public void setOrder_Pack (BigDecimal Order_Pack) { set_Value (COLUMNNAME_Order_Pack, Order_Pack); @@ -384,7 +379,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Order Pack Qty. @return Package order size in UOM (e.g. order set of 5 units) */ - public BigDecimal getOrder_Pack () + public BigDecimal getOrder_Pack() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Pack); if (bd == null) @@ -393,7 +388,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Order Period. - @param Order_Period Order Period */ + @param Order_Period Order Period + */ public void setOrder_Period (BigDecimal Order_Period) { set_Value (COLUMNNAME_Order_Period, Order_Period); @@ -401,7 +397,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Order Period. @return Order Period */ - public BigDecimal getOrder_Period () + public BigDecimal getOrder_Period() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Period); if (bd == null) @@ -418,7 +414,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Period Order Quantity = POQ */ public static final String ORDER_POLICY_PeriodOrderQuantity = "POQ"; /** Set Order Policy. - @param Order_Policy Order Policy */ + @param Order_Policy Order Policy + */ public void setOrder_Policy (String Order_Policy) { @@ -427,13 +424,14 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Order Policy. @return Order Policy */ - public String getOrder_Policy () + public String getOrder_Policy() { return (String)get_Value(COLUMNNAME_Order_Policy); } /** Set Order Qty. - @param Order_Qty Order Qty */ + @param Order_Qty Order Qty + */ public void setOrder_Qty (BigDecimal Order_Qty) { set_Value (COLUMNNAME_Order_Qty, Order_Qty); @@ -441,7 +439,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Order Qty. @return Order Qty */ - public BigDecimal getOrder_Qty () + public BigDecimal getOrder_Qty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Order_Qty); if (bd == null) @@ -456,18 +454,19 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Planner. - @param Planner_ID Planner */ + @param Planner_ID Planner + */ public void setPlanner_ID (int Planner_ID) { - if (Planner_ID < 1) + if (Planner_ID < 1) set_Value (COLUMNNAME_Planner_ID, null); - else + else set_Value (COLUMNNAME_Planner_ID, Integer.valueOf(Planner_ID)); } /** Get Planner. @return Planner */ - public int getPlanner_ID () + public int getPlanner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Planner_ID); if (ii == null) @@ -481,22 +480,21 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, .getPO(getPP_Product_BOM_ID(), get_TrxName()); } - /** Set BOM & Formula. - @param PP_Product_BOM_ID - BOM & Formula - */ + /** Set BOM & Formula. + @param PP_Product_BOM_ID BOM & Formula + */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID) { - if (PP_Product_BOM_ID < 1) + if (PP_Product_BOM_ID < 1) set_Value (COLUMNNAME_PP_Product_BOM_ID, null); - else + else set_Value (COLUMNNAME_PP_Product_BOM_ID, Integer.valueOf(PP_Product_BOM_ID)); } - /** Get BOM & Formula. - @return BOM & Formula + /** Get BOM & Formula. + @return BOM & Formula */ - public int getPP_Product_BOM_ID () + public int getPP_Product_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOM_ID); if (ii == null) @@ -505,18 +503,19 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Product Planning. - @param PP_Product_Planning_ID Product Planning */ + @param PP_Product_Planning_ID Product Planning + */ public void setPP_Product_Planning_ID (int PP_Product_Planning_ID) { - if (PP_Product_Planning_ID < 1) + if (PP_Product_Planning_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_Product_Planning_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_Product_Planning_ID, Integer.valueOf(PP_Product_Planning_ID)); } /** Get Product Planning. @return Product Planning */ - public int getPP_Product_Planning_ID () + public int getPP_Product_Planning_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_Planning_ID); if (ii == null) @@ -525,7 +524,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set PP_Product_Planning_UU. - @param PP_Product_Planning_UU PP_Product_Planning_UU */ + @param PP_Product_Planning_UU PP_Product_Planning_UU + */ public void setPP_Product_Planning_UU (String PP_Product_Planning_UU) { set_Value (COLUMNNAME_PP_Product_Planning_UU, PP_Product_Planning_UU); @@ -533,15 +533,14 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get PP_Product_Planning_UU. @return PP_Product_Planning_UU */ - public String getPP_Product_Planning_UU () + public String getPP_Product_Planning_UU() { return (String)get_Value(COLUMNNAME_PP_Product_Planning_UU); } /** Set Safety Stock Qty. - @param SafetyStock - Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs - */ + @param SafetyStock Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs + */ public void setSafetyStock (BigDecimal SafetyStock) { set_Value (COLUMNNAME_SafetyStock, SafetyStock); @@ -550,7 +549,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Safety Stock Qty. @return Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs */ - public BigDecimal getSafetyStock () + public BigDecimal getSafetyStock() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_SafetyStock); if (bd == null) @@ -565,21 +564,20 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Resource. - @param S_Resource_ID - Resource - */ + @param S_Resource_ID Resource + */ public void setS_Resource_ID (int S_Resource_ID) { - if (S_Resource_ID < 1) + if (S_Resource_ID < 1) set_ValueNoCheck (COLUMNNAME_S_Resource_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_S_Resource_ID, Integer.valueOf(S_Resource_ID)); } /** Get Resource. @return Resource */ - public int getS_Resource_ID () + public int getS_Resource_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_S_Resource_ID); if (ii == null) @@ -588,7 +586,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Time Fence. - @param TimeFence Time Fence */ + @param TimeFence Time Fence + */ public void setTimeFence (BigDecimal TimeFence) { set_Value (COLUMNNAME_TimeFence, TimeFence); @@ -596,7 +595,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Time Fence. @return Time Fence */ - public BigDecimal getTimeFence () + public BigDecimal getTimeFence() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TimeFence); if (bd == null) @@ -605,7 +604,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Transfert Time. - @param TransfertTime Transfert Time */ + @param TransfertTime Transfert Time + */ public void setTransfertTime (BigDecimal TransfertTime) { set_Value (COLUMNNAME_TransfertTime, TransfertTime); @@ -613,7 +613,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Transfert Time. @return Transfert Time */ - public BigDecimal getTransfertTime () + public BigDecimal getTransfertTime() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TransfertTime); if (bd == null) @@ -622,9 +622,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Working Time. - @param WorkingTime - Workflow Simulation Execution Time - */ + @param WorkingTime Workflow Simulation Execution Time + */ public void setWorkingTime (BigDecimal WorkingTime) { set_Value (COLUMNNAME_WorkingTime, WorkingTime); @@ -633,7 +632,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Working Time. @return Workflow Simulation Execution Time */ - public BigDecimal getWorkingTime () + public BigDecimal getWorkingTime() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_WorkingTime); if (bd == null) @@ -642,9 +641,8 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, } /** Set Yield %. - @param Yield - The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent - */ + @param Yield The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent + */ public void setYield (int Yield) { set_Value (COLUMNNAME_Yield, Integer.valueOf(Yield)); @@ -653,7 +651,7 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, /** Get Yield %. @return The Yield is the percentage of a lot that is expected to be of acceptable wuality may fall below 100 percent */ - public int getYield () + public int getYield() { Integer ii = (Integer)get_Value(COLUMNNAME_Yield); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Asset.java b/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Asset.java index 4d347ae896..a27dc0e724 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Asset.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Asset.java @@ -23,7 +23,7 @@ import org.compiere.model.*; /** Generated Model for PP_WF_Node_Asset * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_WF_Node_Asset") public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Persistent { @@ -31,7 +31,7 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_WF_Node_Asset (Properties ctx, int PP_WF_Node_Asset_ID, String trxName) @@ -81,21 +81,20 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers } /** Set Asset. - @param A_Asset_ID - Asset used internally or by customers - */ + @param A_Asset_ID Asset used internally or by customers + */ public void setA_Asset_ID (int A_Asset_ID) { - if (A_Asset_ID < 1) + if (A_Asset_ID < 1) set_Value (COLUMNNAME_A_Asset_ID, null); - else + else set_Value (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ - public int getA_Asset_ID () + public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers } /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ + @param AD_WF_Node_ID Workflow Node (activity), step or process + */ public void setAD_WF_Node_ID (int AD_WF_Node_ID) { - if (AD_WF_Node_ID < 1) + if (AD_WF_Node_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); } /** Get Node. @return Workflow Node (activity), step or process */ - public int getAD_WF_Node_ID () + public int getAD_WF_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); if (ii == null) @@ -133,18 +131,19 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers } /** Set Workflow Node Asset. - @param PP_WF_Node_Asset_ID Workflow Node Asset */ + @param PP_WF_Node_Asset_ID Workflow Node Asset + */ public void setPP_WF_Node_Asset_ID (int PP_WF_Node_Asset_ID) { - if (PP_WF_Node_Asset_ID < 1) + if (PP_WF_Node_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_WF_Node_Asset_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_WF_Node_Asset_ID, Integer.valueOf(PP_WF_Node_Asset_ID)); } /** Get Workflow Node Asset. @return Workflow Node Asset */ - public int getPP_WF_Node_Asset_ID () + public int getPP_WF_Node_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_WF_Node_Asset_ID); if (ii == null) @@ -153,7 +152,8 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers } /** Set PP_WF_Node_Asset_UU. - @param PP_WF_Node_Asset_UU PP_WF_Node_Asset_UU */ + @param PP_WF_Node_Asset_UU PP_WF_Node_Asset_UU + */ public void setPP_WF_Node_Asset_UU (String PP_WF_Node_Asset_UU) { set_Value (COLUMNNAME_PP_WF_Node_Asset_UU, PP_WF_Node_Asset_UU); @@ -161,15 +161,14 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers /** Get PP_WF_Node_Asset_UU. @return PP_WF_Node_Asset_UU */ - public String getPP_WF_Node_Asset_UU () + public String getPP_WF_Node_Asset_UU() { return (String)get_Value(COLUMNNAME_PP_WF_Node_Asset_UU); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_ValueNoCheck (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -178,7 +177,7 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Product.java b/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Product.java index 9f11a98519..f4d736bd92 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Product.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Product.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for PP_WF_Node_Product * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="PP_WF_Node_Product") public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_Persistent { @@ -33,7 +33,7 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_PP_WF_Node_Product (Properties ctx, int PP_WF_Node_Product_ID, String trxName) @@ -84,21 +84,20 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ } /** Set Node. - @param AD_WF_Node_ID - Workflow Node (activity), step or process - */ + @param AD_WF_Node_ID Workflow Node (activity), step or process + */ public void setAD_WF_Node_ID (int AD_WF_Node_ID) { - if (AD_WF_Node_ID < 1) + if (AD_WF_Node_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_WF_Node_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_WF_Node_ID, Integer.valueOf(AD_WF_Node_ID)); } /** Get Node. @return Workflow Node (activity), step or process */ - public int getAD_WF_Node_ID () + public int getAD_WF_Node_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_WF_Node_ID); if (ii == null) @@ -115,9 +114,8 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ /** System = S */ public static final String CONFIGURATIONLEVEL_System = "S"; /** Set Configuration Level. - @param ConfigurationLevel - Configuration Level for this parameter - */ + @param ConfigurationLevel Configuration Level for this parameter + */ public void setConfigurationLevel (String ConfigurationLevel) { @@ -127,7 +125,7 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ /** Get Configuration Level. @return Configuration Level for this parameter */ - public String getConfigurationLevel () + public String getConfigurationLevel() { return (String)get_Value(COLUMNNAME_ConfigurationLevel); } @@ -135,9 +133,8 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. - @param EntityType - Dictionary Entity Type; Determines ownership and synchronization - */ + @param EntityType Dictionary Entity Type; Determines ownership and synchronization + */ public void setEntityType (String EntityType) { @@ -147,13 +144,14 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ /** Get Entity Type. @return Dictionary Entity Type; Determines ownership and synchronization */ - public String getEntityType () + public String getEntityType() { return (String)get_Value(COLUMNNAME_EntityType); } /** Set Is Subcontracting. - @param IsSubcontracting Is Subcontracting */ + @param IsSubcontracting Is Subcontracting + */ public void setIsSubcontracting (boolean IsSubcontracting) { set_Value (COLUMNNAME_IsSubcontracting, Boolean.valueOf(IsSubcontracting)); @@ -161,7 +159,7 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ /** Get Is Subcontracting. @return Is Subcontracting */ - public boolean isSubcontracting () + public boolean isSubcontracting() { Object oo = get_Value(COLUMNNAME_IsSubcontracting); if (oo != null) @@ -180,21 +178,20 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -203,18 +200,19 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ } /** Set Workflow Node Product. - @param PP_WF_Node_Product_ID Workflow Node Product */ + @param PP_WF_Node_Product_ID Workflow Node Product + */ public void setPP_WF_Node_Product_ID (int PP_WF_Node_Product_ID) { - if (PP_WF_Node_Product_ID < 1) + if (PP_WF_Node_Product_ID < 1) set_ValueNoCheck (COLUMNNAME_PP_WF_Node_Product_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_PP_WF_Node_Product_ID, Integer.valueOf(PP_WF_Node_Product_ID)); } /** Get Workflow Node Product. @return Workflow Node Product */ - public int getPP_WF_Node_Product_ID () + public int getPP_WF_Node_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_WF_Node_Product_ID); if (ii == null) @@ -223,7 +221,8 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ } /** Set PP_WF_Node_Product_UU. - @param PP_WF_Node_Product_UU PP_WF_Node_Product_UU */ + @param PP_WF_Node_Product_UU PP_WF_Node_Product_UU + */ public void setPP_WF_Node_Product_UU (String PP_WF_Node_Product_UU) { set_Value (COLUMNNAME_PP_WF_Node_Product_UU, PP_WF_Node_Product_UU); @@ -231,15 +230,14 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ /** Get PP_WF_Node_Product_UU. @return PP_WF_Node_Product_UU */ - public String getPP_WF_Node_Product_UU () + public String getPP_WF_Node_Product_UU() { return (String)get_Value(COLUMNNAME_PP_WF_Node_Product_UU); } /** Set Quantity. - @param Qty - Quantity - */ + @param Qty Quantity + */ public void setQty (BigDecimal Qty) { set_Value (COLUMNNAME_Qty, Qty); @@ -248,7 +246,7 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ /** Get Quantity. @return Quantity */ - public BigDecimal getQty () + public BigDecimal getQty() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); if (bd == null) @@ -257,9 +255,8 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -268,7 +265,7 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) diff --git a/org.adempiere.base/src/org/eevolution/model/X_QM_Specification.java b/org.adempiere.base/src/org/eevolution/model/X_QM_Specification.java index 25a07e9256..ce4cb718f2 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_QM_Specification.java +++ b/org.adempiere.base/src/org/eevolution/model/X_QM_Specification.java @@ -24,7 +24,7 @@ import org.compiere.model.*; /** Generated Model for QM_Specification * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="QM_Specification") public class X_QM_Specification extends PO implements I_QM_Specification, I_Persistent { @@ -32,7 +32,7 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_QM_Specification (Properties ctx, int QM_Specification_ID, String trxName) @@ -81,21 +81,20 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers } /** Set Workflow. - @param AD_Workflow_ID - Workflow or combination of tasks - */ + @param AD_Workflow_ID Workflow or combination of tasks + */ public void setAD_Workflow_ID (int AD_Workflow_ID) { - if (AD_Workflow_ID < 1) + if (AD_Workflow_ID < 1) set_Value (COLUMNNAME_AD_Workflow_ID, null); - else + else set_Value (COLUMNNAME_AD_Workflow_ID, Integer.valueOf(AD_Workflow_ID)); } /** Get Workflow. @return Workflow or combination of tasks */ - public int getAD_Workflow_ID () + public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Workflow_ID); if (ii == null) @@ -104,9 +103,8 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -115,7 +113,7 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } @@ -127,21 +125,20 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers } /** Set Attribute Set. - @param M_AttributeSet_ID - Product Attribute Set - */ + @param M_AttributeSet_ID Product Attribute Set + */ public void setM_AttributeSet_ID (int M_AttributeSet_ID) { - if (M_AttributeSet_ID < 0) + if (M_AttributeSet_ID < 0) set_Value (COLUMNNAME_M_AttributeSet_ID, null); - else + else set_Value (COLUMNNAME_M_AttributeSet_ID, Integer.valueOf(M_AttributeSet_ID)); } /** Get Attribute Set. @return Product Attribute Set */ - public int getM_AttributeSet_ID () + public int getM_AttributeSet_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSet_ID); if (ii == null) @@ -156,21 +153,20 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -179,9 +175,8 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -190,7 +185,7 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -201,22 +196,21 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers .getPO(getPP_Product_BOM_ID(), get_TrxName()); } - /** Set BOM & Formula. - @param PP_Product_BOM_ID - BOM & Formula - */ + /** Set BOM & Formula. + @param PP_Product_BOM_ID BOM & Formula + */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID) { - if (PP_Product_BOM_ID < 1) + if (PP_Product_BOM_ID < 1) set_Value (COLUMNNAME_PP_Product_BOM_ID, null); - else + else set_Value (COLUMNNAME_PP_Product_BOM_ID, Integer.valueOf(PP_Product_BOM_ID)); } - /** Get BOM & Formula. - @return BOM & Formula + /** Get BOM & Formula. + @return BOM & Formula */ - public int getPP_Product_BOM_ID () + public int getPP_Product_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOM_ID); if (ii == null) @@ -225,18 +219,19 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers } /** Set Quality Specification. - @param QM_Specification_ID Quality Specification */ + @param QM_Specification_ID Quality Specification + */ public void setQM_Specification_ID (int QM_Specification_ID) { - if (QM_Specification_ID < 1) + if (QM_Specification_ID < 1) set_ValueNoCheck (COLUMNNAME_QM_Specification_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_QM_Specification_ID, Integer.valueOf(QM_Specification_ID)); } /** Get Quality Specification. @return Quality Specification */ - public int getQM_Specification_ID () + public int getQM_Specification_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_QM_Specification_ID); if (ii == null) @@ -245,7 +240,8 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers } /** Set QM_Specification_UU. - @param QM_Specification_UU QM_Specification_UU */ + @param QM_Specification_UU QM_Specification_UU + */ public void setQM_Specification_UU (String QM_Specification_UU) { set_Value (COLUMNNAME_QM_Specification_UU, QM_Specification_UU); @@ -253,15 +249,14 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers /** Get QM_Specification_UU. @return QM_Specification_UU */ - public String getQM_Specification_UU () + public String getQM_Specification_UU() { return (String)get_Value(COLUMNNAME_QM_Specification_UU); } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -270,15 +265,14 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers /** Get Valid from. @return Valid from including this date (first day) */ - public Timestamp getValidFrom () + public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -287,15 +281,14 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -304,7 +297,7 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_QM_SpecificationLine.java b/org.adempiere.base/src/org/eevolution/model/X_QM_SpecificationLine.java index 9ea0eefc13..3de1bbf22d 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_QM_SpecificationLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_QM_SpecificationLine.java @@ -24,7 +24,7 @@ import org.compiere.model.*; /** Generated Model for QM_SpecificationLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="QM_SpecificationLine") public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine, I_Persistent { @@ -32,7 +32,7 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_QM_SpecificationLine (Properties ctx, int QM_SpecificationLine_ID, String trxName) @@ -82,9 +82,8 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine /** Or = O */ public static final String ANDOR_Or = "O"; /** Set And/Or. - @param AndOr - Logical operation: AND or OR - */ + @param AndOr Logical operation: AND or OR + */ public void setAndOr (String AndOr) { @@ -94,7 +93,7 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine /** Get And/Or. @return Logical operation: AND or OR */ - public String getAndOr () + public String getAndOr() { return (String)get_Value(COLUMNNAME_AndOr); } @@ -106,21 +105,20 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine } /** Set Attribute. - @param M_Attribute_ID - Product Attribute - */ + @param M_Attribute_ID Product Attribute + */ public void setM_Attribute_ID (int M_Attribute_ID) { - if (M_Attribute_ID < 1) + if (M_Attribute_ID < 1) set_Value (COLUMNNAME_M_Attribute_ID, null); - else + else set_Value (COLUMNNAME_M_Attribute_ID, Integer.valueOf(M_Attribute_ID)); } /** Get Attribute. @return Product Attribute */ - public int getM_Attribute_ID () + public int getM_Attribute_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Attribute_ID); if (ii == null) @@ -132,26 +130,25 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine public static final int OPERATION_AD_Reference_ID=205; /** != = != */ public static final String OPERATION_NotEq = "!="; - /** < = << */ + /** < = << */ public static final String OPERATION_Le = "<<"; - /** <= = <= */ + /** <= = <= */ public static final String OPERATION_LeEq = "<="; /** = = == */ public static final String OPERATION_Eq = "=="; - /** >= = >= */ + /** >= = >= */ public static final String OPERATION_GtEq = ">="; - /** > = >> */ + /** > = >> */ public static final String OPERATION_Gt = ">>"; /** ~ = ~~ */ public static final String OPERATION_Like = "~~"; - /** || = AB */ + /** |<x>| = AB */ public static final String OPERATION_X = "AB"; /** sql = SQ */ public static final String OPERATION_Sql = "SQ"; /** Set Operation. - @param Operation - Compare Operation - */ + @param Operation Compare Operation + */ public void setOperation (String Operation) { @@ -161,7 +158,7 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine /** Get Operation. @return Compare Operation */ - public String getOperation () + public String getOperation() { return (String)get_Value(COLUMNNAME_Operation); } @@ -173,18 +170,19 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine } /** Set Quality Specification. - @param QM_Specification_ID Quality Specification */ + @param QM_Specification_ID Quality Specification + */ public void setQM_Specification_ID (int QM_Specification_ID) { - if (QM_Specification_ID < 1) + if (QM_Specification_ID < 1) set_ValueNoCheck (COLUMNNAME_QM_Specification_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_QM_Specification_ID, Integer.valueOf(QM_Specification_ID)); } /** Get Quality Specification. @return Quality Specification */ - public int getQM_Specification_ID () + public int getQM_Specification_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_QM_Specification_ID); if (ii == null) @@ -193,18 +191,19 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine } /** Set QM Specification Line. - @param QM_SpecificationLine_ID QM Specification Line */ + @param QM_SpecificationLine_ID QM Specification Line + */ public void setQM_SpecificationLine_ID (int QM_SpecificationLine_ID) { - if (QM_SpecificationLine_ID < 1) + if (QM_SpecificationLine_ID < 1) set_ValueNoCheck (COLUMNNAME_QM_SpecificationLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_QM_SpecificationLine_ID, Integer.valueOf(QM_SpecificationLine_ID)); } /** Get QM Specification Line. @return QM Specification Line */ - public int getQM_SpecificationLine_ID () + public int getQM_SpecificationLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_QM_SpecificationLine_ID); if (ii == null) @@ -213,7 +212,8 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine } /** Set QM_SpecificationLine_UU. - @param QM_SpecificationLine_UU QM_SpecificationLine_UU */ + @param QM_SpecificationLine_UU QM_SpecificationLine_UU + */ public void setQM_SpecificationLine_UU (String QM_SpecificationLine_UU) { set_Value (COLUMNNAME_QM_SpecificationLine_UU, QM_SpecificationLine_UU); @@ -221,15 +221,14 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine /** Get QM_SpecificationLine_UU. @return QM_SpecificationLine_UU */ - public String getQM_SpecificationLine_UU () + public String getQM_SpecificationLine_UU() { return (String)get_Value(COLUMNNAME_QM_SpecificationLine_UU); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -238,7 +237,7 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -247,9 +246,8 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine } /** Set Valid from. - @param ValidFrom - Valid from including this date (first day) - */ + @param ValidFrom Valid from including this date (first day) + */ public void setValidFrom (String ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); @@ -258,15 +256,14 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine /** Get Valid from. @return Valid from including this date (first day) */ - public String getValidFrom () + public String getValidFrom() { return (String)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. - @param ValidTo - Valid to including this date (last day) - */ + @param ValidTo Valid to including this date (last day) + */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); @@ -275,15 +272,14 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine /** Get Valid to. @return Valid to including this date (last day) */ - public Timestamp getValidTo () + public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -292,7 +288,7 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_T_BOMLine.java b/org.adempiere.base/src/org/eevolution/model/X_T_BOMLine.java index 5b3a814647..4fbd3a5e7f 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_T_BOMLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_T_BOMLine.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; /** Generated Model for T_BOMLine * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_BOMLine") public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent { @@ -33,7 +33,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_BOMLine (Properties ctx, int T_BOMLine_ID, String trxName) @@ -81,21 +81,20 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_Value (COLUMNNAME_AD_PInstance_ID, null); - else + else set_Value (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -110,21 +109,20 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ + @param C_AcctSchema_ID Rules for accounting + */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { - if (C_AcctSchema_ID < 1) + if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else + else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ - public int getC_AcctSchema_ID () + public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); if (ii == null) @@ -133,9 +131,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Cost. - @param Cost - Cost information - */ + @param Cost Cost information + */ public void setCost (BigDecimal Cost) { set_Value (COLUMNNAME_Cost, Cost); @@ -144,7 +141,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** Get Cost. @return Cost information */ - public BigDecimal getCost () + public BigDecimal getCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Cost); if (bd == null) @@ -173,9 +170,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** _ = x */ public static final String COSTINGMETHOD__ = "x"; /** Set Costing Method. - @param CostingMethod - Indicates how Costs will be calculated - */ + @param CostingMethod Indicates how Costs will be calculated + */ public void setCostingMethod (String CostingMethod) { @@ -185,15 +181,14 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** Get Costing Method. @return Indicates how Costs will be calculated */ - public String getCostingMethod () + public String getCostingMethod() { return (String)get_Value(COLUMNNAME_CostingMethod); } /** Set Standard Cost. - @param CostStandard - Standard Costs - */ + @param CostStandard Standard Costs + */ public void setCostStandard (BigDecimal CostStandard) { set_Value (COLUMNNAME_CostStandard, CostStandard); @@ -202,7 +197,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** Get Standard Cost. @return Standard Costs */ - public BigDecimal getCostStandard () + public BigDecimal getCostStandard() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostStandard); if (bd == null) @@ -211,9 +206,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Current Cost Price. - @param CurrentCostPrice - The currently used cost price - */ + @param CurrentCostPrice The currently used cost price + */ public void setCurrentCostPrice (BigDecimal CurrentCostPrice) { set_Value (COLUMNNAME_CurrentCostPrice, CurrentCostPrice); @@ -222,7 +216,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** Get Current Cost Price. @return The currently used cost price */ - public BigDecimal getCurrentCostPrice () + public BigDecimal getCurrentCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPrice); if (bd == null) @@ -231,9 +225,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Current Cost Price Lower Level. - @param CurrentCostPriceLL - Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. - */ + @param CurrentCostPriceLL Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. + */ public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL) { set_Value (COLUMNNAME_CurrentCostPriceLL, CurrentCostPriceLL); @@ -242,7 +235,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** Get Current Cost Price Lower Level. @return Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. */ - public BigDecimal getCurrentCostPriceLL () + public BigDecimal getCurrentCostPriceLL() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPriceLL); if (bd == null) @@ -251,7 +244,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Future Cost Price. - @param FutureCostPrice Future Cost Price */ + @param FutureCostPrice Future Cost Price + */ public void setFutureCostPrice (BigDecimal FutureCostPrice) { set_Value (COLUMNNAME_FutureCostPrice, FutureCostPrice); @@ -259,7 +253,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** Get Future Cost Price. @return Future Cost Price */ - public BigDecimal getFutureCostPrice () + public BigDecimal getFutureCostPrice() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FutureCostPrice); if (bd == null) @@ -268,7 +262,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Future Cost Price Lower Level. - @param FutureCostPriceLL Future Cost Price Lower Level */ + @param FutureCostPriceLL Future Cost Price Lower Level + */ public void setFutureCostPriceLL (BigDecimal FutureCostPriceLL) { set_Value (COLUMNNAME_FutureCostPriceLL, FutureCostPriceLL); @@ -276,7 +271,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** Get Future Cost Price Lower Level. @return Future Cost Price Lower Level */ - public BigDecimal getFutureCostPriceLL () + public BigDecimal getFutureCostPriceLL() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FutureCostPriceLL); if (bd == null) @@ -285,18 +280,17 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Implosion. - @param Implosion - Implosion of a Bill of Materials refers to finding all the BOM''s in which a component is used. - */ + @param Implosion Implosion of a Bill of Materials refers to finding all the BOM''s in which a component is used. + */ public void setImplosion (boolean Implosion) { set_Value (COLUMNNAME_Implosion, Boolean.valueOf(Implosion)); } /** Get Implosion. - @return Implosion of a Bill of Materials refers to finding all the BOM''s in which a component is used. + @return Implosion of a Bill of Materials refers to finding all the BOM''s in which a component is used. */ - public boolean isImplosion () + public boolean isImplosion() { Object oo = get_Value(COLUMNNAME_Implosion); if (oo != null) @@ -309,9 +303,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Cost Frozen. - @param IsCostFrozen - Indicated that the Standard Cost is frozen - */ + @param IsCostFrozen Indicated that the Standard Cost is frozen + */ public void setIsCostFrozen (boolean IsCostFrozen) { set_Value (COLUMNNAME_IsCostFrozen, Boolean.valueOf(IsCostFrozen)); @@ -320,7 +313,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** Get Cost Frozen. @return Indicated that the Standard Cost is frozen */ - public boolean isCostFrozen () + public boolean isCostFrozen() { Object oo = get_Value(COLUMNNAME_IsCostFrozen); if (oo != null) @@ -333,7 +326,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Level no. - @param LevelNo Level no */ + @param LevelNo Level no + */ public void setLevelNo (int LevelNo) { set_Value (COLUMNNAME_LevelNo, Integer.valueOf(LevelNo)); @@ -341,7 +335,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** Get Level no. @return Level no */ - public int getLevelNo () + public int getLevelNo() { Integer ii = (Integer)get_Value(COLUMNNAME_LevelNo); if (ii == null) @@ -350,7 +344,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Levels. - @param Levels Levels */ + @param Levels Levels + */ public void setLevels (String Levels) { set_Value (COLUMNNAME_Levels, Levels); @@ -358,7 +353,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** Get Levels. @return Levels */ - public String getLevels () + public String getLevels() { return (String)get_Value(COLUMNNAME_Levels); } @@ -370,21 +365,20 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Cost Element. - @param M_CostElement_ID - Product Cost Element - */ + @param M_CostElement_ID Product Cost Element + */ public void setM_CostElement_ID (int M_CostElement_ID) { - if (M_CostElement_ID < 1) + if (M_CostElement_ID < 1) set_Value (COLUMNNAME_M_CostElement_ID, null); - else + else set_Value (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); } /** Get Cost Element. @return Product Cost Element */ - public int getM_CostElement_ID () + public int getM_CostElement_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); if (ii == null) @@ -399,21 +393,20 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Cost Type. - @param M_CostType_ID - Type of Cost (e.g. Current, Plan, Future) - */ + @param M_CostType_ID Type of Cost (e.g. Current, Plan, Future) + */ public void setM_CostType_ID (int M_CostType_ID) { - if (M_CostType_ID < 1) + if (M_CostType_ID < 1) set_Value (COLUMNNAME_M_CostType_ID, null); - else + else set_Value (COLUMNNAME_M_CostType_ID, Integer.valueOf(M_CostType_ID)); } /** Get Cost Type. @return Type of Cost (e.g. Current, Plan, Future) */ - public int getM_CostType_ID () + public int getM_CostType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_CostType_ID); if (ii == null) @@ -428,21 +421,20 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Product. - @param M_Product_ID - Product, Service, Item - */ + @param M_Product_ID Product, Service, Item + */ public void setM_Product_ID (int M_Product_ID) { - if (M_Product_ID < 1) + if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); - else + else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ - public int getM_Product_ID () + public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) @@ -456,22 +448,21 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent .getPO(getPP_Product_BOM_ID(), get_TrxName()); } - /** Set BOM & Formula. - @param PP_Product_BOM_ID - BOM & Formula - */ + /** Set BOM & Formula. + @param PP_Product_BOM_ID BOM & Formula + */ public void setPP_Product_BOM_ID (int PP_Product_BOM_ID) { - if (PP_Product_BOM_ID < 1) + if (PP_Product_BOM_ID < 1) set_Value (COLUMNNAME_PP_Product_BOM_ID, null); - else + else set_Value (COLUMNNAME_PP_Product_BOM_ID, Integer.valueOf(PP_Product_BOM_ID)); } - /** Get BOM & Formula. - @return BOM & Formula + /** Get BOM & Formula. + @return BOM & Formula */ - public int getPP_Product_BOM_ID () + public int getPP_Product_BOM_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOM_ID); if (ii == null) @@ -486,21 +477,20 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set BOM Line. - @param PP_Product_BOMLine_ID - BOM Line - */ + @param PP_Product_BOMLine_ID BOM Line + */ public void setPP_Product_BOMLine_ID (int PP_Product_BOMLine_ID) { - if (PP_Product_BOMLine_ID < 1) + if (PP_Product_BOMLine_ID < 1) set_Value (COLUMNNAME_PP_Product_BOMLine_ID, null); - else + else set_Value (COLUMNNAME_PP_Product_BOMLine_ID, Integer.valueOf(PP_Product_BOMLine_ID)); } /** Get BOM Line. @return BOM Line */ - public int getPP_Product_BOMLine_ID () + public int getPP_Product_BOMLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_PP_Product_BOMLine_ID); if (ii == null) @@ -509,9 +499,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Quantity. - @param QtyBOM - Indicate the Quantity use in this BOM - */ + @param QtyBOM Indicate the Quantity use in this BOM + */ public void setQtyBOM (BigDecimal QtyBOM) { set_Value (COLUMNNAME_QtyBOM, QtyBOM); @@ -520,7 +509,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** Get Quantity. @return Indicate the Quantity use in this BOM */ - public BigDecimal getQtyBOM () + public BigDecimal getQtyBOM() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBOM); if (bd == null) @@ -529,18 +518,19 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Selected Product. - @param Sel_Product_ID Selected Product */ + @param Sel_Product_ID Selected Product + */ public void setSel_Product_ID (int Sel_Product_ID) { - if (Sel_Product_ID < 1) + if (Sel_Product_ID < 1) set_Value (COLUMNNAME_Sel_Product_ID, null); - else + else set_Value (COLUMNNAME_Sel_Product_ID, Integer.valueOf(Sel_Product_ID)); } /** Get Selected Product. @return Selected Product */ - public int getSel_Product_ID () + public int getSel_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_Sel_Product_ID); if (ii == null) @@ -549,9 +539,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -560,7 +549,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -569,18 +558,19 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set Temporal BOM Line. - @param T_BOMLine_ID Temporal BOM Line */ + @param T_BOMLine_ID Temporal BOM Line + */ public void setT_BOMLine_ID (int T_BOMLine_ID) { - if (T_BOMLine_ID < 1) + if (T_BOMLine_ID < 1) set_ValueNoCheck (COLUMNNAME_T_BOMLine_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_T_BOMLine_ID, Integer.valueOf(T_BOMLine_ID)); } /** Get Temporal BOM Line. @return Temporal BOM Line */ - public int getT_BOMLine_ID () + public int getT_BOMLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_T_BOMLine_ID); if (ii == null) @@ -589,7 +579,8 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent } /** Set T_BOMLine_UU. - @param T_BOMLine_UU T_BOMLine_UU */ + @param T_BOMLine_UU T_BOMLine_UU + */ public void setT_BOMLine_UU (String T_BOMLine_UU) { set_Value (COLUMNNAME_T_BOMLine_UU, T_BOMLine_UU); @@ -597,7 +588,7 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent /** Get T_BOMLine_UU. @return T_BOMLine_UU */ - public String getT_BOMLine_UU () + public String getT_BOMLine_UU() { return (String)get_Value(COLUMNNAME_T_BOMLine_UU); } diff --git a/org.adempiere.base/src/org/eevolution/model/X_T_MRP_CRP.java b/org.adempiere.base/src/org/eevolution/model/X_T_MRP_CRP.java index e6862b9f5f..7bc2bab048 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_T_MRP_CRP.java +++ b/org.adempiere.base/src/org/eevolution/model/X_T_MRP_CRP.java @@ -23,7 +23,7 @@ import org.compiere.model.*; /** Generated Model for T_MRP_CRP * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="T_MRP_CRP") public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent { @@ -31,7 +31,7 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_T_MRP_CRP (Properties ctx, int T_MRP_CRP_ID, String trxName) @@ -78,21 +78,20 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent } /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ + @param AD_PInstance_ID Instance of the process + */ public void setAD_PInstance_ID (int AD_PInstance_ID) { - if (AD_PInstance_ID < 1) + if (AD_PInstance_ID < 1) set_Value (COLUMNNAME_AD_PInstance_ID, null); - else + else set_Value (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ - public int getAD_PInstance_ID () + public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) @@ -101,9 +100,8 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -112,15 +110,14 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ + @param SeqNo Method of ordering records; lowest number comes first + */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); @@ -129,7 +126,7 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent /** Get Sequence. @return Method of ordering records; lowest number comes first */ - public int getSeqNo () + public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) @@ -137,19 +134,20 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent return ii.intValue(); } - /** Set Temporal MRP & CRP. - @param T_MRP_CRP_ID Temporal MRP & CRP */ + /** Set Temporal MRP & CRP. + @param T_MRP_CRP_ID Temporal MRP & CRP + */ public void setT_MRP_CRP_ID (int T_MRP_CRP_ID) { - if (T_MRP_CRP_ID < 1) + if (T_MRP_CRP_ID < 1) set_ValueNoCheck (COLUMNNAME_T_MRP_CRP_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_T_MRP_CRP_ID, Integer.valueOf(T_MRP_CRP_ID)); } - /** Get Temporal MRP & CRP. - @return Temporal MRP & CRP */ - public int getT_MRP_CRP_ID () + /** Get Temporal MRP & CRP. + @return Temporal MRP & CRP */ + public int getT_MRP_CRP_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_T_MRP_CRP_ID); if (ii == null) @@ -158,7 +156,8 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent } /** Set T_MRP_CRP_UU. - @param T_MRP_CRP_UU T_MRP_CRP_UU */ + @param T_MRP_CRP_UU T_MRP_CRP_UU + */ public void setT_MRP_CRP_UU (String T_MRP_CRP_UU) { set_Value (COLUMNNAME_T_MRP_CRP_UU, T_MRP_CRP_UU); @@ -166,7 +165,7 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent /** Get T_MRP_CRP_UU. @return T_MRP_CRP_UU */ - public String getT_MRP_CRP_UU () + public String getT_MRP_CRP_UU() { return (String)get_Value(COLUMNNAME_T_MRP_CRP_UU); } diff --git a/org.adempiere.server-feature/utils.unix/unix/DebianInstaller/DEBIAN/control b/org.adempiere.server-feature/utils.unix/unix/DebianInstaller/DEBIAN/control index 68d0e87d16..b5277608bc 100644 --- a/org.adempiere.server-feature/utils.unix/unix/DebianInstaller/DEBIAN/control +++ b/org.adempiere.server-feature/utils.unix/unix/DebianInstaller/DEBIAN/control @@ -1,9 +1,9 @@ Package: idempiere -Version: 8.2 +Version: 9 Section: web Priority: extra Architecture: all -Pre-Depends: openjdk-11-jdk-headless|openjdk-12-jdk-headless|openjdk-13-jdk-headless|openjdk-14-jdk-headless, postgresql-13|postgresql-12|postgresql-11|postgresql-10|postgresql-contrib-9.6, adduser, net-tools, coreutils +Pre-Depends: openjdk-11-jdk-headless|openjdk-17-jdk-headless, postgresql-14|postgresql-13|postgresql-12|postgresql-11|postgresql-10|postgresql-contrib-9.6, adduser, net-tools, coreutils Suggests: firefox Installed-Size: 968668 Maintainer: Carlos Ruiz diff --git a/org.adempiere.server/idempiere.html b/org.adempiere.server/idempiere.html index a78e3579dc..ae5c024c1e 100644 --- a/org.adempiere.server/idempiere.html +++ b/org.adempiere.server/idempiere.html @@ -44,7 +44,7 @@ - Welcome to the iDempiere 9.0.0 Development Build Page!
+ Welcome to the iDempiere 9 Horizon Page!
@@ -94,8 +94,7 @@

iDempiere Server Management - -
Felix Console +
Felix Console

diff --git a/org.adempiere.server/resources/templates/black/images/img_back.jpg b/org.adempiere.server/resources/templates/black/images/img_back.jpg index fae345e28d..44e9eb6b9f 100644 Binary files a/org.adempiere.server/resources/templates/black/images/img_back.jpg and b/org.adempiere.server/resources/templates/black/images/img_back.jpg differ diff --git a/org.adempiere.server/resources/templates/white/images/img_back.jpg b/org.adempiere.server/resources/templates/white/images/img_back.jpg index 8d2cf9aa7b..44e9eb6b9f 100644 Binary files a/org.adempiere.server/resources/templates/white/images/img_back.jpg and b/org.adempiere.server/resources/templates/white/images/img_back.jpg differ diff --git a/org.adempiere.server/src/main/home/org/bmlaurus/home/Prop.java b/org.adempiere.server/src/main/home/org/bmlaurus/home/Prop.java index 7d011432b6..efa1490dc2 100644 --- a/org.adempiere.server/src/main/home/org/bmlaurus/home/Prop.java +++ b/org.adempiere.server/src/main/home/org/bmlaurus/home/Prop.java @@ -90,7 +90,7 @@ public final class Prop implements Serializable { public static final String SOC_7 = "Social7"; /**Defaults*/ - private static final String CREDITS = "Welcome to the iDempiere 9.0.0 Development Build Page!"; + private static final String CREDITS = "Welcome to the iDempiere 9 Horizon Page!"; private static String LOGO_URL = null; diff --git a/org.adempiere.server/src/main/home/org/bmlaurus/home/home.properties b/org.adempiere.server/src/main/home/org/bmlaurus/home/home.properties index 03067dbb1f..6b3c44f992 100644 --- a/org.adempiere.server/src/main/home/org/bmlaurus/home/home.properties +++ b/org.adempiere.server/src/main/home/org/bmlaurus/home/home.properties @@ -52,5 +52,5 @@ CustomImagePath = NONE ClientName = iDempiere Application Home #Custom Credits & Copyright tail -Credits = Welcome to iDempiere 9.0.0 Development Build +Credits = Welcome to iDempiere 9 Horizon Copyriright = || by iDempiere Community diff --git a/org.adempiere.ui.zk/WEB-INF/src/web/theme/default/zul/login/vendor-logo.zul b/org.adempiere.ui.zk/WEB-INF/src/web/theme/default/zul/login/vendor-logo.zul index f03485005d..fc1818d2f7 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/web/theme/default/zul/login/vendor-logo.zul +++ b/org.adempiere.ui.zk/WEB-INF/src/web/theme/default/zul/login/vendor-logo.zul @@ -6,14 +6,14 @@ Copyright (C) 2009 Idalica Corporation
+ if="${desktop.execution.serverName.equals("127.0.0.1") or desktop.execution.serverName.startsWith("demo") or desktop.execution.serverName.startsWith("test.") or desktop.execution.serverName.startsWith("test-") or desktop.execution.serverName.startsWith("triage")}"> -
-
+
diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebService.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebService.java index a9e85053be..64ed453f20 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebService.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebService.java @@ -18,12 +18,14 @@ package org.idempiere.webservices.model; import java.math.BigDecimal; import java.sql.Timestamp; +import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for WS_WebService * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ +@SuppressWarnings("all") public interface I_WS_WebService { diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceFieldInput.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceFieldInput.java index 2014f0a6af..76cb61fe95 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceFieldInput.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceFieldInput.java @@ -18,12 +18,14 @@ package org.idempiere.webservices.model; import java.math.BigDecimal; import java.sql.Timestamp; +import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for WS_WebServiceFieldInput * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ +@SuppressWarnings("all") public interface I_WS_WebServiceFieldInput { diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceFieldOutput.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceFieldOutput.java index 3edf9dd67e..a05a2d299d 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceFieldOutput.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceFieldOutput.java @@ -18,12 +18,14 @@ package org.idempiere.webservices.model; import java.math.BigDecimal; import java.sql.Timestamp; +import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for WS_WebServiceFieldOutput * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ +@SuppressWarnings("all") public interface I_WS_WebServiceFieldOutput { diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceMethod.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceMethod.java index 85cfa0a46a..80fd8dab65 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceMethod.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceMethod.java @@ -18,12 +18,14 @@ package org.idempiere.webservices.model; import java.math.BigDecimal; import java.sql.Timestamp; +import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for WS_WebServiceMethod * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ +@SuppressWarnings("all") public interface I_WS_WebServiceMethod { diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceType.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceType.java index ad36921286..04c39b661f 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceType.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceType.java @@ -18,12 +18,14 @@ package org.idempiere.webservices.model; import java.math.BigDecimal; import java.sql.Timestamp; +import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for WS_WebServiceType * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ +@SuppressWarnings("all") public interface I_WS_WebServiceType { diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceTypeAccess.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceTypeAccess.java index 00ebe0b23b..b3394a653d 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceTypeAccess.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebServiceTypeAccess.java @@ -18,12 +18,14 @@ package org.idempiere.webservices.model; import java.math.BigDecimal; import java.sql.Timestamp; +import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for WS_WebServiceTypeAccess * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ +@SuppressWarnings("all") public interface I_WS_WebServiceTypeAccess { diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebService_Para.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebService_Para.java index e4d01dfda9..c48f38ca60 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebService_Para.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/I_WS_WebService_Para.java @@ -18,12 +18,14 @@ package org.idempiere.webservices.model; import java.math.BigDecimal; import java.sql.Timestamp; +import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for WS_WebService_Para * @author iDempiere (generated) - * @version Development 9.0 + * @version Release 9 */ +@SuppressWarnings("all") public interface I_WS_WebService_Para { diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebService.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebService.java index f32cf0560b..c2d159c9f6 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebService.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebService.java @@ -19,15 +19,12 @@ package org.idempiere.webservices.model; import java.sql.ResultSet; import java.util.Properties; - -import org.compiere.model.I_Persistent; -import org.compiere.model.PO; -import org.compiere.model.POInfo; +import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for WS_WebService * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="WS_WebService") public class X_WS_WebService extends PO implements I_WS_WebService, I_Persistent { @@ -35,7 +32,7 @@ public class X_WS_WebService extends PO implements I_WS_WebService, I_Persistent /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_WS_WebService (Properties ctx, int WS_WebService_ID, String trxName) @@ -78,9 +75,8 @@ public class X_WS_WebService extends PO implements I_WS_WebService, I_Persistent } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -89,15 +85,14 @@ public class X_WS_WebService extends PO implements I_WS_WebService, I_Persistent /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -106,15 +101,14 @@ public class X_WS_WebService extends PO implements I_WS_WebService, I_Persistent /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -123,7 +117,7 @@ public class X_WS_WebService extends PO implements I_WS_WebService, I_Persistent /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -137,9 +131,8 @@ public class X_WS_WebService extends PO implements I_WS_WebService, I_Persistent } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -148,24 +141,25 @@ public class X_WS_WebService extends PO implements I_WS_WebService, I_Persistent /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } /** Set Web Service. - @param WS_WebService_ID Web Service */ + @param WS_WebService_ID Web Service + */ public void setWS_WebService_ID (int WS_WebService_ID) { - if (WS_WebService_ID < 1) + if (WS_WebService_ID < 1) set_ValueNoCheck (COLUMNNAME_WS_WebService_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_WS_WebService_ID, Integer.valueOf(WS_WebService_ID)); } /** Get Web Service. @return Web Service */ - public int getWS_WebService_ID () + public int getWS_WebService_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_WS_WebService_ID); if (ii == null) @@ -174,7 +168,8 @@ public class X_WS_WebService extends PO implements I_WS_WebService, I_Persistent } /** Set WS_WebService_UU. - @param WS_WebService_UU WS_WebService_UU */ + @param WS_WebService_UU WS_WebService_UU + */ public void setWS_WebService_UU (String WS_WebService_UU) { set_Value (COLUMNNAME_WS_WebService_UU, WS_WebService_UU); @@ -182,7 +177,7 @@ public class X_WS_WebService extends PO implements I_WS_WebService, I_Persistent /** Get WS_WebService_UU. @return WS_WebService_UU */ - public String getWS_WebService_UU () + public String getWS_WebService_UU() { return (String)get_Value(COLUMNNAME_WS_WebService_UU); } diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceFieldInput.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceFieldInput.java index 9f6513a57b..d215bc796b 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceFieldInput.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceFieldInput.java @@ -19,16 +19,12 @@ package org.idempiere.webservices.model; import java.sql.ResultSet; import java.util.Properties; - -import org.compiere.model.I_Persistent; -import org.compiere.model.MTable; -import org.compiere.model.PO; -import org.compiere.model.POInfo; +import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for WS_WebServiceFieldInput * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="WS_WebServiceFieldInput") public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFieldInput, I_Persistent { @@ -36,7 +32,7 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_WS_WebServiceFieldInput (Properties ctx, int WS_WebServiceFieldInput_ID, String trxName) @@ -84,21 +80,20 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -113,21 +108,20 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel } /** Set Reference. - @param AD_Reference_ID - System Reference and Validation - */ + @param AD_Reference_ID System Reference and Validation + */ public void setAD_Reference_ID (int AD_Reference_ID) { - if (AD_Reference_ID < 1) + if (AD_Reference_ID < 1) set_Value (COLUMNNAME_AD_Reference_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); } /** Get Reference. @return System Reference and Validation */ - public int getAD_Reference_ID () + public int getAD_Reference_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); if (ii == null) @@ -142,21 +136,20 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel } /** Set Reference Key. - @param AD_Reference_Value_ID - Required to specify, if data type is Table or List - */ + @param AD_Reference_Value_ID Required to specify, if data type is Table or List + */ public void setAD_Reference_Value_ID (int AD_Reference_Value_ID) { - if (AD_Reference_Value_ID < 1) + if (AD_Reference_Value_ID < 1) set_Value (COLUMNNAME_AD_Reference_Value_ID, null); - else + else set_Value (COLUMNNAME_AD_Reference_Value_ID, Integer.valueOf(AD_Reference_Value_ID)); } /** Get Reference Key. @return Required to specify, if data type is Table or List */ - public int getAD_Reference_Value_ID () + public int getAD_Reference_Value_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_Value_ID); if (ii == null) @@ -165,9 +158,8 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel } /** Set DB Column Name. - @param ColumnName - Name of the column in the database - */ + @param ColumnName Name of the column in the database + */ public void setColumnName (String ColumnName) { set_Value (COLUMNNAME_ColumnName, ColumnName); @@ -176,13 +168,14 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel /** Get DB Column Name. @return Name of the column in the database */ - public String getColumnName () + public String getColumnName() { return (String)get_Value(COLUMNNAME_ColumnName); } /** Set Identifier Logic. - @param IdentifierLogic Identifier Logic */ + @param IdentifierLogic Identifier Logic + */ public void setIdentifierLogic (String IdentifierLogic) { set_Value (COLUMNNAME_IdentifierLogic, IdentifierLogic); @@ -190,15 +183,14 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel /** Get Identifier Logic. @return Identifier Logic */ - public String getIdentifierLogic () + public String getIdentifierLogic() { return (String)get_Value(COLUMNNAME_IdentifierLogic); } /** Set Identifier. - @param IsIdentifier - This column is part of the record identifier - */ + @param IsIdentifier This column is part of the record identifier + */ public void setIsIdentifier (boolean IsIdentifier) { set_Value (COLUMNNAME_IsIdentifier, Boolean.valueOf(IsIdentifier)); @@ -207,7 +199,7 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel /** Get Identifier. @return This column is part of the record identifier */ - public boolean isIdentifier () + public boolean isIdentifier() { Object oo = get_Value(COLUMNNAME_IsIdentifier); if (oo != null) @@ -220,9 +212,8 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel } /** Set Allow Null Value. - @param IsNullIdentifier - Should allow null value for identifiere field - */ + @param IsNullIdentifier Should allow null value for identifiere field + */ public void setIsNullIdentifier (boolean IsNullIdentifier) { set_Value (COLUMNNAME_IsNullIdentifier, Boolean.valueOf(IsNullIdentifier)); @@ -231,7 +222,7 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel /** Get Allow Null Value. @return Should allow null value for identifiere field */ - public boolean isNullIdentifier () + public boolean isNullIdentifier() { Object oo = get_Value(COLUMNNAME_IsNullIdentifier); if (oo != null) @@ -244,18 +235,19 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel } /** Set Web Service Field Input. - @param WS_WebServiceFieldInput_ID Web Service Field Input */ + @param WS_WebServiceFieldInput_ID Web Service Field Input + */ public void setWS_WebServiceFieldInput_ID (int WS_WebServiceFieldInput_ID) { - if (WS_WebServiceFieldInput_ID < 1) + if (WS_WebServiceFieldInput_ID < 1) set_ValueNoCheck (COLUMNNAME_WS_WebServiceFieldInput_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_WS_WebServiceFieldInput_ID, Integer.valueOf(WS_WebServiceFieldInput_ID)); } /** Get Web Service Field Input. @return Web Service Field Input */ - public int getWS_WebServiceFieldInput_ID () + public int getWS_WebServiceFieldInput_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_WS_WebServiceFieldInput_ID); if (ii == null) @@ -272,7 +264,8 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel } /** Set WS_WebServiceFieldInput_UU. - @param WS_WebServiceFieldInput_UU WS_WebServiceFieldInput_UU */ + @param WS_WebServiceFieldInput_UU WS_WebServiceFieldInput_UU + */ public void setWS_WebServiceFieldInput_UU (String WS_WebServiceFieldInput_UU) { set_Value (COLUMNNAME_WS_WebServiceFieldInput_UU, WS_WebServiceFieldInput_UU); @@ -280,7 +273,7 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel /** Get WS_WebServiceFieldInput_UU. @return WS_WebServiceFieldInput_UU */ - public String getWS_WebServiceFieldInput_UU () + public String getWS_WebServiceFieldInput_UU() { return (String)get_Value(COLUMNNAME_WS_WebServiceFieldInput_UU); } @@ -292,18 +285,19 @@ public class X_WS_WebServiceFieldInput extends PO implements I_WS_WebServiceFiel } /** Set Web Service Type. - @param WS_WebServiceType_ID Web Service Type */ + @param WS_WebServiceType_ID Web Service Type + */ public void setWS_WebServiceType_ID (int WS_WebServiceType_ID) { - if (WS_WebServiceType_ID < 1) + if (WS_WebServiceType_ID < 1) set_Value (COLUMNNAME_WS_WebServiceType_ID, null); - else + else set_Value (COLUMNNAME_WS_WebServiceType_ID, Integer.valueOf(WS_WebServiceType_ID)); } /** Get Web Service Type. @return Web Service Type */ - public int getWS_WebServiceType_ID () + public int getWS_WebServiceType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_WS_WebServiceType_ID); if (ii == null) diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceFieldOutput.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceFieldOutput.java index 3f0fc8e331..e93815b94e 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceFieldOutput.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceFieldOutput.java @@ -19,16 +19,12 @@ package org.idempiere.webservices.model; import java.sql.ResultSet; import java.util.Properties; - -import org.compiere.model.I_Persistent; -import org.compiere.model.MTable; -import org.compiere.model.PO; -import org.compiere.model.POInfo; +import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for WS_WebServiceFieldOutput * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="WS_WebServiceFieldOutput") public class X_WS_WebServiceFieldOutput extends PO implements I_WS_WebServiceFieldOutput, I_Persistent { @@ -36,7 +32,7 @@ public class X_WS_WebServiceFieldOutput extends PO implements I_WS_WebServiceFie /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_WS_WebServiceFieldOutput (Properties ctx, int WS_WebServiceFieldOutput_ID, String trxName) @@ -84,21 +80,20 @@ public class X_WS_WebServiceFieldOutput extends PO implements I_WS_WebServiceFie } /** Set Column. - @param AD_Column_ID - Column in the table - */ + @param AD_Column_ID Column in the table + */ public void setAD_Column_ID (int AD_Column_ID) { - if (AD_Column_ID < 1) + if (AD_Column_ID < 1) set_Value (COLUMNNAME_AD_Column_ID, null); - else + else set_Value (COLUMNNAME_AD_Column_ID, Integer.valueOf(AD_Column_ID)); } /** Get Column. @return Column in the table */ - public int getAD_Column_ID () + public int getAD_Column_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Column_ID); if (ii == null) @@ -107,18 +102,19 @@ public class X_WS_WebServiceFieldOutput extends PO implements I_WS_WebServiceFie } /** Set Web Service Field Output. - @param WS_WebServiceFieldOutput_ID Web Service Field Output */ + @param WS_WebServiceFieldOutput_ID Web Service Field Output + */ public void setWS_WebServiceFieldOutput_ID (int WS_WebServiceFieldOutput_ID) { - if (WS_WebServiceFieldOutput_ID < 1) + if (WS_WebServiceFieldOutput_ID < 1) set_ValueNoCheck (COLUMNNAME_WS_WebServiceFieldOutput_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_WS_WebServiceFieldOutput_ID, Integer.valueOf(WS_WebServiceFieldOutput_ID)); } /** Get Web Service Field Output. @return Web Service Field Output */ - public int getWS_WebServiceFieldOutput_ID () + public int getWS_WebServiceFieldOutput_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_WS_WebServiceFieldOutput_ID); if (ii == null) @@ -135,7 +131,8 @@ public class X_WS_WebServiceFieldOutput extends PO implements I_WS_WebServiceFie } /** Set WS_WebServiceFieldOutput_UU. - @param WS_WebServiceFieldOutput_UU WS_WebServiceFieldOutput_UU */ + @param WS_WebServiceFieldOutput_UU WS_WebServiceFieldOutput_UU + */ public void setWS_WebServiceFieldOutput_UU (String WS_WebServiceFieldOutput_UU) { set_Value (COLUMNNAME_WS_WebServiceFieldOutput_UU, WS_WebServiceFieldOutput_UU); @@ -143,7 +140,7 @@ public class X_WS_WebServiceFieldOutput extends PO implements I_WS_WebServiceFie /** Get WS_WebServiceFieldOutput_UU. @return WS_WebServiceFieldOutput_UU */ - public String getWS_WebServiceFieldOutput_UU () + public String getWS_WebServiceFieldOutput_UU() { return (String)get_Value(COLUMNNAME_WS_WebServiceFieldOutput_UU); } @@ -155,18 +152,19 @@ public class X_WS_WebServiceFieldOutput extends PO implements I_WS_WebServiceFie } /** Set Web Service Type. - @param WS_WebServiceType_ID Web Service Type */ + @param WS_WebServiceType_ID Web Service Type + */ public void setWS_WebServiceType_ID (int WS_WebServiceType_ID) { - if (WS_WebServiceType_ID < 1) + if (WS_WebServiceType_ID < 1) set_Value (COLUMNNAME_WS_WebServiceType_ID, null); - else + else set_Value (COLUMNNAME_WS_WebServiceType_ID, Integer.valueOf(WS_WebServiceType_ID)); } /** Get Web Service Type. @return Web Service Type */ - public int getWS_WebServiceType_ID () + public int getWS_WebServiceType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_WS_WebServiceType_ID); if (ii == null) diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceMethod.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceMethod.java index d06ea1a2f7..3d62c93a0b 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceMethod.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceMethod.java @@ -19,16 +19,12 @@ package org.idempiere.webservices.model; import java.sql.ResultSet; import java.util.Properties; - -import org.compiere.model.I_Persistent; -import org.compiere.model.MTable; -import org.compiere.model.PO; -import org.compiere.model.POInfo; +import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for WS_WebServiceMethod * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="WS_WebServiceMethod") public class X_WS_WebServiceMethod extends PO implements I_WS_WebServiceMethod, I_Persistent { @@ -36,7 +32,7 @@ public class X_WS_WebServiceMethod extends PO implements I_WS_WebServiceMethod, /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_WS_WebServiceMethod (Properties ctx, int WS_WebServiceMethod_ID, String trxName) @@ -79,9 +75,8 @@ public class X_WS_WebServiceMethod extends PO implements I_WS_WebServiceMethod, } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -90,15 +85,14 @@ public class X_WS_WebServiceMethod extends PO implements I_WS_WebServiceMethod, /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -107,15 +101,14 @@ public class X_WS_WebServiceMethod extends PO implements I_WS_WebServiceMethod, /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -124,15 +117,14 @@ public class X_WS_WebServiceMethod extends PO implements I_WS_WebServiceMethod, /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -141,7 +133,7 @@ public class X_WS_WebServiceMethod extends PO implements I_WS_WebServiceMethod, /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } @@ -153,18 +145,19 @@ public class X_WS_WebServiceMethod extends PO implements I_WS_WebServiceMethod, } /** Set Web Service. - @param WS_WebService_ID Web Service */ + @param WS_WebService_ID Web Service + */ public void setWS_WebService_ID (int WS_WebService_ID) { - if (WS_WebService_ID < 1) + if (WS_WebService_ID < 1) set_ValueNoCheck (COLUMNNAME_WS_WebService_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_WS_WebService_ID, Integer.valueOf(WS_WebService_ID)); } /** Get Web Service. @return Web Service */ - public int getWS_WebService_ID () + public int getWS_WebService_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_WS_WebService_ID); if (ii == null) @@ -181,18 +174,19 @@ public class X_WS_WebServiceMethod extends PO implements I_WS_WebServiceMethod, } /** Set Web Service Method. - @param WS_WebServiceMethod_ID Web Service Method */ + @param WS_WebServiceMethod_ID Web Service Method + */ public void setWS_WebServiceMethod_ID (int WS_WebServiceMethod_ID) { - if (WS_WebServiceMethod_ID < 1) + if (WS_WebServiceMethod_ID < 1) set_ValueNoCheck (COLUMNNAME_WS_WebServiceMethod_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_WS_WebServiceMethod_ID, Integer.valueOf(WS_WebServiceMethod_ID)); } /** Get Web Service Method. @return Web Service Method */ - public int getWS_WebServiceMethod_ID () + public int getWS_WebServiceMethod_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_WS_WebServiceMethod_ID); if (ii == null) @@ -201,7 +195,8 @@ public class X_WS_WebServiceMethod extends PO implements I_WS_WebServiceMethod, } /** Set WS_WebServiceMethod_UU. - @param WS_WebServiceMethod_UU WS_WebServiceMethod_UU */ + @param WS_WebServiceMethod_UU WS_WebServiceMethod_UU + */ public void setWS_WebServiceMethod_UU (String WS_WebServiceMethod_UU) { set_Value (COLUMNNAME_WS_WebServiceMethod_UU, WS_WebServiceMethod_UU); @@ -209,7 +204,7 @@ public class X_WS_WebServiceMethod extends PO implements I_WS_WebServiceMethod, /** Get WS_WebServiceMethod_UU. @return WS_WebServiceMethod_UU */ - public String getWS_WebServiceMethod_UU () + public String getWS_WebServiceMethod_UU() { return (String)get_Value(COLUMNNAME_WS_WebServiceMethod_UU); } diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceType.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceType.java index 21d19f30e9..edfff0dc35 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceType.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceType.java @@ -19,16 +19,12 @@ package org.idempiere.webservices.model; import java.sql.ResultSet; import java.util.Properties; - -import org.compiere.model.I_Persistent; -import org.compiere.model.MTable; -import org.compiere.model.PO; -import org.compiere.model.POInfo; +import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for WS_WebServiceType * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="WS_WebServiceType") public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Persistent { @@ -36,7 +32,7 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_WS_WebServiceType (Properties ctx, int WS_WebServiceType_ID, String trxName) @@ -87,21 +83,20 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe } /** Set Table. - @param AD_Table_ID - Database Table information - */ + @param AD_Table_ID Database Table information + */ public void setAD_Table_ID (int AD_Table_ID) { - if (AD_Table_ID < 1) + if (AD_Table_ID < 1) set_Value (COLUMNNAME_AD_Table_ID, null); - else + else set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); } /** Get Table. @return Database Table information */ - public int getAD_Table_ID () + public int getAD_Table_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); if (ii == null) @@ -110,9 +105,8 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe } /** Set Description. - @param Description - Optional short description of the record - */ + @param Description Optional short description of the record + */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); @@ -121,15 +115,14 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe /** Get Description. @return Optional short description of the record */ - public String getDescription () + public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Comment/Help. - @param Help - Comment or Hint - */ + @param Help Comment or Hint + */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); @@ -138,13 +131,14 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe /** Get Comment/Help. @return Comment or Hint */ - public String getHelp () + public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Create Default Parameters. - @param InsertParameters Create Default Parameters */ + @param InsertParameters Create Default Parameters + */ public void setInsertParameters (String InsertParameters) { set_Value (COLUMNNAME_InsertParameters, InsertParameters); @@ -152,15 +146,14 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe /** Get Create Default Parameters. @return Create Default Parameters */ - public String getInsertParameters () + public String getInsertParameters() { return (String)get_Value(COLUMNNAME_InsertParameters); } /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ + @param Name Alphanumeric identifier of the entity + */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); @@ -169,7 +162,7 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe /** Get Name. @return Alphanumeric identifier of the entity */ - public String getName () + public String getName() { return (String)get_Value(COLUMNNAME_Name); } @@ -183,9 +176,8 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe } /** Set Search Key. - @param Value - Search key for the record in the format required - must be unique - */ + @param Value Search key for the record in the format required - must be unique + */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); @@ -194,7 +186,7 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe /** Get Search Key. @return Search key for the record in the format required - must be unique */ - public String getValue () + public String getValue() { return (String)get_Value(COLUMNNAME_Value); } @@ -206,18 +198,19 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe } /** Set Web Service. - @param WS_WebService_ID Web Service */ + @param WS_WebService_ID Web Service + */ public void setWS_WebService_ID (int WS_WebService_ID) { - if (WS_WebService_ID < 1) + if (WS_WebService_ID < 1) set_Value (COLUMNNAME_WS_WebService_ID, null); - else + else set_Value (COLUMNNAME_WS_WebService_ID, Integer.valueOf(WS_WebService_ID)); } /** Get Web Service. @return Web Service */ - public int getWS_WebService_ID () + public int getWS_WebService_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_WS_WebService_ID); if (ii == null) @@ -232,18 +225,19 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe } /** Set Web Service Method. - @param WS_WebServiceMethod_ID Web Service Method */ + @param WS_WebServiceMethod_ID Web Service Method + */ public void setWS_WebServiceMethod_ID (int WS_WebServiceMethod_ID) { - if (WS_WebServiceMethod_ID < 1) + if (WS_WebServiceMethod_ID < 1) set_Value (COLUMNNAME_WS_WebServiceMethod_ID, null); - else + else set_Value (COLUMNNAME_WS_WebServiceMethod_ID, Integer.valueOf(WS_WebServiceMethod_ID)); } /** Get Web Service Method. @return Web Service Method */ - public int getWS_WebServiceMethod_ID () + public int getWS_WebServiceMethod_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_WS_WebServiceMethod_ID); if (ii == null) @@ -252,18 +246,19 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe } /** Set Web Service Type. - @param WS_WebServiceType_ID Web Service Type */ + @param WS_WebServiceType_ID Web Service Type + */ public void setWS_WebServiceType_ID (int WS_WebServiceType_ID) { - if (WS_WebServiceType_ID < 1) + if (WS_WebServiceType_ID < 1) set_ValueNoCheck (COLUMNNAME_WS_WebServiceType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_WS_WebServiceType_ID, Integer.valueOf(WS_WebServiceType_ID)); } /** Get Web Service Type. @return Web Service Type */ - public int getWS_WebServiceType_ID () + public int getWS_WebServiceType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_WS_WebServiceType_ID); if (ii == null) @@ -272,7 +267,8 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe } /** Set WS_WebServiceType_UU. - @param WS_WebServiceType_UU WS_WebServiceType_UU */ + @param WS_WebServiceType_UU WS_WebServiceType_UU + */ public void setWS_WebServiceType_UU (String WS_WebServiceType_UU) { set_Value (COLUMNNAME_WS_WebServiceType_UU, WS_WebServiceType_UU); @@ -280,7 +276,7 @@ public class X_WS_WebServiceType extends PO implements I_WS_WebServiceType, I_Pe /** Get WS_WebServiceType_UU. @return WS_WebServiceType_UU */ - public String getWS_WebServiceType_UU () + public String getWS_WebServiceType_UU() { return (String)get_Value(COLUMNNAME_WS_WebServiceType_UU); } diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceTypeAccess.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceTypeAccess.java index 5e3f4d167e..72f95ec96c 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceTypeAccess.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebServiceTypeAccess.java @@ -19,15 +19,11 @@ package org.idempiere.webservices.model; import java.sql.ResultSet; import java.util.Properties; - -import org.compiere.model.I_Persistent; -import org.compiere.model.MTable; -import org.compiere.model.PO; -import org.compiere.model.POInfo; +import org.compiere.model.*; /** Generated Model for WS_WebServiceTypeAccess * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="WS_WebServiceTypeAccess") public class X_WS_WebServiceTypeAccess extends PO implements I_WS_WebServiceTypeAccess, I_Persistent { @@ -35,7 +31,7 @@ public class X_WS_WebServiceTypeAccess extends PO implements I_WS_WebServiceType /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_WS_WebServiceTypeAccess (Properties ctx, int WS_WebServiceTypeAccess_ID, String trxName) @@ -85,21 +81,20 @@ public class X_WS_WebServiceTypeAccess extends PO implements I_WS_WebServiceType } /** Set Role. - @param AD_Role_ID - Responsibility Role - */ + @param AD_Role_ID Responsibility Role + */ public void setAD_Role_ID (int AD_Role_ID) { - if (AD_Role_ID < 0) + if (AD_Role_ID < 0) set_ValueNoCheck (COLUMNNAME_AD_Role_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_AD_Role_ID, Integer.valueOf(AD_Role_ID)); } /** Get Role. @return Responsibility Role */ - public int getAD_Role_ID () + public int getAD_Role_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Role_ID); if (ii == null) @@ -108,9 +103,8 @@ public class X_WS_WebServiceTypeAccess extends PO implements I_WS_WebServiceType } /** Set Read Write. - @param IsReadWrite - Field is read / write - */ + @param IsReadWrite Field is read / write + */ public void setIsReadWrite (boolean IsReadWrite) { set_Value (COLUMNNAME_IsReadWrite, Boolean.valueOf(IsReadWrite)); @@ -119,7 +113,7 @@ public class X_WS_WebServiceTypeAccess extends PO implements I_WS_WebServiceType /** Get Read Write. @return Field is read / write */ - public boolean isReadWrite () + public boolean isReadWrite() { Object oo = get_Value(COLUMNNAME_IsReadWrite); if (oo != null) @@ -132,7 +126,8 @@ public class X_WS_WebServiceTypeAccess extends PO implements I_WS_WebServiceType } /** Set WS_WebServiceTypeAccess_UU. - @param WS_WebServiceTypeAccess_UU WS_WebServiceTypeAccess_UU */ + @param WS_WebServiceTypeAccess_UU WS_WebServiceTypeAccess_UU + */ public void setWS_WebServiceTypeAccess_UU (String WS_WebServiceTypeAccess_UU) { set_Value (COLUMNNAME_WS_WebServiceTypeAccess_UU, WS_WebServiceTypeAccess_UU); @@ -140,7 +135,7 @@ public class X_WS_WebServiceTypeAccess extends PO implements I_WS_WebServiceType /** Get WS_WebServiceTypeAccess_UU. @return WS_WebServiceTypeAccess_UU */ - public String getWS_WebServiceTypeAccess_UU () + public String getWS_WebServiceTypeAccess_UU() { return (String)get_Value(COLUMNNAME_WS_WebServiceTypeAccess_UU); } @@ -152,18 +147,19 @@ public class X_WS_WebServiceTypeAccess extends PO implements I_WS_WebServiceType } /** Set Web Service Type. - @param WS_WebServiceType_ID Web Service Type */ + @param WS_WebServiceType_ID Web Service Type + */ public void setWS_WebServiceType_ID (int WS_WebServiceType_ID) { - if (WS_WebServiceType_ID < 1) + if (WS_WebServiceType_ID < 1) set_ValueNoCheck (COLUMNNAME_WS_WebServiceType_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_WS_WebServiceType_ID, Integer.valueOf(WS_WebServiceType_ID)); } /** Get Web Service Type. @return Web Service Type */ - public int getWS_WebServiceType_ID () + public int getWS_WebServiceType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_WS_WebServiceType_ID); if (ii == null) diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebService_Para.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebService_Para.java index 21a41d6411..3296ec72d4 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebService_Para.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/model/X_WS_WebService_Para.java @@ -19,15 +19,11 @@ package org.idempiere.webservices.model; import java.sql.ResultSet; import java.util.Properties; - -import org.compiere.model.I_Persistent; -import org.compiere.model.MTable; -import org.compiere.model.PO; -import org.compiere.model.POInfo; +import org.compiere.model.*; /** Generated Model for WS_WebService_Para * @author iDempiere (generated) - * @version Development 9.0 - $Id$ */ + * @version Release 9 - $Id$ */ @org.adempiere.base.Model(table="WS_WebService_Para") public class X_WS_WebService_Para extends PO implements I_WS_WebService_Para, I_Persistent { @@ -35,7 +31,7 @@ public class X_WS_WebService_Para extends PO implements I_WS_WebService_Para, I_ /** * */ - private static final long serialVersionUID = 20210917L; + private static final long serialVersionUID = 20211224L; /** Standard Constructor */ public X_WS_WebService_Para (Properties ctx, int WS_WebService_Para_ID, String trxName) @@ -78,9 +74,8 @@ public class X_WS_WebService_Para extends PO implements I_WS_WebService_Para, I_ } /** Set Constant Value. - @param ConstantValue - Constant value - */ + @param ConstantValue Constant value + */ public void setConstantValue (String ConstantValue) { set_Value (COLUMNNAME_ConstantValue, ConstantValue); @@ -89,13 +84,14 @@ public class X_WS_WebService_Para extends PO implements I_WS_WebService_Para, I_ /** Get Constant Value. @return Constant value */ - public String getConstantValue () + public String getConstantValue() { return (String)get_Value(COLUMNNAME_ConstantValue); } /** Set Parameter Name. - @param ParameterName Parameter Name */ + @param ParameterName Parameter Name + */ public void setParameterName (String ParameterName) { set_ValueNoCheck (COLUMNNAME_ParameterName, ParameterName); @@ -103,7 +99,7 @@ public class X_WS_WebService_Para extends PO implements I_WS_WebService_Para, I_ /** Get Parameter Name. @return Parameter Name */ - public String getParameterName () + public String getParameterName() { return (String)get_Value(COLUMNNAME_ParameterName); } @@ -115,7 +111,8 @@ public class X_WS_WebService_Para extends PO implements I_WS_WebService_Para, I_ /** Free = F */ public static final String PARAMETERTYPE_Free = "F"; /** Set Parameter Type. - @param ParameterType Parameter Type */ + @param ParameterType Parameter Type + */ public void setParameterType (String ParameterType) { @@ -124,24 +121,25 @@ public class X_WS_WebService_Para extends PO implements I_WS_WebService_Para, I_ /** Get Parameter Type. @return Parameter Type */ - public String getParameterType () + public String getParameterType() { return (String)get_Value(COLUMNNAME_ParameterType); } /** Set Web Service Parameters. - @param WS_WebService_Para_ID Web Service Parameters */ + @param WS_WebService_Para_ID Web Service Parameters + */ public void setWS_WebService_Para_ID (int WS_WebService_Para_ID) { - if (WS_WebService_Para_ID < 1) + if (WS_WebService_Para_ID < 1) set_ValueNoCheck (COLUMNNAME_WS_WebService_Para_ID, null); - else + else set_ValueNoCheck (COLUMNNAME_WS_WebService_Para_ID, Integer.valueOf(WS_WebService_Para_ID)); } /** Get Web Service Parameters. @return Web Service Parameters */ - public int getWS_WebService_Para_ID () + public int getWS_WebService_Para_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_WS_WebService_Para_ID); if (ii == null) @@ -150,7 +148,8 @@ public class X_WS_WebService_Para extends PO implements I_WS_WebService_Para, I_ } /** Set WS_WebService_Para_UU. - @param WS_WebService_Para_UU WS_WebService_Para_UU */ + @param WS_WebService_Para_UU WS_WebService_Para_UU + */ public void setWS_WebService_Para_UU (String WS_WebService_Para_UU) { set_Value (COLUMNNAME_WS_WebService_Para_UU, WS_WebService_Para_UU); @@ -158,7 +157,7 @@ public class X_WS_WebService_Para extends PO implements I_WS_WebService_Para, I_ /** Get WS_WebService_Para_UU. @return WS_WebService_Para_UU */ - public String getWS_WebService_Para_UU () + public String getWS_WebService_Para_UU() { return (String)get_Value(COLUMNNAME_WS_WebService_Para_UU); } @@ -170,18 +169,19 @@ public class X_WS_WebService_Para extends PO implements I_WS_WebService_Para, I_ } /** Set Web Service Type. - @param WS_WebServiceType_ID Web Service Type */ + @param WS_WebServiceType_ID Web Service Type + */ public void setWS_WebServiceType_ID (int WS_WebServiceType_ID) { - if (WS_WebServiceType_ID < 1) + if (WS_WebServiceType_ID < 1) set_Value (COLUMNNAME_WS_WebServiceType_ID, null); - else + else set_Value (COLUMNNAME_WS_WebServiceType_ID, Integer.valueOf(WS_WebServiceType_ID)); } /** Get Web Service Type. @return Web Service Type */ - public int getWS_WebServiceType_ID () + public int getWS_WebServiceType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_WS_WebServiceType_ID); if (ii == null)